/*
 * text-align
 */

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nomargin-top{margin-top:0}.text-nomargin-top.text >:first-child{margin-top:0}.text-nomargin-bottom{margin-bottom:0}.text-nomargin-bottom.text >:last-child{margin-bottom:0}


/*
 * image hover
 */

@charset "UTF-8";
/*
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Copyright (C) Imagehover.io

 */
[class^='imghvr-'], [class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
  background-color: #135796;
  position: absolute;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
  opacity: 0;
}

[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
  opacity: 0;
}

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
  opacity: 1;
}

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
.imghvr-fade-in-up figcaption {
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
}

/* imghvr-fade-in-down
   ----------------------------- */
.imghvr-fade-in-down figcaption {
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

/* imghvr-fade-in-left
   ----------------------------- */
.imghvr-fade-in-left figcaption {
  -webkit-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
   ----------------------------- */
.imghvr-fade-in-right figcaption {
  -webkit-transform: translate(15%, 0);
  transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-push-up
   ----------------------------- */
.imghvr-push-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-push-up:hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-push-down:hover > img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-push-left
   ----------------------------- */
.imghvr-push-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-push-left:hover > img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-push--right
   ----------------------------- */
.imghvr-push-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-push-right:hover > img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-slide-*
   ----------------------------- */
[class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-slide-down
   ----------------------------- */
.imghvr-slide-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-slide-left
   ----------------------------- */
.imghvr-slide-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-slide-right
   ----------------------------- */
.imghvr-slide-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-slide-top-left
   ----------------------------- */
.imghvr-slide-top-left figcaption {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
   ----------------------------- */
.imghvr-slide-top-right figcaption {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
   ----------------------------- */
.imghvr-slide-bottom-left figcaption {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
   ----------------------------- */
.imghvr-slide-bottom-right figcaption {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-reveal-*
   ----------------------------- */
[class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #135796;
}

[class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption {
  opacity: 0;
}

[class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-reveal-up
   ----------------------------- */
.imghvr-reveal-up:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-reveal-down
   ----------------------------- */
.imghvr-reveal-down:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-reveal-left
   ----------------------------- */
.imghvr-reveal-left:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-reveal-right
   ----------------------------- */
.imghvr-reveal-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-reveal-top-left
   ----------------------------- */
.imghvr-reveal-top-left:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
   ----------------------------- */
.imghvr-reveal-top-right:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
   ----------------------------- */
.imghvr-reveal-bottom-left:before {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
   ----------------------------- */
.imghvr-reveal-bottom-right:before {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-hinge-*
   ----------------------------- */
[class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img {
  opacity: 0;
}

[class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-hinge-up
   ----------------------------- */
.imghvr-hinge-up img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover > img {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

/* imghvr-hinge-down
   ----------------------------- */
.imghvr-hinge-down img {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-hinge-down figcaption {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

.imghvr-hinge-down:hover > img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.imghvr-hinge-down:hover figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

/* imghvr-hinge-left
   ----------------------------- */
.imghvr-hinge-left img {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover > img {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* imghvr-hinge-right
   ----------------------------- */
.imghvr-hinge-right img {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-hinge-right figcaption {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.imghvr-hinge-right:hover > img {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'], [class*=' imghvr-flip-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img {
  backface-visibility: hidden;
}

[class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption {
  opacity: 0;
}

[class^='imghvr-flip-']:hover > img, [class*=' imghvr-flip-']:hover > img {
  opacity: 0;
}

[class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

/* imghvr-flip-horiz
   ----------------------------- */
.imghvr-flip-horiz figcaption {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-flip-horiz:hover img {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.imghvr-flip-horiz:hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert figcaption {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover > img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 figcaption {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover > img {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
  transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 figcaption {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}

.imghvr-flip-diag-2:hover > img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}

.imghvr-flip-diag-2:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
   ----------------------------- */
[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {
  background: #135796;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

[class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-in-*
   ----------------------------- */
[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
  background: #135796;
  position: absolute;
  content: '';
}

[class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after {
  top: 0;
  left: 0;
}

[class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before {
  right: 0;
  bottom: 0;
}

[class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%;
}

/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%;
}

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%;
}

/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%;
}

/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%;
}

/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}

/* imghvr-fold*
   ----------------------------- */
[class^='imghvr-fold'], [class*=' imghvr-fold'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-fold'] img, [class*=' imghvr-fold'] img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

[class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption {
  z-index: 1;
  opacity: 0;
}

[class^='imghvr-fold']:hover > img, [class*=' imghvr-fold']:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption {
  -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
  -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-fold-up:hover > img {
  -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
  -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-fold-down:hover > img {
  -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
  -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-fold-left:hover > img {
  -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
   ----------------------------- */
.imghvr-fold-right > img {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-fold-right figcaption {
  -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.imghvr-fold-right:hover > img {
  -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* imghvr-zoom-out*
   ----------------------------- */
[class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

[class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out
   ----------------------------- */
.imghvr-zoom-out:hover > img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/* imghvr-zoom-out-up
   ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
  -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
  animation: imghvr-zoom-out-up 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-up
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-up
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-down
   ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
  -webkit-animation: imghvr-zoom-out-down 0.4025s linear;
  animation: imghvr-zoom-out-down 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-down
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-down
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-left
   ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
  -webkit-animation: imghvr-zoom-out-left 0.4025s linear;
  animation: imghvr-zoom-out-left 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-left
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-left
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-right
   ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
  -webkit-animation: imghvr-zoom-out-right 0.4025s linear;
  animation: imghvr-zoom-out-right 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-right
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-right
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
  -webkit-transform: rotateX(0) translateY(0%) scale(1);
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
   ----------------------------- */
.imghvr-zoom-out-flip-vert {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-zoom-out-flip-vert figcaption {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}

.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
  -webkit-transform: rotateY(0) translate(0, 0) scale(1);
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blur
   ----------------------------- */
.imghvr-blur figcaption {
  opacity: 0;
}

.imghvr-blur:hover > img {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}

.imghvr-blur:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-blocks*
   ----------------------------- */
[class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  height: 50%;
  width: 50%;
}

[class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after {
  z-index: 1;
}

[class^='imghvr-blocks']:before, [class*=' imghvr-blocks']:before {
  top: 0;
  right: 0;
}

[class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:after {
  bottom: 0;
  left: 0;
}

[class^='imghvr-blocks'] figcaption, [class*=' imghvr-blocks'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-blocks'] figcaption *, [class*=' imghvr-blocks'] figcaption * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:before {
  top: 0;
  left: 0;
}

[class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:after {
  bottom: 0;
  right: 0;
}

[class^='imghvr-blocks'] a, [class*=' imghvr-blocks'] a {
  z-index: 3;
}

[class^='imghvr-blocks']:hover:before, [class^='imghvr-blocks']:hover:after, [class^='imghvr-blocks']:hover figcaption:before, [class^='imghvr-blocks']:hover figcaption:after, [class*=' imghvr-blocks']:hover:before, [class*=' imghvr-blocks']:hover:after, [class*=' imghvr-blocks']:hover figcaption:before, [class*=' imghvr-blocks']:hover figcaption:after {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

[class^='imghvr-blocks']:hover figcaption *, [class*=' imghvr-blocks']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blocks-rotate-left
   ----------------------------- */
.imghvr-blocks-rotate-left:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-left:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-left figcaption:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-blocks-rotate-left figcaption:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-blocks-rotate-right
   ----------------------------- */
.imghvr-blocks-rotate-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-right:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-blocks-rotate-right figcaption:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-right figcaption:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-blocks-rotate-in-left
   ----------------------------- */
.imghvr-blocks-rotate-in-left:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left figcaption:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left figcaption:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-blocks-rotate-in-right
   ----------------------------- */
.imghvr-blocks-rotate-in-right:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-blocks-rotate-in-right:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-right figcaption:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-right figcaption:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-blocks-in
   ----------------------------- */
.imghvr-blocks-in:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.imghvr-blocks-in:after {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.imghvr-blocks-in figcaption:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.imghvr-blocks-in figcaption:after {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-blocks-out
   ----------------------------- */
.imghvr-blocks-out:before {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.imghvr-blocks-out:after {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.imghvr-blocks-out figcaption:before {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.imghvr-blocks-out figcaption:after {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-blocks-float-up
   ----------------------------- */
.imghvr-blocks-float-up:before, .imghvr-blocks-float-up:after, .imghvr-blocks-float-up figcaption:before, .imghvr-blocks-float-up figcaption:after {
  -webkit-transform: translate(0, 200%);
  transform: translate(0, 200%);
}

.imghvr-blocks-float-up:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-up:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-up figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-up figcaption:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-up:hover:before {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-up:hover:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-up:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-up:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-up:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-float-down
   ----------------------------- */
.imghvr-blocks-float-down:before, .imghvr-blocks-float-down:after, .imghvr-blocks-float-down figcaption:before, .imghvr-blocks-float-down figcaption:after {
  -webkit-transform: translate(0, -200%);
  transform: translate(0, -200%);
}

.imghvr-blocks-float-down:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-down:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-down figcaption:before {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-down figcaption:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-down:hover:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-down:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-down:hover figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-down:hover figcaption:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-down:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-float-left
   ----------------------------- */
.imghvr-blocks-float-left:before, .imghvr-blocks-float-left:after, .imghvr-blocks-float-left figcaption:before, .imghvr-blocks-float-left figcaption:after {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

.imghvr-blocks-float-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-left:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-left figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blocks-float-left figcaption:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-left:hover:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-left:hover:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-left:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-left:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-float-right
   ----------------------------- */
.imghvr-blocks-float-right:before, .imghvr-blocks-float-right:after, .imghvr-blocks-float-right figcaption:before, .imghvr-blocks-float-right figcaption:after {
  -webkit-transform: translate(-200%, 0);
  transform: translate(-200%, 0);
}

.imghvr-blocks-float-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-right:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-right figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-right figcaption:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blocks-float-right:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-right:hover:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-right:hover figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-right:hover figcaption:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-right:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-top-left
   ----------------------------- */
.imghvr-blocks-zoom-top-left:before, .imghvr-blocks-zoom-top-left:after, .imghvr-blocks-zoom-top-left figcaption:before, .imghvr-blocks-zoom-top-left figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-top-left:hover:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-left:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-zoom-top-left:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-top-left:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-top-right
   ----------------------------- */
.imghvr-blocks-zoom-top-right:before, .imghvr-blocks-zoom-top-right:after, .imghvr-blocks-zoom-top-right figcaption:before, .imghvr-blocks-zoom-top-right figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-top-right:hover:before {
  -webkit-transition-delay: 0, 0s;
  transition-delay: 0, 0s;
}

.imghvr-blocks-zoom-top-right:hover:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-top-right:hover figcaption:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-right:hover figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-right:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-bottom-left
   ----------------------------- */
.imghvr-blocks-zoom-bottom-left:before, .imghvr-blocks-zoom-bottom-left:after, .imghvr-blocks-zoom-bottom-left figcaption:before, .imghvr-blocks-zoom-bottom-left figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-bottom-left:hover:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-bottom-left:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-zoom-bottom-left:hover figcaption:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-left:hover figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-left:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-bottom-right
   ----------------------------- */
.imghvr-blocks-zoom-bottom-right:before, .imghvr-blocks-zoom-bottom-right:after, .imghvr-blocks-zoom-bottom-right figcaption:before, .imghvr-blocks-zoom-bottom-right figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-bottom-right:hover:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-right:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-right:hover figcaption:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-bottom-right:hover figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-zoom-bottom-right:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-strip-shutter-*
   ----------------------------- */
[class^='imghvr-strip-shutter']:before, [class^='imghvr-strip-shutter']:after, [class^='imghvr-strip-shutter'] figcaption:before, [class^='imghvr-strip-shutter'] figcaption:after, [class*=' imghvr-strip-shutter']:before, [class*=' imghvr-strip-shutter']:after, [class*=' imghvr-strip-shutter'] figcaption:before, [class*=' imghvr-strip-shutter'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
}

[class^='imghvr-strip-shutter']:before, [class^='imghvr-strip-shutter']:after, [class*=' imghvr-strip-shutter']:before, [class*=' imghvr-strip-shutter']:after {
  z-index: 1;
}

[class^='imghvr-strip-shutter'] figcaption, [class*=' imghvr-strip-shutter'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-strip-shutter'] figcaption *, [class*=' imghvr-strip-shutter'] figcaption * {
  opacity: 0;
}

[class^='imghvr-strip-shutter'] figcaption:before, [class^='imghvr-strip-shutter'] figcaption:after, [class*=' imghvr-strip-shutter'] figcaption:before, [class*=' imghvr-strip-shutter'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-strip-shutter'] a, [class*=' imghvr-strip-shutter'] a {
  z-index: 3;
}

[class^='imghvr-strip-shutter']:hover:before, [class^='imghvr-strip-shutter']:hover:after, [class^='imghvr-strip-shutter']:hover figcaption:before, [class^='imghvr-strip-shutter']:hover figcaption:after, [class*=' imghvr-strip-shutter']:hover:before, [class*=' imghvr-strip-shutter']:hover:after, [class*=' imghvr-strip-shutter']:hover figcaption:before, [class*=' imghvr-strip-shutter']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-strip-shutter']:hover figcaption *, [class*=' imghvr-strip-shutter']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-shutter-up
   ----------------------------- */
.imghvr-strip-shutter-up:before, .imghvr-strip-shutter-up:after, .imghvr-strip-shutter-up figcaption:before, .imghvr-strip-shutter-up figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

.imghvr-strip-shutter-up:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-shutter-up:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-up figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-up figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-shutter-down
   ----------------------------- */
.imghvr-strip-shutter-down:before, .imghvr-strip-shutter-down:after, .imghvr-strip-shutter-down figcaption:before, .imghvr-strip-shutter-down figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

.imghvr-strip-shutter-down:before {
  top: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-shutter-down:after {
  top: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-down figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-down figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-shutter-left
   ----------------------------- */
.imghvr-strip-shutter-left:before, .imghvr-strip-shutter-left:after, .imghvr-strip-shutter-left figcaption:before, .imghvr-strip-shutter-left figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-strip-shutter-left:before {
  left: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-shutter-left:after {
  left: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-left figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-left figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-shutter-right
   ----------------------------- */
.imghvr-strip-shutter-right:before, .imghvr-strip-shutter-right:after, .imghvr-strip-shutter-right figcaption:before, .imghvr-strip-shutter-right figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-strip-shutter-right:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-shutter-right:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-right figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-right figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-*
   ----------------------------- */
[class^='imghvr-strip-horiz']:before, [class^='imghvr-strip-horiz']:after, [class^='imghvr-strip-horiz'] figcaption:before, [class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

[class^='imghvr-strip-horiz']:before, [class^='imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:after {
  z-index: 1;
}

[class^='imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:before {
  top: 0;
}

[class^='imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz']:after {
  top: 25%;
}

[class^='imghvr-strip-horiz'] figcaption, [class*=' imghvr-strip-horiz'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-strip-horiz'] figcaption *, [class*=' imghvr-strip-horiz'] figcaption * {
  opacity: 0;
}

[class^='imghvr-strip-horiz'] figcaption:before, [class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:before {
  top: 50%;
}

[class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz'] figcaption:after {
  top: 75%;
}

[class^='imghvr-strip-horiz'] a, [class*=' imghvr-strip-horiz'] a {
  z-index: 3;
}

[class^='imghvr-strip-horiz']:hover:before, [class^='imghvr-strip-horiz']:hover:after, [class^='imghvr-strip-horiz']:hover figcaption:before, [class^='imghvr-strip-horiz']:hover figcaption:after, [class*=' imghvr-strip-horiz']:hover:before, [class*=' imghvr-strip-horiz']:hover:after, [class*=' imghvr-strip-horiz']:hover figcaption:before, [class*=' imghvr-strip-horiz']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-strip-horiz']:hover figcaption *, [class*=' imghvr-strip-horiz']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-up
   ----------------------------- */
.imghvr-strip-horiz-up:before, .imghvr-strip-horiz-up:after, .imghvr-strip-horiz-up figcaption:before, .imghvr-strip-horiz-up figcaption:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* imghvr-strip-horiz-down
   ----------------------------- */
.imghvr-strip-horiz-down:before, .imghvr-strip-horiz-down:after, .imghvr-strip-horiz-down figcaption:before, .imghvr-strip-horiz-down figcaption:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* imghvr-strip-horiz-top-left
   ----------------------------- */
.imghvr-strip-horiz-top-left:before, .imghvr-strip-horiz-top-left:after, .imghvr-strip-horiz-top-left figcaption:before, .imghvr-strip-horiz-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-horiz-top-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-horiz-top-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-top-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-top-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-top-right
   ----------------------------- */
.imghvr-strip-horiz-top-right:before, .imghvr-strip-horiz-top-right:after, .imghvr-strip-horiz-top-right figcaption:before, .imghvr-strip-horiz-top-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-strip-horiz-top-right:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-horiz-top-right:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-top-right figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-top-right figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-bottom-left
   ----------------------------- */
.imghvr-strip-horiz-bottom-left:before, .imghvr-strip-horiz-bottom-left:after, .imghvr-strip-horiz-bottom-left figcaption:before, .imghvr-strip-horiz-bottom-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-horiz-bottom-left:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-horiz-bottom-left:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-bottom-left figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-bottom-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-horiz-bottom-right
   ----------------------------- */
.imghvr-strip-horiz-bottom-right:before, .imghvr-strip-horiz-bottom-right:after, .imghvr-strip-horiz-bottom-right figcaption:before, .imghvr-strip-horiz-bottom-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-strip-horiz-bottom-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-horiz-bottom-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-bottom-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-bottom-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-vert-*
   ----------------------------- */
[class^='imghvr-strip-vert']:before, [class^='imghvr-strip-vert']:after, [class^='imghvr-strip-vert'] figcaption:before, [class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:after, [class*=' imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

[class^='imghvr-strip-vert']:before, [class^='imghvr-strip-vert']:after, [class*=' imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:after {
  z-index: 1;
}

[class^='imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:before {
  left: 0;
}

[class^='imghvr-strip-vert']:after, [class*=' imghvr-strip-vert']:after {
  left: 25%;
}

[class^='imghvr-strip-vert'] figcaption, [class*=' imghvr-strip-vert'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-strip-vert'] figcaption *, [class*=' imghvr-strip-vert'] figcaption * {
  opacity: 0;
}

[class^='imghvr-strip-vert'] figcaption:before, [class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:before {
  left: 50%;
}

[class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert'] figcaption:after {
  left: 75%;
}

[class^='imghvr-strip-vert'] a, [class*=' imghvr-strip-vert'] a {
  z-index: 3;
}

[class^='imghvr-strip-vert']:hover:before, [class^='imghvr-strip-vert']:hover:after, [class^='imghvr-strip-vert']:hover figcaption:before, [class^='imghvr-strip-vert']:hover figcaption:after, [class*=' imghvr-strip-vert']:hover:before, [class*=' imghvr-strip-vert']:hover:after, [class*=' imghvr-strip-vert']:hover figcaption:before, [class*=' imghvr-strip-vert']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-strip-vert']:hover figcaption *, [class*=' imghvr-strip-vert']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-vert-left
   ----------------------------- */
.imghvr-strip-vert-left:before, .imghvr-strip-vert-left:after, .imghvr-strip-vert-left figcaption:before, .imghvr-strip-vert-left figcaption:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* imghvr-strip-vert-right
   ----------------------------- */
.imghvr-strip-vert-right:before, .imghvr-strip-vert-right:after, .imghvr-strip-vert-right figcaption:before, .imghvr-strip-vert-right figcaption:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* imghvr-strip-vert-top-left
   ----------------------------- */
.imghvr-strip-vert-top-left:before, .imghvr-strip-vert-top-left:after, .imghvr-strip-vert-top-left figcaption:before, .imghvr-strip-vert-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-vert-top-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-vert-top-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-top-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-top-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-vert-top-right
   ----------------------------- */
.imghvr-strip-vert-top-right:before, .imghvr-strip-vert-top-right:after, .imghvr-strip-vert-top-right figcaption:before, .imghvr-strip-vert-top-right figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-vert-top-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-vert-top-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-top-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-top-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-vert-bottom-left
   ----------------------------- */
.imghvr-strip-vert-bottom-left:before, .imghvr-strip-vert-bottom-left:after, .imghvr-strip-vert-bottom-left figcaption:before, .imghvr-strip-vert-bottom-left figcaption:after {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-strip-vert-bottom-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-vert-bottom-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-bottom-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-bottom-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-vert-bottom-right
   ----------------------------- */
.imghvr-strip-vert-bottom-right:before, .imghvr-strip-vert-bottom-right:after, .imghvr-strip-vert-bottom-right figcaption:before, .imghvr-strip-vert-bottom-right figcaption:after {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-strip-vert-bottom-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-vert-bottom-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-bottom-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-bottom-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-*
   ----------------------------- */
[class^='imghvr-pixel']:before, [class^='imghvr-pixel']:after, [class^='imghvr-pixel'] figcaption:before, [class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel']:before, [class*=' imghvr-pixel']:after, [class*=' imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:after {
  -webkit-transition: all 0.35s steps(4);
  transition: all 0.35s steps(4);
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

[class^='imghvr-pixel']:before, [class^='imghvr-pixel']:after, [class*=' imghvr-pixel']:before, [class*=' imghvr-pixel']:after {
  z-index: 1;
}

[class^='imghvr-pixel']:before, [class*=' imghvr-pixel']:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-pixel']:after, [class*=' imghvr-pixel']:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

[class^='imghvr-pixel'] figcaption, [class*=' imghvr-pixel'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-pixel'] figcaption *, [class*=' imghvr-pixel'] figcaption * {
  opacity: 0;
}

[class^='imghvr-pixel'] figcaption:before, [class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

[class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel'] figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[class^='imghvr-pixel'] a, [class*=' imghvr-pixel'] a {
  z-index: 3;
}

[class^='imghvr-pixel']:hover:before, [class^='imghvr-pixel']:hover:after, [class^='imghvr-pixel']:hover figcaption:before, [class^='imghvr-pixel']:hover figcaption:after, [class*=' imghvr-pixel']:hover:before, [class*=' imghvr-pixel']:hover:after, [class*=' imghvr-pixel']:hover figcaption:before, [class*=' imghvr-pixel']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-pixel']:hover figcaption *, [class*=' imghvr-pixel']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-up
   ----------------------------- */
.imghvr-pixel-up:before, .imghvr-pixel-up:after, .imghvr-pixel-up figcaption:before, .imghvr-pixel-up figcaption:after {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.imghvr-pixel-up:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-up:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-up figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-up figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-down
   ----------------------------- */
.imghvr-pixel-down:before, .imghvr-pixel-down:after, .imghvr-pixel-down figcaption:before, .imghvr-pixel-down figcaption:after {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.imghvr-pixel-down:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-down:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-down figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-down figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-left
   ----------------------------- */
.imghvr-pixel-left:before, .imghvr-pixel-left:after, .imghvr-pixel-left figcaption:before, .imghvr-pixel-left figcaption:after {
  width: 25.1%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-pixel-left:before {
  left: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-left:after {
  left: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-left figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-left figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-right
   ----------------------------- */
.imghvr-pixel-right:before, .imghvr-pixel-right:after, .imghvr-pixel-right figcaption:before, .imghvr-pixel-right figcaption:after {
  width: 25.1%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-pixel-right:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-right:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-right figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-right figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-top-left
   ----------------------------- */
.imghvr-pixel-top-left:before, .imghvr-pixel-top-left:after, .imghvr-pixel-top-left figcaption:before, .imghvr-pixel-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-pixel-top-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-top-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-top-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-top-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-top-right
   ----------------------------- */
.imghvr-pixel-top-right:before, .imghvr-pixel-top-right:after, .imghvr-pixel-top-right figcaption:before, .imghvr-pixel-top-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-pixel-top-right:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-top-right:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-top-right figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-top-right figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-bottom-left
   ----------------------------- */
.imghvr-pixel-bottom-left:before, .imghvr-pixel-bottom-left:after, .imghvr-pixel-bottom-left figcaption:before, .imghvr-pixel-bottom-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-pixel-bottom-left:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-bottom-left:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-bottom-left figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-bottom-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-bottom-right
   ----------------------------- */
.imghvr-pixel-bottom-right:before, .imghvr-pixel-bottom-right:after, .imghvr-pixel-bottom-right figcaption:before, .imghvr-pixel-bottom-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-pixel-bottom-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-bottom-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-bottom-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-bottom-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pivot-in*
   ----------------------------- */
[class^='imghvr-pivot-in'] figcaption, [class*=' imghvr-pivot-in'] figcaption {
  background-color: #135796;
}

[class^='imghvr-pivot-in']:hover figcaption, [class*=' imghvr-pivot-in']:hover figcaption {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* imghvr-pivot-in-top-left*
   ----------------------------- */
.imghvr-pivot-in-top-left figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* imghvr-pivot-in-top-right*
   ----------------------------- */
.imghvr-pivot-in-top-right figcaption {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-pivot-in-bottom-left*
   ----------------------------- */
.imghvr-pivot-in-bottom-left figcaption {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* imghvr-pivot-in-bottom-right*
   ----------------------------- */
.imghvr-pivot-in-bottom-right figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-pivot-out-*
   ----------------------------- */
[class^='imghvr-pivot-out'] > img, [class*=' imghvr-pivot-out'] > img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

[class^='imghvr-pivot-out'] figcaption, [class*=' imghvr-pivot-out'] figcaption {
  background-color: #135796;
  z-index: -1;
}

/* imghvr-pivot-out-top-left*
   ----------------------------- */
.imghvr-pivot-out-top-left > img {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-pivot-out-top-left:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* imghvr-pivot-out-top-right*
   ----------------------------- */
.imghvr-pivot-out-top-right > img {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-pivot-out-top-right:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-left*
   ----------------------------- */
.imghvr-pivot-out-bottom-left > img {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-pivot-out-bottom-left:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-right*
   ----------------------------- */
.imghvr-pivot-out-bottom-right > img {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-pivot-out-bottom-right:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* imghvr-throw-in-*
   ----------------------------- */
[class^='imghvr-throw-in'] figcaption, [class*=' imghvr-throw-in'] figcaption {
  background-color: #135796;
}

[class^='imghvr-throw-in']:hover figcaption, [class*=' imghvr-throw-in']:hover figcaption {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* imghvr-throw-in-up
   ----------------------------- */
.imghvr-throw-in-up figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-throw-in-up:hover figcaption {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-throw-in-down
   ----------------------------- */
.imghvr-throw-in-down figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.imghvr-throw-in-down:hover figcaption {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* imghvr-throw-in-left
   ----------------------------- */
.imghvr-throw-in-left figcaption {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.imghvr-throw-in-left:hover figcaption {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* imghvr-throw-in-right
   ----------------------------- */
.imghvr-throw-in-right figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0%;
  transform-origin: 0 0%;
}

.imghvr-throw-in-right:hover figcaption {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-throw-out*
   ----------------------------- */
[class^='imghvr-throw-out'] > img, [class*=' imghvr-throw-out'] > img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

[class^='imghvr-throw-out'] figcaption, [class*=' imghvr-throw-out'] figcaption {
  background-color: #135796;
  z-index: -1;
}

/* imghvr-throw-out-up
   ----------------------------- */
.imghvr-throw-out-up > img {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.imghvr-throw-out-up:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-throw-out-down
   ----------------------------- */
.imghvr-throw-out-down > img {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.imghvr-throw-out-down:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-throw-out-left
   ----------------------------- */
.imghvr-throw-out-left > img {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-throw-out-left:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* imghvr-throw-out-right
   ----------------------------- */
.imghvr-throw-out-right > img {
  -webkit-transform-origin: 0% 0;
  transform-origin: 0% 0;
}

.imghvr-throw-out-right:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-blinds-*
   ----------------------------- */
[class^='imghvr-blinds']:before, [class^='imghvr-blinds']:after, [class^='imghvr-blinds'] figcaption:before, [class^='imghvr-blinds'] figcaption:after, [class*=' imghvr-blinds']:before, [class*=' imghvr-blinds']:after, [class*=' imghvr-blinds'] figcaption:before, [class*=' imghvr-blinds'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
}

[class^='imghvr-blinds']:before, [class^='imghvr-blinds']:after, [class*=' imghvr-blinds']:before, [class*=' imghvr-blinds']:after {
  z-index: 1;
}

[class^='imghvr-blinds']:before, [class*=' imghvr-blinds']:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-blinds']:after, [class*=' imghvr-blinds']:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

[class^='imghvr-blinds'] figcaption, [class*=' imghvr-blinds'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-blinds'] figcaption *, [class*=' imghvr-blinds'] figcaption * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-blinds'] figcaption:before, [class^='imghvr-blinds'] figcaption:after, [class*=' imghvr-blinds'] figcaption:before, [class*=' imghvr-blinds'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-blinds'] a, [class*=' imghvr-blinds'] a {
  z-index: 3;
}

[class^='imghvr-blinds']:hover:before, [class^='imghvr-blinds']:hover:after, [class^='imghvr-blinds']:hover figcaption:before, [class^='imghvr-blinds']:hover figcaption:after, [class*=' imghvr-blinds']:hover:before, [class*=' imghvr-blinds']:hover:after, [class*=' imghvr-blinds']:hover figcaption:before, [class*=' imghvr-blinds']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-blinds']:hover figcaption *, [class*=' imghvr-blinds']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.4025s;
  transition-delay: 0.4025s;
}

/* imghvr-blinds-horiz
   ----------------------------- */
.imghvr-blinds-horiz:before, .imghvr-blinds-horiz:after, .imghvr-blinds-horiz figcaption:before, .imghvr-blinds-horiz figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  left: 0;
}

.imghvr-blinds-horiz:before {
  top: 0;
}

.imghvr-blinds-horiz:after {
  top: 25%;
}

.imghvr-blinds-horiz figcaption:before {
  top: 50%;
}

.imghvr-blinds-horiz figcaption:after {
  top: 75%;
}

.imghvr-blinds-horiz:hover figcaption * {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blinds-vert
   ----------------------------- */
.imghvr-blinds-vert:before, .imghvr-blinds-vert:after, .imghvr-blinds-vert figcaption:before, .imghvr-blinds-vert figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 0;
}

.imghvr-blinds-vert:before {
  left: 0;
}

.imghvr-blinds-vert:after {
  left: 25%;
}

.imghvr-blinds-vert figcaption:before {
  left: 50%;
}

.imghvr-blinds-vert figcaption:after {
  left: 75%;
}

.imghvr-blinds-vert:hover figcaption * {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blinds-up
   ----------------------------- */
.imghvr-blinds-up:before, .imghvr-blinds-up:after, .imghvr-blinds-up figcaption:before, .imghvr-blinds-up figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  left: 0;
}

.imghvr-blinds-up:before {
  top: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blinds-up:after {
  top: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-up figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-up figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-blinds-down
   ----------------------------- */
.imghvr-blinds-down:before, .imghvr-blinds-down:after, .imghvr-blinds-down figcaption:before, .imghvr-blinds-down figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  left: 0;
}

.imghvr-blinds-down:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blinds-down:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-down figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-down figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blinds-left
   ----------------------------- */
.imghvr-blinds-left:before, .imghvr-blinds-left:after, .imghvr-blinds-left figcaption:before, .imghvr-blinds-left figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 0;
}

.imghvr-blinds-left:before {
  left: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blinds-left:after {
  left: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-left figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-left figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-blinds-right
   ----------------------------- */
.imghvr-blinds-right:before, .imghvr-blinds-right:after, .imghvr-blinds-right figcaption:before, .imghvr-blinds-right figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 0;
}

.imghvr-blinds-right:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blinds-right:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-right figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-right figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-border-reveal-*
   ----------------------------- */
[class^='imghvr-border-reveal'], [class*=' imghvr-border-reveal'] {
  background-color: #135796;
}

[class^='imghvr-border-reveal']:before, [class^='imghvr-border-reveal']:after, [class^='imghvr-border-reveal'] figcaption:before, [class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:after, [class*=' imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:after {
  background-color: #ffffff;
  position: absolute;
  content: '';
}

[class^='imghvr-border-reveal']:before, [class^='imghvr-border-reveal']:after, [class*=' imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:after {
  z-index: 1;
  height: 4px;
  left: 5px;
  right: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

[class^='imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:before {
  top: 5px;
}

[class^='imghvr-border-reveal']:after, [class*=' imghvr-border-reveal']:after {
  bottom: 5px;
}

[class^='imghvr-border-reveal'] figcaption, [class*=' imghvr-border-reveal'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-border-reveal'] figcaption *, [class*=' imghvr-border-reveal'] figcaption * {
  opacity: 0;
}

[class^='imghvr-border-reveal'] figcaption:before, [class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:after {
  z-index: -1;
  width: 4px;
  top: 5px;
  bottom: 5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

[class^='imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:before {
  left: 5px;
}

[class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal'] figcaption:after {
  right: 5px;
}

[class^='imghvr-border-reveal'] a, [class*=' imghvr-border-reveal'] a {
  z-index: 3;
}

[class^='imghvr-border-reveal']:hover > img, [class*=' imghvr-border-reveal']:hover > img {
  opacity: 0;
}

[class^='imghvr-border-reveal']:hover:before, [class^='imghvr-border-reveal']:hover:after, [class^='imghvr-border-reveal']:hover figcaption:before, [class^='imghvr-border-reveal']:hover figcaption:after, [class*=' imghvr-border-reveal']:hover:before, [class*=' imghvr-border-reveal']:hover:after, [class*=' imghvr-border-reveal']:hover figcaption:before, [class*=' imghvr-border-reveal']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

[class^='imghvr-border-reveal']:hover figcaption *, [class*=' imghvr-border-reveal']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-border-reveal-vert
   ----------------------------- */
.imghvr-border-reveal-vert:before, .imghvr-border-reveal-vert:after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.imghvr-border-reveal-vert:hover:before, .imghvr-border-reveal-vert:hover:after {
  -webkit-transition-delay: 0.23333s;
  transition-delay: 0.23333s;
}

/* imghvr-border-reveal-horiz
   ----------------------------- */
.imghvr-border-reveal-horiz figcaption:before, .imghvr-border-reveal-horiz figcaption:after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.imghvr-border-reveal-horiz:hover figcaption:before, .imghvr-border-reveal-horiz:hover figcaption:after {
  -webkit-transition-delay: 0.23333s;
  transition-delay: 0.23333s;
}

/* imghvr-border-reveal-corners-1
   ----------------------------- */
.imghvr-border-reveal-corners-1:before, .imghvr-border-reveal-corners-1 figcaption:before {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-corners-1:after, .imghvr-border-reveal-corners-1 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-border-reveal-corners-2
   ----------------------------- */
.imghvr-border-reveal-corners-2:before, .imghvr-border-reveal-corners-2 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-corners-2:after, .imghvr-border-reveal-corners-2 figcaption:after {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* imghvr-border-reveal-top-left
   ----------------------------- */
.imghvr-border-reveal-top-left:before, .imghvr-border-reveal-top-left:after, .imghvr-border-reveal-top-left figcaption:before, .imghvr-border-reveal-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-top-left:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-left:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left:hover:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left:hover figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

/* imghvr-border-reveal-top-right
   ----------------------------- */
.imghvr-border-reveal-top-right:before, .imghvr-border-reveal-top-right:after, .imghvr-border-reveal-top-right figcaption:before, .imghvr-border-reveal-top-right figcaption:after {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.imghvr-border-reveal-top-right:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-right figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-right figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-right:hover:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:hover figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:hover figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-border-reveal-bottom-left
   ----------------------------- */
.imghvr-border-reveal-bottom-left:before, .imghvr-border-reveal-bottom-left:after, .imghvr-border-reveal-bottom-left figcaption:before, .imghvr-border-reveal-bottom-left figcaption:after {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.imghvr-border-reveal-bottom-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-left figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:hover:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-left:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:hover figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

/* imghvr-border-reveal-bottom-right
   ----------------------------- */
.imghvr-border-reveal-bottom-right:before, .imghvr-border-reveal-bottom-right:after, .imghvr-border-reveal-bottom-right figcaption:before, .imghvr-border-reveal-bottom-right figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-bottom-right:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-right:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-right figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right:hover:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-right:hover figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right:hover figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-border-reveal-cc-1
   ----------------------------- */
.imghvr-border-reveal-cc-1:before, .imghvr-border-reveal-cc-1:after, .imghvr-border-reveal-cc-1 figcaption:before, .imghvr-border-reveal-cc-1 figcaption:after {
  -webkit-transition-duration: 0.23333s;
  transition-duration: 0.23333s;
}

.imghvr-border-reveal-cc-1:before, .imghvr-border-reveal-cc-1 figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-cc-1:after, .imghvr-border-reveal-cc-1 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-cc-1:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-cc-1:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-border-reveal-cc-1 figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-cc-1 figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-border-reveal-cc-1:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-cc-1:hover:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-border-reveal-cc-1:hover figcaption:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-cc-1:hover figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/* imghvr-border-reveal-ccc-1
   ----------------------------- */
.imghvr-border-reveal-ccc-1:before, .imghvr-border-reveal-ccc-1:after, .imghvr-border-reveal-ccc-1 figcaption:before, .imghvr-border-reveal-ccc-1 figcaption:after {
  -webkit-transition-duration: 0.23333s;
  transition-duration: 0.23333s;
}

.imghvr-border-reveal-ccc-1:before, .imghvr-border-reveal-ccc-1 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-ccc-1:after, .imghvr-border-reveal-ccc-1 figcaption:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.imghvr-border-reveal-ccc-1:before {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.imghvr-border-reveal-ccc-1:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-border-reveal-ccc-1 figcaption:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-ccc-1 figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-border-reveal-ccc-1:hover:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-ccc-1:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-border-reveal-ccc-1:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-ccc-1:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-border-reveal-cc-2
   ----------------------------- */
.imghvr-border-reveal-cc-2:before, .imghvr-border-reveal-cc-2 figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-cc-2:after, .imghvr-border-reveal-cc-2 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-border-reveal-ccc-2
   ----------------------------- */
.imghvr-border-reveal-ccc-2:before, .imghvr-border-reveal-ccc-2 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-ccc-2:after, .imghvr-border-reveal-ccc-2 figcaption:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* imghvr-border-reveal-cc-3
   ----------------------------- */
.imghvr-border-reveal-cc-3:before, .imghvr-border-reveal-cc-3 figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-cc-3:after, .imghvr-border-reveal-cc-3 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-cc-3:before {
  right: 14px;
  left: 0;
}

.imghvr-border-reveal-cc-3:after {
  left: 14px;
  right: 0;
}

.imghvr-border-reveal-cc-3 figcaption:before {
  top: 14px;
  bottom: 0;
}

.imghvr-border-reveal-cc-3 figcaption:after {
  bottom: 14px;
  top: 0;
}

/* imghvr-border-reveal-ccc-3
   ----------------------------- */
.imghvr-border-reveal-ccc-3:before, .imghvr-border-reveal-ccc-3 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-ccc-3:after, .imghvr-border-reveal-ccc-3 figcaption:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.imghvr-border-reveal-ccc-3:before {
  left: 14px;
  right: 0;
}

.imghvr-border-reveal-ccc-3:after {
  right: 14px;
  left: 0;
}

.imghvr-border-reveal-ccc-3 figcaption:before {
  bottom: 14px;
  top: 0;
}

.imghvr-border-reveal-ccc-3 figcaption:after {
  top: 14px;
  bottom: 0;
}

/* imghvr-image-*
   ----------------------------- */
[class^='imghvr-image-'] figcaption, [class*=' imghvr-image-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-image-']:hover figcaption, [class*=' imghvr-image-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

/* imghvr-image-zoom-center
   ----------------------------- */
.imghvr-image-zoom-center:hover > img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/* imghvr-image-zoom-out
   ----------------------------- */
.imghvr-image-zoom-out:hover > img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/* imghvr-image-rotate-left
   ----------------------------- */
.imghvr-image-rotate-left:hover > img {
  -webkit-transform: scale(1.3) rotate(-15deg);
  transform: scale(1.3) rotate(-15deg);
}

/* imghvr-image-rotate-right
   ----------------------------- */
.imghvr-image-rotate-right:hover > img {
  -webkit-transform: scale(1.3) rotate(15deg);
  transform: scale(1.3) rotate(15deg);
}

/* imghvr-book-open-*
   ----------------------------- */
*[class^='imghvr-book-open-'], *[class*=' imghvr-book-open-'] {
  overflow: visible;
}

*[class^='imghvr-book-open-'] figcaption, *[class*=' imghvr-book-open-'] figcaption {
  background-color: transparent;
  border: none;
}

*[class^='imghvr-book-open-'] figcaption:before, *[class^='imghvr-book-open-'] figcaption:after, *[class*=' imghvr-book-open-'] figcaption:before, *[class*=' imghvr-book-open-'] figcaption:after {
  z-index: -1;
  background-color: black;
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

*[class^='imghvr-book-open-']:hover figcaption:before, *[class^='imghvr-book-open-']:hover figcaption:after, *[class*=' imghvr-book-open-']:hover figcaption:before, *[class*=' imghvr-book-open-']:hover figcaption:after {
  opacity: 1;
  background-color: #135796;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* imghvr-book-open-horiz
   ----------------------------- */
.imghvr-book-open-horiz figcaption {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-horiz figcaption * {
  opacity: 0;
}

.imghvr-book-open-horiz figcaption:before, .imghvr-book-open-horiz figcaption:after {
  height: 100%;
  width: 50%;
  top: 0;
}

.imghvr-book-open-horiz figcaption:before {
  background-image: -webkit-linear-gradient( left , transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to right, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  left: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-book-open-horiz figcaption:after {
  background-image: -webkit-linear-gradient( right , transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to left, transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
  right: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-book-open-horiz:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-book-open-vert
   ----------------------------- */
.imghvr-book-open-vert figcaption {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-vert figcaption * {
  opacity: 0;
}

.imghvr-book-open-vert figcaption:before, .imghvr-book-open-vert figcaption:after {
  height: 50%;
  width: 100%;
  left: 0;
}

.imghvr-book-open-vert figcaption:before {
  background-image: -webkit-linear-gradient( top , transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  top: 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-book-open-vert figcaption:after {
  background-image: -webkit-linear-gradient( bottom , transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to top, transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
  bottom: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-book-open-vert:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-book-open-up
   ----------------------------- */
.imghvr-book-open-up {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-up > img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-book-open-up figcaption {
  z-index: -1;
}

.imghvr-book-open-up figcaption * {
  opacity: 1;
}

.imghvr-book-open-up figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( bottom , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to top, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-up:hover > img {
  -webkit-transform: rotateX(86deg);
  transform: rotateX(86deg);
}

/* imghvr-book-open-down
   ----------------------------- */
.imghvr-book-open-down {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-down > img {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-book-open-down figcaption {
  z-index: -1;
}

.imghvr-book-open-down figcaption * {
  opacity: 1;
}

.imghvr-book-open-down figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( top , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-down:hover > img {
  -webkit-transform: rotateX(-86deg);
  transform: rotateX(-86deg);
}

/* imghvr-book-open-left
   ----------------------------- */
.imghvr-book-open-left {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-left > img {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-book-open-left figcaption {
  z-index: -1;
}

.imghvr-book-open-left figcaption * {
  opacity: 1;
}

.imghvr-book-open-left figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( right , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to left, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-left:hover > img {
  -webkit-transform: rotateY(-86deg);
  transform: rotateY(-86deg);
}

/* imghvr-book-open-right
   ----------------------------- */
.imghvr-book-open-right {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-right > img {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-book-open-right figcaption {
  z-index: -1;
}

.imghvr-book-open-right figcaption * {
  opacity: 1;
}

.imghvr-book-open-right figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( left , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to right, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-right:hover > img {
  -webkit-transform: rotateY(86deg);
  transform: rotateY(86deg);
}

/* imghvr-circle-*
   ----------------------------- */
[class^='imghvr-circle-']:before, [class*=' imghvr-circle-']:before {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -25%;
  right: -25%;
  content: '';
  background-color: #135796;
  border-radius: 50%;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

[class^='imghvr-circle-'] figcaption, [class*=' imghvr-circle-'] figcaption {
  opacity: 0;
  background-color: transparent;
}

[class^='imghvr-circle-']:hover:before, [class*=' imghvr-circle-']:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[class^='imghvr-circle-']:hover figcaption, [class*=' imghvr-circle-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-circle-up
   ----------------------------- */
.imghvr-circle-up:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-circle-down
   ----------------------------- */
.imghvr-circle-down:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-circle-left
   ----------------------------- */
.imghvr-circle-left:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-circle-right
   ----------------------------- */
.imghvr-circle-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-circle-top-left
   ----------------------------- */
.imghvr-circle-top-left:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-circle-top-right
   ----------------------------- */
.imghvr-circle-top-right:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-circle-bottom-left
   ----------------------------- */
.imghvr-circle-bottom-left:before {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-circle-bottom-right
   ----------------------------- */
.imghvr-circle-bottom-right:before {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-shift-*
   ----------------------------- */
[class^='imghvr-shift'], [class*=' imghvr-shift'] {
  overflow: visible;
}

[class^='imghvr-shift'] figcaption, [class*=' imghvr-shift'] figcaption {
  background-color: #135796;
  opacity: 0;
}

/* imghvr-shift-top-left
   ----------------------------- */
.imghvr-shift-top-left:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

/* imghvr-shift-top-right
   ----------------------------- */
.imghvr-shift-top-right:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}

/* imghvr-shift-bottom-left
   ----------------------------- */
.imghvr-shift-bottom-left:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}

/* imghvr-shift-bottom-right
   ----------------------------- */
.imghvr-shift-bottom-right:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

/* imghvr-bounce-*
   ----------------------------- */
[class^='imghvr-bounce'] figcaption, [class*=' imghvr-bounce'] figcaption {
  background-color: #135796;
  opacity: 1;
}

[class^='imghvr-bounce']:hover figcaption, [class*=' imghvr-bounce']:hover figcaption {
  -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);
}

/* imghvr-bounce-in
   ----------------------------- */
.imghvr-bounce-in figcaption {
  opacity: 0;
}

.imghvr-bounce-in:hover figcaption {
  -webkit-animation: imghvr-bounce-in 0.6s ease-in forwards;
  animation: imghvr-bounce-in 0.6s ease-in forwards;
  -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);
  opacity: 1;
}

@-webkit-keyframes imghvr-bounce-in {
  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 imghvr-bounce-in {
  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);
  }
}

/* imghvr-bounce-in-up
   ----------------------------- */
.imghvr-bounce-in-up figcaption {
  opacity: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-bounce-in-up:hover figcaption {
  -webkit-animation: imghvr-bounce-in-up 0.8s ease-in forwards;
  animation: imghvr-bounce-in-up 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-up
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(25px);
  }
  65% {
    -webkit-transform: translateY(10px);
  }
  90% {
    -webkit-transform: translateY(2px);
  }
}

@keyframes imghvr-bounce-in-up
{
  25%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(25px);
  }
  65% {
    transform: translateY(10px);
  }
  90% {
    transform: translateY(2px);
  }
}

/* imghvr-bounce-in-down
   ----------------------------- */
.imghvr-bounce-in-down figcaption {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-bounce-in-down:hover figcaption {
  -webkit-animation: imghvr-bounce-in-down 0.8s ease-in forwards;
  animation: imghvr-bounce-in-down 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-down
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-25px);
  }
  65% {
    -webkit-transform: translateY(-10px);
  }
  90% {
    -webkit-transform: translateY(-2px);
  }
}

@keyframes imghvr-bounce-in-down
{
  25%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  65% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(-2px);
  }
}

/* imghvr-bounce-in-left
   ----------------------------- */
.imghvr-bounce-in-left figcaption {
  opacity: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-bounce-in-left:hover figcaption {
  -webkit-animation: imghvr-bounce-in-left 0.8s ease-in forwards;
  animation: imghvr-bounce-in-left 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-left
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(25px);
  }
  65% {
    -webkit-transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(2px);
  }
}

@keyframes imghvr-bounce-in-left
{
  25%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(25px);
  }
  65% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(2px);
  }
}

/* imghvr-bounce-in-right
   ----------------------------- */
.imghvr-bounce-in-right figcaption {
  opacity: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-bounce-in-right:hover figcaption {
  -webkit-animation: imghvr-bounce-in-right 0.8s ease-in forwards;
  animation: imghvr-bounce-in-right 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-right
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-25px);
  }
  65% {
    -webkit-transform: translateX(-10px);
  }
  90% {
    -webkit-transform: translateX(-2px);
  }
}

@keyframes imghvr-bounce-in-right
{
  25%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-25px);
  }
  65% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(-2px);
  }
}

/* imghvr-bounce-out
   ----------------------------- */
.imghvr-bounce-out figcaption {
  opacity: 0;
}

.imghvr-bounce-out:hover > img {
  -webkit-animation: imghvr-bounce-out 0.4025s ease-in forwards;
  animation: imghvr-bounce-out 0.4025s ease-in forwards;
}

.imghvr-bounce-out:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out {
  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 imghvr-bounce-out {
  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);
  }
}

/* imghvr-bounce-out-up
   ----------------------------- */
.imghvr-bounce-out-up figcaption {
  opacity: 0;
}

.imghvr-bounce-out-up:hover > img {
  -webkit-animation: imghvr-bounce-out-up 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-up 0.4025s ease-in forwards;
}

.imghvr-bounce-out-up:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-up {
  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, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes imghvr-bounce-out-up {
  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, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* imghvr-bounce-out-down
   ----------------------------- */
.imghvr-bounce-out-down figcaption {
  opacity: 0;
}

.imghvr-bounce-out-down:hover > img {
  -webkit-animation: imghvr-bounce-out-down 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-down 0.4025s ease-in forwards;
}

.imghvr-bounce-out-down:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-down {
  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, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes imghvr-bounce-out-down {
  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, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* imghvr-bounce-out-left
   ----------------------------- */
.imghvr-bounce-out-left figcaption {
  opacity: 0;
}

.imghvr-bounce-out-left:hover > img {
  -webkit-animation: imghvr-bounce-out-left 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-left 0.4025s ease-in forwards;
}

.imghvr-bounce-out-left:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-left {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes imghvr-bounce-out-left {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* imghvr-bounce-out-right
   ----------------------------- */
.imghvr-bounce-out-right figcaption {
  opacity: 0;
}

.imghvr-bounce-out-right:hover > img {
  -webkit-animation: imghvr-bounce-out-right 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-right 0.4025s ease-in forwards;
}

.imghvr-bounce-out-right:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-right {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes imghvr-bounce-out-right {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* imghvr-fall-away-*
   ----------------------------- */
*[class^='imghvr-fall-away-'], *[class*=' imghvr-fall-away-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

*[class^='imghvr-fall-away-'] img, *[class*=' imghvr-fall-away-'] img {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.455s ease-in;
  transition: all 0.455s ease-in;
}

*[class^='imghvr-fall-away-'] figcaption, *[class*=' imghvr-fall-away-'] figcaption {
  opacity: 0;
  background-color: #135796;
}

*[class^='imghvr-fall-away-']:hover img, *[class*=' imghvr-fall-away-']:hover img {
  opacity: 0;
}

*[class^='imghvr-fall-away-']:hover figcaption, *[class*=' imghvr-fall-away-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.455s;
  transition-delay: 0.455s;
}

/* imghvr-fall-away-horiz
   ----------------------------- */
.imghvr-fall-away-horiz:hover img {
  -webkit-transform: rotateX(-360deg) scale(0.2);
  transform: rotateX(-360deg) scale(0.2);
}

/* imghvr-fall-away-vert
   ----------------------------- */
.imghvr-fall-away-vert:hover img {
  -webkit-transform: rotateY(-360deg) scale(0.2);
  transform: rotateY(-360deg) scale(0.2);
}

/* imghvr-fall-away-cc
   ----------------------------- */
.imghvr-fall-away-cc:hover img {
  -webkit-transform: rotate(360deg) scale(0.2);
  transform: rotate(360deg) scale(0.2);
}

/* imghvr-fall-away-ccc
   ----------------------------- */
.imghvr-fall-away-ccc:hover img {
  -webkit-transform: rotate(-360deg) scale(0.2);
  transform: rotate(-360deg) scale(0.2);
}

/* imghvr-modal-slide-*
   ----------------------------- */
[class^='imghvr-modal'] figcaption, [class*=' imghvr-modal'] figcaption {
  opacity: 1;
}

[class^='imghvr-modal']:hover > img, [class*=' imghvr-modal']:hover > img {
  opacity: 0.7;
}

[class^='imghvr-modal']:hover figcaption, [class*=' imghvr-modal']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-modal-slide-up
   ----------------------------- */
.imghvr-modal-slide-up figcaption {
  top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

/* imghvr-modal-slide-down
   ----------------------------- */
.imghvr-modal-slide-down figcaption {
  bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/* imghvr-modal-slide-left
   ----------------------------- */
.imghvr-modal-slide-left figcaption {
  left: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

/* imghvr-modal-slide-right
   ----------------------------- */
.imghvr-modal-slide-right figcaption {
  right: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

/* imghvr-modal-hinge-*
   ----------------------------- */
[class^='imghvr-modal'], [class*=' imghvr-modal'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-modal'] figcaption, [class*=' imghvr-modal'] figcaption {
  opacity: 1;
}

[class^='imghvr-modal']:hover > img, [class*=' imghvr-modal']:hover > img {
  opacity: 0.7;
}

[class^='imghvr-modal']:hover figcaption, [class*=' imghvr-modal']:hover figcaption {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* imghvr-modal-hinge-up
   ----------------------------- */
.imghvr-modal-hinge-up figcaption {
  top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: rotateX(100deg);
  transform: rotateX(100deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* imghvr-modal-hinge-down
   ----------------------------- */
.imghvr-modal-hinge-down figcaption {
  bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: rotateX(-100deg);
  transform: rotateX(-100deg);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

/* imghvr-modal-hinge-left
   ----------------------------- */
.imghvr-modal-hinge-left figcaption {
  left: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: rotateY(-100deg);
  transform: rotateY(-100deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* imghvr-modal-hinge-right
   ----------------------------- */
.imghvr-modal-hinge-right figcaption {
  right: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: rotateY(100deg);
  transform: rotateY(100deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* imghvr-lightspeed-in-left
   ----------------------------- */
.imghvr-lightspeed-in-left figcaption {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
}

.imghvr-lightspeed-in-left:hover figcaption {
  -webkit-animation: imghvr-lightspeed-in-left 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-in-left 0.4025s ease-in forwards;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-in-left {
  from {
    -webkit-transform: translate(100%, 0) skewX(-20deg);
    transform: translate(100%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(10deg);
    transform: translate(0, 0) skewX(10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

@keyframes imghvr-lightspeed-in-left {
  from {
    -webkit-transform: translate(100%, 0) skewX(-20deg);
    transform: translate(100%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(10deg);
    transform: translate(0, 0) skewX(10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

/* imghvr-lightspeed-in-right
   ----------------------------- */
.imghvr-lightspeed-in-right figcaption {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
}

.imghvr-lightspeed-in-right:hover figcaption {
  -webkit-animation: imghvr-lightspeed-in-right 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-in-right 0.4025s ease-in forwards;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-in-right {
  from {
    -webkit-transform: translate(-100%, 0) skewX(20deg);
    transform: translate(-100%, 0) skewX(20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(20deg);
    transform: translate(0, 0) skewX(20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(-10deg);
    transform: translate(0, 0) skewX(-10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

@keyframes imghvr-lightspeed-in-right {
  from {
    -webkit-transform: translate(-100%, 0) skewX(20deg);
    transform: translate(-100%, 0) skewX(20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(20deg);
    transform: translate(0, 0) skewX(20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(-10deg);
    transform: translate(0, 0) skewX(-10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

/* imghvr-lightspeed-out-left
   ----------------------------- */
.imghvr-lightspeed-out-left figcaption {
  z-index: -1;
  opacity: 1;
}

.imghvr-lightspeed-out-left:hover > img {
  -webkit-animation: imghvr-lightspeed-out-left 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-out-left 0.4025s ease-in forwards;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-out-left {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(10%, 0) skewX(0deg);
    transform: translate(10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  to {
    -webkit-transform: translate(-150%, 0) skewX(-20deg);
    transform: translate(-150%, 0) skewX(-20deg);
  }
}

@keyframes imghvr-lightspeed-out-left {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(10%, 0) skewX(0deg);
    transform: translate(10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  to {
    -webkit-transform: translate(-150%, 0) skewX(-20deg);
    transform: translate(-150%, 0) skewX(-20deg);
  }
}

/* imghvr-lightspeed-out-right
   ----------------------------- */
.imghvr-lightspeed-out-right figcaption {
  z-index: -1;
  opacity: 1;
}

.imghvr-lightspeed-out-right:hover > img {
  -webkit-animation: imghvr-lightspeed-out-right 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-out-right 0.4025s ease-in forwards;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-out-right {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(10%, 0) skewX(0deg);
    transform: translate(10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  to {
    -webkit-transform: translate(-150%, 0) skewX(-20deg);
    transform: translate(-150%, 0) skewX(-20deg);
  }
}

@keyframes imghvr-lightspeed-out-right {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(-10%, 0) skewX(0deg);
    transform: translate(-10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(20deg);
    transform: translate(0, 0) skewX(20deg);
  }
  to {
    -webkit-transform: translate(150%, 0) skewX(20deg);
    transform: translate(150%, 0) skewX(20deg);
  }
}

/* imghvr-grad-*
   ----------------------------- */
[class^='imghvr-grad-']:before, [class*=' imghvr-grad-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}

[class^='imghvr-grad-'] figcaption, [class*=' imghvr-grad-'] figcaption {
  z-index: 1;
  opacity: 0;
  background-color: transparent;
}

[class^='imghvr-grad-']:hover:before, [class*=' imghvr-grad-']:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[class^='imghvr-grad-']:hover figcaption, [class*=' imghvr-grad-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-grad-radial-in
   ----------------------------- */
.imghvr-grad-radial-in:before {
  background-image: -webkit-radial-gradient(transparent 0%, #135796 100%);
  background-image: radial-gradient(transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.imghvr-grad-radial-in:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0;
  background-color: #135796;
}

.imghvr-grad-radial-in:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.imghvr-grad-radial-in:hover:after {
  opacity: 0.75;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

/* imghvr-grad-radial-out
   ----------------------------- */
.imghvr-grad-radial-out:before {
  background-image: -webkit-radial-gradient(#135796 0%, transparent 100%);
  background-image: radial-gradient(#135796 0%, transparent 100%);
  position: absolute;
  top: -75%;
  bottom: -75%;
  left: -75%;
  right: -75%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.imghvr-grad-radial-out:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-up
   ----------------------------- */
.imghvr-grad-up:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-linear-gradient( top , transparent 0%, #135796 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #135796 100%);
  top: -75%;
}

/* imghvr-grad-down
   ----------------------------- */
.imghvr-grad-down:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-image: -webkit-linear-gradient( bottom , transparent 0%, #135796 100%);
  background-image: linear-gradient(to top, transparent 0%, #135796 100%);
  bottom: -75%;
}

/* imghvr-grad-left
   ----------------------------- */
.imghvr-grad-left:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-image: -webkit-linear-gradient( left , transparent 0%, #135796 100%);
  background-image: linear-gradient(to right, transparent 0%, #135796 100%);
  left: -75%;
}

/* imghvr-grad-right
   ----------------------------- */
.imghvr-grad-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: -webkit-linear-gradient( right , transparent 0%, #135796 100%);
  background-image: linear-gradient(to left, transparent 0%, #135796 100%);
  right: -75%;
}

/* imghvr-grad-top-left
   ----------------------------- */
.imghvr-grad-top-left:before {
  background-image: -webkit-linear-gradient(-45deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(-45deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  bottom: -75%;
  right: -75%;
}

.imghvr-grad-top-left:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-top-right
   ----------------------------- */
.imghvr-grad-top-right:before {
  background-image: -webkit-linear-gradient(-315deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(45deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  bottom: -75%;
  left: -75%;
}

.imghvr-grad-top-right:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-bottom-left
   ----------------------------- */
.imghvr-grad-bottom-left:before {
  background-image: -webkit-linear-gradient(-135deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(-135deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  top: -75%;
  right: -75%;
}

.imghvr-grad-bottom-left:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-bottom-right
   ----------------------------- */
.imghvr-grad-bottom-right:before {
  background-image: -webkit-linear-gradient(-405deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(135deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  top: -75%;
  left: -75%;
}

.imghvr-grad-bottom-right:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-parallax-*
   ----------------------------- */
[class^='imghvr-parallax-']:hover figcaption, [class*=' imghvr-parallax-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-parallax-up
   ----------------------------- */
.imghvr-parallax-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-parallax-up:hover > img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* imghvr-parallax-down
   ----------------------------- */
.imghvr-parallax-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-parallax-down:hover > img {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* imghvr-parallax-left
   ----------------------------- */
.imghvr-parallax-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-parallax-left:hover > img {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* imghvr-parallax--right
   ----------------------------- */
.imghvr-parallax-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-parallax-right:hover > img {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/* imghvr-stack-*
   ----------------------------- */
[class^='imghvr-stack-'] > img, [class^='imghvr-stack-'] figcaption, [class*=' imghvr-stack-'] > img, [class*=' imghvr-stack-'] figcaption {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[class^='imghvr-stack-']:hover > img, [class*=' imghvr-stack-']:hover > img {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.5;
}

[class^='imghvr-stack-']:hover figcaption, [class*=' imghvr-stack-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-stack-up
   ----------------------------- */
.imghvr-stack-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-stack-down
   ----------------------------- */
.imghvr-stack-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-stack-left
   ----------------------------- */
.imghvr-stack-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-stack-right
   ----------------------------- */
.imghvr-stack-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-stack-top-left
   ----------------------------- */
.imghvr-stack-top-left figcaption {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-stack-top-right
   ----------------------------- */
.imghvr-stack-top-right figcaption {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-stack-bottom-left
   ----------------------------- */
.imghvr-stack-bottom-left figcaption {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-stack-bottom-right
   ----------------------------- */
.imghvr-stack-bottom-right figcaption {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-cube-*
   ----------------------------- */
[class^='imghvr-cube-'], [class*=' imghvr-cube-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: visible;
  background-color: transparent;
}

[class^='imghvr-cube-'] > img, [class*=' imghvr-cube-'] > img {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

[class^='imghvr-cube-'] figcaption, [class*=' imghvr-cube-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #135796;
}

[class^='imghvr-cube-']:hover > img, [class*=' imghvr-cube-']:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-cube-']:hover figcaption, [class*=' imghvr-cube-']:hover figcaption {
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* imghvr-cube-up
   ----------------------------- */
.imghvr-cube-up figcaption {
  -webkit-transform: translateY(50%) rotateX(-90deg);
  transform: translateY(50%) rotateX(-90deg);
}

.imghvr-cube-up:hover > img {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

/* imghvr-cube-down
   ----------------------------- */
.imghvr-cube-down figcaption {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

.imghvr-cube-down:hover > img {
  -webkit-transform: translateY(50%) rotateX(-90deg);
  transform: translateY(50%) rotateX(-90deg);
}

/* imghvr-cube-left
   ----------------------------- */
.imghvr-cube-left figcaption {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

.imghvr-cube-left:hover > img {
  -webkit-transform: translateX(50%) rotateY(90deg);
  transform: translateX(50%) rotateY(90deg);
}

/* imghvr-cube-right
   ----------------------------- */
.imghvr-cube-right figcaption {
  -webkit-transform: translateX(50%) rotateY(90deg);
  transform: translateX(50%) rotateY(90deg);
}

.imghvr-cube-right:hover > img {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

/* imghvr-dive-*
   ----------------------------- */
[class^='imghvr-dive'] figcaption, [class*=' imghvr-dive'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-dive']:hover > img, [class*=' imghvr-dive']:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-dive']:hover figcaption, [class*=' imghvr-dive']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/* imghvr-dive
   ----------------------------- */
.imghvr-dive figcaption {
  -webkit-transform: scale(5);
  transform: scale(5);
}

.imghvr-dive:hover > img {
  -webkit-transform: scale(5);
  transform: scale(5);
}

.imghvr-dive:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-dive-cc
   ----------------------------- */
.imghvr-dive-cc figcaption {
  -webkit-transform: rotate(-45deg) scale(5);
  transform: rotate(-45deg) scale(5);
}

.imghvr-dive-cc:hover > img {
  -webkit-transform: rotate(45deg) scale(5);
  transform: rotate(45deg) scale(5);
}

.imghvr-dive-cc:hover figcaption {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

/* imghvr-dive-ccc
   ----------------------------- */
.imghvr-dive-ccc figcaption {
  -webkit-transform: rotate(45deg) scale(5);
  transform: rotate(45deg) scale(5);
}

.imghvr-dive-ccc:hover > img {
  -webkit-transform: rotate(-45deg) scale(5);
  transform: rotate(-45deg) scale(5);
}

.imghvr-dive-ccc:hover figcaption {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

/* imghvr-switch-*
   ----------------------------- */
[class^='imghvr-switch-'] > img, [class^='imghvr-switch-'] figcaption, [class*=' imghvr-switch-'] > img, [class*=' imghvr-switch-'] figcaption {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[class^='imghvr-switch-']:hover figcaption, [class*=' imghvr-switch-']:hover figcaption {
  -webkit-transform: translate(0 0);
  transform: translate(0 0);
}

/* imghvr-switch-up
   ----------------------------- */
.imghvr-switch-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-switch-up:hover > img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-switch-down
   ----------------------------- */
.imghvr-switch-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-switch-down:hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-switch-left
   ----------------------------- */
.imghvr-switch-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-switch-left:hover > img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-switch-right
   ----------------------------- */
.imghvr-switch-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-switch-right:hover > img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-flash-*
   ----------------------------- */
[class^='imghvr-flash-']:before, [class^='imghvr-flash-']:after, [class*=' imghvr-flash-']:before, [class*=' imghvr-flash-']:after {
  opacity: 0.75;
  background-color: #135796;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  content: '';
}

[class^='imghvr-flash-']:after, [class*=' imghvr-flash-']:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

[class^='imghvr-flash-'] figcaption, [class*=' imghvr-flash-'] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^='imghvr-flash-']:hover figcaption, [class*=' imghvr-flash-']:hover figcaption {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  opacity: 1;
}

/* imghvr-flash-top-left
   ----------------------------- */
.imghvr-flash-top-left:before, .imghvr-flash-top-left:after {
  -webkit-transform: rotate(-45deg) translateY(-100%);
  transform: rotate(-45deg) translateY(-100%);
}

.imghvr-flash-top-left:hover:before {
  -webkit-transform: rotate(-45deg) translateY(100%);
  transform: rotate(-45deg) translateY(100%);
}

.imghvr-flash-top-left:hover:after {
  -webkit-transform: rotate(-45deg) translateY(0%);
  transform: rotate(-45deg) translateY(0%);
}

/* imghvr-flash-top-right
   ----------------------------- */
.imghvr-flash-top-right:before, .imghvr-flash-top-right:after {
  -webkit-transform: rotate(45deg) translateY(-100%);
  transform: rotate(45deg) translateY(-100%);
}

.imghvr-flash-top-right:hover:before {
  -webkit-transform: rotate(45deg) translateY(100%);
  transform: rotate(45deg) translateY(100%);
}

.imghvr-flash-top-right:hover:after {
  -webkit-transform: rotate(45deg) translateY(0%);
  transform: rotate(45deg) translateY(0%);
}

/* imghvr-flash-bottom-left
   ----------------------------- */
.imghvr-flash-bottom-left:before, .imghvr-flash-bottom-left:after {
  -webkit-transform: rotate(45deg) translateY(100%);
  transform: rotate(45deg) translateY(100%);
}

.imghvr-flash-bottom-left:hover:before {
  -webkit-transform: rotate(45deg) translateY(-100%);
  transform: rotate(45deg) translateY(-100%);
}

.imghvr-flash-bottom-left:hover:after {
  -webkit-transform: rotate(45deg) translateY(0%);
  transform: rotate(45deg) translateY(0%);
}

/* imghvr-flash-bottom-right
   ----------------------------- */
.imghvr-flash-bottom-right:before, .imghvr-flash-bottom-right:after {
  -webkit-transform: rotate(-45deg) translateY(100%);
  transform: rotate(-45deg) translateY(100%);
}

.imghvr-flash-bottom-right:hover:before {
  -webkit-transform: rotate(-45deg) translateY(-100%);
  transform: rotate(-45deg) translateY(-100%);
}

.imghvr-flash-bottom-right:hover:after {
  -webkit-transform: rotate(-45deg) translateY(0%);
  transform: rotate(-45deg) translateY(0%);
}

.imghvr-center figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

[class^='imghvr-']:hover .ih-delay-xs, [class*=' imghvr-']:hover .ih-delay-xs {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

[class^='imghvr-']:hover .ih-delay-sm, [class*=' imghvr-']:hover .ih-delay-sm {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[class^='imghvr-']:hover .ih-delay-md, [class*=' imghvr-']:hover .ih-delay-md {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

[class^='imghvr-']:hover .ih-delay-lg, [class*=' imghvr-']:hover .ih-delay-lg {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[class^='imghvr-']:hover .ih-delay-xl, [class*=' imghvr-']:hover .ih-delay-xl {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}

[class^='imghvr-']:hover .ih-delay-xxl, [class*=' imghvr-']:hover .ih-delay-xxl {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[class^='imghvr-'] [class^='ih-'], [class^='imghvr-'] [class*=' ih-'], [class*=' imghvr-'] [class^='ih-'], [class*=' imghvr-'] [class*=' ih-'] {
  opacity: 0;
}

[class^='imghvr-'] .ih-fade-up, [class*=' imghvr-'] .ih-fade-up {
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px);
}

[class^='imghvr-'] .ih-fade-down, [class*=' imghvr-'] .ih-fade-down {
  -webkit-transform: translate(0, -25px);
  transform: translate(0, -25px);
}

[class^='imghvr-'] .ih-fade-left, [class*=' imghvr-'] .ih-fade-left {
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
}

[class^='imghvr-'] .ih-fade-right, [class*=' imghvr-'] .ih-fade-right {
  -webkit-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}

[class^='imghvr-'] .ih-fade-up-big, [class*=' imghvr-'] .ih-fade-up-big {
  -webkit-transform: translate(0, 300%);
  transform: translate(0, 300%);
}

[class^='imghvr-'] .ih-fade-down-big, [class*=' imghvr-'] .ih-fade-down-big {
  -webkit-transform: translate(0, -300%);
  transform: translate(0, -300%);
}

[class^='imghvr-'] .ih-fade-left-big, [class*=' imghvr-'] .ih-fade-left-big {
  -webkit-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

[class^='imghvr-'] .ih-fade-right-big, [class*=' imghvr-'] .ih-fade-right-big {
  -webkit-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}

[class^='imghvr-'] .ih-zoom-in, [class*=' imghvr-'] .ih-zoom-in {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

[class^='imghvr-'] .ih-zoom-out, [class*=' imghvr-'] .ih-zoom-out {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

[class^='imghvr-'] .ih-flip-x, [class*=' imghvr-'] .ih-flip-x {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

[class^='imghvr-'] .ih-flip-y, [class*=' imghvr-'] .ih-flip-y {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

[class^='imghvr-']:hover [class^='ih-'], [class^='imghvr-']:hover [class*=' ih-'], [class*=' imghvr-']:hover [class^='ih-'], [class*=' imghvr-']:hover [class*=' ih-'] {
  -webkit-transform: translate(0, 0) scale(1) rotate(0);
  transform: translate(0, 0) scale(1) rotate(0);
  opacity: 1;
}


.cookie-jar{display:none;z-index:9999;position:fixed;bottom:0;width:100%}.cookie-jar.cookie-jar-top{bottom:auto;top:0}.cookie-jar-buttons > div{width:49.5%;display:inline-block}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}









	#stacks_in_2_2 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}




	#stacks_in_2_2 > .container {
		box-shadow: 0 0 37px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_2_2 > .container {
		border-radius: 9px;
	}

	
		#stacks_in_2_2 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_2_2 {
	background-color: rgba(224, 224, 224, 1.00);
}
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #004789;
  background-color: #FFFFFF; }

.paragraph {
  color: #004789; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: blue;
  text-decoration: none; }
  a:focus, a:hover {
    color: #4d4dff;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Poppins;
  font-weight: 800;
  line-height: 3.2;
  color: #004789; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 20px;
  font-weight: 800; }

.display-1 {
  font-size: 140px;
  font-weight: 900; }

.display-2 {
  font-size: 100px;
  font-weight: 900; }

.display-3 {
  font-size: 80px;
  font-weight: 900; }

.display-4 {
  font-size: 70px;
  font-weight: 900; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fd8008; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 20px; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 20px; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 20px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 767px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #FFFFFF; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #147031; }

.table-hover .table-success:hover {
  background-color: #105a28; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #105a28; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #ffff0a; }

.table-hover .table-info:hover {
  background-color: #f0f000; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #f0f000; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fd8008; }

.table-hover .table-warning:hover {
  background-color: #ea7302; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ea7302; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #cc0000; }

.table-hover .table-danger:hover {
  background-color: #b30000; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #b30000; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 20px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8625rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 1em;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 2.25rem; }
  input.input-sm[type="date"], .input-group-sm input.form-control[type="date"],
  input.input-sm[type="time"], .input-group-sm input.form-control[type="time"],
  input.input-sm[type="datetime-local"], .input-group-sm input.form-control[type="datetime-local"],
  input.input-sm[type="month"], .input-group-sm input.form-control[type="month"] {
    line-height: 1.8625rem; }
  input.input-lg[type="date"], .input-group-lg input.form-control[type="date"],
  input.input-lg[type="time"], .input-group-lg input.form-control[type="time"],
  input.input-lg[type="datetime-local"], .input-group-lg input.form-control[type="datetime-local"],
  input.input-lg[type="month"], .input-group-lg input.form-control[type="month"] {
    line-height: 3.1666666667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 20px; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 20px; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-top: 4px \9;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input.disabled[type="radio"],
input[type="checkbox"]:disabled,
input.disabled[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #118002; }

.has-success .form-control {
  border-color: #118002; }

.has-success .input-group-addon {
  color: #118002 !important;
  border-color: #118002;
  background-color: #66fc52; }

.has-success .form-control-feedback {
  color: #118002; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #fecc66; }

.has-warning .form-control {
  border-color: #fecc66; }

.has-warning .input-group-addon {
  color: #fecc66 !important;
  border-color: #fecc66;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #fecc66; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #fa0000; }

.has-danger .form-control {
  border-color: #fa0000; }

.has-danger .input-group-addon {
  color: #fa0000 !important;
  border-color: #fa0000;
  background-color: #ffc7c7; }

.has-danger .form-control-feedback {
  color: #fa0000; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  margin-bottom: 0.5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #004789;
  border-color: #004789; }
  .btn-primary:hover {
    color: #fff;
    background-color: #002d56;
    border-color: #00274c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #002d56;
    border-color: #00274c; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002d56;
    border-color: #00274c;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #001a32;
      border-color: #00050a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: #004789;
    border-color: #004789; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #004789;
    border-color: #004789; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary.focus:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #999999;
  border-color: #999999; }
  .btn-info:hover {
    color: #fff;
    background-color: gray;
    border-color: #7a7a7a; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: gray;
    border-color: #7a7a7a; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: gray;
    border-color: #7a7a7a;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #6e6e6e;
      border-color: #595959; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: #999999;
    border-color: #999999; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #999999;
    border-color: #999999; }

.btn-success {
  color: #fff;
  background-color: #118002;
  border-color: #118002; }
  .btn-success:hover {
    color: #fff;
    background-color: #0a4e01;
    border-color: #094401; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0a4e01;
    border-color: #094401; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0a4e01;
    border-color: #094401;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #062b01;
      border-color: #000200; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #118002;
    border-color: #118002; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #118002;
    border-color: #118002; }

.btn-warning {
  color: #fff;
  background-color: #fecc66;
  border-color: #fecc66; }
  .btn-warning:hover {
    color: #fff;
    background-color: #febb33;
    border-color: #feb829; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #febb33;
    border-color: #feb829; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #febb33;
    border-color: #feb829;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #fdaf10;
      border-color: #e39901; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #fecc66;
    border-color: #fecc66; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #fecc66;
    border-color: #fecc66; }

.btn-danger {
  color: #fff;
  background-color: #fa0000;
  border-color: #fa0000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c70000;
    border-color: #bd0000; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c70000;
    border-color: #bd0000; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c70000;
    border-color: #bd0000;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #a30000;
      border-color: #7b0000; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #fa0000;
    border-color: #fa0000; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #fa0000;
    border-color: #fa0000; }

.btn-primary-outline {
  color: #004789;
  background-image: none;
  background-color: transparent;
  border-color: #004789; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #004789;
    border-color: #004789; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #004789;
    border-color: #004789; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline.focus:disabled {
    border-color: #007cef; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #007cef; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline.focus:disabled {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #999999;
  background-image: none;
  background-color: transparent;
  border-color: #999999; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #999999;
    border-color: #999999; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #999999;
    border-color: #999999; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline.focus:disabled {
    border-color: #cccccc; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #cccccc; }

.btn-success-outline {
  color: #118002;
  background-image: none;
  background-color: transparent;
  border-color: #118002; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #118002;
    border-color: #118002; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #118002;
    border-color: #118002; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline.focus:disabled {
    border-color: #1ee404; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #1ee404; }

.btn-warning-outline {
  color: #fecc66;
  background-image: none;
  background-color: transparent;
  border-color: #fecc66; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #fecc66;
    border-color: #fecc66; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #fecc66;
    border-color: #fecc66; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
    border-color: #ffeecb; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #ffeecb; }

.btn-danger-outline {
  color: #fa0000;
  background-image: none;
  background-color: transparent;
  border-color: #fa0000; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #fa0000;
    border-color: #fa0000; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #fa0000;
    border-color: #fa0000; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
    border-color: #ff6161; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #ff6161; }

.btn-link {
  font-weight: normal;
  color: blue;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #4d4dff;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 20px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 20px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #004789;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004789;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group,
.btn-group-vertical {
  border-radius: 20px; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 20px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 20px; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 20px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: underline; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 20px 20px 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #FFFFFF;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 20px; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #004789; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 20px; } }
.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 20px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 767px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: underline; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 20px 20px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 20px 20px; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 20px 20px 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 20px 20px; }

.card-primary {
  background-color: #004789;
  border-color: #004789; }

.card-success {
  background-color: #118002;
  border-color: #118002; }

.card-info {
  background-color: #999999;
  border-color: #999999; }

.card-warning {
  background-color: #fecc66;
  border-color: #fecc66; }

.card-danger {
  background-color: #fa0000;
  border-color: #fa0000; }

.card-primary-outline {
  background-color: transparent;
  border-color: #004789; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #999999; }

.card-success-outline {
  background-color: transparent;
  border-color: #118002; }

.card-warning-outline {
  background-color: transparent;
  border-color: #fecc66; }

.card-danger-outline {
  background-color: transparent;
  border-color: #fa0000; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 20px 20px 0 0; }

.card-img-bottom {
  border-radius: 0 0 20px 20px; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    -o-column-gap: 1.25rem;
    -ms-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 20px; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #003366;
    cursor: default;
    background-color: #6b836c;
    border-color: #6b836c; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #cccccc;
    cursor: not-allowed;
    background-color: #004789;
    border-color: #004789; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #004789;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #004789; }
  .page-link:focus, .page-link:hover {
    color: #f7000e;
    background-color: #6a836b;
    border-color: #004789; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: rgba(255, 255, 255, 0.25);
      border: 1px solid #004789;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #6a836b; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #cccccc;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, 0.25); }
  .pager .disabled > span {
    color: #cccccc;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, 0.25); }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #004789; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #002d56; }

.label-success {
  background-color: #118002; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #0a4e01; }

.label-info {
  background-color: #999999; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: gray; }

.label-warning {
  background-color: #fecc66; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #febb33; }

.label-danger {
  background-color: #fa0000; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c70000; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 20px; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 20px; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #147031;
  border-color: #105a28;
  color: white; }
  .alert-success hr {
    border-top-color: #0c451e; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #ffff0a;
  border-color: #e5e500;
  color: #004789; }
  .alert-info hr {
    border-top-color: #cccc00; }
  .alert-info .alert-link {
    color: #002d56; }

.alert-warning {
  background-color: #fd8008;
  border-color: #ea7302;
  color: white; }
  .alert-warning hr {
    border-top-color: #d06702; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #cc0000;
  border-color: #b30000;
  color: white; }
  .alert-danger hr {
    border-top-color: #990000; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 20px; }

.progress-bar {
  height: 1rem;
  line-height: 1rem; }

.progress-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.progress-primary {
  background-color: #004789; }

@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: #004789; } }

.progress-success {
  background-color: #118002; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #118002; } }

.progress-info {
  background-color: #999999; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #999999; } }

.progress-warning {
  background-color: #fecc66; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #fecc66; } }

.progress-danger {
  background-color: #fa0000; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #fa0000; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #004789;
  border-color: #004789; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #56aeff; }

.list-group-item-success {
  color: white;
  background-color: #147031; }

a.list-group-item-success,
button.list-group-item-success {
  color: white; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: white;
    background-color: #105a28; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #ffffff;
    background-color: white;
    border-color: white; }

.list-group-item-info {
  color: #004789;
  background-color: #ffff0a; }

a.list-group-item-info,
button.list-group-item-info {
  color: #004789; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #004789;
    background-color: #f0f000; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #ffffff;
    background-color: #004789;
    border-color: #004789; }

.list-group-item-warning {
  color: white;
  background-color: #fd8008; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: white; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: white;
    background-color: #ea7302; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #ffffff;
    background-color: white;
    border-color: white; }

.list-group-item-danger {
  color: white;
  background-color: #cc0000; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: white; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: white;
    background-color: #b30000; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #ffffff;
    background-color: white;
    border-color: white; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-9by16 {
  padding-bottom: 177.7777777778%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2051;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid #004789;
  border-radius: 20px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  background-color: rgba(0, 51, 102, 0.5); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 1; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #004789; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 11px; }

.modal-footer {
  padding: 11px;
  text-align: right;
  border-top: 1px solid #004789; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.8; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #FECC66; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #FECC66; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #FECC66; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #FECC66; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #004789;
  text-align: center;
  background-color: #FECC66;
  border-radius: 20px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 19px 19px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 767px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #004789 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #002d56; }

.text-success {
  color: #118002 !important; }

a.text-success:focus, a.text-success:hover {
  color: #0a4e01; }

.text-info {
  color: #999999 !important; }

a.text-info:focus, a.text-info:hover {
  color: gray; }

.text-warning {
  color: #fecc66 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #febb33; }

.text-danger {
  color: #fa0000 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c70000; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #004789 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #002d56; }

.bg-success {
  color: #fff !important;
  background-color: #118002 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #0a4e01; }

.bg-info {
  color: #fff !important;
  background-color: #999999 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: gray; }

.bg-warning {
  color: #fff !important;
  background-color: #fecc66 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #febb33; }

.bg-danger {
  color: #fff !important;
  background-color: #fa0000 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c70000; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 766px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 767px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

.featured_image {
  margin-bottom: 2rem;
  border-radius: 20px; }

.gallery_image {
  margin-bottom: 1rem;
  border-radius: 20px; }

p.featured_image_caption {
  margin-bottom: 2rem; }

.accordion_item {
  border-radius: 20px; }

.foundry-label > h3:before,
.foundry-label > h3:after {
  background: rgba(0, 0, 0, 0.1); }

ul.social_badges_container li a {
  border-radius: 20px; }

.foundry_icon i {
  border-radius: 20px; }

.icon_bar_wrapper {
  border-radius: 20px; }

ul.bulleted_list li i {
  line-height: 1.5; }

.label {
  margin-bottom: 0.5rem;
  /* Foundry addition */ }

.positioner_wrapper,
.foundry-base-margin {
  margin-bottom: 1rem; }

.foundry-footer {
  color: #004789; }

.foundry-footer a,
.foundry-footer a:visited {
  color: blue; }

.foundry-footer a:hover,
.foundry-footer a:active {
  color: #4d4dff; }

.foundry-accordion-title-bar-bg-primary a.accordion_toggle {
  background: #004789; }

.foundry-accordion-title-bar-bg-success a.accordion_toggle {
  background: #118002; }

.foundry-accordion-title-bar-bg-info a.accordion_toggle {
  background: #999999; }

.foundry-accordion-title-bar-bg-warning a.accordion_toggle {
  background: #fecc66; }

.foundry-accordion-title-bar-bg-danger a.accordion_toggle {
  background: #fa0000; }

pre.prettyprint {
  border-radius: 20px; }

.hi-content-wrap {
  line-height: 1.5; }

ul.lz-menu {
  border-radius: 20px; }

/*****************************************/
/*  Foundry Specific CSS                 */
/*****************************************/
/* End Edit Mode */
body.antialiased {
  -webkit-font-smoothing: antialiased; }

/* Site Background Styling Options - Background Image, Color Picker, or determined by theme. */
body {
  font-weight: 800; }

/* Header Font Sizing Options */
@media (max-width: 33.9em) {
  /* Mobile */
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  /* Tablet */
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  /* Desktop */
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 24px; } }

@media (min-width: 62em) {
  /* Widescreen */
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 24px; } }

.foundry-mask-primary-bg,
.foundry-primary-bg-color {
  background-color: #004789; }

.foundry-mask-success-bg,
.foundry-success-bg-color {
  background-color: #118002; }

.foundry-mask-info-bg,
.foundry-info-bg-color {
  background-color: #999999; }

.foundry-mask-warning-bg,
.foundry-warning-bg-color {
  background-color: #fecc66; }

.foundry-mask-danger-bg,
.foundry-danger-bg-color {
  background-color: #fa0000; }

.foundry-site-background {
  fill: #FFFFFF; }

@media (max-width: 47.9375em) {
  .foundry-paragraph-override {
    font-size: 14px; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .foundry-paragraph-override {
    font-size: 16px; } }

@media (min-width: 62em) {
  .foundry-paragraph-override {
    font-size: 16px; } }

.fdy-drop-zone {
  line-height: 1.5; }

#stacks_in_2_4 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  5px;
}



	#stacks_in_2_639 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2_639 .anchor {
	font-size: 24px;
	line-height: 24px;
}


/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Poppins Thin'), local('Poppins-Thin'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Poppins Black'), local('Poppins-Black'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins Thin';
  font-style: normal;
  font-weight: 100;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Poppins Thin'), local('Poppins-Thin'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins ExtraLight';
  font-style: normal;
  font-weight: 200;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins Light';
  font-style: normal;
  font-weight: 300;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins Black';
  font-style: normal;
  font-weight: 900;
  src: url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Poppins Black'), local('Poppins-Black'),
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}




body .stacks_top, body,
body .stacks_top h1,body .stacks_top h2,body .stacks_top h3,body .stacks_top h4,body .stacks_top h5,body .stacks_top h6,
body h1,body h2,body h3,body h4,body h5,body h6,
body .stacks_top p, body .stacks_top span,
body p, body span



{
  font-family: 'Poppins', Arial;
  
}

#stacks_in_2_5 .webfont-helper-wrap, #stacks_in_2_5 .webfont-helper-wrap > .out {
  display: none;
}





	#stacks_in_2_631 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2_631 .anchor {
	font-size: 24px;
	line-height: 24px;
}


.walkies,
.walkies-nohtml5 {
  height: 3px;
  border: none;
  z-index: 500;
  color: rgba(128, 255, 8, 1.00);
  width: 100%;
  display: block
}

.walkies {
  background: rgba(0, 71, 137, 1.00);
}



div.walkies,
progress.walkies {
  position: fixed;
  top: 0;
}







progress.walkies {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

progress.walkies::-webkit-progress-bar {
  background-color: transparent
}

progress.walkies::-webkit-progress-value {
  background-color: rgba(128, 255, 8, 1.00)
}

progress.walkies::-moz-progress-bar {
  background-color: rgba(128, 255, 8, 1.00)
}

.walkies-nohtml5 {
  background: #eee
}

.walkies-nohtml5 span {
  width: 0;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background: rgba(128, 255, 8, 1.00)
}

.animated .walkies-nohtml5 span {
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

@media print {
  div.walkies,
  progress.walkies {
    display: none;
  }
}





#stacks_in_2_8 .progress-bar-wrapper {
	
		position: fixed;
		z-index: 805;
	
	width: 100%;
	overflow: hidden;
}


@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2_8 .progress-bar-wrapper {
		bottom: 0px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2_8 .progress-bar-wrapper {
		bottom: 0px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2_8 .progress-bar-wrapper {
		bottom: 0px;
	}
}





/* The progress container (grey background) */
.progress-container {
  width: 100%;
	height: 11px;
	line-height: 11px;
  background: rgba(255, 255, 255, 0.00);
	
	box-shadow: inset 1px 0 3px rgba(0,0,0,0.3);
	
}

/* The progress bar (scroll indicator) */
.progress-bar {
	height: 11px;
	line-height: 11px;

	
	background: rgba(250, 0, 0, 1.00);
	
  width: 0%;
	
}

.progress-bar-text {
	height: 11px;
	line-height: 11px;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	mix-blend-mode: overlay;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}

#stacks_in_2_8 {
	background-color: rgba(0, 71, 137, 1.00);
}
/*  
GENERAL
*/
#stacks_in_2_9,
#stacks_in_2_9 .toggle-this-wrap-outer {
  width: 100%;
}
#stacks_in_2_9 .toggle-this-wrap-outer,
#stacks_in_2_9 .toggle-this-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
}
#stacks_in_2_9 .toggle-this-wrap-inner {
  width: auto;
}
#stacks_in_2_9 .toggle-this-wrap-inner > div {
  -ms-flex-item-align: center;
  align-self: center;
}
#stacks_in_2_9 .toggle-this-wrap-inner .tt-label-left, #stacks_in_2_9 .toggle-this-wrap-inner .tt-label-right {
  font-size: 16.000000px;
  line-height: 16.000000px;
}
/*  */
#stacks_in_2_9 .toggle-this {
  margin: 10px 5px;
}
#stacks_in_2_9 .toggle-this.ts-3 {
  margin: 10px 10px;
}
#stacks_in_2_9 .toggle-this > * {
  z-index: 1;
}
#stacks_in_2_9 .toggle-this:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 76px;
  height: 48px;
  border-radius: 48px;
  z-index: 0;
}

#stacks_in_2_9 .toggle-this,
#stacks_in_2_9 .toggle-this .label-bg,
#stacks_in_2_9 .toggle-this .label-bg > .left-color,
#stacks_in_2_9 .toggle-this .label-bg > .right-color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 56px;
  height: 28px;
  border-radius: 28px;
}
#stacks_in_2_9 .toggle-this .label-bg > div > div,
#stacks_in_2_9 .toggle-this label,
#stacks_in_2_9 .toggle-this label:after,
#stacks_in_2_9 .toggle-this label:before {
  width: 28px;
  height: 28px;
}
#stacks_in_2_9 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
}
#stacks_in_2_9 .toggle-this label,
#stacks_in_2_9 .toggle-this .label-bg,
#stacks_in_2_9 .toggle-this label:after,
#stacks_in_2_9 .toggle-this .label-bg > .left-color,
#stacks_in_2_9 .toggle-this .label-bg > .right-color,
#stacks_in_2_9 .toggle-this .label-bg > div > div {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#stacks_in_2_9 .toggle-this .label-bg > div > div {
  left: 21.000000px;
}
#stacks_in_2_9 .toggle-this.ts-type-4.ts-1 .label-bg > div > div {
  left: 26.000000px;
}
#stacks_in_2_9 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div {
  left: 0px;
}
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this label {
  -webkit-transform: translate(28px,0);
  transform: translate(28px,0);
}
#stacks_in_2_9 .toggle-this:before {
  width: 66px;
  height: 38px;
  border-radius: 38px;
  top: -5px;
  left: -5px;
}
#stacks_in_2_9 .toggle-this.ts-type-4:after {
  width: 96px;
}
#stacks_in_2_9 .toggle-this.ts-type-2:before {
  width: 66px;
  height: 20px;
  border-radius: 20px;
  top: 4.000000px;
  left: -5px;
}


#stacks_in_2_9 .toggle-this.ts-type-4,
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg,
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .right-color {
  width: 76px;
  height: 28px;
}
#stacks_in_2_9 .toggle-this.ts-type-4 label,
#stacks_in_2_9 .toggle-this.ts-type-4 label:after,
#stacks_in_2_9 .toggle-this.ts-type-4 label:before {
  width: 28px;
  height: 28px;
}
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > div > div {
  width: 50.000000px;
  height: 43px;
}
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this.ts-type-4 label {
  -webkit-transform: translate(48px,0);
  transform: translate(48px,0);
}
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  line-height: 28px;
}
#stacks_in_2_9 .toggle-this.ts-type-4:before {
  width: 86px;
  height: 38px;
  border-radius: 38px;
  top: -5px;
  left: -5px;
}
#stacks_in_2_9 .toggle-this.ts-type-5, 
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg, 
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color, 
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 28px;
}
#stacks_in_2_9 .toggle-this.ts-type-5:before {
  width: 38px;
}
#stacks_in_2_9 .toggle-this.ts-type-2 .label-bg {
  height: 8.400001px;
  top: 9.800000px;
} 
/*  */
/*  */

/*  
TOGGLE
*/
#stacks_in_2_9 .toggle-this label {
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}
#stacks_in_2_9 .toggle-this label:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#stacks_in_2_9 .toggle-this.ts-1 label:after {
  top: -1px;
}
#stacks_in_2_9 .toggle-this.ts-2 label:after {
  border: 0px solid transparent; 
  top: 0px;
}
/*  
BACKGROUND
*/
#stacks_in_2_9 .toggle-this .label-bg {
  top: 0px;
  left: 0px;
  border: 1px solid rgba(0,0,0,0.15);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#stacks_in_2_9 .toggle-this .label-bg > .left-color,
#stacks_in_2_9 .toggle-this .label-bg > .right-color {
  right: 0;
  left: auto;
  height: 100%;
  width: 75%;
  z-index: 1;
  -webkit-transition: width 150ms linear;
  transition: width 150ms linear;
}
#stacks_in_2_9 .toggle-this .label-bg > .right-color {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#stacks_in_2_9 .toggle-this .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  right: auto;
  left: 0;
}
#stacks_in_2_9 .toggle-this .label-bg > .left-color > div {
  left: 0;
}
#stacks_in_2_9 input[type="checkbox"] + .toggle-this  .label-bg > .left-color {
  width: 0%;
}
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this  .label-bg > .left-color {
  width: 75%;
}
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this  .label-bg > .right-color {
  width: 0%;
}
/*  
ICONS
*/
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 14.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
/*  */
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(1) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/*  
TEXT
*/
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .right-color {
  overflow: hidden;
}
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  content: "OFF";
  display: block;
  width: 100%;
  height: 100%;
  font-family: arial;
  font-size: 14.400001px;
  text-align: center;
}
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  content: "ON";
}
/*  
THIN
*/
#stacks_in_2_9 .toggle-this.ts-type-2.ts-2 .label-bg {
  width: 90%;
  left: 5%;
} 
#stacks_in_2_9 .toggle-this.ts-type-2.ts-3 {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
#stacks_in_2_9 .toggle-this.ts-type-2.ts-3 label:before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#stacks_in_2_9 .toggle-this.ts-type-2.ts-3 label:after {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
/*
  CHECKBOX
*/
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .right-color {
  display: none;
}
#stacks_in_2_9 .toggle-this.ts-type-5 label {
  display: none;
}
#stacks_in_2_9 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 100%;
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_2_9 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this.ts-type-5  .label-bg > .left-color > div > span {
  opacity: 1;
}

#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 14.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  right: auto;
  left: 32%;
  top: 45%;
  margin: 0;
}
/*  */
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/* 
PRESETS
*/
#stacks_in_2_9 .toggle-this.ts-2 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_2_9 .toggle-this.ts-2 .label-bg {
  border: 1px solid transparent;
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_2_9 .toggle-this.ts-2 .label-bg > .left-color,
#stacks_in_2_9 .toggle-this.ts-2 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_2_9 .toggle-this.ts-2 .label-bg > .left-color > div > span,
#stacks_in_2_9 .toggle-this.ts-2 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_2_9 .toggle-this.ts-2 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_2_9 .toggle-this.ts-2 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_2_9 .toggle-this.ts-2.ts-type-5 .label-bg > .left-color > div > span,
#stacks_in_2_9 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color > div > span{
  left: 33%;
}


#stacks_in_2_9 .toggle-this:before {
  content: "";
  position: absolute;
  z-index: 1;
}
#stacks_in_2_9 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2),
    inset 0px -5px 5px rgba(0,0,0,0);
  box-shadow: inset 0px 5px 5px rgba(0,0,0,0.15),
    inset 0px -5px 5px rgba(255,255,255,0.4);
}
#stacks_in_2_9 .toggle-this.ts-type-2.ts-3:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_2_9 .toggle-this.ts-3 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.10)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,.10) 0%, rgba(0,0,0,0) 100%);
}
#stacks_in_2_9 .toggle-this.ts-3 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
}
#stacks_in_2_9 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_2_9 .toggle-this.ts-3 .label-bg > .left-color,
#stacks_in_2_9 .toggle-this.ts-3 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_2_9 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
}
#stacks_in_2_9 .toggle-this.ts-3 .label-bg > .left-color > div > span,
#stacks_in_2_9 .toggle-this.ts-3 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_2_9 .toggle-this.ts-3 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_2_9 .toggle-this.ts-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
/* 
COLORS
*/
#stacks_in_2_9 .toggle-this.ts-3:after,
#stacks_in_2_9 .toggle-this:before {
  background-color: rgba(0, 71, 137, 1.00); 
}
#stacks_in_2_9 .toggle-this.ts-type-5.ts-3:after,
#stacks_in_2_9 .toggle-this.ts-type-5:before {
  background-color: transparent;
}
#stacks_in_2_9 .toggle-this .label-bg > .right-color,
#stacks_in_2_9 .toggle-this.ts-2 .label-bg,
#stacks_in_2_9 .toggle-this.ts-3 .label-bg,
#stacks_in_2_9 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(128, 128, 128, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-2.ts-2 label:after {
  border: 1px solid rgba(0,0,0,0.15);
} 
#stacks_in_2_9 .toggle-this label:after, 
#stacks_in_2_9 .toggle-this label:before {
  background-color: rgba(0, 71, 137, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-5 label:after, 
#stacks_in_2_9 .toggle-this.ts-type-5 label:before {
  background-color: transparent;
}
#stacks_in_2_9 .toggle-this .label-bg > .left-color,
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this.ts-2 .label-bg,
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this.ts-3 .label-bg,
#stacks_in_2_9 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span, 
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_2_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  background-color: rgba(0, 71, 137, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  color: rgba(0, 71, 137, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2),
#stacks_in_2_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  background: rgba(0, 71, 137, 1.00);
}
#stacks_in_2_9 .toggle-this.ts-type-4.ts-1 .label-bg > .right-color > div:after {
}
#stacks_in_2_9 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div:after {
}
#stacks_in_2_9 .toggle-this.ts-type-4.ts-2 .label-bg > .right-color > div:after,
#stacks_in_2_9 .toggle-this.ts-type-4.ts-2 .label-bg > .left-color > div:after {
  text-shadow: none;
}
/*  */
#stacks_in_2_9 .toggle-this.ts-3 label:before,
#stacks_in_2_9 .toggle-this:after,
#stacks_in_2_9 .toggle-this,
#stacks_in_2_9 .toggle-this .label-bg,
#stacks_in_2_9 .toggle-this .label-bg > .left-color,
#stacks_in_2_9 .toggle-this .label-bg > .right-color,
#stacks_in_2_9 .toggle-this:before,
#stacks_in_2_9 .toggle-this.ts-type-4:after ,
#stacks_in_2_9 .toggle-this.ts-type-2:before,
#stacks_in_2_9 .toggle-this.ts-type-4:before,
#stacks_in_2_9 .toggle-this label,
#stacks_in_2_9 .toggle-this label:after {
  border-radius: 4px;
}
/*  */
/*  */
/*  */
#stacks_in_2_9 .toggle-this.ts-type-2.ts-3:after,
#stacks_in_2_9 .toggle-this.ts-type-5.ts-3:after{
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_2_9 .toggle-this.ts-3 label:after {
  top: -1px;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}
#stacks_in_2_9 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}
#stacks_in_2_9 .toggle-this.ts-3 .label-bg {
  border: 1px solid rgba(0,0,0,0.3);
}
#stacks_in_2_9 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_2_9 .toggle-this.ts-type-2.ts-3:before,
#stacks_in_2_9 .toggle-this.ts-type-5.ts-3:before{
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_2_9 .toggle-this.ts-3 label:after {
  border: 0px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.25)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 100%);
}
#stacks_in_2_9 .toggle-this.ts-3 label:before {
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
#stacks_in_2_9 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.3);
}
/*  */
/*  
  TOGGLE STATES/ACTIONS
*/
/*  */
#stacks_in_2_9 .toggle-this-inactive,
#stacks_in_2_9 .toggle-this-active {
 display: none;
}
#stacks_in_2_9 .tt-False.toggle-this-inactive {
  display: block;
}
#stacks_in_2_9 .tt-True.toggle-this-active {
  display: block;
}
/*  */
/*  */
/*  */
/*  */

/*  */
#stacks_in_2_9 {
	background-color: rgba(0, 71, 137, 1.00);
}
#stacks_out_2_12,#stacks_in_2_12{overflow:visible}

#stacks_in_2_12 {
	background-color: rgba(0, 71, 137, 1.00);
}



.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2_848 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_2_848 {
		display: none !important;
	}
}

#stacks_in_2_17 {
	font-size: 200%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2_849 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_2_849 {
		display: none !important;
	}
}
#google_translate_element {
margin: 0 auto;
text-align: center;
display: block;
}
#google_translate_element a {
 color: rgba(0, 71, 137, 1.00) !important; 
}
.goog-te-gadget {
 color: rgba(0, 71, 137, 1.00) !important; 
}

.goog-te-combo {
color: rgba(255, 255, 255, 1.00) !important;
background: rgba(0, 71, 137, 1.00) !important;
border-radius: 50%;
}


/*
1.0.0
*/
.hlh-margin_stacks_in_2_497 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_2_497 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_2_497[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_2_497 > a,
.halo-hyperlink_stacks_in_2_497 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_497 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_2_497 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_497 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_2_497 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}






.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-497-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_2_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_2_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_2_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_2_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_2_497 rect[fill^="url(#grad"] {
  opacity: 1.00;
}

.halo-hyperlink_stacks_in_2_497 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_2_515 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_2_515 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.28);
  	-moz-transform: scale(1.28);
  	-o-transform: scale(1.28);
	-ms-transform: scale(1.28);
	transform: scale(1.28);
	z-index:1}
	
.linkpop_stacks_in_2_515 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_2_515 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_2_515 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_2_515 {
	display:none}	

.linkpop_stacks_in_2_515 a:link, .linkpop_stacks_in_2_515 a:visited, .linkpop_stacks_in_2_515 a:hover, .linkpop_stacks_in_2_515 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_2_515 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_2_515 span.jQshadpop_stacks_in_2_515 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */
#stacks_out_2_22 {
	margin-left:0;
}

#stacks_in_2_23 {
	font-size: 200%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2_851 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_2_851 {
		display: none !important;
	}
}
/*
v1.2.0
 */
#ls2_stacks_in_2_451 {
 position: relative;
}
#ls2_stacks_in_2_451 * {
  box-sizing: border-box;
}

#ls2_stacks_in_2_451.ls2-loading {
 position: relative;
 cursor: wait;
 opacity: 0.75;
}
#ls2_stacks_in_2_451.ls2-loading * {
  pointer-events: none;
}

#ls2_stacks_in_2_451 *:focus {outline:none;}
.searchingstacks_in_2_451 .stacks_top,
.searchingstacks_in_2_451 .stacks_in,
.searchingstacks_in_2_451 .stacks_out {
  overflow: visible;
}
#ls2_stacks_in_2_451 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
#stacks_in_2_451_tipue_search_input[list]::-webkit-calendar-picker-indicator { display: none !important;}
.stacks_in_2_451_pages { display: none;}
#stacks_in_2_451_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: auto;
  line-height: 1;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
  padding: 6px 12px 6px 32px;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #525252;
}
.live-search-results {
  position: relative;
}
.live-search-results #stacks_in_130189_tipue_search_content {
  top: 0;
  left: 0;
}
#ls2_stacks_in_2_451 .ls-input-wrap {
  position: relative;
  z-index: 1;
}
#ls2_stacks_in_2_451.searchingstacks_in_2_451 .ls-input-wrap,
.searchingstacks_in_2_451 #ls2_stacks_in_2_451 .ls-input-wrap,
.searchingstacks_in_2_451 .ls-input-wrap {
  z-index: 10000;
}
#ls2_stacks_in_2_451 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
}
#ls2_stacks_in_2_451 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_2_451 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_2_451 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
#ls2_stacks_in_2_451 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #999;
}
#stacks_in_2_451_tipue_search_content,
.live-search-content {
  display: none;
  min-height: 80px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
  overflow: visible !important;
  height: auto !important;
}
#ls2_stacks_in_2_451 form {
  
}
#ls2_stacks_in_2_451 form > svg,
.live-search-form > svg {
  height: 32px;
  width: 16px;
  fill: #999;
  position: absolute;
  left: 13px;
  text-align: right;
  top: 0px;
  z-index: 10001;
  
}
#ls2_stacks_in_2_451 form .live-search-submit {
  display: none;
}
#ls2_stacks_in_2_451 .ls-input-wrap {
  display: flex;
  width: 100%;
}
#ls2_stacks_in_2_451 .ls-input-options {
  position: relative;
  flex: 1;
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
  opacity: 0.75;
  cursor: pointer;
  color: #999999;
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match + .ls-match {
  right: 40px;
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match + .ls-match + .ls-match {
  right: 66px;
}
#ls2_stacks_in_2_451 .ls-input-options  > .ls-match svg {
  width: 24px;
  pointer-events: none;
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match.ls-option-enabled {
  opacity: 1;
  color: #525252;
}
@media (hover: hover) {
  #ls2_stacks_in_2_451 .ls-input-options > .ls-match:hover {
    color: #525252;
  }
}
#stacks_in_2_451_live-search input:placeholder-shown ~ button[type="reset"]  {
  opacity: 0;
  pointer-events: none;
}
#stacks_in_2_451_live-search button[type="reset"] {
  outline: none;
  border: 0px solid transparent;
  background: transparent;
}
/**/
#ls2_stacks_in_2_451 form > svg,
.live-search-form > svg {
  width: 20px;
  height: calc(20px + 2px + 6px * 2 + 6px * 2);
  left: calc(12px + 6px);
  fill: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match {
  right: 12px;
  color: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match.ls-option-enabled {
  color: rgba(82, 82, 82, 1.00);
}
@media (hover: hover) {
  #ls2_stacks_in_2_451 .ls-input-options > .ls-match:hover {
    color: rgba(82, 82, 82, 1.00);
  }
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match + .ls-match {
  right: calc(20px * 1.5 + 12px + 20px/4);
}
#ls2_stacks_in_2_451 .ls-input-options > .ls-match + .ls-match + .ls-match {
  right: calc(20px * 1.5 * 2 + 12px + 20px/4);
}
#ls2_stacks_in_2_451 .ls-input-options  > .ls-match svg {
  width: calc(20px * 1.5);
}
#stacks_in_2_451_tipue_search_input,
.live-search-input {
  font-size: 20px;
  font-family: inherit;
  border-radius: 32px;
  border-color: rgba(15, 128, 255, 1.00);
  color: rgba(82, 82, 82, 1.00);
  border-width: 6px;
  background-color: rgba(255, 255, 255, 1.00);
  padding: 6px 12px;
}
/*  */
#stacks_in_2_451_tipue_search_input,
.live-search-input {
  padding-left: calc(12px + 20px + 20px/4);
}
/*  */
#ls2_stacks_in_2_451 form .live-search-submit:hover {
   background: #1E8FFF;
   color: #FFFFFF;
}
#ls2_stacks_in_2_451 form .live-search-submit:active {
   background: #0071F0;
   color: #F0F0F0;
}
/**/
#ls2_stacks_in_2_451 form .live-search-submit {
  font-size: 20px;
  line-height: 1;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 32px 32px 0;
  border-width: 0;
  background: #0F80FF;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ls2_stacks_in_2_451.ls2-can-submit form .live-search-submit {
  pointer-events: auto;
}
#ls2_stacks_in_2_451 form .live-search-submit svg {
  width: 20px;
  fill: currentColor;
  margin-right: calc(20px/4);
  
}
#stacks_in_2_451_tipue_search_input,
.live-search-input {
  border-radius: 32px 0 0 32px;
  border-width: 6px 0 6px 6px;
}
/**/
#ls2_stacks_in_2_451 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_2_451 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(153, 153, 153, 1.00);
  opacity:  1;
}
#ls2_stacks_in_2_451 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(153, 153, 153, 1.00);
  opacity:  1;
}
#ls2_stacks_in_2_451 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_2_451 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: rgba(153, 153, 153, 1.00);
}
/**/
/**/
.tipue_search_content_title {
  font-size: 120%;
}
/**/
/**/
#stacks_in_2_451_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
  pointer-events: none;
}
.searchingstacks_in_2_451 #stacks_in_2_451_tipue_search_content,
.searchingstacks_in_2_451 .live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
  pointer-events: auto;
}
#stacks_in_2_451_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_2_451_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
#stacks_in_2_451_tipue_search_content,
.live-search-content {
  padding: 0px;
}
.searchingstacks_in_2_451 #stacks_in_2_451_tipue_search_content,
.searchingstacks_in_2_451 .live-search-content {
  padding: 16px;
  margin: 20px 0px !important;
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_2_451_tipue_search_content .h01,
.live-search-content .h01 {
  background: yellow;
  color: black;
}
mark {
  background: yellow;
  color: black;
}
mark:focus {
  background: orange;
  color: black;
}
.ls2-finder {
  z-index: 9999;
  background: #e3e3e3;
  border: 1px solid #ccc;
  color: black;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
}
.ls2-finder {
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 0 0 0 4px;
  gap: 2px;
}
.ls2-finder button,
.ls2-finder span {
  font-size: 14px;
  color: #555;
  padding-right: 6px;
  line-height: 18px;
}
.ls2-finder button {
  background: transparent;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f3f3f3;
}
.ls2-finder button:active {
  background: #ddd;
}
.ls2-finder button svg {
  display: block;
}
.ls2-score {
  opacity: 0.7;
  font-style:italic;
  font-weight: 400;
}
.tipue_search_results {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.searchingstacks_in_2_451 #stacks_in_2_451_tipue_search_content,
.searchingstacks_in_2_451 .live-search-content {
  display: block !important;
}
#stacks_in_2_451_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_2_451_tipue_search_warning {
display: block;
}
#stacks_in_2_451_tipue_search_content .tipue_search_result,
.live-search-content .tipue_search_result {
  position: relative;
  cursor: pointer;
}
#stacks_in_2_451_tipue_search_content .tipue_search_result:hover:after,
.live-search-content .tipue_search_result:hover:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  bottom: -8px;
  right: -16px;
  background: rgba(0,0,0,0.05);
}
.tipue_search_content_title {
  margin-top: 16px;
}
.tipue_search_content_url a,
.tipue_search_content_title a {
  text-decoration: none;
  line-height: 1.1;
}
.tipue_search_content_url {
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  hyphens: auto;
  margin-top: 0px;
  line-height: 1.3;
}
.tipue_search_content_debug {
  margin: 5px 0;
}
#stacks_in_2_451_tipue_search_foot {
  margin: auto 0 16px 0;
}
#stacks_in_2_451_tipue_search_foot_boxes {
  padding: 0;
  margin: 32px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stacks_in_2_451_tipue_search_foot_boxes ul,
#stacks_in_2_451_tipue_search_foot_boxes li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#stacks_in_2_451_tipue_search_foot_boxes li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#stacks_in_2_451_tipue_search_foot_boxes li svg {
  width: 32px;
  padding: 0 7px;
  height: 32px;
}
#stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li:not(.current):not(.tipue_search_foot_box_disabled) {
  cursor: pointer;
}
#stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li.tipue_search_foot_box_disabled,
#stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li.current,
#stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li a {
  padding: 0px;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #525252;
  border-radius: 16px;
  margin-right: 4px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li.tipue_search_foot_box_disabled {
  opacity: 0.3;
  pointer-events: none;
}
#stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li a svg {
  pointer-events: none;
  color: #525252;
}
#stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li.current {
  background: #4182EA;
  color: #FFFFFF;
}
@media (hover: hover) {
  #stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li a:hover,
  #stacks_in_2_451_tipue_search_foot #stacks_in_2_451_tipue_search_foot_boxes li a:hover svg {
    color: #4182EA;
  }
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: rgba(82, 82, 82, 1.00);
}
.tipue_search_spinner {
	width: 100%;
	position: absolute;
	color: rgba(82, 82, 82, 1.00);
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
  grid-template-columns: 1fr 30px 80px;
  justify-content: space-between;
  align-items: center;
  grid-gap: 12px;
}
.tipue_search_spinner .ts-count-wrap {
  text-align: left;
	padding: 16px 16px 16px 0px;
}
#stacks_in_2_451_tipue_search_results_count{
  padding-bottom: 16px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_2_451_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_2_451_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 4px;
}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}
#ls2_stacks_in_2_451 .live-search-language,
#ls2_stacks_in_2_451 .additional-pages,
#ls2_stacks_in_2_451 .excluded-pages {
  display: none;
}

#slice_mez_2_453 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_2_453.selected {
  border-color: #2680fc !important;
}
#slice_mez_2_453 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_2_453 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_2_453 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_2_453.hidden > #stacks_in_2_453 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_2_455 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_2_455.selected {
  border-color: #2680fc !important;
}
#slice_mez_2_455 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_2_455 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_2_455 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_2_455.hidden > #stacks_in_2_455 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2_691 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2_691 {
		display: none !important;
	}
}



#stacks_in_2_195 {
	/* Fixes bug in FF and Chrome where spacing is added to the bottom of the Hover Image stack.  */
	line-height: 0;
}

#stacks_in_2_195 figure > img {
	
	
}

#stacks_in_2_195 .hi-content-wrap {
		display:table;
		width: 100%;
		
			
		
}

#stacks_in_2_195 .hi-content-inner-wrap {
	display: table-cell;
	vertical-align: middle;
}

#stacks_in_2_195 .hi-content {
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2_195 p.foundry_image_hover_paragraph {
	margin-bottom: 0;
}

#stacks_in_2_195 .foundry_image_hover_img,
#stacks_in_2_195 .foundry_image_hover_caption,
#stacks_in_2_195 .foundry_image_hover_caption:before,
#stacks_in_2_195 .foundry_image_hover_caption:after,
#stacks_in_2_195 [class*=' imghvr-'],
#stacks_in_2_195 [class^='imghvr-'],
#stacks_in_2_195 [class*=' imghvr-']:before,
#stacks_in_2_195 [class^='imghvr-']:before,
#stacks_in_2_195 [class*=' imghvr-']:after,
#stacks_in_2_195 [class^='imghvr-']:after {
	background-color: rgba(204, 204, 204, 0.00);
}

#stacks_in_2_195 [class^='imghvr-'] figcaption,
#stacks_in_2_195 [class^='imghvr-'] figcaption h5,
#stacks_in_2_195 [class*=' imghvr-'] figcaption,
#stacks_in_2_195 [class*=' imghvr-'] figcaption h5 {
	color: rgba(0, 71, 137, 1.00);
}


#stacks_in_2_195 .foundry_image_hover_caption {
	/* Added to fix a Safari v16 rendering problem. */
	border: 1px solid transparent;
}




#stacks_in_2_195 {
	background-color: rgba(204, 204, 204, 0.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_2_195 {
	width: 40%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2_693 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_2_693 {
		display: none !important;
	}
}

#stacks_out_2_32 {
	margin-right:0;
}

#stacks_in_2_33 {
	font-size: 200%;
}
/* @group Page */

/* Stop the background page scrolling when the modal is open */
body.sociableOpen {
	overflow: hidden !important;
}

/* @end */

/* @group Share Button */

#socialPopupTriggerButtonstacks_in_2_34 *,
#socialPopupTriggerButtonstacks_in_2_34 *::after,
#socialPopupTriggerButtonstacks_in_2_34 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


#socialPopupTriggerButtonstacks_in_2_34 {
	position: fixed;
	top: 10.00%;
	left: 2.00%;
	cursor: pointer;
	z-index: 999;
}





#socialPopupTriggerButtonstacks_in_2_34 {
	display: none;
}


#socialPopupTriggerButtonstacks_in_2_34 a {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	outline: none;
}

#socialPopupTriggerButtonstacks_in_2_34 a:focus {
	outline: none;
	border: none;
}

#socialPopupTriggerButtonstacks_in_2_34 #socialPopupTriggerButtonBorderstacks_in_2_34 {
	border: 2px solid #CDCDCD;
	background: #FFFFFF;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	height: 50px;
	overflow: hidden;
	z-index: 5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_2_34:hover #socialPopupTriggerButtonBorderstacks_in_2_34 {
	border: 2px solid #999999;
	background: #FFFFFF;
}


#socialPopupTriggerButtonstacks_in_2_34:hover #socialPopupTriggerButtonBorderstacks_in_2_34 {
	padding-right: 15px;
}




#socialPopupTriggerButtonstacks_in_2_34 #socialPopupTriggerButtonIconstacks_in_2_34 [class^="fa fa-"] {
	color: #333333;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_2_34:hover #socialPopupTriggerButtonBorderstacks_in_2_34 [class^="fa fa-"] {
	color: #333333;
}

#socialPopupTriggerButtonstacks_in_2_34 #socialPopupTriggerButtonTextstacks_in_2_34 {
	color: #333333;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	max-width: 0px;
	overflow: hidden;
	line-height: 50px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}




#socialPopupTriggerButtonstacks_in_2_34:hover #socialPopupTriggerButtonTextstacks_in_2_34 {
	max-width: 300px;
	color: #333333;
}


/* @end */

/* @group Content Block (top of modal) */

#sociableContentBlock {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#adBlockMessage {
	display: none;
}

#adBlockMessage.adBlockTrue {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

/* @end */

/* @group Modal Window */

/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.socialPopupModalPerspective,
.socialPopupModalPerspective body {
	height: 100%;
	overflow: hidden;
}

.socialPopupModalPerspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.socialPopupModal-1 {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	overflow: auto;
	height: 100%;
	z-index: 19991;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.socialPopupModalShow {
	visibility: visible;
}

.socialPopupModalOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1999;
	opacity: 0;
	background: #004789;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow ~ .socialPopupModalOverlay {
	opacity: 0.90;
	visibility: visible;
}

/* Content styles */
#socialPopupModalContentstacks_in_2_34 {
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

/* Individual modal styles with animations/transitions */

/*  */

/* @group Effect 1 */

/* Effect 1: Fade in and scale up */
.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 2 */

/* Effect 2: Slide from the right */
.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.socialPopupModalShow.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* @end */

/* @group Effect 3 */

/* Effect 3: Slide from the bottom */
.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* @end */

/* @group Effect 4 */

/* Effect 4: Newspaper */
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-4 ~ .socialPopupModalOverlay,
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 5 */

/* Effect 5: fall */
.socialPopupModalEffect-5.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* @end */

/* @group Effect 6 */

/* Effect 6: side fall */
.socialPopupModalEffect-6.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 7 */

/* Effect 7:  slide and stick to top */
.socialPopupModalEffect-7{
	top: 0;
	-webkit-transform: translateX(-0%);
	-moz-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	transform: translateX(-0%);
}

.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* @end */

/* @group Effect 8 */

/* Effect 8: 3D flip horizontal */
.socialPopupModalEffect-8.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 9 */

/* Effect 9: 3D flip vertical */
.socialPopupModalEffect-9.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 10 */

/* Effect 10: 3D sign */
.socialPopupModalEffect-10.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 11 */

/* Effect 11: Super scaled */
.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 12 */

/* Effect 12:  Just me */
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-12 ~ .socialPopupModalOverlay {
	background: #000000;
} 

.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_2_34 h3,
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_2_34 {
	background: transparent;
}

.socialPopupModalShow.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 13 */

/* Effect 13: 3D slit */
.socialPopupModalEffect-13.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_2_34 {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* @end */

/* @group Effect 14 */

/* Effect 14:  3D Rotate from bottom */
.socialPopupModalEffect-14.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}

.socialPopupModalShow.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 15 */

/* Effect 15:  3D Rotate in from left */
.socialPopupModalEffect-15.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_2_34 {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* @end */

/*  */

/* @end */

/* @group Close button */

#sociableCloseButtonstacks_in_2_34 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 80px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background: none;
	border: none;
	outline: none;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_2_34 [class^="fa fa-"] {
	color: #FFFFFF;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_2_34:hover,
#sociableCloseButtonstacks_in_2_34:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @end */

/* @group Radioactive Scroll Indicator */

@-webkit-keyframes radioactiveGlow {
	from { -webkit-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -webkit-box-shadow: 0 0 0px #000000; }
 	to { -webkit-box-shadow: 0 0 50px #FFFFFF; }
}

@-moz-keyframes radioactiveGlow {
	from { -moz-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -moz-box-shadow: 0 0 0px #000000; }
 	to { -moz-box-shadow: 0 0 50px #FFFFFF; }
}

@-ms-keyframes radioactiveGlow {
	from { -ms-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -ms-box-shadow: 0 0 0px #000000; }
 	to { -ms-box-shadow: 0 0 50px #FFFFFF; }
}

@keyframes radioactiveGlow {
	from { box-shadow: 0 0 50px #FFFFFF; }
 	50% { box-shadow: 0 0 0px #000000; }
 	to { box-shadow: 0 0 50px #FFFFFF; }
}

#radioactiveScrollIndicatorstacks_in_2_34 {
	-webkit-animation-name: radioactiveGlow;
 	-webkit-animation-duration: 2s;
 	-webkit-animation-iteration-count: infinite;
 	-moz-animation-name: radioactiveGlow;
 	-moz-animation-duration: 2s;
 	-moz-animation-iteration-count: infinite;
 	-ms-animation-name: radioactiveGlow;
 	-ms-animation-duration: 2s;
 	-ms-animation-iteration-count: infinite;
 	animation-name: radioactiveGlow;
 	animation-duration: 2s;
 	animation-iteration-count: infinite;
 	position: fixed;
 	bottom: -50px;
 	left: 0px;
 	width: 100%;
 	height: 50px;
 	background: #ffffff;
 	display: none;
}

.socialPopupScrollable #radioactiveScrollIndicatorstacks_in_2_34 {
	display: block;
}

.modalScrolled #radioactiveScrollIndicatorstacks_in_2_34 {
	display: none;
}

/* @end */

/* @group Social Icon List */

#sociableIconWrapper *,
#sociableIconWrapper *::after,
#sociableIconWrapper *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


#sociableIconWrapper {
	max-width: 1200px;
	margin: 60px auto;
	z-index: 1999;
	position: relative;
}

.socialIconArray {
	display: block;
	text-align: center;
}

.socialIconArray div {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 100px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.50em;
	font-size: 14px;
	z-index: 5;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: #FFFFFF;
}

.socialIconArray div:hover {
	color: #FFFFFF;
}

.socialIconArray div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.socialIconArray div [class^="fa fa-"] {
	font-size: 60px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 50px;
	position: relative;
	z-index: 5;
	border: 2px solid #FFFFFF;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	display: block;
	margin: 15px;
}

.socialIconArray div:hover [class^="fa fa-"] {
	-webkit-box-shadow: 0px 0px 30px #FFFFFF;
	-moz-box-shadow: 0px 0px 30px #FFFFFF;
	box-shadow: 0px 0px 30px #FFFFFF;
	border: 2px solid #FFFFFF;
}

/* Sub headings */

.socialIconArray .subheading {
	margin-top: 15px;
	padding-top: 15px;
	font-size: 14px;
	display: block;
	float: none;
	color: #FFFFFF;
}

.socialIconArray .subheading a,
.socialIconArray .subheading a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	display: inline;
}

.socialIconArray .subheading a:hover,
.socialIconArray .subheading a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Utility icons */

#sociableUtilityIcons *,
#sociableUtilityIcons *::after,
#sociableUtilityIcons *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#sociableUtilityIcons {
	border-top: 1px solid #CDCDCD;
	margin-top: 20px;
	padding-top: 30px;
	display: block;
}

/* @end */

/* @group Print Styling */

@media print {
	#socialPopupstacks_in_2_34,
	#socialPopupModalOverlaystacks_in_2_34,
	#socialPopupTriggerButtonstacks_in_2_34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//*
1.0.0
*/
.hlh-margin_stacks_in_2_517 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_2_517 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_2_517[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_2_517 > a,
.halo-hyperlink_stacks_in_2_517 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_517 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_2_517 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_517 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_2_517 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-517-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_2_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_2_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_2_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_2_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_2_517 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_2_518 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_2_518 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.20);
  	-moz-transform: scale(1.20);
  	-o-transform: scale(1.20);
	-ms-transform: scale(1.20);
	transform: scale(1.20);
	z-index:1}
	
.linkpop_stacks_in_2_518 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_2_518 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_2_518 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_2_518 {
	display:none}	

.linkpop_stacks_in_2_518 a:link, .linkpop_stacks_in_2_518 a:visited, .linkpop_stacks_in_2_518 a:hover, .linkpop_stacks_in_2_518 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_2_518 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_2_518 span.jQshadpop_stacks_in_2_518 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */
#stacks_in_2_40 {
	font-size: 200%;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.furmentality.life/rw_common/plugins/stacks/mejs-controls.svg')}.stacks_in_2_41{width:100%;text-align:center;}.stacks_in_2_41 div:focus{outline:none}.stacks_in_2_41 .html5audio,.stacks_in_2_41 audio.html5audio{outline:none;margin:0 auto;display:block;min-height:40px;width:100% !important;height:auto;}.stacks_in_2_41 .html5audio.mejs-ted,.stacks_in_2_41 .html5audio.mejs-wmp,.stacks_in_2_41 audio.html5audio.mejs-ted,.stacks_in_2_41 audio.html5audio.mejs-wmp{min-height:65px}.stacks_in_2_41 button{box-shadow:none;border-width:0;border-style:none}.stacks_in_2_41 .mejs__container .mejs__overlay-play,.stacks_in_2_41 .mejs__container .mejs__overlay-loading{}.stacks_in_2_41 .mejs__container .mejs__controls{background:#004789;background:linear-gradient(#004789,#3279BB);}.stacks_in_2_41 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{background:#B3B3B3;background:linear-gradient(#B3B3B3,#CCCCCC);}.stacks_in_2_41 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{background:#CCCCCC;background:linear-gradient(#CCCCCC,#FEFEFE);}.stacks_in_2_41 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{background:#CC0000;background:linear-gradient(#CC0000,#7C0000);} 

#stacks_in_2_41 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_2_41 {
	width: 89%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2_42 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_2_42 {
		display: none !important;
	}
}

#stacks_in_2_44 {
	font-size: 200%;
}









	#stacks_in_2_45 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}




	#stacks_in_2_45 > .container {
		box-shadow: 0 0 32px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_2_45 > .container {
		border-radius: 20px;
	}

	
		#stacks_in_2_45 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_2_45 {
	background-color: rgba(0, 71, 137, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}






	#stacks_in_2_49 > .container {
		max-width: 1140px;
	}







	#stacks_in_2_49 > .container {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_2_49 > .container {
		border-radius: 0px;
	}

	

#cookiejar_stacks_in_2_51{padding:2px;background-color:rgba(255, 255, 10, 0.00)}




	#stacks_in_2_53 .alert {
		margin-bottom: 0;
	}



	#stacks_in_2_53 .alert {
		border-radius: 0 !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}



	#stacks_in_2_53 .alert.alert-custom {
		background-color: rgba(102, 204, 255, 1.00);
		border-color: rgba(96, 193, 242, 1.00);
		color: rgba(0, 71, 137, 1.00);
	}

	#stacks_in_2_53 h4.alert-custom-header {
		color: rgba(0, 71, 137, 1.00);
	}

	#stacks_in_2_53 .close {
		color: rgba(232, 0, 0, 1.00);
		opacity: 0.2;
	}

	#stacks_in_2_53 .close:hover {
		opacity: 0.5;
	}


#stacks_in_2_53 {
	background-color: rgba(102, 204, 255, 1.00);
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2_57 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_2_57 {
		display: none !important;
	}
}
#stacks_in_2_58 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2_58 .jwresp_col{float:none} #stacks_in_2_58 #jwresp_col2_stacks_in_2_58{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_2_58 #jwresp_col1_stacks_in_2_58,#stacks_in_2_58 #jwresp_col3_stacks_in_2_58{width:32%}#stacks_in_2_58 #jwresp_col1_stacks_in_2_58{float:left}#stacks_in_2_58 #jwresp_col3_stacks_in_2_58{float:right} @media screen and (max-width:770px){#stacks_in_2_58 #jwresp_col1_stacks_in_2_58,#stacks_in_2_58 #jwresp_col3_stacks_in_2_58{margin-bottom:20px}#stacks_in_2_58 #jwresp_col1_stacks_in_2_58{width:49%}#stacks_in_2_58 #jwresp_col3_stacks_in_2_58{width:49%}#stacks_in_2_58 #jwresp_col2_stacks_in_2_58{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_2_58 #jwresp_col1_stacks_in_2_58,#stacks_in_2_58 #jwresp_col3_stacks_in_2_58,#stacks_in_2_58 #jwresp_col2_stacks_in_2_58{float:none;width:100%;display:block}#stacks_in_2_58 #jwresp_col1_stacks_in_2_58,#stacks_in_2_58 #jwresp_col3_stacks_in_2_58{margin-bottom:20px}} 

#stacks_in_2_58 {
	background-color: rgba(204, 204, 204, 0.00);
}
/*
1.0.0
*/
.hlh-margin_stacks_in_2_641 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_2_641 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_2_641[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_2_641 > a,
.halo-hyperlink_stacks_in_2_641 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_641 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_2_641 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_641 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_2_641 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-641-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_2_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_2_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_2_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_2_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_2_641 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_2_642 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_2_642 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.20);
  	-moz-transform: scale(1.20);
  	-o-transform: scale(1.20);
	-ms-transform: scale(1.20);
	transform: scale(1.20);
	z-index:1}
	
.linkpop_stacks_in_2_642 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_2_642 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_2_642 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_2_642 {
	display:none}	

.linkpop_stacks_in_2_642 a:link, .linkpop_stacks_in_2_642 a:visited, .linkpop_stacks_in_2_642 a:hover, .linkpop_stacks_in_2_642 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_2_642 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_2_642 span.jQshadpop_stacks_in_2_642 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  *//*
1.0.0
*/
.hlh-margin_stacks_in_2_645 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_2_645 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_2_645[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_2_645 > a,
.halo-hyperlink_stacks_in_2_645 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_645 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_2_645 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_645 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_2_645 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-645-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_2_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_2_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_2_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_2_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_2_645 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_2_646 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_2_646 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.20);
  	-moz-transform: scale(1.20);
  	-o-transform: scale(1.20);
	-ms-transform: scale(1.20);
	transform: scale(1.20);
	z-index:1}
	
.linkpop_stacks_in_2_646 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_2_646 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_2_646 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_2_646 {
	display:none}	

.linkpop_stacks_in_2_646 a:link, .linkpop_stacks_in_2_646 a:visited, .linkpop_stacks_in_2_646 a:hover, .linkpop_stacks_in_2_646 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_2_646 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_2_646 span.jQshadpop_stacks_in_2_646 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */




#stacks_in_2_68 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2_68 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2_68 #stacks_in_2_68-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(0, 71, 137, 1.00);
	

	

	

}


#stacks_in_2_68 .close-stacks_in_2_68-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 71, 137, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		left: 50%;
		transform: translate(-50%, 0);
		top: 20px;
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2_68 .close-stacks_in_2_68-animatedModal:hover {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(232, 0, 0, 1.00);
}





	#stacks_in_2_68 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2_68 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2_68 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal i {
		font-size: 50px;
	}

	#stacks_in_2_68 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2_68 .close-stacks_in_2_68-animatedModal i {
		font-size: 50px;
	}

	#stacks_in_2_68 .mega-modal-content {
		padding-top: 100px;
	}	
}

#stacks_in_2_68 {
	background-color: rgba(255, 255, 255, 0.00);
	padding:  10px;
}



/* Color picker style settings */







	
	#stacks_in_2_438 p,
	#stacks_in_2_438 {
		
	}
	

	
	
	
	
	



#stacks_in_2_438 p,
#stacks_in_2_438 {
	
}


#stacks_in_2_438 {
	background-color: rgba(204, 204, 204, 1.00);
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2_73 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_2_73 {
		display: none !important;
	}
}
@media only screen and (min-width:0px){#stacks_in_2_74{}}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2_77 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_2_77 {
		display: none !important;
	}
}
/* Image Fit - Copyright @2019 - RJ Ruggiero - All Rights Reserverd */
#stacks_in_2_78 .axyn_img_fit {
   box-sizing: border-box;
	overflow: hidden;
	
        max-width: 202px;
        
	
	
	
		padding: 7px;
		
		padding-bottom: 12px;
 		
		padding-right: 12px;
	
	position: relative;
   z-index: 0;
   
   margin: 0 auto 0 auto;
   height: auto;
}

#stacks_in_2_78 img.imageStyle {
    
    object-fit: fill;
    object-position: top center;
    height: auto;
    width: 200px;
    
}

#stacks_in_2_78 img.imageStyle {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: rgba(0, 66, 176, 1.00)rgba(0, 66, 176, 1.00) rgba(0, 66, 176, 1.00) rgba(0, 66, 176, 1.00) ;
}




#stacks_in_2_78 img.imageStyle {
  filter: drop-shadow(5px 5px 5px rgba(121, 121, 121, 1.00)) ;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(121, 121, 121, 1.00)) ;
  transform: translate3d(0,0,0);
}

#stacks_in_2_78 .axyn_img_fit, #stacks_in_2_78 img.imageStyle {
    display: block; margin-left: auto; margin-right:auto;
}

#stacks_in_2_78 .axyn_img_fit, #stacks_in_2_78 img.imageStyle {
    border-radius: 8px 8px 8px 8px;
    
}



.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2_81 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_2_81 {
		display: none !important;
	}
}









	#stacks_in_2_86 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}




	#stacks_in_2_86 > .container {
		box-shadow: 0 0 37px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_2_86 > .container {
		border-radius: 9px;
	}

	
		#stacks_in_2_86 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_2_86 {
	background-color: rgba(224, 224, 224, 1.00);
}


#stacks_in_2_88 .mm_site_title h1,
#stacks_in_2_88 .mm_site_title h1 a,
#stacks_in_2_88 .mobile_mm_site_title h1,
#stacks_in_2_88 .mobile_mm_site_title h1 a {
	color: rgba(255, 255, 10, 1.00);
	font-size: 24px;
	
	font-weight: 800;
	font-style: normal;
}

/*#stacks_in_2_88 {
	-webkit-font-smoothing: antialiased;
}*/

#stacks_in_2_88 .foundry-mega-menu-toggle {
	display: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#stacks_in_2_88 .mobile-toggle-site-title a,
#stacks_in_2_88 .mobile-toggle-site-title a:visited,
#stacks_in_2_88 .mobile-toggle-site-title a:hover,
#stacks_in_2_88 .mobile-toggle-site-title a:active {
	text-decoration: none;
} 

#stacks_in_2_88 .nav a.mm-plain-link,
#stacks_in_2_88 a.link-group-item {
	text-decoration: none;
	font-weight: 600;
}

#stacks_in_2_88 .foundry-mega-menu-button {
	margin-top: -1px;
}




	#stacks_in_2_88 .nav-sticky-container {
		transition-duration: 300ms;
		transition-property: background-color;
		/* Possible fix for FF & Chrome Bug in Win10 when using Drop Downs. */
		position: absolute;
		width: 100%;
		/* End Fix */
		background: rgba(255, 255, 255, 0.09);
		z-index: 100;
		
		-webkit-backdrop-filter: saturate(170%) blur(15px);
	backdrop-filter: saturate(170%) blur(15px);
		
		
		border-width: 1px;
		border-style: solid;
		border-color: rgba(102, 204, 255, 1.00);
		
	}

	
	#stacks_in_2_88 .nav-sticky-container {
		box-shadow: 0 18px 20px rgba(0, 51, 102, 0.80);
	}
	

	#stacks_in_2_88 .nav li.top-level-item {
		list-style: none;
	}

	#stacks_in_2_88 .nav > li.top-level-item {
		padding: 0;
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	#stacks_in_2_88 .nav > li.top-level-item:first-child {
		margin-left: 0;
	}

	#stacks_in_2_88 .nav > li > a.mm-plain-link {
		display: inline-block;
		color: rgba(0, 71, 137, 1.00);
		text-decoration: none;
		padding: 0 20px;
	}

	#stacks_in_2_88 .nav > li:hover > a.mm-plain-link,
	#stacks_in_2_88 .nav > li.selected > a.mm-plain-link {
		background-color: rgba(0, 71, 137, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_2_88 .nav > li.selected > a.mm-plain-link,
	#stacks_in_2_88 .nav .drop_down_plain li:hover > a.mm-plain-link,
	#stacks_in_2_88 .nav .drop_down_plain li.selected > a.mm-plain-link {
		font-weight: 600;
	}

	#stacks_in_2_88 .nav > li > a.mm-button,
	#stacks_in_2_88 .nav > li {
		margin-top: 0px;
	}

	#stacks_in_2_88 .nav > li.parent {
		top: 0px;
	}


	#stacks_in_2_88 .nav > li.button_height_adjust {
		margin-top: -1px;
		
			margin-right: 6px;
		
	}

	/* MEGA DROP DOWN */
	#stacks_in_2_88 .nav > li.top-level-item > .drop-down-container {
		position: absolute;
		display: none;
		overflow: hidden;
		
		border-radius: 20px;
		
		z-index: 500;
	}

	#stacks_in_2_88 .nav > li.top-level-item > .drop-down-container.animated {
		animation-duration: 1200ms;
		animation-fill-mode: both;

	}

	#stacks_in_2_88 .nav > li.top-level-item > .drop-down-container.show-drop-down {
		display: block !important;
	}

	#stacks_in_2_88 .nav > li > .drop-down-container.right {
		right: 0;
		left: auto;
	}

	#stacks_in_2_88 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#stacks_in_2_88 a,
	#stacks_in_2_88 li {
		cursor: pointer;
	}

	#stacks_in_2_88 li.parent > a {
		cursor: pointer;
	}

	#stacks_in_2_88 li.parent > a:after {
		font-family: "FontAwesome";
		content: '\f105';
		padding-left: 5px;
	}

	#stacks_in_2_88 .foundry-mega-menu-toggle {
		background-color: rgba(81, 168, 148, 1.00);
		color: rgba(0, 51, 102, 1.00);
		width: 100%;
		cursor: pointer;
	}

	#stacks_in_2_88 .foundry-mega-menu-toggle:hover {
		background-color: rgba(219, 219, 221, 1.00);
		color: rgba(0, 0, 255, 1.00);
	}

	#stacks_in_2_88 .mobile_mm_site_title h1.mobile-toggle-site-title,
	#stacks_in_2_88 .mobile_mm_site_title h1.mobile-toggle-site-title a {
		color: rgba(0, 51, 102, 0.51);
	}

	@media (max-width: 47.9375em) {
		/*Mobile*/

		#stacks_in_2_88 .mm_site_title h1,
		#stacks_in_2_88 .mm_site_title h1 a,
		#stacks_in_2_88 .mobile_mm_site_title h1,
		#stacks_in_2_88 .mobile_mm_site_title h1 a {
			font-size: 12px;
			text-decoration: none;
		}

		#stacks_in_2_88 .mobile_adjust {
			height: 0;
		}

		#stacks_in_2_88 .nav-sticky-container {
			background: transparent;
		}

		#stacks_in_2_88 .logo_container,
		#stacks_in_2_88 .mm_site_title {
			/*Hide logo at mobile breakpoint*/
			display: none !important;
		}

		#stacks_in_2_88 .foundry-mega-menu-toggle {
			display: block;	
		}

		#stacks_in_2_88 .foundry-mega-menu {
			display: none;
			top: 0;
		}

		#stacks_in_2_88 .nav {
			height: auto;
		}

		#stacks_in_2_88 ul.foundry-mega-menu {
			background: rgba(255, 255, 255, 1.00);
		}

		#stacks_in_2_88 .nav > li.top-level-item {
			margin-left: 0;
			text-align: left;
		}

		#stacks_in_2_88 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 12px;
		}

		#stacks_in_2_88 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2_88 .nav li.top-level-item a.mm-plain-link:not(.link-group-item) {
			line-height: 44px;
		}

		#stacks_in_2_88 .nav > li.top-level-item,
		#stacks_in_2_88 .nav > li > a.mm-plain-link {
			float: none;
			display: block;
		}

		#stacks_in_2_88 .nav > li > a.mm-plain-link {
			color: rgba(0, 51, 102, 1.00);
		}

		#stacks_in_2_88 .nav > li:hover > a.mm-plain-link,
		#stacks_in_2_88 .nav > li.selected > a.mm-plain-link {
			background: rgba(219, 219, 221, 1.00);
			color: rgba(0, 0, 255, 1.00)
		}

		#stacks_in_2_88 .nav > li > .drop-down-container {
			position: relative;
			display: none;
			top: 0;
			box-shadow: none;
			width: 100%;
			max-width: 100%;
			/* background-color: ; */
			border-radius: 0px;
		}

		#stacks_in_2_88 .nav > li.top-level-item > .drop-down-container {
			position: relative;
			display: none;
		}

		/* Removes unneeded font sizing for branding at mobile breakpoint. */
		/* #stacks_in_2_88 .mm_site_title h1,
		#stacks_in_2_88 .mm_site_title h1 a {
			font-size: 12px;
			text-decoration: none;
		} */

		#stacks_in_2_88 .button_height_adjust {
			padding-left: 20px;
			padding-right: 20px;
		}

		#stacks_in_2_88 .nav .drop-down-container {
			margin-top: 0px;
		}

		#stacks_in_2_88 .botton-column {
			margin-top: -6px;
		}

	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_2_88 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_2_88 .mm_site_title h1,
		#stacks_in_2_88 .mm_site_title h1 a {
			font-size: 14px;
			text-decoration: none;
		}

		#stacks_in_2_88 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2_88 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2_88 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
		from {
				margin-top: -50px;
		}

		to {
				margin-top: 0px;
		}
		}


	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_2_88 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_2_88 .mm_site_title h1,
		#stacks_in_2_88 .mm_site_title h1 a {
			font-size: 14px;
			text-decoration: none;
		}

		#stacks_in_2_88 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_2_88 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2_88 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
			from {
				margin-top: -50px;
			}

			to {
				margin-top: 0px;
			}
		}

	}


	@media (max-width: 47.9375em) {
		/*Mobile*/
		#stacks_in_2_88 .foundry-mega-menu-toggle,
		#stacks_in_2_88 .nav_bar_placeholder {
			height: 44px;
			line-height: 44px;
		}

		#stacks_in_2_88 .nav-sticky-container > .container,
		#stacks_in_2_88 .nav-sticky-container > .container-fluid {
			width: 100%;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		
		#stacks_in_2_88 .nav li.top-level-item:not(.link-group-list-item),
		#stacks_in_2_88 .nav li.top-level-item > a.mm-plain-link:not(.link-group-item),
		#stacks_in_2_88 .nav > li > a.mm-plain-link:not(.link-group-item) {
			line-height: 44px;
		}

		#stacks_in_2_88 .button_height_adjust {
			line-height: 44px;
		}

		#stacks_in_2_88 .nav-sticky-container > .container > ul > li > a.mm-plain-link {
			height: 44px;
			line-height: 44px;
		}
		

		#stacks_in_2_88 .nav-sticky-container {
			border-radius: 0px;
		}

		#stacks_in_2_88 .foundry-mega-menu-button {
			margin-top: 6px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_2_88 .nav,
		#stacks_in_2_88 .nav_bar_placeholder {
			height: 48px;
		}

		#stacks_in_2_88 .button_height_adjust {
			line-height: 48px;
		}

		#stacks_in_2_88 .logo_container {
			height: 48px;
		}

		
		#stacks_in_2_88 .nav > li > a.mm-plain-link {
			line-height: 48px;
			height: 48px;
		}
		

		#stacks_in_2_88 .nav > li > a.mm-plain-link {
			border-radius: 20px;
		}

		#stacks_in_2_88 .foundry-mega-menu-toggle {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_2_88 .nav > li > .drop-down-container {
			top: 48px;
		}

		#stacks_in_2_88 .mm_site_title,
		#stacks_in_2_88 .mm_site_title h1,
		#stacks_in_2_88 .site_logo {
			height: 48px;
			line-height: 48px;
		}
	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_2_88 > .nav,
		#stacks_in_2_88 .nav_bar_placeholder {
			height: 50px;
		}

		#stacks_in_2_88 .button_height_adjust {
			line-height: 50px;
		}


		#stacks_in_2_88 .logo_container {
			height: 50px;
		}

		
		#stacks_in_2_88 .nav > li > a.mm-plain-link {
			line-height: 50px;
			height: 50px;
		}

		

		#stacks_in_2_88 .nav > li > a.mm-plain-link {
			border-radius: 20px;
		}

		#stacks_in_2_88 .foundry-mega-menu-toggle {
			height: 50px;
			line-height: 50px;
		}

		#stacks_in_2_88 .nav > li > .drop-down-container {
			top: 50px;
		}

		#stacks_in_2_88 .mm_site_title,
		#stacks_in_2_88 .mm_site_title h1,
		#stacks_in_2_88 .site_logo {
			height: 50px;
			line-height: 50px;
		}

	}

	#stacks_in_2_88 .nav > li li {
		line-height: 1.5;
	}

	#stacks_in_2_88 .mm_site_title {
		float: right;
		display: inline-block;
		color: #626263;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}




#stacks_in_2_88 .nav_bar_placeholder {
	z-index: 998;
	position: relative;
	width: 100%;
}




#stacks_in_2_88 .mm_site_title h1 {
	margin: 0;
}

#stacks_out_2_88,
#stacks_in_2_88,
#stacks_in_2_88 .nav_bar_placeholder,
#stacks_in_2_88 .nav-sticky-container {
	
	border-radius: 20px;
	
}

#stacks_in_2_88 #sticky-wrapper.is-sticky .nav-sticky-container {
	border-radius: 0;
}

#stacks_in_2_88 .nav-sticky-container.sticky {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 1000;
}

#stacks_in_2_88 .nav-sticky-container.simple-sticky {
	top: 0;
	position: fixed;
}


#stacks_in_2_88 #sticky-wrapper,
#stacks_in_2_88 #sticky-wrapper .nav-sticky-container {
	width: 100% !important;
}

/* Banner Pairing Feature */

	
		@media (max-width: 47.9375em) {
		/*Mobile*/
			#stacks_in_2_88 {
				width: 100% !important;
				position: absolute;
				
				top: 0;
				
			}
		}

		@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
			#stacks_in_2_88 {
				width: 100% !important;
				position: absolute;
				
				top: 0;
				
			}
		}

		@media (min-width: 62em) {
		/*Desktop*/
			#stacks_in_2_88 {
				width: 100% !important;
				position: absolute;
				
				top: 0;
				
			}
		}

	

	
	#stacks_in_2_88 .is-sticky .nav-sticky-container {
		border-radius: 0;
	}
	




	#stacks_in_2_88 .mm_site_title {
		display: none !important;
	}


#stacks_in_2_88 .mm_site_title {
		white-space: nowrap;
}

#stacks_in_2_88 .site_logo {
	width: auto;
}

#stacks_in_2_88 .logo_container {
	float: right;
	display: block;
}

#stacks_in_2_88 .logo_container img {
	max-width: auto;
	max-height: 100%;
	
		margin-left: 12px;
	
	/*margin-top: -3px !important;*/
}


	#stacks_in_2_88 .mm-button.btn {
		background-color: rgba(0, 71, 137, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}
	
	#stacks_in_2_88 .mm-button.btn:hover {
		background-color: rgba(0, 56, 109, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}
	




.potion_slide_up {
  animation-name: potion_slide_up;
	transition-timing-function: ease-in-out;
}

.potion_slide_down {
  animation-name: potion_slide_down;
	transition-timing-function: ease-in-out;
}



	






	#stacks_in_2_88 .sticky-wrapper.sticky {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 3000;
	}

	#stacks_in_2_88 .sticky-wrapper.simple-sticky {
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
	}





@media (max-width: 47.9375em) {

	#stacks_in_2_88 .foundry-mega-menu {
		
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
		
	}

	#stacks_in_2_88 .mobile_nav_wrapper {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 44px;
		line-height: 44px;
		float: left;
	}

	#stacks_in_2_88 .mobile_logo_container {
		margin-right: 12px;
	}


	#stacks_in_2_88 .mobile_logo_container,
	#stacks_in_2_88 .mobile_mm_site_title {
		display: inline-block;
		height: 44px;
		line-height: 44px;
		margin: 0;
	}

	#stacks_in_2_88 .mobile_logo_container img {
		height: 44px;
		line-height: 44px;
		width: auto;
		position: relative;
		margin-top: -5px;
	}

	/* BLORP */
	
		#stacks_in_2_88 .sticky-wrapper,
		#stacks_in_2_88 .sticky-wrapper.is-sticky,
		#stacks_in_2_88 .sticky-wrapper.is-sticky .nav-sticky-container {
			position: static !important;
		}
	

}



	


#stacks_in_2_88 {
	margin:  2px;
	padding:  2px;
}



.stacks_in_2_90-parent-id .drop-down-container {
	background: rgba(204, 204, 204, 0.90);
   left: 0;
}


.stacks_in_2_90-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_2_90-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_2_90-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_2_90-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_2_90-drop-down {
    
  	border: 1px solid #004789;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(0, 71, 137, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_2_90-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_2_90-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}


  .stacks_in_2_94-drop-down-plain-links a,
  .stacks_in_2_94-drop-down-plain-links a:visited {
    color: #004789 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 20px;
    
  }

  .stacks_in_2_94-drop-down-plain-links a:hover,
  .stacks_in_2_94-drop-down-plain-links a:active,
  .stacks_in_2_94-drop-down-plain-links li.selected a {
    color: #004789 !important;
    background-color: #FFFFFF;
  }

  
    .stacks_in_2_94-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 3px;
      padding-right: 3px;
    }

    
        }

        .stacks_in_2_94-drop-down-plain-links a:hover,
        .stacks_in_2_94-drop-down-plain-links a:active,
        .stacks_in_2_94-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_2_96-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_97-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_98-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_99-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_100-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_101-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_104-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_105-plain > a > i {
  margin-right: 4px;
}



.stacks_in_2_106-parent-id .drop-down-container {
	background: rgba(255, 255, 255, 0.90);
   left: 0;
}


.stacks_in_2_106-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_2_106-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_2_106-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_2_106-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_2_106-drop-down {
    
  	border: 1px solid #074080;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(7, 64, 128, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_2_106-drop-down {
		min-width: 300px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_2_106-drop-down {
		min-width: 400px;
	}
}





  




@media (max-width: 47.9375em) {
  
}
.stacks_in_2_110sky_center {
	
	display: block;
	text-align: center;
}

#stacks_in_2_110stars {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 250px 968px rgba(255, 255, 255, 1.00) , 371px 1579px rgba(255, 255, 255, 1.00) , 710px 291px rgba(255, 255, 255, 1.00) , 1899px 118px rgba(255, 255, 255, 1.00) , 792px 529px rgba(255, 255, 255, 1.00) , 648px 1426px rgba(255, 255, 255, 1.00) , 1893px 969px rgba(255, 255, 255, 1.00) , 1505px 1774px rgba(255, 255, 255, 1.00) , 342px 1053px rgba(255, 255, 255, 1.00) , 1329px 311px rgba(255, 255, 255, 1.00) , 177px 1874px rgba(255, 255, 255, 1.00) , 1109px 1630px rgba(255, 255, 255, 1.00) , 1462px 1151px rgba(255, 255, 255, 1.00) , 1188px 412px rgba(255, 255, 255, 1.00) , 218px 1217px rgba(255, 255, 255, 1.00) , 1047px 1413px rgba(255, 255, 255, 1.00) , 872px 604px rgba(255, 255, 255, 1.00) , 1327px 713px rgba(255, 255, 255, 1.00) , 620px 833px rgba(255, 255, 255, 1.00) , 1169px 544px rgba(255, 255, 255, 1.00) , 51px 1167px rgba(255, 255, 255, 1.00) , 1305px 24px rgba(255, 255, 255, 1.00) , 964px 683px rgba(255, 255, 255, 1.00) , 1869px 434px rgba(255, 255, 255, 1.00) , 807px 626px rgba(255, 255, 255, 1.00) , 617px 539px rgba(255, 255, 255, 1.00) , 1833px 579px rgba(255, 255, 255, 1.00) , 957px 435px rgba(255, 255, 255, 1.00) , 1505px 1902px rgba(255, 255, 255, 1.00) , 1272px 776px rgba(255, 255, 255, 1.00) , 612px 1556px rgba(255, 255, 255, 1.00) , 1355px 1131px rgba(255, 255, 255, 1.00) , 618px 186px rgba(255, 255, 255, 1.00) , 977px 1205px rgba(255, 255, 255, 1.00) , 1868px 277px rgba(255, 255, 255, 1.00) , 634px 641px rgba(255, 255, 255, 1.00) , 949px 1417px rgba(255, 255, 255, 1.00) , 646px 666px rgba(255, 255, 255, 1.00) , 1405px 727px rgba(255, 255, 255, 1.00) , 1440px 445px rgba(255, 255, 255, 1.00) , 1082px 1894px rgba(255, 255, 255, 1.00) , 1157px 1701px rgba(255, 255, 255, 1.00) , 269px 173px rgba(255, 255, 255, 1.00) , 922px 261px rgba(255, 255, 255, 1.00) , 1303px 1918px rgba(255, 255, 255, 1.00) , 248px 1327px rgba(255, 255, 255, 1.00) , 648px 1619px rgba(255, 255, 255, 1.00) , 1507px 754px rgba(255, 255, 255, 1.00) , 45px 107px rgba(255, 255, 255, 1.00) , 180px 1472px rgba(255, 255, 255, 1.00) , 974px 1725px rgba(255, 255, 255, 1.00) , 1424px 510px rgba(255, 255, 255, 1.00) , 1419px 1484px rgba(255, 255, 255, 1.00) , 769px 739px rgba(255, 255, 255, 1.00) , 1041px 1760px rgba(255, 255, 255, 1.00) , 1851px 285px rgba(255, 255, 255, 1.00) , 595px 304px rgba(255, 255, 255, 1.00) , 516px 159px rgba(255, 255, 255, 1.00) , 932px 1235px rgba(255, 255, 255, 1.00) , 1152px 1602px rgba(255, 255, 255, 1.00) , 1261px 1172px rgba(255, 255, 255, 1.00) , 1289px 863px rgba(255, 255, 255, 1.00) , 10px 309px rgba(255, 255, 255, 1.00) , 1933px 1138px rgba(255, 255, 255, 1.00) , 992px 1025px rgba(255, 255, 255, 1.00) , 1533px 1052px rgba(255, 255, 255, 1.00) , 544px 1491px rgba(255, 255, 255, 1.00) , 1807px 1668px rgba(255, 255, 255, 1.00) , 1615px 1926px rgba(255, 255, 255, 1.00) , 1325px 878px rgba(255, 255, 255, 1.00) , 1127px 450px rgba(255, 255, 255, 1.00) , 325px 1907px rgba(255, 255, 255, 1.00) , 1952px 388px rgba(255, 255, 255, 1.00) , 1001px 124px rgba(255, 255, 255, 1.00) , 19px 38px rgba(255, 255, 255, 1.00) , 506px 262px rgba(255, 255, 255, 1.00) , 834px 1888px rgba(255, 255, 255, 1.00) , 1424px 647px rgba(255, 255, 255, 1.00) , 212px 476px rgba(255, 255, 255, 1.00) , 47px 1694px rgba(255, 255, 255, 1.00) , 1577px 1282px rgba(255, 255, 255, 1.00) , 1895px 864px rgba(255, 255, 255, 1.00) , 75px 380px rgba(255, 255, 255, 1.00) , 499px 1647px rgba(255, 255, 255, 1.00) , 968px 353px rgba(255, 255, 255, 1.00) , 1425px 394px rgba(255, 255, 255, 1.00) , 114px 1338px rgba(255, 255, 255, 1.00) , 454px 608px rgba(255, 255, 255, 1.00) , 763px 272px rgba(255, 255, 255, 1.00) , 97px 891px rgba(255, 255, 255, 1.00) , 1583px 611px rgba(255, 255, 255, 1.00) , 1766px 1685px rgba(255, 255, 255, 1.00) , 1298px 254px rgba(255, 255, 255, 1.00) , 1203px 816px rgba(255, 255, 255, 1.00) , 11px 83px rgba(255, 255, 255, 1.00) , 1779px 1704px rgba(255, 255, 255, 1.00) , 1357px 449px rgba(255, 255, 255, 1.00) , 220px 736px rgba(255, 255, 255, 1.00) , 1799px 1789px rgba(255, 255, 255, 1.00) , 433px 1935px rgba(255, 255, 255, 1.00) , 336px 1155px rgba(255, 255, 255, 1.00) , 318px 1849px rgba(255, 255, 255, 1.00) , 1291px 911px rgba(255, 255, 255, 1.00) , 646px 953px rgba(255, 255, 255, 1.00) , 816px 599px rgba(255, 255, 255, 1.00) , 1975px 520px rgba(255, 255, 255, 1.00) , 119px 709px rgba(255, 255, 255, 1.00) , 780px 518px rgba(255, 255, 255, 1.00) , 811px 181px rgba(255, 255, 255, 1.00) , 898px 1918px rgba(255, 255, 255, 1.00) , 1837px 1544px rgba(255, 255, 255, 1.00) , 973px 791px rgba(255, 255, 255, 1.00) , 1130px 1947px rgba(255, 255, 255, 1.00) , 759px 1870px rgba(255, 255, 255, 1.00) , 960px 1198px rgba(255, 255, 255, 1.00) , 687px 654px rgba(255, 255, 255, 1.00) , 1754px 579px rgba(255, 255, 255, 1.00) , 122px 578px rgba(255, 255, 255, 1.00) , 1354px 1474px rgba(255, 255, 255, 1.00) , 11px 1124px rgba(255, 255, 255, 1.00) , 64px 1601px rgba(255, 255, 255, 1.00) , 475px 167px rgba(255, 255, 255, 1.00) , 1713px 362px rgba(255, 255, 255, 1.00) , 541px 1781px rgba(255, 255, 255, 1.00) , 1473px 153px rgba(255, 255, 255, 1.00) , 959px 199px rgba(255, 255, 255, 1.00) , 1709px 259px rgba(255, 255, 255, 1.00) , 1453px 332px rgba(255, 255, 255, 1.00) , 455px 109px rgba(255, 255, 255, 1.00) , 1443px 1302px rgba(255, 255, 255, 1.00) , 164px 195px rgba(255, 255, 255, 1.00) , 1146px 444px rgba(255, 255, 255, 1.00) , 632px 1962px rgba(255, 255, 255, 1.00) , 853px 1363px rgba(255, 255, 255, 1.00) , 1925px 1688px rgba(255, 255, 255, 1.00) , 855px 1928px rgba(255, 255, 255, 1.00) , 261px 1816px rgba(255, 255, 255, 1.00) , 1880px 475px rgba(255, 255, 255, 1.00) , 875px 1976px rgba(255, 255, 255, 1.00) , 1165px 263px rgba(255, 255, 255, 1.00) , 1665px 204px rgba(255, 255, 255, 1.00) , 1091px 1686px rgba(255, 255, 255, 1.00) , 533px 1482px rgba(255, 255, 255, 1.00) , 1601px 1654px rgba(255, 255, 255, 1.00) , 85px 682px rgba(255, 255, 255, 1.00) , 1369px 390px rgba(255, 255, 255, 1.00) , 1374px 280px rgba(255, 255, 255, 1.00) , 473px 211px rgba(255, 255, 255, 1.00) , 1800px 161px rgba(255, 255, 255, 1.00) , 1382px 67px rgba(255, 255, 255, 1.00) , 1756px 1497px rgba(255, 255, 255, 1.00) , 1451px 432px rgba(255, 255, 255, 1.00) , 1476px 1230px rgba(255, 255, 255, 1.00) , 476px 1552px rgba(255, 255, 255, 1.00) , 868px 1131px rgba(255, 255, 255, 1.00) , 1211px 672px rgba(255, 255, 255, 1.00) , 1317px 936px rgba(255, 255, 255, 1.00) , 1912px 886px rgba(255, 255, 255, 1.00) , 1491px 590px rgba(255, 255, 255, 1.00) , 979px 1121px rgba(255, 255, 255, 1.00) , 1523px 19px rgba(255, 255, 255, 1.00) , 813px 1504px rgba(255, 255, 255, 1.00) , 482px 108px rgba(255, 255, 255, 1.00) , 784px 1295px rgba(255, 255, 255, 1.00) , 1354px 273px rgba(255, 255, 255, 1.00) , 755px 116px rgba(255, 255, 255, 1.00) , 944px 1699px rgba(255, 255, 255, 1.00) , 1235px 86px rgba(255, 255, 255, 1.00) , 1058px 1884px rgba(255, 255, 255, 1.00) , 293px 56px rgba(255, 255, 255, 1.00) , 697px 1545px rgba(255, 255, 255, 1.00) , 1709px 1079px rgba(255, 255, 255, 1.00) , 1223px 826px rgba(255, 255, 255, 1.00) , 587px 1296px rgba(255, 255, 255, 1.00) , 1672px 459px rgba(255, 255, 255, 1.00) , 1260px 1345px rgba(255, 255, 255, 1.00) , 1409px 1367px rgba(255, 255, 255, 1.00) , 1994px 604px rgba(255, 255, 255, 1.00) , 1875px 1483px rgba(255, 255, 255, 1.00) , 802px 627px rgba(255, 255, 255, 1.00) , 1050px 312px rgba(255, 255, 255, 1.00) , 1114px 1318px rgba(255, 255, 255, 1.00) , 674px 1683px rgba(255, 255, 255, 1.00) , 363px 330px rgba(255, 255, 255, 1.00) , 1417px 1333px rgba(255, 255, 255, 1.00) , 1299px 970px rgba(255, 255, 255, 1.00) , 80px 879px rgba(255, 255, 255, 1.00) , 1690px 1793px rgba(255, 255, 255, 1.00) , 300px 1223px rgba(255, 255, 255, 1.00) , 346px 700px rgba(255, 255, 255, 1.00) , 1280px 1806px rgba(255, 255, 255, 1.00) , 103px 561px rgba(255, 255, 255, 1.00) , 1299px 1947px rgba(255, 255, 255, 1.00) , 1687px 1850px rgba(255, 255, 255, 1.00) , 92px 338px rgba(255, 255, 255, 1.00) , 843px 1508px rgba(255, 255, 255, 1.00) , 1504px 1234px rgba(255, 255, 255, 1.00) , 955px 335px rgba(255, 255, 255, 1.00) , 348px 604px rgba(255, 255, 255, 1.00) , 1094px 1475px rgba(255, 255, 255, 1.00) , 1379px 325px rgba(255, 255, 255, 1.00) , 1357px 1641px rgba(255, 255, 255, 1.00) , 787px 1698px rgba(255, 255, 255, 1.00) , 874px 1611px rgba(255, 255, 255, 1.00) , 1560px 590px rgba(255, 255, 255, 1.00) , 1823px 1654px rgba(255, 255, 255, 1.00) , 1952px 1408px rgba(255, 255, 255, 1.00) , 1592px 1856px rgba(255, 255, 255, 1.00) , 1800px 465px rgba(255, 255, 255, 1.00) , 1072px 1597px rgba(255, 255, 255, 1.00) , 1778px 297px rgba(255, 255, 255, 1.00) , 584px 1062px rgba(255, 255, 255, 1.00) , 1366px 594px rgba(255, 255, 255, 1.00) , 16px 1178px rgba(255, 255, 255, 1.00) , 499px 1503px rgba(255, 255, 255, 1.00) , 1891px 278px rgba(255, 255, 255, 1.00) , 149px 1857px rgba(255, 255, 255, 1.00) , 1028px 97px rgba(255, 255, 255, 1.00) , 501px 1801px rgba(255, 255, 255, 1.00) , 1266px 1371px rgba(255, 255, 255, 1.00) , 1367px 414px rgba(255, 255, 255, 1.00) , 1902px 1203px rgba(255, 255, 255, 1.00) , 1124px 472px rgba(255, 255, 255, 1.00) , 1294px 1593px rgba(255, 255, 255, 1.00) , 1285px 1530px rgba(255, 255, 255, 1.00) , 837px 934px rgba(255, 255, 255, 1.00) , 1620px 1471px rgba(255, 255, 255, 1.00) , 46px 1469px rgba(255, 255, 255, 1.00) , 286px 1605px rgba(255, 255, 255, 1.00) , 1845px 795px rgba(255, 255, 255, 1.00) , 280px 483px rgba(255, 255, 255, 1.00) , 1018px 1850px rgba(255, 255, 255, 1.00) , 690px 1258px rgba(255, 255, 255, 1.00) , 1384px 854px rgba(255, 255, 255, 1.00) , 1687px 1786px rgba(255, 255, 255, 1.00) , 1136px 530px rgba(255, 255, 255, 1.00) , 818px 1769px rgba(255, 255, 255, 1.00) , 220px 500px rgba(255, 255, 255, 1.00) , 1216px 1842px rgba(255, 255, 255, 1.00) , 299px 768px rgba(255, 255, 255, 1.00) , 1713px 452px rgba(255, 255, 255, 1.00) , 1495px 1344px rgba(255, 255, 255, 1.00) , 1949px 1779px rgba(255, 255, 255, 1.00) , 1990px 48px rgba(255, 255, 255, 1.00) , 1154px 1621px rgba(255, 255, 255, 1.00) , 1122px 997px rgba(255, 255, 255, 1.00) , 414px 1399px rgba(255, 255, 255, 1.00) , 1714px 1151px rgba(255, 255, 255, 1.00) , 1109px 1531px rgba(255, 255, 255, 1.00) , 577px 788px rgba(255, 255, 255, 1.00) , 173px 22px rgba(255, 255, 255, 1.00) , 1754px 170px rgba(255, 255, 255, 1.00) , 1734px 1224px rgba(255, 255, 255, 1.00) , 1119px 1256px rgba(255, 255, 255, 1.00) , 412px 1263px rgba(255, 255, 255, 1.00) , 63px 1608px rgba(255, 255, 255, 1.00) , 1429px 543px rgba(255, 255, 255, 1.00) , 1669px 1573px rgba(255, 255, 255, 1.00) , 1094px 306px rgba(255, 255, 255, 1.00) , 1750px 1037px rgba(255, 255, 255, 1.00) , 1097px 1985px rgba(255, 255, 255, 1.00) , 897px 894px rgba(255, 255, 255, 1.00) , 1883px 1128px rgba(255, 255, 255, 1.00) , 872px 555px rgba(255, 255, 255, 1.00) , 678px 982px rgba(255, 255, 255, 1.00) , 441px 190px rgba(255, 255, 255, 1.00) , 746px 1530px rgba(255, 255, 255, 1.00) , 1613px 869px rgba(255, 255, 255, 1.00) , 944px 1920px rgba(255, 255, 255, 1.00) , 1561px 157px rgba(255, 255, 255, 1.00) , 111px 1411px rgba(255, 255, 255, 1.00) , 487px 1654px rgba(255, 255, 255, 1.00) , 1856px 1963px rgba(255, 255, 255, 1.00) , 784px 1601px rgba(255, 255, 255, 1.00) , 316px 55px rgba(255, 255, 255, 1.00) , 1659px 1585px rgba(255, 255, 255, 1.00) , 921px 1126px rgba(255, 255, 255, 1.00) , 1728px 10px rgba(255, 255, 255, 1.00) , 515px 402px rgba(255, 255, 255, 1.00) , 1967px 170px rgba(255, 255, 255, 1.00) , 1941px 1622px rgba(255, 255, 255, 1.00) , 1779px 736px rgba(255, 255, 255, 1.00) , 164px 1146px rgba(255, 255, 255, 1.00) , 766px 859px rgba(255, 255, 255, 1.00) , 1604px 1400px rgba(255, 255, 255, 1.00) , 170px 1750px rgba(255, 255, 255, 1.00) , 1879px 1627px rgba(255, 255, 255, 1.00) , 171px 1407px rgba(255, 255, 255, 1.00) , 1838px 1780px rgba(255, 255, 255, 1.00) , 1562px 474px rgba(255, 255, 255, 1.00) , 1160px 1829px rgba(255, 255, 255, 1.00) , 44px 673px rgba(255, 255, 255, 1.00) , 1179px 137px rgba(255, 255, 255, 1.00) , 27px 1733px rgba(255, 255, 255, 1.00) , 229px 1118px rgba(255, 255, 255, 1.00) , 1810px 1992px rgba(255, 255, 255, 1.00) , 64px 1354px rgba(255, 255, 255, 1.00) , 953px 685px rgba(255, 255, 255, 1.00) , 95px 1774px rgba(255, 255, 255, 1.00) , 1626px 594px rgba(255, 255, 255, 1.00) , 1941px 34px rgba(255, 255, 255, 1.00) , 874px 1694px rgba(255, 255, 255, 1.00) , 491px 1132px rgba(255, 255, 255, 1.00) , 1073px 115px rgba(255, 255, 255, 1.00) , 1725px 762px rgba(255, 255, 255, 1.00) , 26px 1816px rgba(255, 255, 255, 1.00) , 496px 875px rgba(255, 255, 255, 1.00) , 1385px 971px rgba(255, 255, 255, 1.00) , 1186px 1097px rgba(255, 255, 255, 1.00) , 1334px 817px rgba(255, 255, 255, 1.00) , 888px 498px rgba(255, 255, 255, 1.00) , 202px 1458px rgba(255, 255, 255, 1.00) , 780px 1111px rgba(255, 255, 255, 1.00) , 770px 450px rgba(255, 255, 255, 1.00) , 1779px 958px rgba(255, 255, 255, 1.00) , 592px 516px rgba(255, 255, 255, 1.00) , 29px 1595px rgba(255, 255, 255, 1.00) , 1543px 926px rgba(255, 255, 255, 1.00) , 1617px 1615px rgba(255, 255, 255, 1.00) , 1761px 833px rgba(255, 255, 255, 1.00) , 1236px 1853px rgba(255, 255, 255, 1.00) , 146px 923px rgba(255, 255, 255, 1.00) , 1885px 1618px rgba(255, 255, 255, 1.00) , 13px 838px rgba(255, 255, 255, 1.00) , 1644px 798px rgba(255, 255, 255, 1.00) , 690px 1246px rgba(255, 255, 255, 1.00) , 307px 588px rgba(255, 255, 255, 1.00) , 477px 777px rgba(255, 255, 255, 1.00) , 202px 1749px rgba(255, 255, 255, 1.00) , 24px 620px rgba(255, 255, 255, 1.00) , 799px 1751px rgba(255, 255, 255, 1.00) , 396px 1394px rgba(255, 255, 255, 1.00) , 1252px 1387px rgba(255, 255, 255, 1.00) , 446px 1588px rgba(255, 255, 255, 1.00) , 967px 1543px rgba(255, 255, 255, 1.00) , 545px 1243px rgba(255, 255, 255, 1.00) , 140px 463px rgba(255, 255, 255, 1.00) , 1080px 574px rgba(255, 255, 255, 1.00) , 1983px 1552px rgba(255, 255, 255, 1.00) , 1035px 1903px rgba(255, 255, 255, 1.00) , 1324px 1738px rgba(255, 255, 255, 1.00) , 387px 979px rgba(255, 255, 255, 1.00) , 1815px 355px rgba(255, 255, 255, 1.00) , 955px 496px rgba(255, 255, 255, 1.00) , 1196px 1412px rgba(255, 255, 255, 1.00) , 1325px 1477px rgba(255, 255, 255, 1.00) , 1420px 1183px rgba(255, 255, 255, 1.00) , 1135px 1141px rgba(255, 255, 255, 1.00) , 1394px 1355px rgba(255, 255, 255, 1.00) , 958px 1818px rgba(255, 255, 255, 1.00) , 1373px 1664px rgba(255, 255, 255, 1.00) , 518px 1183px rgba(255, 255, 255, 1.00) , 662px 1120px rgba(255, 255, 255, 1.00) , 1710px 1060px rgba(255, 255, 255, 1.00) , 445px 485px rgba(255, 255, 255, 1.00) , 100px 1577px rgba(255, 255, 255, 1.00) , 462px 146px rgba(255, 255, 255, 1.00) , 912px 677px rgba(255, 255, 255, 1.00) , 1499px 1268px rgba(255, 255, 255, 1.00) , 1950px 780px rgba(255, 255, 255, 1.00) , 1770px 344px rgba(255, 255, 255, 1.00) , 1950px 1175px rgba(255, 255, 255, 1.00) , 232px 822px rgba(255, 255, 255, 1.00) , 1341px 660px rgba(255, 255, 255, 1.00) , 1881px 628px rgba(255, 255, 255, 1.00) , 1412px 26px rgba(255, 255, 255, 1.00) , 616px 1138px rgba(255, 255, 255, 1.00) , 55px 673px rgba(255, 255, 255, 1.00) , 1958px 294px rgba(255, 255, 255, 1.00) , 26px 141px rgba(255, 255, 255, 1.00) , 853px 1308px rgba(255, 255, 255, 1.00) , 1404px 1291px rgba(255, 255, 255, 1.00) , 987px 1490px rgba(255, 255, 255, 1.00) , 1819px 741px rgba(255, 255, 255, 1.00) , 1313px 83px rgba(255, 255, 255, 1.00) , 1438px 408px rgba(255, 255, 255, 1.00) , 561px 1189px rgba(255, 255, 255, 1.00) , 351px 1038px rgba(255, 255, 255, 1.00) , 1897px 1669px rgba(255, 255, 255, 1.00) , 1017px 813px rgba(255, 255, 255, 1.00) , 545px 116px rgba(255, 255, 255, 1.00) , 1531px 291px rgba(255, 255, 255, 1.00) , 1589px 1719px rgba(255, 255, 255, 1.00) , 955px 686px rgba(255, 255, 255, 1.00) , 1857px 323px rgba(255, 255, 255, 1.00) , 1866px 440px rgba(255, 255, 255, 1.00) , 1158px 1769px rgba(255, 255, 255, 1.00) , 701px 715px rgba(255, 255, 255, 1.00) , 1106px 1359px rgba(255, 255, 255, 1.00) , 1021px 171px rgba(255, 255, 255, 1.00) , 174px 1928px rgba(255, 255, 255, 1.00) , 311px 1861px rgba(255, 255, 255, 1.00) , 1276px 1598px rgba(255, 255, 255, 1.00) , 480px 721px rgba(255, 255, 255, 1.00) , 1618px 1379px rgba(255, 255, 255, 1.00) , 1427px 219px rgba(255, 255, 255, 1.00) , 1941px 1029px rgba(255, 255, 255, 1.00) , 841px 273px rgba(255, 255, 255, 1.00) , 1003px 1462px rgba(255, 255, 255, 1.00) , 1456px 410px rgba(255, 255, 255, 1.00) , 372px 1286px rgba(255, 255, 255, 1.00) , 836px 966px rgba(255, 255, 255, 1.00) , 1851px 1330px rgba(255, 255, 255, 1.00) , 1961px 1367px rgba(255, 255, 255, 1.00) , 637px 138px rgba(255, 255, 255, 1.00) , 1823px 1568px rgba(255, 255, 255, 1.00) , 653px 122px rgba(255, 255, 255, 1.00) , 1800px 1082px rgba(255, 255, 255, 1.00) , 836px 605px rgba(255, 255, 255, 1.00) , 971px 1802px rgba(255, 255, 255, 1.00) , 859px 1227px rgba(255, 255, 255, 1.00) , 413px 1512px rgba(255, 255, 255, 1.00) , 1949px 619px rgba(255, 255, 255, 1.00) , 830px 1467px rgba(255, 255, 255, 1.00) , 1883px 214px rgba(255, 255, 255, 1.00) , 1098px 211px rgba(255, 255, 255, 1.00) , 1104px 986px rgba(255, 255, 255, 1.00) , 1533px 9px rgba(255, 255, 255, 1.00) , 635px 857px rgba(255, 255, 255, 1.00) , 1074px 1101px rgba(255, 255, 255, 1.00) , 334px 323px rgba(255, 255, 255, 1.00) , 1339px 1522px rgba(255, 255, 255, 1.00) , 1487px 514px rgba(255, 255, 255, 1.00) , 1675px 1157px rgba(255, 255, 255, 1.00) , 426px 1666px rgba(255, 255, 255, 1.00) , 969px 454px rgba(255, 255, 255, 1.00) , 1759px 1993px rgba(255, 255, 255, 1.00) , 236px 1255px rgba(255, 255, 255, 1.00) , 1409px 1718px rgba(255, 255, 255, 1.00) , 1270px 1365px rgba(255, 255, 255, 1.00) , 1369px 182px rgba(255, 255, 255, 1.00) , 1117px 1317px rgba(255, 255, 255, 1.00) , 1168px 1856px rgba(255, 255, 255, 1.00) , 714px 386px rgba(255, 255, 255, 1.00) , 743px 1251px rgba(255, 255, 255, 1.00) , 339px 696px rgba(255, 255, 255, 1.00) , 399px 582px rgba(255, 255, 255, 1.00) , 1866px 799px rgba(255, 255, 255, 1.00) , 147px 63px rgba(255, 255, 255, 1.00) , 1653px 1189px rgba(255, 255, 255, 1.00) , 162px 1634px rgba(255, 255, 255, 1.00) , 90px 856px rgba(255, 255, 255, 1.00) , 410px 80px rgba(255, 255, 255, 1.00) , 1440px 919px rgba(255, 255, 255, 1.00) , 586px 172px rgba(255, 255, 255, 1.00) , 1510px 713px rgba(255, 255, 255, 1.00) , 675px 692px rgba(255, 255, 255, 1.00) , 520px 1213px rgba(255, 255, 255, 1.00) , 1624px 424px rgba(255, 255, 255, 1.00) , 918px 1460px rgba(255, 255, 255, 1.00) , 632px 372px rgba(255, 255, 255, 1.00) , 1797px 1503px rgba(255, 255, 255, 1.00) , 1781px 1221px rgba(255, 255, 255, 1.00) , 1275px 980px rgba(255, 255, 255, 1.00) , 730px 1437px rgba(255, 255, 255, 1.00) , 1582px 978px rgba(255, 255, 255, 1.00) , 691px 941px rgba(255, 255, 255, 1.00) , 835px 1452px rgba(255, 255, 255, 1.00) , 841px 1954px rgba(255, 255, 255, 1.00) , 1670px 493px rgba(255, 255, 255, 1.00) , 569px 64px rgba(255, 255, 255, 1.00) , 723px 1904px rgba(255, 255, 255, 1.00) , 398px 245px rgba(255, 255, 255, 1.00) , 1661px 21px rgba(255, 255, 255, 1.00) , 1485px 234px rgba(255, 255, 255, 1.00) , 1733px 75px rgba(255, 255, 255, 1.00) , 1520px 1319px rgba(255, 255, 255, 1.00) , 1789px 1441px rgba(255, 255, 255, 1.00) , 48px 137px rgba(255, 255, 255, 1.00) , 487px 1482px rgba(255, 255, 255, 1.00) , 1691px 118px rgba(255, 255, 255, 1.00) , 1181px 1662px rgba(255, 255, 255, 1.00) , 1710px 1330px rgba(255, 255, 255, 1.00) , 990px 1724px rgba(255, 255, 255, 1.00) , 1064px 627px rgba(255, 255, 255, 1.00) , 1652px 1433px rgba(255, 255, 255, 1.00) , 1425px 1702px rgba(255, 255, 255, 1.00) , 1375px 1149px rgba(255, 255, 255, 1.00) , 127px 1304px rgba(255, 255, 255, 1.00) , 170px 1902px rgba(255, 255, 255, 1.00) , 1364px 1111px rgba(255, 255, 255, 1.00) , 1120px 1761px rgba(255, 255, 255, 1.00) , 1750px 1678px rgba(255, 255, 255, 1.00) , 641px 682px rgba(255, 255, 255, 1.00) , 619px 453px rgba(255, 255, 255, 1.00) , 900px 327px rgba(255, 255, 255, 1.00) , 605px 1575px rgba(255, 255, 255, 1.00) , 988px 139px rgba(255, 255, 255, 1.00) , 403px 1614px rgba(255, 255, 255, 1.00) , 320px 1441px rgba(255, 255, 255, 1.00) , 1489px 487px rgba(255, 255, 255, 1.00) , 97px 640px rgba(255, 255, 255, 1.00) , 623px 556px rgba(255, 255, 255, 1.00) , 1469px 1397px rgba(255, 255, 255, 1.00) , 1921px 628px rgba(255, 255, 255, 1.00) , 1481px 1054px rgba(255, 255, 255, 1.00) , 1700px 375px rgba(255, 255, 255, 1.00) , 179px 3px rgba(255, 255, 255, 1.00) , 1320px 390px rgba(255, 255, 255, 1.00) , 328px 263px rgba(255, 255, 255, 1.00) , 1242px 157px rgba(255, 255, 255, 1.00) , 1515px 679px rgba(255, 255, 255, 1.00) , 1818px 1173px rgba(255, 255, 255, 1.00) , 830px 1134px rgba(255, 255, 255, 1.00) , 1431px 1188px rgba(255, 255, 255, 1.00) , 524px 134px rgba(255, 255, 255, 1.00) , 1416px 1394px rgba(255, 255, 255, 1.00) , 1469px 771px rgba(255, 255, 255, 1.00) , 1811px 1484px rgba(255, 255, 255, 1.00) , 620px 325px rgba(255, 255, 255, 1.00) , 1375px 726px rgba(255, 255, 255, 1.00) , 467px 13px rgba(255, 255, 255, 1.00) , 940px 1062px rgba(255, 255, 255, 1.00) , 368px 769px rgba(255, 255, 255, 1.00) , 628px 207px rgba(255, 255, 255, 1.00) , 1943px 1214px rgba(255, 255, 255, 1.00) , 544px 419px rgba(255, 255, 255, 1.00) , 1112px 1617px rgba(255, 255, 255, 1.00) , 801px 1697px rgba(255, 255, 255, 1.00) , 836px 735px rgba(255, 255, 255, 1.00) , 828px 1378px rgba(255, 255, 255, 1.00) , 735px 1268px rgba(255, 255, 255, 1.00) , 1050px 386px rgba(255, 255, 255, 1.00) , 122px 772px rgba(255, 255, 255, 1.00) , 1186px 1924px rgba(255, 255, 255, 1.00) , 1727px 594px rgba(255, 255, 255, 1.00) , 816px 266px rgba(255, 255, 255, 1.00) , 581px 396px rgba(255, 255, 255, 1.00) , 749px 791px rgba(255, 255, 255, 1.00) , 408px 593px rgba(255, 255, 255, 1.00) , 902px 378px rgba(255, 255, 255, 1.00) , 604px 1822px rgba(255, 255, 255, 1.00) , 1695px 875px rgba(255, 255, 255, 1.00) , 1582px 1231px rgba(255, 255, 255, 1.00) , 1962px 1976px rgba(255, 255, 255, 1.00) , 1244px 170px rgba(255, 255, 255, 1.00) , 532px 1682px rgba(255, 255, 255, 1.00) , 1913px 1078px rgba(255, 255, 255, 1.00) , 1056px 493px rgba(255, 255, 255, 1.00) , 631px 1543px rgba(255, 255, 255, 1.00) , 802px 1351px rgba(255, 255, 255, 1.00) , 794px 1161px rgba(255, 255, 255, 1.00) , 1508px 39px rgba(255, 255, 255, 1.00) , 1737px 458px rgba(255, 255, 255, 1.00) , 1177px 1964px rgba(255, 255, 255, 1.00) , 1279px 433px rgba(255, 255, 255, 1.00) , 1269px 1560px rgba(255, 255, 255, 1.00) , 718px 1913px rgba(255, 255, 255, 1.00) , 1003px 255px rgba(255, 255, 255, 1.00) , 774px 354px rgba(255, 255, 255, 1.00) , 213px 1886px rgba(255, 255, 255, 1.00) , 1559px 1335px rgba(255, 255, 255, 1.00) , 577px 572px rgba(255, 255, 255, 1.00) , 615px 1076px rgba(255, 255, 255, 1.00) , 789px 1789px rgba(255, 255, 255, 1.00) , 796px 504px rgba(255, 255, 255, 1.00) , 1869px 1111px rgba(255, 255, 255, 1.00) , 784px 729px rgba(255, 255, 255, 1.00) , 920px 900px rgba(255, 255, 255, 1.00) , 1404px 1424px rgba(255, 255, 255, 1.00) , 1745px 926px rgba(255, 255, 255, 1.00) , 1913px 914px rgba(255, 255, 255, 1.00) , 1415px 1635px rgba(255, 255, 255, 1.00) , 148px 1019px rgba(255, 255, 255, 1.00) , 877px 176px rgba(255, 255, 255, 1.00) , 1395px 1817px rgba(255, 255, 255, 1.00) , 328px 1792px rgba(255, 255, 255, 1.00) , 339px 1118px rgba(255, 255, 255, 1.00) , 1157px 789px rgba(255, 255, 255, 1.00) , 255px 1642px rgba(255, 255, 255, 1.00) , 1538px 71px rgba(255, 255, 255, 1.00) , 1887px 1830px rgba(255, 255, 255, 1.00) , 475px 748px rgba(255, 255, 255, 1.00) , 394px 1866px rgba(255, 255, 255, 1.00) , 543px 506px rgba(255, 255, 255, 1.00) , 1534px 868px rgba(255, 255, 255, 1.00) , 1199px 1731px rgba(255, 255, 255, 1.00) , 880px 1007px rgba(255, 255, 255, 1.00) , 1752px 126px rgba(255, 255, 255, 1.00) , 407px 1531px rgba(255, 255, 255, 1.00) , 827px 888px rgba(255, 255, 255, 1.00) , 1001px 1474px rgba(255, 255, 255, 1.00) , 653px 537px rgba(255, 255, 255, 1.00) , 1041px 641px rgba(255, 255, 255, 1.00) , 1602px 1664px rgba(255, 255, 255, 1.00) , 719px 827px rgba(255, 255, 255, 1.00) , 1246px 742px rgba(255, 255, 255, 1.00) , 870px 646px rgba(255, 255, 255, 1.00) , 1654px 1293px rgba(255, 255, 255, 1.00) , 182px 334px rgba(255, 255, 255, 1.00) , 372px 384px rgba(255, 255, 255, 1.00) , 1515px 1612px rgba(255, 255, 255, 1.00) , 1476px 1399px rgba(255, 255, 255, 1.00) , 837px 1943px rgba(255, 255, 255, 1.00) , 1364px 619px rgba(255, 255, 255, 1.00) , 673px 1445px rgba(255, 255, 255, 1.00) , 593px 1621px rgba(255, 255, 255, 1.00) , 1614px 240px rgba(255, 255, 255, 1.00) , 1944px 599px rgba(255, 255, 255, 1.00) , 788px 703px rgba(255, 255, 255, 1.00) , 1739px 477px rgba(255, 255, 255, 1.00) , 1582px 1891px rgba(255, 255, 255, 1.00) , 1850px 144px rgba(255, 255, 255, 1.00) , 1478px 5px rgba(255, 255, 255, 1.00) , 1923px 409px rgba(255, 255, 255, 1.00) , 299px 1366px rgba(255, 255, 255, 1.00) , 401px 208px rgba(255, 255, 255, 1.00) , 1638px 1833px rgba(255, 255, 255, 1.00) , 583px 780px rgba(255, 255, 255, 1.00) , 105px 891px rgba(255, 255, 255, 1.00) , 278px 260px rgba(255, 255, 255, 1.00) , 473px 863px rgba(255, 255, 255, 1.00) , 1811px 1261px rgba(255, 255, 255, 1.00) , 848px 609px rgba(255, 255, 255, 1.00) , 152px 1003px rgba(255, 255, 255, 1.00) , 894px 1028px rgba(255, 255, 255, 1.00) , 989px 1976px rgba(255, 255, 255, 1.00) , 262px 200px rgba(255, 255, 255, 1.00) , 1953px 394px rgba(255, 255, 255, 1.00) , 1404px 1716px rgba(255, 255, 255, 1.00) , 1960px 1547px rgba(255, 255, 255, 1.00) , 1571px 1877px rgba(255, 255, 255, 1.00) , 250px 1838px rgba(255, 255, 255, 1.00) , 510px 1085px rgba(255, 255, 255, 1.00) , 1206px 1777px rgba(255, 255, 255, 1.00) , 841px 1207px rgba(255, 255, 255, 1.00) , 1658px 1201px rgba(255, 255, 255, 1.00) , 1547px 797px rgba(255, 255, 255, 1.00) , 1870px 348px rgba(255, 255, 255, 1.00) , 289px 379px rgba(255, 255, 255, 1.00) , 268px 1154px rgba(255, 255, 255, 1.00) , 1347px 1940px rgba(255, 255, 255, 1.00) , 1114px 535px rgba(255, 255, 255, 1.00) , 503px 1395px rgba(255, 255, 255, 1.00) , 597px 1281px rgba(255, 255, 255, 1.00) , 590px 1687px rgba(255, 255, 255, 1.00) , 1914px 941px rgba(255, 255, 255, 1.00) , 1639px 1717px rgba(255, 255, 255, 1.00) , 1410px 1313px rgba(255, 255, 255, 1.00) , 516px 735px rgba(255, 255, 255, 1.00) , 1009px 295px rgba(255, 255, 255, 1.00) , 1391px 173px rgba(255, 255, 255, 1.00) , 1982px 774px rgba(255, 255, 255, 1.00) , 247px 432px rgba(255, 255, 255, 1.00) , 1480px 788px rgba(255, 255, 255, 1.00) , 1436px 739px rgba(255, 255, 255, 1.00) , 469px 1630px rgba(255, 255, 255, 1.00) , 1895px 1300px rgba(255, 255, 255, 1.00) , 898px 739px rgba(255, 255, 255, 1.00) , 1674px 625px rgba(255, 255, 255, 1.00) , 1645px 168px rgba(255, 255, 255, 1.00) , 726px 871px rgba(255, 255, 255, 1.00) , 600px 1002px rgba(255, 255, 255, 1.00) , 115px 1018px rgba(255, 255, 255, 1.00) , 122px 1969px rgba(255, 255, 255, 1.00) , 1937px 847px rgba(255, 255, 255, 1.00) , 1674px 1541px rgba(255, 255, 255, 1.00) , 710px 846px rgba(255, 255, 255, 1.00) , 155px 1426px rgba(255, 255, 255, 1.00) , 1119px 538px rgba(255, 255, 255, 1.00) , 246px 131px rgba(255, 255, 255, 1.00) , 196px 243px rgba(255, 255, 255, 1.00) , 1350px 1837px rgba(255, 255, 255, 1.00) , 1362px 458px rgba(255, 255, 255, 1.00) , 1527px 49px rgba(255, 255, 255, 1.00) , 1468px 1227px rgba(255, 255, 255, 1.00) , 1084px 610px rgba(255, 255, 255, 1.00) , 777px 862px rgba(255, 255, 255, 1.00) , 1216px 176px rgba(255, 255, 255, 1.00) , 1577px 477px rgba(255, 255, 255, 1.00) , 826px 1524px rgba(255, 255, 255, 1.00) , 1771px 1792px rgba(255, 255, 255, 1.00) , 1819px 1488px rgba(255, 255, 255, 1.00) , 1217px 545px rgba(255, 255, 255, 1.00) , 430px 1297px rgba(255, 255, 255, 1.00) , 1556px 1123px rgba(255, 255, 255, 1.00) , 1681px 1917px rgba(255, 255, 255, 1.00) , 429px 981px rgba(255, 255, 255, 1.00) , 763px 664px rgba(255, 255, 255, 1.00) , 1259px 1993px rgba(255, 255, 255, 1.00) , 715px 1227px rgba(255, 255, 255, 1.00) , 265px 1847px rgba(255, 255, 255, 1.00) , 400px 409px rgba(255, 255, 255, 1.00) , 1624px 1513px rgba(255, 255, 255, 1.00) , 1033px 931px rgba(255, 255, 255, 1.00) , 1208px 365px rgba(255, 255, 255, 1.00) , 1386px 80px rgba(255, 255, 255, 1.00) , 10px 96px rgba(255, 255, 255, 1.00) , 226px 1585px rgba(255, 255, 255, 1.00) , 644px 1844px rgba(255, 255, 255, 1.00) , 1741px 1898px rgba(255, 255, 255, 1.00) , 924px 1386px rgba(255, 255, 255, 1.00) , 1021px 530px rgba(255, 255, 255, 1.00) , 1978px 880px rgba(255, 255, 255, 1.00) , 1688px 1961px rgba(255, 255, 255, 1.00) , 663px 476px rgba(255, 255, 255, 1.00) , 1818px 699px rgba(255, 255, 255, 1.00) , 1610px 1423px rgba(255, 255, 255, 1.00) , 1987px 564px rgba(255, 255, 255, 1.00) , 805px 935px rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 1;
	animation: stacks_in_2_110animStar 50s linear infinite;
}
#stacks_in_2_110stars:after {
	content: " ";
	position: absolute;
	top: -2000px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 250px 968px rgba(255, 255, 255, 1.00) , 371px 1579px rgba(255, 255, 255, 1.00) , 710px 291px rgba(255, 255, 255, 1.00) , 1899px 118px rgba(255, 255, 255, 1.00) , 792px 529px rgba(255, 255, 255, 1.00) , 648px 1426px rgba(255, 255, 255, 1.00) , 1893px 969px rgba(255, 255, 255, 1.00) , 1505px 1774px rgba(255, 255, 255, 1.00) , 342px 1053px rgba(255, 255, 255, 1.00) , 1329px 311px rgba(255, 255, 255, 1.00) , 177px 1874px rgba(255, 255, 255, 1.00) , 1109px 1630px rgba(255, 255, 255, 1.00) , 1462px 1151px rgba(255, 255, 255, 1.00) , 1188px 412px rgba(255, 255, 255, 1.00) , 218px 1217px rgba(255, 255, 255, 1.00) , 1047px 1413px rgba(255, 255, 255, 1.00) , 872px 604px rgba(255, 255, 255, 1.00) , 1327px 713px rgba(255, 255, 255, 1.00) , 620px 833px rgba(255, 255, 255, 1.00) , 1169px 544px rgba(255, 255, 255, 1.00) , 51px 1167px rgba(255, 255, 255, 1.00) , 1305px 24px rgba(255, 255, 255, 1.00) , 964px 683px rgba(255, 255, 255, 1.00) , 1869px 434px rgba(255, 255, 255, 1.00) , 807px 626px rgba(255, 255, 255, 1.00) , 617px 539px rgba(255, 255, 255, 1.00) , 1833px 579px rgba(255, 255, 255, 1.00) , 957px 435px rgba(255, 255, 255, 1.00) , 1505px 1902px rgba(255, 255, 255, 1.00) , 1272px 776px rgba(255, 255, 255, 1.00) , 612px 1556px rgba(255, 255, 255, 1.00) , 1355px 1131px rgba(255, 255, 255, 1.00) , 618px 186px rgba(255, 255, 255, 1.00) , 977px 1205px rgba(255, 255, 255, 1.00) , 1868px 277px rgba(255, 255, 255, 1.00) , 634px 641px rgba(255, 255, 255, 1.00) , 949px 1417px rgba(255, 255, 255, 1.00) , 646px 666px rgba(255, 255, 255, 1.00) , 1405px 727px rgba(255, 255, 255, 1.00) , 1440px 445px rgba(255, 255, 255, 1.00) , 1082px 1894px rgba(255, 255, 255, 1.00) , 1157px 1701px rgba(255, 255, 255, 1.00) , 269px 173px rgba(255, 255, 255, 1.00) , 922px 261px rgba(255, 255, 255, 1.00) , 1303px 1918px rgba(255, 255, 255, 1.00) , 248px 1327px rgba(255, 255, 255, 1.00) , 648px 1619px rgba(255, 255, 255, 1.00) , 1507px 754px rgba(255, 255, 255, 1.00) , 45px 107px rgba(255, 255, 255, 1.00) , 180px 1472px rgba(255, 255, 255, 1.00) , 974px 1725px rgba(255, 255, 255, 1.00) , 1424px 510px rgba(255, 255, 255, 1.00) , 1419px 1484px rgba(255, 255, 255, 1.00) , 769px 739px rgba(255, 255, 255, 1.00) , 1041px 1760px rgba(255, 255, 255, 1.00) , 1851px 285px rgba(255, 255, 255, 1.00) , 595px 304px rgba(255, 255, 255, 1.00) , 516px 159px rgba(255, 255, 255, 1.00) , 932px 1235px rgba(255, 255, 255, 1.00) , 1152px 1602px rgba(255, 255, 255, 1.00) , 1261px 1172px rgba(255, 255, 255, 1.00) , 1289px 863px rgba(255, 255, 255, 1.00) , 10px 309px rgba(255, 255, 255, 1.00) , 1933px 1138px rgba(255, 255, 255, 1.00) , 992px 1025px rgba(255, 255, 255, 1.00) , 1533px 1052px rgba(255, 255, 255, 1.00) , 544px 1491px rgba(255, 255, 255, 1.00) , 1807px 1668px rgba(255, 255, 255, 1.00) , 1615px 1926px rgba(255, 255, 255, 1.00) , 1325px 878px rgba(255, 255, 255, 1.00) , 1127px 450px rgba(255, 255, 255, 1.00) , 325px 1907px rgba(255, 255, 255, 1.00) , 1952px 388px rgba(255, 255, 255, 1.00) , 1001px 124px rgba(255, 255, 255, 1.00) , 19px 38px rgba(255, 255, 255, 1.00) , 506px 262px rgba(255, 255, 255, 1.00) , 834px 1888px rgba(255, 255, 255, 1.00) , 1424px 647px rgba(255, 255, 255, 1.00) , 212px 476px rgba(255, 255, 255, 1.00) , 47px 1694px rgba(255, 255, 255, 1.00) , 1577px 1282px rgba(255, 255, 255, 1.00) , 1895px 864px rgba(255, 255, 255, 1.00) , 75px 380px rgba(255, 255, 255, 1.00) , 499px 1647px rgba(255, 255, 255, 1.00) , 968px 353px rgba(255, 255, 255, 1.00) , 1425px 394px rgba(255, 255, 255, 1.00) , 114px 1338px rgba(255, 255, 255, 1.00) , 454px 608px rgba(255, 255, 255, 1.00) , 763px 272px rgba(255, 255, 255, 1.00) , 97px 891px rgba(255, 255, 255, 1.00) , 1583px 611px rgba(255, 255, 255, 1.00) , 1766px 1685px rgba(255, 255, 255, 1.00) , 1298px 254px rgba(255, 255, 255, 1.00) , 1203px 816px rgba(255, 255, 255, 1.00) , 11px 83px rgba(255, 255, 255, 1.00) , 1779px 1704px rgba(255, 255, 255, 1.00) , 1357px 449px rgba(255, 255, 255, 1.00) , 220px 736px rgba(255, 255, 255, 1.00) , 1799px 1789px rgba(255, 255, 255, 1.00) , 433px 1935px rgba(255, 255, 255, 1.00) , 336px 1155px rgba(255, 255, 255, 1.00) , 318px 1849px rgba(255, 255, 255, 1.00) , 1291px 911px rgba(255, 255, 255, 1.00) , 646px 953px rgba(255, 255, 255, 1.00) , 816px 599px rgba(255, 255, 255, 1.00) , 1975px 520px rgba(255, 255, 255, 1.00) , 119px 709px rgba(255, 255, 255, 1.00) , 780px 518px rgba(255, 255, 255, 1.00) , 811px 181px rgba(255, 255, 255, 1.00) , 898px 1918px rgba(255, 255, 255, 1.00) , 1837px 1544px rgba(255, 255, 255, 1.00) , 973px 791px rgba(255, 255, 255, 1.00) , 1130px 1947px rgba(255, 255, 255, 1.00) , 759px 1870px rgba(255, 255, 255, 1.00) , 960px 1198px rgba(255, 255, 255, 1.00) , 687px 654px rgba(255, 255, 255, 1.00) , 1754px 579px rgba(255, 255, 255, 1.00) , 122px 578px rgba(255, 255, 255, 1.00) , 1354px 1474px rgba(255, 255, 255, 1.00) , 11px 1124px rgba(255, 255, 255, 1.00) , 64px 1601px rgba(255, 255, 255, 1.00) , 475px 167px rgba(255, 255, 255, 1.00) , 1713px 362px rgba(255, 255, 255, 1.00) , 541px 1781px rgba(255, 255, 255, 1.00) , 1473px 153px rgba(255, 255, 255, 1.00) , 959px 199px rgba(255, 255, 255, 1.00) , 1709px 259px rgba(255, 255, 255, 1.00) , 1453px 332px rgba(255, 255, 255, 1.00) , 455px 109px rgba(255, 255, 255, 1.00) , 1443px 1302px rgba(255, 255, 255, 1.00) , 164px 195px rgba(255, 255, 255, 1.00) , 1146px 444px rgba(255, 255, 255, 1.00) , 632px 1962px rgba(255, 255, 255, 1.00) , 853px 1363px rgba(255, 255, 255, 1.00) , 1925px 1688px rgba(255, 255, 255, 1.00) , 855px 1928px rgba(255, 255, 255, 1.00) , 261px 1816px rgba(255, 255, 255, 1.00) , 1880px 475px rgba(255, 255, 255, 1.00) , 875px 1976px rgba(255, 255, 255, 1.00) , 1165px 263px rgba(255, 255, 255, 1.00) , 1665px 204px rgba(255, 255, 255, 1.00) , 1091px 1686px rgba(255, 255, 255, 1.00) , 533px 1482px rgba(255, 255, 255, 1.00) , 1601px 1654px rgba(255, 255, 255, 1.00) , 85px 682px rgba(255, 255, 255, 1.00) , 1369px 390px rgba(255, 255, 255, 1.00) , 1374px 280px rgba(255, 255, 255, 1.00) , 473px 211px rgba(255, 255, 255, 1.00) , 1800px 161px rgba(255, 255, 255, 1.00) , 1382px 67px rgba(255, 255, 255, 1.00) , 1756px 1497px rgba(255, 255, 255, 1.00) , 1451px 432px rgba(255, 255, 255, 1.00) , 1476px 1230px rgba(255, 255, 255, 1.00) , 476px 1552px rgba(255, 255, 255, 1.00) , 868px 1131px rgba(255, 255, 255, 1.00) , 1211px 672px rgba(255, 255, 255, 1.00) , 1317px 936px rgba(255, 255, 255, 1.00) , 1912px 886px rgba(255, 255, 255, 1.00) , 1491px 590px rgba(255, 255, 255, 1.00) , 979px 1121px rgba(255, 255, 255, 1.00) , 1523px 19px rgba(255, 255, 255, 1.00) , 813px 1504px rgba(255, 255, 255, 1.00) , 482px 108px rgba(255, 255, 255, 1.00) , 784px 1295px rgba(255, 255, 255, 1.00) , 1354px 273px rgba(255, 255, 255, 1.00) , 755px 116px rgba(255, 255, 255, 1.00) , 944px 1699px rgba(255, 255, 255, 1.00) , 1235px 86px rgba(255, 255, 255, 1.00) , 1058px 1884px rgba(255, 255, 255, 1.00) , 293px 56px rgba(255, 255, 255, 1.00) , 697px 1545px rgba(255, 255, 255, 1.00) , 1709px 1079px rgba(255, 255, 255, 1.00) , 1223px 826px rgba(255, 255, 255, 1.00) , 587px 1296px rgba(255, 255, 255, 1.00) , 1672px 459px rgba(255, 255, 255, 1.00) , 1260px 1345px rgba(255, 255, 255, 1.00) , 1409px 1367px rgba(255, 255, 255, 1.00) , 1994px 604px rgba(255, 255, 255, 1.00) , 1875px 1483px rgba(255, 255, 255, 1.00) , 802px 627px rgba(255, 255, 255, 1.00) , 1050px 312px rgba(255, 255, 255, 1.00) , 1114px 1318px rgba(255, 255, 255, 1.00) , 674px 1683px rgba(255, 255, 255, 1.00) , 363px 330px rgba(255, 255, 255, 1.00) , 1417px 1333px rgba(255, 255, 255, 1.00) , 1299px 970px rgba(255, 255, 255, 1.00) , 80px 879px rgba(255, 255, 255, 1.00) , 1690px 1793px rgba(255, 255, 255, 1.00) , 300px 1223px rgba(255, 255, 255, 1.00) , 346px 700px rgba(255, 255, 255, 1.00) , 1280px 1806px rgba(255, 255, 255, 1.00) , 103px 561px rgba(255, 255, 255, 1.00) , 1299px 1947px rgba(255, 255, 255, 1.00) , 1687px 1850px rgba(255, 255, 255, 1.00) , 92px 338px rgba(255, 255, 255, 1.00) , 843px 1508px rgba(255, 255, 255, 1.00) , 1504px 1234px rgba(255, 255, 255, 1.00) , 955px 335px rgba(255, 255, 255, 1.00) , 348px 604px rgba(255, 255, 255, 1.00) , 1094px 1475px rgba(255, 255, 255, 1.00) , 1379px 325px rgba(255, 255, 255, 1.00) , 1357px 1641px rgba(255, 255, 255, 1.00) , 787px 1698px rgba(255, 255, 255, 1.00) , 874px 1611px rgba(255, 255, 255, 1.00) , 1560px 590px rgba(255, 255, 255, 1.00) , 1823px 1654px rgba(255, 255, 255, 1.00) , 1952px 1408px rgba(255, 255, 255, 1.00) , 1592px 1856px rgba(255, 255, 255, 1.00) , 1800px 465px rgba(255, 255, 255, 1.00) , 1072px 1597px rgba(255, 255, 255, 1.00) , 1778px 297px rgba(255, 255, 255, 1.00) , 584px 1062px rgba(255, 255, 255, 1.00) , 1366px 594px rgba(255, 255, 255, 1.00) , 16px 1178px rgba(255, 255, 255, 1.00) , 499px 1503px rgba(255, 255, 255, 1.00) , 1891px 278px rgba(255, 255, 255, 1.00) , 149px 1857px rgba(255, 255, 255, 1.00) , 1028px 97px rgba(255, 255, 255, 1.00) , 501px 1801px rgba(255, 255, 255, 1.00) , 1266px 1371px rgba(255, 255, 255, 1.00) , 1367px 414px rgba(255, 255, 255, 1.00) , 1902px 1203px rgba(255, 255, 255, 1.00) , 1124px 472px rgba(255, 255, 255, 1.00) , 1294px 1593px rgba(255, 255, 255, 1.00) , 1285px 1530px rgba(255, 255, 255, 1.00) , 837px 934px rgba(255, 255, 255, 1.00) , 1620px 1471px rgba(255, 255, 255, 1.00) , 46px 1469px rgba(255, 255, 255, 1.00) , 286px 1605px rgba(255, 255, 255, 1.00) , 1845px 795px rgba(255, 255, 255, 1.00) , 280px 483px rgba(255, 255, 255, 1.00) , 1018px 1850px rgba(255, 255, 255, 1.00) , 690px 1258px rgba(255, 255, 255, 1.00) , 1384px 854px rgba(255, 255, 255, 1.00) , 1687px 1786px rgba(255, 255, 255, 1.00) , 1136px 530px rgba(255, 255, 255, 1.00) , 818px 1769px rgba(255, 255, 255, 1.00) , 220px 500px rgba(255, 255, 255, 1.00) , 1216px 1842px rgba(255, 255, 255, 1.00) , 299px 768px rgba(255, 255, 255, 1.00) , 1713px 452px rgba(255, 255, 255, 1.00) , 1495px 1344px rgba(255, 255, 255, 1.00) , 1949px 1779px rgba(255, 255, 255, 1.00) , 1990px 48px rgba(255, 255, 255, 1.00) , 1154px 1621px rgba(255, 255, 255, 1.00) , 1122px 997px rgba(255, 255, 255, 1.00) , 414px 1399px rgba(255, 255, 255, 1.00) , 1714px 1151px rgba(255, 255, 255, 1.00) , 1109px 1531px rgba(255, 255, 255, 1.00) , 577px 788px rgba(255, 255, 255, 1.00) , 173px 22px rgba(255, 255, 255, 1.00) , 1754px 170px rgba(255, 255, 255, 1.00) , 1734px 1224px rgba(255, 255, 255, 1.00) , 1119px 1256px rgba(255, 255, 255, 1.00) , 412px 1263px rgba(255, 255, 255, 1.00) , 63px 1608px rgba(255, 255, 255, 1.00) , 1429px 543px rgba(255, 255, 255, 1.00) , 1669px 1573px rgba(255, 255, 255, 1.00) , 1094px 306px rgba(255, 255, 255, 1.00) , 1750px 1037px rgba(255, 255, 255, 1.00) , 1097px 1985px rgba(255, 255, 255, 1.00) , 897px 894px rgba(255, 255, 255, 1.00) , 1883px 1128px rgba(255, 255, 255, 1.00) , 872px 555px rgba(255, 255, 255, 1.00) , 678px 982px rgba(255, 255, 255, 1.00) , 441px 190px rgba(255, 255, 255, 1.00) , 746px 1530px rgba(255, 255, 255, 1.00) , 1613px 869px rgba(255, 255, 255, 1.00) , 944px 1920px rgba(255, 255, 255, 1.00) , 1561px 157px rgba(255, 255, 255, 1.00) , 111px 1411px rgba(255, 255, 255, 1.00) , 487px 1654px rgba(255, 255, 255, 1.00) , 1856px 1963px rgba(255, 255, 255, 1.00) , 784px 1601px rgba(255, 255, 255, 1.00) , 316px 55px rgba(255, 255, 255, 1.00) , 1659px 1585px rgba(255, 255, 255, 1.00) , 921px 1126px rgba(255, 255, 255, 1.00) , 1728px 10px rgba(255, 255, 255, 1.00) , 515px 402px rgba(255, 255, 255, 1.00) , 1967px 170px rgba(255, 255, 255, 1.00) , 1941px 1622px rgba(255, 255, 255, 1.00) , 1779px 736px rgba(255, 255, 255, 1.00) , 164px 1146px rgba(255, 255, 255, 1.00) , 766px 859px rgba(255, 255, 255, 1.00) , 1604px 1400px rgba(255, 255, 255, 1.00) , 170px 1750px rgba(255, 255, 255, 1.00) , 1879px 1627px rgba(255, 255, 255, 1.00) , 171px 1407px rgba(255, 255, 255, 1.00) , 1838px 1780px rgba(255, 255, 255, 1.00) , 1562px 474px rgba(255, 255, 255, 1.00) , 1160px 1829px rgba(255, 255, 255, 1.00) , 44px 673px rgba(255, 255, 255, 1.00) , 1179px 137px rgba(255, 255, 255, 1.00) , 27px 1733px rgba(255, 255, 255, 1.00) , 229px 1118px rgba(255, 255, 255, 1.00) , 1810px 1992px rgba(255, 255, 255, 1.00) , 64px 1354px rgba(255, 255, 255, 1.00) , 953px 685px rgba(255, 255, 255, 1.00) , 95px 1774px rgba(255, 255, 255, 1.00) , 1626px 594px rgba(255, 255, 255, 1.00) , 1941px 34px rgba(255, 255, 255, 1.00) , 874px 1694px rgba(255, 255, 255, 1.00) , 491px 1132px rgba(255, 255, 255, 1.00) , 1073px 115px rgba(255, 255, 255, 1.00) , 1725px 762px rgba(255, 255, 255, 1.00) , 26px 1816px rgba(255, 255, 255, 1.00) , 496px 875px rgba(255, 255, 255, 1.00) , 1385px 971px rgba(255, 255, 255, 1.00) , 1186px 1097px rgba(255, 255, 255, 1.00) , 1334px 817px rgba(255, 255, 255, 1.00) , 888px 498px rgba(255, 255, 255, 1.00) , 202px 1458px rgba(255, 255, 255, 1.00) , 780px 1111px rgba(255, 255, 255, 1.00) , 770px 450px rgba(255, 255, 255, 1.00) , 1779px 958px rgba(255, 255, 255, 1.00) , 592px 516px rgba(255, 255, 255, 1.00) , 29px 1595px rgba(255, 255, 255, 1.00) , 1543px 926px rgba(255, 255, 255, 1.00) , 1617px 1615px rgba(255, 255, 255, 1.00) , 1761px 833px rgba(255, 255, 255, 1.00) , 1236px 1853px rgba(255, 255, 255, 1.00) , 146px 923px rgba(255, 255, 255, 1.00) , 1885px 1618px rgba(255, 255, 255, 1.00) , 13px 838px rgba(255, 255, 255, 1.00) , 1644px 798px rgba(255, 255, 255, 1.00) , 690px 1246px rgba(255, 255, 255, 1.00) , 307px 588px rgba(255, 255, 255, 1.00) , 477px 777px rgba(255, 255, 255, 1.00) , 202px 1749px rgba(255, 255, 255, 1.00) , 24px 620px rgba(255, 255, 255, 1.00) , 799px 1751px rgba(255, 255, 255, 1.00) , 396px 1394px rgba(255, 255, 255, 1.00) , 1252px 1387px rgba(255, 255, 255, 1.00) , 446px 1588px rgba(255, 255, 255, 1.00) , 967px 1543px rgba(255, 255, 255, 1.00) , 545px 1243px rgba(255, 255, 255, 1.00) , 140px 463px rgba(255, 255, 255, 1.00) , 1080px 574px rgba(255, 255, 255, 1.00) , 1983px 1552px rgba(255, 255, 255, 1.00) , 1035px 1903px rgba(255, 255, 255, 1.00) , 1324px 1738px rgba(255, 255, 255, 1.00) , 387px 979px rgba(255, 255, 255, 1.00) , 1815px 355px rgba(255, 255, 255, 1.00) , 955px 496px rgba(255, 255, 255, 1.00) , 1196px 1412px rgba(255, 255, 255, 1.00) , 1325px 1477px rgba(255, 255, 255, 1.00) , 1420px 1183px rgba(255, 255, 255, 1.00) , 1135px 1141px rgba(255, 255, 255, 1.00) , 1394px 1355px rgba(255, 255, 255, 1.00) , 958px 1818px rgba(255, 255, 255, 1.00) , 1373px 1664px rgba(255, 255, 255, 1.00) , 518px 1183px rgba(255, 255, 255, 1.00) , 662px 1120px rgba(255, 255, 255, 1.00) , 1710px 1060px rgba(255, 255, 255, 1.00) , 445px 485px rgba(255, 255, 255, 1.00) , 100px 1577px rgba(255, 255, 255, 1.00) , 462px 146px rgba(255, 255, 255, 1.00) , 912px 677px rgba(255, 255, 255, 1.00) , 1499px 1268px rgba(255, 255, 255, 1.00) , 1950px 780px rgba(255, 255, 255, 1.00) , 1770px 344px rgba(255, 255, 255, 1.00) , 1950px 1175px rgba(255, 255, 255, 1.00) , 232px 822px rgba(255, 255, 255, 1.00) , 1341px 660px rgba(255, 255, 255, 1.00) , 1881px 628px rgba(255, 255, 255, 1.00) , 1412px 26px rgba(255, 255, 255, 1.00) , 616px 1138px rgba(255, 255, 255, 1.00) , 55px 673px rgba(255, 255, 255, 1.00) , 1958px 294px rgba(255, 255, 255, 1.00) , 26px 141px rgba(255, 255, 255, 1.00) , 853px 1308px rgba(255, 255, 255, 1.00) , 1404px 1291px rgba(255, 255, 255, 1.00) , 987px 1490px rgba(255, 255, 255, 1.00) , 1819px 741px rgba(255, 255, 255, 1.00) , 1313px 83px rgba(255, 255, 255, 1.00) , 1438px 408px rgba(255, 255, 255, 1.00) , 561px 1189px rgba(255, 255, 255, 1.00) , 351px 1038px rgba(255, 255, 255, 1.00) , 1897px 1669px rgba(255, 255, 255, 1.00) , 1017px 813px rgba(255, 255, 255, 1.00) , 545px 116px rgba(255, 255, 255, 1.00) , 1531px 291px rgba(255, 255, 255, 1.00) , 1589px 1719px rgba(255, 255, 255, 1.00) , 955px 686px rgba(255, 255, 255, 1.00) , 1857px 323px rgba(255, 255, 255, 1.00) , 1866px 440px rgba(255, 255, 255, 1.00) , 1158px 1769px rgba(255, 255, 255, 1.00) , 701px 715px rgba(255, 255, 255, 1.00) , 1106px 1359px rgba(255, 255, 255, 1.00) , 1021px 171px rgba(255, 255, 255, 1.00) , 174px 1928px rgba(255, 255, 255, 1.00) , 311px 1861px rgba(255, 255, 255, 1.00) , 1276px 1598px rgba(255, 255, 255, 1.00) , 480px 721px rgba(255, 255, 255, 1.00) , 1618px 1379px rgba(255, 255, 255, 1.00) , 1427px 219px rgba(255, 255, 255, 1.00) , 1941px 1029px rgba(255, 255, 255, 1.00) , 841px 273px rgba(255, 255, 255, 1.00) , 1003px 1462px rgba(255, 255, 255, 1.00) , 1456px 410px rgba(255, 255, 255, 1.00) , 372px 1286px rgba(255, 255, 255, 1.00) , 836px 966px rgba(255, 255, 255, 1.00) , 1851px 1330px rgba(255, 255, 255, 1.00) , 1961px 1367px rgba(255, 255, 255, 1.00) , 637px 138px rgba(255, 255, 255, 1.00) , 1823px 1568px rgba(255, 255, 255, 1.00) , 653px 122px rgba(255, 255, 255, 1.00) , 1800px 1082px rgba(255, 255, 255, 1.00) , 836px 605px rgba(255, 255, 255, 1.00) , 971px 1802px rgba(255, 255, 255, 1.00) , 859px 1227px rgba(255, 255, 255, 1.00) , 413px 1512px rgba(255, 255, 255, 1.00) , 1949px 619px rgba(255, 255, 255, 1.00) , 830px 1467px rgba(255, 255, 255, 1.00) , 1883px 214px rgba(255, 255, 255, 1.00) , 1098px 211px rgba(255, 255, 255, 1.00) , 1104px 986px rgba(255, 255, 255, 1.00) , 1533px 9px rgba(255, 255, 255, 1.00) , 635px 857px rgba(255, 255, 255, 1.00) , 1074px 1101px rgba(255, 255, 255, 1.00) , 334px 323px rgba(255, 255, 255, 1.00) , 1339px 1522px rgba(255, 255, 255, 1.00) , 1487px 514px rgba(255, 255, 255, 1.00) , 1675px 1157px rgba(255, 255, 255, 1.00) , 426px 1666px rgba(255, 255, 255, 1.00) , 969px 454px rgba(255, 255, 255, 1.00) , 1759px 1993px rgba(255, 255, 255, 1.00) , 236px 1255px rgba(255, 255, 255, 1.00) , 1409px 1718px rgba(255, 255, 255, 1.00) , 1270px 1365px rgba(255, 255, 255, 1.00) , 1369px 182px rgba(255, 255, 255, 1.00) , 1117px 1317px rgba(255, 255, 255, 1.00) , 1168px 1856px rgba(255, 255, 255, 1.00) , 714px 386px rgba(255, 255, 255, 1.00) , 743px 1251px rgba(255, 255, 255, 1.00) , 339px 696px rgba(255, 255, 255, 1.00) , 399px 582px rgba(255, 255, 255, 1.00) , 1866px 799px rgba(255, 255, 255, 1.00) , 147px 63px rgba(255, 255, 255, 1.00) , 1653px 1189px rgba(255, 255, 255, 1.00) , 162px 1634px rgba(255, 255, 255, 1.00) , 90px 856px rgba(255, 255, 255, 1.00) , 410px 80px rgba(255, 255, 255, 1.00) , 1440px 919px rgba(255, 255, 255, 1.00) , 586px 172px rgba(255, 255, 255, 1.00) , 1510px 713px rgba(255, 255, 255, 1.00) , 675px 692px rgba(255, 255, 255, 1.00) , 520px 1213px rgba(255, 255, 255, 1.00) , 1624px 424px rgba(255, 255, 255, 1.00) , 918px 1460px rgba(255, 255, 255, 1.00) , 632px 372px rgba(255, 255, 255, 1.00) , 1797px 1503px rgba(255, 255, 255, 1.00) , 1781px 1221px rgba(255, 255, 255, 1.00) , 1275px 980px rgba(255, 255, 255, 1.00) , 730px 1437px rgba(255, 255, 255, 1.00) , 1582px 978px rgba(255, 255, 255, 1.00) , 691px 941px rgba(255, 255, 255, 1.00) , 835px 1452px rgba(255, 255, 255, 1.00) , 841px 1954px rgba(255, 255, 255, 1.00) , 1670px 493px rgba(255, 255, 255, 1.00) , 569px 64px rgba(255, 255, 255, 1.00) , 723px 1904px rgba(255, 255, 255, 1.00) , 398px 245px rgba(255, 255, 255, 1.00) , 1661px 21px rgba(255, 255, 255, 1.00) , 1485px 234px rgba(255, 255, 255, 1.00) , 1733px 75px rgba(255, 255, 255, 1.00) , 1520px 1319px rgba(255, 255, 255, 1.00) , 1789px 1441px rgba(255, 255, 255, 1.00) , 48px 137px rgba(255, 255, 255, 1.00) , 487px 1482px rgba(255, 255, 255, 1.00) , 1691px 118px rgba(255, 255, 255, 1.00) , 1181px 1662px rgba(255, 255, 255, 1.00) , 1710px 1330px rgba(255, 255, 255, 1.00) , 990px 1724px rgba(255, 255, 255, 1.00) , 1064px 627px rgba(255, 255, 255, 1.00) , 1652px 1433px rgba(255, 255, 255, 1.00) , 1425px 1702px rgba(255, 255, 255, 1.00) , 1375px 1149px rgba(255, 255, 255, 1.00) , 127px 1304px rgba(255, 255, 255, 1.00) , 170px 1902px rgba(255, 255, 255, 1.00) , 1364px 1111px rgba(255, 255, 255, 1.00) , 1120px 1761px rgba(255, 255, 255, 1.00) , 1750px 1678px rgba(255, 255, 255, 1.00) , 641px 682px rgba(255, 255, 255, 1.00) , 619px 453px rgba(255, 255, 255, 1.00) , 900px 327px rgba(255, 255, 255, 1.00) , 605px 1575px rgba(255, 255, 255, 1.00) , 988px 139px rgba(255, 255, 255, 1.00) , 403px 1614px rgba(255, 255, 255, 1.00) , 320px 1441px rgba(255, 255, 255, 1.00) , 1489px 487px rgba(255, 255, 255, 1.00) , 97px 640px rgba(255, 255, 255, 1.00) , 623px 556px rgba(255, 255, 255, 1.00) , 1469px 1397px rgba(255, 255, 255, 1.00) , 1921px 628px rgba(255, 255, 255, 1.00) , 1481px 1054px rgba(255, 255, 255, 1.00) , 1700px 375px rgba(255, 255, 255, 1.00) , 179px 3px rgba(255, 255, 255, 1.00) , 1320px 390px rgba(255, 255, 255, 1.00) , 328px 263px rgba(255, 255, 255, 1.00) , 1242px 157px rgba(255, 255, 255, 1.00) , 1515px 679px rgba(255, 255, 255, 1.00) , 1818px 1173px rgba(255, 255, 255, 1.00) , 830px 1134px rgba(255, 255, 255, 1.00) , 1431px 1188px rgba(255, 255, 255, 1.00) , 524px 134px rgba(255, 255, 255, 1.00) , 1416px 1394px rgba(255, 255, 255, 1.00) , 1469px 771px rgba(255, 255, 255, 1.00) , 1811px 1484px rgba(255, 255, 255, 1.00) , 620px 325px rgba(255, 255, 255, 1.00) , 1375px 726px rgba(255, 255, 255, 1.00) , 467px 13px rgba(255, 255, 255, 1.00) , 940px 1062px rgba(255, 255, 255, 1.00) , 368px 769px rgba(255, 255, 255, 1.00) , 628px 207px rgba(255, 255, 255, 1.00) , 1943px 1214px rgba(255, 255, 255, 1.00) , 544px 419px rgba(255, 255, 255, 1.00) , 1112px 1617px rgba(255, 255, 255, 1.00) , 801px 1697px rgba(255, 255, 255, 1.00) , 836px 735px rgba(255, 255, 255, 1.00) , 828px 1378px rgba(255, 255, 255, 1.00) , 735px 1268px rgba(255, 255, 255, 1.00) , 1050px 386px rgba(255, 255, 255, 1.00) , 122px 772px rgba(255, 255, 255, 1.00) , 1186px 1924px rgba(255, 255, 255, 1.00) , 1727px 594px rgba(255, 255, 255, 1.00) , 816px 266px rgba(255, 255, 255, 1.00) , 581px 396px rgba(255, 255, 255, 1.00) , 749px 791px rgba(255, 255, 255, 1.00) , 408px 593px rgba(255, 255, 255, 1.00) , 902px 378px rgba(255, 255, 255, 1.00) , 604px 1822px rgba(255, 255, 255, 1.00) , 1695px 875px rgba(255, 255, 255, 1.00) , 1582px 1231px rgba(255, 255, 255, 1.00) , 1962px 1976px rgba(255, 255, 255, 1.00) , 1244px 170px rgba(255, 255, 255, 1.00) , 532px 1682px rgba(255, 255, 255, 1.00) , 1913px 1078px rgba(255, 255, 255, 1.00) , 1056px 493px rgba(255, 255, 255, 1.00) , 631px 1543px rgba(255, 255, 255, 1.00) , 802px 1351px rgba(255, 255, 255, 1.00) , 794px 1161px rgba(255, 255, 255, 1.00) , 1508px 39px rgba(255, 255, 255, 1.00) , 1737px 458px rgba(255, 255, 255, 1.00) , 1177px 1964px rgba(255, 255, 255, 1.00) , 1279px 433px rgba(255, 255, 255, 1.00) , 1269px 1560px rgba(255, 255, 255, 1.00) , 718px 1913px rgba(255, 255, 255, 1.00) , 1003px 255px rgba(255, 255, 255, 1.00) , 774px 354px rgba(255, 255, 255, 1.00) , 213px 1886px rgba(255, 255, 255, 1.00) , 1559px 1335px rgba(255, 255, 255, 1.00) , 577px 572px rgba(255, 255, 255, 1.00) , 615px 1076px rgba(255, 255, 255, 1.00) , 789px 1789px rgba(255, 255, 255, 1.00) , 796px 504px rgba(255, 255, 255, 1.00) , 1869px 1111px rgba(255, 255, 255, 1.00) , 784px 729px rgba(255, 255, 255, 1.00) , 920px 900px rgba(255, 255, 255, 1.00) , 1404px 1424px rgba(255, 255, 255, 1.00) , 1745px 926px rgba(255, 255, 255, 1.00) , 1913px 914px rgba(255, 255, 255, 1.00) , 1415px 1635px rgba(255, 255, 255, 1.00) , 148px 1019px rgba(255, 255, 255, 1.00) , 877px 176px rgba(255, 255, 255, 1.00) , 1395px 1817px rgba(255, 255, 255, 1.00) , 328px 1792px rgba(255, 255, 255, 1.00) , 339px 1118px rgba(255, 255, 255, 1.00) , 1157px 789px rgba(255, 255, 255, 1.00) , 255px 1642px rgba(255, 255, 255, 1.00) , 1538px 71px rgba(255, 255, 255, 1.00) , 1887px 1830px rgba(255, 255, 255, 1.00) , 475px 748px rgba(255, 255, 255, 1.00) , 394px 1866px rgba(255, 255, 255, 1.00) , 543px 506px rgba(255, 255, 255, 1.00) , 1534px 868px rgba(255, 255, 255, 1.00) , 1199px 1731px rgba(255, 255, 255, 1.00) , 880px 1007px rgba(255, 255, 255, 1.00) , 1752px 126px rgba(255, 255, 255, 1.00) , 407px 1531px rgba(255, 255, 255, 1.00) , 827px 888px rgba(255, 255, 255, 1.00) , 1001px 1474px rgba(255, 255, 255, 1.00) , 653px 537px rgba(255, 255, 255, 1.00) , 1041px 641px rgba(255, 255, 255, 1.00) , 1602px 1664px rgba(255, 255, 255, 1.00) , 719px 827px rgba(255, 255, 255, 1.00) , 1246px 742px rgba(255, 255, 255, 1.00) , 870px 646px rgba(255, 255, 255, 1.00) , 1654px 1293px rgba(255, 255, 255, 1.00) , 182px 334px rgba(255, 255, 255, 1.00) , 372px 384px rgba(255, 255, 255, 1.00) , 1515px 1612px rgba(255, 255, 255, 1.00) , 1476px 1399px rgba(255, 255, 255, 1.00) , 837px 1943px rgba(255, 255, 255, 1.00) , 1364px 619px rgba(255, 255, 255, 1.00) , 673px 1445px rgba(255, 255, 255, 1.00) , 593px 1621px rgba(255, 255, 255, 1.00) , 1614px 240px rgba(255, 255, 255, 1.00) , 1944px 599px rgba(255, 255, 255, 1.00) , 788px 703px rgba(255, 255, 255, 1.00) , 1739px 477px rgba(255, 255, 255, 1.00) , 1582px 1891px rgba(255, 255, 255, 1.00) , 1850px 144px rgba(255, 255, 255, 1.00) , 1478px 5px rgba(255, 255, 255, 1.00) , 1923px 409px rgba(255, 255, 255, 1.00) , 299px 1366px rgba(255, 255, 255, 1.00) , 401px 208px rgba(255, 255, 255, 1.00) , 1638px 1833px rgba(255, 255, 255, 1.00) , 583px 780px rgba(255, 255, 255, 1.00) , 105px 891px rgba(255, 255, 255, 1.00) , 278px 260px rgba(255, 255, 255, 1.00) , 473px 863px rgba(255, 255, 255, 1.00) , 1811px 1261px rgba(255, 255, 255, 1.00) , 848px 609px rgba(255, 255, 255, 1.00) , 152px 1003px rgba(255, 255, 255, 1.00) , 894px 1028px rgba(255, 255, 255, 1.00) , 989px 1976px rgba(255, 255, 255, 1.00) , 262px 200px rgba(255, 255, 255, 1.00) , 1953px 394px rgba(255, 255, 255, 1.00) , 1404px 1716px rgba(255, 255, 255, 1.00) , 1960px 1547px rgba(255, 255, 255, 1.00) , 1571px 1877px rgba(255, 255, 255, 1.00) , 250px 1838px rgba(255, 255, 255, 1.00) , 510px 1085px rgba(255, 255, 255, 1.00) , 1206px 1777px rgba(255, 255, 255, 1.00) , 841px 1207px rgba(255, 255, 255, 1.00) , 1658px 1201px rgba(255, 255, 255, 1.00) , 1547px 797px rgba(255, 255, 255, 1.00) , 1870px 348px rgba(255, 255, 255, 1.00) , 289px 379px rgba(255, 255, 255, 1.00) , 268px 1154px rgba(255, 255, 255, 1.00) , 1347px 1940px rgba(255, 255, 255, 1.00) , 1114px 535px rgba(255, 255, 255, 1.00) , 503px 1395px rgba(255, 255, 255, 1.00) , 597px 1281px rgba(255, 255, 255, 1.00) , 590px 1687px rgba(255, 255, 255, 1.00) , 1914px 941px rgba(255, 255, 255, 1.00) , 1639px 1717px rgba(255, 255, 255, 1.00) , 1410px 1313px rgba(255, 255, 255, 1.00) , 516px 735px rgba(255, 255, 255, 1.00) , 1009px 295px rgba(255, 255, 255, 1.00) , 1391px 173px rgba(255, 255, 255, 1.00) , 1982px 774px rgba(255, 255, 255, 1.00) , 247px 432px rgba(255, 255, 255, 1.00) , 1480px 788px rgba(255, 255, 255, 1.00) , 1436px 739px rgba(255, 255, 255, 1.00) , 469px 1630px rgba(255, 255, 255, 1.00) , 1895px 1300px rgba(255, 255, 255, 1.00) , 898px 739px rgba(255, 255, 255, 1.00) , 1674px 625px rgba(255, 255, 255, 1.00) , 1645px 168px rgba(255, 255, 255, 1.00) , 726px 871px rgba(255, 255, 255, 1.00) , 600px 1002px rgba(255, 255, 255, 1.00) , 115px 1018px rgba(255, 255, 255, 1.00) , 122px 1969px rgba(255, 255, 255, 1.00) , 1937px 847px rgba(255, 255, 255, 1.00) , 1674px 1541px rgba(255, 255, 255, 1.00) , 710px 846px rgba(255, 255, 255, 1.00) , 155px 1426px rgba(255, 255, 255, 1.00) , 1119px 538px rgba(255, 255, 255, 1.00) , 246px 131px rgba(255, 255, 255, 1.00) , 196px 243px rgba(255, 255, 255, 1.00) , 1350px 1837px rgba(255, 255, 255, 1.00) , 1362px 458px rgba(255, 255, 255, 1.00) , 1527px 49px rgba(255, 255, 255, 1.00) , 1468px 1227px rgba(255, 255, 255, 1.00) , 1084px 610px rgba(255, 255, 255, 1.00) , 777px 862px rgba(255, 255, 255, 1.00) , 1216px 176px rgba(255, 255, 255, 1.00) , 1577px 477px rgba(255, 255, 255, 1.00) , 826px 1524px rgba(255, 255, 255, 1.00) , 1771px 1792px rgba(255, 255, 255, 1.00) , 1819px 1488px rgba(255, 255, 255, 1.00) , 1217px 545px rgba(255, 255, 255, 1.00) , 430px 1297px rgba(255, 255, 255, 1.00) , 1556px 1123px rgba(255, 255, 255, 1.00) , 1681px 1917px rgba(255, 255, 255, 1.00) , 429px 981px rgba(255, 255, 255, 1.00) , 763px 664px rgba(255, 255, 255, 1.00) , 1259px 1993px rgba(255, 255, 255, 1.00) , 715px 1227px rgba(255, 255, 255, 1.00) , 265px 1847px rgba(255, 255, 255, 1.00) , 400px 409px rgba(255, 255, 255, 1.00) , 1624px 1513px rgba(255, 255, 255, 1.00) , 1033px 931px rgba(255, 255, 255, 1.00) , 1208px 365px rgba(255, 255, 255, 1.00) , 1386px 80px rgba(255, 255, 255, 1.00) , 10px 96px rgba(255, 255, 255, 1.00) , 226px 1585px rgba(255, 255, 255, 1.00) , 644px 1844px rgba(255, 255, 255, 1.00) , 1741px 1898px rgba(255, 255, 255, 1.00) , 924px 1386px rgba(255, 255, 255, 1.00) , 1021px 530px rgba(255, 255, 255, 1.00) , 1978px 880px rgba(255, 255, 255, 1.00) , 1688px 1961px rgba(255, 255, 255, 1.00) , 663px 476px rgba(255, 255, 255, 1.00) , 1818px 699px rgba(255, 255, 255, 1.00) , 1610px 1423px rgba(255, 255, 255, 1.00) , 1987px 564px rgba(255, 255, 255, 1.00) , 805px 935px rgba(255, 255, 255, 1.00);
}

#stacks_in_2_110stars2 {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 819px 1411px rgba(230, 230, 230, 1.00) , 66px 902px rgba(230, 230, 230, 1.00) , 956px 1073px rgba(230, 230, 230, 1.00) , 1375px 1992px rgba(230, 230, 230, 1.00) , 1992px 523px rgba(230, 230, 230, 1.00) , 1761px 1139px rgba(230, 230, 230, 1.00) , 856px 102px rgba(230, 230, 230, 1.00) , 7px 286px rgba(230, 230, 230, 1.00) , 918px 616px rgba(230, 230, 230, 1.00) , 1124px 1273px rgba(230, 230, 230, 1.00) , 1984px 1054px rgba(230, 230, 230, 1.00) , 373px 1783px rgba(230, 230, 230, 1.00) , 357px 699px rgba(230, 230, 230, 1.00) , 1055px 1989px rgba(230, 230, 230, 1.00) , 257px 1934px rgba(230, 230, 230, 1.00) , 239px 431px rgba(230, 230, 230, 1.00) , 825px 1677px rgba(230, 230, 230, 1.00) , 256px 1047px rgba(230, 230, 230, 1.00) , 1602px 523px rgba(230, 230, 230, 1.00) , 953px 974px rgba(230, 230, 230, 1.00) , 396px 1694px rgba(230, 230, 230, 1.00) , 321px 1781px rgba(230, 230, 230, 1.00) , 1391px 1241px rgba(230, 230, 230, 1.00) , 48px 714px rgba(230, 230, 230, 1.00) , 614px 364px rgba(230, 230, 230, 1.00) , 303px 989px rgba(230, 230, 230, 1.00) , 1361px 874px rgba(230, 230, 230, 1.00) , 1883px 1604px rgba(230, 230, 230, 1.00) , 124px 686px rgba(230, 230, 230, 1.00) , 204px 864px rgba(230, 230, 230, 1.00) , 1300px 1257px rgba(230, 230, 230, 1.00) , 345px 320px rgba(230, 230, 230, 1.00) , 823px 1928px rgba(230, 230, 230, 1.00) , 1382px 180px rgba(230, 230, 230, 1.00) , 298px 1673px rgba(230, 230, 230, 1.00) , 1746px 1765px rgba(230, 230, 230, 1.00) , 1218px 1018px rgba(230, 230, 230, 1.00) , 317px 292px rgba(230, 230, 230, 1.00) , 1455px 671px rgba(230, 230, 230, 1.00) , 1193px 917px rgba(230, 230, 230, 1.00) , 1296px 1150px rgba(230, 230, 230, 1.00) , 348px 970px rgba(230, 230, 230, 1.00) , 635px 688px rgba(230, 230, 230, 1.00) , 696px 293px rgba(230, 230, 230, 1.00) , 1117px 481px rgba(230, 230, 230, 1.00) , 326px 1332px rgba(230, 230, 230, 1.00) , 1354px 1328px rgba(230, 230, 230, 1.00) , 1611px 1951px rgba(230, 230, 230, 1.00) , 515px 1009px rgba(230, 230, 230, 1.00) , 1738px 1246px rgba(230, 230, 230, 1.00) , 1199px 1984px rgba(230, 230, 230, 1.00) , 1945px 110px rgba(230, 230, 230, 1.00) , 1974px 1149px rgba(230, 230, 230, 1.00) , 542px 1120px rgba(230, 230, 230, 1.00) , 258px 934px rgba(230, 230, 230, 1.00) , 238px 1484px rgba(230, 230, 230, 1.00) , 1906px 761px rgba(230, 230, 230, 1.00) , 783px 1705px rgba(230, 230, 230, 1.00) , 452px 458px rgba(230, 230, 230, 1.00) , 1416px 637px rgba(230, 230, 230, 1.00) , 810px 260px rgba(230, 230, 230, 1.00) , 1413px 488px rgba(230, 230, 230, 1.00) , 316px 1801px rgba(230, 230, 230, 1.00) , 327px 1959px rgba(230, 230, 230, 1.00) , 799px 498px rgba(230, 230, 230, 1.00) , 1418px 267px rgba(230, 230, 230, 1.00) , 102px 138px rgba(230, 230, 230, 1.00) , 243px 1136px rgba(230, 230, 230, 1.00) , 518px 161px rgba(230, 230, 230, 1.00) , 1675px 958px rgba(230, 230, 230, 1.00) , 1100px 1407px rgba(230, 230, 230, 1.00) , 2px 1778px rgba(230, 230, 230, 1.00) , 440px 538px rgba(230, 230, 230, 1.00) , 802px 845px rgba(230, 230, 230, 1.00) , 1418px 783px rgba(230, 230, 230, 1.00) , 1556px 875px rgba(230, 230, 230, 1.00) , 345px 1459px rgba(230, 230, 230, 1.00) , 1566px 921px rgba(230, 230, 230, 1.00) , 1698px 1768px rgba(230, 230, 230, 1.00) , 1228px 184px rgba(230, 230, 230, 1.00) , 1921px 1138px rgba(230, 230, 230, 1.00) , 1697px 1438px rgba(230, 230, 230, 1.00) , 450px 844px rgba(230, 230, 230, 1.00) , 1902px 1904px rgba(230, 230, 230, 1.00) , 755px 843px rgba(230, 230, 230, 1.00) , 1202px 61px rgba(230, 230, 230, 1.00) , 732px 1270px rgba(230, 230, 230, 1.00) , 1777px 50px rgba(230, 230, 230, 1.00) , 606px 1070px rgba(230, 230, 230, 1.00) , 217px 1996px rgba(230, 230, 230, 1.00) , 1757px 573px rgba(230, 230, 230, 1.00) , 1869px 1583px rgba(230, 230, 230, 1.00) , 1375px 204px rgba(230, 230, 230, 1.00) , 636px 366px rgba(230, 230, 230, 1.00) , 1941px 1543px rgba(230, 230, 230, 1.00) , 1856px 1326px rgba(230, 230, 230, 1.00) , 360px 1421px rgba(230, 230, 230, 1.00) , 776px 1949px rgba(230, 230, 230, 1.00) , 1148px 27px rgba(230, 230, 230, 1.00) , 1011px 1671px rgba(230, 230, 230, 1.00) , 1895px 207px rgba(230, 230, 230, 1.00) , 824px 805px rgba(230, 230, 230, 1.00) , 267px 1083px rgba(230, 230, 230, 1.00) , 851px 667px rgba(230, 230, 230, 1.00) , 1695px 1395px rgba(230, 230, 230, 1.00) , 122px 1510px rgba(230, 230, 230, 1.00) , 1622px 1542px rgba(230, 230, 230, 1.00) , 1148px 246px rgba(230, 230, 230, 1.00) , 1633px 1188px rgba(230, 230, 230, 1.00) , 282px 1002px rgba(230, 230, 230, 1.00) , 1707px 366px rgba(230, 230, 230, 1.00) , 1422px 1977px rgba(230, 230, 230, 1.00) , 1723px 721px rgba(230, 230, 230, 1.00) , 1427px 958px rgba(230, 230, 230, 1.00) , 1364px 421px rgba(230, 230, 230, 1.00) , 884px 1934px rgba(230, 230, 230, 1.00) , 88px 27px rgba(230, 230, 230, 1.00) , 1762px 1089px rgba(230, 230, 230, 1.00) , 1174px 1808px rgba(230, 230, 230, 1.00) , 1429px 834px rgba(230, 230, 230, 1.00) , 1893px 272px rgba(230, 230, 230, 1.00) , 417px 1755px rgba(230, 230, 230, 1.00) , 1222px 494px rgba(230, 230, 230, 1.00) , 832px 401px rgba(230, 230, 230, 1.00) , 1445px 1175px rgba(230, 230, 230, 1.00) , 619px 1812px rgba(230, 230, 230, 1.00) , 917px 689px rgba(230, 230, 230, 1.00) , 143px 957px rgba(230, 230, 230, 1.00) , 794px 429px rgba(230, 230, 230, 1.00) , 701px 1769px rgba(230, 230, 230, 1.00) , 1415px 189px rgba(230, 230, 230, 1.00) , 464px 186px rgba(230, 230, 230, 1.00) , 315px 222px rgba(230, 230, 230, 1.00) , 1273px 1678px rgba(230, 230, 230, 1.00) , 1330px 1274px rgba(230, 230, 230, 1.00) , 1415px 1947px rgba(230, 230, 230, 1.00) , 513px 577px rgba(230, 230, 230, 1.00) , 100px 801px rgba(230, 230, 230, 1.00) , 1759px 1293px rgba(230, 230, 230, 1.00) , 534px 118px rgba(230, 230, 230, 1.00) , 1141px 674px rgba(230, 230, 230, 1.00) , 1762px 1893px rgba(230, 230, 230, 1.00) , 1499px 1938px rgba(230, 230, 230, 1.00) , 1536px 1674px rgba(230, 230, 230, 1.00) , 321px 31px rgba(230, 230, 230, 1.00) , 1880px 1403px rgba(230, 230, 230, 1.00) , 518px 674px rgba(230, 230, 230, 1.00) , 1555px 1576px rgba(230, 230, 230, 1.00) , 1882px 1849px rgba(230, 230, 230, 1.00) , 242px 265px rgba(230, 230, 230, 1.00) , 883px 760px rgba(230, 230, 230, 1.00) , 1371px 1789px rgba(230, 230, 230, 1.00) , 34px 462px rgba(230, 230, 230, 1.00) , 722px 17px rgba(230, 230, 230, 1.00) , 818px 1px rgba(230, 230, 230, 1.00) , 687px 1634px rgba(230, 230, 230, 1.00) , 394px 534px rgba(230, 230, 230, 1.00) , 1843px 135px rgba(230, 230, 230, 1.00) , 1701px 1840px rgba(230, 230, 230, 1.00) , 1701px 1713px rgba(230, 230, 230, 1.00) , 1271px 894px rgba(230, 230, 230, 1.00) , 1892px 288px rgba(230, 230, 230, 1.00) , 1143px 1055px rgba(230, 230, 230, 1.00) , 1414px 646px rgba(230, 230, 230, 1.00) , 1984px 489px rgba(230, 230, 230, 1.00) , 311px 414px rgba(230, 230, 230, 1.00) , 1835px 1913px rgba(230, 230, 230, 1.00) , 1981px 917px rgba(230, 230, 230, 1.00) , 1559px 1741px rgba(230, 230, 230, 1.00) , 261px 531px rgba(230, 230, 230, 1.00) , 254px 905px rgba(230, 230, 230, 1.00) , 16px 1985px rgba(230, 230, 230, 1.00) , 430px 1950px rgba(230, 230, 230, 1.00) , 75px 1401px rgba(230, 230, 230, 1.00) , 154px 1253px rgba(230, 230, 230, 1.00) , 1426px 1372px rgba(230, 230, 230, 1.00) , 1988px 1530px rgba(230, 230, 230, 1.00) , 1845px 1249px rgba(230, 230, 230, 1.00) , 1098px 1642px rgba(230, 230, 230, 1.00) , 1163px 1894px rgba(230, 230, 230, 1.00) , 545px 445px rgba(230, 230, 230, 1.00) , 852px 1395px rgba(230, 230, 230, 1.00) , 1826px 1866px rgba(230, 230, 230, 1.00) , 1291px 1628px rgba(230, 230, 230, 1.00) , 427px 286px rgba(230, 230, 230, 1.00) , 1276px 975px rgba(230, 230, 230, 1.00) , 716px 987px rgba(230, 230, 230, 1.00) , 988px 445px rgba(230, 230, 230, 1.00) , 1296px 1100px rgba(230, 230, 230, 1.00) , 820px 67px rgba(230, 230, 230, 1.00) , 1267px 903px rgba(230, 230, 230, 1.00) , 397px 446px rgba(230, 230, 230, 1.00) , 1230px 1149px rgba(230, 230, 230, 1.00) , 367px 1503px rgba(230, 230, 230, 1.00) , 638px 443px rgba(230, 230, 230, 1.00) , 1773px 1488px rgba(230, 230, 230, 1.00) , 1452px 226px rgba(230, 230, 230, 1.00) , 939px 1027px rgba(230, 230, 230, 1.00) , 1573px 1713px rgba(230, 230, 230, 1.00) , 1770px 1103px rgba(230, 230, 230, 1.00);
	animation: stacks_in_2_110animStar 100s linear infinite;
}
#stacks_in_2_110stars2:after {
	content: " ";
	position: absolute;
	top: -2000px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 819px 1411px rgba(230, 230, 230, 1.00) , 66px 902px rgba(230, 230, 230, 1.00) , 956px 1073px rgba(230, 230, 230, 1.00) , 1375px 1992px rgba(230, 230, 230, 1.00) , 1992px 523px rgba(230, 230, 230, 1.00) , 1761px 1139px rgba(230, 230, 230, 1.00) , 856px 102px rgba(230, 230, 230, 1.00) , 7px 286px rgba(230, 230, 230, 1.00) , 918px 616px rgba(230, 230, 230, 1.00) , 1124px 1273px rgba(230, 230, 230, 1.00) , 1984px 1054px rgba(230, 230, 230, 1.00) , 373px 1783px rgba(230, 230, 230, 1.00) , 357px 699px rgba(230, 230, 230, 1.00) , 1055px 1989px rgba(230, 230, 230, 1.00) , 257px 1934px rgba(230, 230, 230, 1.00) , 239px 431px rgba(230, 230, 230, 1.00) , 825px 1677px rgba(230, 230, 230, 1.00) , 256px 1047px rgba(230, 230, 230, 1.00) , 1602px 523px rgba(230, 230, 230, 1.00) , 953px 974px rgba(230, 230, 230, 1.00) , 396px 1694px rgba(230, 230, 230, 1.00) , 321px 1781px rgba(230, 230, 230, 1.00) , 1391px 1241px rgba(230, 230, 230, 1.00) , 48px 714px rgba(230, 230, 230, 1.00) , 614px 364px rgba(230, 230, 230, 1.00) , 303px 989px rgba(230, 230, 230, 1.00) , 1361px 874px rgba(230, 230, 230, 1.00) , 1883px 1604px rgba(230, 230, 230, 1.00) , 124px 686px rgba(230, 230, 230, 1.00) , 204px 864px rgba(230, 230, 230, 1.00) , 1300px 1257px rgba(230, 230, 230, 1.00) , 345px 320px rgba(230, 230, 230, 1.00) , 823px 1928px rgba(230, 230, 230, 1.00) , 1382px 180px rgba(230, 230, 230, 1.00) , 298px 1673px rgba(230, 230, 230, 1.00) , 1746px 1765px rgba(230, 230, 230, 1.00) , 1218px 1018px rgba(230, 230, 230, 1.00) , 317px 292px rgba(230, 230, 230, 1.00) , 1455px 671px rgba(230, 230, 230, 1.00) , 1193px 917px rgba(230, 230, 230, 1.00) , 1296px 1150px rgba(230, 230, 230, 1.00) , 348px 970px rgba(230, 230, 230, 1.00) , 635px 688px rgba(230, 230, 230, 1.00) , 696px 293px rgba(230, 230, 230, 1.00) , 1117px 481px rgba(230, 230, 230, 1.00) , 326px 1332px rgba(230, 230, 230, 1.00) , 1354px 1328px rgba(230, 230, 230, 1.00) , 1611px 1951px rgba(230, 230, 230, 1.00) , 515px 1009px rgba(230, 230, 230, 1.00) , 1738px 1246px rgba(230, 230, 230, 1.00) , 1199px 1984px rgba(230, 230, 230, 1.00) , 1945px 110px rgba(230, 230, 230, 1.00) , 1974px 1149px rgba(230, 230, 230, 1.00) , 542px 1120px rgba(230, 230, 230, 1.00) , 258px 934px rgba(230, 230, 230, 1.00) , 238px 1484px rgba(230, 230, 230, 1.00) , 1906px 761px rgba(230, 230, 230, 1.00) , 783px 1705px rgba(230, 230, 230, 1.00) , 452px 458px rgba(230, 230, 230, 1.00) , 1416px 637px rgba(230, 230, 230, 1.00) , 810px 260px rgba(230, 230, 230, 1.00) , 1413px 488px rgba(230, 230, 230, 1.00) , 316px 1801px rgba(230, 230, 230, 1.00) , 327px 1959px rgba(230, 230, 230, 1.00) , 799px 498px rgba(230, 230, 230, 1.00) , 1418px 267px rgba(230, 230, 230, 1.00) , 102px 138px rgba(230, 230, 230, 1.00) , 243px 1136px rgba(230, 230, 230, 1.00) , 518px 161px rgba(230, 230, 230, 1.00) , 1675px 958px rgba(230, 230, 230, 1.00) , 1100px 1407px rgba(230, 230, 230, 1.00) , 2px 1778px rgba(230, 230, 230, 1.00) , 440px 538px rgba(230, 230, 230, 1.00) , 802px 845px rgba(230, 230, 230, 1.00) , 1418px 783px rgba(230, 230, 230, 1.00) , 1556px 875px rgba(230, 230, 230, 1.00) , 345px 1459px rgba(230, 230, 230, 1.00) , 1566px 921px rgba(230, 230, 230, 1.00) , 1698px 1768px rgba(230, 230, 230, 1.00) , 1228px 184px rgba(230, 230, 230, 1.00) , 1921px 1138px rgba(230, 230, 230, 1.00) , 1697px 1438px rgba(230, 230, 230, 1.00) , 450px 844px rgba(230, 230, 230, 1.00) , 1902px 1904px rgba(230, 230, 230, 1.00) , 755px 843px rgba(230, 230, 230, 1.00) , 1202px 61px rgba(230, 230, 230, 1.00) , 732px 1270px rgba(230, 230, 230, 1.00) , 1777px 50px rgba(230, 230, 230, 1.00) , 606px 1070px rgba(230, 230, 230, 1.00) , 217px 1996px rgba(230, 230, 230, 1.00) , 1757px 573px rgba(230, 230, 230, 1.00) , 1869px 1583px rgba(230, 230, 230, 1.00) , 1375px 204px rgba(230, 230, 230, 1.00) , 636px 366px rgba(230, 230, 230, 1.00) , 1941px 1543px rgba(230, 230, 230, 1.00) , 1856px 1326px rgba(230, 230, 230, 1.00) , 360px 1421px rgba(230, 230, 230, 1.00) , 776px 1949px rgba(230, 230, 230, 1.00) , 1148px 27px rgba(230, 230, 230, 1.00) , 1011px 1671px rgba(230, 230, 230, 1.00) , 1895px 207px rgba(230, 230, 230, 1.00) , 824px 805px rgba(230, 230, 230, 1.00) , 267px 1083px rgba(230, 230, 230, 1.00) , 851px 667px rgba(230, 230, 230, 1.00) , 1695px 1395px rgba(230, 230, 230, 1.00) , 122px 1510px rgba(230, 230, 230, 1.00) , 1622px 1542px rgba(230, 230, 230, 1.00) , 1148px 246px rgba(230, 230, 230, 1.00) , 1633px 1188px rgba(230, 230, 230, 1.00) , 282px 1002px rgba(230, 230, 230, 1.00) , 1707px 366px rgba(230, 230, 230, 1.00) , 1422px 1977px rgba(230, 230, 230, 1.00) , 1723px 721px rgba(230, 230, 230, 1.00) , 1427px 958px rgba(230, 230, 230, 1.00) , 1364px 421px rgba(230, 230, 230, 1.00) , 884px 1934px rgba(230, 230, 230, 1.00) , 88px 27px rgba(230, 230, 230, 1.00) , 1762px 1089px rgba(230, 230, 230, 1.00) , 1174px 1808px rgba(230, 230, 230, 1.00) , 1429px 834px rgba(230, 230, 230, 1.00) , 1893px 272px rgba(230, 230, 230, 1.00) , 417px 1755px rgba(230, 230, 230, 1.00) , 1222px 494px rgba(230, 230, 230, 1.00) , 832px 401px rgba(230, 230, 230, 1.00) , 1445px 1175px rgba(230, 230, 230, 1.00) , 619px 1812px rgba(230, 230, 230, 1.00) , 917px 689px rgba(230, 230, 230, 1.00) , 143px 957px rgba(230, 230, 230, 1.00) , 794px 429px rgba(230, 230, 230, 1.00) , 701px 1769px rgba(230, 230, 230, 1.00) , 1415px 189px rgba(230, 230, 230, 1.00) , 464px 186px rgba(230, 230, 230, 1.00) , 315px 222px rgba(230, 230, 230, 1.00) , 1273px 1678px rgba(230, 230, 230, 1.00) , 1330px 1274px rgba(230, 230, 230, 1.00) , 1415px 1947px rgba(230, 230, 230, 1.00) , 513px 577px rgba(230, 230, 230, 1.00) , 100px 801px rgba(230, 230, 230, 1.00) , 1759px 1293px rgba(230, 230, 230, 1.00) , 534px 118px rgba(230, 230, 230, 1.00) , 1141px 674px rgba(230, 230, 230, 1.00) , 1762px 1893px rgba(230, 230, 230, 1.00) , 1499px 1938px rgba(230, 230, 230, 1.00) , 1536px 1674px rgba(230, 230, 230, 1.00) , 321px 31px rgba(230, 230, 230, 1.00) , 1880px 1403px rgba(230, 230, 230, 1.00) , 518px 674px rgba(230, 230, 230, 1.00) , 1555px 1576px rgba(230, 230, 230, 1.00) , 1882px 1849px rgba(230, 230, 230, 1.00) , 242px 265px rgba(230, 230, 230, 1.00) , 883px 760px rgba(230, 230, 230, 1.00) , 1371px 1789px rgba(230, 230, 230, 1.00) , 34px 462px rgba(230, 230, 230, 1.00) , 722px 17px rgba(230, 230, 230, 1.00) , 818px 1px rgba(230, 230, 230, 1.00) , 687px 1634px rgba(230, 230, 230, 1.00) , 394px 534px rgba(230, 230, 230, 1.00) , 1843px 135px rgba(230, 230, 230, 1.00) , 1701px 1840px rgba(230, 230, 230, 1.00) , 1701px 1713px rgba(230, 230, 230, 1.00) , 1271px 894px rgba(230, 230, 230, 1.00) , 1892px 288px rgba(230, 230, 230, 1.00) , 1143px 1055px rgba(230, 230, 230, 1.00) , 1414px 646px rgba(230, 230, 230, 1.00) , 1984px 489px rgba(230, 230, 230, 1.00) , 311px 414px rgba(230, 230, 230, 1.00) , 1835px 1913px rgba(230, 230, 230, 1.00) , 1981px 917px rgba(230, 230, 230, 1.00) , 1559px 1741px rgba(230, 230, 230, 1.00) , 261px 531px rgba(230, 230, 230, 1.00) , 254px 905px rgba(230, 230, 230, 1.00) , 16px 1985px rgba(230, 230, 230, 1.00) , 430px 1950px rgba(230, 230, 230, 1.00) , 75px 1401px rgba(230, 230, 230, 1.00) , 154px 1253px rgba(230, 230, 230, 1.00) , 1426px 1372px rgba(230, 230, 230, 1.00) , 1988px 1530px rgba(230, 230, 230, 1.00) , 1845px 1249px rgba(230, 230, 230, 1.00) , 1098px 1642px rgba(230, 230, 230, 1.00) , 1163px 1894px rgba(230, 230, 230, 1.00) , 545px 445px rgba(230, 230, 230, 1.00) , 852px 1395px rgba(230, 230, 230, 1.00) , 1826px 1866px rgba(230, 230, 230, 1.00) , 1291px 1628px rgba(230, 230, 230, 1.00) , 427px 286px rgba(230, 230, 230, 1.00) , 1276px 975px rgba(230, 230, 230, 1.00) , 716px 987px rgba(230, 230, 230, 1.00) , 988px 445px rgba(230, 230, 230, 1.00) , 1296px 1100px rgba(230, 230, 230, 1.00) , 820px 67px rgba(230, 230, 230, 1.00) , 1267px 903px rgba(230, 230, 230, 1.00) , 397px 446px rgba(230, 230, 230, 1.00) , 1230px 1149px rgba(230, 230, 230, 1.00) , 367px 1503px rgba(230, 230, 230, 1.00) , 638px 443px rgba(230, 230, 230, 1.00) , 1773px 1488px rgba(230, 230, 230, 1.00) , 1452px 226px rgba(230, 230, 230, 1.00) , 939px 1027px rgba(230, 230, 230, 1.00) , 1573px 1713px rgba(230, 230, 230, 1.00) , 1770px 1103px rgba(230, 230, 230, 1.00);
}

#stacks_in_2_110stars3 {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 729px 1125px rgba(255, 255, 10, 1.00) , 1176px 1985px rgba(255, 255, 10, 1.00) , 1280px 894px rgba(255, 255, 10, 1.00) , 1648px 65px rgba(255, 255, 10, 1.00) , 443px 1646px rgba(255, 255, 10, 1.00) , 418px 209px rgba(255, 255, 10, 1.00) , 1009px 1023px rgba(255, 255, 10, 1.00) , 1745px 1799px rgba(255, 255, 10, 1.00) , 298px 1994px rgba(255, 255, 10, 1.00) , 1567px 1011px rgba(255, 255, 10, 1.00) , 1155px 1707px rgba(255, 255, 10, 1.00) , 243px 1951px rgba(255, 255, 10, 1.00) , 735px 57px rgba(255, 255, 10, 1.00) , 1502px 1439px rgba(255, 255, 10, 1.00) , 630px 763px rgba(255, 255, 10, 1.00) , 471px 1560px rgba(255, 255, 10, 1.00) , 1786px 1421px rgba(255, 255, 10, 1.00) , 1037px 1344px rgba(255, 255, 10, 1.00) , 1365px 1183px rgba(255, 255, 10, 1.00) , 1018px 311px rgba(255, 255, 10, 1.00) , 1510px 922px rgba(255, 255, 10, 1.00) , 1226px 254px rgba(255, 255, 10, 1.00) , 735px 1045px rgba(255, 255, 10, 1.00) , 334px 1033px rgba(255, 255, 10, 1.00) , 815px 1765px rgba(255, 255, 10, 1.00) , 689px 252px rgba(255, 255, 10, 1.00) , 1240px 979px rgba(255, 255, 10, 1.00) , 497px 360px rgba(255, 255, 10, 1.00) , 118px 137px rgba(255, 255, 10, 1.00) , 609px 1589px rgba(255, 255, 10, 1.00) , 394px 351px rgba(255, 255, 10, 1.00) , 745px 1710px rgba(255, 255, 10, 1.00) , 1135px 1788px rgba(255, 255, 10, 1.00) , 1020px 1867px rgba(255, 255, 10, 1.00) , 395px 506px rgba(255, 255, 10, 1.00) , 1428px 1641px rgba(255, 255, 10, 1.00) , 705px 1679px rgba(255, 255, 10, 1.00) , 1086px 867px rgba(255, 255, 10, 1.00) , 759px 1466px rgba(255, 255, 10, 1.00) , 1456px 1218px rgba(255, 255, 10, 1.00) , 1326px 1707px rgba(255, 255, 10, 1.00) , 1416px 810px rgba(255, 255, 10, 1.00) , 243px 1281px rgba(255, 255, 10, 1.00) , 655px 1572px rgba(255, 255, 10, 1.00) , 1463px 139px rgba(255, 255, 10, 1.00) , 921px 1993px rgba(255, 255, 10, 1.00) , 1189px 120px rgba(255, 255, 10, 1.00) , 1857px 349px rgba(255, 255, 10, 1.00) , 440px 1594px rgba(255, 255, 10, 1.00) , 1137px 1117px rgba(255, 255, 10, 1.00) , 1179px 192px rgba(255, 255, 10, 1.00) , 1309px 1233px rgba(255, 255, 10, 1.00) , 1983px 1025px rgba(255, 255, 10, 1.00) , 464px 281px rgba(255, 255, 10, 1.00) , 1737px 487px rgba(255, 255, 10, 1.00) , 1692px 1587px rgba(255, 255, 10, 1.00) , 1380px 562px rgba(255, 255, 10, 1.00) , 967px 580px rgba(255, 255, 10, 1.00) , 1136px 1384px rgba(255, 255, 10, 1.00) , 1081px 1442px rgba(255, 255, 10, 1.00) , 1133px 214px rgba(255, 255, 10, 1.00) , 916px 1503px rgba(255, 255, 10, 1.00) , 546px 795px rgba(255, 255, 10, 1.00) , 1986px 1993px rgba(255, 255, 10, 1.00) , 1418px 535px rgba(255, 255, 10, 1.00) , 619px 1209px rgba(255, 255, 10, 1.00) , 1087px 1865px rgba(255, 255, 10, 1.00) , 1814px 971px rgba(255, 255, 10, 1.00) , 1921px 1315px rgba(255, 255, 10, 1.00) , 1106px 1857px rgba(255, 255, 10, 1.00) , 1329px 1726px rgba(255, 255, 10, 1.00) , 807px 1748px rgba(255, 255, 10, 1.00) , 1913px 1061px rgba(255, 255, 10, 1.00) , 1875px 863px rgba(255, 255, 10, 1.00) , 904px 347px rgba(255, 255, 10, 1.00) , 1945px 1386px rgba(255, 255, 10, 1.00) , 1760px 555px rgba(255, 255, 10, 1.00) , 917px 1680px rgba(255, 255, 10, 1.00) , 1353px 647px rgba(255, 255, 10, 1.00) , 1490px 26px rgba(255, 255, 10, 1.00) , 852px 1974px rgba(255, 255, 10, 1.00) , 1059px 1820px rgba(255, 255, 10, 1.00) , 1064px 1240px rgba(255, 255, 10, 1.00) , 165px 34px rgba(255, 255, 10, 1.00) , 106px 991px rgba(255, 255, 10, 1.00) , 725px 1537px rgba(255, 255, 10, 1.00) , 1881px 238px rgba(255, 255, 10, 1.00) , 746px 1423px rgba(255, 255, 10, 1.00) , 305px 736px rgba(255, 255, 10, 1.00) , 739px 1358px rgba(255, 255, 10, 1.00) , 1094px 867px rgba(255, 255, 10, 1.00) , 662px 1728px rgba(255, 255, 10, 1.00) , 1147px 1395px rgba(255, 255, 10, 1.00) , 1867px 1729px rgba(255, 255, 10, 1.00) , 1864px 1681px rgba(255, 255, 10, 1.00) , 1314px 1384px rgba(255, 255, 10, 1.00) , 572px 1115px rgba(255, 255, 10, 1.00) , 1241px 864px rgba(255, 255, 10, 1.00) , 1479px 696px rgba(255, 255, 10, 1.00) , 1631px 277px rgba(255, 255, 10, 1.00);
	animation: stacks_in_2_110animStar 150s linear infinite;
}
#stacks_in_2_110stars3:after {
	content: " ";
	position: absolute;
	top: -2000px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 729px 1125px rgba(255, 255, 10, 1.00) , 1176px 1985px rgba(255, 255, 10, 1.00) , 1280px 894px rgba(255, 255, 10, 1.00) , 1648px 65px rgba(255, 255, 10, 1.00) , 443px 1646px rgba(255, 255, 10, 1.00) , 418px 209px rgba(255, 255, 10, 1.00) , 1009px 1023px rgba(255, 255, 10, 1.00) , 1745px 1799px rgba(255, 255, 10, 1.00) , 298px 1994px rgba(255, 255, 10, 1.00) , 1567px 1011px rgba(255, 255, 10, 1.00) , 1155px 1707px rgba(255, 255, 10, 1.00) , 243px 1951px rgba(255, 255, 10, 1.00) , 735px 57px rgba(255, 255, 10, 1.00) , 1502px 1439px rgba(255, 255, 10, 1.00) , 630px 763px rgba(255, 255, 10, 1.00) , 471px 1560px rgba(255, 255, 10, 1.00) , 1786px 1421px rgba(255, 255, 10, 1.00) , 1037px 1344px rgba(255, 255, 10, 1.00) , 1365px 1183px rgba(255, 255, 10, 1.00) , 1018px 311px rgba(255, 255, 10, 1.00) , 1510px 922px rgba(255, 255, 10, 1.00) , 1226px 254px rgba(255, 255, 10, 1.00) , 735px 1045px rgba(255, 255, 10, 1.00) , 334px 1033px rgba(255, 255, 10, 1.00) , 815px 1765px rgba(255, 255, 10, 1.00) , 689px 252px rgba(255, 255, 10, 1.00) , 1240px 979px rgba(255, 255, 10, 1.00) , 497px 360px rgba(255, 255, 10, 1.00) , 118px 137px rgba(255, 255, 10, 1.00) , 609px 1589px rgba(255, 255, 10, 1.00) , 394px 351px rgba(255, 255, 10, 1.00) , 745px 1710px rgba(255, 255, 10, 1.00) , 1135px 1788px rgba(255, 255, 10, 1.00) , 1020px 1867px rgba(255, 255, 10, 1.00) , 395px 506px rgba(255, 255, 10, 1.00) , 1428px 1641px rgba(255, 255, 10, 1.00) , 705px 1679px rgba(255, 255, 10, 1.00) , 1086px 867px rgba(255, 255, 10, 1.00) , 759px 1466px rgba(255, 255, 10, 1.00) , 1456px 1218px rgba(255, 255, 10, 1.00) , 1326px 1707px rgba(255, 255, 10, 1.00) , 1416px 810px rgba(255, 255, 10, 1.00) , 243px 1281px rgba(255, 255, 10, 1.00) , 655px 1572px rgba(255, 255, 10, 1.00) , 1463px 139px rgba(255, 255, 10, 1.00) , 921px 1993px rgba(255, 255, 10, 1.00) , 1189px 120px rgba(255, 255, 10, 1.00) , 1857px 349px rgba(255, 255, 10, 1.00) , 440px 1594px rgba(255, 255, 10, 1.00) , 1137px 1117px rgba(255, 255, 10, 1.00) , 1179px 192px rgba(255, 255, 10, 1.00) , 1309px 1233px rgba(255, 255, 10, 1.00) , 1983px 1025px rgba(255, 255, 10, 1.00) , 464px 281px rgba(255, 255, 10, 1.00) , 1737px 487px rgba(255, 255, 10, 1.00) , 1692px 1587px rgba(255, 255, 10, 1.00) , 1380px 562px rgba(255, 255, 10, 1.00) , 967px 580px rgba(255, 255, 10, 1.00) , 1136px 1384px rgba(255, 255, 10, 1.00) , 1081px 1442px rgba(255, 255, 10, 1.00) , 1133px 214px rgba(255, 255, 10, 1.00) , 916px 1503px rgba(255, 255, 10, 1.00) , 546px 795px rgba(255, 255, 10, 1.00) , 1986px 1993px rgba(255, 255, 10, 1.00) , 1418px 535px rgba(255, 255, 10, 1.00) , 619px 1209px rgba(255, 255, 10, 1.00) , 1087px 1865px rgba(255, 255, 10, 1.00) , 1814px 971px rgba(255, 255, 10, 1.00) , 1921px 1315px rgba(255, 255, 10, 1.00) , 1106px 1857px rgba(255, 255, 10, 1.00) , 1329px 1726px rgba(255, 255, 10, 1.00) , 807px 1748px rgba(255, 255, 10, 1.00) , 1913px 1061px rgba(255, 255, 10, 1.00) , 1875px 863px rgba(255, 255, 10, 1.00) , 904px 347px rgba(255, 255, 10, 1.00) , 1945px 1386px rgba(255, 255, 10, 1.00) , 1760px 555px rgba(255, 255, 10, 1.00) , 917px 1680px rgba(255, 255, 10, 1.00) , 1353px 647px rgba(255, 255, 10, 1.00) , 1490px 26px rgba(255, 255, 10, 1.00) , 852px 1974px rgba(255, 255, 10, 1.00) , 1059px 1820px rgba(255, 255, 10, 1.00) , 1064px 1240px rgba(255, 255, 10, 1.00) , 165px 34px rgba(255, 255, 10, 1.00) , 106px 991px rgba(255, 255, 10, 1.00) , 725px 1537px rgba(255, 255, 10, 1.00) , 1881px 238px rgba(255, 255, 10, 1.00) , 746px 1423px rgba(255, 255, 10, 1.00) , 305px 736px rgba(255, 255, 10, 1.00) , 739px 1358px rgba(255, 255, 10, 1.00) , 1094px 867px rgba(255, 255, 10, 1.00) , 662px 1728px rgba(255, 255, 10, 1.00) , 1147px 1395px rgba(255, 255, 10, 1.00) , 1867px 1729px rgba(255, 255, 10, 1.00) , 1864px 1681px rgba(255, 255, 10, 1.00) , 1314px 1384px rgba(255, 255, 10, 1.00) , 572px 1115px rgba(255, 255, 10, 1.00) , 1241px 864px rgba(255, 255, 10, 1.00) , 1479px 696px rgba(255, 255, 10, 1.00) , 1631px 277px rgba(255, 255, 10, 1.00);
}

@keyframes stacks_in_2_110animStar {
from {
	transform: translateY(0px);
	}
to {
	transform: translateY(2000px);
	}
}

#stacks_in_2_110 {
	background-color: rgba(0, 71, 137, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}


  .stacks_in_2_112-drop-down-plain-links a,
  .stacks_in_2_112-drop-down-plain-links a:visited {
    color: #E80000 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 4px;
    
  }

  .stacks_in_2_112-drop-down-plain-links a:hover,
  .stacks_in_2_112-drop-down-plain-links a:active,
  .stacks_in_2_112-drop-down-plain-links li.selected a {
    color: #0042B0 !important;
    background-color: #FFFFFF;
  }

  
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_2_114-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_115-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_116-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_117-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_118-plain > a > i {
  margin-right: 4px;
}



.stacks_in_2_119-parent-id .drop-down-container {
	background: rgba(204, 204, 204, 0.90);
   left: 0;
}


.stacks_in_2_119-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_2_119-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_2_119-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_2_119-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_2_119-drop-down {
    
  	border: 1px solid #003366;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(0, 71, 137, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_2_119-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_2_119-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}


  .stacks_in_2_123-drop-down-plain-links a,
  .stacks_in_2_123-drop-down-plain-links a:visited {
    color: #063873 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 20px;
    
  }

  .stacks_in_2_123-drop-down-plain-links a:hover,
  .stacks_in_2_123-drop-down-plain-links a:active,
  .stacks_in_2_123-drop-down-plain-links li.selected a {
    color: #063873 !important;
    background-color: #FFFFFF;
  }

  
    .stacks_in_2_123-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px;
      padding-right: 10px;
    }

    
        }

        .stacks_in_2_123-drop-down-plain-links a:hover,
        .stacks_in_2_123-drop-down-plain-links a:active,
        .stacks_in_2_123-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_2_125-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_126-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_127-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_128-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_129-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_130-plain > a > i {
  margin-right: 4px;
}



.stacks_in_2_131-parent-id .drop-down-container {
	background: rgba(204, 204, 204, 0.90);
   left: 0;
}


.stacks_in_2_131-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_2_131-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_2_131-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_2_131-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_2_131-drop-down {
    
  	border: 1px solid #003366;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(0, 71, 137, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_2_131-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_2_131-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}


  .stacks_in_2_135-drop-down-plain-links a,
  .stacks_in_2_135-drop-down-plain-links a:visited {
    color: #063873 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 20px;
    
  }

  .stacks_in_2_135-drop-down-plain-links a:hover,
  .stacks_in_2_135-drop-down-plain-links a:active,
  .stacks_in_2_135-drop-down-plain-links li.selected a {
    color: #063873 !important;
    background-color: #FFFFFF;
  }

  
    .stacks_in_2_135-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px;
      padding-right: 10px;
    }

    
        }

        .stacks_in_2_135-drop-down-plain-links a:hover,
        .stacks_in_2_135-drop-down-plain-links a:active,
        .stacks_in_2_135-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_2_137-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_138-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_139-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_2_140-plain > a > i {
  margin-right: 4px;
}



#stacks_in_2_141 {
	/* Fixes bug in FF and Chrome where spacing is added to the bottom of the Hover Image stack.  */
	line-height: 0;
}

#stacks_in_2_141 figure > img {
	
	
	width: 600px;
	height: auto;
	
}

#stacks_in_2_141 .hi-content-wrap {
		display:table;
		width: 100%;
		
			
			height: 100% !important;
			
		
}

#stacks_in_2_141 .hi-content-inner-wrap {
	display: table-cell;
	vertical-align: middle;
}

#stacks_in_2_141 .hi-content {
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2_141 p.foundry_image_hover_paragraph {
	margin-bottom: 0;
}

#stacks_in_2_141 .foundry_image_hover_img,
#stacks_in_2_141 .foundry_image_hover_caption,
#stacks_in_2_141 .foundry_image_hover_caption:before,
#stacks_in_2_141 .foundry_image_hover_caption:after,
#stacks_in_2_141 [class*=' imghvr-'],
#stacks_in_2_141 [class^='imghvr-'],
#stacks_in_2_141 [class*=' imghvr-']:before,
#stacks_in_2_141 [class^='imghvr-']:before,
#stacks_in_2_141 [class*=' imghvr-']:after,
#stacks_in_2_141 [class^='imghvr-']:after {
	background-color: rgba(255, 255, 255, 0.24);
}

#stacks_in_2_141 [class^='imghvr-'] figcaption,
#stacks_in_2_141 [class^='imghvr-'] figcaption h5,
#stacks_in_2_141 [class*=' imghvr-'] figcaption,
#stacks_in_2_141 [class*=' imghvr-'] figcaption h5 {
	color: rgba(255, 255, 255, 1.00);
}


#stacks_in_2_141 .foundry_image_hover_caption {
	/* Added to fix a Safari v16 rendering problem. */
	border: 1px solid transparent;
}




#stacks_in_2_141 {
	padding:  3px;
}

#stacks_out_2_141 {
	width: 83%;
}



.stacks_in_2_142-parent-id .drop-down-container {
	background: rgba(0, 71, 137, 0.33);
  right : 0;
}


.stacks_in_2_142-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_2_142-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_2_142-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_2_142-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_2_142-drop-down {
    
  	border: 1px solid #80FF08;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(17, 128, 2, 0.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_2_142-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_2_142-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}
/*
1.0.0
*/
.hlh-margin_stacks_in_2_528 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_2_528 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_2_528[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_2_528 > a,
.halo-hyperlink_stacks_in_2_528 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_528 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_2_528 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_2_528 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_2_528 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.00);
}

.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-528-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_2_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_2_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_2_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_2_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_2_528 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_2_529 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_2_529 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.28);
  	-moz-transform: scale(1.28);
  	-o-transform: scale(1.28);
	-ms-transform: scale(1.28);
	transform: scale(1.28);
	z-index:1}
	
.linkpop_stacks_in_2_529 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_2_529 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_2_529 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_2_529 {
	display:none}	

.linkpop_stacks_in_2_529 a:link, .linkpop_stacks_in_2_529 a:visited, .linkpop_stacks_in_2_529 a:hover, .linkpop_stacks_in_2_529 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_2_529 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_2_529 span.jQshadpop_stacks_in_2_529 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */.animdiv_stacks_in_2_877 {
  position: relative;
  z-index: 100;
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1.00;
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
#mask_single_stacks_in_2_877 rect {
    transform: translate(-960px,0);
}
.animdiv_stacks_in_2_877.invertedTrue #mask_stacks_in_2_877 rect {
  transform: scale(-1,1);
  transform-origin: center;
}
.animdiv_stacks_in_2_877.invertedTrue #mask_single_stacks_in_2_877 rect {
  transform: scale(-1,1) translate(-960px,0);;
  transform-origin: center;
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap svg path.animdiv-opacity {
  stroke: none;
  stroke-width: 0;
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs {
  height: 100%;
}
.animdiv_stacks_in_2_877.anim-v-12 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
  shape-rendering: optimizeSpeed;
}
@media (min-resolution: 2ddpx) {
  .animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
    shape-rendering: optimizeSpeed;
  }
}

.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top {
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0.5px 0 0 0);
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top .pattern-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-center {
  z-index: 2;
  height: 100%;
  clip-path: inset(59px 0 0 0);
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap > svg {
  width: 100%;
  overflow: visible;
}
.animdiv_stacks_in_2_877 > .animdiv-wrap-outer > .animdiv-wrap:after {
  background: #FFFFFF;
}
.animdiv_stacks_in_2_877 .animdiv-content-wrap {
  position: relative;
  z-index: 3;
  min-height: 60px;
  display: grid;
  align-items: center;
  
}
.animdiv_stacks_in_2_877 .animdiv-content-wrap > div {
  
  
  padding: 120px 0 60px 0;
  
  
  
}
.animdiv_stacks_in_2_877.anim-v-8  .animdiv-content-wrap> div,
.animdiv_stacks_in_2_877.anim-v-15 .animdiv-content-wrap > div,
.animdiv_stacks_in_2_877.anim-v-18 .animdiv-content-wrap > div,
.animdiv_stacks_in_2_877.anim-v-19 .animdiv-content-wrap > div {
  
  padding: 90.000000px 0 60px 0;
  
  
  
}
.animdiv_stacks_in_2_877 .animdiv-mask,
.animdiv_stacks_in_2_877 image:not(.animdiv-pattern):not(.animdiv-off),
.animdiv_stacks_in_2_877 image.animdiv-off {
  transform-origin: center;
}
.svg-animdiv:not([data-category="Animated"]) #pat_r_stacks_in_2_877 path,
.svg-animdiv:not([data-category="Animated"]) .animdiv_stacks_in_2_877 .animdiv-use-r {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.svg-animdiv[data-category="Animated"][data-variation="7"] #pat_r_stacks_in_2_877 {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.animdiv_stacks_in_2_877.layerTrue .animdiv-content-wrap {
  height: calc(60px + 0px);
}
.animdiv_stacks_in_2_877.layerTrue .animdiv-content-wrap > div {
  display: none;
}
/**/
.animdiv_stacks_in_2_877.overlapTrue {
  margin: -60px 0 0 0;
}
.animdiv_stacks_in_2_877.overlapTrue.layerTrue,
.animdiv_stacks_in_2_877.overlapFalse.layerTrue {
  position: absolute;
  width: 100%;
  margin: -0px 0 0 0;
}
/**/
.animdiv_stacks_in_2_877.anim-v-17.layer1False .patternSingle > path,
.animdiv_stacks_in_2_877.anim-v-16.layer2False .patternSingle g:nth-child(3),
.animdiv_stacks_in_2_877.anim-v-16.layer1False .patternSingle g:nth-child(4),
.animdiv_stacks_in_2_877.anim-v-14.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_2_877.anim-v-13.layer1False .patternSingle > path:nth-child(1),
.animdiv_stacks_in_2_877.anim-v-20.layer2False .patternRepeat g:nth-child(1),
.animdiv_stacks_in_2_877.anim-v-20.layer1False .patternSingle path,
.animdiv_stacks_in_2_877.anim-v-15.layer3False .patternSingle path,
.animdiv_stacks_in_2_877.anim-v-10.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-10.layer3False .patternSingle path,
.animdiv_stacks_in_2_877.anim-v-9.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-9.layer3False .patternSingle path,
.animdiv_stacks_in_2_877.anim-v-5.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_2_877.anim-v-5.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-5.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_2_877.anim-v-4.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-4.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_2_877.anim-v-3.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_2_877.anim-v-3.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-3.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_2_877.anim-v-1.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-1.layer3False .patternRepeat path:nth-child(3) {
  display: none;
}
.animdiv_stacks_in_2_877.anim-v-3.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-3.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3),
.animdiv_stacks_in_2_877.anim-v-5.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_2_877.anim-v-5.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3) {
  opacity: 1 !important;
}
/**/


#stacks_in_2_853 .rainbow-bar {
	overflow: hidden;
	
}

#stacks_in_2_853 .rainbow-bar > span {
	display: block;
	height: 60px;
	
	/* GRADIENT MODE */
	width: 100%;
	background: rgba(0, 71, 137, 1.00);
	background: -moz-linear-gradient(-45deg,  rgba(0, 71, 137, 1.00) 0%, rgba(0, 71, 137, 0.50) 25%, rgba(204, 102, 255, 1.00) 50%, rgba(250, 0, 0, 0.50) 75%, rgba(250, 0, 0, 1.00) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0, 71, 137, 1.00) 0%,rgba(0, 71, 137, 0.50) 25%,rgba(204, 102, 255, 1.00) 50%,rgba(250, 0, 0, 0.50) 75%,rgba(250, 0, 0, 1.00) 100%);
	background: linear-gradient(135deg,  rgba(0, 71, 137, 1.00) 0%,rgba(0, 71, 137, 0.50) 25%,rgba(204, 102, 255, 1.00) 50%,rgba(250, 0, 0, 0.50) 75%,rgba(250, 0, 0, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 71, 137, 1.00)', endColorstr='rgba(250, 0, 0, 1.00)',GradientType=1 );
	
}




	

#stacks_in_2_853 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
