*, *: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;
}


#main-content {
  overflow:hidden;
}

/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  /*margin: 0 auto;
  padding: 0 1rem; */

  max-width: 100%;
  padding: 0 15px;
}
.container-fluid.body-container {
  padding: 0;
}


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

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

@media (max-width: 767px) {
/*   .dnd-section .dnd-column {
    padding: 0;
  } */
/*   .dnd-section,
  .content-wrapper { 
    padding-left:15px;
    padding-right:15px;
  } */
}
body {
  line-height: 1.75;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
 
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

.hs_cos_wrapper_type_rich_text .link-wrapper a {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.hs_cos_wrapper_type_rich_text .link-wrapper svg {
  fill:#006F64;
}

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 15px;
}


h1,
h3{
  line-height:150%;
}
h2{
  line-height:136%;
}
h4{
  line-height:140%;
}
h5{
  line-height:156%;
  letter-spacing: -0.02em;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong{
  font-weight:600;
}

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

img {
  max-width: 100%;
  height:auto;
  vertical-align: middle;
}

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;
}
strong{
  font-weight:600;
}
@media(max-width:767px){
  body{
    line-height: 1.66666666667;

  }
}
button,
.button {
  cursor: pointer;
  display: inline-block; 
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-bottom-left-radius: 0 !important;
}

 

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block; 
  font-weight:600;
  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: #F3F4F4;
  border-radius: 8px;
  border: 0 solid; 
  outline:none !important;
  height:55px;
  display: inline-block; 
  padding: 13px 23px;
  width: 100%;
}

form textarea {
  width:100% !important;
  height:300px;
}


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;
}
.hs-error-msgs label,
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
.hs-button {
  cursor: pointer;
  display: inline-block; 
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:15px 0;
  font-weight:600;
  border-bottom-left-radius: 0 !important;
}

/* 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;
}
body.mobile-open {
  height:100vh;
  overflow:hidden;
}
.header-group {
  position: relative;
}
.hs-header-top {
  border-bottom: 1px solid #e5e5e6;
  position: relative;
  z-index: 99;
}
.hs-header-top > .header__container {
  z-index:99;  
}
.header-inner {
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo,
.hs-header-right-menu{
  display:none;
}
.hs-header-right-menu {
  margin-left:auto;
}
.hs-header-right-menu .hs-menu-wrapper > ul > li {
  margin: 0 8px;
}
.hs-header-right-menu .hs-menu-wrapper > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #727479;
}
.hs-header-right-menu .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}



/***
menu open styling  
***/
.mobile-open .hs-header-menu {
  display: block;
}
.mobile-open .hs-header-top {
  background-color: #28292a;
  border-color: rgba(89, 91, 95, 0.4);
}
.mobile-open .header-inner .header_mobile_logo img,
.mobile-open .header-mobile-phone-icon img {
  filter: brightness(0) invert(1);
}


/***
phone icon  
***/
.header-mobile-phone-icon a {
  height: 67px;
  display: flex;
  width: 67px;
  align-items: center;
  justify-content: center;
}
.header-mobile-phone-icon i {
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000000;
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  width: 26px;
}
.mobile-open .header-mobile-phone-icon i {
  color: #A9C029;
  border-color: #A9C029;
}

/***
mobile trigger  
***/
.mobile-trigger {
  cursor: pointer;
  position: relative;
  z-index: 11;
  height: 67px;
  display: flex;
  width: 67px;
  align-items: center;
  justify-content: center;
}
.mobile-trigger span {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #000;
  transition: all 0.3s ease;
}
.mobile-trigger span:before, 
.mobile-trigger span:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background-color: #000;
  position: relative;
  transition: all 0.3s ease;
}
.mobile-trigger span:before {
  top: -6px;
}
.mobile-trigger span:after {
  top: 4px;
}
.mobile-open .mobile-trigger span, 
.mobile-open .mobile-trigger span:after, 
.mobile-open .mobile-trigger span:before {
  background-color: #fff;
}
.mobile-open .mobile-trigger span {
  background-color: transparent;
}
.mobile-open .mobile-trigger span:before {
  transform: rotate(45deg);
  top: 1px;
}
.mobile-open .mobile-trigger span:after {
  transform: rotate(-45deg);
  top: -1px;
}


@media (max-width: 1023px) {
  .hs-header-menu {
    background-color: #28292A;
    height: 100vh;
    overflow: auto;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    padding-bottom: 250px;
    display: none;
    left:0px;
  }
}

@media (min-width: 1024px) {
  .hs-header-top > .header__container {
    padding: 0 32px;
  }
  .header-mobile-phone-icon,
  .mobile-trigger, 
  .header-mobile-menu-group{
    display:none;
  }
  .hs-header-right-menu {
    display:block;
  }
  .hs-header-menu {
    padding-left: 32px;
  }
}

@media (min-width: 1200px) {
  .header_mobile_logo {
    display:none;
  }
  .header__logo {
    display:block;
  }
  .hs-header-mega-menu.header-desktop-view > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer.footer {
  padding-top: 64px;
  padding-bottom: 91px;
}
footer.footer a:hover {
  text-decoration: underline;
}
.footer-top-section {
  padding-bottom: 40px;
}
.footer-top-section .hs-footer-top-column {
  border-left: 1px solid #e5e5e6;
  padding: 0 31px;
}
.footer-top-section h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0 0 16px 0;
}
.hs-get_touch .top_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #8E9095;
}
.hs-get_touch .top_content p {
  margin: 0 0 8px 0;
}
.hs-get_touch .bottom_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-get_touch .bottom_content ul > li {
  width: 100%;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 4px;
}
.hs-get_touch .bottom_content ul > li .icon-title a {
  color: inherit;
}
.hs-get_touch .bottom_content ul > li .icon {
  width: 26px;
  height: 26px;
  border: solid 1px #006F64;
  border-radius: 50%;
  text-align: center;
  color: #006F64;
  line-height: 24px;
  font-size: 12px;
  margin-right: 8px;
}
.footer-menu-column .hs-menu-wrapper ul > li {
  width: 100%;
}
.footer-menu-column .hs-menu-wrapper ul > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #8E9095;
}
.footer-menu-column .hs-menu-wrapper ul>li>a:hover {
  text-decoration: underline;
}
.footer-menu-column .hs-menu-wrapper ul > li:not(:last-child) {
  padding-bottom: 12px;
}
.hs-footer-social-icons .bottom_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-footer-social-icons .bottom_content ul li {
  width: 100%;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #8E9095;
  margin-bottom: 12px;
}
.hs-footer-social-icons .bottom_content ul li .icon {
  width: 26px;
  height: 26px;
  border: solid 1px #006F64;
  border-radius: 50%;
  text-align: center;
  color: #006F64;
  line-height: 24px;
  font-size: 12px;
  margin-right: 8px;
}
.hs-footer-social-icons .bottom_content ul li .icon a {
  color: inherit;
}
.hs-footer-social-icons .bottom_content ul li .icon-title a {
  color: #8E9095;
}
.footer-bottom-section {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #727479;
}
.footer__copyright {
  padding-top: 10px;
}
.hs-footer-bottom_equal-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer-bottom-left-column ul > li {
  position: relative;
  color: #727479;
}
.footer-bottom-left-column ul > li:not(:last-child):after {
  content: "";
  background: #C8C9CB;
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 12px;
}
.footer-bottom-left-column ul > li > a {
  color: inherit;
}
.footer-bottom-right-column ul {
  float: right;
}
.footer-bottom-right-column ul > li {
  padding: 0 10px;
  color: #727479;
}
.footer-bottom-right-column ul > li:last-child {
  padding-right: 0;
}
.footer-bottom-right-column ul > li > a {
  color: inherit;
}
.hs-footer-bottom_equal-group hr {
  margin-bottom: 19px;
  background-color: #E5E5E6;
  width: calc(100% - 30px);
}

@media(min-width:768px) {
  .hs-footer-mobile-menu {
    display:none;
  }
}

@media(max-width:991px) {
  .footer-bottom-right-column ul {
    float: none;
  }
  .footer-bottom-right-column ul > li:first-child {
    padding-left: 0;
  }
  .footer-top-section .hs-footer-top-column {
    margin-bottom: 30px;
  }
  .footer-top-section .footer__container > .row {
    margin: 0;
  }
}

@media(max-width:767px) {
  footer.footer {
    padding-bottom: 22px;
    padding-top: 22px;
  }  
  footer.footer .content-wrapper {
    padding: 0 25px;
  }
  .footer-bottom-left-column ul > li,
  .footer-bottom-section,
  .footer-bottom-right-column ul > li {
    color: #000000;
  }
  .footer-bottom-left-column ul>li:not(:last-child):after {
    background: #767676;
  }
  .footer__copyright {
    padding-top: 0;
  }
  .footer-bottom-right-column ul > li:not(:last-child):after {
    content: "";
    background: #767676;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    margin: 0 12px;
    overflow: hidden;
    vertical-align: middle;
    width: 4px;
  }
  .footer-bottom-right-column ul > li {
    padding: 0;
  }
  .hs-footer-bottom_equal-group hr {
    margin-bottom: 23px;
    margin-top: 0;
  }
  .footer-top-section {
    padding-bottom: 28px;
  }
  .footer-top-section .hs-footer-top-column {
    margin-bottom: 0;
  }
/*   .hs-footer-social-icons .bottom_content ul li .icon-title {
    display: none;
  }
  .hs-footer-social-icons .bottom_content ul li .icon {
    margin-right: 0;
  }
  .hs-footer-social-icons .bottom_content ul {
    display: flex;
    align-items: center;
  }
  .hs-footer-social-icons .bottom_content ul li {
    width: auto;
    margin-bottom: 5px;
    margin-right: 25px;
  }
  .hs-footer-social-icons .bottom_content ul li .icon {
    border-color: #6d8f05;
    color: #6d8f05;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  } */
  .hs-footer-bottom_equal-group ul {
    display: block;
  }
  .footer-bottom-left-column ul>li, 
  .footer-bottom-right-column ul>li {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-top-section .hs-footer-top-column {
    border-left: none;
    padding: 0;
  }
  .hs-footer-top-column.footer-top-left-column, 
  .hs-footer-top-column.footer-menu-column {
    margin-bottom:30px;
  }
  .hs-footer-mobile-menu .hs-menu-children-wrapper {
    display: none;
  }
  .hs-footer-mobile-menu {
    margin-bottom: 15px;
    width: 100%;
  }
  .hs-footer-mobile-menu .hs-menu-wrapper ul > li {
    width: 100%;
  }
  .hs-footer-mobile-menu .hs-menu-wrapper ul > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border-bottom: solid 1px #D7D7D7;
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
    white-space: normal !important;
  }
  .hs-footer-mobile-menu .hs-menu-wrapper ul ul > li > a {
    padding: 0 20px;
    padding-bottom: 16px;
  }
  .hs-footer-mobile-menu .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    line-height: 24px;
    font-size: 16px;
  }
}

.footer_accreditiations {
  border-top: 1px solid #e5e5e6;
  border-bottom: 1px solid #e5e5e6;
  padding: 32px 0; 
  margin-bottom:40px;
}
.footer_accreditiations ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.hs_cos_gallery_main .hs_cos_gallery_slide img {
  width:100%;
  height:540px;
  object-fit:contain;
}