<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes pulse {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 #2ab7f5;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.yii-debug-toolbar {
  display: none;
}

.hepl-page .indent {
  margin: 20px 0 0;
}
.hepl-page .indent.main-categories-list {
  border-bottom: 1px solid #d6d6d6;
  background-color: #ffffff;
}
.hepl-page .indent.main-categories-list .main-category-container {
  min-height: 180px;
  padding: 40px 20px 40px 40px;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block {
  display: flex;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .img-container {
  width: 60px;
  height: 60px;
  margin: 5px 0 0;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .img-container .category-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .articles-container {
  padding: 0 0 0 20px;
  width: 100%;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .articles-container .article-title {
  letter-spacing: 0;
  color: #1494d1;
  font-family: open-sans-bold, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .articles-container .main-articles-list {
  padding: 0 0 0 20px;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .articles-container .main-articles-list .article-item {
  list-style-type: disc;
  color: #959595;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .articles-container .main-articles-list .article-item a {
  color: #959595;
  font: 14px/24px "open-sans", sans-serif;
  font-weight: normal;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .articles-container .main-articles-list .article-item a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}
.hepl-page .indent.main-categories-list .main-category-container .category-block .articles-container .main-articles-list .article-item a:hover {
  color: #1494d1;
}
.hepl-page .indent.search-container {
  border-bottom: 1px solid #d6d6d6;
  background-color: #ffffff;
  padding: 0 0 40px;
  height: 150px;
}
.hepl-page .indent.search-container .search-title {
  margin: 0;
  padding: 16px 0 30px;
  text-align: center;
  letter-spacing: 0;
  color: #444444;
  font: 24px/20px "open-sans", sans-serif;
  font-weight: normal;
}
.hepl-page .indent.search-container .form-group {
  width: 530px;
  margin: 0 auto;
}
.hepl-page .indent.search-container .form-group .input-group .form-control {
  letter-spacing: 0;
  color: #959595;
  font: 14px/30px "open-sans", sans-serif;
  font-weight: normal;
  font-weight: 600;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
}
.hepl-page .indent.search-container .form-group .input-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #1494d1;
}
.hepl-page .indent.search-container .form-group .input-group .input-group-btn {
  left: 0;
}
.hepl-page .indent.search-container .form-group .input-group .input-group-btn .btn {
  margin: 0;
  width: 73px;
  height: 44px;
  padding-top: 12px;
  background-color: #1494d1;
}
.hepl-page .indent.search-container .form-group .input-group .input-group-btn .btn:focus {
  outline: none;
  border-color: #1494d1;
}
.hepl-page .indent.search-container .form-group .input-group .input-group-btn .btn:active {
  outline: none;
}
.hepl-page .indent.search-container .form-group .search-results {
  display: none;
  background: #ffffff;
  position: relative;
  z-index: 5;
}
.hepl-page .indent.search-container .form-group .search-results.visible {
  display: block;
}
.hepl-page .indent.search-container .form-group .search-results li {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 2px 0 0 16px;
  height: 30px;
}
.hepl-page .indent.search-container .form-group .search-results li a {
  color: #575757;
  font: 14px/28px "open-sans", sans-serif;
  font-weight: normal;
}
.hepl-page .indent.all-help-categories {
  border-bottom: 1px solid #d6d6d6;
  background: #ffffff;
  padding: 28px 0;
  display: flex;
}
.hepl-page .indent.all-help-categories .all-help-categories-left {
  padding: 8px 0 0 10px;
  border-right: 1px solid #e9e9e9;
}
.hepl-page .indent.all-help-categories .all-help-categories-left .nav .tab-name-category.active {
  background-color: #ffffff;
}
.hepl-page .indent.all-help-categories .all-help-categories-left .nav .tab-name-category.active a {
  color: #1494d1;
}
.hepl-page .indent.all-help-categories .all-help-categories-left .nav .tab-name-category a {
  padding: 0 15px;
  letter-spacing: 0;
  color: #575757;
  font: 14px/35px "open-sans", sans-serif;
  font-weight: normal;
  font-weight: normal;
}
.hepl-page .indent.all-help-categories .all-help-categories-left .nav .tab-name-category a:focus, .hepl-page .indent.all-help-categories .all-help-categories-left .nav .tab-name-category a:hover {
  background-color: #ffffff;
}
.hepl-page .indent.all-help-categories .all-help-categories-left .nav .tab-name-category a:hover {
  color: #1494d1;
}
.hepl-page .indent.all-help-categories .all-help-categories-right {
  padding: 0 0 0 36px;
}
.hepl-page .indent.all-help-categories .all-help-categories-right .tab-content .tab-pane {
  width: 400px;
}
.hepl-page .indent.all-help-categories .all-help-categories-right .tab-content .tab-pane p {
  letter-spacing: 1px;
  color: #575757;
  font: 20px/42px "open-sans", sans-serif;
  font-weight: normal;
  font-weight: 600;
  margin: 0;
}
.hepl-page .indent.all-help-categories .all-help-categories-right .tab-content .tab-pane .list-unstyled {
  padding: 0 0 0 2px;
}
.hepl-page .indent.all-help-categories .all-help-categories-right .tab-content .tab-pane .list-unstyled li {
  width: 50%;
  float: left;
  margin: 9px 0;
}
.hepl-page .indent.all-help-categories .all-help-categories-right .tab-content .tab-pane .list-unstyled li a {
  letter-spacing: 0;
  color: #575757;
  font: 14px/14px "open-sans", sans-serif;
  font-weight: normal;
  font-weight: normal;
}
.hepl-page .indent.all-help-categories .all-help-categories-right .tab-content .tab-pane .list-unstyled li a:focus {
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}
.hepl-page .indent.all-help-categories .all-help-categories-right .tab-content .tab-pane .list-unstyled li a:hover {
  color: #1494d1;
}

/*# sourceMappingURL=helpIndex.css.map */
</pre></body></html>