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

.block {
    margin: 37px 0;
    position: relative;
}

.block-heading {
    margin: 0 0.83em 0.5rem;
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    height: 200px;
    letter-spacing: 2px;
    line-height: 16px;
    left: -84px;
}

.block-heading-line:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 74px;
    height: 124px;
    border-left: 1px solid #7d9baf;
}

.block-heading span {
    display: block;
}

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

.text-center {
    text-align: center;
}

.custom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4,
.custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8,
.custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12,
.custom-col-xl-8, .custom-col-xl-6, .custom-col-xl-4, .custom-col-xl-3, .custom-col-xl-4, .custom-col-lg-3,
.custom-col-lg-4, .custom-col-lg-5, .custom-col-lg-6,
   .custom-col-lg-7, .custom-col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;    
}

@media (max-width: 992px) {
   .block-heading-line:after {
      right: 44px;
   }
   
   .block-heading {
      left: -55px;
   }
}

@media(min-width:768.1px){
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .custom-row-large-gutters {
        margin-right: -25px;
        margin-left: -25px;
    }

    .custom-no-gutters {
        margin-left: 0;
        margin-right: 0;
    }
    
    .custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4,
    .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8,
    .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12,
    .custom-col-xl-8, .custom-col-xl-6, .custom-col-xl-3, .custom-col-xl-4, 
   .custom-col-lg-3, .custom-col-lg-4, .custom-col-lg-5, .custom-col-lg-6,
   .custom-col-lg-7, .custom-col-lg-12 {     
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .custom-row-large-gutters > div {
        padding-right: 25px;
        padding-left: 25px;
    }

    .custom-col-1{
        width:8.333%;
    }

    .custom-col-2{
        width: 16.66666667%;
    } 

    .custom-col-3{
        width:25%;
    }

    .custom-col-4{
        width:33.333%;
    }    

    .custom-col-5{
        width: 41.66666667%;
    }

    .custom-col-6{
        width:50%;
    }

    .custom-col-7{
        width: 58.33333333%;
    }

    .custom-col-8{
        width: 66.66666667%;
    }

    .custom-col-9 {
        width:75%;
    }       


}

@media (min-width: 992.1px) {   
   
   .custom-col-lg-3 {
        width:25%;
    }
    
    .custom-col-lg-4 {
        width:33.333%;
    }
   
   .custom-col-lg-5 {
      width: 41.666667%;
   }
   
   .custom-col-lg-6 {
        width:50%;
    }
   
   .custom-col-lg-7 {
      width: 58.333333%;
   }
   
   .custom-col-lg-8 {
        width: 66.666667%;
    }
}

@media (min-width: 1200.1px) {
    .custom-col-xl-6 {
        width:50%;
    }
    
    .custom-col-xl-3 {
        width:25%;
    }
    
    .custom-col-xl-4 {
        width:33.333%;
    }
    
    .custom-col-xl-8 {
        width: 66.666667%;
    }
}

@media (max-width: 768px) {
    .block {
        margin: 20px 0;
    }

    .block-heading {
        display: none;
    }


}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive grid */

.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;
}

@media (max-width: 768px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768.1px) and (max-width: 1139px) {
  .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.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280.1px) {
  .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.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 768px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768.1px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper, .page-center {
   margin: 0 auto;  
}

.dnd-section > .row-fluid, .page-center, .content-wrapper {
   margin: 0 auto;
   padding: 0 121px;
}

.dnd-section[class*="force-full-width-section"]>.row-fluid {
   padding: 0;
}

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

@media (max-width: 992px) {
   .dnd-section > .row-fluid, .page-center, .content-wrapper {
      padding: 0 70px;
   }
}

@media (max-width: 768px) {
   .dnd-section > .row-fluid, .page-center, .content-wrapper {
      padding: 0 15px;
   }
}

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

@font-face {
   font-family: "GalanoGrotesque";
   src: url('https://2474026.fs1.hubspotusercontent-na1.net/hubfs/2474026/Blue_Marine_Foundation/fonts/GalanoGrotesque-Regular.eot') format('embedded-opentype'),
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Regular.woff2) format('woff2'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Regular.woff) format('woff'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Regular.ttf) format('truetype');
   font-style: normal;
   font-weight: normal;
   font-display: swap;
}

@font-face {
   font-family: "GalanoGrotesque";
   src: url('https://2474026.fs1.hubspotusercontent-na1.net/hubfs/2474026/Blue_Marine_Foundation/fonts/GalanoGrotesque-Medium.eot') format('embedded-opentype'),
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Medium.woff2) format('woff2'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Medium.woff) format('woff'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Medium.ttf) format('truetype');
   font-style: normal;
   font-weight: 500;
   font-display: swap;
}

@font-face {
   font-family: "GalanoGrotesque";
   src: url('https://2474026.fs1.hubspotusercontent-na1.net/hubfs/2474026/Blue_Marine_Foundation/fonts/GalanoGrotesque-MediumItalic.eot') format('embedded-opentype'),
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-MediumItalic.woff2) format('woff2'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-MediumItalic.woff) format('woff'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-MediumItalic.ttf) format('truetype');
   font-style: italic;
   font-weight: 500;
   font-display: swap;
}

@font-face {
   font-family: "GalanoGrotesque";
   src: url('https://2474026.fs1.hubspotusercontent-na1.net/hubfs/2474026/Blue_Marine_Foundation/fonts/GalanoGrotesque-Bold.eot') format('embedded-opentype'),
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Bold.woff2) format('woff2'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Bold.woff) format('woff'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-Bold.ttf) format('truetype');
   font-style: normal;
   font-weight: bold;
   font-display: swap;
}

@font-face {
   font-family: "GalanoGrotesque";
   src: url('https://2474026.fs1.hubspotusercontent-na1.net/hubfs/2474026/Blue_Marine_Foundation/fonts/GalanoGrotesque-ExtraBold.eot') format('embedded-opentype'),
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-ExtraBold.woff2) format('woff2'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-ExtraBold.woff) format('woff'), 
      url(//45939882.fs1.hubspotusercontent-na1.net/hubfs/45939882/raw_assets/public/@marketplace/Hermitcrabs/The_Blue_Ocean/fonts/GalanoGrotesque-ExtraBold.ttf) format('truetype');
   font-style: normal;
   font-weight: 800;
   font-display: swap;
}

body {
   line-height: 1.71428571429;
   overflow-wrap: break-word;
   letter-spacing: 0.5px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;   
}


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 1rem;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   transition: color 0.4s, border-color 0.4s;
}

.body-container a {
   font-weight: 500;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 8px;
   line-height: 1.2;
}

h1, .h1 {
   line-height: 1;
   margin-bottom: 10px;
}

h2, h3, .h2, .h3 {    
   margin-bottom: 24px;
}

/* Lists */

ul,
ol {
   margin: 0 0 1rem;
   padding-left: 20px;
}

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

small {
   font-size: 9px;
   letter-spacing: .75px;
   line-height: 1.66666666667;   
}

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 #CCC;
}

/* Image alt text */

img {
   max-width: 100%;
   word-break: normal;
   vertical-align: middle;
}

svg {
   overflow: hidden;
   vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.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.5rem;
}

form {
   max-width: 767px;
}

/* Labels */

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

/* Help text */

form legend {
    font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    border: 1px solid;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    display: inline-block;    
    padding: 10px 20px;
    width: 100%;
    background-color: #fbfbfb;
}

form input:focus {
   outline: 0;
}

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: 10px 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%);
}

.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 p {
    font-size: 9px;
    letter-spacing: 0.75px;
    line-height: 15px;
    margin: 0 0 1rem;
}

form .hs-richtext img {
    max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
    color: #EF6B51;
}

.hs-input.invalid.error {
    border-color: #EF6B51;
}

.hs-error-msgs label {
    color: #ff0000 !important;
   font-size: 16px;
    line-height: 1.5;
}
/* Submit button */

form input[type=submit],
form .hs-button,
.button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: normal;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    transition: background-color 0.4s;
    text-decoration: none;
    line-height: 1.5;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}
/* 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;
}
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}



@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

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

footer.footer {
   font-size: 14px;
   line-height: 1.5;
   padding: 50px 0px;   
}

.footer-container {
   padding: 0 121px;
}

footer.footer a {
   text-decoration: none;
}

.lp-footer footer.footer {
   margin-top: 0;
}

footer.footer h6 {
   margin-bottom: 24px;
}

footer.footer .dnd-section > .row-fluid {
   padding: 0;
}

footer.footer form h6 {
   margin-bottom: 16px;
}

footer.footer form .hs-form-field>label {
   display: none;
}

footer.footer a {
   border-bottom: 1px solid;
}

footer.footer form .hs-input {
   -webkit-appearance: none;
   border: none;
   border-radius: unset;
   background: none;
   padding: 6px 0;
   border-bottom: 1px solid #4c4c4c;
   width: 100%;
   outline: none !important;
   font-size: 14px;
   line-height: 1.5;
}

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

footer.footer form .hs-button {
   border: none;
   cursor: pointer;
   padding: 0;
   font-size: 14px;
   letter-spacing: 0.5px;
   border-bottom: 1px solid;
   transition: color 0.4s, border-color 0.4s;
   font-weight: 400;
}

footer.footer form .actions {
   margin-top: 1.5rem;
}

footer li.hs-menu-item>a {
   border-bottom: 1px solid;
   font-size: 9px;
   letter-spacing: .75px;
}

footer li.hs-menu-item:not(:last-child) {
   margin-right: 10px;
}

footer .social-icons {
   margin-bottom: 16px;
}

.footer-top-border {
   border-top: 1px solid;
   padding: 0 15px;
   margin: 50px 0 0;
}

body .footer_main-module-8-flexbox-positioning {
    align-items: flex-start !important;
}
a#hs-link-footer_main-module-8_hs_logo_widget img {
    margin: 20px 0;
}
@media (max-width: 992px) {
   .footer-container {
      padding: 0 15px;
   }
}

@media (max-width: 768px) {
   .footer-container {
      padding: 0 15px;
   }     

   .footer-top-border {     
      padding: 0;
   }

   footer.footer {      
      text-align: center;       
      padding: 30px 0;
   }

   footer.footer .dnd-section {
      margin: 0 auto;
      max-width: 80%;
   }

   footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
      flex-direction: row;
      justify-content: center;
      margin-bottom: 16px;
   }

}
/* Navigation skipper */


header.header {   
   background-color: #fff;
   min-height: 100px;
   z-index: 1000;   
   width: 100%;
   font-size: 16px;
   line-height: 1.5;
}

header.header-fixed {
   position: fixed;
   top: 0;
   left: 0;
}

.logo-icon > div {
   display: flex;
}

.logo-icon div > .hs_cos_wrapper {
   line-height: 0;
}

header ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.header-logo a {
   text-decoration: none;
}

.header-logo, .header-logo a, .header-nav {
   display: flex;      
   align-items: center;
}

.header-nav {
   padding: 12px 0;
}

.submenu.level-2,
.submenu.level-3 {
   visibility: hidden;
   opacity: 0;
   transform: translateY(40px);
   transition: all 0.5s ease-in-out;
   list-style: none;
}

.submenu.level-1>li {
   display: inline-block;
   position: relative;
}

.submenu.level-1 li>a {
   font-size: 11px;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
}

.header-search {
   position: absolute;
   left: 0;
   padding: 50px 0;
   width: 100%;
   background-color: #fff;
   z-index: 200;
   text-align: center;
   transition: all 0.5s;
   opacity: 0;
   top: 50%;
   pointer-events: none;
}

header .search-icon {
   cursor: pointer;
}

header #custom-search .search-icon svg {
   width: 20px;
   position: relative;
   top: -10px;
}

header .search-icon svg path {
   fill: #00365f;
   transition: fill 0.4s;
}

header .search-icon:hover svg path {
   fill: #00C1DE;
}

body.search-open header .header-search {
   top: 100%;
   opacity: 1;
   pointer-events: auto;
}

.header__container {
   padding: 0 121px;
}

.header .span2.widget-span.widget-type-cell.dnd-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .lang_switcher_class {
    margin-left: 20px;
}
@media (min-width: 768.1px) {
   .submenu.level-1>li:not(:last-child) {
      margin-right: 44px;
   }  

   .socials-icon-wrap h6, .header-nav #search, .header-text {
      display: none;
   }

   .submenu.level-2, .submenu.level-3 {
      position: absolute;  
      left: 0;
      top: calc(100% + 20px);
      z-index: 1000;
      min-width: 170px;
   }

   .submenu.level-3 {
      left: 100%;
      top: 0;
   }

   .submenu.level-1>li:hover .submenu.level-2,
   .submenu.level-2>li:hover .submenu.level-3 {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
   }

   .submenu.level-2 li a {
      display: block;
      padding: 5px 10px;
   }

   ul.submenu.level-1>li.has-submenu:after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      width: 100%;
      height: 20px;
   }
}


.header-main {  
   position: relative;   
   width: 100%;
   padding: 20px 0;
   min-height: 100px;
}

.hs-private.hs-private.hs-private .CjCnS,
.hs-private.hs-private.hs-private .gcEUXD {
   display: none;
}

header.lp .header-bottom, header.lp .header-main, header.lp .header-top {
   margin: 0;
}

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

@media (max-width: 1090px) and (min-width: 992.1px) {
   .submenu.level-1>li:not(:last-child) {
      margin-right: 12px;
   }
}

@media (max-width: 992px) and (min-width: 768.1px) {
   .submenu.level-1 li>a {
      font-size: 10px;
   }

   .submenu.level-1>li:not(:last-child) {
      margin-right: 8px;
   }  

}

@media (max-width: 768px) {   
   .header__container {
      padding: 0 15px;
   }

   .header-main {
      height: 66px;   
      justify-content: center;
      display: flex;
   }

   header .header-nav {
      background: #fff;
      position: fixed;
      top: 65px;
      left: 0;
      width: 100%;
      height: calc(100% - 65px);
      padding: 55px 15px 15px;
      transform: translateX(-100%);
      pointer-events: none;
      transition: transform 0.6s;
      overflow-y: auto;
   }

   .open-menu header .header-nav {
      pointer-events: auto;
      transform: none;
   }

   .submenu.level-1>li {
      display: block;
      margin-bottom: 20px;
   }

   .submenu.level-1 li>a {
      font-size: 16px;
      display: block;
   }

   .submenu.level-2, .submenu.level-3 {
      padding-left: 20px;
      padding-top: 10px;
      opacity: 1;
      transform: translateY(0);
      visibility: visible;
      display: none;
      transition: none;
   }

   .submenu.level-2 li a {
      padding: 5px 0;    
   }

   .header-logo img {
      height: 45px !important;
      position: relative;
      right: auto;
      left: unset;

   }

   header.header {
      margin: 0;
      min-height: 80px;
      top: 0;
      left: 0;
      z-index: 5000;
   }   

   header #custom-search .socials-icon-wrap {
      display: none;
   }   

   .header-nav #search {
      margin: 20px 0 10px;
      display: inline-block;
      padding: 10px 0 40px;
      border-top: 1px solid #00365f;
      border-bottom: 1px solid #00365f;
   }

   .header-nav #search h6, .header-text h6 {
      margin-bottom: 16px;
      line-height: 1.5;
   }           

   .header-text p a:hover {
      color: #00c1de;
   }

   .header-text p a {
      color: #00365f;
      text-decoration: none;
   }

   .child-trigger {
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      cursor: pointer;
      width: 16px;
      position: absolute;
      right: 0;
      top: 0;
      height: 24px;
   }
   .child-trigger span, .child-trigger span:before {
      display: inline-block;
      width: 100%;
      background-color: #051b29;
      height: 2px;
      position: absolute;
      top: 10px;
      right: 0;
   }

   .child-trigger span:before {
      content: '';
      transform: rotate(90deg);
      top: 0;
   }
   .child-trigger.child-open {
      transform: rotate(45deg);
   }

   .submenu.level-2 li {
      position: relative;
   }

   .submenu.level-2 .child-trigger {
      right: 16px;
      top: 5px;
   }

   .header-logo {
      justify-content: center;
   }

   header .header-nav {
      display: block;
   }
.header .lang_switcher_class {
    position: absolute;
    right: 40px;
    top: 20px;
    padding: 12px 0;
}
}

@media (max-width: 340px) {
   .header-logo a {
      display: flex;
      column-gap: 5px;
   }
}
/* 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;
  }
}