/* Theme base styles */

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

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

/**
 * 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: 1px;
    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: 1px;
        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;
    }
  
    div[class*='-vertical-alignment'] > .row-fluid {
      flex-flow: wrap;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
  
    .row-fluid .span3:first-child,
    .row-fluid .span3 + .span3 + .span3:nth-child(3) {
        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: 1px;
        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%;
    }
}

@media (min-width: 768px) {
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > div[class*='span'] {
    margin-left: 0;
  }
  
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span12 {
    width: 100%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span11 {
    width: 91.66666666666666%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span10 {
    width: 83.33333333333333%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span9 {
    width: 75%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span8 {
    width: 66.66666666666666%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span7 {
    width: 58.33333333333333%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span6 {
    width: 50%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span5 {
    width: 41.6666666667%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span4 {
    width: 33.3333333333%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span3 {
    width: 25%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span2 {
    width: 16.6666666667%;
  }

  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span1 {
    width: 8.33333333333%;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span3:first-child,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span3:first-child + .span3,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span3:first-child + .span3 + .span3,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span3:first-child + .span3 + .span3 + .span3,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span6 + .span3,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span6 + .span3 + .span3 {
    width: 50%;
  }
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span6:first-child,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span6:first-child + .span6,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span3:first-child + .span6 + .span3,
  .row-fluid-wrapper[class*='-full-width'] > .row-fluid > .span3 + .span3 + .span6 {
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .footer__container.content-wrapper {
    padding: 0;
  }
}

.float-right { float: right }
.float-center { margin: 0 auto }

.body-container:not(:has(.stack__slide)) { overflow: hidden }
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

.body-container .dnd-section {
  position: sticky;
}

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

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

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

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

body {
  line-height: 1.44;
  word-break: break-word;
  font-feature-settings: "lnum";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}
p:last-child {
  margin-bottom: 0;
}
/* Anchors */

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

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.txt-h {
  margin: 0 0 .6em;
  font-synthesis-weight: none;
  font-synthesis: none;
}
.hs_cos_wrapper_type_header h1,
.hs_cos_wrapper_type_header h2,
.hs_cos_wrapper_type_header h3,
.hs_cos_wrapper_type_header h4,
.hs_cos_wrapper_type_header h5,
.hs_cos_wrapper_type_header h6 {
  margin: 0;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
}
.hs_cos_wrapper_widget ul:not(.no-list):not(.tag-list):not[class*='splide'] li {
  position: relative;
  padding-left: 1.6em;
}
.hs_cos_wrapper_widget ul:not(.no-list):not(.tag-list):not[class*='splide'] li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.8 536.4-99.5-99.6a38.4 38.4 0 1 0-54.3 54.3l126.7 126.7a38.3 38.3 0 0 0 54.3 0l262.4-262.5a38.4 38.4 0 1 0-54.3-54.3L456.2 600.4z'/%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.8 536.4-99.5-99.6a38.4 38.4 0 1 0-54.3 54.3l126.7 126.7a38.3 38.3 0 0 0 54.3 0l262.4-262.5a38.4 38.4 0 1 0-54.3-54.3L456.2 600.4z'/%3E%3C/svg%3E") no-repeat center / contain;
}
ul.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  margin: 0;
  padding: 0;
}
ul.tag-list li {
  display: inline-block;
}
ul.tag-list li:not(:has(a)),
ul.tag-list a {
  padding: 0.4em 1.3em 0.5em;
  border: 1px solid currentColor;
  border-radius: 200px;
  white-space: nowrap;
  position: relative;
  display: block;
}
ul.tag-list a::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: white;
  mix-blend-mode: difference;
  border-radius: inherit;
  transition: opacity 0.4s ease-in-out;
}
ul.tag-list a:hover::before {
  opacity: 1;
}
em {
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}
h1 em,
h2 em,
.large-text__line em,
.txt-h.mod-font_size-h1 em,
.txt-h.mod-font_size-h2 em{
  -webkit-text-stroke-width: .025em;
}

em.white,
.heading-color-light em,
.hover-box em,
.text-mask_color-white em {
  -webkit-text-stroke-color: #fff;
}

mark {
  background-repeat: no-repeat;
  background-size: 100% .4em;
  background-position: 0 85%;
  background-color: transparent;
  color: inherit;
  transition: background-size .4s cubic-bezier(.05,.2,.1,1);
}
mark:hover {
  background-size: 100% 56%;
}
mark.mark-white {
  background-image: linear-gradient(120deg,#fff 0%,#fff 100%);
}
mark.mark-black {
  background-image: linear-gradient(120deg,#000 0%,#000 100%);
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 .5em;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  border: none;
  height: 1px;
  width: 30%;
  margin: 40px 0 20px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
.title-subtitle {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 0.65em;
  margin-bottom: 2.8em;
  font-weight: bold;
}

.heading-title-wrap,
.lead-text-wrap {
  position: relative;
}

.lead-to-heading {
  line-height: 1.3;
}

.heading-title {
  margin-bottom: 0;
}

.mod-light * {
  color: #fff !important;
}

.mod-dark * {
  color: #000 !important;
}

.mod-color-white,
.mod-color-light,
a.mod-color-white:hover,
a.mod-color-light:hover,
.whiteColor,
a.whiteColor:hover {
  color: #fff;
}

.mod-color-black,
.mod-color-dark,
a.mod-color-black:hover,
a.mod-color-dark:hover,
.blackColor,
a.blackColor:hover {
  color: #000;
}

.mod-font_weight-normal,
.noramlWeight {
  font-weight: 400;
}

.mod-font_weight-bold,
.boldWeight {
  font-weight: 700;
}

.mod-align-left {
  text-align: left;
}
.mod-align-right {
  text-align: right;
}
.mod-align-center {
  text-align: center;
}

[class^="inline-image-"] {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  margin: 0 -0.03em;
  min-width: 10px;
  min-height: 10px;
}
.inline-image-circle,
.inline-image-oval,
.inline-image-oval-long {
  clip-path: inset(7% 1% 0 6%  round 1000px);
}
.inline-image-rounded-rectangle,
.inline-image-rounded-square,
.inline-image-rounded-rectangle-long {
  clip-path: inset(7% 1% 0 6% round .12em);
}
.inline-image-rectangle,
.inline-image-square,
.inline-image-rectangle-long {
  clip-path: inset(7% 1% 0 6%);
}
[class^="inline-image-"] + .inline-overlap {
  margin-left: -.4em;
}
button,
.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all .4s cubic-bezier(.24,.46,.45,.94);
}
button .button-i,
.button .button-i {
  margin: 0 -4px 0 10px;
  transition: all .3s cubic-bezier(.24,.46,.45,.94);
  transform: rotate(90deg);
}
button .button-i path,
.button .button-i path {
  fill: currentcolor;
}
button:hover .button-i,
button:focus .button-i,
.button:hover .button-i,
.button:focus .button-i {
  transform: rotate(45deg) scale(1.1);
}
button.button-dark,
.button.button-dark {
  background: #000;
  border-color: #000;
  color: #fff;
}

button.button-dark:hover,
button.button-dark:focus,
.button.button-dark:hover,
.button.button-dark:focus {
  background: #222;
  border-color: #222;
}

button.button-light,
.button.button-light {
  background: #fff;
  border-color: #fff;
}

button.button-light:hover,
button.button-light:focus,
.button.button-light:hover,
.button.button-light:focus {
  background: #ccc;
  border-color: #ccc;
}

button.button-glass,
.button.button-glass {
  background: rgba(0,0,0,.3);
  border: none;
  color: #fff;
  -webkit-backdrop-filter: blur(10px) brightness(120%);
  backdrop-filter: blur(10px) brightness(120%);
}
button.button-glass:hover,
button.button-glass:focus,
.button.button-glass:hover,
.button.button-glass:focus,{
  background: rgba(0,0,0,.6);
}

button.outline,
.button.outline,
button.button-style02.outline,
.button.button-style02.outline,
button.button-style03.outline,
.button.button-style03.outline,
button.button-dark.outline,
.button.button-dark.outline,
button.button-light.outline,
.button.button-light.outline {
  background: transparent;
  border-style: solid;
  position: relative;
  z-index: 1;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus,
button.button-style02.outline:hover,
button.button-style02.outline:focus,
.button.button-style02.outline:hover,
.button.button-style02.outline:focus,
button.button-style03.outline:hover,
button.button-style03.outline:focus,
.button.button-style03.outline:hover,
.button.button-style03.outline:focus,
button.button-dark.outline:hover,
button.button-dark.outline:focus,
.button.button-dark.outline:hover,
.button.button-dark.outline:focus,
button.button-light.outline:hover,
button.button-light.outline:focus,
.button.button-light.outline:hover,
.button.button-light.outline:focus {
  background: transparent;
}

button.outline:after,
.button.outline:after,
button.button-style02.outline:after,
.button.button-style02.outline:after,
button.button-style03.outline:after,
.button.button-style03.outline:after,
button.button-dark.outline:after,
.button.button-dark.outline:after,
button.button-light.outline:after,
.button.button-light.outline:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  transition: all .2s ease;
}

button.outline:hover:after,
button.outline:focus:after,
.button.outline:hover:after,
.button.outline:focus:after,
button.button-style02.outline:hover:after,
button.button-style02.outline:focus:after,
.button.button-style02.outline:hover:after,
.button.button-style02.outline:focus:after,
button.button-style03.outline:hover:after,
button.button-style03.outline:focus:after,
.button.button-style03.outline:hover:after,
.button.button-style03.outline:focus:after,
button.button-dark.outline:hover:after,
button.button-dark.outline:focus:after,
.button.button-dark.outline:hover:after,
.button.button-dark.outline:focus:after,
button.button-light.outline:hover:after,
button.button-light.outline:focus:after,
.button.button-light.outline:hover:after,
.button.button-light.outline:focus:after {
  height: 100%;
}

button.button-dark.outline,
.button.button-dark.outline {
  color: #000;
}

button.button-dark.outline:hover,
button.button-dark.outline:focus,
.button.button-dark.outline:hover,
.button.button-dark.outline:focus {
  color: #fff;
}

button.button-dark.outline:hover:after,
button.button-dark.outline:focus:after,
.button.button-dark.outline:hover:after,
.button.button-dark.outline:focus:after {
  background: #000;
}

button.button-light.outline,
.button.button-light.outline {
  border-color: #fff;
  color: #fff;
}

button.button-light.outline:hover,
button.button-light.outline:focus,
.button.button-light.outline:hover,
.button.button-light.outline:focus {
  border-color: #fff;
}

button.button-light.outline:hover:after,
button.button-light.outline:focus:after,
.button.button-light.outline:hover:after,
.button.button-light.outline:focus:after {
  background: #fff;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  transform: scale(0.98);
}

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

.hs-form-field {
  margin-bottom: 30px;
}

/* Labels */

form label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.35rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  display: inline-block;
  font-size: 1em;
  letter-spacing: -0.02em;
  padding: 0.6rem;
  width: 100%;
  transition: border-color .3s;
}

form fieldset {
  max-width: 100% !important;
}

form *:focus-visible {
  outline: none;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msgs {
  position: absolute;
}
form .hs-error-msgs.inputs-list > li {
  margin: 0;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0;
  font-size: 11px;
}

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Form Title */

.form-title {
  margin-bottom: 60px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

.header.sticky:not([class*="header-transparent"]) {
  position: fixed;
  width: 100%;
  z-index: 999;
}

/* Header DND sections */

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

/* Header container */

.header.header-transparent {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 2;
}

.hs-inline-edit .header.header-transparent {
  position: relative;
}

.hs-inline-edit .header.header-transparent {
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #f6f6f6 25%, transparent 25%), 
    linear-gradient(135deg, #f6f6f6 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f6f6f6 75%),
    linear-gradient(135deg, transparent 75%, #f6f6f6 75%);
  background-size: 25px 25px;
  background-position: 0 0, 12.5px 0, 12.5px -12.5px, 0px 12.5px;
}

.hs-inline-edit .header.header-transparent.header-light {
  background-color: #1e1e1e;
  background-image:
    linear-gradient(45deg, #000 25%, transparent 25%), 
    linear-gradient(135deg, #000 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #000 75%),
    linear-gradient(135deg, transparent 75%, #000 75%);
  background-size: 25px 25px;
  background-position: 0 0, 12.5px 0, 12.5px -12.5px, 0px 12.5px;
}

@media (min-width: 1140px) {
  .header.expanded .content-wrapper {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  } 
}

.header__container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__column {
  display: flex;
  margin-left: 30px;
}

.header__row-1 {
  padding-top: 20px;
}

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

@media (max-width: 1139px) {
  .header__container {
    padding: 20px 20px;
  }

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

  .header__row-2 {
    padding: 0;
  }
}

.header-button-wrapper .dnd-section {
  margin-left: 30px;
  word-break: normal;
}

.header-button-wrapper .dnd-column {
  padding: 0;
}

@media (max-width: 620px) {
  .header-button-wrapper {
    display: none;
  }
}

/* Header Light */

.header.header-light .nav-primary a,
.header.header-light .header__logo .logo-company-name,
.header.header-light .header__language-switcher--label-current
{
  color: #fff;
}

.header__navigation--toggle {
  display: none;
}

.header.header-light .header__search--toggle svg,
.header.header-light .header__navigation--toggle svg {
  fill: #fff;
}

.header .flow-white-logo {
  display: none;
}

.header.header-light .flow-white-logo {
  display: block;
}

.header.header-light .hs_cos_wrapper_type_logo {
  display: none;
}

/* Header Sticky */

.header.sticky {
   transition: background-color .6s;
}

.header.sticky.fixed .header__container {
   transition: padding .6s cubic-bezier(.45,.25,.6,.95);
}

.header.fixed {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255,255,255,.5);
}
.header.glass {
  -webkit-backdrop-filter: blur(14px) brightness(110%);
  backdrop-filter: blur(14px) brightness(110%);
}
.header > .container-fluid.content-wrapper {
  max-height: 300px;
  overflow: hidden;
  transition: max-height .2s cubic-bezier(.45,.25,.6,.95);
}

.header.fixed > .container-fluid.content-wrapper {
  max-height: 0;
  animation: hide-header-row .2s cubic-bezier(.45,.25,.6,.95) forwards;
}

@keyframes hide-header-row {
    100% { opacity: 0; }
}

.header.fixed .header__container {
  padding-top: 0;
  padding-bottom: 0;
}
.header.header--no-navigation.fixed .header__container {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 1139px) {
  .header.fixed .header__container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


/* Navigation skipper */

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

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

/* Logo */

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

.header--no-navigation .header__logo {
  margin-top: 5px;
}

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

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

.header__logo--main {
  padding-top: 5px;
}

/* Search bar */

.header__search {
  display: none;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(1.2);
  position: absolute;
  animation: overlay-hover-out .3s cubic-bezier(.45,.25,.6,.95) forwards;
}

.header__search.open {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 2;
  animation: overlay-hover .3s cubic-bezier(.45,.25,.6,.95) forwards;
}

@keyframes overlay-hover {
    100% { opacity: 1; top: 0; transform: scale(1); }
}


.header__search--toggle,
.header__close--toggle {
  cursor: pointer;
  margin: 0 0 0 30px;
  position: relative;
}

.header__search--toggle.hide {
  display: block;
}

.header__search--toggle:after {
  display: none;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  left: 40px;
  text-transform: uppercase;
  top: -10px;
}

.header__search--toggle.open:after {
  display: block;
  word-break: normal;
}

.header__search .hs-search-field__input {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IndoaXRlIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgPC9nPjwvc3ZnPg==");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding: 10px 55px 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 36px;
  letter-spacing: -.02em;
  outline: none;
}

.header__search .hs-search-field__input:focus,
.header__search .hs-search-field__input:active {
  border-bottom: 4px solid #fff;
}

.header__search label {
  display: none;
}

.header__search .hs-search-field--open .hs-search-field__input {
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  border: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: 10px;
  margin-left: -4px;
}

.header__search .hs-search-field__suggestions li {
  font-size: 14px;
  display: inline-block;
  margin: 4px 2px;
}

.header__search .hs-search-field__suggestions li a {
  color: #fff;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline;
  background: rgba(255,255,255,.2);
  border-radius: 100px;
}

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

.header__search--toggle {
  height: 24px;
  width: 24px;
}

.header__search--toggle svg {
  height: 100%;
  width: auto;
}

.header__close--toggle {
  display: none;
  height: 32px;
  width: 32px;
  margin: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  text-align: right;
}

.header__close--toggle svg {
  height: 100%;
}

.header__close--toggle.show {
  display: block;
  animation: close-toggle .2s cubic-bezier(.45,.25,.60,.95) .3s forwards;
  opacity: 0;
}

@keyframes close-toggle {
    100% { opacity: 1; }
}

@media (min-width: 768px) {

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: 60vw;
  }
}

@media (max-width: 1139px) {
  .header__search {
    order: 1;
    padding: 0 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 30px;
  line-height: 1.2;
  word-break: normal;
}
.header__language-switcher .lang_switcher_class .globe_class {
  background: none;
}

.header__language-switcher .lang_switcher_class .globe_class:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTMuMTQ0IDguMTcxYy0uMDM1LS4wNjYuMzQyLS4xMDIuNDA5LS4xMDIuMDc0LjAwOS0uMTk2LjQ1Mi0uNDA5LjEwMnptLTIuMTUyLTMuMDcybC4xMDgtLjAzMWMuMDY0LjA1NS0uMDcyLjA5NS0uMDUxLjEzNi4wODYuMTU1LjAyMS4yNDguMDA4LjMzMi0uMDE0LjA4NS0uMTA0LjA0OC0uMTQ5LjA5My0uMDUzLjA2Ni4yNTguMDc1LjI2Mi4wODUuMDExLjAzMy0uMzc1LjA4OS0uMzA0LjE3MS4wOTYuMTM2LjgyNC0uMTk1LjcwOC0uMTc2LjIyNS0uMTEzLjAyOS0uMTI1LS4wOTctLjE5LS4wNDMtLjIxNS0uMDc5LS41NDctLjIxMy0uNjhsLjA4OC0uMTAyYy0uMjA2LS4yOTktLjM2LjM2Mi0uMzYuMzYyem0xMy4wMDggNi45MDFjMCA2LjYyNy01LjM3MyAxMi0xMiAxMi02LjYyOCAwLTEyLTUuMzczLTEyLTEyczUuMzcyLTEyIDEyLTEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ6bS04LjMxLTUuMzcxYy0uMDA2LS4xNDYtLjE5LS4yODQtLjM4Mi0uMDMxLS4xMzUuMTc0LS4xMTEuNDM5LS4xODQuNTU3LS4xMDQuMTc1LjU2Ny4zMzkuNTY3LjE3NC4wMjUtLjI3Ny43MzItLjA2My44Ny0uMDI1LjI0OC4wNjkuNjQzLS4yMjYuMjExLS4zODEtLjM1NS0uMTMtLjU0Mi0uMjY5LS41NzQtLjUyMyAwIDAgLjE4OC0uMTc2LjEwNi0uMTY2LS4yMTguMDI3LS42MTQuNzg2LS42MTQuMzk1em02LjI5NiA1LjM3MWMwLTEuMDM1LS4xNzctMi4wOC0uMzU3LTIuNjMyLS4wNTgtLjE3NC0uMTg5LS4zMTItLjM1OS0uMzc4LS4yNTYtLjEtMS4zMzcuNTk3LTEuNS4yNTQtLjEwNy0uMjI5LS4zMjQuMTQ2LS41NzIuMDA4LS4xMi0uMDY2LS40NTQtLjUxNS0uNjA1LS40Ni0uMzA5LjExMS40NzQuOTY0LjY4OCAxLjA3Ni4yMDEtLjE1Mi44NTItLjQ2NS45OTItLjAzOC4yNjguODA0LS43MzcgMS42ODUtMS4yNTEgMi4xNDktLjc2OC42OTQtLjYyNC0uNDQ5LTEuMTQ3LS44NTItLjI3NS0uMjExLS4yNzItLjY2LS41NS0uODE1LS4xMjQtLjA3LS42OTMtLjcyNS0uNjg4LS44MTNsLS4wMTcuMTY2Yy0uMDk0LjA3MS0uMjk0LS4yNjgtLjMxNS0uMzIxIDAgLjI5NS40OC43NjUuNjM5IDEuMDAxLjI3MS40MDUuNDE2Ljk5NS43NDggMS4zMjYuMTc4LjE3OC44NTguOTE0IDEuMDM1Ljg5OC4xOTMtLjAxNy44MDMtLjQ1OC45MTEtLjQzMy42NDQuMTUyLTEuNTE2IDMuMjA1LTEuNzIxIDMuNTgzLS4xNjkuMzE3LjEzOCAxLjEwMS4xMTMgMS40NzYtLjAyOS40MzMtLjM3LjU3My0uNjkzLjgwOS0uMzQ2LjI1My0uMjY1Ljc0NS0uNTU2LjkyNS0uNTE3LjMxOC0uODg5IDEuMzUzLTEuNjIzIDEuMzQ4LS4yMTYtLjAwMS0xLjE0LjM2LTEuMjYxLjAwNy0uMDk0LS4yNTYtLjIyLS40NS0uMzUzLS43MDMtLjEzLS4yNDgtLjAxNS0uNTA1LS4xNzMtLjcyNC0uMTA5LS4xNTItLjQ3NS0uNDk3LS41MDgtLjY3Ny0uMDAyLS4xNTUuMTE3LS42MjYuMjgtLjcwOC4yMjktLjExNy4wNDQtLjQ1OC4wMTYtLjY1Ni0uMDQ4LS4zNTQtLjI2Ny0uNjQ2LS41My0uODUxLS4zODktLjI5OS0uMTg4LS41MzctLjA5Ny0uOTY0IDAtLjIwNC0uMTI0LS40NzItLjM5OC0uMzkyLS41NjQuMTY0LS4zOTMtLjQ0LS44MDQtLjQxMy0uMjk2LjAyMS0uNTM4LjIwOS0uODEzLjI5Mi0uMzQ2LjEwNC0uNy0uMDgyLTEuMDQyLS4xMjUtMS40MDctLjE3OC0xLjg2Ni0xLjc4Ni0xLjQ5OS0yLjk0Ni4wMzctLjE5LS4xMTQtLjU0Mi0uMDQ4LS42ODkuMTU4LS4zNTIuNDgtLjc0Ny43NjItMS4wMTQuMTU4LS4xNS4zNjEtLjExMi41NDctLjIyOS4yODctLjE4MS4yOTEtLjU1My41NzItLjc4MS40LS4zMjUuOTQ2LS4zMTggMS40NjgtLjM4OC4yNzgtLjAzNyAxLjMzNi0uMjY2IDEuNTAzLS4wNiAwIC4wMzguMTkxLjYwNC0uMDE5LjU3Mi40MzMuMDIzIDEuMDUuNzQ5IDEuNDYxLjU3OS4yMTEtLjA4OC4xMzQtLjczNi41NjctLjQyMy4yNjIuMTg4IDEuNDM2LjI3MiAxLjY4LjA2OS4xNS0uMTI0LjIzNC0uOTMuMDUyLTEuMDIxLjExNi4xMTUtLjYxMS4xMjQtLjY3OS4wOTgtLjEyLS4wNDQtLjIzMi4xMTQtLjQyNS4wMjUuMTE2LjA1NS0uNjQ2LS4zNTQtLjIxOC0uNjY3LS4xNzkuMTMxLS4zNDYtLjAzNy0uNTM5LjEwNy0uMTMzLjEwOC4wNjIuMTgtLjEyOC4yNzQtLjMwMi4xNTMtLjUzLS41MjUtLjY0NC0uNjAyLS4xMTYtLjA3Ni0xLjAxNC0uNzA2LS43Ny0uMjk1bC43ODkuNzg1Yy0uMDM5LjAyNS0uMjA3LS4yODYtLjIwNy0uMDU5LjA1My0uMTM1LjAyLjU3OS0uMTA0LjM0Ny0uMDU1LS4wODkuMDktLjEzOS4wMDYtLjI2OCAwLS4wODUtLjIyOC0uMTY4LS4yNzItLjIyNi0uMTI1LS4xNTUtLjQ1Ny0uNDk3LS42MzctLjU3OS0uMDUtLjAyMy0uNzY0LjA4Ny0uODI0LjExLS4wNy4wOTgtLjEzLjIwMS0uMTc5LjMxMS0uMTQ4LjA1NS0uMjg3LjEyNi0uNDE5LjIxNGwtLjE1Ny4zNTNjLS4wNjguMDYxLS43NjUuMjkxLS43NjkuMy4wMjktLjA3NS0uNDg3LS4xNzEtLjQ1My0uMzIxLjAzOC0uMTY1LjIxMy0uNjguMTY4LS44NjgtLjA0OC0uMTk3IDEuMDc0LjI4NCAxLjE0Ni0uMjM1LjAyOS0uMjI1LjA0Ni0uNDg3LS4zMTMtLjUyNS4wNjguMDA4LjY5NS0uMjQ2Ljc5OS0uMzYuMTQ2LS4xNjguNDgxLS40NDIuNzI0LS40NDIuMjg0IDAgLjIyMy0uNDEzLjM1NC0uNjE1LjEzMS4wNTMtLjA3LjM3Ni4wODcuNTA3LS4wMS0uMTAzLjQ0NS4wNTcuNDg5LjAzMy4xMDQtLjA1NC42ODQtLjAyMi41OTQtLjI5NC0uMS0uMjc3LjA1MS0uMTk1LjE4MS0uMjUzLS4wMjIuMDA5LjM0LS42MTkuNDAyLS40MTMtLjA0My0uMjEyLS40MjEuMDc0LS41NTMuMDYzLS4zMDUtLjAyNC0uMTc2LS41Mi0uMDYxLS42NjUuMDg5LS4xMTUtLjI0My0uMjU2LS4yNDctLjAzNi0uMDA2LjMyOS0uMzEyLjYyNy0uMjQxIDEuMDY0LjEwOC42NTktLjczNS0uMTU5LS44MDktLjExNC0uMjguMTctLjUwOS0uMjE0LS4zNjQtLjQ0NC4xNDgtLjIzNS41MDUtLjIyNC42NTItLjQ3Ni4xMDQtLjE3OC4yMjUtLjM4NS4zODUtLjUyLjUzNS0uNDQ5LjY4My0uMDkgMS4yMTYtLjA0MS41MjEuMDQ4LjE3Ni4xMjQuMTA0LjMyNC0uMDY5LjE5LjI4Ni4yNTguNDA5LjA5OS4wNy0uMDkyLjIyOS0uMzIzLjI5OC0uNDk0LjA4OS0uMjIyLjkwMS0uMTk3LjMzNC0uNTM2LS4zNzQtLjIyMy0yLjAwNC0uNjcyLTMuMDk2LS42NzItLjIzNiAwLS40MDEuMjYzLS41ODEuNDEyLS4zNTYuMjk1LTEuMjY4Ljg3NC0xLjc3NS42OTgtLjUxOS0uMTc5LTEuNjMuNjYtMS44MDguNjY2LS4wNjUuMDA0LjAwNC0uNjM0LjM1OC0uNjgxLS4xNTMuMDIzIDEuMjQ3LS43MDcgMS4yMDktLjg1OS0uMDQ2LS4xOC0yLjc5OS44MjItMi42NzYgMS4wMjMuMDU5LjA5Mi4yOTkuMDkyLS4wMTYuMjk0LS4xOC4xMDktLjM3Mi44MDEtLjU0MS44MDEtLjUwNS4yMjEtLjUzNy0uNDM1LTEuMDk5LjQwOWwtLjg5NC4zNmMtMS4zMjggMS40MTEtMi4yNDcgMy4xOTgtMi41OCA1LjE4My0uMDEzLjA3OS4zMzQuMjI2LjM3OS4yOC4xMTIuMTM0LjExMi43MTIuMTY3LjkwMS4xMzguNDc4LjQ3OS43NDQuNzQgMS4xNzkuMTU0LjI1OS40MS45MTQuMzI5IDEuMTg2LjEwOC0uMTc4IDEuMDcuODE1IDEuMjQ2IDEuMDIyLjQxNC40ODcuNzMzIDEuMDc3LjA2MSAxLjU1OS0uMjE3LjE1Ni4zMyAxLjEyOS4wNDggMS4zNjhsLS4zNjEuMDkzYy0uMzU2LjIxOS0uMTk1Ljc1Ni4wMjEuOTgyIDEuODE4IDEuOTAxIDQuMzggMy4wODcgNy4yMiAzLjA4NyA1LjUxNyAwIDkuOTg5LTQuNDcyIDkuOTg5LTkuOTg5em0tMTEuNTA3LTYuMzU3Yy4xMjUtLjA1NS4yOTMtLjA1My4zMTEtLjIyLjAxNS0uMTQ4LjA0NC0uMDQ2LjA4LS4xLjAzNS0uMDUzLS4wNjctLjEzOC0uMTEtLjE0Ni0uMDY0LS4wMTQtLjEwOC4wNjktLjE0OS4xMDRsLS4wNzIuMDE5LS4wNjguMDg3LjAwOC4wNDgtLjA4Ny4xMDZjLS4wODUuMDg0LjAwMi4xMzkuMDg3LjEwMnoiLz48L3N2Zz4=") no-repeat 100% 100%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTMuMTQ0IDguMTcxYy0uMDM1LS4wNjYuMzQyLS4xMDIuNDA5LS4xMDIuMDc0LjAwOS0uMTk2LjQ1Mi0uNDA5LjEwMnptLTIuMTUyLTMuMDcybC4xMDgtLjAzMWMuMDY0LjA1NS0uMDcyLjA5NS0uMDUxLjEzNi4wODYuMTU1LjAyMS4yNDguMDA4LjMzMi0uMDE0LjA4NS0uMTA0LjA0OC0uMTQ5LjA5My0uMDUzLjA2Ni4yNTguMDc1LjI2Mi4wODUuMDExLjAzMy0uMzc1LjA4OS0uMzA0LjE3MS4wOTYuMTM2LjgyNC0uMTk1LjcwOC0uMTc2LjIyNS0uMTEzLjAyOS0uMTI1LS4wOTctLjE5LS4wNDMtLjIxNS0uMDc5LS41NDctLjIxMy0uNjhsLjA4OC0uMTAyYy0uMjA2LS4yOTktLjM2LjM2Mi0uMzYuMzYyem0xMy4wMDggNi45MDFjMCA2LjYyNy01LjM3MyAxMi0xMiAxMi02LjYyOCAwLTEyLTUuMzczLTEyLTEyczUuMzcyLTEyIDEyLTEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ6bS04LjMxLTUuMzcxYy0uMDA2LS4xNDYtLjE5LS4yODQtLjM4Mi0uMDMxLS4xMzUuMTc0LS4xMTEuNDM5LS4xODQuNTU3LS4xMDQuMTc1LjU2Ny4zMzkuNTY3LjE3NC4wMjUtLjI3Ny43MzItLjA2My44Ny0uMDI1LjI0OC4wNjkuNjQzLS4yMjYuMjExLS4zODEtLjM1NS0uMTMtLjU0Mi0uMjY5LS41NzQtLjUyMyAwIDAgLjE4OC0uMTc2LjEwNi0uMTY2LS4yMTguMDI3LS42MTQuNzg2LS42MTQuMzk1em02LjI5NiA1LjM3MWMwLTEuMDM1LS4xNzctMi4wOC0uMzU3LTIuNjMyLS4wNTgtLjE3NC0uMTg5LS4zMTItLjM1OS0uMzc4LS4yNTYtLjEtMS4zMzcuNTk3LTEuNS4yNTQtLjEwNy0uMjI5LS4zMjQuMTQ2LS41NzIuMDA4LS4xMi0uMDY2LS40NTQtLjUxNS0uNjA1LS40Ni0uMzA5LjExMS40NzQuOTY0LjY4OCAxLjA3Ni4yMDEtLjE1Mi44NTItLjQ2NS45OTItLjAzOC4yNjguODA0LS43MzcgMS42ODUtMS4yNTEgMi4xNDktLjc2OC42OTQtLjYyNC0uNDQ5LTEuMTQ3LS44NTItLjI3NS0uMjExLS4yNzItLjY2LS41NS0uODE1LS4xMjQtLjA3LS42OTMtLjcyNS0uNjg4LS44MTNsLS4wMTcuMTY2Yy0uMDk0LjA3MS0uMjk0LS4yNjgtLjMxNS0uMzIxIDAgLjI5NS40OC43NjUuNjM5IDEuMDAxLjI3MS40MDUuNDE2Ljk5NS43NDggMS4zMjYuMTc4LjE3OC44NTguOTE0IDEuMDM1Ljg5OC4xOTMtLjAxNy44MDMtLjQ1OC45MTEtLjQzMy42NDQuMTUyLTEuNTE2IDMuMjA1LTEuNzIxIDMuNTgzLS4xNjkuMzE3LjEzOCAxLjEwMS4xMTMgMS40NzYtLjAyOS40MzMtLjM3LjU3My0uNjkzLjgwOS0uMzQ2LjI1My0uMjY1Ljc0NS0uNTU2LjkyNS0uNTE3LjMxOC0uODg5IDEuMzUzLTEuNjIzIDEuMzQ4LS4yMTYtLjAwMS0xLjE0LjM2LTEuMjYxLjAwNy0uMDk0LS4yNTYtLjIyLS40NS0uMzUzLS43MDMtLjEzLS4yNDgtLjAxNS0uNTA1LS4xNzMtLjcyNC0uMTA5LS4xNTItLjQ3NS0uNDk3LS41MDgtLjY3Ny0uMDAyLS4xNTUuMTE3LS42MjYuMjgtLjcwOC4yMjktLjExNy4wNDQtLjQ1OC4wMTYtLjY1Ni0uMDQ4LS4zNTQtLjI2Ny0uNjQ2LS41My0uODUxLS4zODktLjI5OS0uMTg4LS41MzctLjA5Ny0uOTY0IDAtLjIwNC0uMTI0LS40NzItLjM5OC0uMzkyLS41NjQuMTY0LS4zOTMtLjQ0LS44MDQtLjQxMy0uMjk2LjAyMS0uNTM4LjIwOS0uODEzLjI5Mi0uMzQ2LjEwNC0uNy0uMDgyLTEuMDQyLS4xMjUtMS40MDctLjE3OC0xLjg2Ni0xLjc4Ni0xLjQ5OS0yLjk0Ni4wMzctLjE5LS4xMTQtLjU0Mi0uMDQ4LS42ODkuMTU4LS4zNTIuNDgtLjc0Ny43NjItMS4wMTQuMTU4LS4xNS4zNjEtLjExMi41NDctLjIyOS4yODctLjE4MS4yOTEtLjU1My41NzItLjc4MS40LS4zMjUuOTQ2LS4zMTggMS40NjgtLjM4OC4yNzgtLjAzNyAxLjMzNi0uMjY2IDEuNTAzLS4wNiAwIC4wMzguMTkxLjYwNC0uMDE5LjU3Mi40MzMuMDIzIDEuMDUuNzQ5IDEuNDYxLjU3OS4yMTEtLjA4OC4xMzQtLjczNi41NjctLjQyMy4yNjIuMTg4IDEuNDM2LjI3MiAxLjY4LjA2OS4xNS0uMTI0LjIzNC0uOTMuMDUyLTEuMDIxLjExNi4xMTUtLjYxMS4xMjQtLjY3OS4wOTgtLjEyLS4wNDQtLjIzMi4xMTQtLjQyNS4wMjUuMTE2LjA1NS0uNjQ2LS4zNTQtLjIxOC0uNjY3LS4xNzkuMTMxLS4zNDYtLjAzNy0uNTM5LjEwNy0uMTMzLjEwOC4wNjIuMTgtLjEyOC4yNzQtLjMwMi4xNTMtLjUzLS41MjUtLjY0NC0uNjAyLS4xMTYtLjA3Ni0xLjAxNC0uNzA2LS43Ny0uMjk1bC43ODkuNzg1Yy0uMDM5LjAyNS0uMjA3LS4yODYtLjIwNy0uMDU5LjA1My0uMTM1LjAyLjU3OS0uMTA0LjM0Ny0uMDU1LS4wODkuMDktLjEzOS4wMDYtLjI2OCAwLS4wODUtLjIyOC0uMTY4LS4yNzItLjIyNi0uMTI1LS4xNTUtLjQ1Ny0uNDk3LS42MzctLjU3OS0uMDUtLjAyMy0uNzY0LjA4Ny0uODI0LjExLS4wNy4wOTgtLjEzLjIwMS0uMTc5LjMxMS0uMTQ4LjA1NS0uMjg3LjEyNi0uNDE5LjIxNGwtLjE1Ny4zNTNjLS4wNjguMDYxLS43NjUuMjkxLS43NjkuMy4wMjktLjA3NS0uNDg3LS4xNzEtLjQ1My0uMzIxLjAzOC0uMTY1LjIxMy0uNjguMTY4LS44NjgtLjA0OC0uMTk3IDEuMDc0LjI4NCAxLjE0Ni0uMjM1LjAyOS0uMjI1LjA0Ni0uNDg3LS4zMTMtLjUyNS4wNjguMDA4LjY5NS0uMjQ2Ljc5OS0uMzYuMTQ2LS4xNjguNDgxLS40NDIuNzI0LS40NDIuMjg0IDAgLjIyMy0uNDEzLjM1NC0uNjE1LjEzMS4wNTMtLjA3LjM3Ni4wODcuNTA3LS4wMS0uMTAzLjQ0NS4wNTcuNDg5LjAzMy4xMDQtLjA1NC42ODQtLjAyMi41OTQtLjI5NC0uMS0uMjc3LjA1MS0uMTk1LjE4MS0uMjUzLS4wMjIuMDA5LjM0LS42MTkuNDAyLS40MTMtLjA0My0uMjEyLS40MjEuMDc0LS41NTMuMDYzLS4zMDUtLjAyNC0uMTc2LS41Mi0uMDYxLS42NjUuMDg5LS4xMTUtLjI0My0uMjU2LS4yNDctLjAzNi0uMDA2LjMyOS0uMzEyLjYyNy0uMjQxIDEuMDY0LjEwOC42NTktLjczNS0uMTU5LS44MDktLjExNC0uMjguMTctLjUwOS0uMjE0LS4zNjQtLjQ0NC4xNDgtLjIzNS41MDUtLjIyNC42NTItLjQ3Ni4xMDQtLjE3OC4yMjUtLjM4NS4zODUtLjUyLjUzNS0uNDQ5LjY4My0uMDkgMS4yMTYtLjA0MS41MjEuMDQ4LjE3Ni4xMjQuMTA0LjMyNC0uMDY5LjE5LjI4Ni4yNTguNDA5LjA5OS4wNy0uMDkyLjIyOS0uMzIzLjI5OC0uNDk0LjA4OS0uMjIyLjkwMS0uMTk3LjMzNC0uNTM2LS4zNzQtLjIyMy0yLjAwNC0uNjcyLTMuMDk2LS42NzItLjIzNiAwLS40MDEuMjYzLS41ODEuNDEyLS4zNTYuMjk1LTEuMjY4Ljg3NC0xLjc3NS42OTgtLjUxOS0uMTc5LTEuNjMuNjYtMS44MDguNjY2LS4wNjUuMDA0LjAwNC0uNjM0LjM1OC0uNjgxLS4xNTMuMDIzIDEuMjQ3LS43MDcgMS4yMDktLjg1OS0uMDQ2LS4xOC0yLjc5OS44MjItMi42NzYgMS4wMjMuMDU5LjA5Mi4yOTkuMDkyLS4wMTYuMjk0LS4xOC4xMDktLjM3Mi44MDEtLjU0MS44MDEtLjUwNS4yMjEtLjUzNy0uNDM1LTEuMDk5LjQwOWwtLjg5NC4zNmMtMS4zMjggMS40MTEtMi4yNDcgMy4xOTgtMi41OCA1LjE4My0uMDEzLjA3OS4zMzQuMjI2LjM3OS4yOC4xMTIuMTM0LjExMi43MTIuMTY3LjkwMS4xMzguNDc4LjQ3OS43NDQuNzQgMS4xNzkuMTU0LjI1OS40MS45MTQuMzI5IDEuMTg2LjEwOC0uMTc4IDEuMDcuODE1IDEuMjQ2IDEuMDIyLjQxNC40ODcuNzMzIDEuMDc3LjA2MSAxLjU1OS0uMjE3LjE1Ni4zMyAxLjEyOS4wNDggMS4zNjhsLS4zNjEuMDkzYy0uMzU2LjIxOS0uMTk1Ljc1Ni4wMjEuOTgyIDEuODE4IDEuOTAxIDQuMzggMy4wODcgNy4yMiAzLjA4NyA1LjUxNyAwIDkuOTg5LTQuNDcyIDkuOTg5LTkuOTg5em0tMTEuNTA3LTYuMzU3Yy4xMjUtLjA1NS4yOTMtLjA1My4zMTEtLjIyLjAxNS0uMTQ4LjA0NC0uMDQ2LjA4LS4xLjAzNS0uMDUzLS4wNjctLjEzOC0uMTEtLjE0Ni0uMDY0LS4wMTQtLjEwOC4wNjktLjE0OS4xMDRsLS4wNzIuMDE5LS4wNjguMDg3LjAwOC4wNDgtLjA4Ny4xMDZjLS4wODUuMDg0LjAwMi4xMzkuMDg3LjEwMnoiLz48L3N2Zz4=") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
  background-color: #000;
}

.header-light .header__language-switcher .lang_switcher_class .globe_class:after {
  background-color: #fff;
}

.header__language-switcher .lang_switcher_class {
  display: block;
}

.header__language-switcher .lang_list_class {
  box-shadow: 0 12px 40px 0 rgba(0,0,0,.07);
  display: block;
  left: 50px;
  opacity: 0;
  min-width: 150px;
  background: #fff;
  padding: 5px 30px;
  text-align: left;
  top: 100%;
  transition: opacity .3s;
  visibility: hidden;
  transform: translate(-50%, 20px)
}

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

.header__language-switcher .lang_list_class:before {
  left: 0;
  top: -25px;
  width: 100%;
  border-color: transparent;
}

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 15px;
  padding: 0;
  background-color: #fff;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

.header__language-switcher .lang_list_class li .lang_switcher_link {
  line-height: 30px;
}

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  letter-spacing: -.02em;
  margin-left: 10px;
  margin-top: 1px;
  -webkit-font-smoothing: antialiased;
  transition: all .2s ease;
}

@media (max-width: 1139px) {
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .lang_list_class {
    left: 0;
  }
}

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

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    left: -30px;
    opacity: 1;
    padding: 0 10vw;
    top: 0;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    width: 90vw;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    padding-bottom: 20px;
  }

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

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  
  body .header__language-switcher .lang_list_class li .lang_switcher_link {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

.navigation-left .header__column {
  flex-grow: 1;
  margin-left: 60px;
}

.navigation-left .header__row-2 {
  width: 100%;
}

.navigation-left .header__navigation {
  flex-grow: 1;
}

/* Mobile toggles */

@media (max-width: 1139px) {
  
  .header__logo {
    max-width: 120px;
  }
  
 .header--no-navigation .header__logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .header__navigation,
  .header__language-switcher {
    display: none;
    width: 100%;
    margin-left: 0;
  }

  .header__navigation.open,
  .header__language-switcher.open {
    display: block;
    height: 100vh;
    position: absolute;
    right: -100vw;
    opacity: 1;
    top: 0;
    z-index: 2;
    padding-top: 20vw;
    padding-bottom: 50%;
    overflow-x: auto;
    animation: nav-open .3s ease-in forwards;
}

@keyframes nav-open {
    100% { opacity: 1; right: 0; }
}
  .header__language-switcher.open {
    top: -10px;
    height: 102vh;
  }

  .header__navigation--toggle,
  .header__language-switcher--toggle {
    cursor: pointer;
    margin: 0 0 0 25px;
    position: relative;
    display: block;
  }

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

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

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

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

  .header__navigation--toggle {
    height: 28px;
    width: 28px;
  }
  
  .header__search--toggle {
    width: 28px;
    height: 28px;
    margin-left: 20px;
  }

  .header__language-switcher--toggle {
    height: 24px;
    width: 24px;
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTMuMTQ0IDguMTcxYy0uMDM1LS4wNjYuMzQyLS4xMDIuNDA5LS4xMDIuMDc0LjAwOS0uMTk2LjQ1Mi0uNDA5LjEwMnptLTIuMTUyLTMuMDcybC4xMDgtLjAzMWMuMDY0LjA1NS0uMDcyLjA5NS0uMDUxLjEzNi4wODYuMTU1LjAyMS4yNDguMDA4LjMzMi0uMDE0LjA4NS0uMTA0LjA0OC0uMTQ5LjA5My0uMDUzLjA2Ni4yNTguMDc1LjI2Mi4wODUuMDExLjAzMy0uMzc1LjA4OS0uMzA0LjE3MS4wOTYuMTM2LjgyNC0uMTk1LjcwOC0uMTc2LjIyNS0uMTEzLjAyOS0uMTI1LS4wOTctLjE5LS4wNDMtLjIxNS0uMDc5LS41NDctLjIxMy0uNjhsLjA4OC0uMTAyYy0uMjA2LS4yOTktLjM2LjM2Mi0uMzYuMzYyem0xMy4wMDggNi45MDFjMCA2LjYyNy01LjM3MyAxMi0xMiAxMi02LjYyOCAwLTEyLTUuMzczLTEyLTEyczUuMzcyLTEyIDEyLTEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ6bS04LjMxLTUuMzcxYy0uMDA2LS4xNDYtLjE5LS4yODQtLjM4Mi0uMDMxLS4xMzUuMTc0LS4xMTEuNDM5LS4xODQuNTU3LS4xMDQuMTc1LjU2Ny4zMzkuNTY3LjE3NC4wMjUtLjI3Ny43MzItLjA2My44Ny0uMDI1LjI0OC4wNjkuNjQzLS4yMjYuMjExLS4zODEtLjM1NS0uMTMtLjU0Mi0uMjY5LS41NzQtLjUyMyAwIDAgLjE4OC0uMTc2LjEwNi0uMTY2LS4yMTguMDI3LS42MTQuNzg2LS42MTQuMzk1em02LjI5NiA1LjM3MWMwLTEuMDM1LS4xNzctMi4wOC0uMzU3LTIuNjMyLS4wNTgtLjE3NC0uMTg5LS4zMTItLjM1OS0uMzc4LS4yNTYtLjEtMS4zMzcuNTk3LTEuNS4yNTQtLjEwNy0uMjI5LS4zMjQuMTQ2LS41NzIuMDA4LS4xMi0uMDY2LS40NTQtLjUxNS0uNjA1LS40Ni0uMzA5LjExMS40NzQuOTY0LjY4OCAxLjA3Ni4yMDEtLjE1Mi44NTItLjQ2NS45OTItLjAzOC4yNjguODA0LS43MzcgMS42ODUtMS4yNTEgMi4xNDktLjc2OC42OTQtLjYyNC0uNDQ5LTEuMTQ3LS44NTItLjI3NS0uMjExLS4yNzItLjY2LS41NS0uODE1LS4xMjQtLjA3LS42OTMtLjcyNS0uNjg4LS44MTNsLS4wMTcuMTY2Yy0uMDk0LjA3MS0uMjk0LS4yNjgtLjMxNS0uMzIxIDAgLjI5NS40OC43NjUuNjM5IDEuMDAxLjI3MS40MDUuNDE2Ljk5NS43NDggMS4zMjYuMTc4LjE3OC44NTguOTE0IDEuMDM1Ljg5OC4xOTMtLjAxNy44MDMtLjQ1OC45MTEtLjQzMy42NDQuMTUyLTEuNTE2IDMuMjA1LTEuNzIxIDMuNTgzLS4xNjkuMzE3LjEzOCAxLjEwMS4xMTMgMS40NzYtLjAyOS40MzMtLjM3LjU3My0uNjkzLjgwOS0uMzQ2LjI1My0uMjY1Ljc0NS0uNTU2LjkyNS0uNTE3LjMxOC0uODg5IDEuMzUzLTEuNjIzIDEuMzQ4LS4yMTYtLjAwMS0xLjE0LjM2LTEuMjYxLjAwNy0uMDk0LS4yNTYtLjIyLS40NS0uMzUzLS43MDMtLjEzLS4yNDgtLjAxNS0uNTA1LS4xNzMtLjcyNC0uMTA5LS4xNTItLjQ3NS0uNDk3LS41MDgtLjY3Ny0uMDAyLS4xNTUuMTE3LS42MjYuMjgtLjcwOC4yMjktLjExNy4wNDQtLjQ1OC4wMTYtLjY1Ni0uMDQ4LS4zNTQtLjI2Ny0uNjQ2LS41My0uODUxLS4zODktLjI5OS0uMTg4LS41MzctLjA5Ny0uOTY0IDAtLjIwNC0uMTI0LS40NzItLjM5OC0uMzkyLS41NjQuMTY0LS4zOTMtLjQ0LS44MDQtLjQxMy0uMjk2LjAyMS0uNTM4LjIwOS0uODEzLjI5Mi0uMzQ2LjEwNC0uNy0uMDgyLTEuMDQyLS4xMjUtMS40MDctLjE3OC0xLjg2Ni0xLjc4Ni0xLjQ5OS0yLjk0Ni4wMzctLjE5LS4xMTQtLjU0Mi0uMDQ4LS42ODkuMTU4LS4zNTIuNDgtLjc0Ny43NjItMS4wMTQuMTU4LS4xNS4zNjEtLjExMi41NDctLjIyOS4yODctLjE4MS4yOTEtLjU1My41NzItLjc4MS40LS4zMjUuOTQ2LS4zMTggMS40NjgtLjM4OC4yNzgtLjAzNyAxLjMzNi0uMjY2IDEuNTAzLS4wNiAwIC4wMzguMTkxLjYwNC0uMDE5LjU3Mi40MzMuMDIzIDEuMDUuNzQ5IDEuNDYxLjU3OS4yMTEtLjA4OC4xMzQtLjczNi41NjctLjQyMy4yNjIuMTg4IDEuNDM2LjI3MiAxLjY4LjA2OS4xNS0uMTI0LjIzNC0uOTMuMDUyLTEuMDIxLjExNi4xMTUtLjYxMS4xMjQtLjY3OS4wOTgtLjEyLS4wNDQtLjIzMi4xMTQtLjQyNS4wMjUuMTE2LjA1NS0uNjQ2LS4zNTQtLjIxOC0uNjY3LS4xNzkuMTMxLS4zNDYtLjAzNy0uNTM5LjEwNy0uMTMzLjEwOC4wNjIuMTgtLjEyOC4yNzQtLjMwMi4xNTMtLjUzLS41MjUtLjY0NC0uNjAyLS4xMTYtLjA3Ni0xLjAxNC0uNzA2LS43Ny0uMjk1bC43ODkuNzg1Yy0uMDM5LjAyNS0uMjA3LS4yODYtLjIwNy0uMDU5LjA1My0uMTM1LjAyLjU3OS0uMTA0LjM0Ny0uMDU1LS4wODkuMDktLjEzOS4wMDYtLjI2OCAwLS4wODUtLjIyOC0uMTY4LS4yNzItLjIyNi0uMTI1LS4xNTUtLjQ1Ny0uNDk3LS42MzctLjU3OS0uMDUtLjAyMy0uNzY0LjA4Ny0uODI0LjExLS4wNy4wOTgtLjEzLjIwMS0uMTc5LjMxMS0uMTQ4LjA1NS0uMjg3LjEyNi0uNDE5LjIxNGwtLjE1Ny4zNTNjLS4wNjguMDYxLS43NjUuMjkxLS43NjkuMy4wMjktLjA3NS0uNDg3LS4xNzEtLjQ1My0uMzIxLjAzOC0uMTY1LjIxMy0uNjguMTY4LS44NjgtLjA0OC0uMTk3IDEuMDc0LjI4NCAxLjE0Ni0uMjM1LjAyOS0uMjI1LjA0Ni0uNDg3LS4zMTMtLjUyNS4wNjguMDA4LjY5NS0uMjQ2Ljc5OS0uMzYuMTQ2LS4xNjguNDgxLS40NDIuNzI0LS40NDIuMjg0IDAgLjIyMy0uNDEzLjM1NC0uNjE1LjEzMS4wNTMtLjA3LjM3Ni4wODcuNTA3LS4wMS0uMTAzLjQ0NS4wNTcuNDg5LjAzMy4xMDQtLjA1NC42ODQtLjAyMi41OTQtLjI5NC0uMS0uMjc3LjA1MS0uMTk1LjE4MS0uMjUzLS4wMjIuMDA5LjM0LS42MTkuNDAyLS40MTMtLjA0My0uMjEyLS40MjEuMDc0LS41NTMuMDYzLS4zMDUtLjAyNC0uMTc2LS41Mi0uMDYxLS42NjUuMDg5LS4xMTUtLjI0My0uMjU2LS4yNDctLjAzNi0uMDA2LjMyOS0uMzEyLjYyNy0uMjQxIDEuMDY0LjEwOC42NTktLjczNS0uMTU5LS44MDktLjExNC0uMjguMTctLjUwOS0uMjE0LS4zNjQtLjQ0NC4xNDgtLjIzNS41MDUtLjIyNC42NTItLjQ3Ni4xMDQtLjE3OC4yMjUtLjM4NS4zODUtLjUyLjUzNS0uNDQ5LjY4My0uMDkgMS4yMTYtLjA0MS41MjEuMDQ4LjE3Ni4xMjQuMTA0LjMyNC0uMDY5LjE5LjI4Ni4yNTguNDA5LjA5OS4wNy0uMDkyLjIyOS0uMzIzLjI5OC0uNDk0LjA4OS0uMjIyLjkwMS0uMTk3LjMzNC0uNTM2LS4zNzQtLjIyMy0yLjAwNC0uNjcyLTMuMDk2LS42NzItLjIzNiAwLS40MDEuMjYzLS41ODEuNDEyLS4zNTYuMjk1LTEuMjY4Ljg3NC0xLjc3NS42OTgtLjUxOS0uMTc5LTEuNjMuNjYtMS44MDguNjY2LS4wNjUuMDA0LjAwNC0uNjM0LjM1OC0uNjgxLS4xNTMuMDIzIDEuMjQ3LS43MDcgMS4yMDktLjg1OS0uMDQ2LS4xOC0yLjc5OS44MjItMi42NzYgMS4wMjMuMDU5LjA5Mi4yOTkuMDkyLS4wMTYuMjk0LS4xOC4xMDktLjM3Mi44MDEtLjU0MS44MDEtLjUwNS4yMjEtLjUzNy0uNDM1LTEuMDk5LjQwOWwtLjg5NC4zNmMtMS4zMjggMS40MTEtMi4yNDcgMy4xOTgtMi41OCA1LjE4My0uMDEzLjA3OS4zMzQuMjI2LjM3OS4yOC4xMTIuMTM0LjExMi43MTIuMTY3LjkwMS4xMzguNDc4LjQ3OS43NDQuNzQgMS4xNzkuMTU0LjI1OS40MS45MTQuMzI5IDEuMTg2LjEwOC0uMTc4IDEuMDcuODE1IDEuMjQ2IDEuMDIyLjQxNC40ODcuNzMzIDEuMDc3LjA2MSAxLjU1OS0uMjE3LjE1Ni4zMyAxLjEyOS4wNDggMS4zNjhsLS4zNjEuMDkzYy0uMzU2LjIxOS0uMTk1Ljc1Ni4wMjEuOTgyIDEuODE4IDEuOTAxIDQuMzggMy4wODcgNy4yMiAzLjA4NyA1LjUxNyAwIDkuOTg5LTQuNDcyIDkuOTg5LTkuOTg5em0tMTEuNTA3LTYuMzU3Yy4xMjUtLjA1NS4yOTMtLjA1My4zMTEtLjIyLjAxNS0uMTQ4LjA0NC0uMDQ2LjA4LS4xLjAzNS0uMDUzLS4wNjctLjEzOC0uMTEtLjE0Ni0uMDY0LS4wMTQtLjEwOC4wNjktLjE0OS4xMDRsLS4wNzIuMDE5LS4wNjguMDg3LjAwOC4wNDgtLjA4Ny4xMDZjLS4wODUuMDg0LjAwMi4xMzkuMDg3LjEwMnoiLz48L3N2Zz4=") no-repeat 100% 100%;
    mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTMuMTQ0IDguMTcxYy0uMDM1LS4wNjYuMzQyLS4xMDIuNDA5LS4xMDIuMDc0LjAwOS0uMTk2LjQ1Mi0uNDA5LjEwMnptLTIuMTUyLTMuMDcybC4xMDgtLjAzMWMuMDY0LjA1NS0uMDcyLjA5NS0uMDUxLjEzNi4wODYuMTU1LjAyMS4yNDguMDA4LjMzMi0uMDE0LjA4NS0uMTA0LjA0OC0uMTQ5LjA5My0uMDUzLjA2Ni4yNTguMDc1LjI2Mi4wODUuMDExLjAzMy0uMzc1LjA4OS0uMzA0LjE3MS4wOTYuMTM2LjgyNC0uMTk1LjcwOC0uMTc2LjIyNS0uMTEzLjAyOS0uMTI1LS4wOTctLjE5LS4wNDMtLjIxNS0uMDc5LS41NDctLjIxMy0uNjhsLjA4OC0uMTAyYy0uMjA2LS4yOTktLjM2LjM2Mi0uMzYuMzYyem0xMy4wMDggNi45MDFjMCA2LjYyNy01LjM3MyAxMi0xMiAxMi02LjYyOCAwLTEyLTUuMzczLTEyLTEyczUuMzcyLTEyIDEyLTEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ6bS04LjMxLTUuMzcxYy0uMDA2LS4xNDYtLjE5LS4yODQtLjM4Mi0uMDMxLS4xMzUuMTc0LS4xMTEuNDM5LS4xODQuNTU3LS4xMDQuMTc1LjU2Ny4zMzkuNTY3LjE3NC4wMjUtLjI3Ny43MzItLjA2My44Ny0uMDI1LjI0OC4wNjkuNjQzLS4yMjYuMjExLS4zODEtLjM1NS0uMTMtLjU0Mi0uMjY5LS41NzQtLjUyMyAwIDAgLjE4OC0uMTc2LjEwNi0uMTY2LS4yMTguMDI3LS42MTQuNzg2LS42MTQuMzk1em02LjI5NiA1LjM3MWMwLTEuMDM1LS4xNzctMi4wOC0uMzU3LTIuNjMyLS4wNTgtLjE3NC0uMTg5LS4zMTItLjM1OS0uMzc4LS4yNTYtLjEtMS4zMzcuNTk3LTEuNS4yNTQtLjEwNy0uMjI5LS4zMjQuMTQ2LS41NzIuMDA4LS4xMi0uMDY2LS40NTQtLjUxNS0uNjA1LS40Ni0uMzA5LjExMS40NzQuOTY0LjY4OCAxLjA3Ni4yMDEtLjE1Mi44NTItLjQ2NS45OTItLjAzOC4yNjguODA0LS43MzcgMS42ODUtMS4yNTEgMi4xNDktLjc2OC42OTQtLjYyNC0uNDQ5LTEuMTQ3LS44NTItLjI3NS0uMjExLS4yNzItLjY2LS41NS0uODE1LS4xMjQtLjA3LS42OTMtLjcyNS0uNjg4LS44MTNsLS4wMTcuMTY2Yy0uMDk0LjA3MS0uMjk0LS4yNjgtLjMxNS0uMzIxIDAgLjI5NS40OC43NjUuNjM5IDEuMDAxLjI3MS40MDUuNDE2Ljk5NS43NDggMS4zMjYuMTc4LjE3OC44NTguOTE0IDEuMDM1Ljg5OC4xOTMtLjAxNy44MDMtLjQ1OC45MTEtLjQzMy42NDQuMTUyLTEuNTE2IDMuMjA1LTEuNzIxIDMuNTgzLS4xNjkuMzE3LjEzOCAxLjEwMS4xMTMgMS40NzYtLjAyOS40MzMtLjM3LjU3My0uNjkzLjgwOS0uMzQ2LjI1My0uMjY1Ljc0NS0uNTU2LjkyNS0uNTE3LjMxOC0uODg5IDEuMzUzLTEuNjIzIDEuMzQ4LS4yMTYtLjAwMS0xLjE0LjM2LTEuMjYxLjAwNy0uMDk0LS4yNTYtLjIyLS40NS0uMzUzLS43MDMtLjEzLS4yNDgtLjAxNS0uNTA1LS4xNzMtLjcyNC0uMTA5LS4xNTItLjQ3NS0uNDk3LS41MDgtLjY3Ny0uMDAyLS4xNTUuMTE3LS42MjYuMjgtLjcwOC4yMjktLjExNy4wNDQtLjQ1OC4wMTYtLjY1Ni0uMDQ4LS4zNTQtLjI2Ny0uNjQ2LS41My0uODUxLS4zODktLjI5OS0uMTg4LS41MzctLjA5Ny0uOTY0IDAtLjIwNC0uMTI0LS40NzItLjM5OC0uMzkyLS41NjQuMTY0LS4zOTMtLjQ0LS44MDQtLjQxMy0uMjk2LjAyMS0uNTM4LjIwOS0uODEzLjI5Mi0uMzQ2LjEwNC0uNy0uMDgyLTEuMDQyLS4xMjUtMS40MDctLjE3OC0xLjg2Ni0xLjc4Ni0xLjQ5OS0yLjk0Ni4wMzctLjE5LS4xMTQtLjU0Mi0uMDQ4LS42ODkuMTU4LS4zNTIuNDgtLjc0Ny43NjItMS4wMTQuMTU4LS4xNS4zNjEtLjExMi41NDctLjIyOS4yODctLjE4MS4yOTEtLjU1My41NzItLjc4MS40LS4zMjUuOTQ2LS4zMTggMS40NjgtLjM4OC4yNzgtLjAzNyAxLjMzNi0uMjY2IDEuNTAzLS4wNiAwIC4wMzguMTkxLjYwNC0uMDE5LjU3Mi40MzMuMDIzIDEuMDUuNzQ5IDEuNDYxLjU3OS4yMTEtLjA4OC4xMzQtLjczNi41NjctLjQyMy4yNjIuMTg4IDEuNDM2LjI3MiAxLjY4LjA2OS4xNS0uMTI0LjIzNC0uOTMuMDUyLTEuMDIxLjExNi4xMTUtLjYxMS4xMjQtLjY3OS4wOTgtLjEyLS4wNDQtLjIzMi4xMTQtLjQyNS4wMjUuMTE2LjA1NS0uNjQ2LS4zNTQtLjIxOC0uNjY3LS4xNzkuMTMxLS4zNDYtLjAzNy0uNTM5LjEwNy0uMTMzLjEwOC4wNjIuMTgtLjEyOC4yNzQtLjMwMi4xNTMtLjUzLS41MjUtLjY0NC0uNjAyLS4xMTYtLjA3Ni0xLjAxNC0uNzA2LS43Ny0uMjk1bC43ODkuNzg1Yy0uMDM5LjAyNS0uMjA3LS4yODYtLjIwNy0uMDU5LjA1My0uMTM1LjAyLjU3OS0uMTA0LjM0Ny0uMDU1LS4wODkuMDktLjEzOS4wMDYtLjI2OCAwLS4wODUtLjIyOC0uMTY4LS4yNzItLjIyNi0uMTI1LS4xNTUtLjQ1Ny0uNDk3LS42MzctLjU3OS0uMDUtLjAyMy0uNzY0LjA4Ny0uODI0LjExLS4wNy4wOTgtLjEzLjIwMS0uMTc5LjMxMS0uMTQ4LjA1NS0uMjg3LjEyNi0uNDE5LjIxNGwtLjE1Ny4zNTNjLS4wNjguMDYxLS43NjUuMjkxLS43NjkuMy4wMjktLjA3NS0uNDg3LS4xNzEtLjQ1My0uMzIxLjAzOC0uMTY1LjIxMy0uNjguMTY4LS44NjgtLjA0OC0uMTk3IDEuMDc0LjI4NCAxLjE0Ni0uMjM1LjAyOS0uMjI1LjA0Ni0uNDg3LS4zMTMtLjUyNS4wNjguMDA4LjY5NS0uMjQ2Ljc5OS0uMzYuMTQ2LS4xNjguNDgxLS40NDIuNzI0LS40NDIuMjg0IDAgLjIyMy0uNDEzLjM1NC0uNjE1LjEzMS4wNTMtLjA3LjM3Ni4wODcuNTA3LS4wMS0uMTAzLjQ0NS4wNTcuNDg5LjAzMy4xMDQtLjA1NC42ODQtLjAyMi41OTQtLjI5NC0uMS0uMjc3LjA1MS0uMTk1LjE4MS0uMjUzLS4wMjIuMDA5LjM0LS42MTkuNDAyLS40MTMtLjA0My0uMjEyLS40MjEuMDc0LS41NTMuMDYzLS4zMDUtLjAyNC0uMTc2LS41Mi0uMDYxLS42NjUuMDg5LS4xMTUtLjI0My0uMjU2LS4yNDctLjAzNi0uMDA2LjMyOS0uMzEyLjYyNy0uMjQxIDEuMDY0LjEwOC42NTktLjczNS0uMTU5LS44MDktLjExNC0uMjguMTctLjUwOS0uMjE0LS4zNjQtLjQ0NC4xNDgtLjIzNS41MDUtLjIyNC42NTItLjQ3Ni4xMDQtLjE3OC4yMjUtLjM4NS4zODUtLjUyLjUzNS0uNDQ5LjY4My0uMDkgMS4yMTYtLjA0MS41MjEuMDQ4LjE3Ni4xMjQuMTA0LjMyNC0uMDY5LjE5LjI4Ni4yNTguNDA5LjA5OS4wNy0uMDkyLjIyOS0uMzIzLjI5OC0uNDk0LjA4OS0uMjIyLjkwMS0uMTk3LjMzNC0uNTM2LS4zNzQtLjIyMy0yLjAwNC0uNjcyLTMuMDk2LS42NzItLjIzNiAwLS40MDEuMjYzLS41ODEuNDEyLS4zNTYuMjk1LTEuMjY4Ljg3NC0xLjc3NS42OTgtLjUxOS0uMTc5LTEuNjMuNjYtMS44MDguNjY2LS4wNjUuMDA0LjAwNC0uNjM0LjM1OC0uNjgxLS4xNTMuMDIzIDEuMjQ3LS43MDcgMS4yMDktLjg1OS0uMDQ2LS4xOC0yLjc5OS44MjItMi42NzYgMS4wMjMuMDU5LjA5Mi4yOTkuMDkyLS4wMTYuMjk0LS4xOC4xMDktLjM3Mi44MDEtLjU0MS44MDEtLjUwNS4yMjEtLjUzNy0uNDM1LTEuMDk5LjQwOWwtLjg5NC4zNmMtMS4zMjggMS40MTEtMi4yNDcgMy4xOTgtMi41OCA1LjE4My0uMDEzLjA3OS4zMzQuMjI2LjM3OS4yOC4xMTIuMTM0LjExMi43MTIuMTY3LjkwMS4xMzguNDc4LjQ3OS43NDQuNzQgMS4xNzkuMTU0LjI1OS40MS45MTQuMzI5IDEuMTg2LjEwOC0uMTc4IDEuMDcuODE1IDEuMjQ2IDEuMDIyLjQxNC40ODcuNzMzIDEuMDc3LjA2MSAxLjU1OS0uMjE3LjE1Ni4zMyAxLjEyOS4wNDggMS4zNjhsLS4zNjEuMDkzYy0uMzU2LjIxOS0uMTk1Ljc1Ni4wMjEuOTgyIDEuODE4IDEuOTAxIDQuMzggMy4wODcgNy4yMiAzLjA4NyA1LjUxNyAwIDkuOTg5LTQuNDcyIDkuOTg5LTkuOTg5em0tMTEuNTA3LTYuMzU3Yy4xMjUtLjA1NS4yOTMtLjA1My4zMTEtLjIyLjAxNS0uMTQ4LjA0NC0uMDQ2LjA4LS4xLjAzNS0uMDUzLS4wNjctLjEzOC0uMTEtLjE0Ni0uMDY0LS4wMTQtLjEwOC4wNjktLjE0OS4xMDRsLS4wNzIuMDE5LS4wNjguMDg3LjAwOC4wNDgtLjA4Ny4xMDZjLS4wODUuMDg0LjAwMi4xMzkuMDg3LjEwMnoiLz48L3N2Zz4=") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-image: none;
    background-color: #000;
  }
  
  .header-light .header__language-switcher--toggle {
    background-color: #fff;
  }
  
  .header__language-switcher .lang_switcher_class .globe_class {
    background: none;
  }

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

  .header__close--toggle {
    display: none;
    height: 32px;
    width: 32px;
    margin-right: 0;
  }

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

/* Header Menu Section */

.nav-primary {
  display: inline-block;
}

.nav-primary a {
  position: relative;
  line-height: 30px;
  transition: color .3s;
}

.nav-primary .sub.lvl-1 > li > a:after {
  background-color: #494A52;
  bottom: -4px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all .2s ease;
}

.nav-primary .sub.lvl-1 > li:hover > a:after {
  width: 100%;
}

.nav-primary .sub.lvl-1 > li > a.active-item:after {
  width: 100%;
}

.nav-primary .sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-toggle {
  display: none;
}

.sub.lvl-1 > .has-sub > .menu-arrow,
.sub > .has-sub > .menu-arrow,
.sub .menu-arrow {
  display: none;
}

.sub.lvl-1 {
  display: inline-block;
  white-space: nowrap;
}

.sub.lvl-1 > li {
  display: inline-block;
  padding: 15px 12px;
}

.sub.lvl-1 > li:first-child {
  padding-left: 0;
}

.sub.lvl-1 > li:last-child {
  padding-right: 0;
}

.sub.lvl-1 > li.has-sub {
  position: relative;
}

.sub.lvl-2 {
  left: -9999px;
  z-index: 100;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(-15px);
  min-width: 240px;
  padding: 28px 0;
  box-shadow: 0 25px 55px rgba(0,0,0,.05);
  transition: opacity .5s ease;
  border-radius: 6px;
}

.sub.lvl-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.sub.lvl-2 > li {
  padding: 0;
  position: relative;
}

.sub.lvl-2 .menu-item .menu-link {
  display: block;
  padding: 0 34px;
  line-height: 2;
  transition: color .3s;
}

.sub.lvl-2 .menu-item .menu-link:hover,
.sub.lvl-2 .menu-item .menu-link:focus {
  cursor: pointer;
  transition: color .3s;
}

.sub.lvl-3 {
  right: -9999px;
  z-index: 100;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: -100%;
  transform: translateX(15px);
  min-width: 200px;
  padding: 28px 0;
  box-shadow: 0 25px 55px rgba(0,0,0,.05);
  transition: opacity .5s ease;
  border-radius: 6px;
}

.sub.lvl-1 > li.has-sub:hover .sub.lvl-2,
.sub.lvl-1 > li.has-sub.focus .sub.lvl-2 {
  left: 0;
  opacity: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}
.sub.lvl-1 > li.has-sub:hover .sub.lvl-2 {
  opacity: 1;
  z-index: 20;
}
.sub.lvl-2 > li.has-sub:hover .sub.lvl-3,
.sub.lvl-2 > li.has-sub.focus .sub.lvl-3 {
  right: 100%;
  opacity: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}
.sub.lvl-2 > li.has-sub:hover .sub.lvl-3 {
  opacity: 1;
  z-index: 20;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .sub.lvl-1 > li.has-sub:hover .sub.lvl-2,
.hs-inline-edit > li.has-sub.focus .sub.lvl-2 {
  visibility: hidden;
}


@media (min-width: 768px) and (max-width: 1139px) {
  .sub.lvl-1 > li {
    padding: 15px 10px;
  }
  .sub.lvl-1 > li:last-child {
    padding-right: 22px;
  }
}

@media (max-width: 1139px) {
  .header__navigation .nav-primary a {
    font-size: 32px;
    line-height: 1.2;
  }

  .nav-primary {
    display: block;
  }

  .nav-primary .sub.lvl-1 > li > a.active-item:after {
    content: none;
  }

  .nav-primary .sub.lvl-1 > li > a.active-item:after {
    display: none;
  }

  .sub > li > a {
    display: block;
    width: 100%;
  }

  .sub > .has-sub {
    position: relative;
  }

  .sub > .has-sub > a {
    width: 70%;
  }

  .sub {
    display: none;
  }

  .sub.lvl-1 {
    width: 100%;
  }

  .sub.lvl-1 > li {
    display: block;
    padding: 0;
    width: 100%;
  }

  .sub.lvl-1 > li > a {
    font-weight: 700;
    padding: 5px 20px 12px 10%;
  }
  
  .sub.lvl-1 > li > a:after {
    display: none;
  }

  .sub.lvl-1 > .has-sub > .menu-arrow,
  .sub > .has-sub > .menu-arrow,
  .sub .menu-arrow {
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    display: block;
  }
  
  .sub > .has-sub > .menu-arrow {
    top: -5px;
  }

  .sub .menu-arrow-bg svg {
    height: 100%;
    width: 100%;
  }
  
  .header__navigation .sub.lvl-1 > .has-sub > .menu-arrow-bg,
  .header__navigation .sub > .has-sub > .menu-arrow-bg,
  .header__navigation .sub .menu-arrow-bg {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: auto;
    margin-right: 10vw;
    margin-top: 4px;
    transition: transform 0.4s;
  }

  .header__navigation .sub.lvl-2 > li:first-child:before,
  .header__navigation .sub.lvl-3 > li:first-child:before{
    content: none;
    transition: none;
  }

  .header__navigation .sub.lvl-2 > li:first-child:hover:before,
  .header__navigation .sub.lvl-2 > li:first-child.focus:before,
  .header__navigation .sub.lvl-3 > li:first-child:hover:before,
  .header__navigation .sub.lvl-3 > li:first-child.focus:before {
    transition: none;
  }

  input[type="checkbox"]:checked ~ .sub {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(180deg);
    transition: transform 0.5s;
  }

  .header__navigation .sub.lvl-2,
  .header__navigation .sub.lvl-3 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
    background: transparent;
    padding: 5px 0 30px;
  }

  .header__navigation .sub.lvl-2 .menu-item,
  .header__navigation .sub.lvl-3 .menu-item {
    background-color: transparent;;
    border-bottom: none;
    border-top: 0;
    padding: 0;
    color: #fff;
  }

  .header__navigation .sub.lvl-2 .menu-item .menu-link,
  .header__navigation .sub.lvl-3 .menu-item .menu-link {
    padding: 0 10% 8px calc(10% + 10px);
    transition: none;
    font-size: 18px;
  }

  .header__navigation .sub.lvl-2 .menu-item .menu-link:hover,
  .header__navigation .sub.lvl-2 .menu-item .menu-link:focus,
  .header__navigation .sub.lvl-3 .menu-item .menu-link:hover,
  .header__navigation .sub.lvl-3 .menu-item .menu-link:focus {
    transition: none;
  }

  .header__navigation .sub.lvl-2 .menu-item .menu-link:hover,
  .header__navigation .sub.lvl-3 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .header__navigation .sub.lvl-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header__navigation .sub.lvl-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .header__navigation .sub.lvl-3 .menu-item:last-child {
    margin-bottom: 30px;
  }
  
  .header__navigation .sub.lvl-3 .menu-item .menu-link {
    padding: 0 calc(10% + 20px) 8px;
  }
}

@media (min-width: 1140px) {
  .-sub.lvl-2 .menu-item .menu-link span {
      position: relative;
      display: inline-block;
  }
  .-sub.lvl-2 .menu-item .menu-link span:after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 15%;
      left: 0;
      opacity: .5;
      background-color: currentColor;
      transform: scaleX(0);
      transform-origin: right center;
      transition: transform .4s cubic-bezier(.25,.45,.5,1);
  }
  .-sub.lvl-2 .menu-item .menu-link:hover span:after,
  .-sub.lvl-2 .menu-item .menu-link:focus span:after{
      transform: scaleX(1);
      transform-origin:left 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%;
}

.body-container--contact iframe {
  width: 100%;
  height: 600px;
}

/* Theme Modules */

.custom-bg-holder {
  display: none;
}

.hs-inline-edit .custom-bg-holder {
  display: block;
  background: #eb5e28;
  outline: dotted 2px #eb5e28;
  color: #fff;
  padding: 30px;
  margin: 30px 0;
  font-size: 15px;
  max-width: 600px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.hs-inline-edit .custom-bg-holder.settings-module {
  background: #52b788;
  outline-color: #52b788;
}

.hs-inline-edit .custom-bg-holder span {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.hs-inline-edit .custom-bg-holder:before {
  content: '⚙';
  font-size: 300px;
  display: block;
  opacity: 0.15;
  color: #fff;
  position: absolute;
  top: -70px;
  right: -50px;
  line-height: 150px;
}

.hs-inline-edit .custom-bg {
  pointer-events: none;
}
.hs-inline-edit .video-button-btn {
  pointer-events: none;
}
.hs-inline-edit .video-button-popup {
  display: none;
  visibility: hidden;
}

.hs-inline-edit .portfolio__item a {
  pointer-events: none;
}

.title-description {
  margin-top: 1.4em;
}

.title-description_large {
  font-size: 28px;
}

.title-description p {
  font-size: 22px;
  line-height: 1.3;
}

.mod-al-left {
	text-align: left;
}
.mod-al-right {
	text-align: right;
}
.mod-al-center {
	text-align: center;
}

h1 + .title-description {
  margin-top: 1.5em;
}
.mod-bg-black {
  background-color: #000;
}
.mod-bg-black {
  background-color: #fff;
}

.video-button-block_icon {
	height: 70px;
	width: 70px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all .4s cubic-bezier(.45,.25,.6,.95);
}
.video-button-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.video-button-block_icon video {
  height: 100%;
  object-fit: cover;
  width: 102%;
  opacity: .9;
}
.video-button-block_icon svg {
	position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
	width: 30px;
  fill: #fff;
  transform: translate(-48%,-40%);
  transition: all .4s cubic-bezier(.45,.25,.6,.95);
}
.video-button-block_text {
	display: inline-block;
  font-size: 26px;
	margin: 0 0 0 15px;
	vertical-align: middle;
}
.video-button-btn:hover .video-button-block_icon {
  transform: scale(0.95);
}
.video-button-block_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 63px;
  width: 63px;
  display: block;
  z-index: -2;
  content: '';
  border-radius: 50%;
  border: 1px solid transparent;
  transform: scale(.35) translateY(-50%) translateX(-50%);
  opacity: 0;
  animation: pulseCircle 2s cubic-bezier(.25,.9,.2,1) 1s infinite;
}
@keyframes pulseCircle {
  0%{
    transform:translate3d(-50%,-50%,0)scale(1);
    opacity:.5;
  }
  30% {
    opacity:.15;
  }
  100%{
    transform:translate3d(-50%,-50%,0)scale(1.4);
    opacity:0;
  }
}
@keyframes pulseOval {
  0%{
    transform:translate3d(-50%,-50%,0)scale(1);
    opacity:.5;
  }
  30% {
    opacity:.15;
  }
  100%{
    transform:translate3d(-50%,-50%,0)scaleX(1.4)scaleY(1.6);
    opacity:0;
  }
}
.video-button-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.video-button-popup-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.video-button-popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  box-shadow: 0 25px 55px rgba(0,0,0,.35);
}
.video-button-video {
  width: 100%;
  height: 39vw;
  margin: auto;
  display: block;
  border: none;
  text-align: left;
}
.video-close-btn,
.popup-block__close-btn {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCiA8Zz4KICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+CiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+CiA8L2c+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBkPSJtNDM3LjUsMzg2LjZsLTEzMC42LC0xMzAuNmwxMzAuNiwtMTMwLjZjMTQuMSwtMTQuMSAxNC4xLC0zNi44IDAsLTUwLjljLTE0LjEsLTE0LjEgLTM2LjgsLTE0LjEgLTUwLjksMGwtMTMwLjYsMTMwLjZsLTEzMC42LC0xMzAuNmMtMTQuMSwtMTQuMSAtMzYuOCwtMTQuMSAtNTAuOSwwYy0xNC4xLDE0LjEgLTE0LjEsMzYuOCAwLDUwLjlsMTMwLjYsMTMwLjZsLTEzMC42LDEzMC42Yy0xNC4xLDE0LjEgLTE0LjEsMzYuOCAwLDUwLjljMTQuMSwxNC4xIDM2LjgsMTQuMSA1MC45LDBsMTMwLjYsLTEzMC42bDEzMC42LDEzMC42YzE0LjEsMTQuMSAzNi44LDE0LjEgNTAuOSwwYzE0LC0xNC4xIDE0LC0zNi45IDAsLTUwLjl6Ii8+CiA8L2c+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 500;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(.19,1,.22,1) 0s;
}
.video-close-btn:hover,
.popup-block__close-btn:hover {
  transform: rotate(90deg);
}
.vbb-color-white .video-button-block_icon,
.vbb-color-white .video-button-block_icon:before {
  background-color: #fff;
  border-color: #fff;
}
.vbb-color-black .video-button-block_icon,
.vbb-color-black .video-button-block_icon:before {
  background-color: #000;
  border-color: #000;
}
.vbb-color-white .video-button-block_icon svg,
.vbb-color-black.vbb-outline .video-button-block_icon svg {
  fill: #000;
}
.vbb-color-black .video-button-block_icon svg,
.vbb-color-white.vbb-outline .video-button-block_icon svg {
  fill: #fff;
}
.vbb-outline .video-button-block_icon,
.vbb-outline .video-button-block_icon:before {
  background: transparent !important;
}
.video-button-block {
  margin: 0;
}

.vbb-align-center,
.vbb-align-center_notitle {
  text-align: center;
}
.vbb-align-center_notitle .video-button-block_text {
  display: none;
}
.vbb-align-right {
  text-align: right;
}
@media (max-width: 767px) {
  .vbb-to-left {
    text-align: left;
  }
}
.vbb-align-right .video-button-block_text {
  display: none;
}

@media (min-width: 768px) and (max-width: 960px) {
  .span5 .video-button-block_text,
  .span4 .video-button-block_text,
  .span3 .video-button-block_text {
    display: none;
  }
}

.custom-link_mark,
.custom-link_line,
.custom-link_underline,
.custom-link_arrow {
  text-decoration: none;
  display: inline;
  position: relative;
  z-index: 1;
}
.custom-link_arrow,
.custom-link_arrow:hover {
  text-decoration: underline;
}
.custom-link_mark:after {
  content: '';
  display: block;
  background-color: currentColor;
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
  position: absolute;
  z-index: 0;
  width: auto;
  height: .5em;
  top: auto;
  left: -.25em;
  right: -.25em;
  bottom: .025em;
  opacity: .1;
}
.custom-link_mark:before {
  bottom: -5px;
  content: '';
  height: 1em;
  left: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}
.custom-link_mark:hover:after {
  left: 0;
  right: 0;
  bottom: -.1em;
  height: 0.07em;
  opacity: 1;
}
.custom-link_line:before {
  content: '';
  width: 1.3em;
  height: 0.07em;
  margin: 0 10px 0.35em 0;
  background-color: currentColor;
  display: inline-block;
  transition: width .3s cubic-bezier(.785,.135,.15,.86);
}
.custom-link_line:hover:before {
  width: 0.5em;
}
.custom-link_line:after {
  content: '';
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
}
.custom-link_line:hover:after {
  width: calc(1.3em + 100%);
}
.custom-link_underline:after {
  bottom: -5px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  background: currentColor;
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}
.custom-link_underline:before {
  bottom: -6px;
  content: '';
  height: 1em;
  left: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}
.custom-link_underline:hover:after {
  width: 0;
}
.custom-link_arrow:after,
.custom-link_arrow:before {
  content: '';
  display: block;
  position: absolute;
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}
.custom-link_arrow:before {
  top: 55%;
  left: calc(100% + .2em);
  width: .4em;
  height: .4em;
  transform-origin: 50% 50%;
  transform: translate(0, -0.2em) rotate(45deg);
  box-shadow: inset -0.07em 0.07em 0 0 currentColor;
}
.custom-link_arrow:after {
  top: 55%;
  left: calc(100% + .5em);
  width: 0;
  height: 0.07em;
  transform: translate(0, -.035em);
  background-color: currentColor;
  opacity: 0;
}
.custom-link_arrow:hover:before {
  transform: translate(1.7em, -.2em) rotate(45deg);
}
.custom-link_arrow:hover:after {
  transform: translate(.3em, -.035em);
  width: 1.5em;
  opacity: 1;
}

.custom-link-block a:not([class*='mod-font_size-base']) {
  letter-spacing: -.02em;
}
@media (max-width: 767px) {
  .custom-link_to-left {
    text-align: left;
  }
}
.custom-link_gradient {
  display: block;
  margin-bottom: 4px;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.custom-link_gradient-alt {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 4px;
  color: transparent;
  background-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: translateY(110%);
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.custom-link-block a:hover .custom-link_gradient {
  transform: translateY(-110%);
}
.custom-link-block a:hover .custom-link_gradient-alt {
  transform: translateY(0);
}
.custom-link_gradient-alt small,
.custom-link_gradient-alt sup,
.custom-link_gradient-alt sub {
  opacity: unset !important;
}
.custom-link_circle {
  display: inline-block;
  background-color: transparent;
  box-shadow: none;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  position: relative;
}

/* speaker */

.speaker__wrap {
  margin-bottom: 0;
}
.speaker__name {
  margin-bottom: 0;
  font-size: 18px;
}
.speaker__desc {
  opacity: 0.8;
  font-size: 14px;
}
.speaker__inner {
  display: inline-block;
  vertical-align: middle;
}
.speaker__photo {
  width: 55px;
  height: 55px;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
  z-index: 1
}

.cascading-images {
  position: relative;
  width: 100%;
}

.cascading-images img {
  width: 100%;
  height: auto;
}

.cascading-images__image-1 {
  padding-left: 30%;
  width: 100%;
}

.cascading-images__image-2 {
  position: absolute;
  top: 60%;
  padding-right: 30%;
  width: 100%;
  transform: translate(0,-50%);
}

.cascading-images__image-3 {
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding-left: 40%;
}

.ci-style3 .cascading-images__image-2 {
  padding-right: 35%;
}

.ci-style3 .cascading-images__image-1 {
  padding-left: 15%;
  padding-right: 10%;
}

.cascading-images.ci-shadow img {
  box-shadow: 0 25px 55px rgb(0 0 0 / 25%);
}

.ci-align-left .cascading-images__image-1 {
  padding-left: 0;
  padding-right: 30%;
}

.ci-align-left .cascading-images__image-2 {
  padding-right: 0;
  padding-left: 30%;
}

.dual-button {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
.button-link {
  gap: 30px;
}
.dual-button .custom-link {
  display: inline-block;
  white-space: nowrap;
}
.dual-button .cta_button {
  vertical-align: baseline;
}
.dual-button__cta {
  display: inline-block;
}

@media (max-width: 767px) {
  .change-ltr.mod-al-right {
    text-align: left;
  }
}

@media (max-width:767px) {
  .lead-text-wrap {width: 100% !important}
}

.counter-value-wrap {
  line-height: 1;
  margin-bottom: .15em;
}
.counter-box {
  padding: 45px;
}
.counter-title {
  margin: 0;
}
.counter-description {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .counter-description {
    margin-top: 15px;
  }
}
.counter-title-separator .counter-value-wrap + .counter-description {
  margin: 0;
}
@media (max-width: 767px) {
  .counter_to-left {
    text-align: left;
  }
}
.counter-value-wrap.counter-value_color-light,
.counter-wrap.counter-text_color-light .counter-title {
  color: #fff;
}
.counter-wrap.counter-text_color-light .counter-description {
  color: rgba(255,255,255,.8);
}
.counter-value-wrap.counter_value-color-dark,
.counter-wrap.counter-text_color-dark .counter-title {
  color: #000;
}
.counter-wrap.counter-text_color-dark .counter-description {
  color: rgba(0,0,0,.8);
}
.counter-title-before,
.counter-box {
  display: flex;
  flex-flow: column wrap;
}
.counter-title-before .counter-value-wrap {
  order: 2;
  margin: 0;
}
.counter-title-before .counter-title {
  order: 1;
  margin: 0 0 10px;
}
.counter-title-before .counter-box .counter-title {
  order: 1;
  margin: 0 0 80px;
}
.counter-title-before .counter-description {
  order: 3;
}
.counter-title-before > .counter-description {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  div[class*='span'] .row-fluid-wrapper:last-child .counter-wrap {
    margin-bottom: 30px;
  }
}

.promo-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  padding: 12%;
  background: transparent;
  transition: transform .3s cubic-bezier(.45,.25,.6,.95), box-shadow .3s cubic-bezier(.45,.25,.6,.95), border-radius .3s cubic-bezier(.45,.25,.6,.95);
}
@media (max-width: 767px) {
  .promo-box {
    max-height: 540px;
  }
}
.row-fluid-wrapper[class*='-force-full-width-section'] .promo-box {
  margin-bottom: 0;
}
.promo-box a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.promo-box:hover {
  box-shadow: 0 25px 55px rgba(0,0,0,.25);
}
.promo-box.promo-box_scale {
  will-change: transform;
}
.promo-box.promo-box_scale:hover {
  z-index: 100;
  transform: translateY(-10px) scale(1.05);
}
.promo-box:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 10px);
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.45,.25,.6,.95);
}
.promo-box.promo-box_ovrl-dark:before {
  background: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.85));
}
.promo-box:hover:before {
  opacity: 1;
}
.promo-box .promo-box-bg {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center;
  backface-visibility: hidden;
  will-change: transform;
  transform: scale(1.07);
  transform-origin: 50% 50%;
  transition: transform .3s cubic-bezier(.45,.25,.6,.95), opacity .3s ease 0.1s;
}
.promo-box:hover .promo-box-bg {
  transform: scale(1);
  transition: transform .6s cubic-bezier(.45,.25,.6,.95);
}
.promo-box .promo-box-bg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 10;
  content: '';
  background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
  transition: opacity .3s cubic-bezier(.45,.25,.6,.95);
}
.promo-box:hover .promo-box-bg:before {
  opacity: 0;
}
.promo-box video.promo-box-bg {
  object-fit: cover;
  background-color: #000;
}
.promo-box .inner {
  position: relative;
  text-align: left;
  color: #fff;
  z-index: 10;
  padding: 0;
  width: 100%;
  align-self: flex-end;
}
.promo-box .inner .promo-box-icon {
  margin-bottom: 20px;
}
.promo-box .inner .promo-box-icon svg {
  fill: #fff;
  height: 60px;
  margin-bottom: 30px;
}
.promo-box .inner .promo-box_img-wrap {
  margin-bottom: 30px;
}
.promo-box .inner .promo-box_img-wrap img,
.promo-box .inner .promo-box_img-wrap svg {
  max-height: 60px;
  width: auto;
}
.promo-box .heading-wrapper {
  transform: translateY(0px);
  transition: opacity .3s cubic-bezier(.45,.25,.6,.95), transform .3s cubic-bezier(.45,.25,.6,.95);
}
.promo-box .heading-wrapper > *:last-child {
  margin-bottom: 0;
}
.promo-box .onhover-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 12px;
  transform: translateY(20px);
  transition: opacity .15s cubic-bezier(.45,.25,.6,.95), transform .15s cubic-bezier(.45,.25,.6,.95);
}
.promo-box:hover .onhover-content {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity .3s cubic-bezier(.45,.25,.6,.95) 0.1s, transform .3s cubic-bezier(.45,.25,.6,.95) 0.1s;
}
.promo-box.promo-box_scale:hover .onhover-content {
  transform: translateY(0%) scale(0.95);
}
.promo-box .inner * {
  color: #fff;
}
@media (max-width: 767px) {
  .button-to-left{
    text-align: left;
  }
}

.custom-bg_pos-right {
  right: 0;
}
.custom-bg_pos-left {
  left: 0;
}
.custom-bg_pos-center {
  transform: translate(-50%);
  left: 50%;
}
.custom-bg_pos-left25 {
  left: 25%;
}
.custom-bg_pos-right25 {
  right: 25%;
}
.custom-bg_pos-left15 {
  left: 15%;
}
.custom-bg_pos-right15 {
  right: 15%;
}
.custom-bg_anim {
  clip-path: inset(0 12%);
  transition: clip-path .6s cubic-bezier(.45,.25,.6,.95);
}
.custom-bg_anim.scrolled-anim {
  clip-path: inset(0 0);
}
html:not([class*="hs-inline-edit"]) .custom-bg_animUp {
  clip-path: inset(0 12%);
  transform: translateY(60px);
  transition: clip-path .6s cubic-bezier(.45,.25,.6,.95), transform 1.2s cubic-bezier(.45,.25,.6,.95);
}
html:not([class*="hs-inline-edit"]) .custom-bg_animUp.scrolled-anim {
  clip-path: inset(0 0);
  transform: translateY(0);
}
html:not([class*="hs-inline-edit"]) .custom-bg_animUp.custom-bg_pos-center {
  transform: translate(-50%) scale(.8);
}
html:not([class*="hs-inline-edit"]) .custom-bg_animUp.custom-bg_pos-center.scrolled-anim {
  transform: translate(-50%) scale(1);
}
.hs-inline-edit" .custom-bg_animUp {
  clip-path: none !important;
}

/* START TOOLTIP STYLES */
/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  line-height: 1.3;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  min-width: 3em;
  max-width: 280px;
  width: max-content;
  white-space: normal;
  overflow: hidden;
  padding: 12px 20px;
  border-radius: 4px;
  background: rgba(0,0,0,.8);
  color: #fff;
  z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: rgba(0,0,0,.9);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}
.tooltip-icon[tooltip]:not([flow])::before,
.tooltip-icon[tooltip]:not([flow])::after,
.tooltip-icon[tooltip][flow^="up"]::before,
.tooltip-icon[tooltip][flow^="up"]::after {
  transform: translate(calc(-100% + 30px),-.5em);
}
.tooltip-icon[tooltip]:not([flow])::before,
.tooltip-icon[tooltip][flow^="up"]::before {
  left: unset;
  right: 23px;
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert-icon {
  to {
    opacity: 1;
    transform: translate(calc(-100% + 30px), 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
.tooltip-icon[tooltip]:not([flow]):hover::before,
.tooltip-icon[tooltip]:not([flow]):hover::after,
.tooltip-icon[tooltip][flow^="up"]:hover::before,
.tooltip-icon[tooltip][flow^="up"]:hover::after,
.tooltip-icon[tooltip][flow^="down"]:hover::before,
.tooltip-icon[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert-icon 300ms ease-out forwards;
}

.large-text .large-text__line {
  text-transform: uppercase;
  transform: translateX(0);
  will-change: transform;
  transition: transform .1s ease;
}

.large-text__line--blend {
  mix-blend-mode: difference;
  will-change: mix-blend-mode;
}

.full-title {
  margin: 0;
}

@media (min-width: 768px) {
  .full-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0.9;
  }
}

.reveal-text > span,
.reveal-text mark {
  opacity: .15;
}


div:not[data-global-resource-path*=''] .dnd-section {
  background-color: #fff;
}

main {
  background-color: #fff;
}

/* Preloader */

#preloader_preload {
	display: block;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.spinner .path {
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
    opacity: .7;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
    opacity: .85;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
    opacity: 1;
  }
}

/* Hide preloader in the inline editor */
.hs-inline-edit #preloader_preload {
  visibility: hidden;
}

/* Custom cursor for links */
#custom_cursor {
  position: fixed;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
  z-index: 9999999999999;
  will-change: opacity, transform, top, left;
  transform: scale(0);
  transition: transform .3s ease, opacity .3s ease, top ease, left ease;
}
@media (max-width: 767px) {
  #custom_cursor {
    display: none;
  }
}

/* Back to Top*/
.scroll-to-top {
  cursor: pointer;
  height: 30px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 100;
  opacity: 0;
  mix-blend-mode: difference;
  transform: translateY(100px);
  transition: all .5s cubic-bezier(.45,.25,.6,.95);
}
.scroll-to-top svg {
  height: 100%;
  transform: rotate(-90deg);
}
.showScroll {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .showScroll:hover {
    transform: translateY(-10px);
  }
}

/* Touch Button */
.touchbtn {
  display: none;
}
@media (hover: none) and (pointer: coarse) {
  .touchbtn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 3px 12px;
    background-color: rgba(0,0,0,.4);
    border-radius: 50px;
    z-index: 10;
  }
  .touchbtn:before {
    content: 'Touch';
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 12px;
    padding-top: 2px;
  }
  .touchbtn:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3E%3Cdefs/%3E%3Cpath d='M15 2C9.625 2 4.996 5.27 3.021 9.938a1 1 0 101.842.779A10.999 10.999 0 0115 4c2.693 0 5.148.962 7.06 2.564a1 1 0 101.286-1.533A12.963 12.963 0 0015 2zm0 4c-1.05 0-2.06.18-3 .512a1 1 0 10.668 1.886A6.97 6.97 0 0115 8c3.877 0 7 3.123 7 7 0 2.951-.988 9.67-.988 9.67a1 1 0 101.976.297S24 18.373 24 15c0-4.959-4.041-9-9-9zm10.504 2.225a1 1 0 00-.854 1.492A10.945 10.945 0 0126 15c0 1.096-.161 2.15-.46 3.148a1 1 0 101.913.577c.354-1.18.547-2.431.547-3.725 0-2.26-.58-4.39-1.596-6.244a1 1 0 00-.9-.531zM8.648 9.07a1 1 0 00-.744.395A8.974 8.974 0 006 15c0 4.704-.78 7.758-.78 7.758a1 1 0 101.938.494S8 19.928 8 15c0-1.628.552-3.117 1.48-4.305a1 1 0 00-.832-1.625zM15 10c-2.75 0-5 2.25-5 5 0 7.018-.967 10.688-.967 10.688a1 1 0 101.934.505S12 22.206 12 15c0-1.668 1.332-3 3-3s3 1.332 3 3c0 1.198-.05 2.448-.129 3.664a1 1 0 101.996.127c.08-1.248.133-2.537.133-3.791 0-2.75-2.25-5-5-5zM2.98 13.176a1 1 0 00-.95.945 12.971 12.971 0 00.363 4.05 1 1 0 101.939-.487 10.964 10.964 0 01-.307-3.428 1 1 0 00-1.045-1.08zm12.004.81A1 1 0 0014 15c0 2.72-.147 4.962-.338 6.73a1 1 0 101.988.215c.2-1.84.35-4.154.35-6.945a1 1 0 00-1.016-1.014zm3.473 8.248a1 1 0 00-.996.899c-.232 2.002-.45 3.357-.45 3.357a1 1 0 101.977.317s.225-1.402.461-3.444a1 1 0 00-.992-1.129zm-4.432 2.645a1 1 0 00-.98.799c-.153.697-.25 1.004-.25 1.004a1 1 0 101.908.6s.13-.42.295-1.177a1 1 0 00-.973-1.226z'/%3E%3C/svg%3E");
  }
}

/* Custom Backgrounds */
.dnd-section:has(.custom-bg) {
  position: sticky;
}

/* Fixed Page Background */
.page-fixed-bg {
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.page-fixed-bg {
  background-image: url('//20147996.fs1.hubspotusercontent-na1.net/hubfs/20147996/raw_assets/public/Pitch/images/fixed.jpg');
}

@media
  only screen  
  and (min-device-width: 375px) 
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .page-fixed-bg {
    background-image: none;
  }
}

/* Footer Animation */
@media (min-width: 768px) {
  html:not(.hs-inline-edit) .footer-anim .body-container-wrapper {
    transform-origin: center bottom 0px;
    transition: transform .5s ease-in, border-radius .5s ease-in !important;
    border-radius: 0;
    background-color: #fff;
  }
  html:not(.hs-inline-edit) .footer-anim.tight .body-container-wrapper {
    transform: translateY(0px) scale(0.96);
    border-radius: 20px;
    cursor: pointer;
  }
}

/* Animation */
[data-aos] {
  body[data-aos-easing="theme"] &,
  &[data-aos][data-aos-easing="theme"] {
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
}

/* PopUp Fix */
.body-container .popup-sticky-fix {
  position: unset !important;
}
header.header.popup-sticky-fix {
  z-index: 0;
}
.lock-scroll {
  overflow: hidden;
}

.scrollScale {
  transition: transform 1.2s cubic-bezier(.4,0,.2,1) !important;
  transform: scale(1.4) !important;
}
.scrollScale_done {
  transform: scale(1) !important;
}
.scrollScale_done.promo-box-bg {
  transform: scale(1.07) !important;
}


/* Extra Spacer Bakground - Page Editor */
.hs-inline-edit .extra-spacer {
  background-color: rgba(0,0,0,.0);
  background-image:
    linear-gradient(45deg, rgba(128,128,128,.3) 25%, transparent 25%), 
    linear-gradient(135deg, rgba(128,128,128,.3) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(128,128,128,.3) 75%),
    linear-gradient(135deg, transparent 75%, rgba(128,128,128,.3) 75%);
  background-size: 25px 25px;
  background-position: 0 0, 12.5px 0, 12.5px -12.5px, 0px 12.5px;
  border-radius: 4px;
}