@charset "UTF-8";
/**
 * VENDORS IMPORTS 
 */
/**
 * Fixed for node-sass error on max( function
 * Fancybox version 3.5.1
 * 
 * Problem: https://github.com/fancyapps/fancybox/issues/2182
 * Solution: https://github.com/sass/sass/issues/2378#issuecomment-367490840
 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-right)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.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:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * GENERAL
 */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.admin-bar header {
  top: 32px;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 13px;
}
.parsley-errors-list li {
  color: #dc3545;
}

section.block.newsLetter.fix-no-mb {
  margin-bottom: 0;
}

/**
 * Buttons
 */
.btn--caret-right-white {
  display: inline-flex;
  align-items: center;
  font-family: "GraphikLCG-Medium", "Arial", "Helvetica", "sans-serif";
  padding: 6px 16px;
}
.btn--caret-right-white:before {
  content: "";
  font-size: 22px;
  line-height: 109.091%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M9.5 18L15.5 12L9.5 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 25px 24px;
  background-position: center;
  height: 24px;
  width: 24px;
  margin-right: 4px;
}

/**
 * Isotope Masonry grids
 */
.grid {
  /* 2 columns wide */
}
.grid .grid-sizer,
.grid .grid-item {
  width: calc(50% - 16px);
}
@media screen and (min-width: 992px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: calc(25% - 16px);
  }
}
@media screen and (min-width: 1280px) {
  .grid .grid-sizer,
  .grid .grid-item {
    width: calc(20% - 16px);
  }
}
.grid .grid-item {
  margin-bottom: 20px;
}
.grid .grid-item--width2 {
  width: 40%;
}

.grid-half {
  /* 2 columns wide */
}
.grid-half .grid-sizer,
.grid-half .grid-item {
  width: calc(50% - 12px);
}
.grid-half .grid-item {
  margin-bottom: 24px;
}
.grid-half .grid-item--width2 {
  width: 40%;
}

/**
 *
 */
.test_cat_list {
  list-style-type: none;
}
.test_cat_list li {
  display: none;
}
.test_cat_list li.current-cat-ancestor,
.test_cat_list li.current-cat-parent,
.test_cat_list li.current-cat {
  display: block;
}
.test_cat_list li.current-cat-ancestor > ul > li,
.test_cat_list li.current-cat-parent > ul > li,
.test_cat_list li.current-cat > ul > li {
  display: block;
}
.test_cat_list .children li a:before {
  /*
  position: relative;
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url('../img/arrow-pink.svg');
  background-size: 6px 11px;
  margin-right: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  */
}
.test_cat_list li.current-cat > a {
  color: #cc0085;
}
.test_cat_list li.current-cat > a:hover {
  color: #cc0085;
}
.test_cat_list > li.current-cat > a,
.test_cat_list > li.current-cat-parent > a,
.test_cat_list > li.current-cat-ancestor > a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: "Fira Sans SemiBold", "Arial", "Helvetica", "sans-serif";
  font-weight: 600;
  margin-bottom: 1rem;
}
.test_cat_list > li.current-cat-ancestor > a {
  display: block;
}
.test_cat_list > li > .children {
  padding-left: 0;
  margin-top: 0;
}

.box ul.test_cat_list > li {
  padding-left: 0;
}
.box ul.test_cat_list > li:before {
  display: none;
}

/**
 * Alerts
 */
.alert-success {
  background-color: #d1e7dd;
  border-color: #a3cfbb;
  color: #0a3622;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f1aeb5;
  color: #58151c;
}

.alert-info {
  background-color: #cfe2ff;
  border-color: #9ec5fe;
  color: #052c65;
}

/**
 *
 */
.ht-voting-comment-form__message {
  margin-bottom: 1rem;
}

.pp-form .form-control {
  padding: 1rem 2rem;
  border-radius: 3rem;
  border-color: rgba(0, 30, 69, 0.3);
  background-color: #fff;
  margin-bottom: 1em;
}
.pp-form textarea.form-control {
  border-radius: 24px;
}

/**
 * 
 */
.ht-articlelist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ht-articlelist > li + li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 30, 69, 0.1);
}

.hkb-article__link {
  text-decoration: none;
}
.hkb-article__title {
  color: #001e45;
}
.hkb-article__excerpt {
  color: #001e45;
}
.hkb-article__date {
  display: block;
  color: #999;
}
.hkb-article mark {
  background-color: #cc0085;
  color: #fff;
}

/**
 * Search Pagination
 */
.pp-search-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pp-search-pagination span {
  border: 1px solid #e1e1e1;
  border-radius: 21px;
  padding: 0;
  background: #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  text-align: center;
  width: 42px;
}
.pp-search-pagination span.current {
  background-color: #fff;
}
.pp-search-pagination span, .pp-search-pagination a, .pp-search-pagination button {
  margin: 8px;
}
.pp-search-pagination a {
  color: #001e45;
}
.pp-search-pagination a, .pp-search-pagination button {
  border: 1px solid #e1e1e1;
  border-radius: 21px;
  padding: 0;
  background: #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  text-align: center;
  width: 42px;
  transition: color 150ms ease-in-out, border 150ms ease-in-out, background 150ms ease-in-out;
  text-decoration: none;
}
.pp-search-pagination a:hover, .pp-search-pagination button:hover {
  text-decoration: none;
  background-color: #001e45;
  border-color: #001e45;
  color: #fff;
}
.pp-search-pagination .prev.page-numbers,
.pp-search-pagination .next.page-numbers {
  position: relative;
  text-indent: -9999px;
}
.pp-search-pagination .prev.page-numbers > svg,
.pp-search-pagination .next.page-numbers > svg {
  position: absolute;
  top: 8px;
  left: 9px;
}
.pp-search-pagination .prev.page-numbers > svg {
  left: 6px;
}
.pp-search-pagination .next.page-numbers > svg {
  right: 6px;
}

/**
 * Sub header menu fix
 */
.subHeader ul li.current-menu-ancestor a,
.subHeader ul li.current-menu-parent a,
.subHeader ul li.current_page_parent a,
.subHeader ul li.current_page_ancestor a {
  background-color: #fff;
}

.darkImage .subHeader ul li:hover a {
  background-color: #fff;
  color: #001E45;
}

/**
 * SearchWP overrides
 */
.searchwp-live-search-result a {
  color: #001e45;
  text-decoration: none;
}
.searchwp-live-search-result a:hover {
  text-decoration: underline;
}

/**
 * 
 *
 */
#pixCarousel1.pixCarousel .carousel-inner .carousel-item,
#blogCarousel.pixCarousel .carousel-inner .carousel-item {
  padding-bottom: 66%;
}

/**
 * Fix for slider 
 */
.section.block .overTop .imgBox.lazy.pp-it-img {
  height: 0 !important;
  padding-bottom: 50%;
}

.a-invite-text {
  font-family: "Fira Sans Bold", "Arial", "Helvetica", "sans-serif";
  font-size: 28px;
  font-weight: 700;
}

body.tax-ht_kb_category #mainMenu li.current_page_parent:not(.kb-highlight),
body.single-ht_kb #mainMenu li.current_page_parent:not(.kb-highlight) {
  font-family: inherit;
}

section.block.hero.u-no-min-height,
.u-no-min-height {
  min-height: initial;
}

.alert-wysiwyg p:last-child {
  margin-bottom: 0;
}

.alert.alert-danger .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.u-fs-32 {
  font-size: 32px;
}

.a-insta-excerpt {
  display: flex;
  width: 100%;
  align-items: center;
}
.a-insta-excerpt p:last-child {
  margin-bottom: 0;
}

/**
 *
 */
.s-fields-slider {
  position: relative;
  padding-bottom: 32px;
}
@media (min-width: 576px) {
  .s-fields-slider {
    padding-bottom: 0;
  }
}
.s-fields-slider:before {
  content: "";
  background-color: #fff;
  height: 24px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 576px) {
  .s-fields-slider:before {
    height: 32px;
  }
}
.s-fields-slider:before {
  top: 0;
}

.c-swiper-img {
  height: 0 !important;
  padding-bottom: 50%;
  box-shadow: none;
}

.skyBg .c-fields-content {
  background-color: #e6f4fb;
}
@media (min-width: 576px) {
  .c-fields-content {
    margin-top: 32px;
  }
}
.c-fields-content h3 {
  margin-bottom: 24px;
}
.c-fields-content p {
  color: #001E45;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
@media (min-width: 576px) {
  .c-fields-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.c-fields-content p a {
  color: #001E45;
  text-underline-offset: 3px;
}
.c-fields-content p a:hover {
  text-decoration-color: #cc0085;
}
.c-fields-content p:last-child {
  margin-bottom: 24px;
}

.c-fields-content-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .c-fields-content-wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 3rem;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .c-fields-content-wrapper--left {
    padding-left: 0;
    padding-right: 3rem;
  }
}

.js-fields-photos {
  border-radius: 1.5rem;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 30, 69, 0.3);
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .js-fields-photos {
    margin-bottom: 0;
  }
}

.c-button-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}
@media (max-width: 575px) {
  .c-button-group .btn {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: -0.16px;
    padding: 8px 16px;
  }
}

/**
 *
 */
.box.videoBox.videoBox--blue {
  background-color: rgba(0, 146, 211, 0.1);
  cursor: initial;
}
.box.videoBox.videoBox--blue .desc {
  display: flex;
  gap: 32px;
  width: 100%;
}
.box.videoBox.videoBox--blue .desc .desc-icon {
  flex-shrink: 0;
}
.box.videoBox.videoBox--blue .desc h3 a {
  color: #0092D3;
  text-decoration: none;
}

.videoBox--blue + .videoBox--blue {
  margin-top: 1.5rem;
}

/**
 * LV - Software Cards
 */
.section-scalable-software {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root {
  --step-0: clamp(2.25rem, 1.5927rem + 2.6966vw, 3.75rem);
}

.a-section-title {
  color: #001E45;
  font-family: "Fira Sans Bold", "Arial", "Helvetica", "sans-serif";
  font-size: var(--step-0);
  font-weight: 700;
  line-height: 106.667%;
}
.a-section-title span {
  color: #CC0085;
}

.u-mb-40 {
  margin-bottom: 3rem;
}

.c-soft-cards-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.c-soft-cards-list .c-soft-card {
  width: 100%;
}
@media (min-width: 576px) {
  .c-soft-cards-list .c-soft-card {
    width: 33.33333333%;
    min-width: 300px;
    max-width: 330px;
  }
}

.c-soft-card {
  border-radius: 24px;
  padding: 25px 16px;
  display: flex;
  flex-direction: column;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.c-soft-card:before {
  content: "";
  background: rgba(0, 30, 69, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.c-soft-card__top, .c-soft-card__title, .c-soft-card__cta-warp {
  position: relative;
  z-index: 2;
}
.c-soft-card__top {
  font-family: "Fira Sans Bold", "Arial", "Helvetica", "sans-serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: auto;
}
.c-soft-card__title {
  margin-top: auto;
  margin-bottom: 0;
  color: #fff;
  font-family: "GraphikLCG-Light", "Arial", "Helvetica", "sans-serif";
  font-size: 25px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
.c-soft-card__title + .c-soft-card__cta-warp {
  margin-top: 8px;
}
.c-soft-card__cta-warp {
  text-align: center;
}

/**
 * IMPORTS 
 */
/**
 * Regular Pagination
 */
.pagination-block .pp-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination-block .pp-pagination span {
  border: 1px solid #e1e1e1;
  border-radius: 21px;
  padding: 0;
  background: #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  text-align: center;
  width: 42px;
}
.pagination-block .pp-pagination span.current {
  background-color: #fff;
}
.pagination-block .pp-pagination span, .pagination-block .pp-pagination a, .pagination-block .pp-pagination button {
  margin: 8px;
}
.pagination-block .pp-pagination a {
  color: #001e45;
}
.pagination-block .pp-pagination a svg, .pagination-block .pp-pagination span svg, .pagination-block .pp-pagination button svg {
  margin-left: auto;
  margin-right: auto;
}
.pagination-block .pp-pagination a, .pagination-block .pp-pagination button {
  border: 1px solid #e1e1e1;
  border-radius: 21px;
  padding: 0;
  background: #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  text-align: center;
  width: 42px;
  transition: color 150ms ease-in-out, border 150ms ease-in-out, background 150ms ease-in-out;
  text-decoration: none;
}
.pagination-block .pp-pagination a:hover, .pagination-block .pp-pagination button:hover {
  text-decoration: none;
  background-color: #001e45;
  border-color: #001e45;
  color: #fff;
}
.pagination-block .pp-pagination button:disabled,
.pagination-block .pp-pagination button[disabled] {
  opacity: 0.5;
}
.pagination-block .pp-pagination button:disabled:hover,
.pagination-block .pp-pagination button[disabled]:hover {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: rgba(16, 16, 16, 0.3);
}
.pagination-block .pp-pagination .prev.page-numbers,
.pagination-block .pp-pagination .next.page-numbers {
  position: relative;
  text-indent: -9999px;
}
.pagination-block .pp-pagination .prev.page-numbers > svg,
.pagination-block .pp-pagination .next.page-numbers > svg {
  position: absolute;
  top: 8px;
  left: 9px;
}
.pagination-block .pp-pagination .prev.page-numbers > svg {
  left: 6px;
}
.pagination-block .pp-pagination .next.page-numbers > svg {
  right: 6px;
}
@media screen and (max-width: 767px) {
  .pagination-block .pp-pagination > li:not(.current):not(.prev):not(.next) {
    display: none;
  }
}

/**
 * Intro
 */
.landing-trees-intro {
  background: #0092D3;
  position: relative;
  padding: 0 0 32px 0;
}
@media (min-width: 768px) {
  .landing-trees-intro {
    padding: 75px 0 70px 0;
  }
}
.landing-trees-intro:before {
  content: "";
}
@media (max-width: 767px) {
  .landing-trees-intro:before {
    display: block;
    background: url("../img/excellent-lv-header.jpg") no-repeat center bottom;
    background-size: cover;
    position: relative;
    height: 450px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 567px) {
  .landing-trees-intro:before {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .landing-trees-intro:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: url("../img/excellent-lv-header.jpg") no-repeat center 80%;
    background-size: cover;
    z-index: 1;
  }
}
.landing-trees-intro:after {
  content: "";
  background: #0092D3;
  z-index: 2;
}
@media (max-width: 767px) {
  .landing-trees-intro:after {
    -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    position: absolute;
    top: 410px;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 567px) {
  .landing-trees-intro:after {
    top: 260px;
  }
}
@media (min-width: 768px) {
  .landing-trees-intro:after {
    -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: calc(50% - 130px);
  }
}
@media (min-width: 1200px) {
  .landing-trees-intro > .container {
    width: 100%;
    max-width: 1310px;
  }
}

.trees-intro-content {
  position: relative;
  z-index: 3;
  margin-top: -16%;
}
@media (min-width: 768px) {
  .trees-intro-content {
    height: 427px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
.trees-intro-content__10 {
  margin-bottom: -29px;
  display: block;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .trees-intro-content__10 {
    max-width: 200px;
  }
}
.trees-intro-content__line01 {
  font-family: "Fira Sans Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .trees-intro-content__line01 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}
.trees-intro-content__line02 {
  font-family: "Fira Sans Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .trees-intro-content__line02 {
    font-size: 32px;
    line-height: 38px;
  }
}
.trees-intro-content__line02 .dark {
  color: #001E45;
}

/**
 * Explanation
 */
.landing-trees-explanation {
  padding: 32px 0;
}
@media (min-width: 1200px) {
  .landing-trees-explanation {
    padding: 64px 0;
  }
}
@media (min-width: 1200px) {
  .landing-trees-explanation > .container {
    width: 100%;
    max-width: 1310px;
  }
}

.explanation-emotional {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .explanation-emotional {
    margin-bottom: 0;
  }
}
.explanation-emotional__img-mobile {
  display: block;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .explanation-emotional__img-mobile {
    display: none;
  }
}
.explanation-emotional__img-desktop {
  display: none;
}
@media (min-width: 768px) {
  .explanation-emotional__img-desktop {
    display: block;
    height: auto;
    max-width: 100%;
  }
}

.explanation-item__title {
  font-family: "Fira Sans Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 29px;
  line-height: 140%;
  color: #0092D3;
  margin-bottom: 6px;
}
.explanation-item__body {
  font-family: "GraphikLCG-Medium", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #001E45;
}
.explanation-item__body p:last-child {
  margin-bottom: 0;
}
.explanation-item__body a {
  text-decoration: underline;
}
.explanation-item__body a:hover {
  color: #cb0085;
}

.explanation-item + .explanation-item {
  margin-top: 32px;
}

.explanation-disclaimer-item {
  position: relative;
  padding-left: 62px;
}
.explanation-disclaimer-item:before {
  content: "";
  background: url("../img/trees-plus_x2.png") no-repeat 0 0;
  background-size: 46px 46px;
  height: 46px;
  width: 46px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -23px;
}
.explanation-disclaimer-item__body {
  font-family: "GraphikLCG-Medium", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #001E45;
}
.explanation-disclaimer-item__body a {
  text-decoration: underline;
}
.explanation-disclaimer-item__body a:hover {
  color: #cb0085;
}

.explanation-item + .explanation-disclaimer-item {
  margin-top: 32px;
}

/**
 * SIGN UP
 */
.landing-trees-signup {
  background: #001e45 url("../img/bg-trees-signup_mobile_x1.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .landing-trees-signup {
    background: #001e45 url("../img/bg-trees-signup_x1.jpg") no-repeat center center;
    background-size: 1440px 100%;
  }
}
@media (min-width: 768px) {
  .landing-trees-signup {
    padding: 60px 0 70px 0;
  }
}
.landing-trees-signup__title {
  font-family: "Fira Sans Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 43px;
}
@media (min-width: 768px) {
  .landing-trees-signup__title {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .landing-trees-signup > .container {
    width: 100%;
    max-width: 1310px;
  }
}
@media (max-width: 767px) {
  .landing-trees-signup .campaing-contact-form-wrapper {
    padding: 32px 16px;
  }
}
.landing-trees-signup .campaing-contact-form-wrapper.form-01 {
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .landing-trees-signup .campaing-contact-form-wrapper.form-01 {
    margin-bottom: 0;
  }
}

.max-width-420 {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Campaign 
 */
.campaing-contact-form-wrapper {
  background-color: #fff;
  border-radius: 22px;
  padding: 40px;
}

.campaing-contact-form-title {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 81%;
  color: #001E45;
  text-align: center;
  margin-bottom: 16px;
}

.campaing-contact-form .form-control {
  background-color: #fff;
  border: 1px solid rgba(0, 30, 69, 0.2);
  border-radius: 56px;
  padding: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #001E45;
}
.campaing-contact-form .form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 30, 69, 0.8);
}
.campaing-contact-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 30, 69, 0.8);
}
.campaing-contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 30, 69, 0.8);
}
.campaing-contact-form .form-control:-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 30, 69, 0.8);
}
.campaing-contact-form input.form-control {
  width: 100%;
}
.campaing-contact-form .form-group {
  margin-bottom: 16px;
}
.campaing-contact-form .campaing-form-submit {
  display: block;
  font-weight: bold;
  line-height: 100%;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  background: #CC0085;
  border-radius: 100px;
  margin-top: 24px;
  font-family: "GraphikLCG-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  border: none;
  padding: 12px 16px;
}
.campaing-contact-form .campaing-form-submit:hover {
  background: #ad0071;
}
.campaing-contact-form .campaing-form-submit--extra-large {
  font-size: 28px;
  padding: 26px 40px;
}
.campaing-contact-form .check-group .radio, .campaing-contact-form .check-group .checkbox {
  padding-left: 0;
}
.campaing-contact-form .check-group .checkbox label {
  padding-left: 24px;
}
.campaing-contact-form .check-group .checkbox label:before {
  border: 1px solid rgba(0, 30, 69, 0.2);
  border-radius: 4px;
  height: 16px;
  width: 16px;
}
.campaing-contact-form .check-group .checkbox label:after {
  background: #001E45;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.campaing-contact-form .form-check-label {
  font-size: 13px;
}
.campaing-contact-form .parsley-errors-list {
  margin-top: 0;
}
.campaing-contact-form .form-check + .form-check {
  margin-top: 8px;
}

.ex-new-version {
  padding: 3em 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ex-new-version .article-title {
  margin-bottom: 0;
}
.ex-new-version__content > * {
  margin-bottom: 1.5rem;
}
.ex-new-version__content ul {
  list-style: none;
  padding-left: 17px;
}
.ex-new-version__content ul li:before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0092D3; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em;
}

.c-single-post .accordion {
  margin-bottom: 2rem;
}

/**
 * Overrides
 */
body.single .c-single-post h2.accordion-header, body.single-post .c-single-post h2.accordion-header {
  margin-bottom: 0;
}
