/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *  `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@media (min-width: 1440px) {
  .container {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1120px;
  }
}
@media (max-width: 1439px) {
  .container {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 0 32px;
  }
}
.common-header {
  width: 100%;
  padding: 0 16px;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 60px;
  min-height: 60px;
  flex-shrink: 0;
}
.common-header .logo a {
  display: inline-block;
}
.common-header .logo img {
  height: 22px;
  vertical-align: middle;
}
.common-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
@supports not (aspect-ratio: 1 / 1) {
  .common-header nav > * + * {
    margin-left: 32px !important;
  }
}
.common-header nav a {
  color: #000;
  text-decoration: none;
}
.common-header nav a:hover {
  color: #495A80;
}
.common-header nav > div {
  display: flex;
  gap: 16px;
  align-items: center;
}
@supports not (aspect-ratio: 1 / 1) {
  .common-header nav > div > * + * {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .common-header nav a {
    display: none;
  }
}
.common-header .language-dropdown {
  position: relative;
  padding: 0 4px;
  display: inline-block;
}
.common-header .language-dropdown img {
  width: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.common-header .language-dropdown:focus > ul {
  display: block;
}
.common-header .language-dropdown > ul {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 45px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.common-header .language-dropdown > ul:hover {
  display: block;
}
.common-header .language-dropdown > ul li {
  text-align: right;
  padding: 0;
  white-space: nowrap;
}
.common-header .language-dropdown > ul li:hover {
  background: #ddd;
}
.common-header .language-dropdown > ul li a {
  border: 0;
  display: block;
  margin: 0;
  padding: 12px 20px;
}
.section-links {
  background: #f8f8f8;
  padding: 120px 32px;
}
.section-links h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.section-links h2 > span {
  color: #067bef;
}
.section-links h2 + p {
  text-align: center;
  color: #666;
  font-size: 18px;
}
.section-links .feature-links-content {
  margin-top: 56px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 26px;
}
@supports not (aspect-ratio: 1 / 1) {
  .section-links .feature-links-content > * + * {
    margin-left: 26px !important;
  }
}
.section-links .feature-links-content .link-btn {
  padding: 8px 28px;
}
.common-footer {
  background: #000;
  padding: 60px 0;
}
.common-footer .common-footer-header img {
  height: 22px;
}
.common-footer .common-footer-content {
  font-size: 14px;
  margin-top: 36px;
  color: #aaa;
}
.common-footer .common-footer-content a {
  color: #aaa;
  text-decoration: none;
  padding-right: 4px;
}
.common-footer .common-footer-content a > img {
  width: 14px;
  vertical-align: text-top;
  padding-top: 1px;
}
.common-footer .common-footer-content a:hover {
  color: #fff;
}
.common-footer .common-footer-content > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
@supports not (aspect-ratio: 1 / 1) {
  .common-footer .common-footer-content > div > * + * {
    margin-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .common-footer .common-footer-content > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  @supports not (aspect-ratio: 1 / 1) {
    .common-footer .common-footer-content > div > * + * {
      margin-top: 8px !important;
    }
  }
}
.link-btn {
  padding: 5px 20px;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #000;
}
.link-btn:hover {
  background: #f5f5f5;
  color: #495A80;
}
.link-btn.link-btn-primary {
  color: #fff;
  background: #067bef;
  border-color: #067bef;
}
.link-btn.link-btn-primary:hover {
  color: #fff;
  background: #0066cc;
}
.cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  box-shadow: 0 -6px 8px 0 #00000020;
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
}
@supports not (aspect-ratio: 1 / 1) {
  .cookie-policy > * + * {
    margin-left: 8px !important;
  }
}
.cookie-policy > div {
  padding: 6px 0;
}
.cookie-policy a {
  color: #495a80 !important;
  cursor: pointer;
  padding: 0 !important;
}
.cookie-policy .cookie-policy-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
@supports not (aspect-ratio: 1 / 1) {
  .cookie-policy .cookie-policy-actions > * + * {
    margin-left: 8px !important;
  }
}
.cookie-policy .cookie-policy-actions a {
  display: block;
}
.cookie-policy .cookie-policy-actions a.cookie-policy-btn.primary {
  background: #495a80;
  color: #fff !important;
  padding: 6px 10px !important;
  border-radius: 14px;
}
.cookie-policy .cookie-policy-actions a.cookie-policy-btn.primary:hover {
  background: #66748c;
}
.brush-underline {
  position: relative;
  display: inline-block;
}
.brush-underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 108%;
  height: 0.3em;
  z-index: -1;
  background-image: var(--brush-underline-image);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 99%;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "pingfang SC", "Hiragina Sans GB", "Helvetica Neue", Helvetica, "microsoft yahei ui", "microsoft yahei", simsun, arial, sans-serif;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-content {
  flex: 1;
  overflow: auto;
}
.hero {
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 50px;
  }
}
.hero h1 {
  padding: 0;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    white-space: nowrap;
    font-size: calc(2rem + 4vw);
  }
}
.hero p {
  padding: 12px 0;
  margin: 0;
  color: #666;
  font-size: 20px;
}
.hero .hero-btn-container {
  margin-top: 32px;
}
.hero .hero-btn-container a {
  display: inline-block;
  padding: 8px 28px;
}
.hero-video {
  margin-top: 60px;
}
.hero-video img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 864px) {
  .hero-video video {
    width: 980px;
    height: 616px;
    border: 2px solid #2A3036;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 863px) {
  .hero-video video {
    width: 88%;
    height: auto;
    border: 2px solid #2A3036;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .feature {
    padding: 96px 0;
  }
}
@media (max-width: 767px) {
  .feature {
    padding: 32px 0;
  }
}
.feature > .container {
  display: flex;
  gap: 64px;
}
@supports not (aspect-ratio: 1 / 1) {
  .feature > .container > * + * {
    margin-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .feature > .container {
    flex-direction: column;
    gap: 64px;
  }
  @supports not (aspect-ratio: 1 / 1) {
    .feature > .container > * + * {
      margin-top: 64px !important;
    }
  }
}
@media (max-width: 767px) {
  .feature.security > .container {
    flex-direction: column-reverse;
  }
}
.feature .feature-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature .feature-desc h2 {
  font-size: 36px;
  margin: 40px 0;
  font-weight: 500;
}
.feature .feature-desc h2 > span {
  color: #067bef;
}
.feature .feature-desc ul {
  font-size: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #666;
}
.feature .feature-desc ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@supports not (aspect-ratio: 1 / 1) {
  .feature .feature-desc ul li > * + * {
    margin-left: 16px !important;
  }
}
.feature .feature-video {
  flex: 1;
}
.feature .feature-video video {
  width: 100%;
  object-fit: cover;
}
.feature-tools {
  background: #f8f8f8;
  padding: 80px 0;
}
.feature-tools h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.feature-tools h2 > span {
  color: #067bef;
}
.feature-tools h2 + p {
  color: #666;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.feature-tools .feature-tools-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.feature-tools .feature-tools-tabs > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  font-size: 14px;
  gap: 10px;
  background: #fff;
  border-radius: 22px;
  margin: 0;
  padding: 4px;
}
@supports not (aspect-ratio: 1 / 1) {
  .feature-tools .feature-tools-tabs > ul > * + * {
    margin-left: 10px !important;
  }
}
.feature-tools .feature-tools-tabs > ul > li {
  padding: 8px 16px;
  border-radius: 18px;
  cursor: pointer;
}
.feature-tools .feature-tools-tabs > ul > li:hover {
  background: #f5f5f5;
}
.feature-tools .feature-tools-tabs > ul > li.selected {
  background: #067bef;
  color: #fff;
}
@media (max-width: 767px) {
  .feature-tools .feature-tools-tabs {
    display: none;
  }
}
.feature-tools .feature-tools-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0;
  overflow: hidden;
  gap: 32px;
}
@supports not (aspect-ratio: 1 / 1) {
  .feature-tools .feature-tools-content > * + * {
    margin-left: 32px !important;
  }
}
.feature-tools .feature-tools-content img {
  width: 52%;
}
@media (max-width: 767px) {
  .feature-tools .feature-tools-content {
    flex-direction: column-reverse;
    height: auto;
    padding: 48px 0;
    border-bottom: 1px solid #ddd;
    gap: 32px;
  }
  .feature-tools .feature-tools-content img {
    width: 100%;
  }
  @supports not (aspect-ratio: 1 / 1) {
    .feature-tools .feature-tools-content > * + * {
      margin-top: 32px !important;
    }
  }
}
.feature-tools .feature-tools-content.selected {
  height: auto;
}
@media (max-width: 767px) {
  .feature-tools .feature-tools-content .feature-tools-desc {
    width: 100%;
    text-align: center;
  }
}
.feature-tools .feature-tools-content .feature-tools-desc h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
}
.feature-tools .feature-tools-content .feature-tools-desc p {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 16px;
}
.feature-users {
  padding: 120px 0;
}
.feature-users h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.feature-users h2 > span {
  color: #067bef;
}
.feature-users img {
  display: block;
  width: 100%;
  margin: 64px 0;
}
.feature-users p {
  color: #888;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.common-tips {
  padding-top: 50px;
}
.common-tips h1 {
  text-align: center;
  color: #333;
  font-size: 26px;
}
