
html,
body {
  overflow-x: hidden;
}

.container, .container-fluid {
  position: relative;
  z-index: 1;
}


section {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

.canvas-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*------------------------------------------------------
[Typography]
*/
body {
  /* background-color: #000; */
  color: #FFFFF1;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

a {
  /* Z custom */
  color: #351735;
  text-decoration: none;
}
a:hover {
  color: #133bbb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  /* margin-bottom: 0.5rem; */
  margin-bottom: 0.1rem;
  font-family: "Jost", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover,
.h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
  /* Z custom */
  color: #351735;
}
h1.text-white > a, h2.text-white > a, h3.text-white > a, h4.text-white > a, h5.text-white > a, h6.text-white > a,
.h1.text-white > a, .h2.text-white > a, .h3.text-white > a, .h4.text-white > a, .h5.text-white > a, .h6.text-white > a {
  color: #fff;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}

h3, .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h51, .h51 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}


h52, .h52 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
}

h53, .h53 {
  font-size: 0.50rem;
  font-weight: 700;
  line-height: 1.65;
}

h54, .h54 {
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 1.7;
}

h55, .h55 {
  font-size: 0rem;
  font-weight: 700;
  line-height: 1.75;
}


.display-1 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.99px) {
  h1, .h1 {
    font-size: 1.875rem;
  }

  h2, .h2 {
    font-size: 1.625rem;
  }

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

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

  .display-1 {
    font-size: 3.125rem;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 2.25rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.125rem;
  }
}

/*------------------------------------------------------
[Buttons]
*/
.btn {
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn-lg {
  padding: 0.6875rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.385rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.btn-pill {
  border-radius: 50rem;
}

.btn-icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 2.75rem;
  height: 2.75rem;
/* Z custom padding boxes */   
  /* padding : 22px; (for fa-2x) */
  margin-top : 5px;
  margin-left : 5px;
  margin-bottom : 5px;
  margin-right: 5px;

}
.btn-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-icon-inner-bottom-minus {
  top: 80%;
}


.btn-icon.btn-sm {
  font-size: 0.8175rem;
  width: 1.9375rem;
  height: 1.9375rem;
  /* Z custom add for arrows */
  background: #502250;
  color: #fffff1;
}

/* Z CUSTOM ADD FULL BLOC FOR HOVER ARROWS */
.btn-icon.btn-sm:hover {
  font-size: 0.8175rem;
  width: 1.9375rem;
  height: 1.9375rem;
  /* Z custom add for arrows */
  background: #934494;
  color: #fffff1;
}

.btn-icon.btn-lg {
  font-size: 1.25rem;
  width: 3.375rem;
  height: 3.375rem;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background: #502250;
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  /* Z custom blue-v2 */
  background: #497753;
  border-color: #497753;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  /* Z custom blue-v2 */
  border-color: #497753;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  /* Z custom blue-v2 */
  background-color: #497753;
  border-color: #497753;
}

.btn-secondary {
  color: #fff;
  background: #414455;
  border-color: transparent;
}
.btn-secondary:hover {
  color: #fff;
  background: #363847;
  border-color: #363847;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  border-color: #363847;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #363847;
  border-color: #363847;
}

.btn-success {
  color: #fff;
  background: #21ce5b;
  border-color: transparent;
}
.btn-success:hover {
  color: #fff;
  background: #1db851;
  border-color: #1db851;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  border-color: #1db851;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1db851;
  border-color: #1db851;
}

.btn-info {
  color: #080914;
  background: #3fc4e3;
  border-color: transparent;
}
.btn-info:hover {
  color: #fff;
  background: #29bde0;
  border-color: #29bde0;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  border-color: #29bde0;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #29bde0;
  border-color: #29bde0;
}

.btn-warning {
  color: #080914;
  background: #f3ed4f;
  border-color: transparent;
}
.btn-warning:hover {
  color: #080914;
  background: #f1eb37;
  border-color: #f1eb37;
}
.btn-warning:focus, .btn-warning.focus {
  color: #080914;
  border-color: #f1eb37;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #080914;
  background-color: #f1eb37;
  border-color: #f1eb37;
}

.btn-danger {
  color: #fff;
  background: #ff5b5c;
  border-color: transparent;
}
.btn-danger:hover {
  color: #fff;
  background: #ff4243;
  border-color: #ff4243;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  border-color: #ff4243;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4243;
  border-color: #ff4243;
}

.btn-light {
  color: #080914;
  background: #f5f7f9;
  border-color: transparent;
}
.btn-light:hover {
  color: #080914;
  background: #e5eaef;
  border-color: #e5eaef;
}
.btn-light:focus, .btn-light.focus {
  color: #080914;
  border-color: #e5eaef;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #080914;
  background-color: #e5eaef;
  border-color: #e5eaef;
}

.btn-dark {
  color: #fff;
  background: #080914;
  border-color: transparent;
}
.btn-dark:hover {
  color: #fff;
  background: #010102;
  border-color: #010102;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  border-color: #010102;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #010102;
  border-color: #010102;
}

.btn-white {
  color: #080914;
  background: #fff;
  border-color: transparent;
}
.btn-white:hover {
  color: #080914;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-white:focus, .btn-white.focus {
  color: #080914;
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #080914;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-primary {
  /* Z custom */
  border-color: #351735;
}

.btn-outline-secondary {
  border-color: #414455;
}

.btn-outline-success {
  border-color: #21ce5b;
}

.btn-outline-info {
  border-color: #3fc4e3;
}

.btn-outline-warning {
  border-color: #f3ed4f;
}

.btn-outline-danger {
  border-color: #ff5b5c;
}

.btn-outline-light {
  border-color: #f5f7f9;
}

.btn-outline-dark {
  border-color: #080914;
}

.btn-outline-white {
  border-color: #fff;
}

.btn-soft-primary {
  /* Z custom */
  color: #351735;
  background: rgba(25, 74, 232, 0.1);
  border-color: transparent;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active {
  /* Z custom */
  color: #351735;
  background: rgba(25, 74, 232, 0.15);
  box-shadow: rgba(25, 74, 232, 0.35);
}
.btn-soft-primary.disabled, .btn-soft-primary:disabled {
  /* Z custom */
  color: #351735;
  background-color: rgba(25, 74, 232, 0.1);
  box-shadow: none;
}
.btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active, .show > .btn-soft-primary.dropdown-toggle {
  /* Z custom */
  color: #351735;
  background: rgba(25, 74, 232, 0.2);
}

.btn-soft-secondary {
  color: #414455;
  background: rgba(65, 68, 85, 0.1);
  border-color: transparent;
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active {
  color: #414455;
  background: rgba(65, 68, 85, 0.15);
  box-shadow: rgba(65, 68, 85, 0.35);
}
.btn-soft-secondary.disabled, .btn-soft-secondary:disabled {
  color: #414455;
  background-color: rgba(65, 68, 85, 0.1);
  box-shadow: none;
}
.btn-soft-secondary:not(:disabled):not(.disabled):active, .btn-soft-secondary:not(:disabled):not(.disabled).active, .show > .btn-soft-secondary.dropdown-toggle {
  color: #414455;
  background: rgba(65, 68, 85, 0.2);
}

.btn-soft-success {
  color: #21ce5b;
  background: rgba(33, 206, 91, 0.1);
  border-color: transparent;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active {
  color: #21ce5b;
  background: rgba(33, 206, 91, 0.15);
  box-shadow: rgba(33, 206, 91, 0.35);
}
.btn-soft-success.disabled, .btn-soft-success:disabled {
  color: #21ce5b;
  background-color: rgba(33, 206, 91, 0.1);
  box-shadow: none;
}
.btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled).active, .show > .btn-soft-success.dropdown-toggle {
  color: #21ce5b;
  background: rgba(33, 206, 91, 0.2);
}

.btn-soft-info {
  color: #3fc4e3;
  background: rgba(63, 196, 227, 0.1);
  border-color: transparent;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active {
  color: #3fc4e3;
  background: rgba(63, 196, 227, 0.15);
  box-shadow: rgba(63, 196, 227, 0.35);
}
.btn-soft-info.disabled, .btn-soft-info:disabled {
  color: #3fc4e3;
  background-color: rgba(63, 196, 227, 0.1);
  box-shadow: none;
}
.btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled).active, .show > .btn-soft-info.dropdown-toggle {
  color: #3fc4e3;
  background: rgba(63, 196, 227, 0.2);
}

.btn-soft-warning {
  color: #f3ed4f;
  background: rgba(243, 237, 79, 0.1);
  border-color: transparent;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active {
  color: #f3ed4f;
  background: rgba(243, 237, 79, 0.15);
  box-shadow: rgba(243, 237, 79, 0.35);
}
.btn-soft-warning.disabled, .btn-soft-warning:disabled {
  color: #f3ed4f;
  background-color: rgba(243, 237, 79, 0.1);
  box-shadow: none;
}
.btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled).active, .show > .btn-soft-warning.dropdown-toggle {
  color: #f3ed4f;
  background: rgba(243, 237, 79, 0.2);
}

.btn-soft-danger {
  color: #ff5b5c;
  background: rgba(255, 91, 92, 0.1);
  border-color: transparent;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active {
  color: #ff5b5c;
  background: rgba(255, 91, 92, 0.15);
  box-shadow: rgba(255, 91, 92, 0.35);
}
.btn-soft-danger.disabled, .btn-soft-danger:disabled {
  color: #ff5b5c;
  background-color: rgba(255, 91, 92, 0.1);
  box-shadow: none;
}
.btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled).active, .show > .btn-soft-danger.dropdown-toggle {
  color: #ff5b5c;
  background: rgba(255, 91, 92, 0.2);
}

.btn-soft-light {
  color: #f5f7f9;
  background: rgba(245, 247, 249, 0.1);
  border-color: transparent;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active {
  color: #f5f7f9;
  background: rgba(245, 247, 249, 0.15);
  box-shadow: rgba(245, 247, 249, 0.35);
}
.btn-soft-light.disabled, .btn-soft-light:disabled {
  color: #f5f7f9;
  background-color: rgba(245, 247, 249, 0.1);
  box-shadow: none;
}
.btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled).active, .show > .btn-soft-light.dropdown-toggle {
  color: #f5f7f9;
  background: rgba(245, 247, 249, 0.2);
}

.btn-soft-dark {
  color: #080914;
  background: rgba(8, 9, 20, 0.1);
  border-color: transparent;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active {
  color: #080914;
  background: rgba(8, 9, 20, 0.15);
  box-shadow: rgba(8, 9, 20, 0.35);
}
.btn-soft-dark.disabled, .btn-soft-dark:disabled {
  color: #080914;
  background-color: rgba(8, 9, 20, 0.1);
  box-shadow: none;
}
.btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled).active, .show > .btn-soft-dark.dropdown-toggle {
  color: #080914;
  background: rgba(8, 9, 20, 0.2);
}

.btn-soft-white {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: rgba(255, 255, 255, 0.35);
}
.btn-soft-white.disabled, .btn-soft-white:disabled {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled).active, .show > .btn-soft-white.dropdown-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.btn-text-primary {
  /* Z custom */  
  color: #351735;
  background: transparent;
}
.btn-text-primary[href]:hover, .btn-text-primary[href]:focus, .btn-text-primary[href]:active, .btn-text-primary[type]:hover, .btn-text-primary[type]:focus, .btn-text-primary[type]:active {
  color: #1033a4;
}

.btn-text-secondary {
  color: #414455;
  background: transparent;
}
.btn-text-secondary[href]:hover, .btn-text-secondary[href]:focus, .btn-text-secondary[href]:active, .btn-text-secondary[type]:hover, .btn-text-secondary[type]:focus, .btn-text-secondary[type]:active {
  color: #20212a;
}

.btn-text-success {
  color: #21ce5b;
  background: transparent;
}
.btn-text-success[href]:hover, .btn-text-success[href]:focus, .btn-text-success[href]:active, .btn-text-success[type]:hover, .btn-text-success[type]:focus, .btn-text-success[type]:active {
  color: #168c3e;
}

.btn-text-info {
  color: #3fc4e3;
  background: transparent;
}
.btn-text-info[href]:hover, .btn-text-info[href]:focus, .btn-text-info[href]:active, .btn-text-info[type]:hover, .btn-text-info[type]:focus, .btn-text-info[type]:active {
  color: #1b9cba;
}

.btn-text-warning {
  color: #f3ed4f;
  background: transparent;
}
.btn-text-warning[href]:hover, .btn-text-warning[href]:focus, .btn-text-warning[href]:active, .btn-text-warning[type]:hover, .btn-text-warning[type]:focus, .btn-text-warning[type]:active {
  color: #e6de10;
}

.btn-text-danger {
  color: #ff5b5c;
  background: transparent;
}
.btn-text-danger[href]:hover, .btn-text-danger[href]:focus, .btn-text-danger[href]:active, .btn-text-danger[type]:hover, .btn-text-danger[type]:focus, .btn-text-danger[type]:active {
  color: #ff0f10;
}

.btn-text-light {
  color: #f5f7f9;
  background: transparent;
}
.btn-text-light[href]:hover, .btn-text-light[href]:focus, .btn-text-light[href]:active, .btn-text-light[type]:hover, .btn-text-light[type]:focus, .btn-text-light[type]:active {
  color: #c5d1dc;
}

.btn-text-dark {
  color: #080914;
  background: transparent;
}
.btn-text-dark[href]:hover, .btn-text-dark[href]:focus, .btn-text-dark[href]:active, .btn-text-dark[type]:hover, .btn-text-dark[type]:focus, .btn-text-dark[type]:active {
  color: black;
}

.btn-text-white {
  color: #fff;
  background: transparent;
}
.btn-text-white[href]:hover, .btn-text-white[href]:focus, .btn-text-white[href]:active, .btn-text-white[type]:hover, .btn-text-white[type]:focus, .btn-text-white[type]:active {
  color: rgba(255, 255, 255, 0.8);
}

.btn-back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1030;
  animation-name: fadeInUpBig;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.btn-back-to-top:not(.show) {
  animation-name: fadeOutDownBig;
}


/*------------------------------------------------------
[Website Layout]
*/
.body-overflow-measure {
  position: relative;
  height: 200vh;
}

.website-slider {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.website-slider-inner {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.website-slider .website-slider-item {
  display: none;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff;
  transition: opacity 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -webkit-user-select: none;
          user-select: none;
}
.website-slider .website-slider-item .website-slider-item-inner {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0.1s, opacity 0.4s cubic-bezier(0.5, 0, 0.2, 1) 0.1s;
}
.website-slider .website-slider-item:not(.show) {
  opacity: 0;
}
.website-slider .website-slider-item:not(.show) .website-slider-item-inner {
  opacity: 0;
  transform: translate3d(0, 15vh, 0);
}
.website-slider .website-slider-item.show-prev {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.website-slider .website-slider-item.show-prev:not(.bg-transparent) {
  opacity: 1;
}
.website-slider .website-slider-item.show-prev.bg-transparent.has-overlay .website-slider-item-inner {
  opacity: 0;
}
.website-slider .website-slider-item.show-prev .website-slider-item-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.website-slider .website-slider-item.show-new {
  display: block;
  z-index: 30;
}
.website-slider .website-slider-item.active {
  display: block;
  z-index: 20;
  -webkit-user-select: auto;
          user-select: auto;
}
.website-slider .website-slider-item.has-overlay .overlay {
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}
.website-slider .website-slider-item.has-overlay:not(.show):not(.show-prev) .overlay {
  transform: scale(1.35);
}

/* Website Slider Buttons */
.website-slider-buttons {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1.5rem rgba(33, 35, 48, 0.05);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1030;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 50;
}


/*------------------------------------------------------
[Pagination]
*/
.page-link {
  padding: 0.5625rem 0.5625rem;
  margin-left: 0;
  line-height: 1.6;
  color: #303342;
  background-color: #fff;
  border: 1px solid #d8dde6;
  cursor: pointer;
  text-align: center;
  min-width: 2.8125rem;
}
.page-link:hover {
  /* Z custom */
  color: #351735;
  background-color: #f5f7f9;
  border-color: #d8dde6;
}

.page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.page-item .page-link {
  border-radius: 0.25rem;
}

.pagination .page-item:first-child {
  margin-left: 0;
}
.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination-lg .page-link {
  min-width: 3.375rem;
}

.pagination-sm .page-link {
  min-width: 1.9375rem;
}

.pagination-pill .page-item .page-link {
  border-radius: 50rem;
}


/* Mouse icon */
.mouse-icon {
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 30px;
  height: 50px;
  width: 30px;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.mouse-icon:before {
  content: "";
  display: block;
  position: relative;
  border-radius: 4px;
  background-color: currentColor;
  width: 4px;
  height: 10px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
/*------------------------------------------------------
[Overlay]
*/
.bg-image-holder img {
  display: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
          user-select: none;
  border-radius: inherit;
}
.overlay.overlay-global {
  position: fixed;
}
.overlay .overlay-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay .overlay-inner.vegas-container {
  height: auto !important;
}
.overlay .overlay-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.overlay canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

