html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

svg {
  width: 100%;
  height: 100%; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

[class*="col-"], .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

._no-padding {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 768px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 992px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992px) {
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 992px) {
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 992px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .col-md-7 {
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%; } }

@media (min-width: 992px) {
  .col-md-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%; } }

@media (min-width: 992px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 992px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1280px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1280px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 1740px) {
  .col-superlg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
  @media (max-width: 767px) {
    .col-auto {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.col-2 {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
  max-width: 41.66%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%; }

.col-8 {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%; }

.col-10 {
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 660px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 890px;
      max-width: 100%; } }
  @media (min-width: 1280px) {
    .container {
      width: 1200px;
      max-width: 100%; } }
  @media (min-width: 1740px) {
    .container {
      width: 1610px;
      max-width: 100%; } }

/**
 * Swiper 6.4.11
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
      transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: left top;
      transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
      transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body {
  color: #1e2f46;
  font-family: "GE Sans", sans-serif;
  min-height: 100%;
  font-size: 100%;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  height: auto !important; }
  @media (max-width: 767px) {
    body {
      font-size: 80%; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    body {
      font-size: 90%; } }
  body.noscroll {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4; }

::marker {
  display: none; }

h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

a {
  color: inherit;
  outline: 0 !important;
  transition: color 0.3s ease-in-out; }
  a:hover {
    color: #005EB8; }

a {
  outline: 0 !important;
  transition: color 0.3s ease-in-out; }
  a a:hover {
    transition: color 0.3s ease-in-out; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

b, strong {
  font-weight: 700; }

.pre-title {
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  color: #005EB8;
  margin-bottom: 0; }
  @media (min-width: 1740px) {
    .pre-title {
      font-size: 1.2rem; } }

.blue-text {
  color: #00B5E5 !important; }

.dblue-text {
  color: #005EB8 !important; }

.vscan--bg {
  overflow: hidden; }
  @media (min-width: 992px) {
    .vscan--bg {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; } }

.mk--gradient-left {
  display: none; }
  @media (min-width: 992px) {
    .mk--gradient-left {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.55) 60%, rgba(255, 255, 255, 0.25) 85%, rgba(255, 255, 255, 0) 100%);
      width: 32%;
      z-index: 3;
      display: block; } }
  @media (min-width: 1740px) {
    .mk--gradient-left {
      width: 50%; } }

.mk--gradient-right {
  display: none; }
  @media (min-width: 992px) {
    .mk--gradient-right {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      width: 45%;
      z-index: 3;
      display: block; } }

main {
  position: relative; }
  @media (min-width: 992px) {
    main {
      overflow: hidden; } }

main {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.vscan--content {
  z-index: 11; }
  .vscan--content .full-screen-row {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .vscan--content .full-screen-row {
        padding-top: 80px;
        height: calc(100vh - 70px); } }
    @media (min-width: 1280px) {
      .vscan--content .full-screen-row {
        padding-top: 100px;
        height: calc(100vh - 70px); } }
    @media (min-width: 1280px) and (min-height: 900px) {
      .vscan--content .full-screen-row {
        padding-top: 140px;
        height: calc(100vh - 183px); } }
    @media (min-width: 1740px) {
      .vscan--content .full-screen-row {
        padding-top: 140px;
        height: calc(100vh - 210px); } }
    @media (max-height: 800px) {
      .vscan--content .full-screen-row {
        padding-top: 80px; } }
    @media (max-width: 991px) {
      .vscan--content .full-screen-row {
        padding-top: 1rem; } }
    @media (min-width: 1280px) and (max-width: 1739px) {
      .vscan--content .full-screen-row > .row > .col-md-6 {
        padding-right: 10%; } }

.js--more {
  color: #1e2f46 !important; }

@media (min-width: 992px) {
  .vscan--video-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; } }

.vscan--video-block.-mk {
  padding-right: 30%; }

@media (min-width: 992px) {
  .vscan--video-block .button {
    -ms-flex-order: 2;
        order: 2; } }

@media (max-width: 991px) {
  .vscan--video-block .button {
    margin-bottom: 1rem; } }

@media (max-width: 767px) {
  .vscan--video-block .button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1rem;
    display: block; } }

.vscan--video-block p a {
  text-decoration: none;
  color: #00B5E5; }
  .vscan--video-block p a:hover {
    color: #005EB8; }

.video-text-block ul {
  padding-left: 1rem;
  margin-bottom: 1rem; }

.video-text-block a {
  text-decoration: none;
  color: #00B5E5; }
  .video-text-block a:hover {
    color: #005EB8; }

._hidden-xs {
  display: none !important; }
  @media (min-width: 992px) {
    ._hidden-xs {
      display: initial !important; } }

@media (min-width: 992px) {
  ._hidden-sm-up {
    display: none !important; } }

._centered {
  text-align: center; }

._img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

._text-center {
  text-align: center; }

.slick-prev,
.slick-next {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
  width: 15px;
  height: 28px;
  color: #1e2f46; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }

.slick-prev {
  -ms-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg);
  left: -25px; }

.slick-next {
  right: -25px; }

.arrow-left, .arrow-right {
  display: none; }
  @media (min-width: 768px) {
    .arrow-left, .arrow-right {
      position: absolute;
      display: block;
      cursor: pointer;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      z-index: 1000;
      padding: 6px;
      width: 38px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      z-index: 18;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.08); } }
  .arrow-left svg, .arrow-right svg {
    width: 10px;
    height: 24px;
    color: #1e2f46; }
  .arrow-left:hover, .arrow-left:focus, .arrow-right:hover, .arrow-right:focus {
    outline: none; }

.arrow-left {
  -ms-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg);
  left: 15px; }
  .arrow-left svg {
    left: 2px;
    position: relative; }

.arrow-right {
  right: 15px; }
  .arrow-right svg {
    right: -2px;
    position: relative; }

.swiper-pagination-bullet {
  text-align: center;
  line-height: 20px !important;
  font-size: 12px;
  opacity: 1;
  background: #cbccce; }

.swiper-pagination-bullet-active {
  color: #fff;
  background: #00B5E5 !important; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 16px;
      width: 16px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        /*&:before {
                    opacity: $slick-opacity-on-hover;
                }*/ }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        text-align: center;
        background-color: #cbccce; }
    .slick-dots li.slick-active button:before {
      background-color: #00B5E5; }

.vscan--action-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*&.nc--action-block {
    .button {
      @include tablet-lg {
        padding-left: 20px;
        padding-right: 20px;
      }
    }
  }*/ }
  @media (max-width: 767px) {
    .vscan--action-block {
      max-width: 300px;
      margin: 1rem auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .vscan--action-block {
      margin: 1rem auto;
      text-align: center; } }
  @media (min-width: 992px) {
    .vscan--action-block {
      position: absolute;
      right: 15px;
      bottom: 15px;
      z-index: 10;
      width: 185px; } }
  @media (max-width: 767px) {
    .vscan--action-block.-resources {
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }
  .vscan--action-block .button {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .vscan--action-block .button {
        width: 100%; } }

.swiper-slide {
  box-sizing: border-box; }

.swiper-button-next, .swiper-button-prev {
  width: 23px;
  height: 30px;
  outline: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px !important;
  color: #1e2f46; }

.button {
  padding: 11px 15px 10px;
  border-radius: 22px;
  text-align: center;
  text-decoration: none;
  font-family: "GE Sans", sans-serif;
  transition: 0.3s ease-in-out;
  line-height: 1;
  cursor: pointer;
  outline: 0 !important;
  border-style: solid;
  border-width: 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -0.04rem;
  font-weight: 700;
  min-width: 185px;
  position: relative; }
  @media (min-width: 768px) {
    .button {
      padding: 16px 10px 13px;
      border-radius: 30px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) and (max-height: 768px) {
    .button {
      padding: 2vh 1vh 1.8vh;
      border-radius: 8vh;
      font-size: 2.1vh; } }
  .button.-blue-solid {
    background-color: #00B5E5;
    color: #fff;
    border-color: #00B5E5; }
    .button.-blue-solid:hover::before {
      background-color: #00B5E5;
      transition: 0.3s ease-in-out; }
    .button.-blue-solid::before {
      content: '';
      display: block;
      background-color: transparent;
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      border-radius: 22px;
      transition: 0.3s ease-in-out;
      z-index: -1; }
  .button.-orange-solid {
    background-color: #fe5000;
    color: #fff;
    border-color: #fe5000; }
    .button.-orange-solid:hover::before {
      background-color: #fe5000;
      transition: 0.3s ease-in-out; }
    .button.-orange-solid::before {
      content: '';
      display: block;
      background-color: transparent;
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      border-radius: 22px;
      transition: 0.3s ease-in-out;
      z-index: -1; }
  .button.-lblue-bordered {
    background-color: #fff;
    color: #00B5E5;
    border-color: #00B5E5;
    border-width: 2px; }
    .button.-lblue-bordered:hover {
      background-color: #00B5E5;
      color: #fff; }
  .button.-dblue-bordered {
    background-color: #fff;
    color: #005EB8;
    border-color: #005EB8;
    border-width: 2px; }
    .button.-dblue-bordered:hover {
      background-color: #005EB8;
      color: #fff; }
  .button.-dark-bordered {
    background-color: #fff;
    color: #1e2f46;
    border-color: #1e2f46;
    border-width: 2px; }
    .button.-dark-bordered:hover {
      background-color: #1e2f46;
      color: #fff; }
  .button.-xs {
    min-width: initial;
    /*@include phone-only {
      min-width: initial;
      padding: 5px 8px 3px;
    }
    @include tablet {
      padding: 8px 12px 7px;
      border-radius: 24px;
      text-transform: none;
      
      min-height: 36px;
    }*/ }
  .button.-wide {
    display: block; }
  .button.-narrow {
    min-width: initial;
    padding-left: 15px;
    padding-right: 15px; }
  .button.-download-i {
    position: relative; }
    @media (min-width: 768px) {
      .button.-download-i {
        padding-left: 10px;
        padding-right: 24px; } }
    .button.-download-i svg {
      display: none; }
      @media (min-width: 768px) {
        .button.-download-i svg {
          position: relative;
          width: 14px;
          height: 14px;
          left: 0;
          top: 1px;
          margin-right: 5px;
          display: inline-block; } }
  .button.-star-i {
    padding-right: 40px;
    text-transform: none; }
    @media (max-width: 991px) {
      .button.-star-i {
        padding: 0;
        width: 28px;
        height: 28px;
        line-height: normal; } }
    .button.-star-i svg {
      position: absolute;
      width: 14px;
      height: 14px;
      right: 10px;
      top: 50%;
      margin-top: -8px; }
      @media (max-width: 991px) {
        .button.-star-i svg {
          right: 5px; } }
  .button i {
    font-style: normal;
    line-height: 6px;
    font-size: 27px;
    position: relative;
    top: 1px; }
    @media (max-width: 991px) {
      .button i {
        line-height: 6px;
        font-size: 27px;
        position: relative;
        top: -1px; } }

@media (max-width: 991px) {
  .close-btn.button {
    min-width: 28px;
    padding: 9px 0 8px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    right: 7px;
    top: 7px; } }

.buttons-row {
  margin-left: -8px;
  margin-right: -8px; }
  .buttons-row .button {
    margin-left: 8px;
    margin-right: 8px; }

.nav-pill {
  cursor: pointer; }
  @media (max-width: 991px) {
    .nav-pill {
      font-weight: 700;
      color: #63666A;
      position: relative;
      text-transform: uppercase;
      margin-right: 20px;
      display: inline-block;
      white-space: nowrap; } }
  @media (min-width: 992px) {
    .nav-pill {
      padding: 16px 45px 13px;
      font-size: 1rem;
      padding: 10px 25px 8px;
      border-radius: 6px;
      text-align: center;
      text-decoration: none;
      font-family: "GE Sans", sans-serif;
      transition: 0.3s ease-in-out;
      line-height: 1;
      cursor: pointer;
      outline: 0 !important;
      color: #13294B;
      border-style: solid;
      border-width: 1px;
      border-color: #13294B;
      display: inline-block; } }
  @media (min-width: 992px) {
    .nav-pill:hover {
      border-color: #00B5E5;
      color: #00B5E5; } }
  .nav-pill.-active {
    border-color: #00B5E5;
    color: #00B5E5; }
    @media (max-width: 991px) {
      .nav-pill.-active::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -8px;
        height: 2px;
        left: 5px;
        right: 5px;
        background-color: #63666A; } }

.cp--video-block.swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (min-width: 992px) {
    .cp--video-block.swiper-slide {
      min-height: 220px; } }
  @media (min-width: 1280px) {
    .cp--video-block.swiper-slide {
      width: 253px !important; } }
  @media (min-width: 1740px) {
    .cp--video-block.swiper-slide {
      width: 343px !important;
      min-height: 255px; } }
  .cp--video-block.swiper-slide a {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    padding: 40px 15px 15px;
    text-decoration: none; }
    .cp--video-block.swiper-slide a::after {
      content: '';
      display: block;
      width: 50px;
      height: 30px;
      position: absolute;
      top: 8px;
      left: 8px;
      background: url(../images/yt.svg) no-repeat 0 0/contain; }

.cp--video-caption {
  color: #fff;
  text-align: center;
  padding: 15px 15px 0;
  position: relative;
  z-index: 3; }

.full-screen-row.-cp {
  padding-top: 80px; }
  @media (min-width: 992px) and (min-height: 810px) {
    .full-screen-row.-cp {
      -ms-flex-pack: center;
          justify-content: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1740px) {
    .full-screen-row.-cp {
      padding-top: 110px; } }
  .full-screen-row.-cp .resources--slider {
    width: 100%; }

.cp--slider {
  z-index: 11 !important;
  width: 100%; }
  @media (max-width: 767px) {
    .cp--slider {
      max-width: 400px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .cp--slider {
      max-width: 600px;
      font-size: 1.2rem; } }
  @media (min-width: 992px) {
    .cp--slider {
      margin-top: auto;
      margin-bottom: auto; } }
  @media (max-width: 991px) {
    .cp--slider .swiper-wrapper {
      height: auto;
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 1280px) {
    .cp--slider .swiper-wrapper {
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media (max-width: 991px) {
    .cp--slider.swiper-container {
      padding-bottom: 35px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .cp--slider.swiper-container {
      padding-bottom: 40px;
      margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    .cp--slider.swiper-container {
      padding: .4rem 0 35px; } }
  .cp--slider + .vscan--action-block {
    z-index: 25; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cp--slider + .vscan--action-block {
        position: relative;
        bottom: 0;
        margin: 0 auto; } }
    @media (min-width: 992px) and (max-width: 1279px) {
      .cp--slider + .vscan--action-block {
        position: relative;
        bottom: 0;
        margin: 0 auto; } }
    .cp--slider + .vscan--action-block .button {
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .cp--slider + .vscan--action-block .button {
          margin-left: 8px;
          margin-right: 8px; } }
  .cp--slider .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 991px) {
      .cp--slider .swiper-slide {
        min-height: 315px;
        height: auto !important;
        font-size: 20px; } }
    @media (min-width: 992px) {
      .cp--slider .swiper-slide {
        min-height: 220px;
        max-height: 350px;} }
    @media (min-width: 1280px) {
      .cp--slider .swiper-slide {
        width: 223px; } }
    @media (min-width: 1740px) {
      .cp--slider .swiper-slide {
        width: 343px;
        min-height: 255px; 
        } }
  .cp--slider .vscan--testimonials-item {
    padding: 15px 15px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 210px; }
    @media (min-width: 1280px) {
      .cp--slider .vscan--testimonials-item {
        height: 100% !important; } }
    @media (min-width: 1740px) {
      .cp--slider .vscan--testimonials-item {
        min-height: 255px; } }
  .cp--slider .swiper-pagination-bullet {
    background: #fff;
    opacity: .8; }

@media (min-width: 1280px) {
  .swiper-slide.cp--slide-big {
    width: 350px !important;
    height: 350px !important; } }

@media (min-width: 1740px) {
  .swiper-slide.cp--slide-big {
    width: 460px !important;
    height: 450px !important; } }

.cp--slide-big a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: flex-end !important; }

.cp--video-block p:first-child {
  font-size: 1.3rem;
  line-height: 1.2; }

.vscan--demo-pop-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 22; }
  .vscan--demo-pop-overlay.-aug {
    z-index: 25; }

.vscan--demo-pop {
  max-width: 800px;
  padding-top: 30px;
  position: relative;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .vscan--demo-pop {
      overflow: auto;
      overflow-x: hidden; } }
  @media (min-width: 768px) {
    .vscan--demo-pop {
      overflow: visible; } }
  .vscan--demo-pop .row {
    margin: 0; }

.demopop-close {
  font-size: 34px;
  position: absolute;
  line-height: normal;
  height: 35px;
  border: 0;
  background: none;
  outline: 0 !important;
  cursor: pointer;
  z-index: 10;
  color: #fff; }
  @media (max-width: 767px) {
    .demopop-close {
      right: -5px;
      top: 27px; } }
  @media (min-width: 768px) {
    .demopop-close {
      top: 0;
      right: -9px; } }

.vscan--demo-title {
  background-color: #13294B;
  padding: 6px 30px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #fff; }
  @media (min-width: 768px) {
    .vscan--demo-title {
      font-size: 26px;
      padding: 10px 30px; } }

.hover-col {
  background-color: #fff;
  padding: 15px 20px 110px;
  position: relative; }
  @media (max-width: 767px) {
    .hover-col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      padding-bottom: 15px; } }
  .hover-col::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    z-index: 1; }
  .hover-col:hover {
    transition: 0.3s ease-in-out;
    color: #fff; }
  .hover-col:hover::before {
    background-color: rgba(19, 41, 75, 0.65);
    transition: 0.3s ease-in-out;
    color: #fff; }
  .hover-col > * {
    position: relative;
    z-index: 2; }
  .hover-col img {
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .hover-col .positioned-button {
      position: absolute;
      bottom: 50px; } }

.demopop-coltitle {
  font-size: 20px;
  text-transform: uppercase; }

/*.iquality-action-block {
	.button {
		min-width: 220px;
		padding-left: 15px;
		padding-right: 15px;
	}
}*/
.iquality-buttons-group .button {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .iquality-buttons-group .button {
      white-space: nowrap; } }

.vscan--clinical-gal {
  background-color: #000;
  border-radius: 10px;
  padding: 1rem;
  min-height: 100%;
  position: relative; }
  @media (min-width: 992px) {
    .vscan--clinical-gal {
      padding: 2rem; } }
  @media (min-width: 1280px) {
    .vscan--clinical-gal {
      padding: 1rem; } }
  .vscan--clinical-gal .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0; }
  .vscan--clinical-gal .swiper-button-next, .vscan--clinical-gal .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    font-size: 23px !important; }
  .vscan--clinical-gal .swiper-button-prev {
    left: 20px;
    top: 40%; }
  .vscan--clinical-gal .swiper-button-next {
    right: 20px;
    top: 40%; }
  .vscan--clinical-gal .swiper-container {
    padding-bottom: 1rem;
    max-width: 61%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .vscan--clinical-gal .swiper-container {
        max-width: 55%; } }
  .vscan--clinical-gal .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.7); }
  .vscan--clinical-gal .arrow-left {
    left: 30px; }
  .vscan--clinical-gal .arrow-right {
    right: 30px; }

.clinicalgal--item {
  height: 0;
  padding-bottom: 177%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden; }

.video-loader {
  width: 140px;
  height: 140px;
  background: #000 url(../images/loader.gif) no-repeat 50% 50%/100px auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  display: none; }

.clinicalgal-slide p {
  margin-top: .3rem;
  margin-bottom: .5rem;
  text-align: center;
  color: #fff; }
  @media (min-width: 992px) {
    .clinicalgal-slide p {
      margin-top: 1rem;
      font-size: 18px;
      line-height: 1.2; } }

.clinicalgal--video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #000;
  height: 100%; }
  .clinicalgal--video video {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block; }

.clinicalgal--title {
  font-size: 1.6rem;
  color: #fff;
  padding-top: .5rem; }
  @media (max-width: 991px) {
    .clinicalgal--title {
      text-align: center; } }
  @media (min-width: 992px) {
    .clinicalgal--title {
      font-size: 2rem;
      padding-bottom: 1rem; } }

.clinicalgal--cta-block {
  max-width: 400px;
  margin: 1rem auto 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.2; }
  .clinicalgal--cta-block p {
    margin-bottom: .5rem; }

.clinicalgal-comment {
  display: inline-block;
  margin-top: 1rem;
  font-size: .8rem;
  color: #fe5000;
  font-weight: bold; }
  @media (min-width: 1280px) {
    .clinicalgal-comment {
      display: none; } }

.mk--h1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  color: #13294B;
  margin-bottom: .5rem; }
  @media (min-width: 1740px) {
    .mk--h1 {
      font-size: 2.5rem;
      line-height: 1.05;
      margin-bottom: .3rem; } }

.mk--video-info {
  margin-bottom: 1rem; }
  .mk--video-info .year {
    background-color: #63666A;
    color: #fff;
    padding: 1px 3px 0;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle; }
  .mk--video-info .duration {
    color: #63666A;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle; }
  .mk--video-info + .button {
    margin-top: 1rem; }

@media (min-width: 992px) {
  .mk--slider-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start; } }

a {
  color: #005EB8; }

.vscan--action-block.-mk {
  /*@media (max-height: 765px) and (min-width: 767px) {
	    & {
	        flex-direction: row;
	        width: auto;
	    }
	}*/
  /*.button {		
		@media (max-height: 765px) and (min-width: 767px) {
		    & {
		        margin: 0 8px;
		    }
		}
	}*/ }

@media (max-width: 991px) {
  .mk--slider-col {
    margin-top: 30px; } }

.swiper-pagination-bullet {
  outline: 0 !important; }

.resources--slide {
  background-color: #fff;
  border-radius: 10px;
  min-height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  box-shadow: 0 7px 7px rgba(150, 150, 150, 0.1), 0 1px 0 rgba(150, 150, 150, 0.25); }
  @media (min-width: 1740px) {
    .resources--slide {
      -ms-flex-pack: center;
          justify-content: center; } }
  .resources--slide:last-child {
    margin-right: 0; }
  .resources--slide p {
    margin: 30px; }

.resources--h1-container {
  z-index: 11; }
  @media (max-width: 991px) {
    .resources--h1-container .vscan--h1 {
      color: #fff; } }

.resources--slider {
  z-index: 11 !important; }
  @media (max-width: 767px) {
    .resources--slider {
      max-width: 400px; } }
  @media (max-width: 991px) {
    .resources--slider .swiper-wrapper {
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .resources--slider .swiper-wrapper {
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 1740px) {
    .resources--slider .swiper-wrapper {
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resources--slider.swiper-container {
      padding-bottom: 50px;
      margin-bottom: 1rem; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .resources--slider.swiper-container {
      padding-bottom: 40px;
      margin-bottom: 1rem; } }
  @media (min-width: 1280px) {
    .resources--slider.swiper-container {
      margin-left: -13px; } }
  @media (min-width: 1740px) {
    .resources--slider.swiper-container {
      margin-left: -10px;
      padding-left: 10px;
      margin-right: -10px;
      padding-right: 10px; } }
  .resources--slider + .vscan--action-block {
    z-index: 25; }
    @media (min-width: 768px) and (max-width: 991px) {
      .resources--slider + .vscan--action-block {
        position: relative;
        bottom: 0;
        margin: 0 auto; } }
    @media (min-width: 992px) and (max-width: 1279px) {
      .resources--slider + .vscan--action-block {
        position: relative;
        bottom: 0;
        margin: 0 auto;
        -ms-flex-direction: row;
            flex-direction: row;
        width: auto;
        -ms-flex-pack: center;
            justify-content: center;
        right: 0; } }
    .resources--slider + .vscan--action-block .button {
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1279px) {
        .resources--slider + .vscan--action-block .button {
          margin-left: 8px;
          margin-right: 8px; } }

.resources--icons-row {
  padding: 0 10px; }
  @media (min-width: 992px) {
    .resources--icons-row {
      padding: 20px; } }
  @media (max-width: 991px) {
    .resources--icons-row {
      max-width: 300px;
      margin: 0 auto; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .resources--icons-row {
      width: 450px;
      margin: 0 auto; } }

.resources--slide-big {
  background-color: #fff;
  border-radius: 20px;
  min-height: 180px;
  box-shadow: 0 15px 15px rgba(150, 150, 150, 0.2), 0 1px 0 rgba(150, 150, 150, 0.2); }
  .resources--slide-big.-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 1740px) {
      .resources--slide-big.-centered {
        -ms-flex-pack: center;
            justify-content: center; } }
    .resources--slide-big.-centered p {
      margin: 30px; }
  .resources--slide-big .button {
    margin-bottom: 2rem; }

@media (min-width: 1280px) {
  .swiper-slide.resources--slide-big {
    width: 330px !important;
    height: 360px !important; } }

@media (min-width: 1740px) {
  .swiper-slide.resources--slide-big {
    width: 460px !important; } }

@media (min-width: 992px) {
  .swiper-slide.resources--slide {
    min-height: 215px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 1280px) {
  .swiper-slide.resources--slide {
    width: 249px !important; } }

@media (min-width: 1740px) {
  .swiper-slide.resources--slide {
    width: 343px !important;
    margin-bottom: 150px; } }

@media (min-width: 1280px) {
  .swiper-slide.resources--slide:nth-last-child(-n+4) {
    width: 270px !important; } }

@media (min-width: 1740px) {
  .swiper-slide.resources--slide:nth-last-child(-n+4) {
    width: 370px !important; } }

.swiper-slide.resources--slide .button {
  margin-bottom: 2rem; }

.resources--icon:hover img {
  -ms-transform: scale(1);
      transform: scale(1);
  transition: 0.3s ease-in-out; }

.resources--icon img {
  -ms-transform: scale(0.95);
      transform: scale(0.95);
  transition: 0.3s ease-in-out;
  max-height: 80px; }

.resources--icon p {
  text-align: center;
  font-size: .8rem;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 0; }

@media (max-width: 991px) {
  .full-screen-row.-resources {
    padding-top: 6rem; } }

@media (min-width: 1740px) {
  .full-screen-row.-resources {
    padding-top: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; } }

@media (max-width: 991px) {
  .resources--h1-container h1 {
    margin-bottom: 1rem; } }

.edit-mode .vscan--action-block.-resources {
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  right: 0;
  bottom: 0;
  margin: 2rem auto;
  width: auto; }
  .edit-mode .vscan--action-block.-resources > div {
    margin-left: 1rem;
    margin-right: 1rem; }

.vscan--h1 {
  font-size: 1.6rem;
  line-height: 1.05;
  font-weight: 400; }
  @media (min-width: 992px) {
    .vscan--h1 {
      font-size: 2.2rem; } }
  @media (min-width: 1740px) {
    .vscan--h1 {
      font-size: 2.625rem; } }
  .vscan--h1 sup {
    font-size: 1.2rem; }
  @media (min-width: 1280px) and (max-width: 1739px) {
    .full-screen-row .vscan--h1 {
      white-space: nowrap; } }

sup {
  font-size: .6rem; }

.vscan--slogan {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-top: .5rem;
  margin-bottom: 1rem; }
  @media (min-width: 1740px) {
    .vscan--slogan {
      font-size: 2rem; } }

.vscan--subtitle {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 1.3rem;
  margin-bottom: .3rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    .vscan--subtitle {
      font-size: 1.4rem; } }
  @media (min-width: 1740px) {
    .vscan--subtitle {
      font-size: 1.6rem; } }

@media (min-width: 992px) {
  .vscan--bg {
    min-height: 100vh !important; } }

@media (min-width: 992px) {
  .vscan--bg.-blue-bg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #84DEFB; } }

@media (min-width: 992px) {
  .vscan--bg.-black-bg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #000000; } }

@media (max-width: 767px) {
  .vscan--bg:not(.-mobile-full-bg) {
    height: 0;
    padding-bottom: 70%;
    position: relative; } }

@media (min-width: 576px) {
  .vscan--bg:not(.-mobile-full-bg) {
    height: 350px;
    padding-bottom: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vscan--bg:not(.-mobile-full-bg) {
    height: 0;
    padding-bottom: 64%;
    position: relative; } }

@media (min-width: 992px) {
  .vscan--bg:not(.-mobile-full-bg) {
    height: auto;
    padding-bottom: 0; } }

.vscan--bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17; }
  @media (min-width: 992px) {
    .vscan--bg video {
      object-fit: contain;
      height: 100%;
      width: auto;
      position: absolute;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.description-icons-row {
  padding-top: 15px; }

.plus-i {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  z-index: 15;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px auto;
  position: relative; }
  @media (min-width: 992px) {
    .plus-i {
      width: 5vh;
      height: 5vh;
      background-size: 2.5vh auto; } }
  .plus-i.-blue {
    background-color: #00B5E5;
    background-image: url(../images/plus.svg);
    border: 2px solid #fff; }
  .plus-i.-orange {
    background-image: url(../images/plus_or.svg);
    background-color: #fff;
    border: 2px solid #fe5000; }

@keyframes blinker {
  50% {
    opacity: 0; } }

.play-i {
  width: 40px;
  height: 40px;
  background: url(../images/play.svg) no-repeat 50% 50%/contain; }

.deg360-i {
  width: 40px;
  height: 40px;
  background: url(../images/play.svg) no-repeat 50% 50%/contain; }
  @media (min-width: 992px) {
    .deg360-i {
      position: absolute; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .deg360-i {
      top: 7px;
      left: 11px; } }
  @media (min-width: 1280px) {
    .deg360-i {
      top: 10px;
      left: 10px; } }

.vscan--hotspot-trigger {
  display: none; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .vscan--hotspot-trigger {
      -ms-transform: scale(0.8);
          transform: scale(0.8); } }
  @media (min-width: 992px) {
    .vscan--hotspot-trigger {
      position: absolute;
      display: block;
      z-index: 10; } }
  .vscan--hotspot-trigger.-tr-1 {
    top: -32px;
    left: -1%; }
    @media (min-width: 992px) and (max-width: 1279px) {
      .vscan--hotspot-trigger.-tr-1 {
        left: -2%;
        top: 20px; } }
    @media (min-width: 1280px) {
      .vscan--hotspot-trigger.-tr-1 {
        top: 13%;
        left: 37%;
        position: fixed; } }
  .vscan--hotspot-trigger.-tr-2 {
    top: 30px;
    right: -25%; }
    @media (min-width: 1280px) {
      .vscan--hotspot-trigger.-tr-2 {
        top: 15%;
        right: 34%;
        position: fixed; } }
  .vscan--hotspot-trigger.-tr-3 {
    bottom: 60px;
    left: -1%; }
    @media (min-width: 1280px) {
      .vscan--hotspot-trigger.-tr-3 {
        bottom: 40%;
        left: 33%;
        position: fixed; } }
  .vscan--hotspot-trigger.-tr-4 {
    right: -220px;
    top: 50%;
    /*@include desktop-lg {
			right: -74px;
    		top: 86%;
		}*/ }
    @media (min-width: 1280px) {
      .vscan--hotspot-trigger.-tr-4 {
        left: 59%;
        bottom: 29.5%;
        position: fixed;
        top: auto;
        right: auto; } }
  .vscan--hotspot-trigger.-tr-5 {
    left: 30%;
    bottom: 0; }
    @media (min-width: 1280px) {
      .vscan--hotspot-trigger.-tr-5 {
        left: 42%;
        bottom: 24%;
        position: fixed; } }
    @media (min-width: 1740px) {
      .vscan--hotspot-trigger.-tr-5 {
        bottom: 27%; } }
  .vscan--hotspot-trigger.-tab1-tr-1 {
    right: 5%;
    top: 30px; }
    @media (min-width: 1280px) {
      .vscan--hotspot-trigger.-tab1-tr-1 {
        right: 2%;
        top: -2px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .vscan--hotspot-trigger.-tab1-tr-2 {
      top: 264px;
      right: -2%; } }
  @media (min-width: 1280px) {
    .vscan--hotspot-trigger.-tab1-tr-2 {
      bottom: -8%;
      right: -23%; } }
  .vscan--hotspot-trigger.-tab2-tr-1 {
    top: 4%;
    right: 0%; }
  .vscan--hotspot-trigger.-tab2-tr-2 {
    top: 50%;
    left: 20%; }
  .vscan--hotspot-trigger.-tab2-tr-3 {
    bottom: 30%;
    right: 2%; }
  .vscan--hotspot-trigger.-tab2-tr-4 {
    top: 70%;
    left: 1%; }
  .vscan--hotspot-trigger.-tab2-tr-5 {
    top: 80%;
    left: 50%; }
  .vscan--hotspot-trigger.-tab4-tr-1 {
    top: 75%;
    left: 55%; }
  .vscan--hotspot-trigger.-tab4-tr-2 {
    bottom: -40px;
    left: 15%; }
  .vscan--hotspot-trigger.-tab4-tr-3 {
    top: -2%;
    left: 15%; }
  .vscan--hotspot-trigger.-iquality-tr-1 {
    top: 71%;
    left: 47%;
    width: 250px; }
    @media (min-width: 1280px) {
      .vscan--hotspot-trigger.-iquality-tr-1 {
        top: 60%;
        left: 61%;
        width: 250px;
        position: fixed; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .vscan--hotspot-trigger.-nc--tr-1 {
      bottom: 29%;
      left: 49%;
      position: fixed; } }
  @media (min-width: 1280px) and (max-width: 1739px) {
    .vscan--hotspot-trigger.-nc--tr-1 {
      bottom: 29%;
      left: 49%;
      position: fixed; } }
  @media (min-width: 1740px) {
    .vscan--hotspot-trigger.-nc--tr-1 {
      left: 47%;
      position: fixed;
      bottom: 35%; } }
  .vscan--hotspot-trigger.-nc--tr-1 .vscan--hotspot-desc {
    margin-left: 0;
    -ms-transform: translate(-115px, 5vh);
        transform: translate(-115px, 5vh);
    max-width: 150px; }
  @media (min-width: 992px) {
    .vscan--hotspot-trigger.-nc--tr-2 {
      top: 27%;
      left: 57%;
      position: fixed; } }
  .vscan--hotspot-trigger .vscan--blink {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    cursor: pointer;
    z-index: 2; }

.vscan--blink {
  position: relative;
  display: inline-block; }
  .vscan--blink:before {
    content: "";
    display: block;
    position: absolute;
    animation: blinker 1.5s ease-out infinite;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgba(0, 181, 229, 0.25);
    z-index: -1; }
  .tab-content .vscan--blink:before, .vscan--blink.-orange:before, .js--hotspot-triggers-Ed .vscan--blink:before {
    background: rgba(254, 80, 0, 0.1); }

@media (min-width: 992px) {
  .vscan--hotspot-desc {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 4px 10px;
    font-weight: 700;
    margin-left: 5vh;
    max-width: 22vh;
    font-size: 2.1vh; } }

@media (min-width: 1280px) {
  .vscan--description-block .buttons-group .button {
    margin-bottom: 1rem; } }

.hotspots-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100vh;
  overflow: auto;
  padding: 8px;
  z-index: 23;
  display: none; }
  @media (max-width: 991px) {
    .hotspots-overlay {
      padding: 35px 8px 8px; } }
  @media (min-width: 1740px) {
    .hotspots-overlay {
      padding: 60px 8px; } }
  @media (min-height: 800px) {
    .hotspots-overlay {
      padding: 60px 8px; } }
  @media (min-width: 992px) {
    .hotspots-overlay.-mobile-only {
      display: none; } }
  .hotspots-overlay.-mobile-only .swiper-pagination-bullet {
    background: #fff;
    opacity: .7; }
  @media (max-width: 991px) {
    .hotspots-overlay.-mobile-only .hotspots-close {
      color: #fff;
      right: 0;
      top: -30px; } }

.vscan--pop-hotspots {
  height: auto;
  position: relative; }
  @media (max-width: 991px) {
    .js--hotspots-pop .vscan--pop-hotspots {
      width: 97%;
      position: absolute !important;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      max-height: calc(100vh - 42px); } }
  @media (max-width: 991px) {
    .hotspots-overlay.-mobile-only .vscan--pop-hotspots {
      width: 97%;
      position: absolute !important;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      max-height: calc(100vh - 42px);
      max-width: 750px; } }
  @media (max-width: 991px) {
    .vscan--pop-hotspots .swiper-wrapper {
      height: auto !important; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .vscan--pop-hotspots .container {
      width: calc(100% - 215px);
      margin-left: 0; } }
  @media (min-width: 1280px) and (max-width: 1739px) {
    .vscan--pop-hotspots .container {
      width: calc(100% - 250px);
      margin-left: 0; } }
  @media (min-width: 1740px) {
    .vscan--pop-hotspots .container {
      width: 1510px;
      -ms-transform: translateX(-120px);
          transform: translateX(-120px); } }
  .vscan--pop-hotspots .swiper-pagination {
    left: 0;
    right: 0; }
  .vscan--pop-hotspots .swiper-pagination-bullet {
    margin-left: 2px;
    margin-right: 2px; }

.vscan--pop-hotspots-inner {
  margin-bottom: 10px;
  border: 1px solid #13294B;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff; }

.vscan--pop-hotspots .swiper-slide {
  padding: 15px 40px; }
  @media (max-width: 991px) {
    .vscan--pop-hotspots .swiper-slide {
      padding: 15px;
      height: auto; } }

.hotspot-mobslider-opener {
  position: absolute;
  /*left: 30%;
	top: 47%;*/
  left: 8%;
  top: 47%;
  cursor: pointer;
  z-index: 18; }
  @media (min-width: 992px) {
    .hotspot-mobslider-opener {
      display: none; } }
  #by-your-side .hotspot-mobslider-opener {
    left: 86%;
    top: 70%; }
  .hotspot-mobslider-opener:before {
    content: "";
    display: block;
    position: absolute;
    animation: blinker 1.5s ease-out infinite;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(0, 181, 229, 0.25);
    z-index: -1; }
  .hotspot-mobslider-opener.-iquality {
    left: 60%;
    top: 63%; }
  .hotspot-mobslider-opener.-nc {
    left: 13%;
    top: 67%; }

.popper {
  z-index: 15;
  position: absolute;
  top: -1px;
  left: 42px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #00B5E5;
  padding: 20px 15px 10px 20px;
  border-radius: 8px;
  width: 380px;
  opacity: 0;
  transition: opacity .8s ease-out;
  visibility: hidden; }
  .tab-content .popper, .popper.-orange-border {
    border: 1px solid #fe5000; }
  .popper[data-show] {
    opacity: 1;
    transition: opacity .8s ease-out;
    visibility: visible; }

.vscan--hotspot-text ul {
  padding-left: 1rem; }

.vscan--hotspot-text .row + .row {
  margin-top: 1rem; }

@media (max-width: 991px) {
  .vscan--hotspot-text .col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.vscan--hotspot-text .col img {
  display: block;
  margin: 0 auto; }

@media (max-width: 991px) {
  .-toplevel-overlay .vscan--hotspot-text img {
    max-width: 150px; } }

.vscan--hotspot-text img {
  max-width: 90%;
  display: block;
  margin: 0 auto; }

@media (max-width: 991px) {
  .vscan--hotspot-text .button {
    width: 100%;
    max-width: 400px; } }

@media (max-width: 991px) {
  .vscan--hotspot-text + .button {
    width: 100%; } }

@media (max-width: 991px) {
  .keep-cols-mobile > .col {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

.vscan--hotspot-trigger.-tr-5 .popper, .vscan--hotspot-trigger.-tr-3 .popper, .vscan--hotspot-trigger.-tr-4 .popper {
  top: auto;
  bottom: -1px; }

.vscan--hotspot-trigger.-tr-5 .popper, #hotspot-card5 .popper {
  width: 500px; }

.vscan--hotspot-trigger.-tr-5 .button, #hotspot-card5 .button {
  font-size: .8rem; }

.vscan--hotspot-title {
  font-size: 1.2rem;
  font-weight: 700; }

.vscan--hotspot-card .button {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.hotspots-col {
  z-index: 10;
  /*@include tablet-lg {
		min-height: 515px;
	}*/ }
  @media (max-width: 767px) {
    .hotspots-col {
      display: none; } }
  .hotspots-col .slide {
    opacity: 1;
    z-index: -1; }
  .hotspots-col video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.vscan--tab-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

@media (min-width: 1280px) {
  .vscan--slider-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .vscan--slider-col.-product-page {
    display: none; } }

.hotspots-close {
  font-size: 30px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: none;
  outline: 0 !important;
  cursor: pointer;
  z-index: 10; }

.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10; }

.hots-overlay-topbtn {
  position: absolute;
  top: 15px;
  right: 119px;
  z-index: 3; }
  @media (max-width: 991px) {
    .hots-overlay-topbtn {
      top: 40px;
      right: 7px; } }

@media (max-width: 991px) {
  .vscan--hotspots-navpills {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .vscan--hotspots-navpills a {
    margin-left: 2px;
    margin-right: 2px; } }

.navpills-outer {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0; }
  @media (max-width: 575px) {
    .navpills-outer {
      top: 265px; } }
  @media (min-width: 576px) {
    .navpills-outer {
      top: 315px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navpills-outer {
      top: 415px; } }
  @media (min-width: 992px) {
    .navpills-outer {
      top: auto;
      bottom: 1rem;
      width: 100%;
      text-align: center;
      z-index: 4; } }
  @media (min-width: 1740px) {
    .navpills-outer {
      bottom: 3rem; } }

.vscan--tab-bg {
  position: relative; }
  @media (max-width: 575px) {
    .vscan--tab-bg {
      height: 250px;
      margin-bottom: 60px; } }
  @media (min-width: 576px) {
    .vscan--tab-bg {
      height: 300px;
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .vscan--tab-bg {
      height: 400px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .vscan--tab-bg {
      height: auto;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-attachment: fixed; } }

.tab--gradient-left {
  display: none; }
  @media (min-width: 992px) {
    .tab--gradient-left {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.25) 80%, rgba(255, 255, 255, 0) 100%);
      width: 65%;
      z-index: 3;
      display: block; } }
  @media (min-width: 1740px) {
    .tab--gradient-left {
      width: 50%; } }

@media (min-width: 992px) {
  .vscan--description-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; } }

@media (min-width: 992px) {
  .vscan--description-block .buttons-group {
    -ms-flex-order: 2;
        order: 2; } }

@media (max-width: 991px) {
  .vscan--description-block .buttons-group {
    margin-bottom: 1rem; } }

@media (max-width: 991px) {
  .vscan--description-block .buttons-group .button {
    width: 300px;
    max-width: 95%;
    display: inline-block; } }

.vscan--description-block .buttons-row {
  max-width: 480px; }

.vscan--description-block div + .buttons-row {
  margin-top: 1rem; }

.mobile-content-center {
  text-align: center; }

@media (max-width: 991px) {
  .popmake-19570 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 991px) {
  .iquality-action-block {
    margin-top: 10px; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .buttons-row .button, .buttons-group .button {
    margin-bottom: 1rem; } }

@media (max-width: 991px) {
  .buttons-row .button, .buttons-group .button {
    margin-bottom: 1rem; } }

.tabs-right-nav {
  z-index: 10;
  position: relative;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .tabs-right-nav {
      position: absolute;
      right: 20px;
      top: 100px; } }
  @media (max-width: 991px) {
    .tabs-right-nav {
      padding-bottom: 20px; } }

.swiper-button-disabled {
  display: none; }

.tabs-right-button {
  display: block;
  text-decoration: none;
  color: #63666A;
  font-weight: 700;
  border-radius: 8px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .tabs-right-button {
      margin-bottom: 10px;
      padding: 2px 0;
      width: 175px;
      padding-left: 55px;
      min-height: 48px; } }
  @media (min-width: 992px) {
    .tabs-right-button {
      background-color: #e5e6e7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: relative; } }
  @media (min-width: 1280px) {
    .tabs-right-button {
      margin-bottom: 15px;
      padding: 10px;
      width: 210px;
      padding-left: 70px;
      min-height: 68px; } }
  .tabs-right-button:hover {
    color: #00B5E5; }
  @media (min-width: 992px) {
    .tabs-right-button.-hotspots {
      background-color: #cbccce; } }
  @media (min-width: 992px) {
    .tabs-right-button .plus-i, .tabs-right-button .play-i {
      position: absolute; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .tabs-right-button .plus-i, .tabs-right-button .play-i {
      top: 7px;
      left: 11px; } }
  @media (min-width: 1280px) {
    .tabs-right-button .plus-i, .tabs-right-button .play-i {
      top: 10px;
      left: 10px; } }
  @media (max-width: 991px) {
    .tabs-right-button .plus-i, .tabs-right-button .play-i {
      display: none; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .tabs-right-button .plus-i, .tabs-right-button .play-i {
      width: 33px;
      height: 33px; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .tabs-right-button .plus-i {
      background-size: 19px auto; } }
  .tabs-right-button img {
    display: block;
    max-width: 280px;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .tabs-right-button img {
        display: none; } }
  @media (max-width: 991px) {
    .tabs-right-button .button {
      margin-bottom: 2rem; } }

.tab-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 95%;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .tab-content {
      padding-top: 65px;
      padding-bottom: 45px; } }
  @media (min-width: 1740px) {
    .tab-content {
      padding-top: 90px; } }
  .tab-content.-active {
    opacity: 1;
    position: relative; }

.vscan--comment {
  font-size: .8rem;
  margin: 1rem 0; }

.vscan--info-pop {
  padding: 20px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  width: 85%;
  max-width: 380px; }
  .vscan--info-pop img, .vscan--info-pop .button {
    margin: 1rem auto 0; }
  .vscan--info-pop .button {
    display: block;
    max-width: 300px; }

.simplepop-close {
  font-size: 34px;
  position: absolute;
  right: -6px;
  line-height: normal;
  height: 35px;
  top: -35px;
  border: 0;
  background: none;
  outline: 0 !important;
  cursor: pointer;
  z-index: 10;
  color: #fff; }

.description-icons-row img {
  height: inherit; }

.description-icons-row .col-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 2rem;
  font-size: .8rem; }
  .description-icons-row .col-6 > div {
    -ms-flex: 0 0 60px;
        flex: 0 0 60px; }

.page-tab-wrapper {
  padding-top: 40px; }

.swiper-wrapper, .swiper-slide {
  height: auto !important; }

.edit-mode .hotspots-col {
  z-index: 100; }

.vscan--hotspot-card {
  min-height: 150px; }

.swiper-slide:last-child {
  margin-right: 0; }

@media (min-width: 1280px) {
  .js--ajax-content .col-md-6 {
    padding-right: 30px; } }

@media (min-width: 1740px) {
  .js--ajax-content .col-md-6 {
    padding-right: 60px; } }

@media (min-width: 992px) {
  .tab-content .hotspots-col {
    min-height: initial;
    height: 0;
    padding-bottom: 33%; } }

@media (min-width: 768px) {
  .augmented-description {
    font-size: 20px;
    margin-top: 40px; } }

.aug-white-col {
  background-color: #fff;
  padding: 15px 20px 10px;
  position: relative; }

@media (min-width: 992px) {
  #tooltipsBoundary {
    height: 100%; } }

.overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 24, 24, 0.92);
  /* Black background with opacity */
  z-index: 23;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */ }

.overlay .close-btn {
  z-index: 20;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s; }

.stay-informed-overlay .close-btn svg {
  width: 1.75em;
  height: 1.75em; }

.fav-list-h3 {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  margin-top: 15px; }

.fav-items {
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid white;
  border-radius: 20px;
  color: white !important;
  font-size: 10px;
  text-decoration: none !important;
  transition: 0.3s !important;
  line-height: 10px;
  margin-right: 10px;
  display: inline-block;
  margin-top: 0.6rem;
  cursor: pointer; }
  .fav-items a {
    color: #fff;
    cursor: default; }

.styled-checkbox {
  position: relative; }
  .styled-checkbox input[type="checkbox"] {
    -webkit-appearance: none; }
    .styled-checkbox input[type="checkbox"] + label {
      height: 25px;
      width: 25px;
      display: block;
      position: relative;
      top: -2px;
      cursor: pointer;
      position: relative;
      -webkit-transition: .15s;
      border: 1px solid #767676;
      background-color: white;
      border-radius: 0;
      margin-right: 10px; }

.videoform-subtitle {
  color: #fff;
  font-size: 20px;
  margin-top: -20px;
  margin-bottom: 20px; }

.save-fav-list {
  right: 120px !important; }

.stay-informed-modal .informed-form-data-display {
  height: 250px !important; }

.stay-informed-modal .fav-list-close {
  top: 10px !important;
  right: 10px; }

.informed-tab {
  position: fixed;
  z-index: 25;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .informed-tab .home-heading-wrapper {
    padding-top: 2rem; }

.informed-tab .container {
  margin: 30px auto; }

.informed-tab .home-heading {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .informed-tab .home-heading {
      font-size: 46px; } }

.informed-tab .home-heading .tm {
  font-size: 16px;
  vertical-align: super; }

.informed-tab .home-heading .bold {
  font-weight: 700; }

.informed-tab .home-heading .ge-blue {
  color: #00B5E2; }

.form-container {
  height: 530px !important;
  max-width: 720px;
  text-align: center;
  min-height: 380px;
  border-radius: 20%/50%;
  padding: 20px 120px;
  margin: 0 auto; }

.informed-tab .form-title {
  color: #FFF;
  margin: 20px;
  font-weight: 700; }

.informed-tab .form-data-display {
  height: 130px; }

.informed-tab .form-data-display div {
  display: none; }

.informed-tab .form-data-display div span:first-child {
  color: #FFF;
  font-weight: 700; }

.informed-tab .form-data-display div span:last-child {
  color: #00B5E2;
  font-weight: 700; }

.informed-tab .form-questions {
  color: #FFF;
  font-weight: 700; }

.informed-tab .form-questions div {
  display: none; }

.informed-tab .form-questions .country-question {
  display: block; }

.informed-tab .form-questions div span {
  font-size: 24px;
  margin-bottom: 15px; }

.disclaimer-question {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.short-form-modal .form-questions div.disclaimer-question span {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%; }

.register-btn-wrapper {
  text-align: center;
  margin-top: 20px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .register-btn-wrapper button {
    cursor: pointer; }

.info-disclaimer-question span {
  font-size: 13px !important;
  text-align: left;
  font-weight: 400; }

.informed-tab .form-questions div span.completion-message {
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 25px;
  font-weight: 400; }

.informed-tab .form-questions div span.completion-message a {
  color: white !important;
  text-decoration: underline; }

.informed-tab .form-questions div span.warning-title {
  font-size: 20px;
  margin-bottom: 0px;
  display: block;
  font-weight: 700;
  color: #00B5E2; }

.ge-white-btn {
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #00B5E2;
  border-radius: 20px;
  color: #00B5E2 !important;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none !important;
  transition: background-color 0.3s;
  cursor: pointer; }

.informed-tab .form-questions div span.warning-message {
  font-size: 18px;
  margin-bottom: 0px;
  display: block;
  font-weight: 400;
  color: #000; }

.informed-tab .form-questions div.form-usa-future-access span.completion-title {
  margin-bottom: 65px;
  display: block; }

.form-questions input[type="text"], .form-questions input[type="email"] {
  width: 70%;
  height: 40px;
  border-radius: 25px;
  outline: none;
  border: 0px;
  margin-bottom: 25px;
  text-align: center;
  color: #00B5E2;
  font-weight: 700;
  font-size: 1rem; }

.form-questions select {
  width: 70%;
  height: 40px;
  padding: 0 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1rem;
  outline: none;
  border: 0px;
  margin-bottom: 25px;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(0, 181, 226, 1)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 8px;
  color: #00B5E2; }

.short-form-modal {
  position: fixed;
  z-index: 24;
  display: block;
  /* background: rgba(24, 24, 24, 0.86); */
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fav-list-close {
  top: 25px !important;
  right: 25px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid white;
  border-radius: 20px;
  color: white !important;
  font-size: 10px;
  text-decoration: none !important;
  transition: 0.3s !important;
  cursor: pointer;
  line-height: 10px; }

.fav-list-new {
  border: none !important;
  font-size: 35px;
  right: 26px;
  top: 15px !important;
  width: 30px;
  height: 30px; }

.fav-list-new svg {
  width: 100%;
  height: 100%; }

.informed-tab .form-questions div input:-ms-input-placeholder {
  color: #00B5E2;
  font-weight: 700;
  font-size: 1rem; }

.informed-tab .form-questions div input::placeholder {
  color: #00B5E2;
  font-weight: 700;
  font-size: 1rem; }

.informed-tab .form-questions div button {
  border-radius: 25px;
  padding: 8px 40px 6px;
  font-weight: 700;
  font-size: 1rem;
  background: #00B5E2;
  color: #FFF;
  border: 0px;
  outline: none;
  cursor: pointer; }

.informed-tab .form-questions div button:disabled {
  background: rgba(255, 255, 255, 0.46);
  cursor: not-allowed; }

.informed-tab .form-questions div button.warning-close-btn {
  background: rgba(255, 255, 255, 0.46); }

.informed-tab .form-questions div div.warning {
  display: block;
  color: #000;
  margin-bottom: 45px;
  color: white;
  font-weight: 400; }

.informed-tab .informed-form-data-display div {
  display: none; }

.informed-tab .informed-form-data-display div span:last-child {
  color: #00B5E2;
  font-weight: 700; }

.informed-tab .informed-form-data-display div span:first-child {
  color: #FFF;
  font-weight: 700; }

.informed-modal-container {
  border: none !important;
  background-image: none !important; }

.req-tab .home-heading-wrapper {
  margin: 30px 0px; }

.req-tab .home-heading-wrapper .home-heading {
  text-align: center;
  color: #FFF;
  font-size: 46px;
  margin-bottom: 0px; }

.req-tab .home-heading-wrapper .home-heading .tm {
  font-size: 16px;
  vertical-align: super; }

.req-tab .home-heading-wrapper .home-heading .bold {
  font-weight: 700; }

.req-tab .home-heading-wrapper .home-heading .ge-blue {
  color: #00B5E2; }

/*.req-tab .home-form-wrapper .home-form-container {
	width: 720px;
	text-align: center;
	height: 380px;
	border-radius: 20%/50%;
	padding: 20px 120px;
	margin: 0 auto;
	border: 1px solid #FFF;
	background-image: radial-gradient(circle at center, rgba(24, 24, 24, 0.51) 0, rgba(24, 24, 24, 0) 62%, rgba(24, 24, 24, 0.81) 100%);
}*/
.req-tab .form-title {
  color: #FFF;
  margin: 20px;
  font-weight: 700; }

.req-tab .home-form-wrapper .home-form-container .form-data-display {
  height: 130px; }

.req-tab .form-data-display div {
  display: none; }

.req-tab .form-data-display div span:first-child {
  color: #FFF;
  font-weight: 700; }

.req-tab .form-data-display div span:last-child {
  color: #00B5E2;
  font-weight: 700; }

.req-tab .form-questions {
  color: #FFF;
  font-weight: 700; }

.req-tab .form-questions div {
  display: none; }

.req-tab .form-questions .fname-question {
  display: block; }

.req-tab .form-questions div span {
  font-size: 24px;
  margin-bottom: 15px; }

.req-tab .form-questions div span.completion-message {
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 25px;
  font-weight: 400; }

.req-tab .form-questions div span.completion-message a {
  color: white !important;
  text-decoration: underline; }

.req-tab .form-questions div span.warning-title {
  font-size: 20px;
  margin-bottom: 0px;
  display: block;
  font-weight: 700;
  color: #00B5E2; }

.req-tab .form-questions div span.warning-message {
  font-size: 18px;
  margin-bottom: 0px;
  display: block;
  font-weight: 400;
  color: #000; }

.req-tab .form-questions div.form-usa-future-access span.completion-title {
  margin-bottom: 65px;
  display: block; }

.req-tab .form-questions div input {
  width: 70%;
  height: 40px;
  border-radius: 25px;
  outline: none;
  border: 0px;
  margin-bottom: 25px;
  text-align: center;
  color: #00B5E2; }

.req-tab .form-questions div select {
  width: 70%;
  height: 40px;
  border-radius: 25px;
  outline: none;
  border: 0px;
  margin-bottom: 25px;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(0, 181, 226, 1)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 8px;
  color: #00B5E2; }

.req-tab .form-questions div input:-ms-input-placeholder {
  color: #00B5E2; }

.req-tab .form-questions div input::placeholder {
  color: #00B5E2; }

.req-tab .form-questions div button {
  border-radius: 25px;
  padding: 5px 40px;
  background: #00B5E2;
  color: #FFF;
  border: 0px;
  outline: none; }

.req-tab .form-questions div button:disabled {
  background: rgba(255, 255, 255, 0.46);
  cursor: not-allowed; }

.req-tab .home-form-wrapper .home-form-container .form-questions div button.warning-close-btn {
  background: rgba(255, 255, 255, 0.46); }

.req-tab .form-questions div div.warning {
  display: block;
  background: #FFF;
  color: #000;
  border-radius: 15%/50%;
  padding: 25px;
  margin-bottom: 45px; }

.req-tab {
  position: fixed;
  z-index: 25;
  display: none;
  /* background: rgba(24, 24, 24, 0.86); */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.req-tab.fav-list-create-badge {
  max-width: 100%;
  overflow: hidden; }

.req-tab.fav-list-create-badge .form-title {
  text-align: center;
  color: white; }

.req-tab .req-form-data-display div span:last-child {
  color: #00B5E2;
  font-weight: 700; }

.req-tab .req-form-data-display div span:first-child {
  color: #FFF;
  font-weight: 700; }

.req-tab .req-form-data-display div {
  display: none; }

.req-tab .req-form-data-display {
  height: 250px;
  font-size: 1rem; }

.create-badge {
  margin-top: 80px; }

.fav-list-row {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  -ms-transform: translateY(-62%);
      transform: translateY(-62%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%; }

.digital-badge-star {
  width: 30px;
  height: 30px; }

.cancel-btn.close-btn {
  width: 30px;
  height: 30px;
  background: transparent !important;
  z-index: 13;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s; }

#overlay .close-btn {
  z-index: 13;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s; }

.header-venue-btn {
  background: transparent !important;
  margin-right: 20px;
  font-size: 12px;
  padding: 3px 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.header-venue-btn span {
  margin-top: 2px; }

.header-venue-btn svg {
  font-size: 12px;
  height: 1em;
  margin-bottom: 3.5px; }

.navbar-brand {
  padding: 0px 20px;
  padding-left: 30px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: inline-block; }

.venue-header-logo {
  font-weight: 400;
  width: 37px;
  vertical-align: middle;
  border-style: none;
  display: inline; }

.venue-header-text {
  display: inline; }

.venue-header-title {
  margin-left: 10px;
  font-size: 18px;
  color: #FFF;
  vertical-align: middle;
  letter-spacing: 2px;
  display: block;
  margin-top: 0px; }

.venue-header-extra-desc {
  font-family: 'GEInspiraSans';
  letter-spacing: 4px;
  color: #08a3df; }

.venue-small-header {
  height: 45px;
  background: #000d3f; }

.venue-header-contact-us-button {
  font-family: 'GEInspiraSans';
  background: linear-gradient(to bottom, #00acd6, #00204e) !important;
  margin-top: -5px !important;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 !important;
  color: white !important;
  border: none !important;
  line-height: 2.3 !important;
  font-size: 14px !important;
  letter-spacing: 1.5px;
  padding-left: 20px !important;
  padding-right: 20px !important; }

.contact-us-icon {
  height: 25px;
  width: 25px; }

.contact-us-rotated {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  height: 20px;
  width: 20px;
  margin-top: 1px !important; }

.venue-main-navbar-menu {
  display: inline; }

.venue-main-navbar-menu li {
  display: inline;
  text-decoration: none;
  font-size: 12px;
  border-right: solid 1px;
  padding-right: 5px;
  border-color: #009995;
  color: white;
  padding-left: 5px;
  cursor: pointer; }

@media screen and (min-width: 1300px) {
  .venue-main-navbar-menu li {
    font-size: 13px; } }

.venue-main-navbar-menu a {
  color: white;
  text-decoration: none !important; }

.venue-main-navbar-menu a:hover {
  color: white;
  text-decoration: none !important; }

.venue-main-navbar-last-item {
  border: none; }

.venue-extra-image-menu {
  position: relative;
  float: right;
  background: #000d3f;
  width: 30%;
  padding: 10px;
  background-color: #13294b; }

.venue-extra-image-menu img {
  max-width: 100%;
  max-height: 100%; }

.menu-placeholder-text {
  color: white;
  font-size: 12px;
  letter-spacing: 1px; }

.navbar {
  position: fixed;
  min-height: 45px;
  margin: 0;
  padding: 0; }

.venue-main-navbar-wrapper {
  border: 1px solid transparent;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem .5rem;
  background-color: #13294B;
  height: 45px;
  padding-top: 9.5px; }

.venue-menu-image {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding: 5px; }

.venue-menu-image img {
  border: 1px solid #00B5E2; }

.short-form-modal .home-heading-wrapper {
  margin: 30px 0px; }

.short-form-modal .home-heading-wrapper .home-heading {
  text-align: center;
  color: #FFF;
  font-size: 46px;
  margin-bottom: 0px; }

.short-form-modal .home-heading-wrapper .home-heading .tm {
  font-size: 16px;
  vertical-align: super; }

.short-form-modal .home-heading-wrapper .home-heading .bold {
  font-weight: 700; }

.short-form-modal .home-heading-wrapper .home-heading .ge-blue {
  color: #00B5E2; }

.home-form-wrapper {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  margin: 15px auto;
  left: 0;
  right: 0;
  border: 1px solid white;
  border-radius: 13px;
  padding: 15px;
  -ms-flex: 1;
      flex: 1; }

.full-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }

@media (max-width: 767px) {
  .form-data-display {
    font-size: 1rem; } }

/*.short-form-modal*/
.home-form-container {
  max-width: 720px;
  min-height: 380px;
  padding: 20px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .home-form-container {
      padding: 20px 120px; } }
  @media (max-width: 767px) {
    .home-form-container {
      text-align: center; } }

.badge-img img {
  height: 60px; }

@media screen and (max-width: 800px) {
  .short-form-modal .home-form-container {
    margin-top: -40px; } }

.form-title {
  font-size: 28px; }

.short-form-modal .form-title {
  color: #FFF;
  margin: 20px;
  font-weight: 700; }

.short-form-modal .form-data-display {
  height: 250px; }

.short-form-modal .form-data-display div {
  display: none; }

.short-form-modal .form-data-display div span:first-child {
  color: #FFF;
  font-weight: 700; }

.short-form-modal .form-data-display div span:last-child {
  color: #00B5E2;
  font-weight: 700; }

.short-form-modal .form-questions {
  color: #FFF;
  font-weight: 700; }

.short-form-modal .form-questions div {
  display: none; }

.short-form-modal .form-questions .country-question {
  display: block; }

.short-form-modal .form-questions div span {
  font-size: 24px;
  margin-bottom: 15px; }

.short-form-modal .form-questions div span.completion-message {
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 25px;
  font-weight: 400; }

.short-form-modal .form-questions div span.completion-message a {
  color: white !important;
  text-decoration: underline; }

.short-form-modal .form-questions div span.warning-title {
  font-size: 20px;
  margin-bottom: 0px;
  display: block;
  font-weight: 700;
  color: #00B5E2; }

.short-form-modal .form-questions div span.warning-message {
  font-size: 18px;
  margin-bottom: 0px;
  display: block;
  font-weight: 400;
  color: #000; }

.short-form-modal .form-questions div.form-usa-future-access span.completion-title {
  margin-bottom: 65px;
  display: block; }

.short-form-modal .form-questions div input {
  width: 70%;
  height: 40px;
  border-radius: 25px;
  outline: none;
  border: 0px;
  margin-bottom: 25px;
  text-align: center;
  color: #00B5E2; }

.short-form-modal .form-questions div select {
  width: 70%;
  height: 40px;
  border-radius: 25px;
  outline: none;
  border: 0px;
  margin-bottom: 25px;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(0, 181, 226, 1)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 8px;
  color: #00B5E2; }

.short-form-modal .form-questions div input:-ms-input-placeholder {
  color: #00B5E2; }

.short-form-modal .form-questions div input::placeholder {
  color: #00B5E2; }

.short-form-modal .form-questions div button {
  border-radius: 25px;
  padding: 5px 40px;
  background: #00B5E2;
  color: #FFF;
  border: 0px;
  outline: none; }

.short-form-modal .form-questions div button:disabled {
  background: rgba(255, 255, 255, 0.46);
  cursor: not-allowed; }

.short-form-modal .form-questions div button.warning-close-btn {
  background: rgba(255, 255, 255, 0.46); }

.short-form-modal .form-questions div div.warning {
  display: block;
  background: none;
  border-radius: 15%/50%;
  padding: 25px;
  margin-bottom: 45px;
  color: white;
  font-weight: 400; }

.footer {
  background-color: #13294B;
  color: #fff;
  z-index: 15;
  position: relative; }
  @media (min-width: 992px) {
    .footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-height: 200px;
      border-top: 10px solid #00B5E5;
      margin-top: auto;
      transition: 0.3s ease-in-out; } }
  @media (max-width: 991px) {
    .footer {
      padding-top: 20px; } }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.nav-row {
  position: relative;
  display: none; }
  @media (min-width: 992px) {
    .nav-row {
      display: block; } }
  @media (min-width: 1280px) {
    .nav-row {
      width: 83%;
      margin: 0 auto; } }
  .nav-row::before {
    content: '';
    position: absolute;
    top: -70px;
    right: 100%;
    -ms-transform: translateX(-62px);
        transform: translateX(-62px);
    display: block;
    height: 70px;
    width: 1000px;
    background: url(../images/footer-deco-line2.svg) no-repeat right top/auto 100%; }
    @media (min-width: 1280px) {
      .nav-row::before {
        -ms-transform: translateX(11px);
            transform: translateX(11px); } }

.thumb-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -5px;
  margin-right: -5px; }
  @media (min-width: 1740px) {
    .thumb-menu {
      margin-left: -10px;
      margin-right: -10px; } }
  .thumb-menu li {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0 5px 1rem;
    position: relative; }
    @media (min-width: 1740px) {
      .thumb-menu li {
        padding: 0 10px 1rem; } }
    .thumb-menu li.active {
      border-color: #00B5E5; }
      .thumb-menu li.active::before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: -65px;
        left: 50%;
        margin-left: -25px;
        background: url(../images/location.svg) no-repeat 0 0/contain; }
  .thumb-menu a {
    display: block; }
  .thumb-menu span, .thumb-menu p {
    text-align: center;
    color: #fff;
    display: inline-block;
    padding-top: 1rem;
    background-color: #13294B;
    z-index: 10;
    margin-bottom: 0;
    font-weight: 700;
    width: 100%;
    font-size: .8rem; }

.pic-holder {
  border: 5px solid #fff;
  border-top: 0;
  display: block;
  transition: 0.3s ease-in-out; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .pic-holder {
      -ms-transform: translateY(10px);
          transform: translateY(10px);
      opacity: 0;
      position: absolute; } }
  @media (min-width: 1280px) and (max-width: 1739px) and (max-height: 900px) {
    .pic-holder {
      -ms-transform: translateY(10px);
          transform: translateY(10px);
      opacity: 0;
      position: absolute; } }
  a:hover .pic-holder {
    border-color: #00B5E5;
    transition: 0.3s ease-in-out; }

.footer-cpr {
  font-size: .8rem;
  text-align: center;
  color: #898c91;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px 5px; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .footer-cpr {
      height: 20px;
      transition: 0.3s ease-in-out; } }
  @media (min-width: 1280px) and (max-width: 1739px) and (max-height: 899px) {
    .footer-cpr {
      height: 20px;
      transition: 0.3s ease-in-out; } }
  .footer-cpr a {
    color: #898c91;
    text-decoration: none; }

.nav-row-collapse {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  width: 60px;
  height: 30px;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  padding-top: 5px;
  display: none; }
  @media (min-width: 992px) and (max-width: 1279px) {
    .nav-row-collapse {
      display: block; } }
  @media (min-width: 1280px) and (max-width: 1739px) and (max-height: 900px) {
    .nav-row-collapse {
      display: block; } }
  .nav-row-collapse:hover::before {
    background-color: #00B5E5;
    transition: 0.3s ease-in-out; }
  .nav-row-collapse::before {
    content: '';
    background-color: #13294B;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px; }
  .nav-row-collapse.-btmmenu-opened svg {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .nav-row-collapse svg {
    color: #fff;
    width: 12px;
    height: 12px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    fill: #fff; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 19;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .header {
      padding-top: 10px;
      padding-bottom: 10px;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); } }
  @media (max-height: 800px) {
    .header {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .header.-solid {
    background-color: #13294B;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #fff; }
  .header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.top-logo {
  text-decoration: none; }
  .header .top-logo {
    position: relative; }
    @media (min-width: 768px) {
      .header .top-logo {
        margin-left: -58px; } }
    @media (min-width: 1280px) {
      .header .top-logo {
        margin-left: -75px;
        opacity: 0; } }
    @media (min-width: 992px) {
      .header .top-logo img, .header .top-logo svg {
        color: #005EB8;
        fill: #005EB8; } }
  .footer .top-logo {
    display: none;
    /*@include desktop {
		    & {
		        left: -63px;
		    }
		}*/ }
    @media (min-width: 1280px) {
      .footer .top-logo {
        display: block;
        position: absolute;
        top: -10px;
        left: 15px;
        z-index: 1; } }
  .top-logo img, .top-logo svg {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    fill: #fff;
    color: #fff;
    /*@include tablet-lg {
		    & {
		       color: $dblue;
				fill: $dblue;
		    }
		}*/ }
    @media (min-width: 768px) {
      .top-logo img, .top-logo svg {
        width: 45px;
        height: 45px; } }
    @media (min-width: 1280px) {
      .top-logo img, .top-logo svg {
        width: 60px;
        height: 60px; } }

.-solid svg, .-solid .header-tagline {
  color: #fff;
  fill: #fff; }

.header-tagline {
  font-size: 1.2rem;
  color: #fff; }
  @media (max-width: 991px) {
    .header-tagline {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      left: -23px; } }
  @media (min-width: 992px) {
    .header-tagline {
      font-size: 2rem;
      color: #1e2f46; } }
  .header-tagline sup {
    font-weight: 400;
    font-size: 50%; }
  .header-tagline small {
    display: none; }
    @media (min-width: 768px) {
      .header-tagline small {
        display: inline; } }

.header-share-block {
  margin-left: auto;
  z-index: 10;
  position: relative; }
  .header-share-block .share {
    display: inline-block;
    vertical-align: middle; }
  .header-share-block a {
    display: inline-block;
    padding: 0 2px; }
    @media (min-width: 992px) {
      .header-share-block a {
        padding: 0 4px; } }
  .header-share-block label {
    display: none; }
    @media (min-width: 992px) {
      .header-share-block label {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; } }
  .header-share-block svg {
    width: 28px;
    height: 28px;
    color: #fff; }
    .header-share-block svg:hover {
      color: #00B5E5; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 23;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

/*.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  overflow: hidden; }

.mfp-iframe-holder .mfp-close {
  padding: 4px 10px;
  border: 2px solid #000;
  border-radius: 20px;
  color: #000 !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: background-color 0.3s;
  cursor: pointer;
  line-height: 10px;
  height: 28px;
  width: 85px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffffff !important;
  text-align: right;
  opacity: 1; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  /*max-width: 94%;*/ }

.mfp-video-scaler {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px; }
  .mfp-video-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  .mfp-video-scaler .spacer-img {
    max-width: 90vw;
    max-height: 90vh;
    height: auto;
    width: auto; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.menu-panel {
  position: fixed;
  z-index: 20;
  right: 15px;
  top: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 280px;
  visibility: hidden;
  max-height: 100%; }
  @media (min-width: 768px) {
    .menu-panel {
      width: 385px;
      padding-top: 20px; } }
  @media (min-width: 992px) {
    .menu-panel {
      position: absolute;
      z-index: 20;
      right: 0;
      top: -5px;
      max-height: initial; } }
  .menu-panel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13294B;
    transition: all 0.7s;
    border-radius: 50%;
    -ms-transform: translate(50%, -50%) scale(0);
    transform: translate(50%, -50%) scale(0); }
  .menu-panel.open {
    visibility: visible; }
    .menu-panel.open::before {
      -ms-transform: translate(50%, -50%) scale(3);
      transform: translate(50%, -50%) scale(3); }

.primary-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: auto;
  padding: 40px;
  text-align: center; }
  .primary-menu li {
    padding: .8rem 0;
    position: relative; }
    .primary-menu li:not(:nth-last-child(-n+2))::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -15px;
      width: 25px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.2); }
  .primary-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700; }
    .primary-menu li a:not(.non-caps) {
      text-transform: uppercase; }
    .primary-menu li a:hover {
      color: #00B5E5; }
  .primary-menu .button {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem; }

.mobile-menu-trigger {
  cursor: pointer;
  transition: none 0s ease 0s;
  width: 28px;
  height: 17px;
  z-index: 21; }
  @media (min-width: 768px) and (max-width: 991px) {
    .mobile-menu-trigger {
      position: fixed;
      right: 30px;
      top: 20px; } }
  @media (max-width: 767px) {
    .mobile-menu-trigger {
      position: fixed;
      right: 15px;
      top: 16px; } }
  @media (min-width: 992px) {
    .mobile-menu-trigger {
      position: relative;
      margin-left: 30px; } }
  .mobile-menu-trigger.menu-opened span {
    background-color: transparent !important; }
  .mobile-menu-trigger.menu-opened span::before {
    -ms-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    background-color: #fff !important; }
  .mobile-menu-trigger.menu-opened span::after {
    -ms-transform: translateY(0px) rotate(-45deg);
        transform: translateY(0px) rotate(-45deg);
    background-color: #fff !important; }
  .mobile-menu-trigger:not(.menu-opened):hover span::before {
    -ms-transform: translateY(-9px);
        transform: translateY(-9px); }
  .mobile-menu-trigger:not(.menu-opened):hover span::after {
    -ms-transform: translateY(9px);
        transform: translateY(9px); }
  .mobile-menu-trigger span {
    background-color: white;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 30px;
    height: 3px;
    margin-top: -2px;
    font-size: 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .mobile-menu-trigger span::before, .mobile-menu-trigger span::after {
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      content: " ";
      background-color: white;
      transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }
    .mobile-menu-trigger span::before {
      -ms-transform: translateY(-8px);
          transform: translateY(-8px); }
    .mobile-menu-trigger span::after {
      -ms-transform: translateY(8px);
          transform: translateY(8px); }

.vscan--testimonials-slider {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .vscan--testimonials-slider {
      width: 300px; } }
  .vscan--testimonials-slider .swiper-container {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .vscan--testimonials-slider .swiper-container {
        max-height: 450px; } }
  @media (min-width: 992px) {
    .vscan--testimonials-slider .swiper-pagination-bullet {
      background-color: rgba(255, 255, 255, 0.75); } }

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .vscan--testimonials-slider {
    max-height: 300px; } }

.vscan--testimonials-slider .vscan--testimonials-item {
  height: 100%; }
  @media (max-width: 767px) {
    .vscan--testimonials-slider .vscan--testimonials-item {
      max-height: 400px; } }

.vscan--testimonials-item {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 16px;
  padding: 20px 15px 0;
  outline: none !important;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-height: 800px) {
    .vscan--testimonials-item {
      padding: 15px 15px 0; } }
  @media (min-width: 1740px) {
    .vscan--testimonials-item {
      padding: 40px 15px 30px; } }

.vscan--testimonials-text {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 992px) {
    .vscan--testimonials-text {
      font-size: 1.2rem; } }

.vscan--testimonials-name {
  font-size: 1.2rem; }
  @media (max-height: 800px) {
    .vscan--testimonials-name {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .vscan--testimonials-name {
      font-size: 1rem; } }

#all_slides {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style-type: none; }
  @media (max-width: 767px) {
    #all_slides {
      height: 0;
      padding-bottom: 70%; } }
  @media (min-width: 576px) {
    #all_slides {
      height: 350px;
      padding-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #all_slides {
      height: 0;
      padding-bottom: 46%; } }
  @media (min-width: 992px) {
    #all_slides {
      height: 100vh; } }

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s; }

.active {
  opacity: 1;
  z-index: 2; }

.slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

main[data-gjs-type="default"] .slide {
  opacity: 1; }

/**
 * Swiper 6.4.11
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
      transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: left top;
      transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
      transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@font-face {
  font-family: 'GE Sans';
  src: local("gesans-regular"), local("gesans-regular"), url("../fonts/gesans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GE Sans';
  src: local("gesans-italic"), local("gesans-italic"), url("../fonts/gesans-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'GE Sans';
  src: local("gesans-bold"), local("gesans-bold"), url("../fonts/gesans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
