*, *: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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.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 {
  margin: 0 auto;
}



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

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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   float:none;
   padding-right: 20px;
    padding-left: 20px;
}
@media screen and (min-width: 768px){
   .dnd-section > .row-fluid,
.page-center,
.content-wrapper {
   padding-left: 50px;
   padding-right: 50px;
}
}
@media screen and (min-width: 1050px){
   .dnd-section > .row-fluid,
.page-center,
.content-wrapper {
   padding-left: 100px;
   padding-right: 100px;
}
}
html {
   background-color: #fff;
   font-size: 62.5%;
}
body {
   line-height: 2em;
   word-break: break-word;
   letter-spacing: .1em;
}


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

/* Paragraphs */

p {
   
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   transition: .5s;
   word-break: break-all;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;
   margin-top: 38px;
   word-break: break-word;
}
h1{
   letter-spacing: .1em;
   line-height: 1.5em;
}
h2{
   letter-spacing: .1em;
   line-height: 1.5em;
}
h3{
   letter-spacing: .1em;
   line-height: 1.5em;
}
h4{
   letter-spacing: .1em;
   line-height: 1.5em;
}
h5{
   letter-spacing: .1em;
   line-height: 1.5em;
}
h6{
   display: block;
   letter-spacing: .1em;
   line-height: 1.5em;
}
@media screen and (min-width: 768px){
   h1{
      font-size: 2.2rem;
   }
   h2{
      font-size: 2.2rem;
   }
   h3{
      font-size: 2.4rem;
   }
   h4{
      font-size: 2rem;
   }
   h5{
      font-size: 1.8rem;
   }
   p{
      font-size: 1.6rem;
   }
}

/* Lists */

ol, ul {
    margin: 0 0 1.4rem;
    padding: 0;
    list-style-position: inside;
}

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */



/* Labels */

form label {
   display: inline-block;
   font-size: 1.6rem;
   letter-spacing: .15em;
   line-height: 2em;
   font-weight: 500;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* 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 {
   outline: 0;
   background: none transparent;
   vertical-align: middle;
   color: inherit;
   appearance: none;
   border: 1px solid #b1bac9;
   border-radius: 5px;
   width: 100%;
   box-sizing: border-box;
   letter-spacing: .15em;
   font-family: Noto Sans JP,sans-serif;
   padding: 12px 14px 11px;
   font-size: 1.6rem;
   padding: 15px 14px 14px;
   margin-bottom: 1.4rem;
}

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;
   margin: 0.7rem 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.35rem;
}

/* 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: #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,
form .hs-richtext p {
   font-size: 0.875rem;
   margin: 0 0 1.4rem;
}

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_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 1.4rem;
}
.hs-input.invalid.error {
   border-color: #cb0303;
}

.hs-error-msg, ul.no-list.hs-error-msgs label {
    color: #cb0303;
    margin-top: 0;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 30px;
   font-weight:400;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.error-page .button, 
a button, 
.button{
   text-align: left;
   width: 100%;
   cursor: pointer;
   appearance: none;
   border: none;
   font-family: Noto Sans JP,sans-serif;
   display: inline-block;
   background: linear-gradient(90deg,#134787,#077291);
   color: #fff;
   letter-spacing: .2em;
   line-height: 1.5em;
   font-weight: 500;
   padding: 15px 55px 14px 30px;
   position: relative;
   z-index: 1;
   transition: all .5s;
   margin-bottom: 0;
   width:auto;
} 
form .actions, .actions {
    position: relative;
    width: auto;
    display: inline-block;
}
form .actions::after,
form .hs-button::after,
.error-page .button::after, 
a button::after, 
.button::after{
   content: "";
   background-image: url(https://20375950.fs1.hubspotusercontent-na2.net/hubfs/20375950/raw_assets/public/Jfe-shoji-ele_HP_Vietnam/images/btn.svg);
   background-repeat: no-repeat;
   background-size: contain;
   width: 29px;
   height: 4px;
   position: absolute;
   top: calc(50% - 2px);
   right: 20px;
   z-index: 1;
   transition: .5s;
}
@media screen and (min-width: 768px){
   form input[type=submit],
   form .hs-button {
      padding: 19px 65px 17px 30px;
   }
   form .actions::after,
   form .hs-button::after{
      width: 34px;
      right: 30px;
   }
}
@media screen and (min-width: 1050px){
   form .actions:hover::after,
   form .hs-button:hover::after{
      right: 20px;
   }
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}



@media (max-width:767px){
   .hs-form {
   margin-bottom:30px;
}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cst-header-menu-container .hs-menu-wrapper ul li>ul {
   display: none;
}
.cst-header-menu-container .hs-menu-wrapper>ul ul li > a{
   text-align:left;
   display:inline-block;
}
.cst-header {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #fff;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.cst-header-container {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   max-width: 1090px;
   margin-left: auto;
   margin-right: auto;
   padding-right: 20px;
   padding-left: 20px;
   max-width: none;
   width: 100%;
}
.cst-header-logo {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
   z-index: 1;
}
.cst-header-logo-container {
   max-width: 180px;
   vertical-align: bottom;
   width: auto;
}
.cst-header-logo-container a {
   display: block;
}
.cst-header-logo-container a>img {
   max-width: 180px;
   vertical-align: bottom;
   width: auto !important;
}
.cst-header-nav {
   padding-left: 30px;
   padding-right: 30px;
   padding-bottom: 0;
}
.cst-header-menu-container {
   width: 100%;
   max-width: none;
   margin-right: 0;
   padding-left: 30px;
   padding-right: 30px;
   margin-top: 12.5px;
}
.cst-header-menu-container .hs-menu-wrapper ul {
   padding:  0;
   margin: 0;
   border: none;
   display: flex;
   margin-left: -25px;
   margin-right: -25px;
   -webkit-box-pack: start;
   justify-content: flex-start;
   border-bottom: 0;
   margin-top: -1px;
   list-style: none;

}
.cst-header-menu-container .hs-menu-wrapper ul li {
   padding-right: 15px;
}
.cst-header-menu-container .hs-menu-wrapper ul li:not(:first-child) {
   padding-left: 15px;
}

.cst-header-menu-container .hs-menu-wrapper> ul li> a {
   display: block;
   line-height: 1.5em;
   font-weight: 500;
   position: relative;
   padding: 0;
   letter-spacing: .1em;
   color: #161819;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   font-size: 1.5rem;
   padding-bottom: 10px;
}
.cst-header-menu-container .hs-menu-wrapper> ul li> a::after{
   content: "";
   background-color: #133c9a;
   width: 0px;
   height: 1px;
   left: 0;
   bottom: 0;
   position: absolute;
   transition: all .5s;
}
.cst-header-menu-container .hs-menu-wrapper> ul li:hover> a{
   color: #133c9a;
   transition: all .5s;
}
.cst-header-menu-container .hs-menu-wrapper> ul li:hover> a::after{
   width: 100%;
}
.cst-header-nav {
   display: none !important;
}
.cst-header-contact-section{
   top: 0;
}



.header__hamburger {
   cursor: pointer;
   -moz-appearance: none;
   appearance: none;
   border: none;
   position: absolute;
   z-index: 101;
   padding: 0;
   border-radius: 0;
   background-color: transparent;
   width: 40px;
   height: 40px;
   top: 20px;
   right: 50px;
}
.header__hamburger__inner {
   display: block;
   position: absolute;
   top: calc(50% - 5.5px);
   left: calc(50% - 10px);
}
.header__hamburger__inner__line {
   display: block;
   height: 1px;
   background-color: #fff;
   position: absolute;
   left: 0;
   -webkit-transition: all .3s;
   transition: all .3s;
}
.header__hamburger__inner__line {
   background-color: #161819;
   width: 35px !important;
   height: 1px;
}
.header__hamburger__inner__line:first-child {
   top: 0;
}
.header__hamburger__inner__line:nth-child(2) {
   top: 9px;
}
.header__hamburger__inner__line:nth-child(3) {
   top: 18px;
}

.cst-header-nav-mobile-container {
   opacity: 0;
   pointer-events: none;
   position: absolute;
   z-index: 100;
   top: 0;
   left: 0;
   width: 100%;
   background-color: #161819;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding-top: 6px;
   padding-bottom: 70px;
}

.img-tablet img {
   display: none;
}
.img-mobile img {
   display: none!important;
}

.cst-header-mobile-menu {
   max-width: 647px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.cst-header-mobile-menu-container {
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 1;
   order: 1;
   padding-right: 0;

}

.cst-header-mobile-menu-container .hs-menu-wrapper ul {
   height: 100%;
   border-bottom: 1px solid #b1bac9;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   border-bottom: 0;
   list-style: none;
   padding: 0;
}

.cst-header-mobile-menu-container .hs-menu-wrapper ul li a {
   display: block;
   line-height: 1.5em;
   font-weight: 500;
   padding: 15px 40px 15px 20px;
   position: relative;
   font-size: 1.7rem;
   letter-spacing: .1em;
   color: #161819;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 0;

   position: relative;
   z-index: 1;

}
.cst-header-nav-mobile-container.open-menu {
   opacity: 1;
   pointer-events: auto;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   top: 94px;
   height: inherit;
   -webkit-transition: .5s;
   transition: .5s;
}
.cst-header-contact {
   padding-top: 46px;
}
.cst-header-contact-section {
   overflow: hidden;
   position: absolute;
   top: 0;
   right: 0;
}
.cst-header-contact-wrapper {
   position: absolute;
   width: 100%;
   min-width: 100%;
   top: 0;
}


@media screen and (min-width: 768px) and (max-width: 1049px){
   .img-tablet img{
      display: block;
   }
   .cst-header-contact-section {
    top: 95px;
}
   .cst-header-nav-mobile-container.open-menu {
    max-height: calc(100vh - 95px);
    overflow-y: auto;
}
   
}
@media screen and (max-width: 1049px){
   .header__hamburger__inner {
      top: calc(50% - 9.5px);
      left: calc(50% - 17.5px);
   }

   .cst-header-nav-mobile-container {
      background-color: #fff;
      width: 100%;
      height: auto;
      min-height: 485px;
      top: 60px;
      padding-top: 60px;
      padding-left: 50px;
      padding-right: 50px;
      -webkit-transition: .5s;
      transition: .5s;
      border-bottom: 2px solid #133c9a;
      z-index: 10;
   }
   .img-tablet img {
      width: 100% !important;
      height: auto;
      bottom: 0;
      left: 0;
      position: absolute;
   }
   .img-mobile img {
      width: 100%;
      height: auto;
      bottom: 0;
      left: 0;
      position: absolute;
   }
   .cst-header-mobile-menu {
      display: block;
      padding-left: 0;
      padding-right: 0;
      margin-left: inherit;
      margin-right: inherit;
   }
   .cst-header-mobile-menu-container .hs-menu-wrapper ul li:not(:last-child) a {
      padding-bottom: 50px;
   }
    .is-active .header__hamburger__inner__line:nth-child(1) {
    top: 5px;
    width: 39px !important;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
   .is-active .header__hamburger__inner__line:nth-child(3) {
    width: 39px !important;
    top: 5px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
   .is-active .header__hamburger__inner__line:nth-child(2) {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}
   .cst-header-mobile-menu-container .hs-menu-wrapper ul ul {
    display: none;
}
   .cst-header-mobile-menu-container .hs-menu-wrapper ul li{
      position:relative;
   }
   .child-trigger {
      width: 40px;
      height: 65px;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      font-weight: 500;
      font-size: 1.7rem;
      letter-spacing: .1em;
      color: #161819;
      cursor:pointer;
      z-index:1;
}
   .child-trigger:before {
    content:"+";
      display:block;
}
   .child-trigger.child-open:before {
    content:"-";
}
   .cst-header-mobile-menu-container .hs-menu-wrapper ul ul li a {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}
   .cst-header-mobile-menu-container .hs-menu-wrapper ul{
      height:auto !important;
   }
   
}


@media screen and (max-width: 1145px){
   .cst-header-mobile-menu-container .hs-menu-wrapper ul li {
      padding-left: 10px;
      padding-right: 10px;
   }
}

@media screen and (max-width: 1105px){
   .cst-header-nav-mobile {
      padding-left: 10px;
      padding-right: 10px;
   }  
}








@media screen and (min-width: 560px){
   .cst-header-mobile-menu{
      padding-top: 50px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
   }
   .cst-header-mobile-menu-container {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 50%;
      padding-right: 30px;
   }
}
@media screen and (min-width: 768px){
   .cst-header {
      padding: 0;
      min-height: 95px;
   }
   .cst-header-container {
      padding-right: 50px;
      padding-left: 50px;
   }
   .cst-header-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      margin-left: -30px;
      margin-right: -30px;
      justify-content: flex-start;
   }
   .cst-header-logo {
      margin-left: 30px;
      margin-right: 30px;
   }
   .cst-header-logo-container {
      max-width: 294px;
   }
   .cst-header-logo-container a>img {
      max-width: 294px;
   }
   .cst-header-mobile-menu {
      flex-wrap: nowrap;
   }
   .cst-header-mobile-menu-container .hs-menu-wrapper ul li a {
      font-size: 2.0rem;
   }
}
@media screen and (min-width: 1050px){
   .cst-header-container {
      padding-right: 100px;
      padding-left: 100px;
   }
   .cst-header-nav-mobile {
      display: none;
   }
   .cst-header-logo {
      max-width: 294px;
      width: auto;
   }

   .cst-header-nav {
      display: block !important;
   }
   .header__hamburger {
      display: none !important;
   }
   .cst-header{
      min-height: 85px;
   }
   /*    .cst-header-menu-container .hs-menu-wrapper ul li:hover>ul {
   display: block !important;
} 
   */
   .cst-header-menu-container .hs-menu-wrapper ul li>ul {
      display: block !important;
   } 
   .cst-header-menu-container .hs-menu-wrapper ul li {position: relative;}

   .cst-header-menu-container .hs-menu-wrapper>ul>li ul {
      position: absolute;
   }

   .cst-header-menu-container .hs-menu-wrapper ul li>ul li,
   .cst-header-menu-container .hs-menu-wrapper ul li>ul li:not(:first-child){
      padding: 0;
      margin-left: 20px;
      margin-right: 20px;
   }
   .cst-header-menu-container .hs-menu-wrapper>ul>li ul {
      position: absolute;
      padding: 10px 0;
      visibility: hidden;
      opacity: 0;
      min-width: 200px;
      text-align: center;
      left: -40px;
      z-index:99;
   }
   .cst-header-menu-container .hs-menu-wrapper>ul>li:hover ul {
      opacity: 1;
      visibility: visible;
   }
}

@media screen and (min-width: 1050px) and (max-width: 1120PX){
   .cst-header-menu-container .hs-menu-wrapper ul li a{
      font-size: 1.4rem;
   }
}
@media screen and (min-width: 1050px) and (max-width: 1105px){
   .cst-header-menu-container .hs-menu-wrapper ul li a{
      font-size: 1.3rem;
   }
}
@media screen and (min-width: 1050px) and (max-width: 1060px){
   .cst-header-logo-container a>img {
      max-width: 280px;
   }
}
@media screen and (min-width: 1050px) and (max-width: 1055px){
   .cst-header-logo-container a>img {
      max-width: 270px;
   }
}
@media screen and (max-width: 1160px){
   .cst-header-logo {
      margin-left: 20px;
      margin-right: 20px;
   }
   .cst-header-nav{
      padding-left: 20px;
      padding-right: 20px;
   }
}
@media screen and (max-width: 1145px){
   .cst-header-menu-container .hs-menu-wrapper ul li {
      padding-right: 10px;
   }
   .cst-header-menu-container .hs-menu-wrapper ul li:not(:first-child) {
      padding-left: 10px;
   }
}
@media screen and (max-width: 1105px){
   .cst-header-logo {
      margin-left: 10px;
      margin-right: 10px;
   }
   .cst-header-nav {
      padding-left: 10px;
      padding-right: 10px;
   }
}
.lp-top-contact-header__inner__link__main:after {
   content: "";
   display: block;
   position: absolute;
   right: 0;
   bottom: 0;
   width: 23px;
   height: 3px;
   transition: .5s;
   background-image: url(https://20375950.fs1.hubspotusercontent-na2.net/hubfs/20375950/raw_assets/public/Jfe-shoji-ele_HP_Vietnam/images/svgexport-4.svg);
}

.lp-top-contact-header__inner__link:after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   display: block;
   width: 100%;
   height: 100%;
   background: linear-gradient(180deg,#0b3084,#026481);
   z-index: 1;
   opacity: 0;
   transition: .5s;
}



@media screen and (max-width: 767px){
   .cst-header {
      padding: 0;
      min-height: 50px;
   }
   
   .header__hamburger__inner {
      top: calc(50% - 7.5px);
      left: calc(50% - 12.5px);
   }
   .header__hamburger__inner__line {
      width: 25px !important;
   }
   .header__hamburger__inner__line:nth-child(2) {
      top: 7px;
   }
   .header__hamburger__inner__line:nth-child(3) {
      top: 15px;
   }
   .cst-header-logo{
      margin-left: 0 !important;   
      margin-right: 0 !important;   
   }
   .cst-header-nav-mobile-container.open-menu {
      top: 50px;
      min-height: 375px;
      padding-top: 50px;
      padding-left: 20px;
      padding-right: 20px;
   }
   .cst-header-mobile-menu-container .hs-menu-wrapper ul li:not(:last-child) a {
      padding-bottom: 40px;
   }
   .cst-header-contact {
      padding-top: 26px;
   }
   .img-mobile img{
      display: block !important;
      width: 100% !important;
      height: auto;
      bottom: 0;
      left: 0;
      position: absolute;
   }
   .cst-header-contact-wrapper {
    position: absolute;
    width: 100%;
    min-width: 100%;
    top: 50px;
}
   .cst-header-logo-container a>img {
    vertical-align: top;
    margin-top: 2px;
}
   .header__hamburger {
    top: 4px;
    right: 13px;
}
   .cst-header-nav-mobile-container {
    padding-left: 20px;
    padding-right: 20px;
}
   .cst-header-nav-mobile-container{
      top:30px;
   }
   .is-active .header__hamburger__inner__line:nth-child(1) {
    width: 29px !important;
    top: 7px;
}
   
   .is-active .header__hamburger__inner__line:nth-child(3) {
    width: 29px !important;
    top: 7px;
}
   .cst-header-nav-mobile-container{
      min-height: 375px;
   }
   .cst-header-nav-mobile-container.open-menu {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
}
@media (max-height: 500px) and (max-width: 1049px){
   .cst-header-nav-mobile-container{
      min-height:auto !important;
   }
}

@media screen and (min-width: 768px){
   .lp-top-contact-header__inner__link .lp-top-contact-header__inner__link__main:after {
      width: 33px;
      height: 4px;
      background-image: url(https://20375950.fs1.hubspotusercontent-na2.net/hubfs/20375950/raw_assets/public/Jfe-shoji-ele_HP_Vietnam/images/download.svg);
   }
}
.active-menu{
   overflow: hidden;
}
.cst-footer-bottom {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
}

.cst-footer-bottom-container {
   width: 100%;
   display: flex;
   -webkit-box-align: stretch;
   align-items: stretch;
   width: 100%;
   flex-wrap: wrap;
}
.footer-bottom-logo {
   width: 100%;
   box-sizing: border-box;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   order: 2;
}
.footer-bottom-contact {
   order: 1;
   width: 100%;
}
.footer-bottom-logo-container {
   vertical-align: bottom;
   max-width: 200px;
}
.footer-bottom-logo-container .hs_cos_wrapper a {
   display: block;
}
.footer-bottom-logo-container .hs_cos_wrapper a>img {
   width: 100% !important;
   max-width: 200px;
   vertical-align: bottom;
}
.footer-bottom-copyright-container{
   margin-top: 6px;
   line-height:1;
}
.footer-bottom-copyright-container .hs_cos_wrapper span {
   color: #323434;
   font-size: 1rem;
   letter-spacing: .1em;
   line-height: 1em;
   font-weight: 400;
   word-break: break-word;
}


.footer-top {
   position: relative;
}

.footer-cta__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
}
.footer-cta__list .footer-cta__list__item {
   width: 50%;
}
.footer-cta__list .footer-cta__list__item .cta_button {
   background-repeat: no-repeat;
   background-position: 50%;
   background-size: cover;
   color: #fff;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
   font-size: inherit;
   line-height: inherit;
   overflow: hidden;
   box-sizing: border-box!important;
   height: 375px;
   position: relative;
   text-decoration: none;
   width: 100%;
   z-index: 1;
}
.footer-cta__list .footer-cta__list__item .cta_button:before {
   content: "";
   background-position: 50%;
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   transition: .5s;
   position: absolute;
   z-index: -1;
}
.footer-cta__list .footer-cta__list__item.footer-cta__list__item--download .cta_button:before {
   background-image: url(https://20375950.fs1.hubspotusercontent-na2.net/hubfs/20375950/raw_assets/public/Jfe-shoji-ele_HP_Vietnam/images/download.jpg);
}
.footer-cta__list .footer-cta__list__item.footer-cta__list__item--contact .cta_button:before {
   background-image: url(https://20375950.fs1.hubspotusercontent-na2.net/hubfs/20375950/raw_assets/public/Jfe-shoji-ele_HP_Vietnam/images/contact.jpg);
}
.footer-cta__list .footer-cta__list__item .cta_button:after {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: .5s;
   z-index: -1;
   opacity:0.7;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 100%;
   padding: 50px;
   box-sizing: border-box;
   text-align: center;
   position: relative;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:after,
.footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:before {
   content: "";
   display: block;
   width: 80px;
   height: 80px;
   background: linear-gradient(90deg,#134787,#077291);
   position: absolute;
   transition: .5s;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:before {
   transform: rotate(-225deg);
   top: -67px;
   left: -40px;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:after {
   transform: rotate(-45deg);
   bottom: -67px;
   right: -40px;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner {
   display: inline-block;
   box-sizing: border-box;
   font-family: Noto Sans JP,sans-serif;
   font-weight: 700;
   font-size: 2.8rem;
   letter-spacing: .1em;
   line-height: 1.5;
   padding-bottom: 55px;
   text-align: center;
   position: relative;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner .cta_button__inner__english {
   color: #fff;
   display: block;
   font-family: Lato,sans-serif;
   font-weight: 700;
   font-size: 1.4rem;
   letter-spacing: .35em;
   line-height: 1.5em;
   padding-top: 25px;
   margin-bottom: 20px;
   text-transform: uppercase;
   position: relative;
}
.word {
   display: inline-block;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner:before {
   content: "";
   background-position: 50%;
   background-repeat: no-repeat;
   background-size: contain;
   background-image: url(https://20375950.fs1.hubspotusercontent-na2.net/hubfs/20375950/raw_assets/public/Jfe-shoji-ele_HP_Vietnam/images/black.svg);
   width: 28px;
   height: 28px;
   bottom: 0;
   left: calc(50% - 14px);
   position: absolute;
}
.footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner .cta_button__inner__english:before {
   content: "";
   display: block;
   transform: skewX(-24deg);
   width: 2px;
   height: 9px;
   position: absolute;
   top: 0;
   left: 50%;
   background-color: #fff;
}



.cst-footer-middle {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
}
.lp-top-footer__above__page-top a {
   display: block;
   text-align: center;
   padding: 17px 20px 18px;
   background-color: rgba(0,18,43,.9);
   transition: .5s;
   line-height:14px;
}
.lp-top-footer__above__page-top>a>.hs_cos_wrapper_type_text {
   display: inline-block;
   position: relative;
   color: #fff;
   font-family: Lato,sans-serif;
   letter-spacing: .2em;
   line-height: 1em;
   font-weight: 700;
   font-size: 17px;
}
.lp-top-footer__above__page-top a:hover {
   background-color: #077291;
}




@media screen and (min-width: 768px){
   .cst-footer-bottom-container {
      flex-wrap: nowrap;
   }
   .footer-bottom-logo {
      width: 50%;
   }
   .footer-bottom-logo {
      padding-top: 25px;
      padding-bottom: 20px;
      padding-left: 50px;
      order: 1;
      width: 50%;
   }
   .footer-bottom-contact {
      width: 50%;
   }
   .footer-bottom-contact {
      order: 2;
   }
   .footer-bottom-logo-container {
      max-width: 294px;
   }
   .footer-bottom-logo-container .hs_cos_wrapper a>img{
      max-width: 294px;
   }
   .footer-bottom-copyright-container{
      margin-top: 16px;
   }
   .footer-bottom-copyright-container .hs_cos_wrapper span {
      font-size: 1.1rem;
   }
   .lp-top-footer__above__page-top a {
      padding: 26px 20px 27px;
   }
   .lp-top-footer__above__page-top>a>span {
      font-size: 1.7rem;
   }
   .cst-footer .lp-top-contact-footer__inner__link:hover:after {
      opacity: 1;
   }
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:after,
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:before {
      width: 150px;
      height: 150px;
   }
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:before {
      top: -121px;
      left: -85px;
   }
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper:after {
      bottom: -121px;
      right: -85px;
   }
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner .cta_button__inner__english:before {
      transform: skewX(-22.6deg);
      width: 3px;
      height: 12px;
   }
}



@media screen and (min-width: 1050px){
   .footer-bottom-logo {
      padding-top: 31px;
      padding-bottom: 31px;
      padding-left: 80px;
   }
   .footer-cta__list .footer-cta__list__item .cta_button:hover .cta_button-wrapper:before {
      top: -111px;
      left: -75px;
   }
   .footer-cta__list .footer-cta__list__item .cta_button:hover .cta_button-wrapper:after {
      bottom: -111px;
      right: -75px;
   }
   .footer-cta__list .footer-cta__list__item .cta_button:hover:after {
      opacity: .8;
   }
}






.cst-footer .lp-top-contact-footer__inner__link__main:after {
   content: "";
   display: block;
   position: absolute;
   right: 0;
   bottom: 0;
   width: 33px;
   height: 4px;
   transition: .5s;
   background-image: url(https://20375950.fs1.hubspotusercontent-na2.net/hubfs/20375950/raw_assets/public/Jfe-shoji-ele-August2022/images/download.svg);
}
.cst-footer .lp-top-contact-footer__inner__link:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg,#0b3084,#026481);
   opacity: 0;
   transition: .5s;
}

@media screen and (max-width: 1049px){
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button-wrapper {
      padding: 50px 40px;
   }
}
@media screen and (max-width: 767px){
   .footer-cta__list .footer-cta__list__item {
      width: 100%;
   }
   .footer-cta__list .footer-cta__list__item .cta_button {
      min-height: 230px;
      height: auto;
   }
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner {
      font-size: 2rem;
      padding-bottom: 40px;
   }
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner:before {
      width: 24px;
      height: 24px;
      left: calc(50% - 12px);
   }
   .footer-cta__list .footer-cta__list__item .cta_button .cta_button__inner .cta_button__inner__english {
      font-size: 1.1rem;
      padding-top: 15px;
      margin-bottom: 15px;
   }
   .lp-top-footer__above__page-top a {
    padding-top: 15px;
}
   .footer-bottom-logo {
    padding-bottom: 18px;
}
   .footer-bottom-copyright-container .hs_cos_wrapper span {
    word-break: break-word;
    display: block;
    line-height: 14px;
}
   .footer-bottom-copyright-container {
    margin-top: 11px;
    line-height: 1;
}
   .lp-top-footer__above__page-top>a>.hs_cos_wrapper_type_text {
  font-size: 13px;
}
}
