























/* 1a. Global Settings */
















  










  











  











/* 1b. Header Settings */















   



/* Theme base styles */

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

/**
 * 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%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

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

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

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
    margin: 0 auto;
    max-width: 1240px;
    max-width: 1240px;
    padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
      padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 80px 20px;
    padding-top: px;
     padding-bottom: px;
}

.dnd-section > .row-fluid {
    margin: 0 auto;
    max-width: 1200px;
    max-width: 1240px;
}

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

@media (min-width: 768px) {
    .dnd-section {
        padding-top: px;
      padding-bottom: px;
    }
}

@media (min-width: 1025px) {
    .dnd-section {
        padding-top: px;
         padding-bottom: px;
    }
}

@media (max-width: 767px) {
    .dnd-section .dnd-column {
      padding: 0;
    }

    .dnd-module .widget-type-linked_image img {
        margin-bottom: 10px;
    }
}

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



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

/* Header container */
.header {
  background-color: #F8FAFC;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  ;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(26, 32, 44, 1.0)

;
  position: relative;
 /* padding: 10px 20px;*/
  
}

.header.header-scroll {
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 5%);
}

.header.header-scroll .top-navigation,
.header.header-scroll ~ #hs_cos_wrapper_breadcrums_menu .cm-breadcrumbs {
    display: none;
}

.header__container {
  margin: 0 auto;
  max-width: 1240px;
}

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

.header__row-1,
.header__row-2 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
width: 100%;
}

body.body-header__scroll [data-global-resource-path*=header], 
body.body-header__scroll header.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

body.body-header__scroll header.header.header-scroll ~ .display-breadcrumbs {
    display: none !important;
}

body [data-global-resource-path*=header_no_navigation], 
body [data-global-resource-path*=header_no_navigation] header {
    position: relative !important;
}


.header__search_cta_wrapper {
  display: flex;
  align-items: center;
}

/* Logo */

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

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

.header__logo .logo-company-name {
font-size: 28px;
margin-top: 7px;
}

.header--no-navigation {
  padding-top: 2rem;
}

.header--no-navigation .header__logo {
margin: 0 auto;
}



/* Search bar */
.header__search {
  position: relative;
}
.header__search .header__search--toggle {
  margin-right: 20px;
}

.header__search .header__search-input {
  width: 250px;
  display: none;
  position: absolute;
  right: 0px;
  padding: 0;
  top: 41px;
  box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
}

.header__search.open .header__search-input {
  display: block;
}

.header__search form {
  position: relative
}

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

.header__search form button {
  position: absolute;
  right: 0;
  border-radius: 0;
  height: 46px;
  padding: 10px 20px;
  background: none;
  top:0
}

.header__search form button svg {
  height: 20px;
}

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

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

.header__search .hs-search-field__suggestions li a {
color: ;
padding: 3px 15px;
text-decoration: none;
transition: background-color 0.3s;
}

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


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
}

.top-navigation .header__container  {
  justify-content: flex-end;
}

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

.header__language-switcher .lang_list_class {
border: 2px solid #D1D6DC;
border-radius: 6px;
box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
color: #494A52;
display: block;
font-family: Lato, serif;
font-size: 0.8rem;
left: calc(100% - 33px);
opacity: 0;
min-width: 150px;
padding-top: 0;
text-align: left;
top: 120%;
transition: opacity 0.3s;
visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
border-bottom-color: #D1D6DC;
left: 70%;
top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
border-bottom-color: #EBEFF3;
top: -22px;
transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
border: none;
font-size: 18px;
padding: 10px 15px;
}

.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 {
background-color: #EBEFF3;
transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
color: #494A52;
font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;   
  justify-content: flex-end;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
}

.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: 10px;
margin-top: 3px;
width: 0px;
}

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

/* Navigation */

#nav-toggle {
display: none;
}

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


@media(min-width: 1025px) {
  .header__column {
      width: 100%;
  }

  li.has-submenu:hover>.submenu,
  li.has-submenu.focus>.submenu {
      visibility: visible;
      opacity: 1;
      transition: visibility 0s,opacity .3s;
  }

  .submenu.level-2 {
      top: 75px;
      left: 50%;
      transform: translateX(-50%);
  } 

  .submenu .submenu {
      top: 0;
      left: 100%;
      transform: none;
      width: 200px;
      text-transform: none;
      border-radius: 6px;
      box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
      transition: visibility 0s, opacity 0.3s;
  }

  body .submenu.level-2 .menu-item .menu-link {
      background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
      color: 

  
  
    
  


  rgba(74, 85, 104, 1.0)

;
  }

  body  .submenu.level-2 .menu-item .menu-link ~ .menu-arrow {
      color: 

  
  
    
  


  rgba(74, 85, 104, 1.0)

;
  }

  body .submenu.level-2 .menu-item .menu-link:hover,
  body .submenu.level-2 .menu-item .menu-link:focus,
  body .submenu.level-2 .menu-item .menu-link:hover ~ .menu-arrow,
  body .submenu.level-2 .menu-item .menu-link:focus ~ .menu-arrow{
      color: 

  
  
    
  


  rgba(74, 85, 104, 1.0)

;
  }
  
  .header__element-mobile {
      display: none;
  }

}


/* Mobile styles */

@media (max-width: 1024px) {
  
  /* header nav toggle */
    .header__navigation--toggle {
        width: 38px;
        height: 26px;
        right: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        position: absolute;
        cursor: pointer;
        z-index: 999;
        top: 5px;
    }

    .header__navigation--toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: 

  
  
    
  


  rgba(26, 32, 44, 1.0)

;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    .header__navigation--toggle span:nth-child(1) {
        top: 0px;
    }

    .header__navigation--toggle span:nth-child(2),
    .header__navigation--toggle span:nth-child(3) {
        top: 10px;
    }

    .header__navigation--toggle span:nth-child(4) {
        top: 20px;
    }

    .header__navigation--toggle.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .header__navigation--toggle.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__navigation--toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__navigation--toggle.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .header__navigation__mobile_group {
        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        overflow-y: auto;
        min-width: 200px;
        width: 90%;
        max-width: 400px;
        display: inline-block;
        padding: 6rem 2rem 2rem;
        box-shadow: 0 0 1px rgb(39 39 39 / 50%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform .5s;
        transition: transform .5s;
        z-index: 99;
    }

    .header__navigation__mobile_group.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

    }

    body .submenu.level-1 > li {
        border-bottom: 1px solid 

  
  
    
  


  rgba(26, 32, 44, 1.0)

;
    }
  
    body .submenu.level-1 > li {
        padding: 0;
    }
  
    body .submenu.level-1 > li a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
  
    body ul.level-2 li a {
        padding: 12px 20px !important;
    }
  
    body ul.level-3 li a {
        padding: 12px 40px !important;
    }
  
    body .submenu.level-2 .menu-item {
        border-top: 1px solid 

  
  
    
  


  rgba(26, 32, 44, 1.0)

;
    }
  
    body .submenu.level-2 .has-submenu .menu-arrow {
        transform: none;
        right: 10px;
        top: 9px;
    }

    .header__search_cta_wrapper {
        margin-top: 2rem;
        display: block;
    }
  
    body .submenu.level-1>.has-submenu>.menu-arrow {
        top: 21px;
    }
  
    .submenu.level-2, 
    .submenu.level-3 {
        border: 0;
        box-shadow: none;
        opacity: 1 !important;
        position: static !important;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        visibility: visible !important;
        width: 100% !important;
        z-index: 2;
    }
  
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /*flex-direction: column;
    padding: 20px 0 0;*/
    justify-content: space-between;
  }

  .header__container form {
    max-width: 100%;
  }
  
  .top-navigation .header__language-switcher {
      display: none !important;
  }
  
  .header__language-switcher .lang_list_class {
      right: -43px;
      left: initial;
      top: 200%;
  }


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

  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }




  .header__column {
    position: relative;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }


  .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;
    top: 5px;
    position: relative;
    margin-right: 4rem;
  }


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

  .header__search--toggle {
    display: none !important;
  }
  
  .header__search {
      margin-bottom: 2rem;
  }
  
  .header__search .header__search-input {
      display: block;
      position: relative;
      top: 0;
      width: 100%;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

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

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
;
color: 

  
  
    
  


  rgba(26, 32, 44, 1.0)

;
text-transform: none;
letter-spacing: 0px;
line-height: 1.2;
font-size: 18px;
}

.hs-breadcrumb-menu-item a,
.hs-breadcrumb-menu-item { 
  
    
  
  
  
    font-family: ;
  
}

.hide-breadcrumbs {
  display:none;
}
.display-breadcrumbs {
  display:block !important
}


body .navigation-primary a:hover,
body .navigation-primary a:focus,
body .navigation-primary a:hover ~ .menu-arrow,
body .navigation-primary a:focus ~ .menu-arrow,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus, 
body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active,
.hs-breadcrumb-menu-item a:hover,
li.hs-breadcrumb-menu-item.last-crumb {
color: 

  
  
    
  


  rgba(16, 69, 219, 1.0)

;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
background-color: #379956;
}

/*body .submenu.level-2 .menu-item .menu-link,*/
body .header__language-switcher .lang_list_class,
body .submenu.level-2 > li:first-child:before {
background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;

}



body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}



.header__language-switcher-label-current:after {
border-top-color: 

  
  
    
  


  rgba(26, 32, 44, 1.0)

;
}

@media(max-width: 767px) {
.header__navigation {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__navigation-toggle svg,
.menu-arrow svg {
  fill: 

  
  
    
  


  rgba(26, 32, 44, 1.0)

;
}
}

.header-top .row-fluid [class*=span],
.header-bottom .row-fluid [class*=span]{
    min-height: 0;
}
.footer {
  background-color: ;
}

.cta-container {
  margin: 0 auto;
} 

.cta-wrapper  {
  max-width: 603px;
  margin: 0 auto;
}

.footer__container {
  max-width: 1240px;
  margin: 0 auto;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: ;
  margin-bottom: 24px;
}

.footer,
.footer p,
.footer span,
.footer i {
  color: ;
}

.footer a:not(.cta_button):not(.cta-primary):not(.cta-secondary) {
  color: ;
}

.footer a:not(.cta_button):not(.cta-primary):not(.cta-secondary):hover,
.footer a:not(.cta_button):not(.cta-primary):not(.cta-secondary):focus {
  color: ;
}

.footer hr {
  color: ;
  background-color: ;
}


.footer,
.footer p,
.footer span,
.footer li {
font-size: ;
}

.footer__copyright {
padding: 1rem 0;
}

.footer__copyright > div {
padding: .5rem 0;
}


body .footer-social-links .social-links__link {
    background: ;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

body .footer-social-links .social-links__link:hover {
    background: ;
}

body .footer-social-links .social-links__icon svg {
  fill: ;
}

body .footer-social-links .social-links__link:hover,
body .footer-social-links .social-links__link:hover svg {
  fill: ;
}

.footer-single-content .social-media-content a {
  display: inline-block;
  width: 22.3px;
  height: 22.3px;
  text-align: center;
  background-color: ;
  color: ;
  margin-right: 13px;
  border-radius: 2px;
}

.footer-single-content .social-media-content a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-single-content .social-media-content a svg {
  width: 15px;
  height: 15px;
  fill: ;
}

.footer-single-content .social-media-content a:hover,
.footer-single-content .social-media-content a:hover svg {
  background-color: ;
  fill: ;
}

.footer .hs-menu-wrapper .hs-menu-item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.footer .hs-menu-wrapper .hs-menu-item:first-child {
  padding-top: 0;
}

.footer .hs-menu-wrapper .hs-menu-item a {
  padding-right: 0;
  padding-left: 0;
}

/* Footer LP */

.footer-landing .footer__container {
  padding:  1rem ;
      display: flex;
    justify-content: space-between;
    align-items: center;
}


/* test commit tes 2*/
@media(max-width: 767px) {
  .footer__content--column > div > div:first-child {
      margin-top: 2rem;
  }

  .footer {
      text-align: center;
  }
}
/* 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%;
}
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
/* tinysldier css */
.tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.tns-nav {
    text-align: center;
    margin: 10px 0;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.tns-nav > .tns-nav-active {
    background: #999;
}

.tns-outer [data-action] {
    display: none;
}

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
  border: none;
  background: none;
  display: block !important;
  width: 15px;
  height: auto;
  position: absolute;
  top: -1rem;
  bottom: 0;
  background: none;
}

.tns-controls button[data-controls="prev"] svg, 
.tns-controls button[data-controls="next"] svg {
    height: 30px;
    width: 30px;
}

.tns-controls button[data-controls="prev"] {
   margin-left: -3rem;
}

.tns-controls button[data-controls="next"] {
   right: -3rem;
}



@media(max-width: 1240px) {
  .testimonial-slider.with-nav {
      padding-right: 40px;
      padding-left: 40px;
  }
  
  .tns-controls button[data-controls="next"] {
      right: 0 !important;
  }
  
  .tns-controls button[data-controls="prev"] {
     margin-left: -2rem;
  }
}


.header__container.standard,
.footer__container.standard,
.cta-container {
    max-width: 1240px;
}

.header__container.full,
.footer__container.full {
   max-width: 100%;    
   padding-right: 2rem;
   padding-left: 2rem;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header {
  background: linear-gradient(90deg,#0c095e,#1045db);
  padding-right: 0;
  padding-left: 0;
}

.top-navigation{
  position:relative;
}

.shadow {
    box-shadow: 0 4px 5px -1px rgba(74,85,104,.1),0 -1px 5px -1px rgba(74,85,104,.1)!important;
}

.bg-white {
    background-color: #fff!important;
}

.bg-gray-100 {
    background-color: #f7fafc!important;
}

.header__row-1,
.header__row-2 {
  justify-content: flex-end;
}

.header .main-navigation .navigation-primary ul li::before,
.header .top-navigation .navigation-primary ul li::before{
  content:'';
}

.header .main-navigation .navigation-primary a{
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: normal;
    /*color: rgba(255,255,255,1.0);*/
    color:#1a202c;
    line-height: 1.2;
    font-size: 18px;
    text-decoration: none;
}

.header .main-navigation .navigation-primary a:hover{
    color: #1045db;
}

    

.header .top-navigation .navigation-primary a {
    font-size: 16px;
    font-family: Roboto,sans-serif;
}


.header .header__cta {
    font-family: Roboto,sans-serif;
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    word-break: break-word;
    border-radius: 3px;
    color: #06f;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0px;
    box-sizing: content-box !important;
    vertical-align: middle;
    font-size: 16px;
    background: transparent;
    padding: .35rem .5rem;
    line-height: 1;
    border: 1px solid #06f;
    margin-left: 10px;
}

.header .header__cta:hover{
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #06f;
    border-color: #06f;
    box-shadow: 0 7px 14px rgba(74,85,104,.1),0 3px 6px rgba(0,0,0,.08);
}

.submenu.level-1 li a{
      -webkit-text-size-adjust: 100%;
    word-break: break-word;
    list-style: none;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1.2;
    text-decoration: none;
    font-size: 16px;
}

.text-primary {
    color: #06f!important;
}

.submenu.level-2 li a svg.mr-2{
     margin-right:8px;
}






.text-green {
    color: #2bca50!important;
}


.main-navigation {
  background-color: rgba(207,218,248,.06);
}

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

.header-flex-item .submenu.level-1>li {
   padding-left: 0;
   padding-right: 30px;
}

.header__search .header__search--toggle {
    margin-right: 0;
}

.submenu.level-2 {
    border-radius: 5px;
    overflow: hidden;
        top: 90% !important;
}

.submenu.level-2>li {
    border-bottom: none !important;
}

.submenu.level-2 .menu-item .menu-link {
  padding: 13px 20px !important; 
}

body .submenu.level-2 .menu-item .menu-link:hover, 
body .submenu.level-2 .menu-item .menu-link:focus, 
body .header__language-switcher .lang_list_class li:hover, 
body .submenu.level-2>li:first-child:hover:before, 
body .submenu.level-2>li:first-child.focus:before {
    background-color: #fff;
    color: #06f;
    text-decoration:underline;
}

.top-navigation .has-submenu .submenu li:last-child a {
    background-color: #f7fafc;
    color: #06f;
    padding: 18px 20px !important;
}

.header__search .header__search--toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header__search .header__search--toggle svg {
  margin-right: 10px;
}

.header__search .header__search-input {
      box-shadow: 0 15px 25px -5px rgba(74,85,104,.1),0 -2px 15px -5px rgba(74,85,104,.1)!important;
    width: 360px;
}

.header__search .header__search-input > div {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    position: relative;
    padding: 13px 20px;
} 

.header__search form button {
        -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    word-break: break-word;
    border: 1px solid #06f;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    position: absolute;
    right: 0;
    padding: 10px 20px;
    background: 0;
    top: 0;
    color: #fff;
    background-color: #06f;
    border-color: #06f;
    box-shadow: 0 4px 6px rgb(74 85 104 / 11%),0 1px 3px rgb(0 0 0 / 8%);
    border-radius: 5px;
    height: 42px;
}

.header__search form button:hover{
    color: #fff;
    background-color: #0057d9;
    box-shadow: 0 7px 14px rgb(74 85 104 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    border-color: #0052cc;
}

.header__search .hs-search-field__input {
    min-height: 42px;
    padding: 0 15px;
    width: auto;
    width: 209px;
  
    color: #4a5568;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbd5e0;
    border-radius: .375rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(min-width: 1025px)  {
  .header .header__cta {
      margin-left: 10px;
  }
  
  .header__search_cta_wrapper {
      margin-left: 12px;
  }
  
  .submenu.level-1>.has-submenu>.menu-arrow {
    top: 47% !important;
}

}


@media(max-width: 1024px)  {
  .main-navigation {
     display:none;
  }
  
  .top-navigation .header__container  {
    justify-content: space-between;
    padding: 10px 20px;
  }
  
  .header .header__cta {
      margin-bottom: 10px;
  }
  
  .submenu.level-2 .menu-item, .submenu.level-2 .menu-item a {
        background: transparent !important;
    }
}

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

footer{
  z-index:10;
  position:relative;
}