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

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

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


.row-fluid {
  width: 100%;
}
.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%;
  -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%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}

.equal-height-container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body .row-fluid .vertical-center{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .dnd-section > .row-fluid {
    flex-direction: column !important;
  }
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    display: -webkit-block;
  }
  body .row-fluid .vertical-center{
    display: block;
    display: -webkit-block;
    display: -ms-block ;
  }
}


/*   Column Adjust   */

/*Two Column Adjust
========================================================*/
.row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47%;
  -webkit-flex-basis: 47%;
  float: left;
  margin-right: 3%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media(max-width:767px) {
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
    width: 100%;
    margin: 30px 0;
    float: none
  }

  .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
}

/*==================================================
Three Col Adjust
==================================================*/
.row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

@media (max-width:767px) {
  .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
}

/*==================================================
Four Col Adjust
==================================================*/
.row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

@media(min-width:768px) and (max-width:1024px) {
  .row-fluid .four-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 50%;
    width: 47%;
    -webkit-flex-basis: 50%;
    margin: 0;
    margin-top: 20px;
  }
}

/*==================================================
Five Col Adjust
==================================================*/
.row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/
.row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  .row-fluid .six-col-adjust>span {
    display: flex;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 25%;
    width: 24%;
    -webkit-flex-basis: 25%;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    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;
  }
}

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




/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

html, body{
  overflow-x: hidden;
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

@media (max-width: 1024px) {
  table {
    display: block;
    overflow-x: auto;
    padding: 0;
    white-space: nowrap;
  }
}

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* 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;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--hr_border);
  margin:0;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}


@media(min-width: 768px){
  .desk-hide{
    display: none;
  }
}

.sphere_animated_image{
  transition: transform 0.3s ease;
}

.flex-five-col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 30px;
}
.flex-five-col .flex-col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(20% - 16px);
}

@media(min-width: 768px) and (max-width: 1024px){
  .flex-five-col .flex-col{
    flex-basis: calc(33.33% - 13.33px);
  }
}

@media(max-width: 767px){
  .flex-five-col .flex-col{
    flex-basis: 100%;
    display: block;
  }
}

.no-marker ul{
  list-style: none;
  padding-left: 0;
}
.no-style-link a{
  text-decoration: none;
}
.align-left{
  text-align: left;
}
.align-center{
  text-align: center;
}
.align-right{
  text-align: right;
}


 

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

 

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

 

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-10 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.flex-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.flex-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}

.flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

 

.gap-1{
  gap:10px;
}
.gap-2{
  gap:20px;
}
.gap-3{
  gap:30px;
}
.gap-4{
  gap:40px;
}

 

.text-margin-zero,
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero p,
.text-margin-zero a,
.text-margin-zero span,
.text-margin-zero ul,
.text-margin-zero ol,
.text-margin-zero li,
.text-margin-zero label,
.text-margin-zero blockquote{
  margin-bottom: 0 !important; 
}



.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white span,
.all-text-white li,
.all-text-white a:not(.cta_button, :hover),
.all-text-white label,
.all-text-white form label,
.all-text-white .submitted-message,
.all-text-white blockquote,
.all-text-white li::marker{
  color: #ffffff !important;
}

.all-text-white a:not(.cta_button, :hover) svg path{
  fill: #ffffff !important;
}



body .primary_font,
body .primary_font h1,
body .primary_font h2,
body .primary_font h3,
body .primary_font h4,
body .primary_font h5,
body .primary_font h6,
body .primary_font p,
body .primary_font li,
body .primary_font a{
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

body .secondary_font,
body .secondary_font h1,
body .secondary_font h2,
body .secondary_font h3,
body .secondary_font h4,
body .secondary_font h5,
body .secondary_font h6,
body .secondary_font p,
body .secondary_font li,
body .secondary_font a{
  font-family: Inter, serif; font-style: normal; font-weight: normal; text-decoration: none;
}



/*==================== Font Weight CSS ===========================*/

body .fw_100,
body .fw_100 h1,
body .fw_100 h2,
body .fw_100 h3,
body .fw_100 h4,
body .fw_100 h5,
body .fw_100 h6,
body .fw_100 p,
body .fw_100 li,
body .fw_100 a{
  font-weight: 100;
}
body .fw_200,
body .fw_200 h1,
body .fw_200 h2,
body .fw_200 h3,
body .fw_200 h4,
body .fw_200 h5,
body .fw_200 h6,
body .fw_200 p,
body .fw_200 li,
body .fw_200 a{
  font-weight: 200;
}
body .fw_300,
body .fw_300 h1,
body .fw_300 h2,
body .fw_300 h3,
body .fw_300 h4,
body .fw_300 h5,
body .fw_300 h6,
body .fw_300 p,
body .fw_300 li,
body .fw_300 a{
  font-weight: 300;
}
body .fw_400,
body .fw_400 h1,
body .fw_400 h2,
body .fw_400 h3,
body .fw_400 h4,
body .fw_400 h5,
body .fw_400 h6,
body .fw_400 p,
body .fw_400 li,
body .fw_400 a{
  font-weight: 400;
}
body .fw_500,
body .fw_500 h1,
body .fw_500 h2,
body .fw_500 h3,
body .fw_500 h4,
body .fw_500 h5,
body .fw_500 h6,
body .fw_500 p,
body .fw_500 li,
body .fw_500 a{
  font-weight: 500;
}
body .fw_600,
body .fw_600 h1,
body .fw_600 h2,
body .fw_600 h3,
body .fw_600 h4,
body .fw_600 h5,
body .fw_600 h6,
body .fw_600 p,
body .fw_600 li,
body .fw_600 a{
  font-weight: 600;
}
body .fw_700,
body .fw_700 h1,
body .fw_700 h2,
body .fw_700 h3,
body .fw_700 h4,
body .fw_700 h5,
body .fw_700 h6,
body .fw_700 p,
body .fw_700 li,
body .fw_700 a{
  font-weight: 700;
}
body .fw_800,
body .fw_800 h1,
body .fw_800 h2,
body .fw_800 h3,
body .fw_800 h4,
body .fw_800 h5,
body .fw_800 h6,
body .fw_800 p,
body .fw_800 li,
body .fw_800 a{
  font-weight: 800;
}
body .fw_900,
body .fw_900 h1,
body .fw_900 h2,
body .fw_900 h3,
body .fw_900 h4,
body .fw_900 h5,
body .fw_900 h6,
body .fw_900 p,
body .fw_900 li,
body .fw_900 a{
  font-weight: 900;
}



body .primary_text .hs_cos_wrapper_type_icon svg path{
  fill: var(--primary_color);
}

body .primary_text,
body .primary_text h1,
body .primary_text h2,
body .primary_text h3,
body .primary_text h4,
body .primary_text h5,
body .primary_text h6,
body .primary_text p,
body .primary_text li,
body .primary_text .font_awesome_icon i{
  color: var(--primary_color);
}

body .secondary_text .hs_cos_wrapper_type_icon svg path{
  fill: var(--secondary_color);
}

body .secondary_text,
body .secondary_text h1,
body .secondary_text h2,
body .secondary_text h3,
body .secondary_text h4,
body .secondary_text h5,
body .secondary_text h6,
body .secondary_text p,
body .secondary_text li,
body .secondary_text .font_awesome_icon i{
  color: var(--secondary_color);
}

body .tertiary_text .hs_cos_wrapper_type_icon svg path{
  fill: var(--tertiary_color);
}

body .tertiary_text,
body .tertiary_text h1,
body .tertiary_text h2,
body .tertiary_text h3,
body .tertiary_text h4,
body .tertiary_text h5,
body .tertiary_text h6,
body .tertiary_text p,
body .tertiary_text li,
body .tertiary_text .font_awesome_icon i{
  color: var(--tertiary_color);
}

body .quaternary_text .hs_cos_wrapper_type_icon svg path,
body .quaternary_text li:not(:hover) .hs_cos_wrapper_type_icon svg path{
  fill: var(--quaternary_color);
}

body .quaternary_text,
body .quaternary_text h1,
body .quaternary_text h2,
body .quaternary_text h3,
body .quaternary_text h4,
body .quaternary_text h5,
body .quaternary_text h6,
body .quaternary_text p,
body .quaternary_text li,
body .quaternary_text .font_awesome_icon i{
  color: var(--quaternary_color);
}

body .grey_text .hs_cos_wrapper_type_icon svg path{
  fill: var(--grey_color);
}

body .grey_text,
body .grey_text h1,
body .grey_text h2,
body .grey_text h3,
body .grey_text h4,
body .grey_text h5,
body .grey_text h6,
body .grey_text p,
body .grey_text li,
body .grey_text .font_awesome_icon i{
  color: var(--grey_color);
}

body .black_text .hs_cos_wrapper_type_icon svg path{
  fill: var(--black_color);
}

body .black_text,
body .black_text h1,
body .black_text h2,
body .black_text h3,
body .black_text h4,
body .black_text h5,
body .black_text h6,
body .black_text p,
body .black_text li,
body .black_text .font_awesome_icon i{
  color: var(--black_color);
}

body .white_text .hs_cos_wrapper_type_icon svg path{
  fill: var(--white_color);
}

body .white_text,
body .white_text h1,
body .white_text h2,
body .white_text h3,
body .white_text h4,
body .white_text h5,
body .white_text h6,
body .white_text p,
body .white_text li,
body .white_text .font_awesome_icon i{
  color: var(--white_color);
}



.description.element_spacer_0,
.description.element_spacer_1,
.description.element_spacer_2,
.description.element_spacer_3,
.description.element_spacer_4,
.description.element_spacer_5,
.description.element_spacer_6,
.description.element_spacer_7,
.description.element_spacer_8,
.description.element_spacer_9,
.description.element_spacer_10{
  padding-bottom:0;
}


.element_spacer_0,
.description.element_spacer_0 h1,
.description.element_spacer_0 h2,
.description.element_spacer_0 h3,
.description.element_spacer_0 h4,
.description.element_spacer_0 h5,
.description.element_spacer_0 h6,
.description.element_spacer_0 p,
.description.element_spacer_0 ol,
.description.element_spacer_0 ul,
.description.element_spacer_0 a{
  padding-bottom:4px;
}
.element_spacer_1,
.description.element_spacer_1 h1,
.description.element_spacer_1 h2,
.description.element_spacer_1 h3,
.description.element_spacer_1 h4,
.description.element_spacer_1 h5,
.description.element_spacer_1 h6,
.description.element_spacer_1 p,
.description.element_spacer_1 ol,
.description.element_spacer_1 ul,
.description.element_spacer_1 a{
  padding-bottom:8px;
}
.element_spacer_2,
.description.element_spacer_2 h1,
.description.element_spacer_2 h2,
.description.element_spacer_2 h3,
.description.element_spacer_2 h4,
.description.element_spacer_2 h5,
.description.element_spacer_2 h6,
.description.element_spacer_2 p,
.description.element_spacer_2 ol,
.description.element_spacer_2 ul,
.description.element_spacer_2 a{
  padding-bottom:16px;
}
.element_spacer_3,
.description.element_spacer_3 h1,
.description.element_spacer_3 h2,
.description.element_spacer_3 h3,
.description.element_spacer_3 h4,
.description.element_spacer_3 h5,
.description.element_spacer_3 h6,
.description.element_spacer_3 p,
.description.element_spacer_3 ol,
.description.element_spacer_3 ul,
.description.element_spacer_3 a{
  padding-bottom:24px;
}
.element_spacer_4,
.description.element_spacer_4 h1,
.description.element_spacer_4 h2,
.description.element_spacer_4 h3,
.description.element_spacer_4 h4,
.description.element_spacer_4 h5,
.description.element_spacer_4 h6,
.description.element_spacer_4 p,
.description.element_spacer_4 ol,
.description.element_spacer_4 ul,
.description.element_spacer_4 a{
  padding-bottom:32px;
}
.element_spacer_5,
.description.element_spacer_5 h1,
.description.element_spacer_5 h2,
.description.element_spacer_5 h3,
.description.element_spacer_5 h4,
.description.element_spacer_5 h5,
.description.element_spacer_5 h6,
.description.element_spacer_5 p,
.description.element_spacer_5 ol,
.description.element_spacer_5 ul,
.description.element_spacer_5 a{
  padding-bottom:40px;
}
.element_spacer_6,
.description.element_spacer_6 h1,
.description.element_spacer_6 h2,
.description.element_spacer_6 h3,
.description.element_spacer_6 h4,
.description.element_spacer_6 h5,
.description.element_spacer_6 h6,
.description.element_spacer_6 p,
.description.element_spacer_6 ol,
.description.element_spacer_6 ul,
.description.element_spacer_6 a{
  padding-bottom:48px;
}
.element_spacer_7,
.description.element_spacer_7 h1,
.description.element_spacer_7 h2,
.description.element_spacer_7 h3,
.description.element_spacer_7 h4,
.description.element_spacer_7 h5,
.description.element_spacer_7 h6,
.description.element_spacer_7 p,
.description.element_spacer_7 ol,
.description.element_spacer_7 ul,
.description.element_spacer_7 a{
  padding-bottom:56px;
}
.element_spacer_8,
.description.element_spacer_8 h1,
.description.element_spacer_8 h2,
.description.element_spacer_8 h3,
.description.element_spacer_8 h4,
.description.element_spacer_8 h5,
.description.element_spacer_8 h6,
.description.element_spacer_8 p,
.description.element_spacer_8 ol,
.description.element_spacer_8 ul,
.description.element_spacer_8 a{
  padding-bottom: 64px;
}
.element_spacer_9,
.description.element_spacer_9 h1,
.description.element_spacer_9 h2,
.description.element_spacer_9 h3,
.description.element_spacer_9 h4,
.description.element_spacer_9 h5,
.description.element_spacer_9 h6,
.description.element_spacer_9 p,
.description.element_spacer_9 ol,
.description.element_spacer_9 ul,
.description.element_spacer_9 a{
  padding-bottom:80px;
}
.element_spacer_10,
.description.element_spacer_10 h1,
.description.element_spacer_10 h2,
.description.element_spacer_10 h3,
.description.element_spacer_10 h4,
.description.element_spacer_10 h5,
.description.element_spacer_10 h6,
.description.element_spacer_10 p,
.description.element_spacer_10 ol,
.description.element_spacer_10 ul,
.description.element_spacer_10 a{
  padding-bottom:100px;
}

.description.element_spacer_0 p > a,
.description.element_spacer_1 p > a,
.description.element_spacer_2 p > a,
.description.element_spacer_3 p > a,
.description.element_spacer_4 p > a,
.description.element_spacer_5 p > a,
.description.element_spacer_6 p > a,
.description.element_spacer_7 p > a,
.description.element_spacer_8 p > a,
.description.element_spacer_9 p > a,
.description.element_spacer_10 p > a,
.description.element_spacer_0 p > img,
.description.element_spacer_1 p > img,
.description.element_spacer_2 p > img,
.description.element_spacer_3 p > img,
.description.element_spacer_4 p > img,
.description.element_spacer_5 p > img,
.description.element_spacer_6 p > img,
.description.element_spacer_7 p > img,
.description.element_spacer_8 p > img,
.description.element_spacer_9 p > img,
.description.element_spacer_10 p > img{
  padding-bottom:0 !important;
}







@media(max-width: 767px){
  .description.mob_spacer_0,
  .description.mob_spacer_1,
  .description.mob_spacer_2,
  .description.mob_spacer_3,
  .description.mob_spacer_4,
  .description.mob_spacer_5,
  .description.mob_spacer_6,
  .description.mob_spacer_7,
  .description.mob_spacer_8,
  .description.mob_spacer_9,
  .description.mob_spacer_10{
    padding-bottom:0;
  }

  .mob_spacer_0,
  .description.mob_spacer_0 h1,
  .description.mob_spacer_0 h2,
  .description.mob_spacer_0 h3,
  .description.mob_spacer_0 h4,
  .description.mob_spacer_0 h5,
  .description.mob_spacer_0 h6,
  .description.mob_spacer_0 p,
  .description.mob_spacer_0 ol,
  .description.mob_spacer_0 ul,
  .description.mob_spacer_0 a{
    padding-bottom:4px;
  }
  .mob_spacer_1,
  .description.mob_spacer_1 h1,
  .description.mob_spacer_1 h2,
  .description.mob_spacer_1 h3,
  .description.mob_spacer_1 h4,
  .description.mob_spacer_1 h5,
  .description.mob_spacer_1 h6,
  .description.mob_spacer_1 p,
  .description.mob_spacer_1 ol,
  .description.mob_spacer_1 ul,
  .description.mob_spacer_1 a{
    padding-bottom:8px;
  }
  .mob_spacer_2,
  .description.mob_spacer_2 h1,
  .description.mob_spacer_2 h2,
  .description.mob_spacer_2 h3,
  .description.mob_spacer_2 h4,
  .description.mob_spacer_2 h5,
  .description.mob_spacer_2 h6,
  .description.mob_spacer_2 p,
  .description.mob_spacer_2 ol,
  .description.mob_spacer_2 ul,
  .description.mob_spacer_2 a{
    padding-bottom:16px;
  }
  .mob_spacer_3,
  .description.mob_spacer_3 h1,
  .description.mob_spacer_3 h2,
  .description.mob_spacer_3 h3,
  .description.mob_spacer_3 h4,
  .description.mob_spacer_3 h5,
  .description.mob_spacer_3 h6,
  .description.mob_spacer_3 p,
  .description.mob_spacer_3 ol,
  .description.mob_spacer_3 ul,
  .description.mob_spacer_3 a{
    padding-bottom:24px;
  }
  .mob_spacer_4,
  .description.mob_spacer_4 h1,
  .description.mob_spacer_4 h2,
  .description.mob_spacer_4 h3,
  .description.mob_spacer_4 h4,
  .description.mob_spacer_4 h5,
  .description.mob_spacer_4 h6,
  .description.mob_spacer_4 p,
  .description.mob_spacer_4 ul,
  .description.mob_spacer_4 ol
  .description.mob_spacer_4 a{
    padding-bottom:32px;
  }
  .mob_spacer_5,
  .description.mob_spacer_5 h1,
  .description.mob_spacer_5 h2,
  .description.mob_spacer_5 h3,
  .description.mob_spacer_5 h4,
  .description.mob_spacer_5 h5,
  .description.mob_spacer_5 h6,
  .description.mob_spacer_5 p,
  .description.mob_spacer_5 ul,
  .description.mob_spacer_5 ol
  .description.mob_spacer_5 a{
    padding-bottom:40px;
  }
  .mob_spacer_6,
  .description.mob_spacer_6 h1,
  .description.mob_spacer_6 h2,
  .description.mob_spacer_6 h3,
  .description.mob_spacer_6 h4,
  .description.mob_spacer_6 h5,
  .description.mob_spacer_6 h6,
  .description.mob_spacer_6 p,
  .description.mob_spacer_6 ul,
  .description.mob_spacer_6 ol
  .description.mob_spacer_6 a{
    padding-bottom:48px;
  }
  .mob_spacer_7,
  .description.mob_spacer_7 h1,
  .description.mob_spacer_7 h2,
  .description.mob_spacer_7 h3,
  .description.mob_spacer_7 h4,
  .description.mob_spacer_7 h5,
  .description.mob_spacer_7 h6,
  .description.mob_spacer_7 p,
  .description.mob_spacer_7 ul,
  .description.mob_spacer_7 ol
  .description.mob_spacer_7 a{
    padding-bottom:56px;
  }
  .mob_spacer_8,
  .description.mob_spacer_8 h1,
  .description.mob_spacer_8 h2,
  .description.mob_spacer_8 h3,
  .description.mob_spacer_8 h4,
  .description.mob_spacer_8 h5,
  .description.mob_spacer_8 h6,
  .description.mob_spacer_8 p,
  .description.mob_spacer_8 ul,
  .description.mob_spacer_8 ol
  .description.mob_spacer_8 a{
    padding-bottom: 64px;
  }
  .mob_spacer_9,
  .description.mob_spacer_9 h1,
  .description.mob_spacer_9 h2,
  .description.mob_spacer_9 h3,
  .description.mob_spacer_9 h4,
  .description.mob_spacer_9 h5,
  .description.mob_spacer_9 h6,
  .description.mob_spacer_9 p,
  .description.mob_spacer_9 ul,
  .description.mob_spacer_9 ol
  .description.mob_spacer_9 a{
    padding-bottom:80px;
  }
  .mob_spacer_10,
  .description.mob_spacer_10 h1,
  .description.mob_spacer_10 h2,
  .description.mob_spacer_10 h3,
  .description.mob_spacer_10 h4,
  .description.mob_spacer_10 h5,
  .description.mob_spacer_10 h6,
  .description.mob_spacer_10 p,
  .description.mob_spacer_10 ul,
  .description.mob_spacer_10 ol
  .description.mob_spacer_10 a{
    padding-bottom:100px;
  }

  .description.mob_spacer_0 p > a,
  .description.mob_spacer_1 p > a,
  .description.mob_spacer_2 p > a,
  .description.mob_spacer_3 p > a,
  .description.mob_spacer_4 p > a,
  .description.mob_spacer_5 p > a,
  .description.mob_spacer_6 p > a,
  .description.mob_spacer_7 p > a,
  .description.mob_spacer_8 p > a,
  .description.mob_spacer_9 p > a,
  .description.mob_spacer_10 p > a,
  .description.mob_spacer_0 p > img,
  .description.mob_spacer_1 p > img,
  .description.mob_spacer_2 p > img,
  .description.mob_spacer_3 p > img,
  .description.mob_spacer_4 p > img,
  .description.mob_spacer_5 p > img,
  .description.mob_spacer_6 p > img,
  .description.mob_spacer_7 p > img,
  .description.mob_spacer_8 p > img,
  .description.mob_spacer_9 p > img,
  .description.mob_spacer_10 p > img{
    padding-bottom:0 !important;
  }
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tag_radius{
  padding: 10px 20px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid var(--primary_color);
}

.spacer_20{
  padding-bottom: 20px;
}
.spacer_30{
  padding-bottom: 30px;
}
.spacer_40{
  padding-bottom: 40px;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.hs-fieldtype-textarea.hs-input {
  resize: none !important;
  width: 100% !important;
}
.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-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}




body .hs_cos_wrapper_type_form form fieldset.form-columns-1 .hs-input{
  width: 100%;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-1 .input,
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child .input{
  margin-right: 0px;
}



body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field .input{
  margin-right: 0;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 8px;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 8px;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 8px);
}


body .hs_cos_wrapper_type_form form .hs-error-msgs li,
body .hs_cos_wrapper_type_form form .hs-error-msgs label{
  margin-bottom: 0;
  margin-top: 8px;
}
form .hs-error-msgs li label a,
.hs_error_rollup{
  display: none;
}
.hs-error-msg{
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
form .hs_submit .actions{
  text-align: center;
}

@media(max-width: 1024px){
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-right: 0;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-left: 0;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field{
    width: 100% !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 DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



.hs-search-field__form {
  position: relative;
}

.header__search .hs-search-field__label {
  flex-basis: auto;
}



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



.header__search .hs-search-field__button {
  padding: 0;
  fill: #000;
  background-color: transparent;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 25px;
}


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}




/****************************  Sphere Header CSS   ******************************/

.header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:99;
  transition:all .3s ease-in-out;
}
.header.fixed{
  background: var(--header_bg);
  backdrop-filter: blur(10px);
  /*   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  transition:all .3s ease-in-out;
}

.sphere_header .sphere_header_group .sphere_header_logo_container a{
  display: flex;
  justify-content: center;
}
.sphere_header .sphere_header_group{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sphere_header .sphere_header_group .sphere_header_menu_toggle{
  display: flex;
  align-items: center;
  gap: 20px;
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox{
  position: absolute;
  opacity:0;
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox-label {
  background-color: var(--header_toggle_bg);
  width: 70px;
  height: 40px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
.sphere_header .sphere_header_group .sphere_header_toggle svg{
  position: relative;
  z-index: 1;
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox + .checkbox-label svg.moon path{
  fill: var(--black_color);
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox + .checkbox-label svg.sun path{
  fill: var(--white_color);
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox:checked + .checkbox-label svg.moon path{
  fill: var(--white_color);
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox:checked + .checkbox-label svg.sun path{
  fill: var(--black_color);
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox-label .ball {
  background-color: var(--black_color);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
.sphere_header .sphere_header_group .sphere_header_toggle .checkbox:checked + .checkbox-label .ball {
  transform: translateX(-30px);
}


.sphere_header .sphere_header_group .sphere_header_logo_container .sphere_header_logo a{
  display: flex;
}

/**    Header Menu    **/

.sphere_header .sphere_header_group .sphere_header_menu ul li.hs-menu-item{
  margin-bottom: 0;
}


@media(min-width: 768px){
  main#main-content{
    margin-top: 98px;
  }
  .sphere_header .sphere_header_group .sphere_header_button_container .sphere_button_double{
    flex-direction: row-reverse;
    gap: 16px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1 > a{
    position: relative;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1 > a:after{    
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--header_nav_color);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary ul li.hs-menu-item.hs-menu-depth-1:hover > a:after{ 
    width: 100%; 
    left: 0; 
  }
  .sphere_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children > ul.hs-menu-children-wrapper li:not(:last-child){
    border-bottom: 1px solid var(--black_color);
  }
  .sphere_header .sphere_header_group .sphere_header_menu .hs-menu-wrapper > ul{
    gap: 40px;
  }
  .header ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before {
    bottom: -30px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: calc(100% + 20px);
  }
  .header ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover:before {
    height: 35px;
  }
  .sphere_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper{
    top: 40px;
  }
  .sphere_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children > .hs-menu-children-wrapper{
    background-color: var(--header_bg);
    backdrop-filter: blur(10px);
    box-shadow: 0 0px 10px 0 var(--box_shadow_color);
    min-width: 184px;
    z-index:999;
  }
  .sphere_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children > ul.hs-menu-children-wrapper li a{
    padding: 0 20px;
  }
  .sphere_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children > ul.hs-menu-children-wrapper li{
    padding: 15px 0;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary ul li.hs-item-has-children>a {
    position: relative;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary ul li.hs-item-has-children a{
    padding-right: 20px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary ul li.hs-item-has-children>a:before {
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: var(--header_nav_color);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0px;
    transform: rotate(-45deg);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
    width: 8px;
    top: 4px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children:hover>a:before {
    border-color: var(--header_nav_color);
    transform: rotate(-225deg);
    top: 6px;
  }
}

@media(min-width: 390px){
  .sphere_header .sphere_header_group .sphere_header_menu,
  .sphere_header .sphere_header_group .sphere_header_logo,
  .sphere_header .sphere_header_group .sphere_header_button_container{
    width: calc(33.33% - 8px);
  }
}

@media(min-width: 768px) and (max-width: 1024px){
  .sphere_header .sphere_header_group .sphere_header_menu .hs-menu-wrapper > ul{
    gap: 15px;
  }
  .sphere_header .sphere_header_group .sphere_header_button_container .sphere_button_double,
  .sphere_header .sphere_header_group .sphere_header_menu_toggle{
    gap: 10px;
  }
  .sphere_header .sphere_header_group .sphere_header_toggle .checkbox-label{
    width: 60px;
    height: 35px;
  }
  .sphere_header .sphere_header_group .sphere_header_toggle svg{
    width: 25px;
    height: 25px;
  }
  .sphere_header .sphere_header_group .sphere_header_toggle .checkbox-label .ball{
    width: 25px;
    height: 25px;
  }
  .sphere_header .sphere_header_group .sphere_header_toggle .checkbox:checked+.checkbox-label .ball {
    transform: translateX(-25px);
  }
}

@media(max-width: 1024px){
  .sphere_header .sphere_header_group .sphere_header_button_container .primary_button a.cta_button,
  .sphere_header .sphere_header_group .sphere_header_button_container .secondary_button a.cta_button,
  .sphere_header .sphere_header_group .sphere_header_button_container .tertiary_button a.cta_button{
    padding: 12px 28px 14px 14px;
    font-size: 16px;
  }
  .sphere_header .sphere_header_group .sphere_header_button_container a.cta_button:before{
    width: 16px;
    height: 16px;
    right: 7px;
  }
}

@media(max-width: 767px){
  main#main-content{
    margin-top: 82px;
  }
  body.mobile-open{
    position: relative;
  }
  body.mobile-open:before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    inset:0;
    background: var(--header_bg);
    backdrop-filter: blur(10px);
    z-index: 10;
  }
  .sphere_header .sphere_header_group .sphere_header_logo_container{
    max-width: 120px;
    margin: 0 auto;
  }
  .sphere_header .sphere_header_group .sphere_button .sphere_button_double{
    justify-content: flex-end;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger{
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger i{
    display: block;
    height: 2px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 25px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger i:before,
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger i:after{
    background: var(--header_nav_color);
    display: block;
    height: 2px;
    position: absolute;
    content:'';
    transition: all .3s ease-in-out;
    width: 25px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger i:before{
    bottom: 3px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger i:after{
    bottom:-3px;
  }
  body.mobile-open .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger i:before{
    bottom: 0px;
    transform: rotate(45deg);
  }
  body.mobile-open .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .mobile-trigger i:after{
    bottom:0px;
    transform: rotate(-45deg);
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .child-trigger{
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .child-trigger i{
    cursor: pointer;
    position: relative;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .child-trigger i:before{
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: var(--header_nav_color);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: -20px;
    top: 17px;
    transform: rotate(-45deg);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, border-color .3s ease-in-out;
    width: 8px;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .child-trigger.child-open i:before{
    transform: rotate(-135deg);
  }
  .sphere_header .custom-menu-primary .hs-menu-wrapper{
    left: -400px;
    overflow: hidden;
    transition: left .4s ease-in-out;
  }
  .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .hs-menu-wrapper{
    background: var(--white_color);
    box-shadow:-4px 4px 18px 0px var(--box_shadow_color);
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    max-width: 400px;
    padding: 100px 0 40px;
  }
  body.mobile-open .sphere_header > .wrapper > .row-fluid-wrapper > .row-fluid .custom-menu-primary .hs-menu-wrapper{
    left: 0;
    overflow-y: auto;
  }
  .sphere_header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    display: block;
    padding: 16px 20px;
  }
  .sphere_header .sphere_header_group .sphere_header_menu_toggle{
    display:block;
  }
  /*   .sphere_header .sphere_header_group .sphere_header_buttons{
  padding: 30px 20px 0;
} */
  .sphere_header .custom-menu-primary .hs-menu-children-wrapper{
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s ease-in-out;
  }
  .sphere_header .custom-menu-primary .hs-menu-children-wrapper.open {
    max-height: 100vh;
    transition: max-height .6s ease-in-out;
  }
  .sphere_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts li.hs-menu-item:not(:last-child) a{
    border-bottom: 1px solid var(--black_color);
  }
  .sphere_header .sphere_header_group .sphere_header_menu ul li.hs-menu-item.hs-menu-depth-2 a{
    text-indent: 10px;
  }
  body.mobile-open .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all .3s ease-in-out;
  }
  body.mobile-open main#main-content{
    margin-top: 82px;
  }
  .sphere_header .sphere_header_group .wrap_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 30px 20px 0;
  }
}

@media(max-width: 440px){
  .sphere_header .sphere_header_group .sphere_header_logo_container{
    max-width: 100px;
  }
  .sphere_header .sphere_header_group .sphere_header_button_container .primary_button a.cta_button{
    font-size: 14px;
    padding: 12px 24px 14px 12px;
  }
  .sphere_header .sphere_header_group .sphere_header_button_container a.cta_button:before{
    width: 14px;
    height: 14px;
    right: 7px;
  }
}

/*************************************   Footer CSS   ****************************************/

.sphere_footer>.wrapper>.row-fluid-wrapper>.row-fluid .sphere_footer_menu ul li.hs-menu-item>a:after {
  background: none repeat scroll 0 0 transparent;
  background: var(--footer_color);
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width .3s ease 0s, left .3s ease 0s;
  width: 0;
}
.sphere_footer>.wrapper>.row-fluid-wrapper>.row-fluid .sphere_footer_menu ul li.hs-menu-item:hover>a:after {
  left: 0;
  width: 100%;
}

.footer .sphere_footer_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item a{
  position: relative;
}
.footer .sphere_footer_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--header_nav_color);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.footer .sphere_footer_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item:hover a{ 
  width: 100%; 
  left: 0; 
}

.sphere_footer .sphere_footer_group .sphere_footer_logo_container a{
  display: flex;
}
.sphere_footer .sphere_footer_bottom_bar{
  padding: 30px 0 20px;
}
.sphere_footer .sphere_footer_group{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media(min-width: 1025px){
  .sphere_footer .sphere_footer_menu .hs-menu-wrapper ul{
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
}

@media(min-width: 768px){
  .sphere_footer .sphere_footer_menu .sphere_footer_menu_container{
    margin-bottom: 10px;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .sphere_footer .sphere_footer_group .sphere_footer_logo{
    max-width: 172px;
  }
  .sphere_footer .sphere_footer_group{
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    gap: 15px;
    justify-content: space-between;
  }
  .sphere_footer .sphere_footer_group .sphere_footer_menu{
    flex-basis: calc(100% - 187px);
  }
  .sphere_footer .sphere_footer_menu .hs-menu-wrapper ul{
    gap: 10px;
    flex-wrap:inherit;
    justify-content: center;
  }
  .footer .sphere_footer_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item a{
    font-size:14px !important;
  }
}

@media(max-width: 767px){
  .sphere_footer .sphere_footer_group{
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .sphere_footer .sphere_footer_menu .hs-menu-wrapper ul{
    gap: 20px;
  }
  .sphere_footer .sphere_footer_menu .sphere_footer_menu_container{
    margin-bottom: 20px;
  }
  p.footer-des br{
    display:none;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

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