:root {
  --hw-blue: #025bf8;
  --hw-ink: #01101f;
}

html,
body {
  max-width: 100%;
  overflow-x: clip !important;
}

body.hw-modal-open {
  overflow: hidden !important;
}

.hw-hidden,
.hw-footer-hidden,
.services > .el-dialog__wrapper,
body > .el-dialog__wrapper,
body > .v-modal {
  display: none !important;
}

header .tab-title {
  justify-content: space-between !important;
}

[data-hw-action] {
  -webkit-tap-highlight-color: transparent;
}

[data-hw-action="modal"],
[data-hw-action="download"] {
  cursor: pointer !important;
}

[data-hw-action="noop"] {
  cursor: default !important;
}

.footer {
  height: 360px !important;
}

.footer .body > .el-row {
  display: flex !important;
  justify-content: center !important;
}

.footer .body > .el-row > .el-col:not(.hw-footer-hidden) {
  width: 25% !important;
  flex: 0 0 25% !important;
}

.footer .title {
  padding-top: 72px !important;
}

.footer .copy-right {
  margin-top: 40px !important;
}

#hw-trial-modal {
  align-items: center;
  background: rgba(1, 16, 31, .62);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 2147483647;
}

#hw-trial-modal.is-open {
  display: flex;
}

.hw-trial-card {
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(1, 16, 31, .28);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 34px 38px 30px;
  position: relative;
  width: 400px;
}

.hw-trial-title {
  color: var(--hw-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
}

.hw-trial-image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 300px;
}

.hw-trial-close {
  align-items: center;
  background: #f2f5fa;
  border: 0;
  border-radius: 50%;
  color: #4e5969;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 36px;
}

.hw-trial-close:hover,
.hw-trial-close:focus-visible {
  background: #e8efff;
  color: var(--hw-blue);
  outline: none;
}

@media (max-width: 767px) {
  header .el-row > .el-col:nth-child(2) {
    flex: 0 0 68% !important;
    width: 68% !important;
  }

  header .el-row > .el-col:nth-child(3) {
    flex: 0 0 32% !important;
    width: 32% !important;
  }

  header .tab-title {
    gap: 2px !important;
  }

  header .tab-title > span {
    font-size: 9px !important;
    white-space: nowrap;
  }

  header .btn-div2 {
    white-space: nowrap;
  }

  header .btn-div2 .el-button--mini {
    font-size: 11px !important;
    padding: 7px 12px !important;
  }

  .footer {
    height: auto !important;
    min-height: 0 !important;
  }

  .footer .body > .el-row {
    align-items: flex-start;
  }

  .footer .body > .el-row > .el-col:not(.hw-footer-hidden) {
    flex: 0 0 50% !important;
    width: 50% !important;
  }

  .footer .title {
    padding-top: 30px !important;
  }

  .footer .copy-right {
    margin-top: 18px !important;
  }

  #hw-trial-modal {
    padding: 18px;
  }

  .hw-trial-card {
    border-radius: 14px;
    padding: 30px 22px 22px;
    width: min(350px, 100%);
  }

  .hw-trial-title {
    font-size: 19px;
    margin-bottom: 16px;
  }

  .hw-trial-image {
    width: min(280px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
