/* Theme base styles */

/* Generic */

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

.body-wrapper{
  overflow-x: hidden;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

body {
  margin: 0;
}

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}


code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Objects */

/* Responsive grid */
:root {
  --content-width: 1200px;
}

/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
.growfast-content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .growfast-content-wrapper {
    padding: 0 10px;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.dnd-section .dnd-column .row-fluid .dnd-column {
  padding: 0;
}

@media (max-width: 992px) {
  .dnd-section .dnd-column {
    padding: 0 10px !important;
  }
  
  .dnd-section .dnd-column .row-fluid .dnd-column {
    padding: 0 10px !important;
  }
}

.dnd-section > .row-fluid > .dnd-module {
  padding: 0 20px;
}

@media (max-width: 992px) {
  .dnd-section > .row-fluid > .dnd-module {
    padding: 0 10px !important;
  }
}

div[class*="full-width-section"] > .row-fluid > .dnd-column:not([class*="-padding"]),
div[class*="full-width-section"] > .row-fluid > .dnd-module:not([class*="-padding"]),
div[class*="full-width-section"].dnd-section > .row-fluid > .dnd-column:not([class*="-padding"]),
div[class*="full-width-section"].dnd-section > .row-fluid > .dnd-module:not([class*="-padding"]){
  padding: 0 !important;
}

/* Elements */

html {
  font-size: 17px;
}

body {
  line-height: 1.7;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  /*font-size: 16px;*/
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1rem;
  padding: 0 0 0 1rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  height: 1px;
  border: none;
  opacity: .1;
  margin: 0 0 1rem;
}

/* Image alt text */

img {
  font-size: 16px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 100%;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #585858;
  border-color: #585858;
  color: #ffffff;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
body form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"],
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

body form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

body form.hs-form fieldset .hs-form-field {
  margin-right: 5%;
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 30%;
}

body form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 47.5%;
}

body form.hs-form fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}

body form.hs-form fieldset>*:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  body form.hs-form fieldset .hs-form-field {
    margin-right: 0;
  }

  body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  body form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  body form.hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 400px) {

  body form.hs-form fieldset .hs-form-fieldform select,
  body form.hs-form fieldset .hs-form-fieldform textarea,
  body form.hs-form fieldset .hs-form-field input:not([type='checkbox']):not([type='radio']) {
    width: 100% !important;
  }
}

.hs_error_rollup {
  margin-bottom: 1rem;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  display: block;
  font-size: 95%;
}

/* Help text - legends */

form legend {
  font-size: 75%;
  margin-bottom: 0.5rem;
}

/* 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 {
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  font-size: 95%;
  padding: 0.625rem;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

form input[type="file"]{
  background-color: transparent !important;
}

form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  outline: none;
}

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

body textarea {
  min-height: 8rem;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form select::-ms-expand {
  display: none;
}

form select {
  background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='directional' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='arrow-down' fill='%23959595'%3E%3Cpolygon id='Shape' points='6 7 12 13 18 7 20 9 12 17 4 9'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-position: calc(100% - 0.5rem) center !important;
  background-repeat: no-repeat !important;
  padding-right: 1.25rem !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list>li {
  display: block;
  margin: 0.5rem 0;
}

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

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

/* Inputs - datepicker */

.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: #ffffff;
}

.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: #ffffff;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 95%;
  margin: 0 0 1rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: initial !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: initial !important;
  margin-left: initial !important;
}

/* Validation */

.hs-error-msgs.inputs-list>li,
.hs-error-msgs label {
  margin-bottom: 0;
}

.hs-error-msg {
  margin-top: 0.5rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 100%;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.hs-submit {
  margin-top: 1rem;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_recaptcha {
  display: flex;
  margin-bottom: 2rem;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.5rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components */

/* Header DND sections */
.growfast-header-wrapper .dnd-section {
  padding: 0;
}
.growfast-scrolltop {
	display: flex;
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 2rem;
	right: 4rem;
	border-radius: 50%;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	transition: all 200ms ease;
	z-index: 9;
}
.growfast-scrolltop-svg-wrap{
	display: flex;
	margin: -2px -2px 0 0;
}
.growfast-scrolltop-svg-wrap svg{
	width: 18px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

p img,
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Divider */
.hs_cos_wrapper_widget > hr{
  opacity: 1;
  background: none;
  height: 0;
}

/* Rich Text */
div[class*="header-bottom"] .hs_cos_wrapper_type_rich_text p:last-child,
div[class*="header-top"] .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

/* Form */
.form-title:empty{
  display: none;
}

/* Language Switcher */
.growfast-theme .lang_list_class:after {
  top: inherit;
  border: inherit;
  border-bottom-color: inherit;
  margin-bottom: inherit;
}

.growfast-theme .lang_list_class:after,
.growfast-theme .lang_list_class:before {
  content: inherit;
  display: inherit;
  position: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  margin-left: inherit;
}

.growfast-theme .lang_list_class:before {
  top: inherit;
  border: inherit;
  border-bottom-color: inherit;
}

.growfast-theme .lang_list_class {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 150px;
  box-shadow: 0 1px 24px rgba(88, 88, 88, 0.12);
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}

.growfast-theme .lang_list_class li:first-child {
  padding-top: 1rem;
  border-top: none;
}

.growfast-theme .lang_list_class li {
  position: relative;
  line-height: 1;
  font-size: 90%;
  padding: 0 1rem 0.75rem;
  background-color: transparent;
  border-left: none;
  border-right: none;
}

.growfast-theme .lang_list_class li:last-child {
  padding-bottom: 1rem;
  border-bottom: none;
}

.growfast-theme .lang_list_class li a:hover {
  text-decoration: underline;
}


/* Site Search Input */
.growfast-theme .hs-search-field__input {
  width: calc(100% - 45px);
}

.growfast-theme .hs-search-field__bar button {
  padding: 0.5rem;
  border-radius: 5px;
}

.growfast-theme .hs-search-field__bar button svg {
  height: 16px;
}

.growfast-theme .hs-search-field__suggestions #results-for {
  font-style: italic;
}

.growfast-theme .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #d7d7d7;
  box-shadow: 0 1px 24px rgba(88, 88, 88, 0.12);
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.growfast-theme .hs-search-field--open .hs-search-field__suggestions li a {
  padding: 0 0.25rem;
}

/* Image */
.growfast-theme .widget-type-linked_image > span{
  display: inherit;
  line-height: 0;
}


/* Default animation */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}