*, *: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 ;
    }
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}
.body-container-wrapper {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.banner-section {
    position: relative;
    z-index: 9;
}
.dnd-section > .row-fluid,
.content-wrapper{
  width: 100%;
  padding-left: calc( ( 100% - 48px) / 19.2);
  padding-right: calc( ( 100% - 48px) / 19.2);
  margin-left: auto;
  margin-right: auto;
}
.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0 !important;
}
.Banner-row-0-force-full-width-section {
  padding-left: 0 !important;
  padding-right:0 !important;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }

}
@font-face { 
  font-family: Roboto;
  src: url(//711460.fs1.hubspotusercontent-na1.net/hubfs/711460/raw_assets/public/Bolt_January2022/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff) format("woff"); 
  font-style: normal; 
  font-weight: 300;
  font-display: swap;
}
@font-face { 
  font-family: Roboto;
  src: url(//711460.fs1.hubspotusercontent-na1.net/hubfs/711460/raw_assets/public/Bolt_January2022/fonts/KFOmCnqEu92Fr1Mu4mxM.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}

@font-face { 
  font-family: Roboto; 
  src: url(//711460.fs1.hubspotusercontent-na1.net/hubfs/711460/raw_assets/public/Bolt_January2022/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff) format("woff"); 
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face { 
  font-family: Roboto; 
  src: url(//711460.fs1.hubspotusercontent-na1.net/hubfs/711460/raw_assets/public/Bolt_January2022/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap; 
}

body {
  line-height: 1.78;
  font-size: 18px;
  word-break: break-word;
  letter-spacing: 0.0025em;

}
h1 {
  letter-spacing: -0.015em;
  line-height: 1.24;
}
h2 {
  letter-spacing: -0.005em;
  line-height: 1.37;
}
h3 {
  letter-spacing: 0em;
  line-height: 1.43;
}
h4 {
  letter-spacing: 0.0025em;
  line-height: 1.33;
}
h5 {
  letter-spacing: 0em;
  line-height: 1.4;
}
h6 {
  letter-spacing: 0.0025em;
  line-height: 1.78;
}
@media (min-width: 1024px){
  body {
    line-height: 1.6;
  }

  h1 {
    line-height: 1.09;
  }
  h2 {
    line-height: 1.37;
  }
  h4 {
    line-height: 1.25;
  }
  h5 {
    line-height: 1.33;
  }
  h6 {
    line-height: 1.4;
  }
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

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

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;
}
input.hs-button.primary.large,
input.hs-button.primary{
  margin: 20px 0;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
}
button,
.button {
  display: inline-block;
  font-weight: 500;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.78;
  letter-spacing: 0.005em;
  color: #ffff;
  margin:20px 0;
  cursor: pointer;
}
button,
.buttonsvg {
  margin-right: 1.25rem;
}
button,
.button span {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
button,
.button svg path {
  fill: #00BAC7;
}
button,
.button:hover svg path {
  fill: #170f4f;
}
@media screen and (min-width: 320px) {
  button,
  .button{  
    font-size: calc(14px + 2 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 1024px){
  button,
  .button:hover {
    background-position: left bottom!important; 
  } 

  button,
  .button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    background-size: 205% 100% !important;
    background-position: right bottom !important;
  }
  button,
  .button span {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  button,
  .button svg {
    margin-right: 1.5rem;
  }
  input.hs-button.primary.large,
  input.hs-button.primary{
    background-size: 205% 100% !important;
  }
}
@media screen and (min-width: 1601px){
  button,
  .button {  
    font-size: 16px;
  }
}

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;
}
@media(max-width:1023px){
  button,
  .button:hover{
    color: #fff !important;
  }
  button,
  .button:hover svg path {
    fill: #00BAC7;
  }

}
/* Form fields */

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

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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 {
  background-color: #f3f3f6;
  border: 0;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  padding: 19px 16px;
  color: rgba(0,0,0,.87);
  font-size: 16px;
}

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-input.invalid.error {
  border-color: #EF6B51;
}

label.hs-main-font-element,
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */


.form-title {
  font-weight: 700;
}
form input[type=submit],
form .hs-button {
  display: inline-block;
  font-weight: 500;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.78;
  letter-spacing: 0.005em;
  color: #ffff;
  margin:20px 0;
  cursor: pointer;
}
form input[type=submit],
form .hs-button svg {
  margin-right: 1.25rem;
}
form input[type=submit],
form .hs-button span {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
form input[type=submit],
form .hs-button svg path {
  fill: #00BAC7;
}
form input[type=submit],
form .hs-button:hover svg path {
  fill: #170f4f;
}
@media screen and (min-width: 320px) {
  form input[type=submit],
  form .hs-button {  
    font-size: calc(14px + 2 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 1024px){
  form input[type=submit],
  form .hs-button:hover {
    background-position: left bottom!important; 
  } 

  form input[type=submit],
  form .hs-button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    background-size: 205% 100% !important;
    background-position: right bottom !important;
  }
  form input[type=submit],
  form .hs-button span {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  form input[type=submit],
  form .hs-button svg {
    margin-right: 1.5rem;
  }

}
@media screen and (min-width: 1601px){
  form input[type=submit],
  form .hs-button {  
    font-size: 16px;
  }
}
@media(max-width:1023px){
  form input[type=submit],
  form .hs-button:hover{
    color: #fff !important;
  }
  form input[type=submit],
  form .hs-button:hover svg path {
    fill: #00BAC7;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
header.header ul{
  margin:0;
  padding:0;
  list-style:none;
}

header.header {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 20;
  height: 4.5rem;
}
.header-sticky-logo {
  display: none;
}
.header-wrapper {
  height: 4.5rem;
}
header.header.lp .header-inner {
  padding-top: 24px;
}
body.no-banner .header .header-logo svg path {
  fill: #170f4f;
}
body.no-banner  .custom-menu-primary .navigation-primary>ul>li>a {
  color: #170f4f;
}
header.header.sticky  .header-logo {
  display: none;
}

header.header.sticky .header-sticky-logo {
  display: block;
}



header.header.sticky .header-sticky-logo .hs_cos_wrapper {
  height: 24.12px;
}
.header .header_container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: calc( ( 100% - 48px) / 19.2);
  padding-right: calc( ( 100% - 48px) / 19.2);
  justify-content: space-between;
}
.header .header-logo {
  height: 24.12px;
}
.header .header-logo .hs_cos_wrapper {
  height: 24.12px;
}
header.header.sticky {
  background: #fff;
}
header.header.sticky  .custom-menu-primary .navigation-primary>ul>li>a {
  color: #170f4f;
}
header.header.sticky .custom-menu-primary .navigation-primary>ul>li>a svg {
  fill: #170f4f;
}
header.header:hover .custom-menu-primary .navigation-primary>ul>li>a svg {
  fill: #00BAC7;
}
header.header.sticky .header-logo a svg path {
  fill: #170f4f;
  width:80px;
  height:28px
}
header.header.sticky  .custom-menu-primary .navigation-primary>ul>li:hover svg{
  fill: #00bac7;
}
.header .header-logo a svg {
  display: block;
  vertical-align: middle;
}
.header  .custom-menu-primary .navigation-primary>ul>li:not(:first-child) {
  margin-right: 0;
  margin-left: 2.75rem;
}
.header  .custom-menu-primary .navigation-primary>ul>li>a {
  line-height: 1.5;
  letter-spacing: 0.0015em;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.header .custom-menu-primary .navigation-primary>ul {
  display: flex;
  flex-direction: row;
}
.header  .button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.header .button-wrapper a {
  margin: 0;
}
.header .button-wrapper a {
  align-items: center;
  font-weight: 500;
  height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  display: none;
  white-space: nowrap;
  border: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.header .button-wrapper a span {
  margin: 0;
}

.header .button-wrapper a  svg {
  display: none;
}
.header .header-logo,
{
  width: 20%;
}
header.header.sticky .header-sticky-logo{
  width: 20%;
  
}
.header  .custom-menu-primary {
  width: 65.5%;
}
.header .button-wrapper {
  width: 20%;
}
.header .header-logo {
    width: 20%;
}
@media (min-width: 320px){
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-3 li a,
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 li a{
    font-size: calc(14px + 2 * ((100vw - 320px) / 1280));
  }

  .header .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 1024px){
  .custom-bottom-wrapper,
  .toggle-wrapper{
    display:none;
  }
  .header-wrapper {
    height:5rem;
  }
  .header .header_container {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc((12 * 64px) + (11 * 1rem));
  }
  .header .header-logo {
    height: 28.05px;
  }
  header.header {
    height: 5rem;
  }
  .header  .button-wrapper a {
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    background-size: 205% 100% !important;
    background-position: right bottom !important;
  }
  .header .button-wrapper a:hover {
    background-position: left bottom !important;
  }
  .header .custom-menu-primary .navigation-primary>ul>li {
    position: relative;
    overflow: hidden;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(3):hover>a:after,
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(5):hover>a:after{
    transform: translateX(0px);
    opacity: 1;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 li:hover a:after {
    transform: translateX(0px);
    opacity: 1;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-3 li a:after{
    display:none;
  }
  .header .custom-menu-primary .navigation-primary ul li {
    overflow: hidden;
    position: relative;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child ul.submenu.level-2 li:last-child a:after {
    display:none;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 li a:after {
    content: "";
    position: absolute;
    height: 0.25rem;
    background-color: rgb(23, 15, 79);
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: translateX(-100%);
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(3)>a:after,
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(5)>a:after{
    content: "";
    position: absolute;
    height: 0.25rem;
    background-color: rgb(23, 15, 79);
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: translateX(-100%);
  }
  .header .custom-menu-primary .navigation-primary>ul>li>a svg {
    margin-left: 0.5rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    fill: #fff;
    vertical-align: middle;
  }
  .header .custom-menu-primary .navigation-primary>ul>li>a {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.header:hover .header-inner {
    background: #fff;
  }
  header.header:hover .custom-menu-primary .navigation-primary>ul>li>a {
    color: #170f4f;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:hover  svg {
    fill: #00bac7;
  }
  .header .custom-menu-primary .navigation-primary>ul>li :hover svg {
    transform: rotate( 
      -180deg
    );
  }
  header.header:hover  .header-logo a svg path {
    fill: #170f4f;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:hover ul.submenu.level-2 {
    visibility: visible;
    opacity: 1;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 {
    position: fixed;
    top: 5rem;
    left: 0px;
    right: 0px;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
  }

  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 .header_container {
    align-items: inherit;
    height: 16.5rem;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 .header_container li {
    padding-top: 2.5rem;
    padding-right: 1.5rem;
    width: 291px;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 .header_container li ul.submenu.level-3 li {
    padding-top: 0 ;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 li a{
    line-height: 1.5;
    letter-spacing: 0.0015em;
    margin-top: 1.25rem;
    font-weight: 700;
    display: block;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-3 li a{
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.0015em;
    margin-top: 1rem;

  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child  ul.submenu.level-2 li.has-submenu:last-child a {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child ul.submenu.level-2 li.has-submenu:last-child ul.submenu.level-3 li.no-submenu>a {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-transform: inherit;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li ul.submenu.level-2 li.has-submenu:last-child ul.submenu.level-3 li.no-submenu:last-child>a {
    margin-bottom: 0;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 .header_container,
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2 .header_container{
    justify-content: flex-start;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 .header_container li,
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2 .header_container li{
    width: 272px;
    margin-right: 16px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2 .header_container {
    height: 11.5rem;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child ul.submenu.level-2 li.has-submenu:last-child ul.submenu.level-3 li.no-submenu:hover>a:after{
    transform: translateX(0px);
    opacity: 1;  

  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child ul.submenu.level-2 li.has-submenu:last-child ul.submenu.level-3 li.no-submenu>a:after {
    content: "";
    background-color: rgb(23, 15, 79);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: translateX(-100%);
    display:block;
  }
  .header .header-logo .hs_cos_wrapper {
    height: 28.05px;
  }
  header.header.sticky .header-sticky-logo .hs_cos_wrapper {
    height: 28.05px;
  }
}
@media (min-width: 1280px){
  .header .header_container {
    max-width: calc((16 * 64px) + (15 * 1rem));
  }

}
@media (min-width: 1601px){
  .header .header_container {
    max-width: calc((16 * 80px) + (15 * 1rem));
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-3 li a,
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 li a,
  .header .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 16px;
  }
}
@media(max-width:1600px){
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 .header_container li {
    width: 240px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 .header_container li,
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2 .header_container li{
    width: 224px;

  }
}
@media(max-width:1279px){
  .header .custom-menu-primary .navigation-primary>ul>li:not(:first-child) {
    margin-left: 1.5rem;
  }
  .header .custom-menu-primary {
    width: 68%;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 .header_container li {
    width: 178px;
  }
}
@media (max-width: 1023px){

  .header-inner {
    padding-top: 24px;
  }
  .toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .toggle {
    width: 21px;
    height: 16px;
    position: relative;
    transform: rotate(
      0deg
    );
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    opacity: 1;
    left: 0;
    transform: rotate(
      0deg
    );
    transition: 0.25s ease-in-out;
  }

  .toggle span:nth-of-type(1) {
    top: 0;
  }

  .toggle  span:nth-of-type(2),
  .toggle span:nth-of-type(3) {
    top: 7px;
  }

  .toggle span:nth-of-type(4) {
    top: 14px;
  }
  .header .header-logo {
    width: 100%;
  }
  .header .button-wrapper {
    display: none;
  }
  .open-menu .toggle span:nth-of-type(1) {
    top: 7px;
    width: 0%;
    left: 50%;
  }

  .open-menu .toggle span:nth-of-type(2) {
    transform: rotate(
      45deg
    );
  }

  .open-menu .toggle span:nth-of-type(3) {
    transform: rotate(
      -45deg
    );
  }

  .open-menu .toggle span:nth-of-type(2),
  .open-menu .toggle span:nth-of-type(3) {
    top: 7px;
  }

  .open-menu .toggle span:nth-of-type(4) {
    top: 7px;
    width: 0%;
    left: 50%;
  }

  .open-menu .toggle span {
    background: rgb(23, 15, 79);
  }
  .open-menu .header .header-logo a svg path {
    fill: #170f4f;
  }
  .open-menu .header .header-logo a svg path.ccit {
    fill: #fff;
  }
  .header .custom-menu-primary {
    width: 100%;
    position: fixed;
    inset: 4.5rem 0px 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.3rem;
    overflow: hidden auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 300ms;
    padding-bottom: 1.75rem;
    z-index: 10;
    display: none;
    opacity: 1;
    padding-left: calc( ( 100% - 48px) / 19.2);
    padding-right: calc( ( 100% - 48px) / 19.2);
    background: #00bac7;
  }
  .open-menu .header .custom-menu-primary {
    display: flex;
  }
  .header .custom-menu-primary .navigation-primary>ul {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .header  .custom-menu-primary .navigation-primary>ul>li>a {
    color: #170f4f;
    line-height: 37px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li>a svg {
    display: none;
  }
  .header .custom-menu-primary ul ul {
    background-color: rgb(0 186 199);
  }
  .header .custom-menu-primary ul ul  .header_container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:not(:first-child) {
    margin-right: 0;
    margin-left: 0;
  }
  .header .custom-menu-primary ul.submenu.level-3 {
    display: none;
  }
  .header .custom-menu-primary ul.submenu.level-2{
    padding-top: 1rem;
    padding-bottom: 2.25rem;
  }
  .custom-menu-primary .navigation-primary>ul ul li a {
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 1.43;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child ul li:last-child {
    display: none;
  }

  .header .custom-menu-primary .navigation-primary>ul>li ul li:not(:first-child) {
    margin-top: 12px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(4) {
    margin-top: 12px;
  }
  header.header {
    background: #00bac7;
  }
  .header  .header-menu {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .header  .custom-bottom-wrapper  .border-space {
    left: calc((100vw - 48px) / -19.2);
    position: absolute;
    top: -1px;
    width: 100vw;
    height: 1px;
    background-color: rgba(23, 15, 79, 0.15);
  }

  .header .custom-bottom-wrapper {
    margin-top: 4rem;
  }
  .header .header-menu .hs_cos_wrapper>ul>li:first-child {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #170f4f;
    display: block;
    position: relative;
    top: -1px;
  }


  .header .header-menu .hs_cos_wrapper>ul>li {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .header .header-menu .hs_cos_wrapper>ul>li:nth-child(2) {
    margin-right: 19px;
  }

  .header .header-menu .hs_cos_wrapper>ul>li>a {
    color: #170f4f;
    font-weight: 300;
    letter-spacing: 0.0025em;
    line-height: 1.78;
    font-size: calc(18px + 2 * ((100vw - 320px) / 1280));
  }
  .header .custom-bottom-wrapper .border-space-bottom {
    left: calc((100vw - 48px) / -19.2);
    position: absolute;
    bottom: 2px;
    width: 100vw;
    height: 1px;
    background-color: rgba(23, 15, 79, 0.15);
  }
  .header .custom-bottom-wrapper  .social-share {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .header .custom-bottom-wrapper .social-links {
    display: flex;
    justify-content: flex-start;
  }
  .header .custom-bottom-wrapper .social-links h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #170f4f;
    margin-right: 48px;
    position: relative;
    top: -2px;
  }
  .header .custom-bottom-wrapper  .social-links-inner {
    margin-top: 0;
    top: 3px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li {
    margin-top: 16px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:first-child {
    margin-top: 0;
  }
  .header .custom-bottom-wrapper  .copyright p {
    line-height: 20px;
    letter-spacing: 0.0025em;
    font-size: 0.875rem;
    margin: 0;
  }
  body.open-menu {
    overflow: hidden;
  }
  .header .custom-bottom-wrapper  .social-links-inner a img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(3594%) hue-rotate( 
      223deg
    ) brightness(88%) contrast(117%);
  }

  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 li a{
    font-size: calc(28px + 20 * ((100vw - 320px) / 1280)) !important;
  }
  .header .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: calc(24px + 8 * ((100vw - 320px) / 1280)) !important;
  }
  .no-banner .toggle span {
    background: rgb(23, 15, 79);
  }
  body.no-banner.open-menu header.header {
    background: #00bac7;
  }
  .header .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 .header_container li {
    width: 100%;
  }
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 .header_container li,
  .header .custom-menu-primary .navigation-primary>ul>li:nth-child(4) ul.submenu.level-2 .header_container li {
    width: 100%;
  }
  header.header.sticky .toggle span {
    background: rgb(23, 15, 79);
  }
  header.header.sticky .header-sticky-logo{
  width: 100%;
  
}
}
footer.footer ul{
  margin:0;
  padding:0;
  list-style:none;
}
footer.footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.footer .footer-top{
  padding-top: 3.5rem;
}
.footer  .footer_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: calc( ( 100% - 48px) / 19.2);
  padding-right: calc( ( 100% - 48px) / 19.2);
}
.footer .footer-middle .footer_container {
  justify-content: flex-start;
}
.footer .footer-top .col {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer .footer-top .hs-menu-wrapper>ul>li>a,
.footer .footer-middle .col-left h3{
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.71;
  font-family: 'Roboto';
  letter-spacing: 0.001em;
}
.footer .footer-top .hs-menu-wrapper>ul ul li {
  margin-bottom: 1rem;
  margin-top: 1.25rem;
}
.footer .footer-top .hs-menu-wrapper>ul ul li a {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.0025em;
}
.footer .footer-middle .col-left .hs_cos_wrapper>ul>li>a {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: rgb(227, 217, 0);
  line-height: 1.78;
  font-family: 'Roboto';
  display: block;
}
.footer .footer-bottom .col-left .hs_cos_wrapper>ul>li>a:after {
  content: "";
  height: 1px;
  background-color: #fff;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: translateX(-100%);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  opacity: 0;
}

.footer .footer-bottom .col-left .hs_cos_wrapper>ul>li:hover>a:after {
  transform: translateX(0px);
  opacity: 1;
}
.footer .footer-middle .col-left .hs_cos_wrapper>ul>li>a:after {
  content: "";
  height: 1px;
  background-color: rgba(227,217,0,1.0);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: translateX(-100%);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  opacity: 0;
}

.footer .footer-top .hs-menu-wrapper>ul ul li a:after {
  content: "";
  height: 1px;
  background-color: #fff;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: translateX(-100%);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  opacity: 0;
}

.footer .footer-top .hs-menu-wrapper>ul ul li:hover a:after {
  transform: translateX(0px);
  opacity: 1;
}

.footer .footer-top .hs-menu-wrapper ul li {
  overflow: hidden;
  position: relative;
}
.footer .footer-middle .col-left .hs_cos_wrapper>ul>li>a:hover:after {
  transform: translateX(0px);
  opacity: 1;
}

.footer .footer-middle .col-left .hs_cos_wrapper>ul>li {
  position: relative;
  overflow: hidden;
}

.footer .footer-middle .col-left .hs_cos_wrapper>ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-middle .col-left h3 {
  margin: 0;
}
.footer  .footer-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  border-top: 1px solid;
  border-color: rgba(255,255,255,0.2);
}
.footer .footer-bottom .col-left .hs_cos_wrapper>ul>li {
  display: inline-block;
  margin-right: 1.7rem;
  position: relative;
}
.footer .footer-bottom .col-left {
  margin-bottom: 1rem;
}
.footer .footer-bottom .col-left .hs_cos_wrapper>ul>li>a {
  color: #fff;
  line-height: 1.33;
  letter-spacing: 0.0025em;
  font-size: 1rem;
  font-weight: 400;
}
.footer .footer-bottom .col-left .hs_cos_wrapper>ul>li:first-child {
  color: #00bac7;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: .001em;
  position: relative;
  top: -1.6px;
}
.footer .footer-bottom  .footer_container{
  flex-direction: column;
}
.footer .footer-bottom  .copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  margin:0;
  line-height: 1rem;
}
.footer .footer-top .col-four img {
  max-width: 66px;
  height: auto;
}
.footer .footer-top .hs-menu-wrapper>ul>li>a {
  margin-bottom: 24px;
}

@media (min-width: 1024px){
  .footer .footer-top .hs-menu-wrapper>ul>li>a {
    pointer-events: none;
  }
  .footer .footer-top .hs-menu-wrapper>ul>li>a,
  .footer .footer-middle .col-left h3{
    font-size: 1rem;
  }
  .footer .footer-top {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .footer .footer_container {
    max-width: calc(768px + 11rem);
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-top  .col {
    padding-bottom: 0px;
    margin-top: 12px;
    padding-top: 0;
  }
  .footer .footer-top .hs-menu-wrapper>ul ul {
    max-height: 100%;
    margin-top: 1.25rem;
  }
  .footer .footer-top .hs-menu-wrapper>ul ul li {
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
  }
  .footer .footer-top .hs-menu-wrapper>ul ul li a {
    position: relative;
  }
  .footer .footer-top  .col-one {
    width: 464px;
  }

  .footer .footer-top .col-two {
    width: 371px;
  }
  .footer .footer-top .col-three {
    width: 358px;
  }
  .footer .footer-top .col-four {
    width: 272px;
    display: flex;
    justify-content: flex-end;
    margin-top:0;

  }
  .footer .footer-middle {
    border-top: 1px solid;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .footer .footer-middle .col-left .hs_cos_wrapper>ul>li>a {
    margin-top: 0.75rem;
  }

  .footer .footer-bottom {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .footer .footer-bottom .col-left .hs_cos_wrapper>ul>li {
    font-size: 1rem;
    margin-right: 1.7rem;
  }
  .footer .footer-middle .col {
    width: 220px;
  }
  .footer .footer-middle .col-left {
    margin-right: 20px;
  }
}
@media (min-width: 1280px){
  .footer .footer_container {
    max-width: calc(1024px + 15rem);
  }
}
@media (min-width: 1601px){
  .footer  .footer_container {
    max-width: calc(1280px + 15rem);
  }
  .footer .footer-middle  .col {
    width: 272px;
  }
  .footer .footer-middle .col-left {
    margin-right: 16px;
  }
  .footer .footer-top   .col-two,
  .footer .footer-top  .col-three {
    width: 368px;
  }

}
@media (max-width: 1279px){
  .footer .footer-middle .footer_container {
    flex-direction: column;
  }
  .footer .footer-top .col-one {
    width: 495px;
  }
  .footer .footer-top .col-three {
    width: 324px;
  }
}
@media(max-width:1023px){
  footer.footer {
    position: relative;
  }
  .body-container-wrapper {
    margin-bottom: 0 !important;
  }
  .footer .footer-bottom .col-left .hs_cos_wrapper>ul>li:first-child {
    font-size: 1rem;
    display: block;
    margin: 0;
    top: -1px;
  }
  .footer .footer-bottom .col-left .hs_cos_wrapper>ul>li {
    margin-top: 0.45rem;
  }
  .footer .footer-middle .footer_container {
    flex-direction: row;
  }
  .footer .footer-middle .col {
    width: 50%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .footer .footer-middle .col-left h3 {
    font-size: 1rem;
  }
  .footer .footer-middle .col-left {
    margin-right: 16px;
  }
  .social-links-inner {
    top: -1px;
  }
  .footer .footer-middle .col-left {
    margin-right: 16px;
  }
  .footer .footer-top .col-one {
    order: 2;
  }
  .footer .footer-top .col-two {
    order: 3;
  }
  .footer .footer-top .col-three {
    order: 4;
  }
  .footer .footer-top .col-four {
    order: 1;
  }
  .footer .footer_container {
    flex-direction: column;
  }
  ul.hs-menu-children-wrapper {
    display: none;
  }
  .footer .footer-top .col {
    width: 100%;
    padding-bottom: 0;
  }
  .footer .footer-top .hs-menu-wrapper>ul>li>a {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-top .col-four {
    margin-bottom: 2.8rem;
    padding: 0;
  }
  .footer .footer-top .col-one {
    padding-top: 0;
  }
  .footer .footer-top .border-space {
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.2);
    padding-bottom: 1.45rem;
    margin-left: -50px;
    margin-right: -50px;
  }
  .footer .footer-top .hs-menu-wrapper>ul>li>a  svg.css-1u7g0ub {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    flex: 0 0 auto;
    display: block;
    transition-duration: 300ms;
    fill: #fff;
    stroke-width: 0;
  }
  .footer .footer-bottom .col-left .hs_cos_wrapper>ul>li:last-child {
    margin-right: 0;
  }
  .footer .footer-top .hs-menu-wrapper>ul>li>a.child-open svg.css-1u7g0ub {
    transform: scaleY(-1);
    fill: rgba(0,186,199,1.0);
  }
  .footer .footer-top .hs-menu-wrapper>ul ul li:first-child {
    margin-top: 1.25rem;
  }
  .footer .footer-top .hs-menu-wrapper>ul ul li {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
