*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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.
*/



/* 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.
*/


/* 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 */
  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;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper, .page-center, .dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 20px;
}
.body-wrapper [class*="force-full-width-section"], 
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
body.noBanner {
  padding-top: 60px;
}
.body-wrapper {
  overflow-x: hidden;
}




@media(max-width: 767px){
  body {
    padding-top: 50px !important;
  }
  .body-wrapper {
    overflow-x: hidden;
  }
  body.noBanner {
    padding-top: 50px !important;
  }
}
@font-face { 
  font-family: Poppins; 
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/StarRocks_May2022/Fonts/Poppins-Light.8da99c5e.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: Poppins; 
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/StarRocks_May2022/Fonts/Poppins-Regular.2d31acfe.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face { 
  font-family: Poppins;
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/StarRocks_May2022/Fonts/Poppins-Medium.675d8620.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Poppins; 
  src: url(https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/raw_assets/public/StarRocks_May2022/Fonts/Poppins-SemiBold.df446f16.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face { 
  font-family: Poppins;
  src: url("https://21782839.fs1.hubspotusercontent-na1.net/hubfs/21782839/StarRocks_May2022/Fonts/Poppins-Bold.woff2") format("woff2"); 
  font-style: normal;
  font-weight: 900; 
  font-display: swap;
}


@font-face { 
  font-family: swiper-icons; 
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); 
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
}



html:not(.scrollbar)::-webkit-scrollbar {
  display: none;
}
html,body {
  height: 100%;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  font-display: swap;
  font-family: Poppins,'helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
html[lang="zh"], html[lang="zh"] body {
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}

body {
  margin: 0;
  background-color: #fff;
}
html[lang^="ja"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0.5rem 0;
}

/* Anchors */

a {
  text-decoration: none;
}

/* Headings */

/* Lists */



ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}
b, strong {
  font-weight: bold;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

table {
  margin-top: 2.4rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0 !important;
}
table tr {
  height: 3.4rem;
  color: #444;
  font-size: .87rem;
  border-bottom: 1px solid #e8e8e8;
}
table tr td {
  text-align: center;
  width: 25%;
  padding: 0.5rem;
}

@keyframes spot-rising{
  0% {
    opacity: 0;
    top: 90%;
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 28px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field, .field, div#hs-search-module .hs-input {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  margin: 0.5rem 0;
  font-size: .87rem;
  color: #222;
  line-height: 2rem;
}

/* Help text */

form legend {
  font-size: .87rem;
  color: #222;
  line-height: 2rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  background-color: rgba(0,0,0,.04);
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  height: 36px;
  color: #444;
  font-size: .87rem;
  outline: none;
  font-family: Arial;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  height: auto;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */


form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

form .hs-error-msg, form .hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: normal;
  text-decoration: none !important;
  line-height: 28px;
  padding: 0 1rem;
  text-align: center;
  display: inline-block;
  background-color: #fabf00;
  width: auto;
  font-size: .87rem;
  color: #011527;
  cursor: pointer;
  border-radius: 2px;
  z-index: 2;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td, th {
  vertical-align: middle;
}

/* Table header */

thead th {
  vertical-align: middle;
}
header.header {
  background-color: transparent;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  width: 100%;
  height: 60px;
  top: 0;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
}
.lp-header .logo-wrapper {
  height: 60px;
}




.lp-header .normal-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.lp-header .normal-logo, 
body.fixed .lp-header .fixed-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
header.header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobil-trigger {
  display: none;
}
.logo-wrapper {
  height: 52px;
}
.fixed-logo {
  display: none;
}
.logo-wrapper a {
  height: 100%;
  color: #333;
  text-decoration: none;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.logo-wrapper img {
  height: 100%;
  padding-right: 15px;
  max-width: 154px;
}
.header-navigation .hs-menu-wrapper>ul>li {
  float: left;
  border: 2px solid transparent;
  position: relative;
}
.header-navigation .hs-menu-wrapper>ul>li>a {
  padding: 0 0.5rem;
  text-decoration: none;
  font-size: 1rem;
  line-height: 56px;
  height: 56px;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-navigation .hs-menu-wrapper>ul>li>ul {
  list-style: none;
  -webkit-box-shadow: 0 1px 2px #d3d3d3;
  box-shadow: 0 1px 2px #d3d3d3;
  overflow: hidden;
  border-radius: 2px;
  max-height: 0;
  margin-top: 6px;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  position: absolute;
  -webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
  -o-transition: .3s cubic-bezier(.25,.8,.5,1);
  z-index: 9;
  transition: .3s cubic-bezier(.25,.8,.5,1);
}
.header-navigation .hs-menu-wrapper>ul>li>ul>li {
  padding: 10px;
  max-height: 0;
  -webkit-transition: max-height .2s cubic-bezier(.25,.8,.5,1);
  -o-transition: max-height .2s cubic-bezier(.25,.8,.5,1);
  transition: max-height .2s cubic-bezier(.25,.8,.5,1);
  box-sizing: content-box;
}
.header-navigation .hs-menu-wrapper>ul>li>ul>li>a {
  text-decoration: none;
  font-size: .87rem;
  font-weight: 400;
}
header.header .gap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-custom-links ul.header-right-content>li {
  float: left;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: .2s cubic-bezier(.25,.8,.5,1);
  -o-transition: .2s cubic-bezier(.25,.8,.5,1);
  transition: .2s cubic-bezier(.25,.8,.5,1);
}
.header-custom-links ul.header-right-content>li a.github-starred-button {
  margin-right: 0.5rem;
  line-height: 30px;
  height: 30px;
  margin-top: 12px;
  border: 1px solid #1e2437;
  padding: 0;
  box-sizing: content-box;
}
body.fixed .header-custom-links ul.header-right-content>li a.github-starred-button,
body.noBanner .header-custom-links ul.header-right-content>li a.github-starred-button{
  border-color: #dddede;
}
.header-custom-links ul.header-right-content:after, .header-custom-links ul.header-right-content:before {
  clear: both;
  content: "";
  display: block;
}
.header-custom-links ul.header-right-content>li a {
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .2s cubic-bezier(.25,.8,.5,1);
  -o-transition: .2s cubic-bezier(.25,.8,.5,1);
  transition: .2s cubic-bezier(.25,.8,.5,1);
}
.header-custom-links ul.header-right-content>li a.github-starred-button .github-row.row-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.header-custom-links ul.header-right-content>li span.github_icon {
  background-color: #1f1f32;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.fixed .header-custom-links ul.header-right-content>li span.github_icon,
body.noBanner .header-custom-links ul.header-right-content>li span.github_icon{
  background-color: #f1f2f4;
}

.header-custom-links ul.header-right-content>li span.github_icon svg.icon {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
  -o-transition: .4s cubic-bezier(.25,.8,.5,1);
  transition: .4s cubic-bezier(.25,.8,.5,1);
  width: 1.5rem;
}
.header-custom-links ul.header-right-content>li .vertical-divider {
  height: 100%;
  width: 1px;
  background-color: #1e2437;
}
body.fixed .header-custom-links ul.header-right-content>li .vertical-divider,
body.noBanner .header-custom-links ul.header-right-content>li .vertical-divider{
  background-color: #dddede;
}
.header-custom-links ul.header-right-content>li span.row-flex.count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 12px;
}
.header-custom-links ul.header-right-content>li:nth-child(2)>a, 
.header-custom-links ul.header-right-content>li:nth-child(3)>a {
  padding: 0 0.5rem;
}
.header-custom-links ul.header-right-content>li .slack-row.row-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.header-custom-links ul.header-right-content>li svg.icon {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
  -o-transition: .4s cubic-bezier(.25,.8,.5,1);
  transition: .4s cubic-bezier(.25,.8,.5,1);
  width: 1.5rem;
}
.header-custom-links ul.header-right-content>li svg.icon path {

}
.header-custom-links ul.header-right-content>li a.hs-button.start-now-button {
  margin-left: 0.5rem;
  line-height: 30px;
  height: 30px;
  margin-top: 12px;
  background-color: #fabf00;
  border: 1px solid #fabf00;
  padding: 0 1rem;
  font-size: 1rem;
  color: #011527;
  cursor: pointer;
  border-radius: 2px;
  z-index: 2;
  text-decoration: none;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-sizing: content-box;
}
.header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1rem;
  line-height: 56px;
}
.header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate {

  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
  -o-transition: .4s cubic-bezier(.25,.8,.5,1);
  transition: .4s cubic-bezier(.25,.8,.5,1);
  width: 1.5rem;
}
.header-navigation .hs-menu-wrapper>ul:after, .header-navigation .hs-menu-wrapper>ul:before {
  clear: both;
  content: "";
  display: block;
}
.header-navigation .hs-menu-wrapper>ul {
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
  list-style: none;
  margin-block-end: 1em;
}
.header-custom-links ul.header-right-content {
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
  list-style: none;
  margin: 0;
  margin-block-end: 1em;
}
.header-custom-links ul.header-right-content>li a .twitter-row.row-flex,
.header-custom-links ul.header-right-content>li .slack-row.row-flex{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.header-custom-links ul.header-right-content>li a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 56px;
  height: 56px;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-navigation .hs-menu-wrapper > ul > li > ul > li > a {
  text-decoration: none;
  font-size: .87rem;
  font-weight: 400;
}
body.noBanner .lp-header .fixed-logo {
  display: flex;
  height: 100%;
  align-items: center;
}


body.fixed .normal-logo {
  display: none;
}
body.fixed .fixed-logo {
  display: block;
  margin-top: 2px;
}

body.noBanner .normal-logo {
  display: none;
}
body.noBanner .fixed-logo {
  display: block;
}

/* chinese Header */

header.header-zh {
  width: 100%;
  height: 60px;
  top: 0;
  position: fixed;
  z-index: 10;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
}
.header-zh .header__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.header-zh .normal-logo a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;

}

.mobile-logo {
  display: none;
}
.header-zh .header-navigation .hs-menu-wrapper>ul{
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
  list-style: none;
  margin: 0px;
}
.header-zh .header-navigation .hs-menu-wrapper>ul>li{

  -webkit-transition: .2s cubic-bezier(.25,.8,.5,1);
  -o-transition: .2s cubic-bezier(.25,.8,.5,1);
  transition: .2s cubic-bezier(.25,.8,.5,1);
  float: left;
  border: 2px solid transparent;
  position: relative;
}
.header-zh .header-navigation .hs-menu-wrapper>ul>li>a{

  -webkit-transition: .2s cubic-bezier(.25,.8,.5,1);
  -o-transition: .2s cubic-bezier(.25,.8,.5,1);
  transition: .2s cubic-bezier(.25,.8,.5,1);
  padding: 0 1rem;
  text-decoration: none;
  font-size: 1rem;
  line-height: 56px;
  height: 56px;
  display: inline-block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block;
}
.header-zh .header-navigation .hs-menu-wrapper>ul>li:hover>a{

}
.header-zh .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate{

  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
  -o-transition: .4s cubic-bezier(.25,.8,.5,1);
  transition: .4scubic-bezier(.25,.8,.5,1);
  width: 1.5rem;
  margin-left: 4px;

}
.header-zh .mobile-logo a{

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;

  text-decoration: none;
  font-size: 1.6rem;
  display: none;
}
.header-zh .logo-wrapper {
  height: 60%;
}

.header-zh .header-navigation .hs-menu-wrapper>ul>li>ul>li>a{
  display: block;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.header-zh  .header-navigation .hs-menu-wrapper>ul>li>ul>li{

  box-sizing: border-box;
}
@media (min-width: 768px){
  .header-navigation .hs-menu-wrapper>ul>li:hover>ul>li {
    max-height: 40px;
    -webkit-transition: .2s cubic-bezier(.25,.8,.5,1);
    -o-transition: .2s cubic-bezier(.25,.8,.5,1);
    transition: .2s cubic-bezier(.25,.8,.5,1);
  }
  .header-navigation .hs-menu-wrapper>ul>li:hover>ul {
    max-height: 300px;
    -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
    -o-transition: .4s cubic-bezier(.25,.8,.5,1);
    transition: .4s cubic-bezier(.25,.8,.5,1);
  }
  .header-navigation .hs-menu-wrapper>ul>li.download {
    display: none;
  }
  .header-navigation .hs-menu-wrapper > ul > li:hover > a span.menu-arrow svg.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body.hasBanner:not(.fixed) header.header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }


}


@media (max-width: 1110px) and (min-width: 768px){
  header.header {
    height: auto;
  }
  .header-navigation .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    line-height: normal;
    height: auto;
  }
  .header-navigation .hs-menu-wrapper > ul > li > a span.menu-arrow {
    line-height: normal;
    font-size: 14px;
  }

  .header-custom-links ul.header-right-content {
    padding-left: 10px;
  }

  .header-zh .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow {
    font-size: 1rem;
    line-height: 56px;
  }
}

@media (max-width: 944px) and (min-width: 768px){
  .header-zh .header-navigation .hs-menu-wrapper>ul>li>a{

    line-height: initial;
    height: auto;
  }

  .header-zh .header-navigation .hs-menu-wrapper>ul{

    padding: 0px;
  }

  .header-zh .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow {
    font-size: 1rem;
    line-height: initial;
  }
  .header-zh .header-navigation .hs-menu-wrapper>ul>li>a{
    padding: 0 0.5rem;
    font-size: 15px;
  }
}

@media (max-width: 1048px) and (min-width: 768px){
  .header-custom-links ul.header-right-content>li a.hs-button.start-now-button {
    margin-top: 0;
  }
  .lp-header .logo-wrapper {
    height: 96px;
  }
}


@media (max-width: 767px){
  header.header {
    height: 50px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #fff !important;
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 14%);
  }
  .no-banner .custom-header {
    min-height: 50px;
  }
  header.header .header__container {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo-wrapper .normal-logo {
    display: none !important;
  }
  .mobil-trigger {
    display: block;
    width: 40px;
    height: 100%;
  }
  .mobil-trigger .top-line {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 20px;
    -webkit-transition: top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
    -o-transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
  }
  .mobil-trigger .bottom-line {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
    -o-transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1);
    transition: transform .3s cubic-bezier(.25,.8,.5,1),top .3s cubic-bezier(.25,.8,.5,1),bottom .3s cubic-bezier(.25,.8,.5,1),-webkit-transform .3s cubic-bezier(.25,.8,.5,1);
  }
  .mobil-trigger .top-line, .mobil-trigger .bottom-line {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-color: #444;
    height: 1px;
    width: 21px;
    position: absolute;
  }
  .mobil-trigger .bottom-line {
    bottom: 20px;
  }
  header.header .logo-wrapper .fixed-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /*   .header-navigation {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  overflow-x: hidden;
  height: calc(100vh - 50px);
  overflow-y: auto !important;
  background-color: #fff;
  display: none;
} */

  .header-navigation {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    height: calc(100vh - 50px);
    overflow-y: auto!important;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
    -o-transition: .4s cubic-bezier(.25,.8,.5,1);
    transition: .4s cubic-bezier(.25,.8,.5,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body.menu-open .header-navigation {
    visibility: visible;
    background-color: #fff;
    height: calc(100vh - 50px);
    -webkit-transition: height .6s cubic-bezier(.25,.8,.5,1);
    -o-transition: height .6s cubic-bezier(.25,.8,.5,1);
    transition: height .6s cubic-bezier(.25,.8,.5,1);
  }

  .header-navigation .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }
  .header-navigation .hs-menu-wrapper>ul>li {
    float: initial;
    padding: 0 20px;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 0 1rem!important;
    color: #333 !important;
  }
  .header-zh .header-navigation .hs-menu-wrapper>ul>li>a:hover{

    color: #333!important;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate {
    fill: #444;
  }
  .header-custom-links {
    margin: 0;
    position: absolute;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
  }
  header.header .gap {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 40px;
  }
  header.header .logo-wrapper img.hs-image-widget {
    max-width: 130.91px;
  }
  header.header .logo-wrapper {
    height: 60%;
  }
  header.header .logo-wrapper .fixed-logo {
    display: block;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    border-radius: initial;
    width: 100%;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    max-height: initial;
    display: none;
    margin: 0;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li {
    max-height: initial;
    padding: 10px 0;
    float: initial;
    line-height: normal;
    display: block;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 0 1rem!important;
    text-decoration: none;
    font-size: .87rem;
    font-weight: 400;
    white-space: nowrap;
    display: unset;
  }
  .header-navigation .hs-menu-wrapper>ul>li.child-open>a span.menu-arrow svg.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s cubic-bezier(.25,.8,.5,1);
    -o-transition: .4s cubic-bezier(.25,.8,.5,1);
    transition: .4s cubic-bezier(.25,.8,.5,1);
  }
  .menu-open .mobil-trigger .top-line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24.5px;
  }
  .menu-open .mobil-trigger .bottom-line {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 24.5px;
  }
  .header-navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    margin-bottom: 6px;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate, header.header a svg, header.header a svg path {
    fill: #444 !important;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a span.menu-arrow svg.rotate, header.header a svg, header.header a svg path {
    fill: #444 !important;
  }
  .header-navigation .hs-menu-wrapper>ul>li.active>a span.menu-arrow svg.rotate,
  .header-navigation .hs-menu-wrapper>ul>li.active-branch>a span.menu-arrow svg.rotate{
    fill: #fabf00 !important;
  }
  header.header-zh{

    height: 50px;
  }
  .header-zh .header__container{

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-logo,
  .header-zh .mobile-logo a{
    display: block;
  }

  .header-zh .logo-wrapper img{
    height: 100%;
    padding-right: 15px;
    max-width: 130px;
    width: 130px!important;

  }

  .header-zh  .gap {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 40px;
  }
  .header-zh .header-navigation .hs-menu-wrapper>ul{

    width: 100%;
    padding: 0;
  }
  .header-zh .header-navigation .hs-menu-wrapper>ul>li>a{


    display: inline-block;
  }

  .header-zh .header-navigation .hs-menu-wrapper>ul>li:hover>a {
    color: #333!important;
  }

  .header-zh .header-navigation .hs-menu-wrapper>ul>li:hover>a span.menu-arrow svg.rotate path {
    fill: #444;

  }
  body.menu-open {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body .header-navigation .hs-menu-wrapper>ul>li.active-branch>a,
  body .header-navigation .hs-menu-wrapper>ul>li.active>a {
    color: #fabf00 !Important;
  }
  body .header-navigation .hs-menu-wrapper>ul>li.active-branch:hover>a,
  body .header-navigation .hs-menu-wrapper>ul>li.active:hover>a {
    color: #fabf00 !Important;
  }
  body .header-navigation .hs-menu-wrapper>ul>li.active-branch>a svg path,
  body .header-navigation .hs-menu-wrapper>ul>li.active>a svg path {
    fill: #fabf00 !Important;
  }
  

}
.footer {
  padding: 54px 0 40px;
}

.footer .footer__container.content-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainFooter {
  width: 95%;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 10px;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
}

.footer-left,
.footer-right{
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-logo a{
  padding: 0 0.7rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo img{
  max-width: 100%;
  opacity: .8;
  line-height: 2.4rem;
  padding-bottom: 5px;
  font-size: 1.2rem;
  color: #ccc;
  width: 148px!important;
  margin: 0 2.2rem 0 0;
}

.footer-links .hs-menu-wrapper ul {
  display: flex;
}

.footer-links .hs-menu-wrapper ul li a{
  padding: 0 0.7rem;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
}

.footer-links .hs-menu-wrapper ul li:after {
  width: 3px;
  height: 3px;
  background: #fff;
  display:inline-flex;
  vertical-align:middle;
  border-radius: 3px;
  margin: 0.5rem;
  content:''
}

.footer-links .hs-menu-wrapper ul li:last-child:after {
  display:none;
}

.social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}

.social-wrapper a{
  padding: 0 0.7rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
}

.social-wrapper a svg path {
  color: #fff;
  fill: #fff;
}

.footer-desc-section {
  font-size: .7rem;
  line-height: 1rem;
  width: 95%;
  color: #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-footer: 20px;
}
.footer-copyright {
  flex-basis: 20%;
  flex-wrap: wrap;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.intro-gap {
  flex-basis: 80%;
  margin-right: 20px;
}

.intro-gap p{
  margin: 5px 0 6px;
  font-size: .7rem;
  line-height: 1rem;
  color: #ccc;
}

.intro-gap p a{
  text-decoration:underline;
}

.intro-gap p:first-child{
  margin: 5px 0 5px;
}

.fSimple-menu{
  flex-wrap: wrap;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}


.fSimple-menu .hs-menu-wrapper ul {
  flex-wrap: wrap;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}

.fSimple-menu .hs-menu-wrapper ul li a{
  color: #ccc;
  line-height: 1.5rem;
}

.fSimple-menu .hs-menu-wrapper ul li:last-child:after {
  display: none;
}

.fSimple-menu .hs-menu-wrapper ul li:after {
  content: '|';
  display: inline-flex;
  padding: 0 6px;
}

.fSimple-menu .hs-menu-wrapper ul li a:hover{
  color: #fabf00;
}


/* chinese Footer */

footer.footer-zh {
  padding: 54px 0 40px;
  background-color: #2e2e2e;
}


.footer-zh  .footerOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 95%;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.footer-zh  .footerLogo img{
  font-size: 1.2rem;
  color: #ccc;
  line-height: 2.4rem;
  padding-bottom: 5px;
  margin: 0 2.2rem 0 0;
  width: 148px!important;
  vertical-align: middle;

}
.footer-zh .footerColumn {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-zh .footer__menu ul>li>a{
  font-size: .7rem;
  line-height: 1.5rem;
  color: #ccc;
  display:block;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;

}
.footer-zh .hs-menu-children-wrapper>li>a{
  font-size: .7rem;
  line-height: 1.5rem;
  color: #ccc;
  display:block;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;

}
.footer-zh .footerColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-zh .footerColumn2  .hs-menu-wrapper >ul>li>a,
.footer-zh .footerColumn3 .hs-menu-wrapper >ul>li>a,
.footer-zh .footerColumn4 .hs-menu-wrapper >ul>li>a{
  line-height: 2.4rem;
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.2rem;
  color: #ccc;
  font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
  display: block;

}

.footer-zh  .footerImage img {
  height: 5.1rem;
  width: 81px!important;
  vertical-align: middle;
}
.footer-zh  .footerColumn5{

  font-size: .7rem;
  line-height: 1.5rem;
  color: #ccc;
  margin: 0.5rem 0;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}

.footer-zh .footerCopyright p:first-of-type{
  font-size: .7rem;
  line-height: 1rem;
  color: #ccc;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
  margin: 0px;
  text-align: center;

} 



.footer-zh .footerCopyright p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 0.5rem;
  margin-bottom: 0px;
}
.footer-zh .footerCopyright p a{

  font-size: .7rem;
  line-height: 1rem;
  color: #ccc;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.footer-zh .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}


.footer-zh .footerColumn5 {
  line-height: 1.5rem;
  margin: 0px;
}

.fixed-contact {
  position: fixed;
  top: 56%;
  right: 1rem;
  height: auto;
  z-index: 10;
}
.fixed-contact .contact-btn svg {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}
.contact-btn {
  cursor: pointer;
  line-height: 1.3rem;
  font-size: 1rem;
  -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
  width: 1rem;
  margin-top: 0.5rem;
  padding: 0.6rem 0.9rem;
  background-color: #fff;
  color: #444;
  box-sizing: content-box;
}
.trial-btn  .hs-button {

  color: #000;
}
.trial-btn  {

  width: 1rem;
  padding: 1.2rem 0.9rem;
  background-color: #fabf00;
  line-height: 1.3rem;
  font-size: 1rem;
  -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
  color: #000;
  cursor: pointer;
  box-sizing: content-box;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.footer-zh .footerColumn .hs-menu-wrapper>ul>li>a[href="javascript:;"] {
  cursor: initial !important;
}




@media (min-width: 1921px){
  .footer .footer__container.content-wrapper {
    max-width: 1921px;
  }


}

@media (max-width: 768px){
  .footer {
    height: auto;
    padding: 0 1rem;
  }
  .footer .footer__container.content-wrapper{
    width: 100%;
    padding: 0;
  }
  .mainFooter {
    width: 94%;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .footer-desc-section {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
  }
  .footer-desc-section .intro-gap, .footer-desc-section .footer-copyright{
    flex-basis: 100%;
  }
  .footer-left,
  .footer-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-logo a {
    padding: 0;
    line-height: 2.75rem;
    font-size: 1rem;
    width: 100%;
    height: 106px!important;
    margin-bottom: -10px;
    margin-top: -20px;
  }
  .footer-logo img {
    margin: 0.5rem 0;
    font-size: 1rem;
    height: 45px;
    width: 155px!important;

  }

  .footer-links{
    width:100%;
  }

  .footer-links .hs-menu-wrapper ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-links .hs-menu-wrapper ul li{
    flex-basis: 50%;
  }

  .footer-links .hs-menu-wrapper ul li a{
    padding: 0;
    line-height: 2.75rem;
    font-size: 1rem;
    height: 2.75rem;
  }
  .footer-links .hs-menu-wrapper ul li:after{
    display:none;
  }
  .social-wrapper a {
    padding: 0;
    line-height: 2.75rem;
    font-size: 1rem;
    height: 2.75rem;
  }
  .social-wrapper a svg {
    margin-right: 2rem;
  }
  .social-wrapper,
  .footer-right>div{
    flex-basis: 50%;
  }
  .intro-gap p,
  .intro-gap p:first-child{
    margin: 17px 0 6px;
    font-size: 12px;
  }
  .fSimple-menu {
    padding: 1rem 0 2rem;
    text-align: left;
  }
  .fSimple-menu .hs-menu-wrapper ul li a {
    color: #ccc;
    line-height: 1.5rem;
    display: inline-block;
    font-size: 12px;
  }
  .fSimple-menu .hs-menu-wrapper ul li:after {
    padding: 0 6.7px 0 6px;
  }
  .fSimple-menu .hs-menu-wrapper ul li:nth-child(3):after {
    display:none;
  }
  .fSimple-menu .hs-menu-wrapper ul li:last-child:before {
    padding: 0 6.7px 0 6px;
    content: "|";
    display: inline-flex;
  }

  .footer-zh .footerOuter{

    width: 94%;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .footer-zh .footerColumn{

    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding-bottom: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-zh .footerColumn2 .hs-menu-wrapper>ul>li>a,
  .footer-zh .footerColumn3 .hs-menu-wrapper>ul>li>a, 
  .footer-zh .footerColumn4 .hs-menu-wrapper>ul>li>a{
    font-size: 1rem;

  }
  .footer-zh .footerCopyright p:last-of-type{

    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footer-zh .footerCopyright p a{

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  footer.footer-zh{

    height: auto;
    padding: 0 1rem;
  }
  .footer-zh .footer__container{

    width: 100%;
    padding: 0;
  }
  .footer-zh .footerLogo img{

    margin: 0.5rem 0;
    width: 111px!important;
  }

  .fixed-contact .contact-btn {
    display: none;
  }
  .trial-btn {
    border-radius: 5px;
    width: 2rem;
    padding: 0.7rem 0.8rem;
    line-height: 1.2rem;
  }
.fixed-contact {
    bottom: 0.8rem;
    right: 0.8rem;
    top: auto;
}




}


@media (max-width: 340px){
  .social-wrapper a svg{
    margin-right:1.8rem;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/*********************************************  Common Page ***********************************************/
/* updated */
#hs_show_banner_button {
  display: none;
}
/*********************************************  Home Page ***********************************************/
.home-full-width-content .dnd-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #f0f2f6;
}
.home-full-width-content .widget-type-header h2 {
  margin: 0.5rem 0;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.home-full-width-content .widget-type-rich_text p {
  margin: 0.5rem 0;
  color: #000;
  font-size: 1.1rem;
  font-weight: 200;
}
.home-full-width-content .widget-type-linked_image img {
  width: 40rem;
  margin-top: 3rem;
  vertical-align: middle;
}
.hs-col-flex, .hs-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hs-col-flex {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs-jus-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-jus-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.hs-jus-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hs-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hs-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.hs-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hs-jus-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hs-jus-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



html[lang=zh] .image-with-content {
  max-width: 100%;
}
html[lang=zh] .image-with-content .intro {
  padding: 0 20px;
}
html[lang=zh] .image-with-content .intro .title {
  font-size: 4.4rem;
  color: #222;
  font-weight: 200;
  margin: 0;
  letter-spacing: -2.5px;
  line-height: initial;
}
html[lang=zh] .image-with-content .intro .desc {
  margin-top: 0.6rem;
  font-size: 1rem;
  color: #222;
  line-height: initial;
  font-weight: 400;
}
html[lang=zh] .image-with-content .content_list {
  min-height: 80%;
}
html[lang=zh] .image-with-content .list_item {
  padding: 10px 20px;
}
html[lang=zh] .image-with-content .card {
  padding: 0 4rem;
  background: 0 0;
  cursor: pointer;
}
html[lang=zh] .image-with-content .card p.sub-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  max-width: initial;
}
html[lang=zh] .image-with-content .card .desc {
  color: rgba(255,255,255,.8);
  font-size: .87rem;
  line-height: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 400px;
  font-weight: 400;
}
html[lang=zh] .user-story-wrap {
  padding: 0;
}
html[lang=zh] .user-story-wrap .content-wrapper {
  height: 100%;
  padding: 0 20px;
}
html[lang=zh] .user-story-wrap p.secTitle {
  padding: 5.5rem 0 4rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}
html[lang=zh] .user-story-wrap .story-lists {
  padding-bottom: 6rem;
  padding-top: 0;
}




/************************************* HUBDB page *****************************************/

.career-page .banner-area-wrapper {
  min-height: 473px;
}
.career-page .banner-area-wrapper h2 {
  margin: 0.5rem 0;
  line-height: 3.7rem;
  font-weight: 700;
  max-width: 39rem;
}
.career-page .banner-area-wrapper p {
  opacity: .9;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 500;
  max-width: 45rem;
  margin-top: 1rem;
  text-align: center;
}
.career-content-sec .dnd-section > .row-fluid {
  padding: 0;
}
.career-content-sec .dnd-section {
  padding-left: 2rem;
  padding-right: 2rem;
}
.career-content-sec .widget-type-rich_text p {
  font-size: 1rem;
  color: #222;
}
.career-content-sec .widget-type-rich_text {
  max-width: 820px;
}
.career-content-sec .dnd-module {
  display: flex;
  justify-content: center;
}
.career-content-sec .widget-type-rich_text p a:hover {
  text-decoration: underline;
}
.career-page .business-scenarios-wrapper {
  min-height: 460px;
}
.career-page .business-scenarios-wrapper .content-wrapper {
  border-top: 1px solid #e5e6e9;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
html[lang="zh"] .job-container .jobs:not(.detail_page) {
  padding: 1.2rem;
}
html[lang=zh] .job-container .jobs_content {
  line-height: 1.75;
}



/************************************* Community page *****************************************/
html[lang=zh] .com-two-col .image-with-content .intro .title {
  font-size: 4.4rem;
  line-height: 4.6rem;
  color: #222;
  font-weight: 200;
  margin: 0;
  letter-spacing: initial;
}
html[lang=zh] .com-two-col .image-with-content .right-inner {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
html[lang=zh] .com-two-col .image-with-content .content_list {
  min-height: 0;
  max-width: 600px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8rem;
}
html[lang=zh] .com-two-col .image-with-content .list_item {
  padding: 0;
}
html[lang=zh] .com-two-col .image-with-content .dot {
  display: none;
}
html[lang=zh] .com-two-col .image-with-content .card {
  padding: 0;
  cursor: initial;
}
html[lang=zh] .com-two-col .image-with-content .card p.sub-title {
  color: #222;
  font-size: 2.1rem;
  font-weight: 500;
  margin: 0;
}
html[lang=zh] .com-two-col .image-with-content .card .desc {
  margin: 0.5rem 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 2rem;
  max-width: initial;
}
html[lang=zh] .com-two-col .image-with-content.right_align .right-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
html[lang=zh] .com-two-col .image-with-content.right_align .content_list {
  padding-right: 8rem;
  padding-left: 20px;
}
html[lang=zh] .com-two-col .image-with-content.right_align .card p.sub-title {
  font-size: 1.5rem;
  color: #222;
  line-height: 2rem;
  margin: 0;
  font-weight: 500;
}
html[lang=zh] .com-two-col .image-with-content.right_align .card .desc {
  margin: 0.5rem 0;
  color: #444;
  font-size: 1rem;
  line-height: normal;
}
html[lang=zh] .com-two-col .image-with-content.right_align .card .desc a {
  color: #3497ab;
}
html[lang=zh] .com-two-col .image-with-content.right_align .card .desc a:hover {
  text-decoration: underline;
  color: #3497ab;
}
html[lang=zh] .com-two-col .image-with-content.right_align .list_item:first-child {
  margin-bottom: 5rem;
}
html[lang=zh] .com-two-col .image-with-content.right_align .list_item:last-child {
  margin-top: 3rem;
}
html[lang=zh] .com-two-col .image-with-content.right_align .list_item:first-child .card .desc {
  margin-bottom: 0;
}
html[lang=zh] .com-two-col .image-with-content.right_align .speed {
  padding: 0;
  padding-left: 8rem;
}
html[lang=zh] .com-two-col .image-with-content.right_align .speed .title {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 200;
  margin: 0;
  line-height: normal;
}
html[lang=zh] .com-two-col .image-with-content.right_align .speed .desc {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 200;
  margin: 0;
  line-height: normal;
}

.container-divider {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.container-divider {
  background-color: #e5e6e9;
  height: 1px;
  max-width: 1200px;
  margin: 0 auto
}
.get_help_sec .dnd-section > .row-fluid {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.get_help_sec .widget-type-header h2 {
  margin: 0.5rem 0;
  color: #222;
  font-size: 1.9rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.get_help_sec .widget-type-rich_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  font-size: 1rem;
  line-height: 1.8rem;
}
.get_help_sec .widget-type-rich_text p svg {
  fill: #333;
  margin-right: 0.6rem;
  height: 1.5rem;
  width: 1.5rem;
}
.get_help_sec .widget-type-rich_text p:first-child {
  margin-top: 0;
}
.get_help_sec .widget-type-rich_text p a:hover {
  text-decoration: underline;
}
html[lang=zh] .download-container {
  width: 100%;
  min-height: 90%;
  background-color: #fff;
  padding-top: 60px;
}
html[lang=zh] .download-container .downloads {
  padding: 1.2rem;
}
html[lang=zh] .download-container .downloads .top-title {
  border-bottom: 1px solid #e9e9e9;
  color: #338393;
}
html[lang=zh] .download-container .downloads .top-title svg {
  fill: #338393;
}
html[lang=zh] .download-container .container-divider {
  display: none;
}
.get_help_sec .widget-type-linked_image img {
  width: 10rem;
  vertical-align: middle;
}
.get_help_sec .widget-type-text {
  margin: 0.5rem 0;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333;
  opacity: .85;
}
.comm-two-col .dnd-section{
  padding: 0;
}
.comm-two-col .dnd-section > .row-fluid {
  border-bottom: 1px solid #e5e6e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.comm-two-col .dnd-section .span9.dnd-column, 
.comm-two-col .dnd-section .span3.dnd-column {
  margin: 0;
  width: auto;
}
.comm-two-col .widget-type-linked_image img {
  height: 12rem !important;
  max-width: initial !important;
  vertical-align: middle;
}
.comm-two-col .widget-type-header h2 {
  margin: 0.5rem 0;
  font-size: 1.9rem;
  color: #222;
  font-weight: 500;
  padding: 0 1rem;
}
.comm-two-col .widget-type-rich_text p {
  margin: 0.5rem 0;
  max-width: 650px;
  color: #444;
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 0 1rem;
  margin-top: 1rem;
  box-sizing: content-box;
}
.comm-two-col .dnd-section > .row-fluid:before,
.comm-two-col .dnd-section > .row-fluid:after {
  display: none;
}
.comm-two-col .widget-type-rich_text p a:hover {
  text-decoration: underline;
}
.hs-width-fill {
  width: 100%;
}
.hs-height-fill {
  height: 100%;
}
html[lang=zh] .zhcareerjd__8 .job-container .jobs_content {
  line-height: initial;
}
html[lang=zh] .zhcareerjd__8 .job-container .jobs_content ol li span,
html[lang=zh] .zhcareerjd__3 .job-container .jobs_content ol li span,
html[lang=zh] .zhcareerjd__3 .job-container .jobs_content p span{
  font-size: .85em;
  color: rgb(77, 77, 77);
}
html[lang=zh] .zhcareerjd__5 .job-container .jobs_content {
  line-height: normal;
}
html[lang=zh] .zhcareerjd__18 .job-container .jobs_content {
  line-height: normal;
}
html[lang=zh] .zhcareerjd__3 .job-container .jobs_content {
  line-height: normal;
}



.apply-dialog .hs-input {
  padding: 0 0.5rem !important;
}










@media (min-width: 768px){
  html[lang=zh] .home-banner.full_width p.title br {
    display: none;
  }

}

@media (min-width: 1921px){
  .home-full-width-content .dnd-section {
    background-color: #fff;
  }




}



@media(max-width: 1920px){
  html[lang=en] .image-with-content .has_bg {
    background: #fff !important;
  }

}



@media (max-width: 1024px) and (min-width: 768px){
  html[lang=zh] .image-with-content .left-bg,
  html[lang=zh] .image-with-content .right-bg {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }





}


@media (max-width: 767px){
  .home-full-width-content .widget-type-header h2 {
    font-size: 1.8rem;
  }
  .home-full-width-content .widget-type-rich_text p {
    font-size: 1rem;
  }
  .home-full-width-content .widget-type-linked_image img {
    width: 100%;
  }
  .home-full-width-content .dnd-section > .row-fluid {
    width: 94%;
    padding: 0;
  }
  .career-page .banner-area-wrapper h2 {
    text-align: center;
    font-size: 3rem;
  }
  .career-page .business-scenarios-wrapper {
    height: auto;
    min-height: auto;
    padding: 0;
  }
  .career-page .business-scenarios-wrapper .content-wrapper {
    padding: 3rem 0;
    width: 90%;
  }
  html[lang=zh] .image-with-content .left-bg,
  html[lang=zh] .image-with-content.right_align .right-bg {
    padding: 10rem 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  html[lang=zh] .image-with-content .intro .title {
    font-size: 3.2rem;
    font-weight: 400;
  }
  html[lang=zh] .image-with-content .content_list {
    height: auto;
    width: 100%;
    padding: 2rem 0;
  }
  html[lang=zh] .image-with-content .list_item {
    padding: 1rem 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  html[lang=zh] .image-with-content .card {
    padding: 0 5%;
  }
  html[lang=zh] .user-story-wrap {
    height: auto;
    padding: 2rem 0;
  }
  html[lang=zh] .user-story-wrap .content-wrapper {
    width: 90%;
    height: auto;
    padding: 0;
  }
  html[lang=zh] .user-story-wrap p.secTitle {
    padding: 2rem 0;
    font-size: 1.5rem;
    text-align: center;
  }
  html[lang=zh] .user-story-wrap .story-lists {
    height: auto;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  html[lang=zh] .com-two-col .image-with-content .left-bg, 
  html[lang=zh] .com-two-col .image-with-content.right_align .right-bg {
    padding: 0;
  }
  html[lang=zh] .com-two-col .image-with-content .intro {
    width: 100%;
    padding: 5rem 1.5rem 5.5rem;
  }
  html[lang=zh] .com-two-col .image-with-content .left-bg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  html[lang=zh] .com-two-col .image-with-content {
    min-height: auto;
  }
  html[lang=zh] .com-two-col .image-with-content .intro .title {
    font-size: 3.5rem;
  }
  html[lang=zh] .com-two-col .image-with-content .content_list {
    width: 100%;
    padding: 3rem 1.5rem;
  }
  html[lang=zh] .com-two-col .image-with-content.right_align .speed {
    width: 100%;
    padding: 5rem 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  html[lang=zh] .com-two-col .image-with-content.right_align .content_list {
    width: 100%;
    padding: 3rem 1.5rem;
  }
  html[lang=zh] .com-two-col .image-with-content.right_align .list_item {
    justify-content: flex-start;
  }
  .get_help_sec .widget-type-rich_text p {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
  .comm-two-col .dnd-section > .row-fluid {
    width: 100%;
    height: auto;
    padding: 2rem 20px;
    flex-wrap: wrap;
  }
  .comm-two-col .widget-type-linked_image img {
    height: auto !important;
    width: 70%;
  }
  .comm-two-col .dnd-section .span3.dnd-column, .comm-two-col .dnd-section .span9.dnd-column {
    width: 100%;
  }
  .comm-two-col .dnd-module {
    display: block !important;
  }
  .comm-two-col .widget-type-linked_image {
    text-align: center;
  }
  .get_help_sec .widget-type-rich_text p span {
    width: 80%;
  }









}



@media(max-width: 479px){
  html[lang=zh] .zhcareerjd__2 .job-container .jobs_content {
    word-break: break-word;
  }


}



@media all and (-ms-high-contrast:none) {

  .home-banner .content-wrapper {
    position: relative !important;
  }
  .home-banner .banner_img {
    position: static !important;
    transform: none !important;
  }
  body,html{
    overflow-x: hidden;
  }
  .image-with-content{
    height: 820px;
  }
  .tabber-wrap{
    width: 100%;
  }

  .home-page .user-story-wrap .story-item{
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 45% !important;
  }
  html[lang=zh] .home-banner{
    justify-content: flex-start !important;
  }
  html[lang=zh] .features-container .features .list .feature .desc {
    flex: initial !important;
    width: 100%;
  }




}


/********************************************* End Home Page ***********************************************/








/***************** full-width-page ********************/

.full-width-content .dnd-section>.row-fluid {
  max-width: 840px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.full-width-content tr {
  background-color: #fafafa;
}
.full-width-content tr:first-child td {
  font-weight: 700;
}
.full-width-content tr td:first-child {
  border-right: 1px solid #e8e8e8;
  font-weight: 700;
}
.full-width-content tr td {
  color: #444;
}
.full-width-content tr td:last-child {
  border-left: 1px solid #e8e8e8;
}

.bottom-pane-content .dnd-section {
  padding: 0;
}
.bottom-pane-content .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.full-width-content a:hover {
  text-decoration: underline;
}
.full-width-content ol {
  list-style: auto inside none;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.full-width-content ol li {
  padding-top: 1rem;
}
.full-width-content ol li::marker {
  font-weight: 700;
}
.full-width-content ol ul {
  list-style: disc;
}
.full-width-content ol ul li {
  padding: 0;
}
.full-width-content h5 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding: 0.6rem 0;
  color: #222;
  font-weight: 500;
  margin: 0.5rem 0;
}
.full-width-content h6 {
  color: #444;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 0 3rem;
  margin: 0.5rem 0;
  font-weight: normal;
}
.hs-producttrademarks table tr {
  background-color: transparent;
}
.hs-producttrademarks table tr:nth-child(2n) {
  background-color: #fafafa;
}
.full-width-content tr td:first-child,
.full-width-content tr:first-child td{
  font-weight: 700;
}
.full-width-content tr:first-child td:first-child {
  font-weight: 700;
}
.full-width-content tr td:first-child a {
  color: #338292;
  font-weight: 500;
}
.full-width-content tr td:first-child a:hover {
  text-decoration: none;
}
.full-width-content tr td p a {
  color: -webkit-link;
}



/***************** license-page ********************/

.license-content .dnd-section>.row-fluid {
  max-width: 840px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.license-content h5 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding: 0.6rem 0;
  color: #222;
  font-weight: 500;
  margin: 0.5rem 0;
}
.license-content h6 {
  color: #444;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 0 3rem;
  margin: 0.5rem 0;
  font-weight: normal;
}
.license-content .widget-type-rich_text a:hover {
  text-decoration: underline;
}



/***************** showcase-details-page ********************/

.showcase-detail-banner .banner-area-wrapper p {
  line-height: 1.5rem;
}
.showcase-detail-page .dnd-section {
  padding: 0;
}
.showcase-detail-page .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.showcase-detail-banner .banner-area-wrapper .banner-intro-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  position: absolute;
  padding: 0 1rem;
}
.hs-showcasereal-time-data-warehouse .testimonial-slider-wrapper ul.slick-dots {
  display: block !important;
}
.hs-showcasereal-time-data-warehouse .testimonial-slider-wrapper button.slick-arrow {
  display: flex !important;
}
.hs-showcasebusiness-intelligence .testimonial-slider-wrapper ul.slick-dots {
  display: block !important;
}
.hs-showcasebusiness-intelligence .testimonial-slider-wrapper button.slick-arrow {
  display: flex !important;
}
.hs-showcasebusiness-intelligence .testimonial-slider-wrapper .testimonial-item-content {
  margin-top: 1.9rem;
}
.hs-producttrademarks .full-width-content tr:first-child td {
  font-weight: normal;
}
.hs-producttrademarks .full-width-content tr td p a {
  text-decoration: none !IMPORTANT;
}






@media(max-width: 1157px){
  .hs-showcasedevops-and-analytics .business-scenarios-wrapper .content-wrapper {
    padding: 3.4rem 0 6rem;
  }
}



@media(max-width: 1125px){
  .hs-showcasereal-time-data-warehouse .business-scenarios-wrapper .content-wrapper {
    padding: 3.3rem 0 6rem;
  }
}

@media(max-width: 1112px){
  .hs-showcasereal-time-data-warehouse .business-scenarios-wrapper .content-wrapper {
    padding: 2.3rem 0 6rem;
  }
}



@media(max-width: 1017px){
  .hs-showcasedevops-and-analytics .business-scenarios-wrapper .content-wrapper {
    padding: 2.4rem 0 6rem;
  }
}



@media(max-width: 932px){
  .hs-showcasecustomer-facing-report .business-scenarios-wrapper .content-wrapper {
    padding: 2.4rem 0 6rem;
  }
}

@media(max-width: 877px){
  .hs-showcaseuser-behavior-analysis .business-scenarios-wrapper .content-wrapper {
    padding: 3.4rem 0 6rem;
  }
}

@media(max-width: 768px){
  .hs-showcasecustomer-facing-report .business-scenarios-wrapper .content-wrapper,
  .hs-showcasedevops-and-analytics .business-scenarios-wrapper .content-wrapper,
  .hs-showcasereal-time-data-warehouse .business-scenarios-wrapper .content-wrapper,
  .hs-showcaseuser-behavior-analysis .business-scenarios-wrapper .content-wrapper{
    padding: 1rem 0;
  }
  .hs-showcasebusiness-intelligence .testimonial-slider-wrapper .testimonial-item-content {
    margin-top: 0;
  }
}




@media(max-width: 479px){
  .full-width-content p a {
    word-break: break-word;
  }

}






.product-page .bottom-pane-wrapper a,
.product-page .bottom-pane-wrapper p,
.about-page-zh .bottom-pane-wrapper p,
.about-page-zh .bottom-pane-wrapper a{

  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}


.showcase-detail-page-zh-page .bottom-pane-wrapper p,
.showcase-detail-page-zh-page .bottom-pane-wrapper a{
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; 


}

.about-page-zh .product-content .contact_info .contactinfo_wrapper{

  margin-bottom:0rem;
  margin-top: 3rem;
}



.download-page-zh .download-content-row1 blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 5rem 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  margin: 0px;
  padding-left:0px;
  padding-right:0px;
}

.download-page-zh .download-content-row1 p{

  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
  margin: 0.5rem 0;
  font-size: 1.8rem;
  color: #222;
}

.download-page-zh .download-content-row1 table {
  margin-top: 2.4rem;
  width: 100%;
  border-collapse: collapse;
}

.download-page-zh .download-content-row1  table tr td>div{
  width: 190px;
  text-align: left;
  color: #444;
  margin: 0 auto;
}
.download-page-zh .download-content-row1  table tr td {
  text-align: center;
  width: 25%;
  padding: 0.5rem;
  border-right: 1px solid #e8e8e8;
}
.download-page-zh .download-content-row1  table tr {
  height: 3.4rem;
  color: #444;
  font-size: .87rem;
  border-bottom: 1px solid #e8e8e8;
}
.download-page-zh .download-content-row1 table tr:nth-child(odd){

  background-color: #fafafa;
  border-spacing: 2px;
  border: 0px;
  border-bottom: 1px solid #e8e8e8;
}

.apply-dialog{
  -webkit-transition: background-color cubic-bezier(.25,.8,.5,1) .3s;
  -o-transition: background-color cubic-bezier(.25,.8,.5,1) .3s;
  transition: background-color cubic-bezier(.25,.8,.5,1) .3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  visibility: hidden;

}
.apply-dialog .form-inner{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 0;
  width: 100%;
  padding-bottom: 0px;
}

.apply-dialog .hs-form-required {
  font-size: .7rem;
  color: red;
  order: 1;
  line-height: 18px;
  padding-right: 0px;
}
.apply-dialog  .hs-form-field{

  margin-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.apply-dialog .hs-form-field.error{
  display:block;

}
.apply-dialog .form-title svg:hover{

  fill: #fabf00;
}
.apply-dialog form .hs-error-msg, .apply-dialog form .hs-error-msgs label {
  color: #ef6b51;
  margin-top: 0.35rem;
}

.apply-dialog .form-inner >.hs_cos_wrapper {
  width: 100%;
}
.apply-dialog .hs-error-msgs label {
  color: red;
  display:none;
}
.apply-dialog .hs-button.primary.large:hover{

  background-color: #fccd4d;
}

.apply-dialog form input[type=text]:focus,
.apply-dialog form input[type=email]:focus,
.apply-dialog form input[type=password]:focus,
.apply-dialog form input[type=tel]:focus,
.apply-dialog form input[type=number]:focus, 
.apply-dialog form input[type=file]:focus, 
.apply-dialog form select, form textarea:focus{
  outline: none;
}

.apply-dialog .hs_error_rollup .hs-error-msgs label{

  display:block!important;
}


.apply-dialog  .hs-input{

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.2rem;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: rgb(0, 0, 0);
  font-family: Arial;
  font-weight: 400;
}
.apply-dialog form .hs-form-field>label {
  text-align: right;
  color: #444;
  font-size: .87rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin: 0;
  line-height: normal;
  white-space: nowrap;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 1px;

}


.apply-dialog .hs_submit.hs-submit {
  display: flex;
  justify-content: center;
  text-align: center;
}
.apply-dialog .actions {
  font-size: 1rem;
  color: #222;
  cursor: pointer;
  border-radius: 2px;
  z-index: 2;
  width: 100%;
  padding-top: 2rem;
}
.apply-dialog .hs-button.primary.large {
  background-color: #fabf00;
  padding: 0.5rem 3.5rem;
  font-size: 1rem;
  color: #222;
  cursor: pointer;
  border-radius: 2px;
  z-index: 2;
  margin: 0px;
  line-height: normal;
  margin:0px;
  margin-bottom: 1.5rem;
}
.apply-dialog .input{

  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: 0.5rem 0;
  padding-left: 10px;
  padding: 0.5rem 0;
}
.apply-dialog .form-title{
  background-color: hsla(0,0%,100%,0);
  color: #222;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1.1rem;
  color: #222;
  width: 100%;
  margin: 0.5rem 0;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
  display: flex;
  justify-content: space-between;
}
.apply-dialog .form-title svg{
  width: 1rem;
  height: 1rem;
  float: right;
  fill: #444;
  cursor: pointer;
  position: relative;
  right: 0;

}

.apply-dialog .hs_reason_for_application_ .hs-input{

  appearance: none;
  background-color: #f8f9fb;
  padding-left: 6px;
  color: #444;
  font-size: .87rem;
}
.apply-dialog .hs_reason_for_application_ .input{

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: revert;
  position: relative;

}
.apply-dialog  svg{

  fill: #444;
  position: absolute;
  right: 0.3rem;
  height: 12px;
  width: 12px;
}
.submit-button {
  margin-bottom: 1.5rem;
  background-color: #fabf00;
  padding: 0.5rem 3.5rem;
  font-size: 1rem;
  color: #222;
  cursor: pointer;
  border-radius: 2px;
  z-index: 2;
}
.search-open .apply-dialog  {

  visibility: visible;
  background-color: rgba(0,0,0,.3);
}

.search-open .active_wrap{

  opacity: 1;
  -webkit-transition: opacity cubic-bezier(.25,.8,.5,1) .3s,-webkit-transform cubic-bezier(.25,.8,.5,1) .3s;
  -o-transition: transform cubic-bezier(.25,.8,.5,1) .3s,opacity cubic-bezier(.25,.8,.5,1) .3s;
  transition: transform cubic-bezier(.25,.8,.5,1) .3s,opacity cubic-bezier(.25,.8,.5,1) .3s;
  transition: transform cubic-bezier(.25,.8,.5,1) .3s,opacity cubic-bezier(.25,.8,.5,1) .3s,-webkit-transform cubic-bezier(.25,.8,.5,1) .3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.active_wrap{

  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  padding: 1.2rem;
  max-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  width: 380px;
  max-width: 380px;
}


.home-page .disadvantages-wrapper {

  background-color: #f0f2f6;
}

.community-page .abilities-wrapper,
.community-page  .download-wrapper{

  background-color: transparent;

}
@media (max-width: 768px){


  .about-page-zh  .banner-wrapper .banner-content h2 {
    font-weight: 200;
  }

  .download-page-zh .download-content-row1 blockquote{

    padding: 2rem 0.6rem;
  }
  .download-page-zh .download-content-row1 table{


    margin-top: 1.2rem;
    width: 94%;

  }
  .download-page-zh .download-content-row1 table tr{

    height: 4.4rem;
  }
  .download-page-zh .download-content-row1 table tr td>div{

    padding-left: 5px;
    width: auto;
  }
  .download-page-zh .download-content-row1 .dnd-section>.row-fluid{

    padding:0px;
  }
  .active_wrap{

    padding: 1rem;
    max-width: auto;
    width: 96%;
  }
  .apply-dialog .hs-button.primary.large{

    margin-bottom: 1.5rem;
  }
  .apply-dialog .input{

    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
  .apply-dialog form .hs-form-field>label{

    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}