/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
@font-face {
    font-family: 'Aeonik';
    src: local('Aeonik Bold'), local('Aeonik-Bold'),
        url(Aeonik-Bold.eot?#iefix') format('embedded-opentype'),
        url('//4127087.fs1.hubspotusercontent-na1.net/hubfs/4127087/raw_assets/public/InsideOut%20Theme/fonts/Aeonik-Bold.woff2') format('woff2'),
        url('//4127087.fs1.hubspotusercontent-na1.net/hubfs/4127087/raw_assets/public/InsideOut%20Theme/fonts/Aeonik-Bold.woff') format('woff'),
        url('//4127087.fs1.hubspotusercontent-na1.net/hubfs/4127087/raw_assets/public/InsideOut%20Theme/fonts/Aeonik-Bold.ttf') format('truetype'),
        url('//4127087.fs1.hubspotusercontent-na1.net/hubfs/4127087/raw_assets/public/InsideOut%20Theme/fonts/Aeonik-Bold.svg#Aeonik-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*{
  outline:none;
}
*, *: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 */
  overflow-x: hidden;
}

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

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

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

/**
* Add the correct box sizing in Firefox.
*/

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
* Remove the inheritance of text transform in Edge and Firefox.
* 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;
}

/**
* Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
*/

legend {
  padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

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

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* 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 20px;
  width:100%;
}

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

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.5;
  overflow-wrap: break-word;
  overflow-x:hidden;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration:none;
  transition: color .15s linear;
}

/* Headings */
h5,
h6 {
  margin: 0 0 20px;
}

h1{
  line-height:1.2;
  margin:0 0 25px;
}

h2,
h3,
h4{
  line-height:1.3;
  margin:0 0 20px;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
  max-width:100%;
  height:auto;
  display: inline-block;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

mark {
  background: var(--primary);
  padding: 0 5px;
}

.dark {
  color: var(--dark-text-color);
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6{
  color:inherit;
}

svg {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.detail-content>:last-child,
.hs_cos_wrapper_type_rich_text>:last-child {
  margin-bottom: 0 !important
}

.detail-content ul ul,
.hs_cos_wrapper_type_rich_text ul ul {
  margin-top: 20px
}

.detail-content ol,
.hs_cos_wrapper_type_rich_text ol {
  padding-left: 20px
}

.detail-content ul,
.hs_cos_wrapper_type_rich_text ul {
  list-style: inherit !important;
  padding-left: 30px
}

.detail-content.tc ol,
.detail-content.tc ul,
.tc .detail-content ol,
.tc .detail-content ul,
.tc .hs_cos_wrapper_type_rich_text ol,
.tc .hs_cos_wrapper_type_rich_text ul {
  text-align: left
}

.detail-content ol li {
  margin-top: 20px;
}

strong {
  font-weight: 700
}

.rtp {
  padding-top: 0 !important
}

.rbp {
  padding-bottom: 0 !important
}

.white {
  color: #fff
}

.orange {
  color: var(--secondary_color);
}

.dis-flex {
  display: flex;
  flex-wrap: wrap
}

.vmiddle {
  align-items: center
}

.vbottom {
  align-items: flex-end
}

.hcenter {
  justify-content: center
}

.hspace {
  justify-content: space-between
}

.hright {
  justify-content: right
}

.tc {
  text-align: center
}

.tr {
  text-align: right
}

.tl {
  text-align: left
}

.dis-flex>.row-fluid-wrapper>.row-fluid:after,
.dis-flex>.row-fluid-wrapper>.row-fluid:before {
  display: none
}

.bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.overlay {
  position: relative;
  z-index: 1
}

.overlay:before {
  background: linear-gradient(0deg, rgba(42, 39, 94, 0.7), rgba(42, 39, 94, 0.7));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.common-button {
  margin-top: 40px
}

.circle-wrapper { height:275px; width: 275px; position: absolute; top:50%;margin: 0;display: block;opacity:0.45; z-index:-1; }
.circle-wrapper.right{ right: 0;  transform: translate(50%,-50%);  } 
.circle-wrapper.left{ left: 0;  transform: translate(-50%,-50%);  } 
.circle-wrapper > div { border-radius: 50%; transition: all 2s linear; height: 50%; width: 50%; border: 1px solid #79CCCC; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.circle-wrapper .circle0 { height: 5px; width: 5px; border: 0; }
.circle-wrapper.visible .circle2 { height: 63%; width: 63%; }
.circle-wrapper.visible .circle3 { height: 75%; width: 75%; }
.circle-wrapper.visible .circle4 { height: 88%; width: 88%; }
.circle-wrapper.visible .circle5 { width: 100%; height: 100%; }
.circle-wrapper .circle3 { border-color: #5593B3; }
.circle-wrapper .circle4 { border-color: #5593B3; }
.circle-wrapper .circle5 {border-color: #2E5597; }

html.overflow-hide{margin-right: 17px; overflow: hidden;}
.custom-popup{ position:relative;z-index:999;}
.custom-popup-bg{ top: 0; left: 0; width: 100%; height: 100%; position: fixed;z-index: 1042; overflow: hidden; background: rgba(0,0,0,.8); filter: alpha(opacity=80); } 
.custom-popup-wrap{ top: 0; left: 0; width: 100%; height: 100%; position: fixed;z-index: 1043; outline: none!important; -webkit-backface-visibility: hidden; overflow: hidden auto; }
.custom-popup-container{text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 0;  }
.custom-popup-container:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
.custom-popup-content { display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; width: 100%; cursor: auto; }
.custom-popup-close { width: 40px; height: 40px; position: absolute; text-decoration: none; text-align: center; color: #fff; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; padding: 0; min-width: auto; z-index: 1046; top: 15px; right: 15px;}
.custom-popup-close:hover path { stroke: #ffffff; }
.custom-popup-main{ padding: 50px 0;}
.custom-popup .content-wrapper { max-width: 940px; }
.custom-popup .content-wrapper > div { position: relative; background: #F0F0F0; color: #1D1D1B; font-size: 16px; padding: 45px; display: block; }

@media(min-width:767px){
  .font18{font-size:18px;}
}

@media(min-width:1025px){
  .stp-full{ padding-top: 100px; }
  .stp-half{ padding-top: 50px; }
  .sbp-full{ padding-bottom: 100px; }
  .sbp-half{ padding-bottom: 50px; }
  .circle-wrapper { height: 552px; width: 552px; }
  .circle-wrapper.small { height: 407px; width: 407px; }
}

@media(min-width:1366px){
  .stp-full{ padding-top: 120px; }
  .stp-half{ padding-top: 60px; }
  .sbp-full{ padding-bottom: 120px; }
  .sbp-half{ padding-bottom: 60px; }
}

@media(min-width:1920px){
  .circle-wrapper.left{ left: 0 !important;}
  .circle-wrapper.right{ right: 0 !important; }
}

@media(max-width:1024px){
  .stp-full{ padding-top: 70px; }
  .stp-half{ padding-top: 35px; }
  .sbp-full{ padding-bottom: 70px; }
  .sbp-half{ padding-bottom: 35px; }
  .custom-popup .content-wrapper > div{ padding:45px 20px; }
}
button,
.button,
.hs-button,
a.button,{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  box-sizing: border-box !important;
  min-width:240px;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
input::-ms-clear,select::-ms-expand {display: none}
input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill { -webkit-text-fill-color: #252525; -webkit-box-shadow: inset 0 0 0 100px #fff; -moz-box-shadow: inset 0 0 0 100px #fff; box-shadow: inset 0 0 0 100px #fff; color: #252525 }
input,select,textarea { border-radius: 0 }
button,html input[type=button],input[type=reset],textarea { -webkit-appearance: none; border-radius: 0;}
button,input,option,select,textarea { font-family: inherit; font-size: 100%; margin: 0; vertical-align: baseline }
input[type=email],input[type=tel],input[type=text] { -webkit-appearance: none!important }
textarea { height: 120px; overflow: auto; resize: none; vertical-align: top }
form ul { list-style: none; margin: 0; padding: 0 }
form div.hs-form-field .input>ul>li>label { cursor: pointer }
form ul.inputs-list.hs-error-msgs { color: red; font-size: 14px; padding:5px 0 0; }
form ul.inputs-list.hs-error-msgs label { color: inherit }
form .hs-form-required { display: inline; }
form .hs_error_rollup { display: none; }
form .legal-consent-container .hs-error-msgs label { color: #FF0000 !important }
form fieldset { max-width: 100%!important }
form div.hs-form-field { display: inline-block; float: none!important; margin-bottom: 10px; vertical-align: top; width: 100%!important }
form ul.inputs-list { padding-top: 8px }
form .input { margin-right: 0!important }
form .hs-form-field>label { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; font-weight: 700; margin-bottom: 13px; font-family: var(--secondary_font); text-transform: uppercase; font-size: 14px; }
form input[type=date],form input[type=datetime-local],form input[type=datetime],form input[type=email],form input[type=file],form input[type=month],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form input[type=time],form input[type=url],form input[type=week],form select,form textarea { display: inline-block;padding:15px 12px; width: 100%!important; }
form select { -moz-appearance: none; -webkit-appearance: none; background-image: url(https://www.insideoutdev.com/hubfs/InsideOut/Images/down-grey.svg); background-position: right 11px center; background-repeat: no-repeat; background-size: 15px auto; cursor: pointer; padding-right: 35px; }
form .input ul.inputs-list li label input[type=radio]:checked+span:before { box-shadow: inset 0 0 0 3px #fff }
form .input ul.inputs-list li label input[type=radio] { display: none!important; opacity: 0 }
form .input ul.inputs-list li label input[type=radio]+span:before { border-radius: 50%; content: ""; height: 20px; left: 0; position: absolute; text-align: center; top: 1px; width: 20px }
form .input ul.inputs-list li label input[type=radio]+span,form input[type=checkbox]+span { display: flex; padding-left: 30px; position: relative; margin-left:0; }
form .input ul.inputs-list li label input[type=radio]:checked+span:before { background-color:var(--quaternary_color); }
form input[type=checkbox] { display: none!important; opacity: 0 }
form input[type=checkbox]+span:before { border-style: solid; border-width: 2px; content: ""; height: 20px; left: 0; position: absolute; text-align: center; top: 1px; width: 20px; background-repeat: no-repeat; background-position: center; background-size: 12px; }
form input[type=checkbox]:checked+span:before { background-image: url(https://www.insideoutdev.com/hubfs/InsideOut/Images/black-right-svg.png); }
form div.hs-form-field .input>ul>li:not(:last-child) { margin: 0 0 10px }
form .legal-consent-container .hs-form-booleancheckbox-display>span { margin-left: 0 }
form .legal-consent-container .field.hs-form-field { margin-bottom: 0 }
form .legal-consent-container { margin-bottom:30px;}
form .hs-richtext { margin: 10px 0 }
form .legal-consent-container ul.inputs-list li label input[type=checkbox]+span:before{ top:2px;}
form .legal-consent-container ul.inputs-list li{ padding:0; }
.submitted-message > *:last-child { margin-bottom: 0; }
form .hs-button { min-width: 180px; padding-left: 20px; padding-right: 20px; }
form p {  font-size: 12px; !important }

@media(min-width: 900px) {
  form fieldset.form-columns-2>div.hs-form-field { margin-right:16px; width: calc(50% - 8px)!important }
  form fieldset.form-columns-2>div.hs-form-field:last-child,form fieldset.form-columns-3>div.hs-form-field:last-child { margin-right: 0 }
  form fieldset.form-columns-3>div.hs-form-field { margin-right: 16px; width: calc(33.33% - 11px)!important }
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9; }
header:has(+ .body-container-wrapper > .body-container--home) {  background: #343434; }
.small-header header{ background: #343434; }
header a{ display:inline-block; }
header a.no-link { pointer-events: none; }
header .header-search { width: 20px; cursor: pointer; }
header .header-menu .hs-menu-depth-1 > a,header .header-menu .hs-menu-depth-2 > a { text-transform:uppercase;}
header .megamenu .hs-menu-depth-3 { margin-bottom: 2px; }
header .megamenu .hs-menu-depth-3 > a { display: flex; flex-wrap: wrap; align-items: center;color: #ffffff; }
header .megamenu .hs-menu-depth-3-label { text-align: left; }
header .header-search-wrapper { position: absolute; width: 100%; left: 0; top: 0; height: 100%; background: #343434; display: flex; flex-wrap: wrap; align-items: center; visibility: hidden; opacity: 0; }
header .header-search-wrapper.open{ visibility: visible; opacity:1; }
header .header-search-wrapper form { padding: 0; background: transparent; border: 0; }
header .header-search-wrapper .hs-search-field { display: flex; flex-wrap: wrap; align-items: center; }
header .header-search-wrapper .hs-search-field__bar { width: calc(100% - 30px); padding-right: 20px; }
header .header-search-wrapper .search-close { width: 30px; cursor: pointer; }
header .header-search-wrapper .content-wrapper{ max-width:740px; }

@media(min-width:1025px){
  header .logo { width: 182px; }
  header .header-right { width: calc(100% - 182px); display: flex !important; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
  header .header-menu > ul { display: flex; flex-wrap: wrap; align-items: center; }
  header .header-menu .hs-menu-depth-1 > a:after { position: absolute; content: ""; transition: width .15s linear;  height: 5px; width: 0; background: var(--primary); left: 0; bottom: 0; }
  header .header-menu .hs-menu-depth-1:hover > a:after,header .header-menu .hs-menu-depth-1.active > a:after,,header .header-menu .hs-menu-depth-1:has(.active) > a:after { width:100%; }
  header .megamenu { display: flex !important; flex-wrap: wrap; justify-content: center; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); padding: 15px 0 35px; }
  header .megamenu:after { position: absolute; content: ""; left: 50%; width: 110vw; height: 100%; top: 0; background: var(--body-background); transform: translateX(-50%); z-index: -1; }
  header .header-menu .hs-menu-depth-1 > .hs-menu-children-wrapper { opacity: 0; visibility: hidden; }
  header .header-menu .hs-menu-depth-1:hover > .hs-menu-children-wrapper { opacity: 1; visibility: visible; }
  header .header-menu .hs-menu-depth-1 > a { position: relative; color: inherit; padding: 37px 0; }
  header .header-menu .hs-menu-depth-1 {  position: relative; }
  header .megamenu .hs-menu-depth-2 { width: 33.33%; text-align: center; padding: 0 8px; }
  header .megamenu .hs-menu-depth-2 .hs-menu-children-wrapper { display: block !important; margin-top: 7px; }
  header .default { position: absolute; left: 15px; top: 100%; background: var(--dark-text-color); width: 228px; display:block !important; }
  header .default .hs-menu-depth-2 > a { padding: 8px 17px; color: inherit; display: block; }
  header .default .hs-menu-depth-2 > a:hover,header .default .hs-menu-depth-2.active > a { background: var(--primary); }
  header .megamenu .hs-menu-depth-3 > a { padding: 20px 17px;}
  header .megamenu .hs-menu-depth-3 > a:hover, header .megamenu .hs-menu-depth-3.active > a{ color: var(--primary);}
  header .megamenu .hs-menu-depth-3-label { padding-left: 21px; font-family:var(--secondary_font); font-weight:700; }
  header .child-trigger,header .header-flex > .header-search{ display:none; }
}

@media(min-width:1170px){
  header .header-cta {margin-left:30px; min-width: 150px; }
  header .header-cta .button { min-width: 150px; }
  header .header-search { margin-left: 17px; }
  header .header-menu .hs-menu-depth-1 { padding: 0 15px; }
  header .megamenu { width: 1056px; }
  header .megamenu .hs-menu-depth-3-img { width: 75px; }
  header .megamenu .hs-menu-depth-3-label { width: calc(100% - 75px); }
}

@media(max-width:1169px) and (min-width:1025px){
  header .header-cta {margin-left:14px;}
  header .header-search { margin-left: 7px; }
  header .header-menu .hs-menu-depth-1 { padding: 0 5px; }
  header .megamenu {  width: 900px; }
  header .header-cta .button { min-width: auto; }
}

@media(max-width:1169px){
  header .megamenu .hs-menu-depth-3-label { width: calc(100% - 60px); padding-left: 15px;}
  header .megamenu .hs-menu-depth-3-img { width: 60px; }
  header .megamenu .hs-menu-depth-3 > a{ padding:15px; }
}

@media(max-width:1024px){
  header{ padding: 20px 0; }
  header .logo { width: 150px; }
  header .header-flex { justify-content: space-between; }
  header .header-right a { color: inherit; }
  header .header-right { display: none; position: absolute; width: 100%; left: 0; top: 100%; background: #343434; padding: 20px 20px 125px; height: 100vh; overflow-y: auto; }
  header .header-menu .hs-menu-depth-1 > a { margin-bottom:20px; display: block; }
  header .header-right .header-search { display: none; }
  header .header-menu .hs-menu-depth-1 .hs-menu-children-wrapper { margin-top: 20px; display: none; }
  header .header-menu .hs-menu-depth-1 > .hs-menu-children-wrapper { background: var(--body-background); padding: 20px; margin-bottom: 20px; }
  header .header-menu .hs-menu-depth-2:not(:last-child) { margin-bottom: 20px; }
  header .header-menu .hs-item-has-children { position: relative; }
  header .header-menu .hs-item-has-children > a{ padding-right: 48px;}
  header .header-menu .child-trigger { position: absolute; right: 0; top: 0; height: 24px; width: 48px; display: flex; align-items: center; justify-content: flex-end; cursor: pointer; }
  header .header-menu .child-trigger.child-open svg { transform: rotate(-180deg); }
  header .header-cta { margin-top: 50px; text-align: center; }
  header .mobile-trigger { height: 20px; width: 25px; position: relative; cursor: pointer; }
  header .mobile-trigger .line { background: #ffffff; width: 100%; height: 2px; display: block; position: absolute; left: 0; }
  header .mobile-trigger .line-1 { top: 0; }
  header .mobile-trigger .line-2 { top: calc(50% - 1px); }
  header .mobile-trigger .line-3 { bottom: 0; }
  header .mobile-trigger.active-re .line-1 { transform: rotate(45deg); top: 50%; }
  header .mobile-trigger.active-re .line-2 { opacity: 0; }
  header .mobile-trigger.active-re .line-3 { transform: rotate(-45deg); top: 50%; }
  header .header-search { position: absolute; right:65px; top: 50%; transform: translateY(-50%); }
}
footer { background: rgba(0, 0, 0, 0.9); padding: 113px 0 0; }
footer a,footer .hs-menu-depth-1 > a { color: inherit; display:inline-block; }
footer a:hover{ color:var(--primary);}
footer a[href="javascript:;"] { pointer-events: none; }
footer ul { padding: 0; margin: 0; list-style: none; }
footer .contact-item-icon { height: 39px; width: 39px; border-radius: 50%; border: 1px solid var(--primary); display: flex; align-items: center; justify-content: center; }
footer .contact-item-text { width: calc(100% - 39px); padding-left: 10px; }
footer .hs-menu-wrapper > ul { display: flex; margin-left: -10px; margin-right: -10px; }
footer .hs-menu-depth-1 { padding: 15px; }
footer .hs-menu-depth-1 > a { font-size: 20px; font-family: var(--secondary_font); }
footer .hs-menu-depth-2 { margin-top: 10px; }
footer .footer-middle { margin-bottom:30px; }
footer .footer-middle-left { display: flex; flex-direction: column; }
footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.4); font-size: 14px; padding: 25px 0 35px; }
footer .footer-bottom-flex { justify-content: space-between; }
footer .footer-bottom-right > *:last-child { margin-bottom: 0; }
footer .footer-bottom-left ul { display: flex; flex-wrap: wrap; align-items: center; }
footer .footer-bottom-left ul li { position: relative; padding:5px 10px; }
footer .footer-bottom-left ul li:not(:last-child):before { position: absolute; content: "|"; right: -3px; top: 50%; transform: translateY(-50%); }
footer .footer-social-icon svg {width:16px;height:16px;}
footer .footer-social-icon svg path{  fill: var(--body-background); transition: fill .15s linear; }
footer .footer-social-icon ul li { margin: 0 8px;  }
footer .footer-social-icon ul li a{  background: var(--primary); transition: background .15s linear; border-radius: 100%;padding: 6px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }
footer .footer-social-icon ul { margin-left: -8px; margin-right:-8px; }
footer .footer-social-icon ul li a:hover { background: var(--secondary); }
footer .footer-social-icon ul li a:hover svg path{ fill: #ffffff; }
footer .footer-social-icon { margin-top: 15px; }

@media(min-width:1025px){
  footer .footer-bottom-left { width: 48%; }
  footer .footer-bottom-right { width: 48%; text-align: right; }
  footer .logo { width: 277px; }
  footer .footer-bottom-left ul { margin-left: -10px; margin-right: -10px; }
}

@media(min-width:1170px){
  footer .footer-top-right { width: 100%; margin-bottom: 20px; }
  footer .footer-top-right-flex { display: flex; flex-direction: column; align-items: flex-start; }
  footer .contact-item { padding-left: 0; padding-bottom: 10px; }
  footer .footer-top { margin-bottom: 45px; }
  footer .footer-middle { display: flex; justify-content: space-between; }
  footer .hs-menu-depth-1 { padding: 0 15px 15px 15px; margin-top: -10px; }
}

@media(max-width:1169px){
  footer .footer-top-right { width: 100%; margin-top: 50px; }
  footer .contact-item { padding-right: 20px; margin-bottom:20px; }
  footer .footer-top { margin-bottom: 20px; }
}

@media(max-width:1024px){
  footer{ padding-top:70px; }
  footer .footer-bottom-left,footer .footer-bottom-right  { width: 100%; }
  footer .footer-bottom { text-align: center; }
  footer .footer-bottom-left ul { justify-content: center;}
  footer .logo { width: 225px; }
  footer .footer-bottom-right { margin-top: 10px; }
}

@media(max-width:767px){
  footer .hs-menu-wrapper>ul { flex-wrap: wrap;}
  footer .hs-menu-depth-1,footer .contact-item { width: 100%; }
  footer .contact-item{ padding-right:0; }
  footer .footer-social-icon ul { justify-content: flex-start;margin-top: 20px; }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}