.support-videos-page,
.support-videos-page *,
.support-videos-page *::before,
.support-videos-page *::after {
  box-sizing: border-box;
}

.support-videos-page * {
  margin: 0;
  padding: 0;
}

.support-videos-page a,
.support-videos-page a:visited,
.support-videos-page a:hover,
.support-videos-page a:focus,
.support-videos-page a:focus-visible,
.support-videos-page a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.support-videos-page {
  --motion-ease: ease;
  --motion-page-duration: 0.7s;
  --motion-soft-duration: 0.7s;
  --motion-media-duration: 0.8s;
  --motion-interaction-fast: 0.22s;
  --motion-interaction: 0.35s;
  --motion-interaction-slow: 0.45s;
  --surface: #2c2c2c;
  --accent: #ee7700;
  --inactive: #999;
  --page-muted: #97a29c;
  width: 100%;
  background: var(--surface);
  color: #fff;
}

.support-hero {
  display: grid;
  isolation: isolate;
  background: #071315;
}

.support-hero > * {
  grid-area: 1 / 1;
}

.support-hero__media {
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  align-self: start;
}

.support-hero__layout {
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 650px);
  gap: 80px;
  width: 100%;
  max-width: 1602px;
  margin-inline: auto;
  padding-right: 2px;
}

.support-hero__copy {
  padding-top: 99px;
}

.support-hero__copy h1 {
  display: inline-block;
  background: linear-gradient(90deg, #ffa31b 0%, #ff362a 100%);
  background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.support-hero__copy p {
  margin-top: 5px;
  color: #f0f0f2;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}

.support-hero__contact {
  display: inline-flex;
  align-items: center;
  gap: 27px;
  margin-top: 107px;
  padding: 13px 30px 13px 22px;
  border: 2px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.support-hero__contact .iconfont {
  font-size: 40px;
  line-height: 1;
}

.support-hero__nav {
  margin-left: 2px;
  padding-top: 94px;
}

.support-hero__nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--inactive);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 38px;
  text-transform: uppercase;
}

.support-hero__nav-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.support-hero__nav-item.is-active {
  color: var(--accent);
}

.support-hero__nav-arrow {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #fff;
}

.support-hero__nav-item.is-active .support-hero__nav-arrow {
  background: var(--accent);
}

.support-hero__nav-arrow img {
  display: block;
  width: 78.571429%;
  height: auto;
}

.support-links {
  padding: 122px 24px 105px;
  background: var(--surface);
}

.support-links__inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  text-align: center;
}

.support-links h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.support-links p {
  margin-top: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.support-links__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
  max-width: 1196px;
  margin: 62px auto 0;
}

.support-links__actions a {
  padding: 17px 24px 19px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.support-links__actions a:first-child {
  font-weight: 700;
}

.support-links__actions a.is-active {
  border-color: var(--accent);
  background: var(--accent);
}

.videos-section {
  padding: 70px 0 120px;
  background: var(--surface);
}

.videos-section__inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

.videos-section__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.videos-section h2 {
  flex: 0 0 auto;
  background: linear-gradient(90deg, #ff9700 0%, #ff382b 100%);
  background-clip: text;
  color: transparent;
  font-size: 82px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.video-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 122px;
  padding-top: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.video-filter {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding-block: 18px 12px;
}

.video-filter__label {
  position: relative;
  z-index: 1;
}

.video-filter.is-active::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -26px;
  z-index: 0;
  inline-size: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(150deg, #ffb718 0%, #ff1e2d 100%);
}

.video-filter.is-active .video-filter__label {
  background: radial-gradient(circle 30px at 4px 50%, #fff 0 29px, var(--accent) 30px);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.video-list-frame {
  margin-top: 88px;
}

.video-list-grid {
  width: 100%;
}

.video-card {
  display: block;
}

.video-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 29px;
  row-gap: 103px;
}

.video-card__media {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 8px;
}

.video-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.51);
  pointer-events: none;
}

.video-card__media > img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: auto;
}

.video-card__play {
  position: relative;
  grid-area: 1 / 1;
  align-self: end;
  justify-self: start;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 60px;
  aspect-ratio: 1;
  margin: 0 0 21px 24px;
  border-radius: 50%;
  background: var(--accent);
}

.video-card__play::before {
  content: "\25b6";
  position: relative;
  z-index: 1;
  margin-left: 4px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
}

.video-card__title {
  margin-top: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.video-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 138px;
  color: var(--page-muted);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.video-pagination__page,
.video-pagination__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  inline-size: 34px;
  aspect-ratio: 1;
}

.video-pagination__page.is-active {
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
}

.video-pagination__arrow {
  color: var(--accent);
}

.video-pagination__arrow .iconfont {
  font-size: 18px;
}

.video-modal-open,
.video-modal-open body {
  overflow: hidden;
}

.shared-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--motion-interaction) var(--motion-ease),
    visibility 0s linear var(--motion-interaction);
}

.shared-video-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.shared-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.shared-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  background: #000;
  transform: translateY(12px) scale(0.98);
  transition: transform var(--motion-interaction) var(--motion-ease);
}

.shared-video-modal.is-open .shared-video-modal__dialog {
  transform: none;
}

.shared-video-modal__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.shared-video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
}

.support-hero__contact {
  transition: color var(--motion-interaction) var(--motion-ease),
    background-color var(--motion-interaction) var(--motion-ease),
    border-color var(--motion-interaction) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.support-hero__nav-item {
  transition: color var(--motion-interaction-fast) var(--motion-ease);
}

.support-hero__nav-arrow {
  transition: background-color var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.support-hero__nav-arrow img {
  transition: transform var(--motion-interaction-fast) var(--motion-ease);
}

.support-links__actions a {
  transition: color var(--motion-interaction) var(--motion-ease),
    background-color var(--motion-interaction) var(--motion-ease),
    border-color var(--motion-interaction) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.video-filter {
  transition: color var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.video-filter.is-active::before {
  animation: videoFilterSelect var(--motion-interaction) var(--motion-ease) both;
}

.video-card__play {
  transition: background-color var(--motion-interaction-fast) var(--motion-ease),
    box-shadow var(--motion-interaction) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.video-card__play[video-data-url=""],
.video-card__play[aria-disabled="true"],
.video-pagination [aria-disabled="true"] {
  cursor: default;
}

.video-card__play[video-data-url]:not([video-data-url=""]):not([aria-disabled="true"])::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(238, 119, 0, 0.82);
  border-radius: inherit;
  pointer-events: none;
  animation: videoPlayPulse 2.4s ease-out infinite;
}

.video-pagination__page,
.video-pagination__arrow {
  transition: color var(--motion-interaction-fast) var(--motion-ease),
    background-color var(--motion-interaction-fast) var(--motion-ease),
    transform var(--motion-interaction-fast) var(--motion-ease);
}

.support-hero__contact:focus-visible {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.support-hero__nav-item:focus-visible:not(.is-active) {
  color: #fff;
}

.support-hero__nav-item:focus-visible .support-hero__nav-arrow {
  background: var(--accent);
  transform: translateX(2px);
}

.support-hero__nav-item:focus-visible .support-hero__nav-arrow img {
  transform: translateX(1px);
}

.support-links__actions a:focus-visible:not(.is-active) {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.video-filter:focus-visible:not(.is-active) {
  color: var(--accent);
  transform: translateY(-2px);
}

.video-pagination__page:not([aria-disabled="true"]):focus-visible,
.video-pagination__arrow:not([aria-disabled="true"]):focus-visible {
  color: #fff;
  transform: translateY(-2px);
}

.video-card__play[video-data-url]:not([video-data-url=""]):not([aria-disabled="true"]):focus-visible {
  background: #ff9700;
  box-shadow: 0 0 0 8px rgba(238, 119, 0, 0.18);
  transform: scale(1.08);
}

.support-hero__contact:active,
.support-links__actions a:active,
.video-filter:active,
.video-pagination__page:not([aria-disabled="true"]):active,
.video-pagination__arrow:not([aria-disabled="true"]):active {
  transform: scale(0.98);
}

.support-videos-page.motion-js [data-motion-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--motion-media-duration) var(--motion-ease) var(--motion-delay, 0ms),
    transform var(--motion-media-duration) var(--motion-ease) var(--motion-delay, 0ms);
}

.support-videos-page.motion-js [data-motion-reveal="fade"] {
  transform: none;
}

.support-videos-page.motion-js [data-motion-reveal].is-motion-visible {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .support-hero__contact:hover {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }

  .support-hero__nav-item:hover:not(.is-active) {
    color: #fff;
  }

  .support-hero__nav-item:hover .support-hero__nav-arrow {
    background: var(--accent);
    transform: translateX(2px);
  }

  .support-hero__nav-item:hover .support-hero__nav-arrow img {
    transform: translateX(1px);
  }

  .support-links__actions a:hover:not(.is-active) {
    border-color: var(--accent);
    color: var(--accent);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }

  .video-filter:hover:not(.is-active) {
    color: var(--accent);
    transform: translateY(-2px);
  }

  .video-pagination__page:not([aria-disabled="true"]):hover,
  .video-pagination__arrow:not([aria-disabled="true"]):hover {
    color: #fff;
    transform: translateY(-2px);
  }

  .video-card__play[video-data-url]:not([video-data-url=""]):not([aria-disabled="true"]):hover {
    background: #ff9700;
    box-shadow: 0 0 0 8px rgba(238, 119, 0, 0.18);
    transform: scale(1.08);
  }
}

@keyframes videoFilterSelect {
  from {
    opacity: 0;
    transform: scale(0.82);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes videoPlayPulse {
  0% {
    opacity: 0.62;
    transform: scale(1);
  }

  72%,
  100% {
    opacity: 0;
    transform: scale(1.52);
  }
}

@media (max-width: 1680px) {
  .support-hero__layout,
  .videos-section__inner {
    padding-inline: 40px;
  }
}

@media (max-width: 1280px) {
  .support-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
    gap: 56px;
  }

  .support-hero__copy h1 {
    font-size: 96px;
  }

  .support-hero__copy p,
  .support-hero__nav-item {
    font-size: 22px;
  }

  .support-hero__contact {
    margin-top: 72px;
  }

  .video-filters {
    gap: 60px;
  }

  .video-list-grid {
    row-gap: 80px;
  }
}

@media (max-width: 960px) {
  .support-hero__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 56px 32px 64px;
  }

  .support-hero__copy {
    padding-top: 0;
  }

  .support-hero__copy h1 {
    font-size: 80px;
  }

  .support-hero__contact {
    margin-top: 50px;
  }

  .support-hero__nav {
    margin-top: 56px;
    padding-top: 0;
  }

  .support-links {
    padding-block: 88px;
  }

  .support-links h2 {
    font-size: 40px;
  }

  .support-links p {
    margin-top: 36px;
    line-height: 1.5;
  }

  .support-links__actions {
    margin-top: 44px;
  }

  .videos-section__heading-row {
    display: block;
  }

  .videos-section h2 {
    font-size: 64px;
  }

  .video-filters {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 34px;
    margin-top: 36px;
    padding-top: 0;
  }

  .video-list-frame {
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  .support-hero__layout,
  .videos-section__inner {
    padding-inline: 20px;
  }

  .support-links {
    padding-inline: 20px;
  }
}

@media (max-width: 760px) {
  .support-links__actions,
  .video-list-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .video-list-grid {
    row-gap: 64px;
  }

  .video-pagination {
    gap: 8px;
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .support-hero__layout {
    padding: 48px 20px 56px;
  }

  .support-hero__copy h1 {
    font-size: 58px;
  }

  .support-hero__copy p {
    margin-top: 18px;
    font-size: 20px;
    line-height: 32px;
  }

  .support-hero__contact {
    gap: 18px;
    margin-top: 44px;
    padding: 10px 24px 10px 18px;
    font-size: 20px;
  }

  .support-hero__contact .iconfont {
    font-size: 34px;
  }

  .support-hero__nav-item {
    gap: 16px;
    padding-block: 17px;
    font-size: 20px;
    line-height: 30px;
  }

  .support-links {
    padding: 72px 20px;
  }

  .support-links h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .support-links p {
    font-size: 18px;
  }

  .support-links__actions a {
    padding: 17px 20px;
    font-size: 20px;
  }

  .videos-section {
    padding: 56px 0 80px;
  }

  .videos-section__inner {
    padding-inline: 20px;
  }

  .videos-section h2 {
    font-size: 50px;
  }

  .video-filters {
    gap: 20px;
    font-size: 18px;
  }

  .video-card__play {
    inline-size: 48px;
    margin: 0 0 16px 16px;
  }

  .video-card__title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
  }

  .video-pagination {
    font-size: 20px;
  }

  .video-pagination__page,
  .video-pagination__arrow {
    inline-size: 30px;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .support-hero__layout {
    padding: 48px 32px 56px;
  }

  .support-hero__copy h1 {
    font-size: 64px;
  }

  .support-hero__copy p {
    margin-top: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .support-hero__contact {
    margin-top: 36px;
  }

  .support-hero__nav {
    margin-top: 40px;
  }

  .support-links {
    padding-block: 72px;
  }

  .videos-section {
    padding: 56px 0 96px;
  }

  .videos-section h2 {
    font-size: 48px;
  }

  .video-filters {
    gap: 28px;
    margin-top: 28px;
    font-size: 22px;
  }

  .video-list-frame {
    margin-top: 52px;
  }

  .video-list-grid {
    row-gap: 64px;
  }

  .video-card__play {
    inline-size: 52px;
    margin: 0 0 18px 18px;
  }

  .video-card__play::before {
    font-size: 20px;
  }

  .video-pagination {
    gap: 10px;
    margin-top: 96px;
  }

  .video-pagination__page,
  .video-pagination__arrow {
    inline-size: 32px;
  }
}

@media (max-width: 768px) {
  .support-hero__layout {
    padding: 32px 20px 40px;
  }

  .support-hero__copy h1 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .support-hero__copy p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .support-hero__contact {
    gap: 10px;
    margin-top: 24px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .support-hero__contact .iconfont {
    font-size: 24px;
  }

  .support-hero__nav {
    margin-top: 32px;
  }

  .support-hero__nav-item {
    gap: 12px;
    padding-block: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .support-hero__nav-arrow {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }

  .support-links {
    padding: 48px 20px;
  }

  .support-links h2 {
    font-size: 20px;
    line-height: 1.25;
  }

  .support-links p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .support-links__actions {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 28px;
  }

  .support-links__actions a {
    padding: 12px 16px;
    font-size: 16px;
  }

  .videos-section {
    padding: 44px 0 64px;
  }

  .videos-section h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .video-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    justify-content: stretch;
    gap: 8px 24px;
    margin-top: 24px;
    padding: 0 0 0 20px;
    font-size: 18px;
  }

  .video-filter {
    padding-block: 15px;
  }

  .video-filter.is-active::before {
    top: 0;
    left: -20px;
    inline-size: 48px;
  }

  .video-filter.is-active .video-filter__label {
    background: radial-gradient(circle 24px at 4px 50%, #fff 0 23px, var(--accent) 24px);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .video-list-frame {
    margin-top: 40px;
  }

  .video-list-grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 48px;
  }

  .video-card__play {
    inline-size: 44px;
    margin: 0 0 14px 14px;
  }

  .video-card__play::before {
    font-size: 20px;
  }

  .video-card__title {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.35;
  }

  .video-pagination {
    flex-wrap: nowrap;
    gap: 4px;
    margin-top: 64px;
    font-size: 16px;
  }

  .video-pagination__page,
  .video-pagination__arrow {
    inline-size: 24px;
  }

  .video-pagination__arrow .iconfont {
    font-size: 14px;
  }

  .shared-video-modal {
    padding: 16px;
  }

  .shared-video-modal__close {
    top: -38px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .support-hero__layout {
    padding: 28px 16px 36px;
  }

  .support-hero__nav-item {
    padding-block: 11px;
    font-size: 14px;
    line-height: 20px;
  }

  .support-links {
    padding: 40px 16px;
  }

  .support-links__actions a {
    font-size: 14px;
  }

  .videos-section {
    padding: 40px 0 56px;
  }

  .videos-section__inner {
    padding-inline: 16px;
  }

  .video-filters {
    gap: 6px 18px;
    margin-top: 20px;
    padding-left: 18px;
    font-size: 16px;
  }

  .video-filter {
    padding-block: 13px;
  }

  .video-filter.is-active::before {
    left: -18px;
    inline-size: 44px;
  }

  .video-filter.is-active .video-filter__label {
    background: radial-gradient(circle 22px at 4px 50%, #fff 0 21px, var(--accent) 22px);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .video-list-frame {
    margin-top: 32px;
  }

  .video-list-grid {
    row-gap: 40px;
  }

  .video-card__play {
    inline-size: 40px;
    margin: 0 0 12px 12px;
  }

  .video-card__play::before {
    font-size: 18px;
  }

  .video-card__title {
    margin-top: 14px;
    font-size: 16px;
  }

  .video-pagination {
    gap: 2px;
    margin-top: 48px;
    font-size: 14px;
  }

  .video-pagination__page,
  .video-pagination__arrow {
    inline-size: 22px;
  }

  .video-pagination__arrow .iconfont {
    font-size: 12px;
  }
}

@media (max-width: 389px) {
  .support-hero__layout {
    padding-block: 24px 32px;
  }

  .support-links {
    padding-block: 36px;
  }

  .videos-section {
    padding-block: 36px 52px;
  }

  .video-filters {
    column-gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .support-videos-page.motion-js [data-motion-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .video-filter.is-active::before,
  .video-card__play[video-data-url]:not([video-data-url=""]):not([aria-disabled="true"])::after {
    animation: none;
  }

  .shared-video-modal__dialog,
  .shared-video-modal.is-open .shared-video-modal__dialog {
    transform: none;
  }
}
