:root {
  --primaryColor: #ff9900;
  --primaryFont: "Poppins", sans-serif;
}
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: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility;
  -o-transition: opacity 0.25s, visibility;
  transition: opacity 0.25s, visibility;
  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;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0/100% 100% no-repeat;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  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;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.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;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  -webkit-border-radius: 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;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  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);
}
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    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%
  );
  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: 13px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  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-bottom))
      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;
}
.fancybox-loading {
  -webkit-animation: 1s linear infinite fancybox-rotate;
  animation: 1s linear infinite fancybox-rotate;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
  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;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 13px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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: 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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  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: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: 0;
  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;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 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;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item,
.tab-content__item,
.v-align > * {
  width: 100%;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item,
.tab-content__item,
.v-align,
.v-align:before {
  height: 100%;
}
.v-align:before {
  width: 0;
  content: "";
  margin-left: -4.5px;
}
.v-align:before,
.v-align > * {
  display: inline-block;
  vertical-align: middle;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item,
.tab-content__item {
  position: absolute;
  top: 0;
  left: 0;
}
.section--bg-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  -webkit-border-top-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  -webkit-border-top-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  -webkit-border-top-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  -webkit-border-bottom-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  -webkit-border-bottom-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.mt-2,
.my-2 {
  margin-top: 1rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}
.m-3 {
  margin: 1.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.mt-4,
.my-4 {
  margin-top: 2rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}
.m-5 {
  margin: 2.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6,
.my-6 {
  margin-top: 3rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}
.m-7 {
  margin: 3.5rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3.5rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 3.5rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 3.5rem !important;
}
.m-8 {
  margin: 4rem !important;
}
.mt-8,
.my-8 {
  margin-top: 4rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}
.m-9 {
  margin: 4.5rem !important;
}
.mt-9,
.my-9 {
  margin-top: 4.5rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 4.5rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 4.5rem !important;
}
.m-10 {
  margin: 5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 5rem !important;
}
.m-11 {
  margin: 5.5rem !important;
}
.mt-11,
.my-11 {
  margin-top: 5.5rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 5.5rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 5.5rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 5.5rem !important;
}
.m-12 {
  margin: 6rem !important;
}
.mt-12,
.my-12 {
  margin-top: 6rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 6rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 6rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 6rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.5rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.pt-2,
.py-2 {
  padding-top: 1rem !important;
}
.pr-2,
.px-2 {
  padding-right: 1rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}
.pl-2,
.px-2 {
  padding-left: 1rem !important;
}
.p-3 {
  padding: 1.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.pt-4,
.py-4 {
  padding-top: 2rem !important;
}
.pr-4,
.px-4 {
  padding-right: 2rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}
.pl-4,
.px-4 {
  padding-left: 2rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6,
.py-6 {
  padding-top: 3rem !important;
}
.pr-6,
.px-6 {
  padding-right: 3rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}
.pl-6,
.px-6 {
  padding-left: 3rem !important;
}
.p-7 {
  padding: 3.5rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3.5rem !important;
}
.pr-7,
.px-7 {
  padding-right: 3.5rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important;
}
.pl-7,
.px-7 {
  padding-left: 3.5rem !important;
}
.p-8 {
  padding: 4rem !important;
}
.pt-8,
.py-8 {
  padding-top: 4rem !important;
}
.pr-8,
.px-8 {
  padding-right: 4rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}
.pl-8,
.px-8 {
  padding-left: 4rem !important;
}
.p-9 {
  padding: 4.5rem !important;
}
.pt-9,
.py-9 {
  padding-top: 4.5rem !important;
}
.pr-9,
.px-9 {
  padding-right: 4.5rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important;
}
.pl-9,
.px-9 {
  padding-left: 4.5rem !important;
}
.p-10 {
  padding: 5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 5rem !important;
}
.p-11 {
  padding: 5.5rem !important;
}
.pt-11,
.py-11 {
  padding-top: 5.5rem !important;
}
.pr-11,
.px-11 {
  padding-right: 5.5rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 5.5rem !important;
}
.pl-11,
.px-11 {
  padding-left: 5.5rem !important;
}
.p-12 {
  padding: 6rem !important;
}
.pt-12,
.py-12 {
  padding-top: 6rem !important;
}
.pr-12,
.px-12 {
  padding-right: 6rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 6rem !important;
}
.pl-12,
.px-12 {
  padding-left: 6rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 450ms;
  -o-transition-duration: 450ms;
  transition-duration: 450ms;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 650ms;
  -o-transition-duration: 650ms;
  transition-duration: 650ms;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 750ms;
  -o-transition-duration: 750ms;
  transition-duration: 750ms;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 850ms;
  -o-transition-duration: 850ms;
  transition-duration: 850ms;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 850ms;
  -o-transition-delay: 850ms;
  transition-delay: 850ms;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 950ms;
  -o-transition-duration: 950ms;
  transition-duration: 950ms;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 950ms;
  -o-transition-delay: 950ms;
  transition-delay: 950ms;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-cubic"] [data-aos],
body[data-aos-easing="ease-in-quad"] [data-aos],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-cubic"] [data-aos],
body[data-aos-easing="ease-out-quad"] [data-aos],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos],
body[data-aos-easing="ease-in-out-quad"] [data-aos],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
[data-aos="zoom-in"] {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-aos="slide-up"] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos="flip-left"] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.pull-1 {
  right: 8.33333%;
}
.pull-2 {
  right: 16.66667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.33333%;
}
.pull-5 {
  right: 41.66667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.33333%;
}
.pull-8 {
  right: 66.66667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.33333%;
}
.pull-11 {
  right: 91.66667%;
}
.pull-12 {
  right: 100%;
}
.push-1 {
  left: 8.33333%;
}
.push-2 {
  left: 16.66667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333%;
}
.push-5 {
  left: 41.66667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333%;
}
.push-8 {
  left: 66.66667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333%;
}
.push-11 {
  left: 91.66667%;
}
.push-12 {
  left: 100%;
}
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.slick-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  outline: 0;
}
.slick-slide > div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.slick-arrow {
  line-height: 1;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.slick-arrow.slick-disabled {
  cursor: default;
}
.slick-dots {
	line-height: 0;
	padding: 0 10px;
  font-size: 0;
}
#testimonials .slick-dots {
	padding: 0;
}
.slick-dots:last-child {
  margin-top: 45px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  color: var(--primaryColor);
  border-color: currentColor;
  cursor: default;
}
.slick-dots li.slick-active button:before {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: currentColor;
}
.slick-dots button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  cursor: hand;
  color: transparent;
  border: 2px solid transparent;
  outline: 0;
  background: 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots button:focus {
	outline: none;
}
.slick-dots button:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #e7eff7;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.slick-dots--white li.slick-active button {
  color: #fff;
}
#app {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
#app > main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#app > footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.image-container {
  position: relative;
  display: inline-block;
}
.lazy[src] {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lazy[src].loaded {
  opacity: 1;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item {
  border: 0;
}
.embed-responsive-21by9 {
  padding-top: 42.85714%;
}
.embed-responsive-16by9 {
  padding-top: 56.25%;
}
.embed-responsive-4by3 {
  padding-top: 75%;
}
.embed-responsive-1by1 {
  padding-top: 100%;
}
.section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 0;
}
.section--no-pt {
  padding-top: 0 !important;
}
.section--no-pb {
  padding-bottom: 0 !important;
}
.section--light-blue-bg {
  background-color: #f9fbfc;
}
.section .spacer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  min-height: 1px;
}
.section .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  overflow: hidden;
  z-index: -5;
}
.section .shape svg {
  vertical-align: middle;
  position: relative;
  bottom: 0;
  left: 50%;
  width: 100%;
  min-width: 1000px;
  height: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.desktop .jarallax {
  background-attachment: fixed;
}
.circled {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.accordion-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.accordion-container:first-child {
  margin-top: 0;
}
.accordion-container:last-child {
  margin-bottom: 0;
}
.accordion-item {
  border-top: 1px solid #e3e3e3;
}
/* .accordion-item:first-child .accordion-content {
  display: block;
} */
.accordion-item.active .accordion-toggler {
  cursor: default;
}
.accordion-item.active .accordion-toggler i {
  color: #e0e0e0;
}
.accordion-item.active .accordion-toggler i:after,
.accordion-item.active .accordion-toggler i:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.accordion-toggler {
  position: relative;
  padding: 15px 40px 15px 0;
  cursor: pointer;
}
.accordion-toggler i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  color: var(--primaryColor);
  border: 2px solid currentColor;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.accordion-toggler i:after,
.accordion-toggler i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid currentColor;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.accordion-toggler i:before {
  width: 2px;
  height: 12px;
  margin-left: -1px;
  margin-top: -6px;
}
.accordion-toggler i:after {
  width: 12px;
  height: 2px;
  margin-left: -6px;
  margin-top: -1px;
}
.accordion-toggler:hover i {
  color: #e0e0e0;
}
.accordion-title {
  margin: 0;
}
.accordion-content {
  display: none;
}
.accordion-item.active .accordion-content {
  display: block;
}
.accordion-content__inner {
  padding-bottom: 15px;
}
.accordion-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.check-list {
  line-height: 1.2;
  text-align: left;
}
.check-list li {
  margin-top: 20px;
  padding-left: 35px;
}
.check-list li:first-child {
  margin-top: 0;
}
.check-list .ico-checked,
.check-list .ico-unchecked {
  float: left;
  margin-left: -35px;
  vertical-align: top;
}
.ico-checked,
.ico-unchecked {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ico-checked:before,
.ico-unchecked:before {
  vertical-align: middle;
}
.ico-checked {
	/* background-color: #30e3ca; */
	background-color: #fbf5e8;
	color: #ec5a1d;
}
.ico-unchecked {
  background-color: #e3306f;
}
.comments-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comments-list:first-child {
  margin-top: 0;
}
.comments-list:last-child {
  margin-bottom: 0;
}
.comments-list > .comment:first-child {
  margin-top: 0;
}
.comments-list .comment {
  margin-top: 50px;
  font-size: 1.6rem;
}
.comments-list .comment__author-img {
  width: 70px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comments-list .comment__author-name {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.comments-list ul {
  padding-left: 30px;
}
.counter {
  margin-top: 30px;
  margin-bottom: 30px;
}
.counter:first-child {
  margin-top: 0;
}
.counter:last-child {
  margin-bottom: 0;
}
.counter .__item {
  position: relative;
  width: 100%;
}
.counter .__ico {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.counter .__ico > img,
.counter .__ico > svg {
  display: block;
}
.counter .__ico + .__content {
  margin-top: 10px;
}
.counter .__content {
  line-height: 1;
  font-weight: 400;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.counter .__count:before {
  pointer-events: none;
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  content: attr(data-to) attr(data-after-text);
}
.counter .__count:after {
  content: attr(data-after-text);
}
.counter--s1 .__inner {
  margin-bottom: -30px;
}
.counter--s1 .__item {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #fff;
}
.counter--s1 .__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.counter--s1 .__item--shadow {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.counter--s1 .__ico {
  margin-right: 20px;
}
.counter--s1 .__content {
  font-size: 1.6rem;
}
.counter--s1 .__count {
  font-size: 4rem;
}
.counter--s2 .__inner {
  margin-bottom: -50px;
}
.counter--s2 .__item {
  margin-bottom: 50px;
}
.counter--s2 .__content {
  font-size: 1.6rem;
}
.counter--s2 .__count {
  font-size: 5rem;
  margin-bottom: 5px;
}
.counter--s2 .__count:last-child {
  margin-bottom: 0;
}
.counter--s3 .__inner {
  margin-bottom: -50px;
}
.counter--s3 .__item {
  margin-bottom: 50px;
}
.counter--s3 .__content {
  font-size: 2rem;
}
.counter--s3 .__count {
  position: relative;
  font-size: 8rem;
  color: #4d569b;
}
.icon-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  background-color: #fbf5e8;
  border: 5px solid transparent;
  margin: auto;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.icon-box--circled {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.icon-box > img,
.icon-box > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.pagination {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination .page-item {
  margin: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pagination .page-item.active .page-link {
  background-color: #056eb9;
  border-color: #056eb9;
  cursor: default;
}
.pagination .page-item > span {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.pagination .page-link {
  width: 44px;
  height: 44px;
  margin-left: 0;
  padding: 0;
  line-height: 42px;
  font-size: 1.2rem;
  color: #888;
  text-align: center;
  text-decoration: none;
  border-color: #eee;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.pagination .page-link i {
  line-height: 1;
  font-size: 1.6rem;
}
.pagination .page-link i:before {
  vertical-align: middle;
}
.share-btns__list {
  margin: -5px;
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.share-btns li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  line-height: 1.1;
}
.share-btns a {
  display: block;
  padding: 12px 25px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}
.share-btns .fb {
  background-color: #3c5a9a;
}
.share-btns .fb:focus,
.share-btns .fb:hover {
  background-color: #31497d;
}
.share-btns .tw {
  background-color: #1da1f2;
}
.share-btns .tw:focus,
.share-btns .tw:hover {
  background-color: #0d8cda;
}
.share-btns .yt {
  background-color: #f11819;
}
.share-btns .yt:focus,
.share-btns .yt:hover {
  background-color: #d30d0e;
}
.share-btns .in {
  background-image: -o-linear-gradient(
    155deg,
    #f4a961 13%,
    #c32869 54%,
    #7324c1 100%
  );
  background-image: linear-gradient(
    295deg,
    #f4a961 13%,
    #c32869 54%,
    #7324c1 100%
  );
}
.share-btns [class*=" fontello-"],
.share-btns [class^="fontello-"] {
  display: inline-block;
  width: 1em;
  margin-right: 10px;
}
.s-btns ul {
  margin-top: -10px;
  margin-left: -10px;
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.s-btns li {
  margin-top: 10px;
  margin-left: 10px;
}
.s-btns a {
  display: block;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.s-btns a i {
  line-height: 1;
}
.s-btns--sm a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.7rem;
}
.s-btns--md a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.s-btns--light a {
  background-color: #fff;
  color: #313e4c;
}
.s-btns--light a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.s-btns--dark a {
  background-color: var(--primaryColor);
  color: #fff;
}
.s-btns--dark a:hover {
  background-color: #fbf5e8;
  color: #ec5a1d;
}
.s-btns--colored a {
  color: #fff;
}
.s-btns--colored .f {
  background-color: #3c5a9a;
}
.s-btns--colored .f:focus,
.s-btns--colored .f:hover {
  background-color: #31497d;
}
.s-btns--colored .g {
  background-color: #f34a38;
}
.s-btns--colored .g:focus,
.s-btns--colored .g:hover {
  background-color: #f12712;
}
.s-btns--colored .t {
  background-color: #1da1f2;
}
.s-btns--colored .t:focus,
.s-btns--colored .t:hover {
  background-color: #0d8cda;
}
.s-btns--colored .y {
  background-color: #f11819;
}
.s-btns--colored .y:focus,
.s-btns--colored .y:hover {
  background-color: #d30d0e;
}
.s-btns--colored .i {
  background-image: -webkit-linear-gradient(
    90deg,
    #db8c40 0,
    #c32869 48%,
    #7324c1 100%
  );
}
.s-btns--rounded a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.store-btns ul {
  margin-top: -15px;
  margin-left: -15px;
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.store-btns li {
  margin-top: 15px;
  margin-left: 15px;
}
.store-btns a {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 20px;
  line-height: 1.1;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.store-btns a > * {
  display: inline-block;
  vertical-align: middle;
}
.store-btns a svg {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.store-btns a span {
  padding-left: 5px;
}
.store-btns a span:first-child {
  padding-left: 0;
}
.store-btns--light a {
  background-color: #fff;
  color: #145595;
}
.store-btns--light a svg {
  fill: #28baff;
}
.store-btns--light a:hover {
  background-color: #333;
  color: #fff;
}
.store-btns--light a:hover svg {
  fill: currentColor;
}
.store-btns--dark a {
  background-color: #333;
  color: #fff;
}
.store-btns--dark a svg {
  fill: currentColor;
}
.store-btns--dark a:hover {
  background-color: #484848;
}
.tab-container {
  position: relative;
}
.tab-nav {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.tab-nav__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tab-nav__item.active .tab-nav__link:before {
  content: "";
  width: 100%;
  height: 5px;
  bottom: -5px;
  background-color: #fff;
  left: 0;
  position: absolute;
}
.tab-nav__item.active,
.tab-nav__item.active .tab-nav__link {
  cursor: default;
  background: #fff;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

  margin-bottom: 0;

  position: relative;

  z-index: 1;

  padding-top: 35px;

  padding-bottom: 35px;
}
.tab-nav__link {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  padding: 0 15px;
}
.tab-content {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.tab-content__item {
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.tab-content__item.is-visible {
  position: static;
  top: auto;
  left: auto;
  visibility: visible;
  z-index: 2;
  opacity: 1;
}
.tags-list {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.tags-list ul {
  margin-top: -5px;
  margin-left: -5px;
}
.tags-list li {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
}
.tags-list a {
  display: block;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  -webkit-user-drag: none;
  user-drag: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#btn-to-top-wrap {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
#btn-to-top {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: var(--primaryColor);
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#btn-to-top:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#btn-to-top:hover {
  opacity: 1;
}
.widget {
  position: relative;
  margin-top: 40px;
}
.widget:first-child {
  margin-top: 0;
}
.widget:first-child .widget-title {
  margin-top: -0.2em;
}
.widget--categories .list__item {
  margin-top: 15px;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 400;
}
.widget--categories .list__item:first-child {
  margin-top: 0;
}
.widget--categories .list__item__link {
  display: block;
  text-decoration: none;
  font-size: 13px;
}
.widget--categories .list__item__link:not(:hover) {
  color: #333;
}
.widget--categories .list__item span {
  margin-left: 15px;
  float: right;
}
.widget--posts section {
  margin-top: 20px;
  line-height: 1.4;
}
.widget--posts section:first-child {
  margin-top: 0;
}
.widget--posts .__image-wrap {
  width: 34%;
  max-width: 100px;
  padding-right: 20px;
}
.widget--posts .__image {
  position: relative;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  overflow: hidden;
}
.widget--posts .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.widget--posts .__title {
  margin-bottom: 7px;
}
.authorization {
  padding: 30px 0;
}
.authorization .site-logo {
  margin-bottom: 30px;
}
.authorization__form {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  background-color: #fff;
  font-size: 1.6rem;
}
.authorization__form--shadow {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.authorization__form .__title {
  margin-bottom: 30px;
  text-align: center;
}
.brands-list .__inner {
  margin-bottom: -30px;
}
.brands-list .__item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.brands-list .__image {
  margin: auto;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.brands-list .__image:hover {
  opacity: 0.8;
}
.company-contacts--s1 > .__inner {
  margin-bottom: -25px;
}
.company-contacts--s1 .__item {
  margin-bottom: 25px;
}
.company-contacts--s1 .__name {
  margin-bottom: 10px;
}
.company-contacts--s1 p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.company-contacts--s1 p a,
.company-contacts--s2.text-white .__name {
  color: inherit;
}
.company-contacts--s2 .__phone {
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.company-contacts--s2 a:not([class]) {
  color: inherit;
}
.company-contacts--s3 .company-contacts__list {
  line-height: 1.3;
}
.company-contacts--s3 .company-contacts__list li {
  margin-top: 20px;
  padding-left: 50px;
}
.company-contacts--s3 .company-contacts__list li:first-child {
  margin-top: 0;
}
.company-contacts--s3 .company-contacts__list li:after {
  content: "";
  display: table;
  clear: left;
}
.company-contacts--s3 .__ico {
  float: left;
  width: 1em;
  margin-left: -50px;
  line-height: 1;
  font-size: 2.5rem;
  color: #056eb9;
}
.company-contacts--s3 a:not([class]) {
  color: inherit;
}
.compare-table .__inner {
  margin-bottom: -50px;
}
.compare-table .__item {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px 30px;
  overflow: hidden;
}
.compare-table .__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.compare-table .__item--shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
  box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.compare-table .__ico {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.compare-table .__ico > img,
.compare-table .__ico > svg {
  display: block;
}
.compare-table .__desc-list {
  font-size: 1.6rem;
}
.content-container .demo-selection {
  background-color: #056eb9;
  color: #fff;
}
.content-container ol:not([class]),
.content-container ul:not([class]) {
  line-height: 1.2;
  margin-top: 25px;
  margin-bottom: 25px;
}
.content-container ol:not([class]):first-child,
.content-container ul:not([class]):first-child {
  margin-top: 0 !important;
}
.content-container ol:not([class]):last-child,
.content-container ul:not([class]):last-child {
  margin-bottom: 0 !important;
}
.content-container ol:not([class]) li,
.content-container ul:not([class]) li {
  margin-top: 15px;
  padding-left: 15px;
}
.content-container ol:not([class]) li:before,
.content-container ul:not([class]) li:before {
  float: left;
  margin-left: -15px;
  margin-right: 5px;
}
.content-container ol:not([class]) li:first-child,
.content-container ul:not([class]) li:first-child {
  margin-top: 0;
}
.content-container ol:not([class]) {
  counter-reset: num;
}
.content-container ol:not([class]) li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-weight: 400;
  color: #056eb9;
}
.content-container ul:not([class]) li:before {
  content: "";
  width: 0;
  height: 0;
  margin-top: 7px;
  border: 3px solid #056eb9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.content-container hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border: none;
  border-top: 1px solid #ebebeb;
}
.content-container hr:first-child {
  margin-top: 0 !important;
}
.content-container hr:last-child {
  margin-bottom: 0 !important;
}
.content-container .blockquot {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #056eb9;
  line-height: 1.4;
  font-size: 2rem;
  color: #333;
}
.content-container .blockquot:first-child {
  margin-top: 0;
}
.content-container .blockquot:last-child {
  margin-bottom: 0;
}
.content-container .dropcaps .first-letter {
  float: left;
  margin-right: 10px;
  line-height: 0.9;
  font-size: 4.6rem;
  font-weight: 400;
  color: #056eb9;
}
.faq .__inner {
  margin-bottom: -35px;
}
.faq .__item {
  position: relative;
  margin-bottom: 35px;
}
.faq .__title {
  margin: 0;
}
.faq p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.faq--numbered {
  counter-reset: faq-num;
}
.faq--numbered .__title:before {
  display: inline;
  counter-increment: faq-num;
  content: counter(faq-num, decimal-leading-zero) ". ";
}
.feature .__inner {
  margin-bottom: -30px;
}
.feature .__item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.feature .__item .__ico {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.feature .__item .__ico > svg {
  vertical-align: middle;
}
.feature .__item .__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: none;
}
.feature .__item p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.feature--s1 .__ico {
  min-width: 50px;
}
.feature--s2 {
  margin-top: 60px;
}
.feature--s2 .col:first-child .__item:first-child,
.feature--s2 [class*="col-"]:first-child .__item:first-child {
  margin-top: -60px;
}
.feature--s2 .__item {
  padding: 25px 15px 30px;
  background-color: #fff;
}
.feature--s2 .__item--rounded {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.feature--s2 .__item--shadow {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.footer {
  position: relative;
  font-size: 1.6rem;
}
.footer__line {
  position: relative;
}
.footer__item {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2;
}
.footer__navigation {
  line-height: 1.4;
  font-weight: 400;
}
.footer__navigation:first-child {
  margin-top: -10px;
}
.footer__navigation li {
  margin-top: 10px;
}
.footer__navigation li.active a {
  text-decoration: underline;
}
.footer__navigation a {
  color: inherit;
  text-decoration: none;
  font-size: 13px;
}
.footer__address {
  font-style: normal;
}
.footer__address--s1 {
  line-height: 1.8;
  font-weight: 400;
}
.footer__address--s2 {
  line-height: 1.6;
  font-weight: 400;
}
.footer__address--s2 li {
  margin-top: 15px;
  padding-left: 35px;
}
.footer__address--s2 li:first-child {
  margin-top: 0 !important;
}
.footer__address--s2 li:after {
  content: "";
  display: table;
  clear: left;
}
.footer__address--s2 .__ico {
  float: left;
  margin-left: -35px;
  width: 1em;
  line-height: 1;
  font-size: 2.3rem;
}
.footer__address--s2 .__ico:before {
  vertical-align: top;
}
.footer__address--s3 {
  line-height: 1.2;
}
.footer__address p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer__address p:first-child {
  margin-top: 0 !important;
}
.footer__address p:last-child {
  margin-bottom: 0 !important;
}
.footer__address a {
  color: inherit;
  text-decoration: none;
}
.footer__address a:hover {
	color: #333;
}
.footer__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer .__copy {
  font-size: 1.4rem;
}
.footer .__dev {
  color: inherit;
}
.footer .__dev:focus,
.footer .__dev:hover {
  text-decoration: none;
}
.footer--color-light {
  color: #fff;
}
.footer--color-light .footer__item__title {
  color: inherit;
}
.footer--color-light .footer__navigation a:hover,
.footer--color-light .footer__navigation li.active a {
  color: #798694;
}
.footer--color-dark {
  color: inherit;
}
.footer--color-dark .footer__navigation a:hover,
.footer--color-dark .footer__navigation li.active a {
  color: #333;
}
.footer--color-dark .footer__address--s3 strong {
  color: #333;
}
.footer--s1 .footer__line--first {
  background-color: #2d3a49;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer--s1 .__copy {
  color: #898b8f;
}
.footer--s1 .footer__wave {
  height: 200px;
}
.footer--s2 .footer__line--first {
  padding-top: 75px;
}
.footer--s2 .footer__line--second {
  padding-bottom: 20px;
}
.footer--s2 .__copy {
  color: #a4a4a4;
}
.footer--s2 .footer__wave {
  height: 250px;
}
.footer--s3 .footer__line--first {
  background-color: #f9fbfc;
  padding-top: 50px;
  padding-bottom: 70px;
}
.footer--s3 .footer__line--second {
  background-color: #2d3a49;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer--s3 .__copy {
  color: #fff;
}
.footer--s3 .footer__wave {
  height: 150px;
}
.footer--s4 .footer__line--first {
  background-color: #2d3a49;
  padding-top: 60px;
  padding-bottom: 80px;
}
.footer--s4 .__copy {
  color: #898b8f;
}
.footer--s4 .footer__wave {
  height: 200px;
}
.footer--s5 {
  padding: 90px 0 20px;
  background-color: #f9fbfc;
  background-color: #f8f8f8;
}
.footer--s5 .footer__line--first {
  padding-top: 75px;
  padding-bottom: 75px;
}
.footer--s5 .__copy {
  color: #afb3b9;
}
.footer--s5 .footer__wave {
  height: 250px;
}
.footer--s6 .footer__line--first {
  background-color: #2d3a49;
  padding-top: 30px;
  padding-bottom: 50px;
}
.info-block {
  position: relative;
}
.info-block--s2 .image-container {
  position: absolute;
  top: 40%;
}
.info-block--s2 .image-container:nth-of-type(1) {
  left: -15px;
}
.info-block--s2 .image-container:nth-of-type(2) {
  right: -15px;
}
.posts .__item {
  font-weight: normal;
}
.posts .slick-track {
  align-items: unset;
  margin: 10px 0 10px 0;
}
.posts .slick-track .slick-slide {
  padding: 0 10px;
}

.posts .slick-track .slick-slide > div {
  background-color: #fff;
}
.posts .slick-track .slick-slide > div > div {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(174, 175, 175, 0.17);
}
.posts .__inner {
  margin-bottom: -30px;
}
.posts .__item {
  position: relative;
  width: 100%;
}
.posts .__item .__content {
  position: relative;
  line-height: 1.6;
}
.posts .__item .__content a:hover {
	text-decoration: none;
}
.posts .__item .__title {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 13px;
  line-height: 21px;
}
.posts .__item .custom-btn {
  margin-top: 10px;
}
.posts .__item:hover .__image img {
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}
.posts .__item--preview {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 100%;
  background-size: cover;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.posts .__item--preview > div {
  width: 100%;
}
.posts .__item--preview .__image {
  position: relative;
  width: 100%;
  height: 0;
  margin: auto;
  overflow: hidden;
}
.posts .__item--preview .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: opacity 0.2s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.posts .__item--preview .tags-list {
  padding-top: 5px;
}
.posts .__item--preview p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.posts .__item--preview p:first-child {
  margin-top: 0;
}
.posts .__item--preview p:last-child {
  margin-bottom: 0;
}
.post-meta {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
  color: #b6b6b6;
}
.post-meta__item {
  display: inline-block;
  margin-left: 20px;
  line-height: 1.2;
  font-size: 11px;
  letter-spacing: 0;
}
.post-meta__item:first-child {
  margin-left: 0;
}
.post-meta__item a {
  color: inherit;
}

.post-author__img {
  width: 70px;
  margin-right: 15px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.post-author__name {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #333;
}
.posts--s1 .__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.posts--s1 .__item--shadow {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.posts--s1 .__item--shadow:hover {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
}
.posts--s1 .__item--preview {
  padding-bottom: 10px;
}
.posts--s1 .__item--preview .__image {
  padding-top: 87.03704%;
}
.posts--s1 .__item--preview .__image--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.posts--s1 .__item--preview .__content,
.posts--s1 .__item--preview .tags-list {
  padding-left: 25px;
  padding-right: 25px;
}
.posts--s1 .__item--preview .__content {
  padding-top: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.posts--s2 .__item--preview .__date-post {
  display: inline-block;
  top: 0;
  left: 0;
  min-width: 60px;
  margin-bottom: 10px;
  padding: 8px 5px 11px;
  background-color: #145495;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.posts--s2 .__item--preview .__date-post strong {
  display: block;
  margin-bottom: 5px;
  font-size: 4rem;
}
.posts--s2 .__item--preview .__image {
  min-height: 200px;
  padding-top: 63.51351%;
}
.posts--s2 .__item--preview .__image img {
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.posts--s2 .__item--preview .__content {
  padding-top: 15px;
}
.posts--s2 .__item--preview .__more-link {
  font-size: 1.7rem;
  font-weight: 400;
}
.posts--s2 .__item--preview:hover .__image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.posts--s3 .__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.posts--s3 .__item--shadow {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.posts--s3 .__item--shadow:hover {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
}
.posts--s3 .__item--preview .__image {
  padding-top: 87.03704%;
}
.posts--s3 .__item--preview .__image--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.posts--s3 .__item--preview .__content {
  padding: 20px 30px;
}
.posts--s3 .__item--preview .__title:last-child {
  margin-bottom: 0;
}
.posts--s4 .__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.posts--s4 .__item--shadow {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.posts--s4 .__item--shadow:hover {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.44);
}
.posts--s4 .__item--preview {
  padding: 30px;
}

.projects .__item {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
}
.projects .__image {
  position: relative;
  width: 100%;
  height: 0;
  margin: auto;
  overflow: hidden;
}
.projects .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.projects .__filter {
  margin-left: -30px;
  margin-bottom: 40px;
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.projects .__filter li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.projects .__filter a {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #333;
}
.projects .__filter a.selected,
.projects .__filter a:hover {
  color: #a3a3a3;
}
.projects .__filter a.selected {
  border-color: #056eb9;
}
.projects--s1 .__inner {
  margin-bottom: -50px;
}
.projects--s1 .__item {
  margin-bottom: 0;
  min-height: 100%;
  padding: 50px 15px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
}
.projects--s1 .__item--shadow {
  -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
}
.projects--s1 .__item--shadow:hover {
  -webkit-box-shadow: 0 0 68px 0 rgba(90, 90, 90, 0.54);
  box-shadow: 0 0 68px 0 rgba(90, 90, 90, 0.54);
}
.projects--s1 .__item > div {
  width: 100%;
}
.projects--s1 .__item > div a:hover {
  text-decoration: none;
}
.projects--s1 .__item .__body,
.projects--s1 .__item .__header {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.projects--s1 .__image {
  min-height: 200px;
  padding-top: 76.66667%;
}
.projects--s1 .__image img {
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.projects--s2-a .__inner {
  margin-bottom: -30px;
}
.projects--s2-a .__item {
  margin-bottom: 30px;
}
.projects--s2 .__item .__image {
  padding-top: 100%;
}
.projects--s2 .__item:hover .__content {
  opacity: 1;
}
.projects--s2 .__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(30, 69, 175, 0.75);
  opacity: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.projects--s2 .__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects--s2 .__link + .__title {
  margin-top: 0;
}
.projects--s2 .__title {
  color: inherit;
}
.projects--s3-a .__inner {
  margin-bottom: -30px;
}

.projects--s1 .__inner .d-sm-flex {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(174, 175, 175, 0.17);
}
.projects--s1 .__inner .slick-track {
  align-items: unset;
  margin: 10px 0 10px 0;
}
.projects--s1 .__inner .slick-track .slick-slide {
  padding: 0 10px;
}
.projects--s1 .__inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--primaryColor);
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  display: flex !important;
  align-items: center;
  transition: all ease-in-out 0.3s;
  justify-content: center;
}
.projects--s1 .__inner .slick-arrow:hover {
  background-color: #fbf5e8;
  transition: all ease-in-out 0.3s;
  color: #ec5a1d;
}
.projects--s1 .__inner .slick-arrow.slick-prev {
  left: -70px;
}
.projects--s1 .__inner .slick-arrow.slick-next {
  right: -70px;
}
.projects--s3-a .__item {
  margin-bottom: 30px;
}
.projects--s3 .__item .__image {
  padding-top: 100%;
}
.projects--s3 .__item:hover .__content {
  background-color: rgba(16, 100, 178, 0.75);
}
.projects--s3 .__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.projects--s3 .__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects--s3 .__link + .__title {
  margin-top: 0;
}
.projects--s3 .__title {
  color: inherit;
}
.projects--s4 .slick-list {
  margin-top: -30px;
  margin-bottom: -30px;
}
.projects--s4 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.projects--s4 .slick-slide .__item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.projects--s4 .__item {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.projects--s4 .__item--shadow {
  -webkit-box-shadow: 0 0 40px 0 rgba(174, 175, 175, 0.17);
  box-shadow: 0 0 40px 0 rgba(174, 175, 175, 0.17);
}
.projects--s4 .__image {
  min-height: 200px;
  padding-top: 100%;
}
.projects--s4 .__content {
  padding: 25px 15px 50px;
  background-color: #fff;
  text-align: center;
}
.testimonial-ico {
  display: block;
  width: 70px;
  height: 70px;
  padding: 15px 0;
  background-color: #eef4f9;
  line-height: 1;
  font-size: 8rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #056eb9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.review {
  position: relative;
}
.review__item {
  position: relative;
  width: 100%;
}
.review__item__author-image {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.review__item__author-name,
.review__item__author-position {
  display: block;
  font-weight: 400;
  line-height: 1;
}
.review .__rating {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.review .__rating i {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3em;
  line-height: 1;
  font-size: 1.2rem;
	color: #fbf5e8;
  letter-spacing: 0;
}
.review .__rating i.active {

	color: #fac655;
}
.review .__rating i:first-child {
  margin-left: 0;
}
.review--slider .slick-slide {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.review--slider .review__item {
  vertical-align: middle;
  width: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.review--s1.review--slider .slick-slider {
  padding-left: 45px;
  padding-right: 45px;
}
.review--s1.review--slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.review--s1.review--slider .slick-arrow {
  position: absolute;
  top: 30px;
  font-size: 6rem;
  color: #056eb9;
}
.review--s1.review--slider .slick-disabled {
  color: #d9dfe5;
}
.review--s1.review--slider .slick-prev {
  left: 0;
}
.review--s1.review--slider .slick-next {
  right: 0;
}
.review--s1 .review__item {
  overflow: hidden;
}
.review--s1 .review__item__author-image {
  margin-bottom: 30px;
}
.review--s1 .review__item__author-position {
  font-size: 1.4rem;
  font-weight: 600;
  color: #056eb9;
}
.review--s2.review--slider .slick-list {
  margin: -30px -15px;
}
.review--s2.review--slider .slick-track {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.review--s2.review--slider .slick-slide > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.review--s2.review--slider .review__item--shadow {
  margin: 30px 15px;
}
.review--s2 .review__item {
  background-color: #fff;
  padding: 25px 15px 30px;
}
.review--s2 .review__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.review--s2 .review__item--shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
  box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.review--s3 .slick-dots li.slick-active button {
  color: #fff;
  border-color: #fff;
  cursor: default;
}
.review--s3.review--slider .slick-list {
  margin: -30px -15px;
}
.review--s3.review--slider .slick-slide:not(.slick-current) .review__item {
  background-color: rgba(255, 255, 255, 0.8);
}
.review--s3.review--slider .slick-slide > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.review--s3.review--slider .review__item {
  -webkit-transition: margin 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
    padding 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
    background-color 0.3s 0.4s;
  -o-transition: margin 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
    padding 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
    background-color 0.3s 0.4s;
  transition: margin 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
    padding 0.4s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.4s,
    background-color 0.3s 0.4s;
}
.review--s3.review--slider .review__item--shadow {
  margin: 30px 15px;
}
.review--s3 .review__item {
  background-color: #fff;
  padding: 30px 15px;
  font-size: 1.6rem;
}
.review--s3 .review__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.review--s3 .review__item--shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
  box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.review--s4.review--slider .slick-list {
  margin: -30px -15px;
}
.review--s4.review--slider .slick-track {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.review--s4.review--slider .slick-slide > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.review--s4.review--slider .slick-slide .review__item {
  opacity: 0.5;
}
.review--s4.review--slider .slick-current .review__item {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.review--s4.review--slider .review__item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.6s;
  -o-transition: opacity 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.6s;
  transition: opacity 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0.6s;
}
.review--s4.review--slider .review__item--shadow {
  margin: 30px 15px;
}
.review--s4.review--slider .review__item--shadow.review__item--corner-left,
.review--s4.review--slider .review__item--shadow.review__item--corner-right {
  margin-bottom: 55px;
}
.review--s4 .review__item {
  background-color: #fff;
  padding: 30px 15px;
  font-size: 1.6rem;
}
.review--s4 .review__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.review--s4 .review__item--shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
  box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.review--s4 .review__item--corner-left:after {
  left: 0;
  border-width: 25px 30px 0 0;
  border-color: #fff transparent transparent;
}
.review--s4 .review__item--corner-left.review__item--rounded {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.review--s4 .review__item--corner-right:after {
  right: 0;
  border-width: 0 30px 25px 0;
  border-color: transparent #fff transparent transparent;
}
.review--s4 .review__item--corner-right.review__item--rounded {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.review--s4 .review__item--corner-left:after,
.review--s4 .review__item--corner-right:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.screens-app .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.services .__item {
  position: relative;
  width: 100%;
}
.services .__ico {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.services .__ico > img,
.services .__ico > svg {
  display: block;
}
.services .__image {
  position: relative;
  width: 100%;
  height: 0;
  margin: auto;
  overflow: hidden;
}
.services--s1 .__inner {
  margin-bottom: -65px;
}
.services--s1 .__item {
  margin-bottom: 65px;
  text-align: center;
}
.services--s2 {
  padding: 50px 15px;
  background: #fff;
  -webkit-box-shadow: 0 11px 21px 0 rgba(212, 212, 212, 0.26);
  box-shadow: 0 11px 21px 0 rgba(212, 212, 212, 0.26);
}
.section:not(.section--no-pb) .services--s2:last-child {
  margin-bottom: -100px;
}
.services--s2 .__inner {
  margin-bottom: -40px;
}
.services--s2 .__item {
  margin-bottom: 40px;
}
.services--s2 .__ico {
  margin-bottom: 20px;
  margin-right: 20px;
}
.services--s2 .__title {
  margin-bottom: 5px;
}
.services--s2 p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.services--s3 .__inner {
	/* margin-bottom: -50px; */
	margin-bottom: 0;
}
.services--s3 .__item {
  margin-bottom: 50px;
}
.services--s4 .__inner {
  margin-bottom: -35px;
}
.services--s4 .__item {
  margin-bottom: 35px;
}
.services--s4 .__ico {
  display: inline-block;
  width: 70px;
  padding-right: 10px;
}
.services--s5 .__inner {
  margin-bottom: -50px;
}
.services--s5 .__item {
  margin-bottom: 50px;
}
.services--s5 .__image {
  padding-top: 79.72973%;
  margin-bottom: 35px;
}
.services--s5 .__image--rounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.services--s5 .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.services--s5 .__title {
  margin-bottom: 5px;
}
.services--s5 .__more {
  font-size: 1.6rem;
  font-weight: 400;
}
.services--s5 p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.services--s6 .__inner {
  margin-bottom: -50px;
}
.services--s6 .__item {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 30px 15px;
}
.services--s6 .__item--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.services--s6 .__item--shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
  box-shadow: 0 0 29px 0 rgba(174, 175, 175, 0.11);
}
.services--s6 .__title {
  margin-bottom: 15px;
}
.services--s6 p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 345px;
  background-color: #2d3a49;
  padding: 115px 30px 50px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 6;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.side-menu:after,
.side-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.side-menu:before {
  background-image: url(../img/side-menu_bg-1.png);
  background-position: 50% 50%;
}
.side-menu.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-menu__button-close {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.side-menu__button-close:after,
.side-menu__button-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: currentColor;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.side-menu__button-close:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.side-menu__button-close:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.side-menu__button-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-menu__inner {
  position: relative;
  width: 100%;
  max-width: 220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
}
.side-menu__menu {
  margin-top: 9.5vh;
  margin-bottom: 9.5vh;
  line-height: 1.2;
}
.side-menu__menu li {
  margin-top: 10px;
}
.side-menu__menu li:first-child {
  margin-top: 0;
}
.side-menu__menu li.active > a,
.side-menu__menu li > a:focus,
.side-menu__menu li > a:hover {
  color: #7c838b;
  text-decoration: underline;
}
.side-menu__menu a {
  color: inherit;
  text-decoration: none;
}
.side-menu__address {
  margin-top: 9.5vh;
  margin-bottom: 9.5vh;
  line-height: 1.875;
  font-style: normal;
}
.side-menu__address a {
  color: inherit;
}
.side-menu__address .social-btns a {
  font-size: 20px;
}
.side-menu .s-btns {
  margin-top: 30px;
}
.sidebar {
  position: relative;
  min-height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 3;
}
.steps {
  counter-reset: step-num;
}
.steps .__inner {
  margin-bottom: -40px;
}
.steps .__item {
  position: relative;
  width: 100%;
}
.steps .__item .__title {
  margin-bottom: 15px;
}
.steps .__item p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.steps--s1 .__item {
  margin-bottom: 40px;
  text-align: center;
}
.steps--s1 .__item .__num {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  background-color: #f6f8fb;
  border: 2px solid #eef4f9;
  line-height: 116px;
  font-size: 4rem;
  font-weight: 400;
  color: #056eb9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.steps--s1 .__item .__num:before {
  display: inline;
  counter-increment: step-num;
  content: counter(step-num, decimal-leading-zero);
}
.steps--s1 .__item .__num .__ico {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-color: #44c380;
  line-height: 40px;
  font-size: 1.8rem;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.steps--s2 .tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: flex-end;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: 20px;
}
.steps--s2 .tab-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-left: 15px;
  padding: 0;
  border-color: transparent;
  font-weight: 400;
  text-align: left;
  color: #333;
}
.steps--s2 .tab-nav__link {
  display: inline-block;
  padding: 30px;
  background-color: #fbf5e8;
  color: #ec5a1d;
}
.steps--s2 .tab-nav__link:before {
  display: inline;
  counter-increment: step-num;
  content: counter(step-num, decimal-leading-zero) ". ";
}
.steps--s2 .__item {
  padding: 25px 15px;
  background-color: #fff;
}
.steps--s3 .__item {
  margin-bottom: 40px;
}
.steps--s3 .__item .__num {
  position: absolute;
  top: 95px;
  left: 4%;
  width: 1em;
  line-height: 1;
  font-size: 10rem;
  font-weight: 400;
  color: #eef4f9;
  z-index: -1;
}
.steps--s3 .__item .__num:before {
  display: inline;
  counter-increment: step-num;
  content: counter(step-num, decimal-leading-zero);
}
.subscribe-block {
  position: relative;
  padding: 40px 0;
  background: -o-linear-gradient(
    0deg,
    #6b5392 0,
    #6b5392 18%,
    #1165b2 60%,
    #00a4d4 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #6b5392),
    color-stop(18%, #6b5392),
    color-stop(60%, #1165b2),
    to(#00a4d4)
  );
  background: -o-linear-gradient(
    left,
    #6b5392 0,
    #6b5392 18%,
    #1165b2 60%,
    #00a4d4 100%
  );
  background: linear-gradient(
    90deg,
    #6b5392 0,
    #6b5392 18%,
    #1165b2 60%,
    #00a4d4 100%
  );
}
.subscribe-block--rounded {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.subscribe-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: url(../img/subscribe-block_bg.svg) center right 10%/222px 222px
    no-repeat;
}
.team--s1 .__soc-btns,
.team--s2 .__soc-btns {
  margin-top: 20px;
  line-height: 1;
}
.team--s1 .__soc-btns a,
.team--s2 .__soc-btns a {
  margin-left: 20px;
  font-size: 2rem;
  color: #3e3e3e;
}
.team--s1 .__soc-btns a:first-child,
.team--s2 .__soc-btns a:first-child {
  margin-left: 0;
}
.team--s1 .__soc-btns a:focus,
.team--s1 .__soc-btns a:hover,
.team--s2 .__soc-btns a:focus,
.team--s2 .__soc-btns a:hover {
  color: #aaa;
}
.team .__inner {
  margin-bottom: -50px;
}
.team .__item {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.team .__image {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.team .__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.team .__content {
  padding-top: 25px;
  line-height: 1.2;
  color: #888;
}
.team .__name {
  margin-bottom: 5px;
}
.team .__position {
  font-size: 1.6rem;
}
.team .__soc-btns a {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.team--s1 .__image {
  line-height: 200px;
}
.team--s1 .__content {
  margin-top: -5px;
}
.team--s2 .__item:hover .__image img {
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}
.team--s2 .__image {
  height: 0;
  padding-top: 108.10811%;
}
.team--s2 .__image--rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.team--s2 .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team--s3 .__image {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
}
.team--s3 .__image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team--s3 .__soc-btns a {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.5rem;
  color: #fff;
}
.team--s3 .__soc-btns .fontello-linkedin {
  background-color: #0e76a8;
}
.team--s3 .__soc-btns .fontello-facebook {
  background-color: #3b5998;
}
.team--s3 .__soc-btns .fontello-gplus {
  background-color: #dd4b39;
}
.video-box {
  text-align: center;
}
.video-box .__image {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 220px;
  margin: auto;
  overflow: hidden;
}
.video-box .__image--rounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.video-box .__image--rounded .btn-play-link {
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.video-box .__image .btn-play-link,
.video-box .__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-box .__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.video-box .__image .btn-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video-box--s2 .__image {
  padding-top: 66.88312%;
}
.btn-play-link {
  display: inline-block;
  vertical-align: top;
}
.btn-play-link:hover .btn-play {
  background-color: #fbf5e8;
  color: #ec5a1d;
}
.btn-play {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: var(--primaryColor);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-play:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 15px;
  border-color: transparent transparent transparent currentColor;
}
@media only screen and (min-width: 561px) {
  #btn-to-top-wrap {
    right: 25px;
    bottom: 25px;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 3.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.5rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }
  .m-sm-9 {
    margin: 4.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.5rem !important;
  }
  .m-sm-10 {
    margin: 5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important;
  }
  .m-sm-11 {
    margin: 5.5rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5.5rem !important;
  }
  .m-sm-12 {
    margin: 6rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 6rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 6rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-7 {
    padding: 3.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.5rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }
  .p-sm-9 {
    padding: 4.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.5rem !important;
  }
  .p-sm-10 {
    padding: 5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important;
  }
  .p-sm-11 {
    padding: 5.5rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5.5rem !important;
  }
  .p-sm-12 {
    padding: 6rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 6rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 6rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .accordion-toggler {
    padding: 30px 45px 30px 0;
  }
  .accordion-content__inner {
    padding-bottom: 30px;
  }
  .counter--s3 .__count {
    font-size: 10rem;
  }
  .pagination {
    margin: -5px -10px;
  }
  .pagination .page-item {
    margin: 5px 10px;
  }
  .authorization .site-logo {
    margin-bottom: 40px;
  }
  .authorization__form {
    padding: 60px 30px;
  }
  .company-contacts--s2 .__phone {
    font-size: 5rem;
  }
  .compare-table .__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .compare-table .__item .__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .compare-table .__item .__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .compare-table .__item .__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .feature--s2 .__item {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
  .posts .__item--preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .posts .__item--preview .__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .posts .__item--preview .__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .posts .__item--preview .__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pricing-table .__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-table .__item .__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
  }
  .pricing-table .__item .__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 100%;
  }
  .pricing-table .__item .__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .projects--s1 .__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .projects--s1 .__item .__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .projects--s1 .__item .__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .projects--s1 .__item .__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .projects--s2-a .__item[data-x="2"][data-y="1"] .__image {
    padding-top: -webkit-calc(50% - 15px);
    padding-top: calc(50% - 15px);
  }
  .projects--s2-a .__item[data-x="1"][data-y="2"] .__image {
    padding-top: -webkit-calc(200% + 30px);
    padding-top: calc(200% + 30px);
  }
  .projects--s2-b .__item[data-x="2"][data-y="1"] .__image {
    padding-top: 50%;
  }
  .projects--s2-b .__item[data-x="1"][data-y="2"] .__image {
    padding-top: 200%;
  }
  .projects--s3-a .__item[data-x="2"][data-y="1"] .__image {
    padding-top: -webkit-calc(50% - 15px);
    padding-top: calc(50% - 15px);
  }
  .projects--s3-a .__item[data-x="1"][data-y="2"] .__image {
    padding-top: -webkit-calc(200% + 30px);
    padding-top: calc(200% + 30px);
  }
  .projects--s3-b .__item[data-x="2"][data-y="1"] .__image {
    padding-top: 50%;
  }
  .projects--s3-b .__item[data-x="1"][data-y="2"] .__image {
    padding-top: 200%;
  }
  .projects--s3 .__content {
    padding: 30px;
  }
  .review--s2.review--slider {
    margin-left: -webkit-calc((100% - 510px)/ 2);
    margin-left: calc((100% - 510px) / 2);
    margin-right: -webkit-calc((100% - 510px)/ 2);
    margin-right: calc((100% - 510px) / 2);
  }
  .review--s2 .review__item {
    padding: 35px 30px 40px;
  }
  .review--s3.review--slider {
    margin-right: -55%;
  }
  .review--s3.review--slider .slick-slide:not(.slick-current) .review__item {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .review--s3 .review__item {
    padding: 60px 30px;
  }
  .review--s4.review--slider {
    margin-left: -webkit-calc((100% - 510px)/ 2);
    margin-left: calc((100% - 510px) / 2);
    margin-right: -10%;
  }
  .review--s4 .review__item {
    padding: 30px;
  }
  .steps--s2 .tab-nav__item {
    flex: 0 0 auto;
  }
  .steps--s2 .__item {
    padding: 25px 30px;
  }
  .subscribe-block {
    padding: 50px 0;
  }
  .subscribe-block--rounded {
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 3.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3.5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.5rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }
  .m-md-9 {
    margin: 4.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.5rem !important;
  }
  .m-md-10 {
    margin: 5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important;
  }
  .m-md-11 {
    margin: 5.5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5.5rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 5.5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 5.5rem !important;
  }
  .m-md-12 {
    margin: 6rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 6rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 6rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 6rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-7 {
    padding: 3.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3.5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3.5rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }
  .p-md-9 {
    padding: 4.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4.5rem !important;
  }
  .p-md-10 {
    padding: 5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important;
  }
  .p-md-11 {
    padding: 5.5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5.5rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 5.5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 5.5rem !important;
  }
  .p-md-12 {
    padding: 6rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 6rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 6rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 6rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .section {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .content-container .blockquot {
    padding-left: 30px;
    line-height: 1.8;
  }
  .info-block--s1 .image-container {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pricing-table--s2 .__item--active {
    margin-bottom: 30px;
    padding-bottom: 80px;
  }
  .pricing-table--s2 .__item--active .__header {
    padding-bottom: 20px;
  }
  .pricing-table--s2 .__item:not(.__item--active) {
    margin-top: 20px;
  }
  .projects--s4 .__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .review--s1.review--slider .slick-slider {
    padding-left: 65px;
    padding-right: 65px;
  }
  .review--s1 .review__item {
    padding-left: 150px;
  }
  .review--s1 .review__item__author-image {
    float: left;
    margin-left: -150px;
    margin-bottom: 0;
  }
  .review--s2.review--slider {
    margin-left: -webkit-calc((100% - 690px)/ 2);
    margin-left: calc((100% - 690px) / 2);
    margin-right: -5%;
  }
  .review--s3.review--slider {
    margin-right: -85%;
  }
  .review--s4.review--slider {
    margin-left: -webkit-calc((100% - 690px)/ 2);
    margin-left: calc((100% - 690px) / 2);
  }
  .review--s4 .review__item {
    padding: 30px 40px;
  }
  .section:not(.section--no-pb) .services--s2:last-child {
    margin-bottom: -150px;
  }
  .services--s6 .__item {
    padding: 50px 30px;
  }
  .steps--s2 .tab-nav {
    margin-bottom: 0;
  }
  .steps--s2 .__item {
    padding: 30px 40px;
  }
  .steps--s3 .__item {
    padding-left: 18%;
  }
  .subscribe-block {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 3.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.5rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }
  .m-lg-9 {
    margin: 4.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.5rem !important;
  }
  .m-lg-10 {
    margin: 5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important;
  }
  .m-lg-11 {
    margin: 5.5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5.5rem !important;
  }
  .m-lg-12 {
    margin: 6rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 6rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 6rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-7 {
    padding: 3.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.5rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }
  .p-lg-9 {
    padding: 4.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.5rem !important;
  }
  .p-lg-10 {
    padding: 5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important;
  }
  .p-lg-11 {
    padding: 5.5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5.5rem !important;
  }
  .p-lg-12 {
    padding: 6rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 6rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 6rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .comments-list ul {
    padding-left: 50px;
  }
  .review--s2.review--slider {
    margin-left: -webkit-calc((100% - 930px)/ 2);
    margin-left: calc((100% - 930px) / 2);
  }
  .review--s4.review--slider {
    margin-left: -webkit-calc((100% - 930px)/ 2);
    margin-left: calc((100% - 930px) / 2);
  }
  .review--s4.review--slider .slick-current + .slick-active .review__item {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .section:not(.section--no-pb) .services--s2:last-child {
    margin-bottom: -200px;
  }
  .services--s2 .col:nth-of-type(even):before,
  .services--s2 [class*="col-"]:nth-of-type(even):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    width: 1px;
    background: #eef4f9;
  }
  .services--s2 .col:nth-of-type(even) .__item,
  .services--s2 [class*="col-"]:nth-of-type(even) .__item {
    margin-left: auto;
  }
  .services--s2 .__item {
    max-width: 430px;
  }
  .services--s2 .__ico {
    margin-bottom: 0;
  }
  .steps--s2 .tab-nav {
    margin-left: -5px;
  }
  .steps--s2 .tab-nav__item {
    margin-left: 5px;
  }
  .steps--s2 .__item {
    padding: 50px 30px;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 3.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.5rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }
  .m-xl-9 {
    margin: 4.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.5rem !important;
  }
  .m-xl-10 {
    margin: 5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important;
  }
  .m-xl-11 {
    margin: 5.5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 5.5rem !important;
  }
  .m-xl-12 {
    margin: 6rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 6rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 6rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-7 {
    padding: 3.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.5rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }
  .p-xl-9 {
    padding: 4.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.5rem !important;
  }
  .p-xl-10 {
    padding: 5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important;
  }
  .p-xl-11 {
    padding: 5.5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 5.5rem !important;
  }
  .p-xl-12 {
    padding: 6rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 6rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 6rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .comments-list ul {
    padding-left: 90px;
  }
  .review--s1.review--slider .slick-slider {
    padding-left: 85px;
    padding-right: 85px;
  }
  .review--s1 .review__item {
    padding-left: 200px;
  }
  .review--s1 .review__item__author-image {
    margin-left: -200px;
  }
  .review--s2.review--slider {
    margin-left: -webkit-calc((100% - 1140px)/ 2);
    margin-left: calc((100% - 1140px) / 2);
  }
  .review--s2 .review__item {
    padding: 45px 50px 50px;
  }
  .review--s3 .review__item {
    padding: 60px 50px;
  }
  .review--s4.review--slider {
    margin-left: -webkit-calc((100% - 1140px)/ 2);
    margin-left: calc((100% - 1140px) / 2);
  }
  .review--s4.review--slider
    .slick-current
    + .slick-active
    + .slick-active
    .review__item {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@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));
    }
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .accordion-toggler i,
  .accordion-toggler i:after,
  .accordion-toggler i:before,
  .lazy[src] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .pagination .page-link,
  .share-btns a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .s-btns a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .store-btns a,
  .store-btns a svg,
  .tab-nav__item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #btn-to-top,
  .brands-list .__image,
  .tab-content__item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .posts .__item--preview,
  .posts .__item--preview .__image img,
  .posts--s1 .__item--preview .__content {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .projects--s1 .__item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .projects--s2 .__content {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .projects--s3 .__content {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .projects--s4 .__item,
  .review--s3.review--slider .review__item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .review--s4.review--slider .review__item,
  .side-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .side-menu__button-close,
  .team .__soc-btns a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .btn-play,
  .team--s2 .__image img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

p {
  font-weight: 300;
  font-size: 13px;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.sub-footer {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
  border-top: rgba(0, 0, 0, 0.07) 1px solid;
  z-index: 2;
  justify-content: space-between;
}
.sub-footer p {
  font-size: 13px;
  color: #afb3b9;
}
.footer .vc_custom_heading,
#contact .nt-custom-heading,
.steps h3.h4,
.accordion-title {
  font-weight: 400;
  font-size:16px;
}
.weight-normal {
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer--s5 {
    padding: 30px 0 90px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-heading .__title {
    font-size: 3.5rem;
  }
  .feature .__item .__title {
    font-size: 2.2rem;
  }
  .accordion-title {
    font-size: 2rem;
  }
  .steps--s2 .tab-nav__link {
    padding: 20px;
    font-size: 1.3rem;
  }
  .tab-nav__item.active .tab-nav__link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .services.services--s3 .__item .__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .projects--s1 .__inner {
    margin-bottom: 0;
  }

  .pricing-table--s1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .cookiewarning {
    display: none;
  }

  .footer--s5 .vc_custom_heading {
    margin-top: 20px;
  }
  .projects.projects--s1 .__title {
    font-size: 2.5rem;
  }
  .start-screen {
    margin: 50px 0;
  }
  .start-screen h1 {
    font-size: 40px;
  }
  .posts h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
	.footer--s5 {
		padding-top: 30px;
	}

  .posts h2 {
    font-size: 2rem;
  }
  .projects.projects--s1 .__title {
    font-size: 2rem;
  }
  .section-heading .__title {
    font-size: 2.5rem;
  }
  .feature .__item .__title {
    font-size: 2rem;
	}
	.footer--s5 .vc_custom_heading {
		margin-bottom: 10px;
		font-size: 16px;
	}
  .accordion-title {
		font-size: 13px;
		line-height: normal;
	}
	.accordion-toggler i {
		width: 24px;
		height: 24px;
		border-width: 1px;
	}
  .start-screen h1 {
    font-size: 30px;
  }
  .start-screen {
    margin: 30px 0;
  }
  #testimonials .section-heading {
    margin-bottom: 20px;
  }
  .steps--s2 .tab-nav {
    margin: 0 0 20px;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56px;
  }
  .steps--s2 .tab-nav:after {
    content: "\f107";
    font-family: fontello;
    font-size: 20px;
    color: #ec5a1d;
    position: absolute;
    right: 20px;
    top: 27px;
    z-index: 1;
    pointer-events: none;
  }
  .steps--s2 .tab-nav.in:after {
    content: "\f106";
  }
  .steps--s2 .tab-nav.in .tab-nav__item {
    display: block;
  }
  .steps--s2 .tab-nav__item {
    margin: 0;
    width: 100%;
    display: none;
  }
  .steps--s2 .tab-nav__link {
    display: block;
    padding: 20px !important;
    text-align: left;
  }
  .tab-nav__item.active,
  .tab-nav__item.active .tab-nav__link {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
  }
  .tab-nav__item.active .tab-nav__link::before {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .sub-footer {
    flex-direction: column;
  }
  .counter--s2 .__count {
    font-size: 3rem;
  }
}

.secondary-btn,
.secondary-btn:hover {
  background-color: #fbf5e8;
  border-color: #fbf5e8;
  color: #ec5a1d;
}

.all-features .accordion-item:first-child {
	border-top: none;
}

.more-features .wow {
	margin-top: 50px
}

.more-features h4 {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.more-features h4 + p {
		text-align: justify;
	}
}

.footer--s5 p {
	font-size: 13px;
}

.affiliate-partner .counter--s2 .__count {
	font-size: 3.5rem;
}

.affiliate-partner .feature .__item .__title {
	font-size: 20px;
}

/*custom*/
.counter {
    margin-top: 40px;
}
.counter--s2 .__count {
	font-size: 3rem;
	margin-left: 15px;
}
.counter--s2 .__content {
    font-size: 13px;
}
.counter--s2 .__toparea {
	    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/*pricing*/
.pricing-tabs .tab-content, .pricing-tabs .tab-nav__item.active, .pricing-tabs .tab-nav__item.active .tab-nav__link {
    box-shadow: none;
}
.pricing-tabs .tab-nav {
	display: flex;
	justify-content: center;
}
.pricing-tabs .tab-nav__item a {
	    background-color: #f2f4f4;
    border-radius: 50px;
    color: #191919;
	height:42px;
	font-size:13px;
	min-width:150px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition: all .2s ease-out;
    width: 120px;
    will-change: transform;
}
.pricing-tabs .tab-nav__item.active {
	border-radius: 50px;
    background: #f2f4f4;
}
.pricing-tabs .tab-nav__item:first-child a, .pricing-tabs .tab-nav__item:first-child.active {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.pricing-tabs .tab-nav__item:last-child a, .pricing-tabs .tab-nav__item:last-child.active {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left: -5px;
}
.pricing-tabs .tab-nav__item:focus, .pricing-tabs .tab-nav__item.active:focus,
.pricing-tabs .tab-nav__item:focus, .pricing-tabs .tab-nav__item.active:focus {
	outline: none !important;
}
.pricing-tabs .tab-nav__item.active .tab-nav__link:before {
	display:none;
}
.pricing-tabs .tab-nav__item.active a {
	background:#fff;
	border:3px solid #f2f4f4;
	border-radius: 50px;
	    transform: translateX(0);
}
.pricing-tabs .tab-nav__item.active, .pricing-tabs .tab-nav__item.active .tab-nav__link {
	padding:0;
}

.visible-lg, .visible-sm, .visible-xs {
    display: none!important;
}
@media (max-width: 767px) {
	.pricing-tabs .tab-nav__item.active, .pricing-tabs .tab-nav__item.active .tab-nav__link {
    display: flex;
    position: relative;
    left: auto;
    width: auto;
    top: auto;
}
.visible-xs {
    display: block!important;
}
.hidden-xs {
    display: none!important;
}
}
/*pricing-section*/
.col-xs-6 {
    width: 50%;
}
.pricing_main .front-header {
	background: #fff;
	border: 0
}

.pricing_main .billing-switcher-container {
	margin: -60px auto 0;
	position: relative;
	text-align: center
}

.pricing_main .billing-switcher {
	background-color: #f2f4f4;
	border-radius: 50px;
	color: #191919;
	display: inline-flex;
	font-size: 13px;
	height: 42px;
	padding: 3px;
	position: relative
}

.pricing_main .billing-switcher #monthly-label,
.pricing_main .billing-switcher #yearly-label {
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	line-height: 26px;
	padding: 4px;
	text-align: center;
	z-index: 10
}

.pricing_main .billing-switcher #yearly-label {
	width: 180px
}

.pricing_main .billing-switcher #monthly-label {
	opacity: .6;
	width: 110px
}

.pricing_main .billing-switcher .billing-selector {
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	display: inline-block;
	height: 36px;
	position: absolute;
	right: 173px;
	transition: all .2s ease-out;
	width: 120px;
	will-change: transform
}

.pricing_main .billing-switcher.monthly-billing .billing-selector {
	transform: translateX(0)
}

.pricing_main .billing-switcher.monthly-billing #monthly-label {
	opacity: 1
}

.pricing_main .billing-switcher.monthly-billing #yearly-label {
	opacity: .6
}

.pricing_main .billing-switcher.yearly-billing .billing-selector {
	transform: translateX(170px);
	width: 180px
}

.pricing_main .billing-switcher.yearly-billing #yearly-label {
	opacity: 1
}

.pricing_main .billing-switcher.yearly-billing #monthly-label {
	opacity: .6
}

.pricing_main {
	padding: 40px 0
}

.pricing_main .container {
	max-width: 1100px
}

.pricing_main .billing-cycle-links {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center
}

.pricing_main .billing-cycle-links a {
	margin: 0 10px
}

.pricing_main .billing-cycle-links a.active {
	border-bottom: 0;
	color: #666;
	font-weight: 600
}

.pricing_main .billing-cycle-links a.active:hover {
	cursor: auto
}

.pricing_main .monthly-billing .yearly-price,
.pricing_main .yearly-billing .monthly-price {
	display: none
}

.pricing_main .pricing-mobile {
	padding: 0 20px;
	text-align: center
}
.pricing_main .pricing-mobile > .row {
	justify-content:center;
}
.pricing_main .pricing-mobile .plan-name {
	color: var(--primaryColor);
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 10px
}

.pricing_main .pricing-mobile .price {
	color: #191919;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	font-weight: 600
}

.pricing_main .pricing-mobile .price span {
	color: #737373;
	font-size: 13px;
	font-weight: 500
}

.pricing_main .pricing-mobile .feature-line {
	font-size: 13px;
	margin: 5px 0 40px
}

.pricing_main .pricing-table {
	font-size: 15px;
	width: 100%
}

.pricing_main .pricing-table td {
	text-align: center
}

.pricing_main .pricing-table .current_plan_background,
.pricing_main .pricing-table .recommended_background {
	background-color: #f7f9f9
}

.pricing_main .pricing-table .prices-row .plan-name {
	color: var(--primaryColor);
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px
}

.pricing_main .pricing-table .prices-row .price {
	color: #191919;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	font-weight: 600
}

.pricing_main .pricing-table .prices-row .price span {
	color: #737373;
	font-size: 13px;
	font-weight: 500
}

.pricing_main .pricing-table .prices-row .billing-cycle-mention {
	color: #737373;
	font-size: 12px;
	margin-top: 5px
}

.pricing_main .pricing-table .prices-row td {
	padding-bottom: 20px
}

.pricing_main .pricing-table .figures-row {
	border-top: 0.5px solid #dedede
}

.pricing_main .pricing-table .figures-row td {
	border-left: 0.5px solid #dedede;
	font-size: 13px;
	padding: 25px
}

.pricing_main .pricing-table .team-row {
	border-top: 0.5px solid #dedede
}

.pricing_main .pricing-table .team-row .fa-times {
	color: #a2a2a2;
	font-size: 21px
}

.pricing_main .pricing-table .team-row td {
	border-left: 0.5px solid #dedede;
	padding: 25px
}

.pricing_main .pricing-table .team-row .team-members-cell {
	font-size: 13px
}

.pricing_main .pricing-table .team-row .team-members-cell .fa-question-circle {
	font-size: 13px
}

.pricing_main .pricing-table .premium-features-row {
	border-top: 0.5px solid #dedede
}

.pricing_main .pricing-table .premium-features-row .fa-times {
	font-size: 21px
}

.pricing_main .pricing-table .premium-features-row td {
	border-left: 0.5px solid #dedede;
	padding: 25px
}

.pricing_main .pricing-table .premium-features-row .features-cell>p {
	font-size: 13px;
	line-height: 30px;
	margin: 0
}

.pricing_main .pricing-table .premium-features-row .features-cell .fa-check-circle {
	font-size: 13px;
	margin-right: 3px;
  color: #000;
    margin-right: 5px !important;
}

.pricing_main .pricing-table .premium-features-row td.bulletPoints {
  text-align: left;
    padding-left: 40px;
}

.pricing_main .pricing-table .premium-features-row .features-cell .fa-question-circle {
	font-size: 13px
}

.pricing_main .pricing-table .legend-col {
	border-left: 0!important;
	text-align: left;
	width: 260px
}

.pricing_main .pricing-table .legend-col>strong {
	color: #191919;
	display: inline-block;
	font-size: 13px;
	font-weight: 600
}

.pricing_main .pricing-table .legend-col>p {
	font-size: 13px;
	margin: 10px 0 0
}

.pricing_main .pricing-table .get-started-row {
	border-bottom: 0.5px solid #dedede;
	border-top: 0.5px solid #dedede
}

.pricing_main .pricing-table .get-started-row td {
	padding: 20px
}

@media(max-width:767px) {
	.pricing_main .pricing-table .get-started-row td {
		padding: 5px
	}
}

.pricing_main .pricing-table .get-started-row .cta-cell {
	border-left: 0.5px solid #dedede
}

.pricing_main .pricing-table .get-started-row .cta-cell p {
	font-size: 13px;
	margin: 0 0 15px
}

.pricing_main .pricing-table .get-started-row .cta-cell .pricing-btn {
	height: 38px;
	padding: 6px 20px
}

.pricing_main .pricing-table .get-started-row .pricing-btn-upgrade {
	height: 40px;
	padding: 7px 22px
}

.pricing_main .pricing-table .get-started-row .current-plan {
	border: 0.5px solid #e6e6e6;
	border-radius: 3px;
	color: #888;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	padding: 7px 15px;
	text-align: center
}

.pricing_main .pricing-table .get-started-row .current-plan.fa-check {
	color: #888;
	margin-right: 5px
}

.pricing_main .premium-features-mobile {
	padding: 20px 0;
	text-align: center
}

.pricing_main .premium-features-mobile .fa-check-circle {
	font-size: 13px;
	margin-right: 5px;
  color: #000;
}

.pricing_main .premium-features-mobile h2 {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 15px
}

.pricing_main .premium-features-mobile p {
	margin: 0 0 5px
}

.pricing_main .price-contact {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
	margin: 40px 0 40px;
	padding: 40px;
	text-align: center
}

.pricing_main .price-contact h2 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0px
}

.pricing_main .price-contact p {
	margin: 0 0 20px
}

.pricing_main .prices-usd-row {
	font-size: 13px
}

.pricing_main .prices-usd-row td {
	padding: 30px 20px 0;
	text-align: center
}

.pricing_main .faq {
	padding-top: 210px
}

@media screen and (max-width:992px) {
	.pricing_main .billing-switcher-container {
		margin-top: 0
	}
	.pricing_main #what-is-a-request .icon {
		margin: 0 0 10px;
		width: 100%!important
	}
	.pricing_main .enterprise-plan {
		margin-top: 0!important;
		text-align: center
	}
	.pricing_main .enterprise-plan .fal {
		margin-top: 40px!important
	}
}

.fas.fa-question-circle {
	display:none;
}
.pricing_main .custom-btn {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 0;
	    min-height: 40px;
}
.pricing_main .custom-btn .far {
	margin-right:10px;
}


/*search section*/
.search-section .nav-link {
	padding: 1rem;
}
.search-section .nav-tabs {
    border-bottom: 0;
}
.search-section .nav-tabs .nav-link {
    border: 0;
	    background-color: var(--primaryColor);
    color: #fff;
}
.search-section .nav-tabs .nav-item.show .nav-link, .search-section .nav-tabs .nav-link.active {
    background-color: #fff !important;
    color: #025960 !important;
}
.search-section .card {
    border: 0;
	border-top-left-radius: 0;
}
.search-section .tab-content>.tab-pane {
    padding: 15px;
}
.search-section .nav-tabs .nav-item:first-child .nav-link {
	border-top-right-radius: 0;
}
.search-section .nav-tabs .nav-item:last-child .nav-link {
	border-top-left-radius: 0;
}

#arrow-down {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 1;
    height: 45px;
    width: 70px;
    margin-left: -35px;
    background: url(../img/bg-arrow-down@2x.png) no-repeat 21px 26px;
    background-size: 28px 16px;
    text-indent: -9999px;
    display: block;
    -webkit-animation: moveUpDown 2s infinite normal ease-out;
    animation: moveUpDown 2s infinite normal ease-out;
}
@-webkit-keyframes moveUpDown {
0% { bottom:80px; }
50%{ bottom:100px; }
100% { bottom: 80px; }
}
@keyframes moveUpDown {
0% { bottom:80px; }
50%{ bottom:100px; }
100% { bottom: 80px; }
}

.search-section {
    margin-top: 3em;
}
.caption.title {
    margin-top: 6em !important;
}
.search-section .search-bar .form-control {
	font-size: 13px;
    line-height: 2;
}
.search-section .search-bar .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
.search-section .search-bar .btn.focus, .search-section .search-bar .btn:focus {
    outline: 0;
    box-shadow: none;
}
.search-section .search-bar .btn.btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primaryColor);
    color: #fff;
	padding: 7px 15px;
}
.search-section .search-bar .btn.btn-bulk {
    margin-left: 5px;
    background-color: #025960;
    color: #fff;
	    padding: 7px 15px;
}
.search-section .search-bar .validate-search {
width: calc(100% - 106px);
    float: left;
}
.search-section .steps--s2 .tab-nav__link {
    color: var(--primaryColor);
    padding: 1.5rem !important;
    font-size: 13px;
}
.search-section .steps--s2 .__item {
	padding:15px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	font-size:13px;
	display:flex;
	justify-content:space-between;
	margin-top:1.5em;
	text-align: left;
}
.alert .close {
	background: transparent;
    border: 0;
    font-size: 20px;
    line-height: 0;
	cursor:pointer;
}
/*shadow-effect*/
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}
.search-section .tab-content {
    box-shadow: 0 6px 30px rgb(0 0 0 / 25%);
}
.search-section .tab-nav__item.active {
    box-shadow: 0 6px 30px rgb(0 0 0 / 25%);
}
.search-section .tab-nav__item.active .tab-nav__link:before {
    content: "";
    width: 135%;
    height: 30px;
    bottom: -30px;
    background-color: #fff;
    left: 0;
    position: absolute;
}
.search-section .tab-nav__item.active:last-child .tab-nav__link:before {
	left:-20px;
}
.search-section .search-bar .form-control {
    z-index: 2;
}
.search-section .steps--s2 .__item form {
	width:100%;
}
.search-section .steps--s2 .__item form .search-bar {
	display:flex;
}
.search-section .search-bar .validate-search {
    width: calc(100% - 106px);
    float: left;
    height: 40px;
    flex-grow: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-section .search-bar .btn.btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--primaryColor);
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    box-shadow: none;
    border-radius: 0 0.25em 0.25em 0;
    border: 0;
    height: 40px;
    font-size: 13px;
}
.search-section .search-bar .form-control {
	height: 40px;
}
.search-section .search-bar .form-control.input1 {
	border-radius: 0.25em 0 0 0.25em;
}
.search-section .search-bar .form-control.input2 {
	border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.search-section .search-bar .form-control.input3 {
	border-radius: 0;
}
.search-section .steps--s2 .tab-nav__link:before {
	display:none;
}
.search-section .steps--s2 .tab-nav__item.active .tab-nav__link:before {
	display:inline-block;
}
.result {
	    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 13px -15px 0 -15px;
    overflow:hidden;
    transition:transform 0.3s ease-out;
    transform:scaleY(0);
    transform-origin:top;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.result .row {
	margin: 0;
	border-top: 1px solid #EDEDED;
	padding: 15px 0;
    background-color: #fff;
}
.close-outer {
    padding: 0 !important;
    background-color: transparent !important;
    float: right;
    margin-top: -1px !important;
}
.close-btn {
    background-color: #848484;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    color: #ffffff !important;
    width: auto;
    text-align: center;
    padding: 2px 5px;
    font-size: 11px;
}
input:focus-visible {
    outline: none;
}
.result.show {
    transform:scaleY(1);
}

.result h6 {
	font-size: 15px;
    /*padding-top: 3px;*/
}
.result .circle-dot {
    background: #ccc;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
    margin-bottom: -1px;
}
.result .circle-dot.green {
    background: var(--primaryColor);
}
.result .circle-dot.yellow {
    background: #FFAE00;
}
.result .circle-dot.red {
    background: red;
}
.result .copy {
	visibility: hidden;
	margin-left: 8px;
	float: right;
    margin-bottom: -5px;
}
.result .email {
	float: right;
}
.result .email:hover .copy {
	visibility: visible;
}
/*.result a.email:hover {
	    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 10px;
}
.result a.email:hover .copy {
	display: block;
}*/

.domain-main .result .circle-dot {
    margin-left: 5px;
}
.domain-main .result .email {
	float: none;
}
#domain_result .col-7 p {
	padding-top: 3px;
}
#domain_result .list-outer {
    overflow-y: scroll;
    max-height: 240px;
}
.result .fa-check {
	color: #ccc;
}
.result .email-icon {
	    width: 25px;
    height: 25px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding-top: 3px;
    float: right;
}
.result .email-icon .fa {
	    font-size: 10px;
    color: #9c9c9c;
}

.validate form {
	width: 100%;
}

details {
	float: right;
    padding-top: 5px;
    margin-left: 10px;
}

@media screen and (max-width: 990px) {
.search-section .steps--s2 .tab-nav {
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
.search-section .steps--s2 .tab-nav:after {
	display:none;
}
.search-section .steps--s2 .tab-nav__item {
    margin: 0;
    width: auto;
    display: inline-block;
}
.search-section .tab-nav__item.active, .tab-nav__item.active .tab-nav__link {
    display: inline-block;
    position: relative;
    left: 0;
    width: auto;
    top: 0;
}
.search-section .search-bar .validate-search { 
 width: 100%;
}
.search-section .search-bar .form-control {
 border-radius: 0.25em !important;
 border: 1px solid #ced4da !important;
}
.search-section .search-bar .form-control + .form-control {
 margin-top:10px;
}
.search-section .search-bar .btn.btn-search {
 width: 100%;
 border-radius: 0.25em;
 margin-top: 10px;
}
.search-section .steps--s2 .__item form .search-bar {
 flex-direction: column;
}
.search-section {
    margin-top: 2rem;
}
.start-screen h1 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
}
}

/*other*/
h4.accordion-title {
    font-size: 18px;
}
@media (min-width: 1200px) {
.top-bar__navigation .submenu {
    left: 0px;
	right: auto;
}
.top-bar__navigation .submenu:after {
	left: 30px;
	right: auto;
}
}

.section-heading .__subtitle, .pricing_main .pricing-table .prices-row .plan-name, .pricing_main .pricing-mobile .plan-name {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 18px;
}
.pricing_main .pricing-mobile .feature-line{
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 13px;
	margin:0;
}
.pricing-mobile .monthly-billing {
    border: 1px solid #f1f1f1;
    padding: 20px 10px;
}

.bestseller {
	background: #fbf5e8;
	position: relative;
}
.bestseller-text {
	    font-size: 12px;
    background: var(--primaryColor);
    color: #fff;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    top: -29px;
}
.pricing_main .pricing-table .prices-row .plan-name {
    margin-top: 10px;
}
.pricing-mobile .bestseller-text {
    top: 0;
    left: 0;
}
.pricing-mobile .monthly-billing {
    padding: 30px 10px;
}
.posts .__item--preview p {
    margin-bottom: 15px !important;
}
.pricing_main .pricing-table .get-started-row {
    border-bottom: 0.5px solid #dedede;
    border-top: 0.5px solid #dedede;
}
.search-section .search-bar .form-control {
	transition: all ease 0.5s;
}
.search-section .search-bar .form-control:hover, .search-section .search-bar .form-control:focus {
    border: 1px solid var(--primaryColor) !important;
    cursor: pointer;
}
.error {
	border:1px solid #ff0000 !important;
}
.pricing_main .pricing-table .figures-row td:nth-child(3) {
	border-width: 0.5px;
}
.pricing_main .pricing-table .figures-row {
    border-top: 0.5px solid #dedede;
}