

/* ping pong */





*, *: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.5; /* 1 */
  -webkit-text-size-adjust: 1rem; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 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%;
    }
}

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


.dnd-section {
  padding: 2em 1em;
}

.dnd-section > .row-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

#hs_cos_wrapper_widget_1613466109756_ > img, #hs_cos_wrapper_widget_1615973927506_ > img, #hs_cos_wrapper_widget_1626265587510_ > img, #hs_cos_wrapper_module_1626265597410_ > img, #hs_cos_wrapper_widget_1626329790106_ > img, #hs_cos_wrapper_widget_1623999488934_ > img, #hs_cos_wrapper_module_1624000206572_ > img, #hs_cos_wrapper_module_16240002655539_ > img, #hs_cos_wrapper_widget_1624611014201_ > img, #hs_cos_wrapper_dnd_area-module-5_ > img, #hs_cos_wrapper_widget_1626334270520_ > img, #hs_cos_wrapper_widget_1604390451161_ > img, #hs_cos_wrapper_widget_1617708318365_ > img, #hs_cos_wrapper_widget_1613466109756_ > img, #hs_cos_wrapper_widget_1625726865646_ > img, #hs_cos_wrapper_widget_1624611014201_ > img, #hs_cos_wrapper_widget_1602251134900_ > img {
    -moz-border-radius: 0em;
   -webkit-border-radius: 0em;
   border-radius: 0em;	
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}



@charset "UTF-8";
/**/
/**/
/**/
/**/
/**/
/**/
/**/
html {
  font-size: 18px !important;
  scroll-behavior: smooth;
} /*10px*/
body {
  background-color: black;
  font-family: "Source Sans Pro", sans-serif;
  color: #a8a8a8;
}

.btn-dark {
  background-color: #000;
  border: 0;
  font-weight: bold;
}

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

/* Alignment */
.text-centered {
  text-align: center;
}

/* Paragraphs */
p {
  margin-bottom: 1.5rem;
}

strong {
  font-weight: 800;
}

/* Links */
a {
  color: #00C6AB;
  cursor: pointer;
}

a:active {
  color: #28EED3;
}

a.gradient-text:hover {
  background-color: #999;
  -webkit-transition: 250ms ease-in;
  -ms-transition: 250ms ease-in;
  transition: 250ms ease-in;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0.25em 0 0.125em 0;
  line-height: 1.25;
  font-weight: bold;
  color: white;
}
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
  color: black;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: white;
}

h1 {
  font-size: 5.063rem;
  margin: 0;
}

h2 {
  font-size: 3.375rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px !important;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
/* Lists */
ul, ol {
  margin: 1.5rem 0;
}

ul li, ol li {
  font-size: 1rem;
  line-height: 2;
  margin: 0.7rem 0.7rem 0.7rem 0;
}

ul ul, ol ul, ul ol, ol ol {
  margin: 1.5rem;
}

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

.hs_cos_wrapper_type_rich_text ul li {
  color: #c1c1c1;
  padding-left: 1em;
  text-indent: -1em;
}
.hs_cos_wrapper_type_rich_text ul li:before {
  content: "■ ";
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 1rem;
  width: 1rem;
  margin-right: 0;
  display: inline-block;
}
.hs_cos_wrapper_type_rich_text ol {
  padding: 0 0 0 1em;
  list-style-position: outside;
}
.hs_cos_wrapper_type_rich_text ol li {
  font-weight: bold;
}
.hs_cos_wrapper_type_rich_text ol li span {
  font-weight: normal;
}

@supports (-webkit-hyphens: none) {
  .hs_cos_wrapper_type_rich_text ul li::before {
    font-size: 11px;
    top: -0.501px;
  }
}
@media screen and (max-width: 767px) {
  @supports (-webkit-hyphens: none) {
    .hs_cos_wrapper_type_rich_text ul li::before {
      font-size: 10.5px;
    }
  }
}
li span {
  color: #c1c1c1;
}

ul.no-list {
  list-style: none;
}

ul.no-list li::before {
  content: none;
}

/* Code Blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left-color: white;
  border-left-style: solid;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
  font-size: 1.5em;
  font-weight: 300 !important;
}

/* Subscripts and Superscripts */
sup, sub {
  font-size: 0.667em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.small-body {
  font-size: 0.667em;
}

/* Focus State */
:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Highlight Text */
.highlight {
  font-weight: bold;
}

/* REMIRA Colors */
.bright-yellow {
  color: #F7EA48;
}

.bright-blue {
  color: #41B6E6;
}

.bright-red {
  color: #FF5869;
}

.bright-orange {
  color: #FFB25B;
}

.bright-green {
  color: #A1D884;
}

.bright-turquoise {
  color: #39b4bf;
}

.light-grey {
  color: #CCC;
}

.dark-grey {
  color: #333;
}

.text-black {
  color: black;
}

.text-white {
  color: white;
}

/* Textvariations */
.thin-text {
  font-weight: 300;
}

.small-text {
  font-size: 0.667em;
}

.small-h1  {
  font-size: 2.5rem;
}

.small-h2,
.small-h3 {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .small-h3 { font-size: 1.7rem; }
}

.lead {
  font-size: 1.5em;
  line-height: 1.5em;
}

.subheadline {
  font-align: center;
  margin-top: 1em;
  margin-bottom: 0em;
  font-weight: 400;
  font-size: 1.5em;
}

/* Font Size Multiplicators */
.font-0-66x {
  font-size: 0.667em;
}

.font-1-5x {
  font-size: 1.5em;
}

.font-2-25x {
  font-size: 2.25em;
}

.font-3-375x {
  font-size: 3.375em;
}

/* Icons */
.fa {
  line-height: 1.5em !important;
}

/* REMIRA Gradient Colors */
.blue-red-gradient, .blue-red-gradient span, .blue-red-gradient:before {
  background-color: #41B6E6;
  background-image: linear-gradient(134deg, #005EB8, #41B6E6, #FF5869, #E10600);
}

.green-blue-gradient, .green-blue-gradient span, .green-blue-gradient:before {
  background-color: #A1D884;
  background-image: linear-gradient(90deg, #43B02A, #A1D884, #41B6E6, #005EB8);
}

.red-yellow-gradient, .red-yellow-gradient span, .red-yellow-gradient:before {
  background-color: #FF5869;
  background-image: linear-gradient(90deg, #E10600, #FF5869, #F7EA48, #FFCD00);
}

.blue-yellow-gradient, .blue-yellow-gradient span, .blue-yellow-gradient:before {
  background-color: #FFCD00;
  background-image: linear-gradient(45deg, #005EB8, #FFCD00, #FFCD00, #FFCD00);
}

.orange-blue-gradient, .orange-blue-gradient span, .orange-blue-gradient:before {
  background-color: #FF8200;
  background-image: linear-gradient(45deg, #FF8200, #FF8200, #41B6E6, #005EB8);
}

/* Gradient Text */
.gradient-text {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

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

.blue-red-gradient-bg {
  background-image: linear-gradient(60deg, #005EB8, #E10600);
}

.green-blue-gradient-bg {
  background-image: linear-gradient(90deg, #43B02A, #A1D884, #41B6E6, #005EB8);
}

.red-yellow-gradient-bg {
  background-image: linear-gradient(90deg, #E10600, #FF5869, #F7EA48, #FFCD00);
}

.green-yellow-gradient-bg {
  background-image: linear-gradient(30deg, #43B02A, #A1D884, #F7EA48, #FFCD00);
}

.orange-green-gradient-bg {
  background-image: linear-gradient(120deg, #FF8200, #FFB25B, #A1D884, #43B02A);
}

.orange-red-gradient-bg {
  background-image: linear-gradient(45deg, #FF8200, #E10600);
}

.blue-yellow-gradient-bg {
  background-image: linear-gradient(120deg, #005EB8, #FFCD00);
}

.orange-blue-gradient-bg {
  background-image: linear-gradient(45deg, #FF8200, #FF8200, #41B6E6, #005EB8);
}

.yellow-orange-blue-gradient-2 {
  background: linear-gradient(30deg, #FFCD00, #FF8200, #005EB8);
}

.red-gradient {
  /*base_red_gradient*/
  background-image: linear-gradient(120deg, #E10600, #FF5869);
}

.yellow-gradient {
  /*base_yellow_gradient*/
  background-image: linear-gradient(120deg, #FFCD00, #F7EA48);
}

.green-gradient {
  /*base_green_gradient*/
  background-image: linear-gradient(120deg, #43B02A, #A1D884);
}

.orange-gradient {
  /*base_orange_gradient*/
  background-image: linear-gradient(120deg, #FF8200, #FFB25B);
}

.blue-gradient {
  /*base_blue_gradient*/
  background-image: linear-gradient(120deg, #005EB8, #41B6E6);
}

.turquoise-gradient {
  /*base_turquoise_gradient*/
  background-image: linear-gradient(120deg, #39b4bf, #005d6b);
}

.yellow-orange-blue-gradient {
  /*base_yellow_orange_blue_gradient*/
  background-image: linear-gradient(120deg, #FFCD00, #FFB25B, #41B6E6, #005EB8);
}

/* Product Page Elements */
.hs-breadcrumb-menu .last-crumb {
  font-weight: 500;
}

div.product_menu ul > li > a {
  color: black;
  font-weight: 700;
}

div.product_menu ul > li.active > a {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

main.theme_planning div.product_menu ul li.active a, main.theme_planning .iwt_icon i, main.theme_planning ul.tabs li.active, main.theme_planning .cta-block-wrapper {
  /*base_red_gradient*/
  background-image: linear-gradient(120deg, #E10600, #FF5869);
}

main.theme_purchasing div.product_menu ul li.active a, main.theme_purchasing .iwt_icon i, main.theme_purchasing ul.tabs li.active, main.theme_purchasing .cta-block-wrapper {
  /*base_yellow_gradient*/
  background-image: linear-gradient(120deg, #FFCD00, #F7EA48);
}

main.theme_manufacturing div.product_menu ul li.active a, main.theme_manufacturing .iwt_icon i, main.theme_manufacturing ul.tabs li.active, main.theme_manufacturing .cta-block-wrapper {
  /*base_green_gradient*/
  background-image: linear-gradient(120deg, #43B02A, #A1D884);
}

main.theme_transportation div.product_menu ul li.active a, main.theme_transportation .iwt_icon i, main.theme_transportation ul.tabs li.active, main.theme_transportation .cta-block-wrapper {
  /*base_orange_gradient*/
  background-image: linear-gradient(120deg, #FF8200, #FFB25B);
}

main.theme_warehousing div.product_menu ul li.active a, main.theme_warehousing .iwt_icon i, main.theme_warehousing ul.tabs li.active, main.theme_warehousing .cta-block-wrapper {
  /*base_blue_gradient*/
  background-image: linear-gradient(120deg, #005EB8, #41B6E6);
}

main.theme_commerce div.product_menu ul li.active a, main.theme_commerce .iwt_icon i, main.theme_commerce ul.tabs li.active, main.theme_commerce .cta-block-wrapper {
  /*base_turquoise_gradient*/
  background-image: linear-gradient(120deg, #39b4bf, #005d6b);
}

main.theme_collaboration div.product_menu ul li.active a, main.theme_collaboration .iwt_icon i, main.theme_collaboration ul.tabs li.active, main.theme_collaboration .cta-block-wrapper {
  /*base_yellow_orange_blue_gradient*/
  background-image: linear-gradient(120deg, #FFCD00, #FFB25B, #41B6E6, #005EB8);
}

.cta-block-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
}

.cta-block-wrapper p {
  color: black;
  font-size: 1.5em;
}

.hs-breadcrumb-menu-divider:before {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* Graphics */
.title-background {
  background: url(https://8189726.fs1.hubspotusercontent-na1.net/hubfs/8189726/artificial-intelligence-styling.png) no-repeat;
  background-position: right center;
  background-size: auto;
}

/* Testimonial */
.testimonial {
  padding-top: 2em;
  padding-bottom: 2em;
}

.testimonial__content {
  font-size: 1.5rem;
  font-weight: 300;
  justify-content: center;
  padding: 0 2em;
  text-align: center;
  margin: 0;
  border: 0;
}

.testimonial__author__name {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  margin: 20px 0 0;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  display: block;
}

/* List Styles */
/* Mobile Adjustments */
@media (max-width: 767px) {
  div.product_menu ul li a {
    font-size: 0.833em;
  }
  figure {
    margin: 0;
    text-align: center;
  }
  .testimonial__content {
    padding: 0;
  }
}
/* Custom Styles */
.grey-shadow-text {
  text-shadow: white 1px 1px 2px;
}

/*# sourceMappingURL=_typography.css.map */

/* BS 2024-11 */

@media (max-width: 767px) {
  .lead { font-size: 1.25em; }
}
@charset "UTF-8";
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wrapper {
  margin: 1em auto;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
}
.wrapper--align__left {
  text-align: left;
}
.wrapper--align__right {
  text-align: right;
}

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

button, a .button, .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  border: none;
  background: white;
  color: black;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  padding: 0.7rem 2.8rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

button:disabled, .button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

button:disabled, .button:disabled {
  background-color: #d0d0d0;
}

.button.button--primary {
  background-image: linear-gradient(120deg, #e10600, #ff5869);
}
.button.button--secondary {
  background-image: linear-gradient(120deg, #ffcd00, #f7ea48);
}
.button.button--tertiary {
  background-image: linear-gradient(120deg, #43b02a, #a1d884);
}
.button.button--quarternary {
  background-image: linear-gradient(120deg, #ff8200, #ffb25b);
}
.button.button--quinary {
  background-color: #A1D884;
}
.button.button--senary {
  background-image: linear-gradient(120deg, #005eb8, #41b6e6);
}
.button.button--septenary {
  background-image: linear-gradient(120deg, #005d6b, #39b4bf);
}
.button.blog-card__button, .button.related-post__button {
  color: black !important;
}
.button.blog-card__button:hover, .button.blog-card__button:active, .button.blog-card__button:focus, .button.related-post__button:hover, .button.related-post__button:active, .button.related-post__button:focus {
  color: gray !important;
}
.button.button--white {
  background-color: white;
  color: black;
  padding: 0.6rem 2.7rem;
  border: 0.1rem solid white;
  border-bottom: 0.1rem solid white !important;
}
.button.button--white:active, .button.button--white:focus, .button.button--white:hover {
  background-color: black;
  color: white !important;
  padding: 0.6rem 2.7rem;
  border: 0.1rem solid white;
  border-bottom: 0.1rem solid white !important;
}
.button.button--black {
  background-color: black;
  color: white;
  padding: 0.6rem 2.7rem;
  border: 0.1rem solid black;
  border-bottom: 0.1rem solid black !important;
}
.button.button--black:active, .button.button--black:focus, .button.button--black:hover {
  background-color: white;
  color: black !important;
  padding: 0.6rem 2.7rem;
  border: 0.1rem solid black;
  border-bottom: 0.1rem solid black !important;
}
.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #00C6AB;
  font-size: 1rem;
  font-style: normal;
  fill: #00C6AB;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}
.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}
.button.button--simple:after {
  background-color: #00C6AB;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}
.button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #50eed3;
}
.button.button--small {
  font-size: 0.875rem;
}
.button.button--large {
  font-size: 1.125rem;
}
.button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
}
.button.button--icon-right .button__icon {
  order: 1;
}
.button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}

a .button:hover,
button:hover, button:focus,
.button:hover, .button:focus {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* Override für den Header-Knopf */
/* Spezialfall Header: */
.header__cta .button {
  background-color: white;
  color: black;
  padding: 0.6rem 2.7rem;
  border: 0.1rem solid white;
  border-bottom: 0.1rem solid white !important;
}
.header__cta .button:active, .header__cta .button:hover, .header__cta .button:focus {
  font-weight: bold;
  background-color: black;
  color: white !important;
  padding: 0.6rem 2.7rem;
  border: 0.1rem solid white;
  border-bottom: 0.1rem solid white !important;
}
.header__cta button {
  margin: 0 0.5em 0.5em 0.5em;
  padding: 0.4rem 1rem;
  font-size: 0.8em;
}

button:active, .button:active {
  color: white;
  text-decoration: none;
}

.cta-box-button_1 {
  margin: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  border: 3px solid white;
  background: none;
  color: black;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  padding: 0.7rem 2.8rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cta-box-button_1:hover {
  background: black;
  color: white;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  border: 3px solid white;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

/*# sourceMappingURL=_buttons.css.map */
@charset "UTF-8";
/* Base */
form {
  border: none;
  border-radius: 18px;
  padding: 1rem;
}

.hs-form-field {
  position: relative;
  margin-bottom: 1.5rem;
}

/* Form Title */
.form-title {
  margin: 0;
  padding: 1rem;
  text-align: center;
  background-image: linear-gradient(30deg, #43B02A, #A1D884, #41B6E6, #005EB8);
  font-weight: 700;
  color: black;
  font-size: 1em;
}

/* Whitepaper Lieferantenintegration Form-Header */
.hs-content-id-36566114536 .form-title {
  background-image: linear-gradient(30deg, #FFCD00, #FF8200, #005EB8);
}

/* Whitepaper VMI Form-Header */
.hs-content-id-37099469789 .form-title {
  background-image: linear-gradient(30deg, #FFCD00, #F7EA48, #41B6E6);
  color: black;
}

/* Whitepaper S&OP Form-Header */
.hs-content-id-41221663433 .form-title, .hs-content-id-38269518144 .form-title {
  background-image: linear-gradient(30deg, #E10600, #FF5869);
}

/* Whitepaper Inventur Form-Header */
.hs-content-id-38003554906 .form-title {
  background-image: linear-gradient(30deg, rgb(65, 182, 230), rgb(0, 94, 184));
}

.form-title ~ div > form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

/* Labels */
.hs-form-field > label {
  color: white;
  display: block;
  margin-bottom: 0.35rem;
  padding: 6px 0;
  text-align: left;
  width: auto;
}

/* Help Text - Legends */
.hs-form-field legend {
  color: white;
  font-size: 0.75rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #EEE;
  border-radius: 4px;
  color: #1e2b33;
  display: inline-block;
  padding: 0.75rem;
  padding: 12px 12px;
  width: 100% !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-style: solid;
  outline-color: #EEE;
}

select::-ms-expand {
  display: none;
}

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

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder, ::placeholder {
  color: #BDBDBD;
}

/* Inputs - Checkbox/Radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list:not(.no-list) label {
  color: white;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */
.hs-fieldtype-select .input:after {
  content: "▾";
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Inputs - Datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1E2B33;
  content: "📅";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #00326D;
}

.fn-date-picker td.is-selected .pika-button {
  background: #fff9e3;
  border-radius: 0;
  box-shadow: none;
  color: #00326D;
}

.fn-date-picker td .pika-button:hover {
  background-color: #00C6AB !important;
  border-radius: 0 !important;
}

.hs-submit {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Headings and Text */
form .hs-richtext, form .hs-richtext *, form .hs-richtext p,
form .hs-richtext h1, form .hs-richtext h2, form .hs-richtext h3,
form .hs-richtext h4, form .hs-richtext h5, form .hs-richtext h6 {
  color: currentColor;
}

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.666rem;
  line-height: 1.25;
}

#hsForm_a9339b41-f201-4d88-ad94-2772a2c4e8bf > fieldset:nth-child(6) > div > div:nth-child(2) > div > div > div > ul > li::before {
  content: none !important;
}

#hsForm_a9339b41-f201-4d88-ad94-2772a2c4e8bf > fieldset:nth-child(6) > div > div:nth-child(2) > div > div > div > ul > li > label > span > p {
  margin-left: 1.5em;
}

/* Validation */
.hs-input.invalid.error {
  /*border-color: #ef6b51;*/
  border-color: #FF5869;
}

.hs-error-msg, .hs-error-msgs {
  margin-top: 0.35rem;
}

:not(#id-override) :not(#id-override2) .hs-error-msg {
  color: #FF5869 !important;
}

/* Submit */
form input[type=submit],
form .hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  border: 0;
  color: white;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 44px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  --borderwidth: 3px;
  position: relative;
  margin: 0 !important;
  background-image: linear-gradient(45deg, #ff8200, #e10600);
}

form .hs-button .primary {
  background-color: transparent !important;
  color: white;
}

/* S&OP Button */
.hs_form_target_widget_1600344903219 form .hs-button {
  background-image: linear-gradient(45deg, #43b02a 0%, #ffcd00 80%, #ffcd00 100%) !important;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #222;
}

form input[type=submit]:active,
form .hs-button:active {
  color: white;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */
.submitted-message {
  background-color: transparent;
  border-color: transparent;
  color: white;
  padding: 2.8rem;
}

/*# sourceMappingURL=_forms.css.map */
/* --- Tables --- */

 table {
    background-color: #fff;
    border-spacing: 0;
    margin-bottom: 1rem;
	  
  }
  
  th,
  td {
    border: solid 1px #ededed;
    padding: 15px;
    vertical-align: top;
		color: #000;
  }

  tr:nth-child(odd) {
  }

  thead th,
  thead td {
    color: #FFF;
    background-color: #000;
    border: none;
    border-bottom-width: 2px;
  }

  thead th {
    border-bottom: none;
    vertical-align: bottom;
		text-align: left;
		font-size: 1.5em;
		font-weight: bold;
  }

  tbody + tbody {
    border-top: none;
  }

.support-division {
  font-size: 1.5em;
	font-weight: 300;
}
.support-division td {
	background: #fff;
}
/* Table Footer */

tfoot td {
  background-color: #FFF;
  color: #000;
}



/* --- Fixed Header -------------------------------------------------------- */

/*header.header {*/
/*  position: fixed;*/
/*  height: inherit;*/
/*  z-index: 9999999;*/
/*  width: 100%;*/
/*  background: black !important;*/
/*  !* background: rgba(0, 0, 0, 0.9) !important; *!*/
/*  border-bottom: 2px solid rgba(48, 48, 48, 0.8);*/
/*}*/
/*main { padding-top: 184px; }*/
/*@media screen and (max-width: 1163px)  { main { padding-top: 202px; } }*/
/*@media screen and (max-width: 818.5px) { main { padding-top: 251px; } }*/
/*@media screen and (max-width: 767px)   { main { padding-top: 130px; } }*/

.body-wrapper > div:nth-child(1):has(header) {
  position: sticky;
  height: inherit;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: black !important;
  /*background: rgba(0, 0, 0, 0.9) !important;*/
  /*border-bottom: 2px solid rgba(48, 48, 48, 0.8);*/
}

html body {
  overflow-x: visible;
}



/* Header Container */
.smallheader__container {
  background-color: #191919;
}

.header__container, .service__menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}

.header__container {
  padding: 1.5rem 20px;
}

.header--landing-page .header__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service__menu .hs-menu-wrapper > ul {
  margin: 0;
}

.service__menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  font-size: 0.667em;
}

.service__menu .hs-menu-wrapper > ul > li > a {
  color: #ccc;
  font-weight: 400;
}

.service__menu .hs-menu-wrapper > ul > li > a:hover {
  font-weight: 400;
}

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

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 220px;
}

.header__logo .logo-company-name {
  color: #00326D;
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }
  
  .header__menu {
    margin-left: 0;
    min-height: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 18px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  display: block;
  left: auto;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  text-align: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
  outline: none;
  background-color: white;
  right: 0;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  font-size: 0.667em;
  padding: 10px;
  margin: 0;
}

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

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

.header__language-switcher .lang_list_class li:hover {
  background-color: #333;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: black;
  font-weight: 700;
  text-decoration: none;
}

.header__language-switcher-label-current {
  color: white;
  font-size: 0.667em;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #285a95;
}

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

.header__language-switcher-label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

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

/**/
.header__cta a {
  font-size: 1rem !important;
}

@media (max-width: 767px) {
  .header__language-switcher {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-right: 10px;
    margin-top: 10px;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    background-color: #FFF;
    border: 0;
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  
  .service__menu .hs-menu-wrapper {
    display: none;
  }
}

/**/


/**/
div.row-breadcrumb {
  padding: 0 !important;
  margin: 0 auto !important;
}

.hs-breadcrumb-menu {
  margin-left: 1rem;
}

.hs-breadcrumb-menu li.hs-breadcrumb-menu-item {
  padding: 0 !important;
  font-size: 0.667em !important;
  margin: 0;
}

.hs-breadcrumb-menu li.hs-breadcrumb-menu-item a {
  color: white;
}

/**/
.row-product_menu {
  padding: 0 !important;
  background-color: white;
  padding: 0;
}

.product_menu ul {
  display: inline-flex;
  margin: 0;
}

.product_menu ul li {
  display: flex;
  background-color: transparent;
  padding: 0.5em 1em;
  margin: 0.5em 0 0 0;
  border-radius: 1em 1em 0 0;
}

.product_menu ul li.active {
  background-color: black;
}

/* Fix anchor links with sticky header */
* {
  scroll-margin-top: 181px;
}



/* header-v2 css */
header.header_main { background: #000000; }
.header_main .header_con { margin: 0 auto; max-width: 1300px; display: flex; align-items: center; padding: 0 15px }
.header_main .header_con { justify-content: end; }
.top_header { background: #1F1E1E; padding: 14px 0; }
.top_header .serach_box { position: fixed; left: 0; right: 0; width: 100%; background: #1f1e1e; top: -100%; padding: 13px 0 12px; transition: 0.4s; }
.top_header .serach_box form { padding: 0; }
.top_header .serach_bar { padding-right: 7px; }
.top_header .serach_bar svg { vertical-align: top; }
.top_header .language_icon { margin-left: 20px; }
.top_header .serach_bar { position: relative; }
.top_header .serach_box form input.hs-search-field__input { width: 288px !important; !i; !; height: 35px !important; padding: 5px 35px 5px 15px !important; border-radius: 24px !important; !i; !; }
.top_header .serach_bar a { position: relative; }
.top_header .serach_bar a svg path { fill: #BFBDBD; }
.top_header .serach_box form input.hs-search-field__input:focus { outline: none; }

.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 35px 15px; position: relative; font-weight: 600; color: var(--headerbottomlink); }

.bottom_header .main_logo { width: 228px; }
.bottom_header .menu_item { width: calc(100% - 228px); padding-left: 40px; text-align:right; }
.bottom_header .menu_item .header_btn .button { font-size: 20px; line-height: 26px;  padding-left: 25px;  padding-right: 25px; border: 0.1rem solid transparent; }
.bottom_header .menu_item .header_btn .button:hover { background: transparent;  border-color: #fff; }

.top_header .serach_box form { background: transparent; }
.top_header .serach_box > div { width: 100%; max-width: 440px;  margin: auto; }
.top_header .serach_box form input.hs-search-field__input { width: 100% !important;}
.top_header .serach_box.serach-open { top: 0%; }
.top_header .serach_box button { position: absolute; right: 0; top: 0; background: transparent;  padding: 10px; margin: 0; width: 46px; display: flex; align-items: center;  justify-content: center;  line-height: 0; }
.top_header .serach_box button svg { fill: #000; width: 15px; height: 15px; }
.serach-close { width: 20px !important; `:20px; height: 20px; position: absolute; right: 10px; top: 0; margin: auto !important; bottom: 0; cursor: pointer; }
.serach-close:before, .serach-close:after { content: ""; position: absolute; background: #fff; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }
.serach-close:before { width: 16px; height: 2px; transform: rotate(-45deg); }
.serach-close:after { height: 16px; width: 2px; transform: rotate(-45deg); }
.child-triggerm { display: none; }

header.header_main .hs-search-field__suggestions { display: none; }

.header_main .language_icon .lang_switcher_class .globe_class { width: 0; height: 0; }
.header_main .language_icon .widget-type-language_switcher { width: 0; height: 0; }
.header_main .lang_list_class { top: 120%; width: 105px; margin: 0; padding: 9px 0; background: #fff; }
.header_main .lang_switcher_class { position: static; }
.header_main .language_icon { position: relative; }
.header_main .language_icon:hover .widget-type-language_switcher .lang_list_class , .header_main .language_icon.open .widget-type-language_switcher .lang_list_class { display: block; }
.header_main .lang_list_class li { margin: 0; text-align: left; padding: 5px 15px !important; border: none !important; }
.header_main .lang_list_class:after, .header_main .lang_list_class:before { top: -21px; }
.header_main .lang_list_class:before { border-bottom-color: transparent; }
.header_main .lang_list_class li a { transition: ease 0.5s; }
.header_main .lang_list_class li a:hover , .header_main .lang_list_class li:nth-child(1) a { color: #41b6e6; }

/* .mainmenu .hs-menu-wrapper > ul > li > ul li.hs-menu-depth-2 > a:after {
    display: none;
} */
@media (min-width: 768px){
/*     .mainmenu .hs-menu-wrapper > ul > li > ul { width: 200px; background: var(--dropcolor); box-shadow: 0px 10px 10px rgb(0 0 0 / 20%); visibility: hidden; pointer-events: none; margin-top: 20px; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: var(--droplinkcolor); padding: 8px 15px; border-bottom: 1px solid #ECECEC; font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--headerbottomlinkhover); }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; margin-top: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover { color: var(--droplinkhovercolor); background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; } */
/*     .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: relative; content: "\f107"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; }  */
    
/*     .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: #ececec; padding: 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: inline-block !important; vertical-align: top !important; width: 100% !important; color: var(--droplinkcolor); font-weight: 600; padding: 15px 15px; border-bottom: 1px solid #000; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; } */
/*     .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; } */
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper { display: none; }
    .mainmenu .hs-menu-wrapper > ul > li { display: inline-block; }
    .bottom_header .header_btn { display: inline-block; }
    .bottom_header .mainmenu { display: inline-block; }
    .bottom_header .header_btn .button { margin-bottom: 0; }
    
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper { position: absolute; left: 0;  right: 0; background: #fff;  width: 100%; margin: 0; padding: 30px 40px 30px calc((100% - 480px) / 2);  text-align: left; min-height:432px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul li a {font-style: normal; font-weight: 700;  font-size: 20px;  line-height: 25px;  color: #6E6C6C; position: relative; padding-right: 25px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul li { margin: 8px 0; /*min-width: 205%;*/min-width: 237px;}
/*     .mainmenu .hs-menu-wrapper > ul > li > ul li a:after { content:"";  position: absolute; background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%236E6C6C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A"); width: 8px;  height: 12px; background-position: center; background-repeat: no-repeat; background-size: contain; right: 0; top: 0; bottom: 0; margin: auto; }     */
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper { display:flex !important; }  
    .mainmenu .hs-menu-wrapper > ul > li > ul li.menu-acc > div > a:after { display: none; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper {}

    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper { margin: 15px 0; display: flex;  flex-wrap: wrap; width: 100%; max-width: 700px; display:none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a { font-style: normal; font-weight: 400; font-size: 20px; line-height: 25px;  color: #6E6C6C; }
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li { /*width: 33.333%;*/ margin: 0; display: block; line-height: 1rem; padding-bottom: 1rem; }
    
    .mainmenu .hs-menu-wrapper .menu-acc > div > a { padding-right: 0; }
    .mainmenu .hs-menu-wrapper .menu-acc > div { position: relative; display: table; padding-right: 30px; }
  
 
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { background-image: url("data:image/svg+xml,%3Csvg width='42' height='41' viewBox='0 0 42 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.2154 0L42 40.5H0.430784L21.2154 0Z' fill='white'/%3E%3C/svg%3E%0A");  content: "";  position: absolute;  width: 42px;   height: 41px;   top: calc(100% - 33px );   left: 0;   right: 0;   margin: auto;    display: none; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {  display: block; }
    .mainmenu .hs-menu-wrapper > ul > li > a:hover, .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: #fff; }

    .mainmenu .hs-menu-wrapper > ul > li > ul li a:hover { color: #000; }
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:hover { color: #000; }

}

@media (max-width:1200px){
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 30px 10px; font-size: 14px; }
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { display: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { left: auto !important; right: 0; width: 220px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a { font-size: 18px; }
}

@media (max-width:1023px){
    .bottom_header .main_logo { width: 148px; }
    .bottom_header .menu_item { width: calc(100% - 148px); padding-left: 0; }
    .bottom_header .menu_item .header_btn .button { font-size: 14px; padding: 4px 14px; }
    .mainmenu .hs-menu-wrapper > ul > li { margin: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a { font-size: 16px; }


}

@media (max-width:800px){
    .mainmenu .hs-menu-wrapper > ul > li > a { padding: 22px 6px; }
}

@media (max-width:767px){
/*     .mainmenu .hs-menu-wrapper > ul { width: 100%; }
    .mainmenu .hs-menu-wrapper ul { transition: none; }
    .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 15px; font-size: 16px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { background: #f5f5f5; padding:15px 0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { color: ; font-weight: 600; padding: 10px; }
    
    .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; }
    .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: column; } */

    body.mobile-open { overflow: hidden; } 
    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top:10px; right:0; width:60px; height:60px; text-align:center; background:transparent; padding:12px 10px; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align:left; z-index: 999; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }
    .mobile-trigger { top:2px; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent;  }
    .mobile-open a.mobile-trigger span:after { opacity:1; }
    .mobile-open a.mobile-trigger { display: block !important; top: -7px; }
     a.mobile-trigger i, .mobile-open a.mobile-trigger i:before, .mobile-open a.mobile-trigger i:after { background: #fff; }
    .mobile-open a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
     .mobile-open a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width:30px; height:3px; display:inline-block; background: #fff; }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    .mobile-open a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }

    span.child-triggerm {display: flex; cursor: pointer; position: absolute; top: 0px; right: 0; width: 30px; justify-content: center; align-items: center; height: 30px; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:0; transition:all ease .5s; transform:translateX(-50%); display: flex; align-items: center; justify-content: center; }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); }
    span.child-triggerm.child-open span { transform:translateX(-50%) scaleY(-1); }
    .mobile-open a.mobile-trigger i:before , .mobile-open a.mobile-trigger i:after { background: #000; }
/*     .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; height:auto; top:120px; left: 0; width: 100%; max-width:100%; padding:0px; background-color:#fff; z-index:8888; display: none; }
    
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:1px solid var(--secondary-color); }

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:20px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:40px; } */

    .bottom_header { padding: 20px 0; position: relative; }
    .bottom_header .main_logo { line-height: 0; width: 195px; }
    .top_header .serach_box { padding: 10px 35px; }
    .bottom_header .header_con { justify-content: left; }
    .mainmenu .hs-menu-wrapper ul.hs-menu-children-wrapper { display: none; }
    
    .bottom_header .menu_item { position: fixed; top: 0; background: #fff; right: 0; left: 100%; width: 100%; transition: ease 0.5s; padding-top: 70px; }
    .mobile-open .bottom_header .menu_item { left:0; }
    .bottom_header .menu_item > div { padding: 0 20px 50px;  overflow: auto;  max-height: calc(100vh - 114px); }
    .mainmenu .hs-menu-wrapper > ul > li a { font-style: normal; font-weight: 700; font-size: 20px; line-height: normal; color: #3D3C3C; padding: 0; display: block; }
    .mainmenu .hs-menu-wrapper > ul li { margin: 15px 0; padding: 0; }
    .mainmenu .hs-menu-wrapper > ul > li  ul { width: 100%; margin: 10px 0 10px 10px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul  li a { font-style: normal; font-weight: 400; font-size: 20px; line-height: normal; color: #000000; display: block; margin: 8px 0; }
    .bottom_header .menu_item .header_btn .button { display: inline-block !important; text-align: center; margin: 0;  background: #000000; color: #fff; min-width: 229px; }
    .bottom_header .menu_item .header_btn {width: 100%;text-align: center;margin-top: 25px;}
    
    .mainmenu .hs-menu-wrapper > ul li.hs-item-has-children { position: relative; }
/*     .mainmenu .hs-menu-wrapper > ul > li > ul li a:after { content:""; background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%236E6C6C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A"); width: 8px;  height: 12px; background-position: center; background-repeat: no-repeat; background-size: contain; margin: auto; display: inline-flex; margin-left: 12px; } */
    .menu-acc span.child-triggerm {display: none; }
    .menu-acc > div > a::after { display: none !important; }
    .mainmenu .hs-menu-wrapper > ul li.menu-acc > div { display: inline-block; width: auto; position: relative; padding-right: 31px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul li.menu-acc a { margin: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a { font-size: 20px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:after { display: none; }
    span.menu-acc-icon  { width: 20px; height: 20px; position: absolute; right: 0; top: 0; margin: auto; bottom: 0; }
    span.menu-acc-icon:before { content:""; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236E6C6C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A"); width: 12px;  height: 8px;  position: absolute;  right: 0; left:0; right:0; top: 0; bottom:0; margin: auto; }
    .openActive span.menu-acc-icon:before { transform: scaleY(-1); }
    
    .bottom_header .menu_item > div.language_icon { padding: 0 19px; margin-bottom: 24px; }

    .language_icon svg path { fill: #000; }
    .language_icon > a {display: table; margin-left: 0; position: relative; padding-right: 20px; line-height: 0; }
    .language_icon { margin-bottom: 45px; }
    .language_icon > a:after { background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L6.5 6.5L11.5 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A"); content: "";  width: 13px;  height: 8px;  display: inline-block;  position: absolute;  right: 0;  top: 0;  bottom: 0;   margin: auto; }
    .language_icon > a svg { width: 20px; height: 20px; }
    .header_main .language_icon:hover .widget-type-language_switcher .lang_list_class { display: none; }
    .header_main .language_icon.open .widget-type-language_switcher .lang_list_class { display: block; }
    
    .header_main .lang_list_class { background: #000; transform: none; left: 16px; z-index: 99999; top: 31px; }
    .header_main  .bottom_header .menu_item > div.language_icon { position: relative; z-index: 999999; overflow: visible; }
    .header_main .lang_list_class li { background: transparent; }
    .header_main .lang_list_class li a { color: #fff; }
    .header_main .lang_list_class:after, .header_main .lang_list_class:before { left: 13px; }
    .header_main .lang_list_class:after { border-bottom-color: #000; }
    
     .header_main .language_icon.open a:after { transform: scale(-1); }
    
    .mainmenu .hs-menu-wrapper > ul > li ul { margin: 0 0 0 10px; }

}
/* Footer Container */

.footer {
  background-color: #111;
}

.footer__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 5.6rem 20px 2.8rem;
}

/* Footer Typography */

/* Footer Rows */

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

.footer__navigation {
  width: 22%;
}

.footer__navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 2rem;
}

.footer__navigation li {
  margin: 0;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me {
    text-align: center;
    width: 100%;
  }
}

/* Footer Navigation */

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

/* Footer Form */

.footer__form form {
  padding: 0;
  margin-bottom: 1.5rem;
}

/* Landing Page Footer */

.footer.footer--landing-page {

}

.footer.footer--landing-page .footer__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 1rem 0 1rem;
}

.footer.footer--landing-page * {

}

/* Footer Form */

.footer .footer__form form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .footer__form label {
  color: #FFFFFF;
}

.footer__form .form-title {
  font-size: 1rem;
  color: #FFFFFF;
  background-color: transparent;
  padding: 0 0 1rem 0;
  text-align: left;
}

@media (max-width: 980px) {
  .footer .footer__form {
    clear: both;
    float: none;
    width: 75%;
    margin: 0 auto;
    padding: 0.75rem 0 0;
  }

  .footer .footer__form .form-title {
    text-align: center;
  }
}
.flip-card-box .flip-box-front, .flip-card-box .flip-box-back {
  cursor: default !important;
}
.flip-card-box .flip-box-back .btn_float a {
  border-radius: 80px !important;
}

:not(#id-override) .flip-card-box .flip-card-box .flip-box, :not(#id-override) .flip-card-box .flip-card-box .flip-box-front, :not(#id-override) .flip-card-box .flip-card-box .flip-box-back {
  box-shadow: none;
  border-radius: 32px;
}

.jake-logo-slider img {
  height: auto;
}

a.service-cards-item {
  font-weight: normal;
  cursor: default;
}

.service-cards a p {
  font-weight: normal !important;
}

.service-cards a:hover, .service-cards a:focus {
  font-weight: normal;
  cursor: pointer;
}

a.service-cards-link:hover, a.service-cards-link:focus {
  font-weight: 700;
  cursor: pointer;
}

.service-cards .content_wrap .cardsIcons {
  padding: 0 0 20px 0 !important;
}

.service-cards h3 {
  line-height: 1.2em !important;
}


@media (max-width: 1300px) {
  .service-cards .cardsContent h3 {
    font-size: calc(0.37rem + 2.6vw) !important;
  }
}
@media (max-width: 767px) {
  .service-cards .cardsContent h3 {
    font-size: 2.25rem !important;
  }
}

.service-cards.cardsDescrip p:last-child span { margin-bottom: 15px; }

.service-cards span[data-hs-icon-hubl=true]:has(g[id^=Check]) {
  position: relative;
  bottom: -3px;
  /* BS 2024-12-15 */
  margin-bottom: 0!important;
  line-height: 2rem;
}


:not(#id-override) :not(#id-override2) .ops-tab_content_module .vertical-tab ul.ops-nav-tab li.ops-nav-item.active {
  border-right-width: 0;
}
:not(#id-override) :not(#id-override2) .ops-tab_content_module .vertical-tab .tab-title_desc .tab-title {
  line-height: 1.3;
  font-size: 1.11em;
  margin-bottom: 0.1em;
}

.flip-card-box *,
.room120_posts *,
.service-cards *,
.tab-content.ops-tab_content_module *,
.testimonial-grid-slider * {
  font-family: Source Sans Pro !important;
}
.flip-card-box .fa,
.room120_posts .fa,
.service-cards .fa,
.tab-content.ops-tab_content_module .fa,
.testimonial-grid-slider .fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
}

/*# sourceMappingURL=_modules.css.map */

/* BS 2024-11 */

.hero-small-width { max-width: 760px; }

/* Team Members / Tab */

.team_members_pro-team-popup-inner-wrap { width: 85%!important; }

@media only screen and (max-width: 767px) {
  
  .team_members_pro-team-popup-inner { height: calc(100vh - 150px); }
  .team_members_pro-team-popup-inner-wrap { width: 80%!important; }
  .team_members_pro-team-popup-inner { margin-top: 40px; }   

  .ops-tab_content_module .vertical-tab .responsive-tabs-container { display: block!important; }
  .ops-tab_content_module .ops-tab a.accordion-link { padding: 10px!important; }
}

/* CTA */

.cta_button.custom-tab-cta { background: #000; border-radius: 1.5rem; color: #FFFFFF; display: inline-block; font-size: 16px; padding: 8px; text-align: center; width: 400px; }

@media only screen and (max-width: 767px) {
  .cta_button.custom-tab-cta { width: 95%; }
 }






/*
 * Farbdefinitionen und Theme-Overrides
 *
 * 1. Base, 2. Compiled Override, 3. Override, 4. Adjust
 */
.blog-pagination {
  /*--link___color: #00326D;*/
  /*--link___color: #41b6e6;*/
  /*--link___color: #41b6e6;*/
  --link___color: white;

  /*--link--active___color: white;*/
  /*--link-Pactive___color: #50aeff;*/
  /*--link--active___color: #50aeff;*/
  --link--active___color: white;

  /*--link--active___bgcol: #00C6AB;*/
  --link--active___bgcol: #ff5869;
  --link--active___bgcol: #ff5869;

  /*--link-Pactive___color: #00326D;*/
  --link-Pactive___color: #50aeff;
  --link-Pactive___color: #50aeff;
  
  /*--link-Phover___color: #5082BD;*/
  /*--link-Phover___color: #005eb8;*/
  --link-Phover___color: #005eb8;
  --link-Phover___color: white;
  
  --link--disabled___color: #D0D0D0;
}
/* Blog Container */
.content-wrapper {
  margin: 0px auto;
  max-width: 1300px;
  padding: 0px 20px;
}

.content-wrapper--narrow {
  max-width: 900px;
}

/* Blog Header */
.blog-header {
  background-color: white;
  margin-bottom: 2.8rem;
  padding: 4.2rem 0 1.5rem;
}

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

.blog-header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}

.blog-header__tag-filter,
.blog-header__search {
  width: 50%;
}

.blog-header__search {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 300px;
  padding: 0;
}

.blog-header__search form {
  background-color: transparent;
  border: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-header__navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-header__tag-filter,
  .blog-header__search {
    width: 100%;
  }
  .blog-tag-filter,
  .blog-header__search {
    margin: 0 auto 1.5rem;
  }
}
/* Blog Author/Tag Content */
.blog-subheader {
  margin: 3rem 0;
}

.blog-subheader__author-links {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-subheader__author-links a {
  display: inline-block;
  position: relative;
  background-color: #00C6AB;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.blog-subheader__author-links a:first-of-type {
  margin-left: 0;
}

.blog-subheader__author-links a:hover {
  background-color: #00A18B;
}

.blog-subheader__author-links a svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Blog Listing */
.blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.8rem;
  padding: 1.5rem 0;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-card {
    padding: 0 0 1.5rem 0;
  }
}
.blog-card__image-wrapper,
.blog-card__content {
  width: 50%;
}

.blog-card__image {
  border-radius: 2em;
  webkit-border-radius: 2em;
  moz-border-radius: 2em;
}

@media (max-width: 767px) {
  .blog-card__content {
    padding: 1.5rem 1.5rem 0;
  }
}
.blog-card__content--full-width {
  width: 100%;
}

.blog-card__image-wrapper {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin: 0 30px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .blog-card__image-wrapper {
    margin: 0;
    width: 100%;
  }
}
.blog-card__image {
  position: absolute;
  height: 500px;
  width: auto;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 767px) {
  .blog-card__image {
    position: static;
  }
}
.blog-card__content {
  margin: 0 30px;
}
.blog-card__title a {
  color: white;
  font-weight: inherit;
}
.blog-card__title a:hover, .blog-card__title a:focus {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  font-weight: inherit;
}
.blog-card__title a:active {
  color: white;
}
.blog-card__tags {
  padding-bottom: 1rem;
}
.blog-card__tags .blog-card__tag-link {
  font-weight: 300;
  color: #41B6E6;
}
.blog-card__tags .blog-card__tag-link:hover, .blog-card__tags .blog-card__tag-link:focus {
  border-bottom: 1px solid #currentColor;
}
.blog-card p.lead {
  color: #fff;
}

@media (max-width: 767px) {
  .blog-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-card__content {
    width: 100%;
  }
  .blog-card__content {
    margin-left: 0;
  }
}
.blog-card__author-image,
.blog-post__author-image {
  background-size: cover;
  border-radius: 50%;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}

.blog-card__author-image,
.blog-post__author-name {
  display: inline-block;
  vertical-align: middle;
}

.blog-card__author-name {
  color: white !important;
  font-weight: 700 !important;
}

.blog-post__author-name,
.blog-post__author-links {
  margin-bottom: 1rem;
}

.blog-post__author-links a:not(:last-of-type) {
  margin-right: 0.5rem;
}

.blog-post__author-links a:hover {
  text-decoration: none;
}

.blog-post__author-links svg {
  fill: #00326D;
}

.blog-post__author-links a:hover svg {
  fill: #00c6ab;
}

.blog-card__author {
  display: block;
  margin-bottom: 1.5rem;
}

/* Blog Pagination */
.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.8rem;
  text-align: center;
}
.blog-pagination__link {
  color: var(--link___color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.35rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}
.blog-pagination__link--active {
  background-color: var(--link--active___bgcol);
  border-radius: 50%;
  color: var(--link--active___color);
}
.blog-pagination__link--active:hover, .blog-pagination__link--active:focus {
  color: var(--link--active___color);
}
.blog-pagination__link :active {
  color: var(--link-Pactive___color);
}
.blog-pagination__link :active svg {
  fill: var(--link-Pactive___color);
}
.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: var(--link-Phover___color);
  text-decoration: none;
}
.blog-pagination__link:hover svg, .blog-pagination__link:focus svg {
  fill: var(--link-Phover___color);
}
.blog-pagination__prev-link, .blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}
.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled {
  color: var(--link--disabled___color);
  cursor: default;
  pointer-events: none;
}
.blog-pagination__prev-link svg, .blog-pagination__next-link svg {
  fill: var(--link-Phover___color);
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg, .blog-pagination__next-link--disabled svg {
  fill: var(--link--disabled___color);
}

/* Blog Post */
.blog-post {
  margin-top: 60px;
  position: relative;
}
.blog-post h1 {
  font-size: 3.375rem;
}
.blog-post h2 {
  font-size: 2.25rem;
}
.blog-post h3 {
  font-size: 1.5rem;
}
.blog-post__header {
  margin-bottom: 1.5em;
}
.blog-post__tags {
  margin-bottom: 0.7em;
}
.blog-post__tag-link {
  display: inline-block;
  margin-right: 30px;
}
.blog-post__tag-link:hover, .blog-post__tag-link:focus, .blog-post__tag-link:active {
  text-decoration: none;
}
.blog-post__timetoread {
  margin-bottom: 1rem;
}
.blog-post__meta {
  margin-bottom: 1.5rem;
}
.blog-post__date {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid;
}
.blog-post__author-name:hover, .blog-post__author-name:focus, .blog-post__author-name:active {
  text-decoration: none;
}
.blog-post__tag-link {
  font-weight: bold;
  color: #41B6E6 !important;
}

.blog-post__image {
  height: 200px;
  width: 100%;
  border-radius: 18px;
  position: relative;
  margin: 3rem 0;
}

@media screen and (min-width: 786px) {
  .blog-post__image {
    height: 420px;
  }
}
.blog-post__comments-listing {
  margin-bottom: 5.6rem;
}

.comment {
  padding-top: 2em;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }
  .blog-post__social-sharing {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    left: -7rem;
    top: 3rem;
  }
}
.blog-post__author {
  display: flex;
  margin: 75px 0;
}

@media screen and (max-width: 1000px) {
  .blog-post__author {
    margin: 3rem 0;
    flex-direction: column;
  }
}
.blog-post__author-image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

.blog-post__author-image img {
  height: 100%;
  width: auto;
}

.blog-post__author-image ~ .blog-post__author-about {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author-image ~ .blog-post__author-about {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.social-links a {
  border: 0;
  border-radius: 0;
  background-color: #222;
  width: 2em;
}

.social-links a span {
  display: block;
  margin: auto;
}

.body-container--blog-post {
  color: white;
}
.body-container--blog-post a {
  margin-right: 0em !important;
  color: white;
}
.body-container--blog-post a.bright-blue {
  color: #41B6E6;
}

.blog-card__author-name {
  color: white;
}

/* 13-03-2025 */

.blog_container { width: 100%;  max-width: 1300px; padding: 0 15px;  margin: auto; }

.blog_main_title h1 { font-style: normal;  font-weight: 700;  font-size: 64px;  line-height: 80px; margin-bottom: 50px; }
.blog_listing { padding: 50px 0; }
.blog_wrap { display: flex;  flex-wrap: wrap; }
.blog_sidebar { width: 25%; }
.blog_posts { width: 75%; }
.blog_post_list { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.blog_post_item { width: calc(100% / 3 - 30px); margin: 15px; }
.blog_post_item h4 {font-size: 20px;}

.blog_post_item a.blog_card {  display: block;  border-radius: 53px;  overflow: hidden;  border: 1px solid #fff; height: 100%; transition: 0.3s ease-in-out; }
.blog_post_item a.blog_card:hover { transform: translateY(-10px); }
.blog_post_content { padding: 5px 20px 28px; }
.blog_tag {  font-style: normal; font-weight: 400;font-size: 14px; line-height: normal; color: #fff; display: flex;flex-wrap: wrap; }
.blog_tag .tag-name { margin-right: 5px; }
.blog_post_item h4 { margin-bottom: 34px; }
.blog_post_img img {  width: 100%;  height: 191px;  object-fit: cover; }

.blog_sidebar h6 { font-size: 20px; margin-bottom: 26px; color:#000; }
.blog_sidebar label.filter_title { border-bottom: 1px solid #fff;  width: 100%;  display: block; padding-right: 20px; position: relative;  color: #fff; cursor: pointer; }
.filter_item { font-size: 20px;  margin-bottom: 15px; }
.blog_sidebar label.filter_title svg { position: absolute;  right: 0;  top: 0; bottom: 0; margin: auto; }
.blog_sidebar label.filter_title svg path { stroke: #fff; }
.blog_sidebar { padding-right: 50px; }
.filter_item ul li { margin: 0;  padding: 0;  line-height: normal; }
.filter_item ul li input[type=checkbox] { display: none; }
.filter_item ul li label { position: relative;  display: block;  padding-left: 24px;  margin: 10px 0; cursor: pointer; padding-right: 25px; }
.filter_item ul li label:before {  content: "";  position: absolute;   left: 2px;  width: 12px; height: 12px; border-radius: 3px;  border: 2px solid #000;  top: 0;  bottom: 0;  margin: auto;   box-shadow: 0 0 0 1px #ffffff; }
.filter_item ul { margin: 0;  display: none; }
.filter_item ul li input[type=checkbox]:checked + label:before { background: #fff; }
.blog_sidebar label.filter_title.active svg { transform: scaleY(-1); }
.filter_item .num-count { position: absolute; right: 0; color: #000;  }

.results_sortby { display: flex; justify-content: space-between; align-items: center; font-size: 20px; }

.results_sortby .button { margin-bottom: 0; padding: 4px 25px; border: 1px solid #fff; font-size: 20px; font-weight: 400; }
.results_sortby .button:hover {background: transparent;}
.results_topic li { display: inline-block; }
.results_topic ul { display: flex;  align-items: center; flex-wrap: wrap; }
.results_topic ul li { padding: 4px 36px 4px 15px; position: relative;  line-height: normal;  margin: 8px 10px 8px 0; color:#fff !important; font-size: 20px; font-weight: 400 !important; }
.results_topic ul li:hover { color:#000; }
.results_topic ul li svg path { fill: #000; }
.results_topic ul li .close { position: absolute;  right: 10px;  top: 46%; margin: auto; transform: translateY(-50%); }
.results_topic {  display: flex;  flex-wrap: wrap;  align-items: center;  margin-top: 10px; margin-bottom: 10px; }
.clear-filter { margin-left: 20px;  cursor: pointer; }

.load_more { text-align: center;  display: table;  margin: 18px auto 0; cursor: pointer; font-size: 20px; text-decoration: underline; }

.blog-post-new .blog-post__image { border-radius: 20px;  height: 387px; }
.blog-post-new .blog-post__body { font-size: 20px; }
.blog-post-new .social-sharing .social-links a { background: transparent;  height: auto; padding: 0; width: auto;  margin-right: 18px !important; }

.related_blog_listing .blog_posts { width: 100%; }
.related_blog_listing .blog_container { max-width: 1000px; }
.blog-post-new .content-wrapper--narrow { max-width: 1000px; padding: 0 15px; }
.related_blog_listing { padding: 50px 0 80px; }
.filter-sort-btn , .sidebar_close_btn , .blog_sidebar .results_topic { display:none; }

.blog-copyright-sec .container { width: 100%;  max-width: 1000px;  padding: 0 15px; margin: auto; }
.blog-copyright-sec { padding: 60px 0; }
.blog-copyright-row {display: flex;flex-wrap: wrap;margin: 0 -15px; justify-content: center; }
.blog-copyright-item { width: calc(100% / 3 - 30px);  margin: 0 15px; }

.body-container.blog-post-new { background: #fff; color: #000; padding-top: 40px; }
.body-container.blog-post-new article.blog-post { margin-top: 0; }
.body-container.blog-post-new a, .body-container.blog-post-new h1, .body-container.blog-post-new h2, .body-container.blog-post-new h3, .body-container.blog-post-new h4, .body-container.blog-post-new h5, .body-container.blog-post-new h6, .body-container.blog-post-new p { color: #000; }
.body-container.blog-post-new a.blog-card__author-name { color: #000 !important; font-weight: 400 !important; }
.body-container.blog-post-new blockquote { border-left-color: #000; }
.body-container.blog-post-new .button, .body-container.blog-post-new .cta_button { background: #000 !important; color: #fff !important; border: 1px solid #000; }
.body-container.blog-post-new .button:hover { background: transparent !important; color: #000  !important; }
.body-container.blog-post-new .cta_button span { color: #fff !important; }
body .body-container.blog-post-new .social-links__icon svg { fill: #000; }
.body-container.blog-post-new .blog_post_item a.blog_card { border-color: #000; }
.body-container.blog-post-new .blog_post_item a.blog_card .blog_tag { color: #000; }
.blog-post-new .blog-post__tags a { color: #000 !important; font-weight: 400; font-size: 20px; }

.blog_listing { background: #fff; color: #000; }
.blog_main_title h1 { color: #000; }
.blog_post_item a.blog_card { border-color: #000; }
.blog_post_item h4 { color: #000; }
.blog_tag { color: #000; }
.results_sortby .button { border-color: #000; background: #000; color: #fff; }
.results_sortby .button:hover { color: #000; }
.results_topic ul li { background: #959595; color: #fff; }
.results_topic ul li svg path { fill: #fff; }
.clear-filter { color: #959595; font-size:20px; }

.blog_sidebar label.filter_title { border-bottom-color: #000; color: #000; }
.blog_sidebar label.filter_title svg path { stroke: #000; }
.filter_item ul li{ font-size:20px; }
.filter_item ul li input[type=checkbox]:checked + label:before { background: #000; }
.filter_item ul li label:before { border: 2px solid #fff; box-shadow: 0 0 0 1px #000000; }

.img-copyright , .img-copyright p { color: #ccc !important; font-size: 19px; }

.sortby-wrap { position: relative; }
.sortby-wrap ul { position: absolute; right: 0;  width: 100%; box-shadow: 0 0 5px 0 #ccc; background: #fff; z-index: 2; display:none; }  
.sortby-wrap ul li { margin: 0;  padding: 5px 15px;  border-bottom: 1px solid #ccc; cursor: pointer; transition: all 400ms; line-height: normal; }
.sortby-wrap ul li:hover { color: #959595; }
.sortby span { display: inline-block;  margin-left: 5px; }
.no_data {  display: table; margin: auto; }

.img-copyright {display: flex;align-items: center;flex-wrap: wrap;}
.img-copyright p { margin: 15px 0; }

.blog-post-new .blog-post__meta { margin: 12px 0 0; font-size:20px; }    
.blog-post-new .blog-post__image { margin-top: 36px; }   
.blog_sidebar .sortby-wrap { display:none; }
/* .sortby-wrap:hover ul {  opacity: 1;  visibility: visible; } */

.load_more.button { margin-top: 35px; background: #000; color: #fff;  text-decoration: none;  padding: 11px 27px; font-size: 18px; font-weight: 400; border: 1px solid #000; }
.load_more.button:hover { color: #000; background: transparent; }


@media(max-width:1199px){
    .blog_post_list {  margin: 0 -10px; }
    .blog_main_title h1 { font-size: 50px; line-height: 60px;  margin-bottom: 40px; }
    .blog_sidebar { padding-right: 25px; }
    .blog_post_item { width: calc(100% / 3 - 20px); margin: 10px; }
    .blog_post_item a.blog_card { border-radius: 33px; }
    .blog_post_content { padding: 5px 15px 28px; }
    .blog_listing { padding: 30px 0 50px; }
}

@media(max-width:991px){
    .blog_sidebar { width: 30%; }
    .blog_posts {  width: 70%; }
    .blog_post_item { width: calc(100% / 2 - 20px); }
    .results_sortby { font-size: 16px; }
    .results_topic ul li { font-size: 14px;  padding: 1px 36px 2px 12px; }
    .clear-filter { font-size: 14px;  margin-left: 4px; }
    .results_sortby .button { font-size: 16px;  padding: 0 14px; }
    .filter_item ul li label { font-size: 14px; }
}

@media(max-width:767px){
    .blog_main_title h1 { font-size: 35px;  line-height: normal; margin-bottom: 27px; }
    .blog_listing { padding-top: 45px; }
    .blog_sidebar { display: none; }
    .results_sortby { display: none; }
    .results_topic { display: none; }
    .blog_post_item { width: calc(100% / 1 - 20px); }
    .blog_post_list { justify-content: center; }
    .blog_posts { width: 100%; }
    .blog_post_item a.blog_card { border-radius: 50px; }
    .blog_post_item h4 { margin-bottom: 20px; }
    
    .blog-post-new .blog-post h1 { font-size: 35px;  line-height: normal; }
    
    .filter-sort-btn { cursor: pointer; display: block;  width: 100%;  border: 2px solid #000;  padding: 8px 15px; font-size: 20px;  text-align: center;color: #000; margin-bottom: 20px; }
    .filter-sort-btn svg { display: inline-block; vertical-align: middle;  margin-left: 14px; }
    .filter-sort-btn svg path {  display: inline-block; }
    .blog_sidebar { display: block;   position: fixed;  top: 0;  z-index: 9999;  background: #fff; left: 100%;  width: 100%; padding: 60px 30px 30px; overflow: auto; max-height: 100vh;  transition: ease 0.5s; }
    .blog_sidebar.open {  left: 0; }
    .blog_sidebar h6 { color: #000; }

    .sidebar_close_btn { display: block;  position: absolute; right: 20px;  top: 20px; cursor: pointer; }
    .sidebar_close_btn svg path { stroke: #000; }

    .blog-copyright-sec { padding: 50px 0 30px; }
    .blog-copyright-item { width: calc(100% / 1 - 30px); max-width: 400px;  margin: 0 auto 30px; }
    .blog-copyright-item:last-child { margin-bottom: 0; }

    .blog-post-new .lead { font-size: 18px; }
    .blog-post-new .blog-post__body { font-size: 16px; }
    .blog-post-new .blog-post__body h2 { font-size: 28px; }
    .blog-post-new .blog-post__body blockquote { padding: 0 15px; }
    
    .blog_sidebar .results_topic {
    display: block;
}
    
.results_topic ul li {
    padding: 4px 36px 5px 12px;
    color: #fff !important;
}
    
    .blog_sidebar .sortby-wrap { display: block; }
    .sortby-filter-wrap {  display: flex; align-items: center; margin-bottom: 19px; justify-content: space-between; }
    .blog_sidebar h6 {  margin: 0; }
    .blog_sidebar .sortby-wrap .sortby { background: #000;  color: #fff;  padding: 5px 13px;  font-size: 14px;  margin-bottom: 0;  }
    
    .filter_item ul li label { font-size: 20px; }
    
/*    .blog-post-new .blog-post h1 {
    font-size: 20px;
}*/

.blog-post-new .blog-post__tags a {
    font-size: 14px;
}

.blog-post-new .blog-post__meta {
    font-size: 14px;
}
    
    .filter_item {
     margin-bottom: 20px;
}
    
}

/*# sourceMappingURL=_blog.css.map */
/* Glossary Single */
.glossary-single {
  padding-top: 1rem;
}

.new-content-wrapper--narrow {
  padding: 2em 12em;
}
.glossary-body {
	background-color: white;
}
.glossary-body .hs_cos_wrapper_type_rich_text h2, .glossary-body .hs_cos_wrapper_type_rich_text h3, .glossary-body .hs_cos_wrapper_type_rich_text h4, .glossary-body .hs_cos_wrapper_type_rich_text h5, .glossary-body .hs_cos_wrapper_type_rich_text h6, .glossary-body .glossary-index-entry h2 a {
  color: black;	
}
.glossary-body .hs_cos_wrapper_type_rich_text p, .glossary-body .glossary-index-entry p {
  color: #666;	
}
.glossary-body .hs_cos_wrapper_type_rich_text li {
  margin: 0;
	color: #666;
}
.glossary-single  h3 {
  font-weight: 300;
}

/* Glossary Single All-Entry-Listing */

.glossary-all-entries-info {
  font-size: 2.25rem;
  font-weight: 300;
}

.glossary-all-entries-table {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 50% 50%;
  padding-top: 2em;
}

.single-entry {
  min-width: 0;
}

/* Glossary Index */

.glossary-index {
}
.glossary-index-initial {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 3.375rem;
  margin-top:1em;
}
.glossary-index-entry {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.glossary-index h2 {
 font-size: 1.5em; 
}
.glossary-entry__title a {
  color: white;
}
.glossary-entry__title a:hover {
  color: grey;
  border: none;
}
.glossary__search form, .testimonial__search form {
  border-radius: 2em;
	webkit-border-radius: 2em;
	moz-border-radius: 2em;
}
.glossary__search input.hs-search-field__input, .glossary__search input.hs-search-field__input:active, .glossary__search input.hs-search-field__input:focus, .testimonial__search input.hs-search-field__input, .testimonial__search input.hs-search-field__input:active, .testimonial__search input.hs-search-field__input:focus {
  background-color: transparent;
  border: none;
  margin-left: auto;
  /*max-width: 300px;*/
  padding: 0;
  color: #fff;
  font-size: 1.5em;
  
  font-weight: normal;
  max-width: none;
  outline-style: none;
}

.glossary__search input::placeholder {
  font-weight: normal;
  /*color: white;*/
  /*opacity: 1;*/
}

.glossary-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 50% 50%;
  padding-top: 2em;
}
.glossary-index-entry {
}

/* Mobile Adjustment */
@media screen and (max-width: 767px) {
  .glossary-index {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .glossary-single {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .glossary-all-entries-table {
     grid-gap: 1rem;
     grid-template-columns: 100%;
  }
	.glossary-index-initial {
  grid-column-end: 2;
}
  .glossary-grid {
    grid-template-columns: 100%;
  }
	.new-content-wrapper--narrow {
  padding: inherit;
  }
}

@media (max-width: 767px) {
  .blog-card__content {
    padding: 1.5rem 1.5rem 0;
  }
}

@media screen and (max-width: 1000px) {
  .blog-post__author-image ~ .blog-post__author-about {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.new-image-wrapper {
  padding-left: 1em;
	padding-right: 1em;
}
.new-content-wrapper {
  padding: 1em 4em;
  margin: 0px auto;
}

/* Testimonial Single */
.testimonial-single {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.testimonial-single > .testimonial-body > .row-fluid {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-single .testimonial-header > .row-fluid, .testimonial-single .testimonial-body .company-info-wrapper, .testimonial-index .testimonial-header > .row-fluid, .testimonial-index .testimonial-index-body > .row-fluid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-header {
  padding-top: 2em;
	padding-bottom: 1em;
  background-color: #222;
}
.company-info-wrapper {
  padding-left: 1em;
	padding-right: 1em;
}
.company-info {
  background-color: #efefef;
	color: #888;
  border-radius: 2em;
	padding: 2em 4em;
}
.company-info h3 {
	color: black;
}
/* Testimonial Listing Module */
.testimonial-listing__listing {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
}
.testimonial-card__image {
  width: auto;
  object-fit: cover;
  object-position: center center;	
}
.testimonial-index-body > div > div > div > article > div > div.span8 > p.gradient-text {
  margin-bottom:0.5em;	
}

.testimonials-card__title {
  margin-top: 0.25em;
}
.testimonial-body {
	padding-top:4em;
  background-color: white;
}
.testimonial-fulltext  {
  padding-top: 4em;
	padding-bottom: 4em;
}
.testimonial-listing-card {
  display:block;
	position: relative;
	min-height: 300px;
	background-color: white;
  border: solid 1px #ddd;
  border-radius: 1em;
	-webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -o-transition: background-color 0.25s ease-in;
	transition: background-color 0.25s ease-in;
}
.testimonial-listing-card:hover {
  background-color:#eee;
	-webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -o-transition: background-color 0.25s ease-in;
	transition: background-color 0.25s ease-in;
	border: solid 1px #ddd;
}
.testimonial-listing-card .dnd_row {
  display: grid;
	grid-gap: 2%;
  grid-template-columns: 32% 66%;
	align-items: center;
	padding: 0 0.5em 0.5em 0.5em;
}
.testimonial-listing-card h3 {
  font-size:1em;
	color: black;
	margin:0;
}
.testimonial-card-logo {
  max-width: 80%;
	display: block;
  margin: 0 auto;
}

.testimonial_listing-card-image {
	border-radius: 1em 1em 0 0;
	moz-border-radius: 1em 1em 0 0;
	webkit-border-radius: 1em 1em 0 0;
}
.testimonial-listing-card-logo {
	display: block;
  position: relative;
  margin: 0 auto;
}
.ease-in-fade {
	-webkit-transition: opacity 2.0s ease-in;
  -moz-transition: opacity 2.0s ease-in;
  -o-transition: opacity 2.0s ease-in;
	transition: opacity 2.0s ease-in;
}

.testimonial-body .hs_cos_wrapper_type_rich_text h2, .testimonial-body .hs_cos_wrapper_type_rich_text h3, .testimonial-body .hs_cos_wrapper_type_rich_text h4, .testimonial-body .hs_cos_wrapper_type_rich_text h5, .testimonial-body .hs_cos_wrapper_type_rich_text h6 {
  color: black;	
}
.testimonial-body .hs_cos_wrapper_type_rich_text p {
  color: #666;	
}
.testimonial-body .hs_cos_wrapper_type_rich_text li {
  margin: 0;
	color: #666;
}

.testimonial-body .hs_cos_wrapper_type_rich_text > img {
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
	-o-border-radius: 2em;
  -ms-border-radius: 2em;
}


.testimonial-fulltext blockquote {
	border: 0;
	padding: 0;
}
.testimonial-fulltext blockquote p {
  color: 999;
	margin: 0;
}
.testimonial-card {
	padding: 3em 0 3em 0;
}
.testimonial-single__image, .testimonial-card__image {
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
	-o-border-radius: 2em;
  -ms-border-radius: 2em;
}
.testimonial-tags a {
  padding: 0.5rem 1rem;
	moz-border-radius: 2rem;
	webkit-border-radius: 2rem;
  border-radius: 2rem;
	color: black;
  display: inline-block;
  margin: 0 .5rem .8rem 0;
}
.related-testimonials {
  padding-top: 3em;
	padding-bottom: 3em;	
}
.related-testimonials h2 {
  padding: 1rem;
}

/* Related Post Section */
.related-testimonials article {
  padding: 0 0 1.4rem;
  margin-bottom: 1.4rem;
  width: calc(50% - 1.4rem);
}

.related-testimonials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-testimonials__title {
  text-align: left;
  padding: 2em 0.4em 0em 0.4em;
}

@media (max-width: 767px) {
  .related-testimonials__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .related-testimonials {
    margin-bottom: 1.4rem;
    width: 100%;
  }

  .related-testimonials__image-wrapper,
  .related-testimonials__content {
    width: 100%;
  }

  .related-testimonials_image-wrapper {
    margin-right: 0;
  }

  .related-testimonials__content {
    margin-left: 0;
  }
}

/* Related Post Image */
.related-testimonials__content h3 {
  margin-top: 0;	
}

.related-testimonials__image {
  width: 100%;
  height: auto;
  border: 0;
	moz-border-radius: 2em;
	webkit-border-radius: 2em;
	border-radius: 2em;
}
.related-testimonials__image-wrapper a:hover {
  border: 0;
}

/* Related Post Content */

.related-testimonials__tags {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.related-testimonials__tags a {
  margin-right: 0.5em;
}

.related-testimonials__content h3 a {
  color: white;
}

.related-testimonials__content h3 a:hover,
.related-testimonials__content h3 a:focus,
.related-testimonials__content h3 a:active {
}

.related-testimonials__content h3 a:active {
  color: #285a95;
  text-decoration: none;
}

.related-testimonials__content {
  padding: 1em;
}

.testimonial-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 100%;
  padding-top: 2em;
}
.testimonial-index-entry {
  min-width: 0;
  padding: 0.5rem;
}

/* Mobile Adjustment */
@media screen and (max-width: 767px) {
  .testimonial-index {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .testimonial-single {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .testimonial-all-entries-table {
     grid-gap: 0;
     grid-template-columns: 100%;
  }
  .testimonial-grid {
    grid-template-columns: 100%;
  }
	.testimonial-listing__listing {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 100%;
}
	.testimonial-listing-card h3 {
  font-size:1.5em;
	color: black;
	margin:0;
}
}
@media (min-width: 768px) and (max-width: 1139px) {
	.testimonial-listing__listing {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 49% 49%;
  }
}
/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  padding: 3rem 20px;
  margin: 0 auto;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  padding: 0.1rem 0.75rem;
}

.systems-page form input {
  max-width: 100%;
}

form#email-prefs-form {
  max-width: none;
}

form#email-prefs-form .header {
  background-color: transparent;
}

form#email-prefs-form input#submitbutton {
  max-width: 400px;
  white-space: unset;
  line-height: 1.25rem;
}

/* Search Pages */

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

.hs-search-field__suggestions {
  background-color: white;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-field__suggestions {
  /*background-color: black;*/
  background-color: #222;
  color: white;
}
.hs-search-field__suggestions li a {
  /*color: #41b6e6;*/
  color: #a0a0a0;
}
.hs-search-field__suggestions li a:hover {
  background-color: #333;
}
.hs-search-field__suggestions li span {
  color: white;
}

.hs-search-results {
  margin-top: 2rem;
}

.hs-search-results__listing li {
  margin-bottom: 2rem;
}

.hs-search-results__pagination a {
  /*color: #00326D;*/
  color: white;
}
.hs-search-results__pagination a:hover {
  color: currentColor;
}

.hs-search-results__title {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.5rem;
  margin-top: 0;
}

.hs-search-highlight {
  font-weight: bold;
}

/* Hack für deutsche Texte */
html[lang="de"] a.hs-search-results__prev-page {
  visibility: hidden;
  font-size: 0;
}
html[lang="de"] a.hs-search-results__prev-page[href^="/"]:after {
  content: '< Vorherige Seite';
  visibility: visible;
  font-size: 18px;
}
html[lang="de"] a.hs-search-results__next-page {
  visibility: hidden;
  font-size: 0;
}
html[lang="de"] a.hs-search-results__next-page[href^="/"]:after {
  content: 'Nächste Seite >';
  visibility: visible;
  font-size: 18px;
}



/* Password Prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.55rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.55rem;
  padding: 15px 12px !important;
}

#email-prefs-form, 
#email-prefs-form h1, 
#email-prefs-form h2 {
  color: white;
}
#email-prefs-form h1 {
  font-size:1.5em;
}
#email-prefs-form h2 {
  font-size:1.0em;
}

#content > div > div > p {
  font-size: 0.8em;	
}

