.help--panel {
  width: 320px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  margin-top: 56px;
  margin-left: 90px;
  left: 20px;
  bottom: 20px;
  border-radius: 10px;
  z-index: 1038;
}
.help--panel .panel--header {
  padding: 10px;
  font-size: 16px;
  /* background-color: #007bff; */
  /* color:#ffffff; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  cursor: move;
}
.help--panel .panel--header a {
  color: #ffffff;
  cursor: pointer;
}
.help--panel .panel--header .header--title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.help--panel .panel--header .header--title #panelHeaderText {
  font-weight: 600;
}
.help--panel .panel--body {
  position: relative;
  overflow-x: auto;
  background-color: #fff;
  border: none;
  border-radius: 0px 0px 10px 10px;
  padding: 0px;
  margin: 0px;
}
.help--panel .panel--body.in {
  max-height: 60vh;
}
.help--panel .panel--body.collapsing {
  max-height: 60vh;
}
.help--panel .panel--body .panel--section {
  padding: 20px 10px;
}
.help--panel .panel--body .panel--section .section--heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.help--panel .panel--body .tab-pane {
  min-width: auto !important;
}
.help--panel .getting-started {
  display: flex;
  flex-direction: row;
  margin: 10px 0px;
}
.help--panel .getting-started .gs--tracker {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
.help--panel .getting-started .gs--tracker .wa--icon--container--sm {
  min-height: 34px;
}
.help--panel .getting-started .gs--tracker .tracker--bar {
  background-color: #eee;
  height: 100%;
  width: 3px;
  border-radius: 10px;
  display: flex;
  margin-top: 10px;
}
.help--panel .getting-started .gs--tracker.complete .wa--icon--container--sm {
  background-color: #56B336;
  color: #fff;
}
.help--panel .getting-started .gs--tracker.complete .tracker--bar {
  background-color: rgba(86, 179, 54, 0.15) !important;
}
.help--panel .getting-started:last-child .gs--tracker .tracker--bar {
  background-color: transparent;
  height: 100%;
  width: 0px;
  border-radius: 10px;
  display: flex;
  margin-top: 10px;
}
.help--panel .getting-started .gs--header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
}
.help--panel .getting-started .gs--header i {
  transition: 0.25s;
}
.help--panel .getting-started .gs--header.open i {
  transform: rotate(-90deg);
  transition: 0.25s;
}
.help--panel .getting-started .gs--section {
  width: 100%;
}
.help--panel .getting-started .gs--steps {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0px;
}
.help--panel .getting-started .gs--steps.multi--step {
  flex-direction: column;
  align-items: flex-start;
}
.help--panel .getting-started .wise--btn.btn--transparent {
  border: 1px solid #d5d5d5 !important;
}
.help--panel .getting-started .wise--btn.btn--transparent:hover {
  background-color: #d5d5d5 !important;
}
.help--panel.ui-dragged {
  bottom: auto !important;
}
.help--panel .social-icon-section {
  text-align: center;
  background: #eee;
  border-radius: 5px;
  margin: 20px 10px;
}
.help--panel .social-icon-section .help-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #007bff;
  font-size: 16px;
  transition: border 0.25s;
  margin-top: 5px;
}
.help--panel .social-icon-section .help-icon:hover {
  border: 1px solid #007bff;
  color: #007bff;
  text-decoration: none;
  transition: border 0.25s;
}
.help--panel .social-icon-section .community-btn {
  width: auto;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #007bff;
  font-size: 16px;
  transition: border 0.25s;
  margin-top: 10px;
  padding: 15px;
}
.help--panel .social-icon-section .community-btn:hover {
  border: 1px solid #007bff;
  color: #007bff;
  text-decoration: none;
  transition: border 0.25s;
}
.help--panel .kb-article-card {
  width: 100%;
  background-color: #eee;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 10px;
  color: #333 !important;
  text-align: left;
  border: none;
  transition: background-color 0.25s ease;
}
.help--panel .kb-article-card i {
  font-size: 16px;
  transition: 0.25s;
}
.help--panel .kb-article-card:hover {
  background-color: #d5d5d5;
  text-decoration: none;
  transition: 0.25s;
}
.help--panel .kb-article-card:hover i {
  transform: translateX(5px);
  transition: 0.25s;
}
.help--panel .kb-article-card .kb-card-title {
  width: calc(100% - 36px);
}
.help--panel .kb-article-card:disabled {
  outline: 2px solid #007bff;
  background-color: #fff;
  transition: background-color 0.25s ease;
}
.help--panel .kb-article-card:disabled i {
  transform: translateX(5px);
}
.help--panel .timeline-container {
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 5px;
}
.help--panel .timeline-container:before {
  content: "";
  display: none;
}
.help--panel .timeline-container .timeline-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 18px;
  background: #eee;
  border-radius: 5px;
  padding: 10px 15px 10px 10px;
  cursor: pointer;
}
.help--panel .timeline-container .timeline-label:hover {
  background: #d5d5d5;
  transition: 0.25s;
}
.help--panel .timeline-container .timeline-label i {
  transition: 0.25s;
  font-size: 16px;
}
.help--panel .timeline-container .timeline-label.collapsed i {
  transform: rotate(90deg);
  transition: 0.25s;
}
.help--panel .timeline-container .timeline-label.collapsed:hover i {
  transform: rotate(90deg) translateY(-5px);
}
.help--panel .timeline-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.help--panel .timeline-item .timeline-info {
  background: #D9EBFF;
  color: #007bff;
  min-height: 34px;
}
.help--panel .timeline-item .timeline-bar {
  height: 100%;
  width: 4px;
  background-color: #eee;
  border-radius: 10px;
  margin-top: 5px;
}
.help--panel .timeline-item .transparent.widget-box {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #333;
  display: flex;
  flex-direction: column;
  margin: 0px;
  width: 100%;
}
.help--panel .timeline-item .transparent.widget-box .widget-header {
  background-color: #fff;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  color: #007bff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help--panel .timeline-item .transparent.widget-box .widget-header:before, .help--panel .timeline-item .transparent.widget-box .widget-header:after {
  display: none;
}
.help--panel .timeline-item .transparent.widget-box .widget-title {
  margin: 8px;
}
.help--panel .timeline-item .transparent.widget-box .widget-main {
  padding: 8px;
}
.help--panel .timeline-item:nth-child(even) .widget-box.transparent {
  background-color: #fff !important;
}
.help--panel .timeline-item:nth-child(even) .widget-box.transparent .widget-header {
  background-color: #fff !important;
}
.help--panel .header--icons {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.help--panel .header--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 8px;
  position: relative;
}
.help--panel .header--btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  background-color: transparent;
  transform: scale(0);
  transition: 0.25s;
}
.help--panel .header--btn:hover {
  text-decoration: none;
}
.help--panel .header--btn:hover::after {
  transform: scale(1);
  background-color: rgba(255, 255, 255, 0.1254901961);
  transition: 0.25s;
}
.help--panel .header--btn:hover i.fa-headset::after {
  content: "Contact Us";
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif !important;
  display: inline-flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: auto;
  white-space: nowrap;
  font-weight: 600;
}
.help--panel .header--btn:hover i.fa-stars::after {
  content: "What's New";
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif !important;
  display: inline-flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: auto;
  white-space: nowrap;
  font-weight: 600;
}
.help--panel .header--btn:hover i.fa-times::after {
  content: "Close";
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif !important;
  display: inline-flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: auto;
  white-space: nowrap;
  font-weight: 600;
}
.help--panel .header--btn i {
  transition: 0.25s;
}
.help--panel .header--btn.collapsed i {
  transform: rotate(180deg);
  transition: 0.25s;
}

@media (max-width: 992px) {
  .help--panel {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
  }
  .help--panel .panel--header {
    font-size: 20px;
  }
}
.wise--btn.btn--viewmore {
  border: 1px solid #d5d5d5 !important;
  height: 2.8em;
  border-radius: 10px;
  background: transparent;
  color: #4d4d4d;
  font-weight: 600;
  transition: 0.25s;
}
.wise--btn.btn--viewmore:focus {
  border: 1px solid #d5d5d5 !important;
  height: 2.8em;
  border-radius: 10px;
  background: transparent;
  color: #4d4d4d;
  font-weight: 600;
  transition: 0.25s;
}
.wise--btn.btn--viewmore:hover, .wise--btn.btn--viewmore:active {
  border: 1px solid transparent !important;
  background: #eee;
  color: #4d4d4d;
  transition: 0.25s;
}
.wise--btn.btn--viewmore:active {
  background: #d5d5d5;
}

.getting-started-banner {
  position: fixed;
  right: 20px;
  top: 75px;
  z-index: 1036;
}
.getting-started-banner .getting-started-button {
  background-color: #56B336;
  color: #fff;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 10px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1038;
}
.getting-started-banner .getting-started-button .label {
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.getting-started-banner .getting-started-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 10px;
  right: 0.3em;
  transition: all 0.3s;
  padding-right: 0px;
  animation: bounce 4s ease infinite;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}
.getting-started-banner .getting-started-button .icon i {
  width: 1.1em;
  transition: transform 0.3s;
  color: #56B336;
}
.getting-started-banner .getting-started-button:hover {
  color: #fff;
  text-decoration: none;
}
.getting-started-banner .getting-started-button:hover .icon {
  width: calc(100% - 0.6em);
  animation: none;
  background-color: #56B336;
  box-shadow: none;
}
.getting-started-banner .getting-started-button:hover .icon i {
  transform: translateX(0.1em);
  color: #fff;
}
.getting-started-banner .getting-started-button:active .icon {
  transform: scale(0.95);
  background-color: #64C743;
}
.getting-started-banner .icon-close {
  position: absolute;
  left: -25px;
  top: 0px;
  background-color: #fff;
  color: #4d4d4d;
  width: 25px;
  height: 25px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  border: none;
}
.getting-started-banner .icon-close:hover, .getting-started-banner .icon-close:focus, .getting-started-banner .icon-close:active {
  opacity: 1;
}

@keyframes bounce {
  0%, 36%, 50%, 60%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-15px);
  }
  55% {
    transform: translateY(-7px);
  }
}
.driver-popover {
  border-radius: 7px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif !important;
}
.driver-popover::before {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(to right, #007bff 18%, #4FCACF 53%, #56B336 100%);
  content: "";
  display: flex;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.driver-popover .driver-popover-title, .driver-popover .driver-popover-description, .driver-popover .driver-popover-progress-text {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
}
.driver-popover .driver-popover-close-btn {
  width: 32px;
  height: 32px;
  font-size: 21px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.25s;
}
.driver-popover .driver-popover-close-btn:hover {
  background: #eee;
  color: #333;
}
.driver-popover .driver-popover-close-btn:focus, .driver-popover .driver-popover-close-btn:active {
  background: #d5d5d5;
  color: #333;
}
.driver-popover .driver-popover-next-btn, .driver-popover .driver-popover-prev-btn {
  line-height: 2;
  border-radius: 5px;
  transition: all 0.25s;
  text-shadow: none;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
}
.driver-popover .driver-popover-next-btn:hover {
  background: #56B336;
  border-color: #56B336;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.driver-popover .driver-popover-next-btn:focus, .driver-popover .driver-popover-next-btn:active {
  background: #56B336;
  border-color: #56B336;
  color: #fff;
}
.driver-popover .driver-popover-prev-btn {
  border: none;
}
.driver-popover .driver-popover-prev-btn:hover {
  background: #eee;
  border-color: #eee;
}
.driver-popover .driver-popover-prev-btn:focus, .driver-popover .driver-popover-prev-btn:active {
  background: #d5d5d5;
  border-color: #d5d5d5;
}

#kbArticleSlideOut .wa--slide--out {
  z-index: 1037;
}
#kbArticleSlideOut .slide--out--body {
  padding: 0px;
}
#kbArticleSlideOut iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#kbArticleSlideOut .header--close {
  position: relative;
}
#kbArticleSlideOut .header--close:hover i.fa-chevron-circle-right::after {
  content: "Hide";
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif !important;
  display: inline-flex;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: auto;
  white-space: nowrap;
  font-weight: 600;
}
#kbArticleSlideOut .header--close:hover i.fa-times::after {
  content: "Close";
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif !important;
  display: inline-flex;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: auto;
  white-space: nowrap;
  font-weight: 600;
}
#kbArticleSlideOut .slideout-toggler.closed {
  position: fixed;
  top: 140px;
  right: 0px;
  background: #eee;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  margin-right: 0px !important;
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
  font-size: 25px;
  font-weight: 800;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, width 0.3s ease;
}
#kbArticleSlideOut .slideout-toggler.closed i {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
#kbArticleSlideOut .slideout-toggler.closed i::after {
  display: none !important;
}
#kbArticleSlideOut .slideout-toggler.closed:hover {
  width: 50px;
  background-color: #d5d5d5;
  transition: background-color 0.5s ease, width 0.5s ease;
}
#kbArticleSlideOut .slideout-toggler.closed:hover i {
  transform: rotate(180deg) translateX(5px);
  transition: all 0.5s ease;
}
#kbArticleSlideOut .loader-overlay .loading--card--1 {
  background-color: rgba(0, 85, 155, 0.4588235294);
  width: 100%;
  padding-top: 73px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
#kbArticleSlideOut .loader-overlay .loading--card--1 .card {
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  min-height: 60px;
  background: linear-gradient(to right, rgba(227, 227, 227, 0), rgba(227, 227, 227, 0.5) 50%, rgba(227, 227, 227, 0) 80%), white;
  background-repeat: repeat-y;
  background-size: 30% 100%;
  background-position: 0 0;
  animation: shine 1s infinite;
  border-radius: 5px;
}
#kbArticleSlideOut .loader-overlay .loading--card--2 {
  background-color: rgba(243, 243, 243, 0.4588235294);
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  padding-left: 4px;
  padding-right: 12px;
  height: 100%;
}
#kbArticleSlideOut .loader-overlay .loading--card--2 .card {
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: linear-gradient(to right, rgba(227, 227, 227, 0), rgba(227, 227, 227, 0.5) 50%, rgba(227, 227, 227, 0) 80%), white;
  background-repeat: repeat-y;
  background-size: 30% 100%;
  background-position: 0 0;
  animation: shine 1s infinite;
  border-radius: 5px 5px 0px 0px;
}
@keyframes shine {
  to {
    background-position: 100% 0;
  }
}

@media (min-width: 992px) {
  .getting-started-banner .icon-close {
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.25s;
  }
  .getting-started-banner .icon-close:hover, .getting-started-banner .icon-close:focus, .getting-started-banner .icon-close:active {
    width: 30px;
    height: 30px;
    font-size: 16px;
    opacity: 1;
    transition: all 0.25s;
  }
}
.menuVideoSwiper .swiper-wrapper {
  height: 150px;
  transition-delay: 300ms;
}
.menuVideoSwiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  opacity: 0.5;
  transition: all 600ms;
}
.menuVideoSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 600ms;
}
.menuVideoSwiper .swiper-wrapper .swiper-slide .video-play {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
}
.menuVideoSwiper .swiper-wrapper .swiper-slide .video-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  transition: 0.5s;
  color: #fff;
}
.menuVideoSwiper .swiper-wrapper .swiper-slide:hover .video-play {
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.menuVideoSwiper .swiper-wrapper .swiper-slide:hover .video-play i {
  color: #56B336;
}
.menuVideoSwiper .custom-button-next, .menuVideoSwiper .custom-button-prev {
  opacity: 0;
  transition: all 0.25s;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: #333;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  font-size: 20px;
}
.menuVideoSwiper .custom-button-next:hover, .menuVideoSwiper .custom-button-next:focus, .menuVideoSwiper .custom-button-prev:hover, .menuVideoSwiper .custom-button-prev:focus {
  opacity: 1 !important;
}
.menuVideoSwiper .custom-button-next.swiper-button-disabled, .menuVideoSwiper .custom-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.menuVideoSwiper .custom-button-prev {
  left: 3px;
}
.menuVideoSwiper .custom-button-next {
  right: 3px;
}
.menuVideoSwiper:hover .custom-button-next, .menuVideoSwiper:hover .custom-button-prev {
  opacity: 0.7;
}

.video--modal .video--close {
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  margin-left: 5px;
  background: #333;
  color: #fff;
  opacity: 0.7;
  border: none;
  transition: all 0.25s;
}
.video--modal .video--close:hover, .video--modal .video--close:focus {
  opacity: 1;
}
.video--modal .modal-body {
  padding: 0px !important;
  flex-direction: row !important;
}
.video--modal .modal-body iframe {
  border-radius: 10px;
}
.video--modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .menuVideoSwiper .swiper-wrapper {
    transition-delay: 0ms;
  }
  .menuVideoSwiper .swiper-wrapper .swiper-slide:hover .video-play {
    background-color: transparent;
  }
  .menuVideoSwiper .swiper-wrapper .swiper-slide:hover .video-play i {
    color: #fff;
  }
  .menuVideoSwiper .custom-button-next, .menuVideoSwiper .custom-button-prev {
    opacity: 0;
  }
  .menuVideoSwiper .custom-button-next:hover, .menuVideoSwiper .custom-button-prev:hover {
    opacity: 0;
  }
  .menuVideoSwiper .custom-button-prev {
    left: 5px;
  }
  .menuVideoSwiper .custom-button-next {
    right: 5px;
  }
  .menuVideoSwiper:hover .custom-button-next, .menuVideoSwiper:hover .custom-button-prev {
    opacity: 0;
  }
}
@media (max-width: 992px) and (min-width: 530px) {
  .menuVideoSwiper .swiper-wrapper .swiper-slide-next {
    opacity: 1;
  }
}/*# sourceMappingURL=helpMenu.css.map */