@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;
  font-size: 16px;
}

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

#content::before {
  display: none;
}

.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;
}
.parsley-errors-list[aria-hidden=true] {
  display: none;
}

/**
 * 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;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-bold {
  font-weight: 900;
  text-transform: uppercase;
  border-width: 0.2rem;
  padding: 0.7rem 1.5rem;
  line-height: 100%;
}
.btn.btn-bold.btn-lg {
  font-size: 1.65rem;
}
.btn.btn-list {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem; /* 133.333% */
  text-transform: uppercase;
}
.btn.btn-primary span {
  color: #50E4FF;
}
.btn.btn-secondary span {
  color: #4D29F1;
}
.btn .primary-color {
  color: #4D29F1;
}
.btn .secondary-color {
  color: #50E4FF;
}

.buttonField .btn-outline-purple {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem; /* 133.333% */
  text-transform: uppercase;
}
.buttonField .btn-outline-purple:hover {
  color: #ffffff;
}

.masonry div[class^=col] .box h4 {
  color: #4D29F1;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem; /* 109.091% */
}

/**
 * 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 {
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-half .grid-sizer,
  .grid-half .grid-item {
    width: calc(50% - 12px);
  }
}
.grid-half .grid-sizer {
  margin-bottom: 0;
}
.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: #4D29F1;
}
.test_cat_list li.current-cat > a:hover {
  color: #4D29F1;
}
.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;
}

/**
 * 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: #4D29F1;
  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%;
}

.carousel.logo-carousel {
  position: relative;
}
.carousel.logo-carousel .carousel-control-prev,
.carousel.logo-carousel .carousel-control-next {
  width: 3rem;
  z-index: 2;
  color: #D7E3FF;
  line-height: 100%;
  font-size: 1.5rem;
  opacity: 1;
}
.carousel.logo-carousel .carousel-control-prev {
  left: -3rem;
}
.carousel.logo-carousel .carousel-control-next {
  right: -3rem;
}
.carousel.logo-carousel .carousel-inner {
  position: relative;
  z-index: 1;
}
.carousel.logo-carousel .carousel-indicators {
  position: relative;
}
.carousel.logo-carousel .carousel-indicators button {
  width: 4rem;
  transition: all 0.2s ease-in-out;
  border-radius: 0.3rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  background-color: #D7E3FF;
  opacity: 1;
  border: solid 1px transparent;
}
.carousel.logo-carousel .carousel-indicators button.active {
  background-color: #4D29F1;
}

.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;
}

header a {
  /* in figma, it was 1.5rem */
  /* font-size: 1.5rem; */
  font-size: 1.3rem;
}
header div#mainMenu ul li {
  padding: 1.2em 1.1em 1.3em 1.1em;
}
header div#mainMenu ul li a.btn {
  padding: 0.3rem 1rem;
  line-height: 100%;
  color: #50E4FF;
  font-size: 1.625rem;
}

.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;
}
.alert.alert-danger .btn-close .icon-close {
  display: none;
}

.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;
}

html {
  overflow-x: hidden;
}

/* swiper 2 */
.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: #4D29F1;
}
.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;
  }
}

/**
 *
 */
.pixCarousel .carousel-inner .carousel-item div.imgTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 1.95rem */
  letter-spacing: -0.015rem;
}

.box {
  /* 
  &.gradBoxBlue {
  	background-color: $lightblue;
  } */
}
.box ul.test_cat_list > li {
  padding-left: 0;
}
.box ul.test_cat_list > li:before {
  display: none;
}
.box ul li::before {
  color: #4D29F1;
}
.box.logoBox {
  /* padding-bottom: 12%; */
}
.box.gradBoxPink {
  background-color: #F2E7FF;
}
.box.pinkBox {
  background-color: #F2E7FF;
  padding: 1rem 1.5rem;
}
.box.pinkBox ul li::before {
  color: #4D29F1;
}
.box.pinkBox h4 {
  color: #4D29F1;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.box.logoBox div img {
  max-width: 100%;
  max-height: none;
  width: 100%;
  height: auto;
}
.box.videoBox {
  background-color: #D7E3FF;
}
.box.videoBox.videoBox--blue .desc h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.box.videoBox h3 {
  color: #4D29F1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 1.95rem */
  letter-spacing: -0.015rem;
}
.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;
}

.alert-wysiwyg {
  color: #fff;
}
.alert-wysiwyg a {
  color: #fff;
}
.alert-wysiwyg p:last-child {
  margin-bottom: 0;
}

.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: #4D29F1;
}

.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;
  background-size: cover;
}
.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;
}

#blogCarousel.pixCarousel .carousel-inner .carousel-item,
#pixCarousel1.pixCarousel .carousel-inner .carousel-item {
  background-color: #fff;
}

#nav-icon {
  height: 1.7em;
}
#nav-icon span {
  padding-top: 2px;
  border-radius: 0.1em;
  background: #001E45;
  margin: 0.13em 0;
}

nav.header__side-menu {
  background-color: rgba(9, 12, 66, 0.95);
}

@media (max-width: 767px) {
  .carousel.pixCarousel .carousel-inner {
    height: auto;
  }
  section.block .overTop .carousel .carousel-inner {
    min-height: fit-content;
    min-height: -moz-fit-content;
  }
}
.min-height-50vh {
  min-height: 50vh;
}

/**
 *
 */
.s-company-contact {
  position: relative;
}
.s-company-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 30, 69, 0.8) 0%, rgba(0, 30, 69, 0) 73.02%);
}
.s-company-contact > .container-xl {
  z-index: 2;
}

/**
 * Price Boxes
 */
#choosePackage .priceBox .footer {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#choosePackage .important .note {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem;
}
#choosePackage div.offer .titleBox {
  background-color: #F2E7FF;
  /* with image logos: */
  /* padding: 1.875rem 2rem 0 2rem; */
  padding: 1.25rem 2rem;
  min-height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#choosePackage div.offer .titleBox h2 {
  font-size: 2rem;
  /* font-style: italic; */
}
#choosePackage div.offer .titleBox h2 span {
  font-size: 1em;
  font-weight: 300;
}
#choosePackage div.offer .titleBox img {
  max-height: 4.4rem;
  height: auto;
}

/**
 * 
 */
.a-logo-fix-wrap {
  display: block;
  text-align: center;
  width: 100%;
}

.a-logo-fix {
  height: 72px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.a-sized-logo {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.a-eas-logo {
  display: flex;
  width: 100%;
  margin-top: 48px;
}
@media (min-width: 992px) {
  .a-eas-logo {
    justify-content: center;
    align-items: center;
  }
}
.a-eas-logo img {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 224px;
}

.a-hansaworld-logo svg {
  display: block;
  height: auto;
  width: 100%;
  max-width: 224px;
}

/**
 * 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;
}
.c-single-post img {
  display: block;
  height: auto;
  max-width: 100%;
}

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

/**
 *
 */
.c-single-kb-post {
  margin-bottom: 24px;
}
.c-single-kb-post img {
  display: block;
  height: auto;
  max-width: 100%;
}
.c-single-kb-post .accordion {
  margin: 1rem 0;
}
.c-single-kb-post h2.accordion-header {
  margin-bottom: 0;
}

/**
 * Titles
 */
body.single .blogHeaderBox h1,
body.single-post .blogHeaderBox h1,
.a-blog-h1 {
  font-size: 1.3rem;
  line-height: 140%;
  margin-bottom: 2rem;
}

/* stylelint-disable */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}

a img.alignnone {
  margin: 5px 20px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ------------------------------------------------------------ *\
    Comments
\* ------------------------------------------------------------ */
.section-comments {
  padding-top: 15px;
}
.section-comments a {
  text-decoration: none;
}
.section-comments p {
  padding-bottom: 18.2px;
}
.section-comments ol,
.section-comments ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.section-comments h3 {
  position: relative;
  padding: 0 0 10px;
}
.section-comments h3 small {
  position: absolute;
  top: 0;
  right: 0;
}

.comments {
  position: relative;
}
.comments .children {
  position: relative;
  padding-left: 70px;
}
.comments .children:before, .comments .children:after {
  content: "";
  position: absolute;
  display: block;
}
.comments .children:before {
  top: 33px;
  left: 23px;
  width: 32px;
  height: 27px;
  border-left: 8px solid #c3c3c3;
  border-bottom: 8px solid #c3c3c3;
}
.comments .children:after {
  top: -5px;
  left: 8px;
  border: 20px solid transparent;
  border-width: 20px 19px;
  border-bottom-color: #c3c3c3;
}

.comment {
  position: relative;
  padding: 30px 0 30px 65px;
}
.comment .avatar {
  position: absolute;
  top: 28px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.comment__says {
  padding-left: 5px;
}
.comment__moderation-notice {
  display: inline-block;
  margin: 3px 0 8px;
  color: #999;
}
.comment__meta {
  padding-bottom: 12px;
}
.comment__meta a {
  color: #363636;
}
.comment__text p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.comment__reply {
  padding-top: 10px;
  text-align: right;
}
.comment__reply a {
  display: inline-block;
  padding: 5px 10px;
  background: #363636;
  color: #fff;
}
.comment__reply a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636;
}
.comment-respond h3 {
  position: relative;
}
.comment-respond small {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-respond label {
  display: block;
  padding-bottom: 4px;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url],
.comment-respond textarea {
  display: block;
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
.comment-respond textarea {
  width: 100%;
  height: 100px;
}
.comment-respond input[type=text]:focus,
.comment-respond input[type=email]:focus,
.comment-respond input[type=url]:focus {
  background-color: #fff;
}
.comment-respond input[type=text]::-moz-placeholder, .comment-respond input[type=email]::-moz-placeholder, .comment-respond input[type=url]::-moz-placeholder {
  color: #777;
}
.comment-respond input[type=text]::placeholder,
.comment-respond input[type=email]::placeholder,
.comment-respond input[type=url]::placeholder {
  color: #777;
}
.comment-respond .required {
  color: #e40000;
}
.comment-respond .comment-notes {
  padding-top: 15px;
}
.comment-respond .form-submit input {
  display: block;
  width: 160px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #363636;
  cursor: pointer;
}

.no-comments {
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px;
}

/**
 * Breadcrumbs
 */
.c-breadcrumbs {
  background-color: #f5f5f5;
  padding: 16px;
  font-size: 14px;
}
.c-breadcrumbs__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
}
.c-breadcrumbs__inner a {
  color: #001E45;
  text-decoration: none;
}
.c-breadcrumbs__inner > span > a {
  font-weight: 700;
}
.c-breadcrumbs__inner > span > a.home {
  display: block;
  height: 16px;
  width: 16px;
  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-house' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM13 7.207V13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7.207l5-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -4px;
}
.c-breadcrumbs__inner > span > a.home > span {
  display: none;
}

.searchwp-live-search-results .searchwp-live-search-result {
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  padding: 16px;
  position: relative;
}
.searchwp-live-search-results .searchwp-live-search-result__excerpt, .searchwp-live-search-results .searchwp-live-search-result__title {
  border-bottom: none;
  padding: 0;
}
.searchwp-live-search-results .searchwp-live-search-result__title {
  font-weight: 700;
  margin-bottom: 6px;
}
.searchwp-live-search-results .searchwp-live-search-result__title a:hover {
  text-decoration: none;
}
.searchwp-live-search-results .searchwp-live-search-result__title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.searchwp-live-search-results .searchwp-live-search-result:hover {
  background-color: rgba(30, 30, 30, 0.1);
}

.searchwp-button-show-all {
  border: none;
  background: #cc0085;
  color: #fff;
  padding: 8px 16px;
  text-align: center;
  font-family: "GraphikLCG-Bold", "Arial", "Helvetica", "sans-serif";
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}

.site-country-latvia .searchwp-live-search-results,
.site-country-estonia .searchwp-live-search-results {
  border-radius: 16px;
  min-height: 115px;
  max-height: 347px;
}

.c-course-item {
  gap: 0;
}
.c-course-item h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-course-item h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.c-course-item__topics {
  display: flex;
  gap: 12px;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 16px;
  color: #CC0085;
  font-family: "GraphikLCG-Medium", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-course-item__topics {
    font-size: 14px !important;
  }
}
.c-course-item__content {
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-course-item__content {
    padding: 24px;
  }
}

.buttonField--courses {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.buttonField--courses .btn {
  margin: 0;
}

.grid-courses {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.grid-courses .c-course-item {
  flex: 0 0 calc(33.3333% - 24px);
}

.btn-outline-primary.mixitup-control-active {
  background-color: #cc0085;
  color: #fff;
}

body.tax-ht_kb_category h1.topic-list__title {
  line-height: 1.5rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

body.single-ht_kb .a-title-single {
  font-size: 1.3rem;
  line-height: 140%;
}

header div#mainMenu ul li:last-child {
  padding: 1.2em 1.3em 1.3em 1.3em;
}

header div#mainMenu ul li a {
  display: inline-flex;
  align-items: center;
}

header div#mainMenu ul li:not(.menuButton) a {
  padding: 0.5rem 0;
}

.revealWrapper.open .revealBox {
  max-height: 1600rem;
}

section.block {
  font-size: 1.125rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  /* Fix for slider */
}
section.block.hero.skyGradient, section.block.skyGradient {
  background-color: rgba(215, 227, 255, 0.5);
}
section.block form.roundFields .fancyradio {
  text-transform: uppercase;
  font-weight: 900;
}
section.block form.roundFields .fancyradio input[type=radio]:checked + label {
  background-color: #50E4FF;
}
section.block form.roundFields .parsley-errors-list li {
  font-size: 0.875rem;
  text-align: left;
}
section.block form.roundFields.horizontal .form-control {
  display: flex;
  height: 3rem;
  padding: 0.875rem 2rem;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
}
section.block form.roundFields .checkbox label {
  position: relative;
  padding-left: 3rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: left;
}
section.block .overTop h1 {
  font-size: 1.5625rem;
  line-height: 2rem;
}
section.block .overTop h3,
section.block .overTop h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}
section.block .overTop img,
section.block .overTop .imgBox {
  min-height: unset;
}
section.block#contact {
  font-size: 1.125rem;
  line-height: 140%;
}
section.block#contact h2 {
  font-size: 3rem;
  line-height: 100%;
}
section.block#contact .checkbox label {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
section.block#contact .text-center {
  font-size: 1.25rem;
}
section.block .lightblue, section.block.lightblue {
  background-color: #D7E3FF;
}
section.block h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 2rem */
}
section.block.colorblock + .colorblock {
  margin-top: -2.5rem;
}
section.block.hero {
  font-size: 1.5rem;
  line-height: 130%;
  background-color: #D7E3FF;
}
section.block.hero.noBackground {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7e3ff+0,d7e3ff+69,ffffff+100&1+0,0+100 */
  background: linear-gradient(#D7E3FF 0%, #D7E3FF 50%, transparent 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.block.hero.kasutajatugi {
  min-height: inherit;
  padding: 0;
  background-color: #090C42;
  background-image: url(../img/bg-x-dark.png);
  background-position: center right;
  background-size: auto 100%;
}
section.block.hero.kasutajatugi .bgX {
  width: 100%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
section.block.hero.whiteText ul li:not(.current_page_item) a {
  background-color: rgba(9, 12, 66, 0.25);
}
section.block.hero.whiteText ul li:not(.current_page_item) a:hover {
  background-color: #090C42;
}
section.block.hero h1, section.block.hero h2, section.block.hero h3 {
  font-size: 4rem;
}
section.block.hero ul li {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem; /* 100% */
}
section.block.hero ul li a {
  color: #ffffff;
  background-color: #090C42;
}
section.block.hero ul li.current_page_item {
  font-weight: 700;
}
section.block.hero ul li.current_page_item a {
  color: #090C42;
  background-color: #ffffff;
}
section.block.hero.front {
  text-align: center;
  background-color: transparent;
}
section.block.hero.try {
  text-align: center;
  background-color: transparent;
}
section.block.hero.try h1 {
  font-size: 3rem;
  line-height: 100%;
}
section.block.numberCards {
  background-color: #D7E3FF;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
section.block.numberCards h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%; /* 2rem */
  margin-bottom: 1.5rem;
  color: #090C42;
}
section.block.numberCards .numberCard {
  position: relative;
  z-index: 1;
}
section.block.numberCards .numberCard div.in {
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 1.5rem;
  min-height: 22rem;
  justify-content: flex-end;
  text-align: start;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  color: #4D29F1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 110%; /* 1.2375rem */
}
section.block.numberCards .numberCard div.in .no {
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: -6rem;
  font-size: 24rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  color: rgba(215, 227, 255, 0.7);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
section.block.numberCards .numberCard div.in h3 {
  z-index: 2;
  position: relative;
  color: #4D29F1;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 2.25rem */
  letter-spacing: 0.025rem;
  transition: all 0.2s ease-in-out;
}
section.block.numberCards .numberCard div.in p {
  z-index: 2;
  position: relative;
  transition: all 0.2s ease-in-out;
}
section.block.numberCards .numberCard div.in p:last-child {
  margin-bottom: 0;
}
section.block.numberCards .numberCard:hover > div {
  background: #4D29F1;
  color: #ffffff;
  cursor: crosshair;
}
section.block.numberCards .numberCard:hover > div h3 {
  color: #ffffff;
}
section.block.numberCards .numberCard:hover > div .no {
  color: #300ecf;
}
section.block.picCards {
  background-color: #F2E7FF;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}
section.block.picCards h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%; /* 2rem */
  margin-bottom: 1.5rem;
  color: #090C42;
}
section.block.picCards .picCard {
  transition: all 0.2s ease-in-out;
}
section.block.picCards .picCard.clickBox {
  transform: scale(1);
}
section.block.picCards .picCard.clickBox:hover {
  transform: scale(1.03);
}
section.block.picCards .picCard.clickBox:hover a.round {
  bottom: -2.8rem;
  right: -2.8rem;
}
section.block.picCards .picCard.clickBox a.round {
  border-radius: 3.5rem;
  width: 7rem;
  height: 7rem;
  background-color: #50E4FF;
  position: absolute;
  bottom: -7rem;
  right: -7rem;
  display: flex;
  z-index: 1;
  color: #090C42;
  font-size: 2.5rem;
  line-height: 100%;
  padding-left: 1rem;
  padding-top: 1rem;
  transition: all 0.2s ease-in-out;
}
section.block.picCards .picCard div.in {
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 1.5rem;
  min-height: 22rem;
  justify-content: flex-end;
  text-align: start;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 110%; /* 1.2375rem */
}
section.block.picCards .picCard div.in::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(171deg, transparent 30%, rgba(0, 0, 33, 0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.block.picCards .picCard div.in * {
  position: relative;
  z-index: 2;
}
section.block.picCards .picCard div.in .no {
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: -6rem;
  font-size: 24rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  color: rgba(215, 227, 255, 0.7);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
section.block.picCards .picCard div.in h3 {
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 2.25rem */
  letter-spacing: 0.025rem;
  transition: all 0.2s ease-in-out;
}
section.block.picCards .picCard div.in p {
  z-index: 2;
  position: relative;
  transition: all 0.2s ease-in-out;
}
section.block.picCards .picCard div.in p:last-child {
  margin-bottom: 0;
}
section.block.swiperBox {
  /* overflow: hidden; */
  /* swiper 1 */
}
section.block.swiperBox .swiper.sectionSwiper {
  overflow: visible;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 3.5rem;
  justify-content: center;
}
section.block.swiperBox .swiper.sectionSwiper .swiper-pagination {
  margin-top: 2rem;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
section.block.swiperBox .swiper.sectionSwiper .swiper-pagination .swiper-pagination-bullet {
  flex-grow: 1;
  width: auto;
  transition: all 0.2s ease-in-out;
  border-radius: 0.3rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  background-color: #D7E3FF;
  opacity: 1;
}
section.block.swiperBox .swiper.sectionSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4D29F1;
}
section.block.swiperBox .swiper.sectionSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: right;
  border-radius: 1.5rem;
}
section.block.swiperBox .swiper.sectionSwiper .swiper-slide .in {
  margin-top: 15rem;
  font-size: 1.5rem;
  line-height: 130%;
  width: 105%;
  padding: 6rem 3rem 3rem 50%;
  color: #ffffff;
  background: linear-gradient(171deg, transparent 30%, rgba(0, 0, 33, 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.block.swiperBox .swiper.sectionSwiper .swiper-slide .in h3 {
  color: #50E4FF;
  font-size: 3rem;
}
section.block .darkX {
  background: #090C42;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../img/bg-x-dark.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}
section.block .darkX h2.title {
  color: #50E4FF;
  font-size: 4rem;
  line-height: 90%;
}
section.block .darkX h2.title span {
  color: #ffffff;
}
section.block .darkX h3 {
  color: #50E4FF;
}
section.block .darkX .imgBox {
  border-radius: 2rem;
  max-height: inherit;
  background-position: center center;
}
section.block.newsLetter.fix-no-mb {
  margin-bottom: 0;
}
section.block .overTop .imgBox.lazy.pp-it-img {
  height: 0 !important;
  padding-bottom: 50%;
}
section.block.hero.u-no-min-height,
section.block .u-no-min-height {
  min-height: initial;
}
section.block.priceList .skyBox {
  background-color: #D7E3FF;
}

.box {
  font-size: 1.125rem;
}
.box.skyBg {
  background-color: #D7E3FF;
}
.box.skyBox {
  background-color: rgba(215, 227, 255, 0.45);
  /* background-color: $lightblue; */
}
.box.skyBox.skyBox--integration {
  height: auto;
  min-height: 200px;
  justify-content: center;
}
.box.videoBox {
  background-color: #f7f7f7;
}
.box.videoBox .desc h2, .box.videoBox h3, .box.videoBox h4 {
  line-height: 2rem;
  font-size: 1.5625rem;
  text-transform: none;
  font-weight: 700;
}
.box.videoBox.videoBox--blue {
  background-color: #D7E3FF;
}
.box.videoBox.videoBox--blue .desc h3 a {
  color: #4D29F1;
}
.box .priceRow h3 {
  font-size: 1.375rem;
  text-transform: uppercase;
}
.box .priceRow h3 span {
  color: #4D29F1;
}

@media (min-width: 768px) and (max-width: 1245px) {
  .carousel.logo-carousel .carousel-inner {
    margin: 0 3%;
    width: 94%;
  }
  .carousel.logo-carousel .carousel-control-next {
    right: 0;
  }
  .carousel.logo-carousel .carousel-control-prev {
    left: 0;
  }
  section.block .overTop, section.block.hero {
    padding-left: 1.5rem;
  }
}
/* mobile */
@media (max-width: 767px) {
  section.block {
    overflow-x: hidden;
  }
  section.block#contact img.rounded-circle {
    margin-left: -25%;
  }
  section.block#contact .text-center {
    font-size: 1.5rem;
    flex-grow: 1;
  }
  section.block.hero h1, section.block.hero h2, section.block.hero h3 {
    font-size: 3.5rem;
    letter-spacing: -0.014rem;
  }
  section.block.numberCards .swiper.sectionSwiper, section.block.picCards .swiper.sectionSwiper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  section.block.swiperBox .swiper.sectionSwiper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  section.block.swiperBox .swiper.sectionSwiper .swiper-pagination {
    max-width: 90%;
    left: 5%;
    right: 5%;
    transform: none;
  }
  section.block.swiperBox .swiper.sectionSwiper .swiper-slide .in {
    margin-top: 9rem;
    font-size: 1.5rem;
    line-height: 130%;
    padding: 2rem;
  }
  section.block .darkX {
    padding-bottom: 0;
    margin-top: 5rem;
    padding-top: 0rem;
  }
  section.block .darkX h2.title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 90%; /* 2.7rem */
    letter-spacing: -0.012rem;
  }
  section.block .darkX .imgBox {
    position: relative;
    left: 5rem;
    top: -5rem;
    margin-bottom: -5rem;
    padding-bottom: 16rem;
  }
  header .hamburger.btn-light {
    background-color: transparent;
    font-size: 1.2rem;
    padding-right: 0.5rem;
    align-items: center;
  }
  header .hamburger.btn-light #nav-icon {
    margin-left: 0.7rem;
  }
  .logoLand .logoBox {
    padding-left: 41%;
    padding-bottom: 25%;
  }
}
