.helpindexcontent__page-content {
  background: #f5f5f5;
  padding-bottom: 80px; }
  .helpindexcontent__page-content .helpindexcontent__content {
    width: 1200px;
    padding-top: 24px;
    margin: 0 auto;
    color: #494949; }
  .helpindexcontent__page-content section {
    padding: 0; }
    .helpindexcontent__page-content section + section {
      margin-top: 40px; }
  .helpindexcontent__page-content section.helpindexcontent__faq-recommend {
    width: 100%;
    background: #ffffff;
    padding: 24px;
    border-radius: 8px; }
    .helpindexcontent__page-content section.helpindexcontent__faq-recommend h2 {
      font-size: 18px;
      line-height: 1.44;
      font-weight: 500; }
      .helpindexcontent__page-content section.helpindexcontent__faq-recommend h2 .helpindexcontent__faq-refresh {
        cursor: pointer;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        color: #49bc85;
        font-size: 14px;
        line-height: .9;
        font-weight: normal;
        margin-left: 8px; }
        .helpindexcontent__page-content section.helpindexcontent__faq-recommend h2 .helpindexcontent__faq-refresh .helpindexcontent__icon {
          width: 16px;
          height: 16px;
          object-fit: contain;
          margin-left: 4px; }
    .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list {
      font-size: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 8px; }
      .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 25%;
        font-size: 14px;
        margin-top: 8px;
        line-height: 1.57;
        padding-right: 40px; }
        .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li:before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #494949;
          margin-right: 8px; }
        .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li:hover {
          color: #49bc85; }
          .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li:hover:before {
            background: #49bc85; }
        .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li a {
          width: 0;
          -ms-flex-positive: 1;
              flex-grow: 1;
          height: 100%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
  .helpindexcontent__page-content section.helpindexcontent__help-section h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500; }
    .helpindexcontent__page-content section.helpindexcontent__help-section h2:before {
      content: '';
      display: block;
      width: 4px;
      height: 20px;
      background: #49bc85;
      margin-right: 8px; }
  .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px; }
    .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li {
      margin: 24px 12px 0;
      width: 384px;
      height: 104px;
      background: #ffffff;
      border-radius: 8px;
      padding: 0 24px; }
      .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li > a {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        cursor: pointer; }
    .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-img {
      width: 56px;
      height: 56px;
      margin-right: 16px;
      object-fit: contain; }
    .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-arrow {
      display: none; }
    .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text {
      width: 0;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text .helpindexcontent__entry-title {
        font-size: 18px;
        line-height: 1.44;
        font-weight: 500; }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text .helpindexcontent__entry-title + .helpindexcontent__entry-subtitle {
          margin-top: 4px; }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text .helpindexcontent__entry-title:hover {
          color: #49bc85; }
      .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text .helpindexcontent__entry-subtitle {
        display: block;
        font-size: 14px;
        line-height: 1.57;
        color: #7f7f7f;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__sub-entry-list {
      display: none; }

@media (max-width: 640px) {
  .helpindexcontent__page-content {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px; }
    .helpindexcontent__page-content .helpindexcontent__content {
      width: 100%; }
    .helpindexcontent__page-content section {
      margin: 0; }
      .helpindexcontent__page-content section + section {
        margin-top: 24px; }
    .helpindexcontent__page-content section.helpindexcontent__faq-recommend {
      padding: initial;
      border-radius: initial;
      background: initial; }
      .helpindexcontent__page-content section.helpindexcontent__faq-recommend h2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        position: relative; }
        .helpindexcontent__page-content section.helpindexcontent__faq-recommend h2:before {
          content: '';
          display: block;
          width: 2px;
          height: 16px;
          background: #49bc85;
          margin-right: 8px; }
        .helpindexcontent__page-content section.helpindexcontent__faq-recommend h2 .helpindexcontent__faq-refresh {
          position: absolute;
          right: 0;
          font-size: 12px;
          margin-left: initial; }
          .helpindexcontent__page-content section.helpindexcontent__faq-recommend h2 .helpindexcontent__faq-refresh .helpindexcontent__icon {
            width: 12px;
            height: 12px;
            margin-left: 2px; }
      .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list {
        margin-top: 12px;
        background: #ffffff;
        padding: 12px;
        border-radius: 8px; }
        .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li {
          width: 100%;
          margin-top: 0;
          padding-right: 0; }
          .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li:nth-child(n+5) {
            display: none; }
          .helpindexcontent__page-content section.helpindexcontent__faq-recommend .helpindexcontent__faq-list li + li {
            margin-top: 8px; }
    .helpindexcontent__page-content section.helpindexcontent__help-section h2 {
      font-size: 18px;
      line-height: 1.44; }
      .helpindexcontent__page-content section.helpindexcontent__help-section h2:before {
        width: 2px;
        height: 16px; }
    .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list {
      margin: 0; }
      .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li {
        margin: 12px 0 0;
        width: 100%;
        height: auto;
        min-height: 66px;
        border-radius: 8px;
        padding: 0 16px; }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li > a {
          height: 66px; }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li.helpindexcontent__open .helpindexcontent__sub-entry-list {
          display: -ms-flexbox;
          display: flex; }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li.helpindexcontent__open .helpindexcontent__entry-arrow {
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li .helpindexcontent__sub-entry-list {
          border-top: 1px solid #ececec;
          font-size: 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 12px 0; }
          .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li .helpindexcontent__sub-entry-list li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            width: 50%;
            font-size: 14px;
            line-height: 1.57;
            padding-right: 14px; }
            .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li .helpindexcontent__sub-entry-list li:before {
              content: '';
              display: block;
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background: #494949;
              margin-right: 8px; }
            .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li .helpindexcontent__sub-entry-list li:hover {
              color: #49bc85; }
              .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li .helpindexcontent__sub-entry-list li:hover:before {
                background: #49bc85; }
            .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li .helpindexcontent__sub-entry-list li:nth-child(n+3) {
              margin-top: 8px; }
            .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list > li .helpindexcontent__sub-entry-list li a {
              width: 0;
              -ms-flex-positive: 1;
                  flex-grow: 1;
              height: 100%;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
      .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-img {
        width: 40px;
        height: 40px;
        margin-right: 12px; }
      .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-arrow {
        display: initial;
        width: 16px;
        height: 16px; }
      .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text .helpindexcontent__entry-title {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500; }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text .helpindexcontent__entry-title + .helpindexcontent__entry-subtitle {
          margin-top: 0; }
        .helpindexcontent__page-content section.helpindexcontent__help-section .helpindexcontent__entry-list .helpindexcontent__entry-text .helpindexcontent__entry-title:hover {
          color: inherit; } }
.helpsearchresult__main {
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 49%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); }
  .helpsearchresult__main .helpsearchresult__highlight-text {
    color: #49bc85; }
  .helpsearchresult__main .helpsearchresult__result {
    background: #ffffff; }
  .helpsearchresult__main .helpsearchresult__content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    width: 100%; }

.helpsearchresult__result {
  max-width: 1200px; }
  .helpsearchresult__result .helpsearchresult__result-content {
    padding: 24px 0 54px;
    margin: 0 32px; }
  .helpsearchresult__result .helpsearchresult__summary-header {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 1.57;
    padding-bottom: 8px;
    margin-top: 16px;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex; }
    .helpsearchresult__result .helpsearchresult__summary-header .helpsearchresult__summary-keyword {
      display: block;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      vertical-align: top; }
  .helpsearchresult__result .helpsearchresult__video-result {
    padding: 16px;
    border-top: 1px solid #ececec; }
    .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-modal {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 99;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-modal .helpsearchresult__player-wrap {
        width: 1020px;
        height: 608px;
        background: #000;
        position: relative; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-modal .helpsearchresult__player-wrap .helpsearchresult__close-btn {
          position: absolute;
          width: 40px;
          height: 40px;
          top: 16px;
          right: 16px;
          cursor: pointer; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-modal .helpsearchresult__player-wrap video {
          width: 100%;
          height: 100%; }
    .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      color: #7f7f7f; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar h2 {
        font-size: 16px;
        line-height: 1.63; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more {
        font-size: 12px;
        line-height: 1.83;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more:hover {
          color: #49bc85; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more:hover .helpsearchresult__icon-gt.helpsearchresult__normal {
            display: none; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more:hover .helpsearchresult__icon-gt.helpsearchresult__highlight {
            display: initial; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more .helpsearchresult__icon-gt {
          width: 12px;
          height: 12px; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more .helpsearchresult__icon-gt.helpsearchresult__highlight {
            display: none; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more .helpsearchresult__icon-gt.helpsearchresult__normal {
            display: initial; }
    .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list {
      margin: 8px -4px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      overflow: hidden; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] {
        padding: 8px;
        cursor: pointer;
        border-radius: 4px;
        margin: 0 4px; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src]:hover {
          background: #f7f7f7; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] .helpsearchresult__video {
          width: 100%;
          padding-top: calc(6 / 10 * 100%);
          position: relative; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] .helpsearchresult__video .helpsearchresult__cover {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            border-radius: 4px;
            border: solid 1px #ececec; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] .helpsearchresult__video .helpsearchresult__play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
            z-index: 2; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] h3 {
          font-size: 16px;
          line-height: 1.5;
          margin-top: 8px;
          font-weight: 500;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  .helpsearchresult__result .helpsearchresult__article-result {
    border-top: 1px solid #ececec; }
    .helpsearchresult__result .helpsearchresult__article-result li {
      width: 100%;
      padding: 16px;
      border-bottom: 1px solid #ececec; }
      .helpsearchresult__result .helpsearchresult__article-result li:hover {
        background: #f7f7f7; }
      .helpsearchresult__result .helpsearchresult__article-result li a {
        width: 100%;
        height: 100%; }
      .helpsearchresult__result .helpsearchresult__article-result li h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5; }
      .helpsearchresult__result .helpsearchresult__article-result li .helpsearchresult__article-summary {
        max-height: 48px;
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.57;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* autoprefixer: off */ }

.helpsearchresult__customer-hint {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 32px; }

.helpsearchresult__result, .helpsearchresult__no-result {
  width: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: #fff; }

.helpsearchresult__no-result {
  max-width: 1200px;
  margin-right: 232px;
  min-width: 322px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 24px 32px; }
  .helpsearchresult__no-result .helpsearchresult__empty {
    padding-top: 112px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center; }

@media (max-width: 640px) {
  .helpsearchresult__result {
    width: 100%; }
    .helpsearchresult__result .helpsearchresult__result-content {
      padding: 16px 16px 40px;
      margin: 0; }
    .helpsearchresult__result .helpsearchresult__summary-header {
      padding-bottom: 8px;
      margin-top: 8px;
      font-size: 12px;
      line-height: 1.67; }
    .helpsearchresult__result .helpsearchresult__video-result {
      padding: 8px 0 12px; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-modal .helpsearchresult__player-wrap {
        width: 100%;
        height: 100%; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-modal .helpsearchresult__player-wrap .helpsearchresult__close-btn {
          top: 56px; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar h2 {
        line-height: 1.5; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more {
        font-size: 12px;
        line-height: 1.67; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more:hover .helpsearchresult__icon-gt.helpsearchresult__normal {
          display: initial; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more:hover .helpsearchresult__icon-gt.helpsearchresult__highlight {
          display: none; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__title-bar .helpsearchresult__more .helpsearchresult__icon-gt {
          width: 12px;
          height: 12px; }
      .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: auto; }
        .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] {
          background: #f7f7f7; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] .helpsearchresult__video .helpsearchresult__play-btn {
            width: 20px;
            height: 20px; }
          .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] h3 {
            width: 120px; }
    .helpsearchresult__result .helpsearchresult__article-result li {
      padding: 12px 0; }
      .helpsearchresult__result .helpsearchresult__article-result li:hover {
        background: initial; }
      .helpsearchresult__result .helpsearchresult__article-result li h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .helpsearchresult__result .helpsearchresult__article-result li .helpsearchresult__article-summary {
        max-height: 40px;
        margin-top: 2px;
        line-height: 1.43;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* autoprefixer: off */ }
  .helpsearchresult__customer-hint {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 16px; }
  .helpsearchresult__no-result {
    width: 100%;
    margin-right: 0;
    min-width: initial;
    padding: 16px 16px 40px; }
    .helpsearchresult__no-result .helpsearchresult__empty {
      padding-top: 52px; } }

@media (min-width: 1281px) {
  .helpsearchresult__main .helpsearchresult__content-wrap {
    width: 1200px; } }

@media (min-width: 1441px) {
  .helpsearchresult__main .helpsearchresult__content-wrap {
    width: calc(100vw - 1440px + 1200px); } }

@media (min-width: 640px) and (max-width: 740px) {
  .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] {
    width: calc(100% - 8px); }
    .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src]:nth-child(n+3) {
      display: none; } }

@media (min-width: 740px) and (max-width: 980px) {
  .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] {
    width: calc((100% - 16px) / 2); }
    .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src]:nth-child(n+5) {
      display: none; } }

@media (min-width: 980px) {
  .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src] {
    width: calc((100% - 32px) / 4); }
    .helpsearchresult__result .helpsearchresult__video-result .helpsearchresult__video-list li[data-video-src]:nth-child(n+5) {
      display: none; } }
