*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.body-container-wrapper .dnd-section>.row-fluid {
  margin: 0 auto;
  max-width: 90%;
  width: 1252px;
  position: relative;
  padding:90px 0px;
}

.content-wrapper{
  padding:90px 0px !important;
  margin: 0 auto;
  max-width: 90% !important;
  width: 1252px;
  position: relative;
}


.no-banner .body-container{
  padding-top: 0px !important;
}

.body-container {
  width: 100%;
  max-width: 100%;
  padding-top: 42.1875%;
}

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

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

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

@media(max-width:1600px){
  .body-container {
    padding-top: 675px;
  }
}

@media(max-width:1279px){
  
  
  .body-container {
    padding-top:42.1875%;
  }
  .body-container-wrapper .dnd-section>.row-fluid {
    max-width: 86% !important;
    padding:75px 0px;
    width:100%;
  }
  .content-wrapper{
    padding:75px 0px !important;
     max-width: 86% !important;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .body-container {
    padding-top:330px;
  }
  .body-container-wrapper .dnd-section>.row-fluid {
    padding:30px 0px;
  }
  .content-wrapper{
    padding:30px 0px !important;
  }
}
body {
  line-height: 1.91666667;
  word-break: break-word;
}

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

/* Paragraphs */



/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px 0px;
}

h1{line-height: 1.36363636;}
h2{line-height: 1.71428571;}
h3{line-height: 1.42857143;}
h4{line-height: 2;}
h5{
  line-height: 1.16666667;
  letter-spacing: 0.5px;
}
h6{
  line-height: 1.42857143;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin: 10px 0px;
}

/* Labels */

form label {
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: 2.11111111;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 400;
  margin-bottom: 0px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 2.11111111;
  border: 0px;
  outline: 0px;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  background-color: #f1b3bb;
}

form .inputs-list>li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Roboto';
  color: #d0021b;
}

.hs-error-msgs li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Roboto';
  color: #d0021b;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.69230769;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2.14px;
  font-weight: 700;
  cursor: pointer;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrap {
  width: 100%;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 2.11111111;
  color: #666666; 
  overflow: hidden;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 144px;
}
.search_wrap_header .disp-wrapper .hs-search-field__suggestions {
  margin-top: 120px !important;
}

.search_wrap_header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100vh;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 6;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  width: 100%;
  will-change: scroll-position, contents;
}

.headercontent {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 90px;
}

.headerpart {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerpart-one .hs_cos_wrapper > a {
  float: left;
  height: 64px;
  margin: 40px 0;
}

.headerpart-one .hs_cos_wrapper > a > img {
  width: auto !important;
  height: 100%;
}

.navigation {
  float: left;
  margin-left: 90px;
}

.navigation .hs-menu-wrapper > ul {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.navigation .hs-menu-wrapper > ul > li {
  margin: 39px 25px 0;
  padding-bottom: 39px;
  position: relative;
  float: left;
}

.navigation .hs-menu-wrapper > ul > li:first-child {
  margin-left: 0;
}

.navigation .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.navigation .hs-menu-wrapper > ul > li > a {
  font-size: 19px;
  line-height: 1.36842105;
  color: #003f54;
  display: block;
  font-family: 'Roboto', sans-serif;
  transition: none;
}

.navigation .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  left: -40px !important;
  top: 100%;
  margin-top: -20px;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  -webkit-box-shadow: 0 8px 15px 0 rgb(117 115 115 / 40%);
  box-shadow: 0 8px 15px 0 rgb(117 115 115 / 40%);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
  float: left;
}

.navigation .hs-menu-wrapper > ul > li > ul > li {
  float: left;
  list-style:none;
  width:100%;
}

.navigation .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 40px;
  white-space: nowrap;
  color: #003f54;
  font-weight: 500;
  display: block;
  font-family: 'Roboto', sans-serif;
}

.headerlinks {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerlinks .hs_cos_wrapper > a {
  float: left;
  font-size: 12px;
  line-height: 2.16666667;
  text-transform: uppercase;
  font-weight: 500;
  color: #003f54;
  letter-spacing: 1px; 
  margin-right: 28px;
  padding-left: 32px;
  background-size: 26px 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}

.headerlinks .hs_cos_wrapper div {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}

.headerlinks .hs_cos_wrapper div a {
  float: left;
  font-size: 12px;
  line-height: 2.16666667;
  text-transform: uppercase;
  font-weight: 500;
  color: #003f54;
  letter-spacing: 1px;
  margin-right: 28px;
  padding-left: 32px;
  background-size: 26px 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.headerlinks .hs_cos_wrapper > a{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-search-blue.svg);
}

.headerlinks .hs_cos_wrapper > a:hover, .headerlinks .hs_cos_wrapper > a:focus{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-search-orange.svg);
}

.headerlinks .hs_cos_wrapper div a:nth-child(1){
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-list-blue.svg);
}

.headerlinks .hs_cos_wrapper div a:hover:nth-child(1), .headerlinks .hs_cos_wrapper div a:focus:nth-child(1){
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-list-orange.svg);
}

.headerlinks .hs_cos_wrapper div a:nth-child(2){
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-login-blue.svg);
}

.headerlinks .hs_cos_wrapper div a:hover:nth-child(2), .headerlinks .hs_cos_wrapper div a:focus:nth-child(2){
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-login-orange.svg);
}



.headerlinks .hs_cos_wrapper>a:hover, .headerlinks .hs_cos_wrapper>a:focus{
  color: #fa9b00;
}

.headerlinks .hs_cos_wrapper div a:hover, .headerlinks .hs_cos_wrapper div a:focus{
  color: #fa9b00;
}

.navigation .hs-menu-wrapper>ul>li:hover > a, .navigation .hs-menu-wrapper>ul>li:focus > a{
  color: #fa9b00;
}

.pfad__home {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-house-white.svg);
}

.navigation .hs-menu-wrapper>ul > .hs-item-has-children:hover > .hs-menu-children-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.navigation .hs-menu-wrapper>ul>li>ul>li>a:hover, .navigation .hs-menu-wrapper>ul>li>ul>li>a:focus{
  background-color: #f4f7f6;
}

header.header.header_border {
  border-color: #e0e0e0;
}

.search_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
}

.search_inner {
  display: block;
  width: 836px;
  padding: 145px 0;
  margin-top: 0;
  position: absolute;
  z-index: 5001;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 90%;
  min-height: 100vh;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.42857143;
  color: #666666;
}

.disp-wrapper {
  background: none;
  padding: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.disp-wrapper > form {
  width: 100%;
}

.search_body {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}

.search_body > input {
  border-radius: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 2.11111111;
}


.disp-wrapper fieldset {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  border: 0px;
  padding: 0px;
}

.disp-wrapper fieldset input {
  float: left;
  width: 100%;
  margin-top: 120px;
  -webkit-box-shadow: 0 8px 15px 0 rgb(164 164 164 / 20%);
  box-shadow: 0 8px 15px 0 rgb(164 164 164 / 20%);
  background-color: #fff;
  height: 114px;
  padding: 10px 40px;
  font-size: 28px;
  line-height: 1.42857143;
  color: #003f54;
  border: solid 1px #e9eeed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  min-height: 26px;
  border-radius: 0;
  outline: 0px
}

.search_wrap_header {
  display: none;
}

.search_wrap_header.search_show {
  display: block;
}

/* mobile-menu */

.mobileNavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5999;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: none;
}

.toggle-bar .mobileNavi {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.toggle-bar {
  overflow: hidden;
}

.mobileNavi__content {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 72px;
  margin-bottom: -1px;
}

.cb-fancy-navigation {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.disp-wrapper .hs-search-field__bar form input {
  float: left;
  width: 100%;
  margin-top: 119px;
  -webkit-box-shadow: 0 8px 15px 0 rgb(164 164 164 / 20%);
    box-shadow: 0 8px 15px 0 rgb(164 164 164 / 20%); 
  background-color: #fff;
  height: 114px;
  padding: 10px 40px;
  font-size: 28px;
  line-height: 1.42857143; 
  color: #003f54; 
  border: solid 1px #e9eeed !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  min-height: 26px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  outline:0px;
}

.disp-wrapper .hs-search-field__bar form input::placeholder {
  opacity: 0;
}

.disp-wrapper .hs-search-field__bar form input::focus {
  border: 0px !important;
}

.headerlinks .hs-menu-wrapper ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.headerlinks .hs-menu-wrapper ul>li>a {
  float: left;
  font-size: 12px;
  line-height: 2.16666667;
  text-transform: uppercase;
  font-weight: 500;
  color: #003f54;
  letter-spacing: 1px;
  margin-right: 28px;
  padding-left: 32px;
  background-size: 26px 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  transition: none;
}

.toggle-bar header.header {
  border-color: #fff;
}

.headerlinks .hs-menu-wrapper ul > li {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerlinks .hs-menu-wrapper ul>li:nth-child(1)>a{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-search-blue.svg);
}

.headerlinks .hs-menu-wrapper ul>li:nth-child(1)>a:hover, .headerlinks .hs-menu-wrapper ul>li:nth-child(1)>a:focus{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-search-orange.svg);
}

.headerlinks .hs-menu-wrapper ul>li:nth-child(2)>a{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-list-blue.svg);
}

.headerlinks .hs-menu-wrapper ul>li:nth-child(2)>a:hover, .headerlinks .hs-menu-wrapper ul>li:nth-child(2)>a:focus{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-list-orange.svg);
}

.headerlinks .hs-menu-wrapper ul>li:nth-child(3)>a{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-login-blue.svg);
  margin-right: 0;
}

.headerlinks .hs-menu-wrapper ul>li:nth-child(3)>a:hover, .headerlinks .hs-menu-wrapper ul>li:nth-child(3)>a:focus{
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-login-orange.svg);
}



.headerlinks .hs_cos_wrapper>a:hover, .headerlinks .hs_cos_wrapper>a:focus{
  color: #fa9b00;
}

.headerlinks .hs_cos_wrapper div a:hover, .headerlinks .hs_cos_wrapper div a:focus{
  color: #fa9b00;
}

.disp-wrapper .hs-search-field__suggestions {
  width: 830px;
  max-width: 100%;
  margin: 239px auto 0 !important; 
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  padding: 10px;
  font-size: 28px;
}





/* end */


/* ----media-qurey---- */

@media(max-width:1600px){
  .cb-slides {
    padding-bottom: 675px !important;
  }
}

@media(max-width:1399px){
  .headercontent {
    padding: 0 5%;
  }

  .navigation {
    margin-left: 60px;
  }

  .navigation .hs-menu-wrapper>ul>li {
    margin-right: 20px;
    margin-left: 20px;
  }

  .navigation .hs-menu-wrapper>ul>li>a {
    font-size: 17px;
    line-height: 1.52941176;
  }

}

@media(max-width:1279px){
  .search_wrap_header .disp-wrapper .hs-search-field__suggestions {
    margin-top: 65px!important;
  }
  .headercontent {
    padding: 0 7%;
  }

  .headerpart-one .hs_cos_wrapper>a {
    height: 54px;
    margin: 23px 0;
  }

  .navigation {
    display: none;
  }

  .headerlinks .hs_cos_wrapper div {
    margin-right: 28px;
  }

  .header_wrap {
    font-size: 16px;
    line-height: 1.625;
    padding-top: 100px;
  }

  .togglenavigation {
    float: left;
    position: relative;
    width: 34px;
    height: 20px;
    cursor: pointer;
  }

  .tline {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 2px;
    background-color: #003f54;
    -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
    transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  }

  .tline--2, .tline--3 {
    width: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tline--4 {
    top: unset;
    bottom: 0;
  }

  .toggle-bar .tline--1 {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .toggle-bar .tline--2 {
    width: 100%;
    -webkit-transform: translateY(-50%) rotate(-45deg); 
    transform: translateY(-50%) rotate(-45deg);
  }

  .toggle-bar .tline--3 {
    width: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .toggle-bar .tline--4 {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .cb-slides {
    padding-bottom: 42.1875% !important;
  }

  .search_inner {
    padding: 100px 0;
  }

  .disp-wrapper fieldset input {
    height: 60px;
    font-size: 16px;
    line-height: 1.625;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
  }

  .disp-wrapper .hs-search-field__bar form input {
    height: 60px;
    font-size: 16px;
    line-height: 1.625;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
  }

  .disp-wrapper .hs-search-field__suggestions {
    margin: 124px auto 0 !important;
    font-size: 16px;
  }
  /*   -------mobile_nav---- */

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

  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666 !important;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 7%;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li {
    width: 100%;
    border-top: 1px solid #c5d4d0;
    position: static !important;
  }


  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li ul {
    position: absolute !important;
    width: 100%;
    right: -100% !important;
    left: auto !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
    top: 0 !important;
    transition: all .3s;
  }
  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li.child-open > ul {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all;
  }

  .mobileNavi__actions {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 7%;
    border-top: 1px solid #c5d4d0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobileNavi__actions .languagePicker {
    float: right;
    min-width: 130px;
    position: relative;
    margin-left: 6px;
  }

  .mobileNavi__actions .cbdModule--navigationMobile {
    width: 100%;
  }

  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul > li:first-child > a{
    width: 100%;
    background-color: transparent;
    font-size: 13px;
    line-height: 1.69230769;
    text-transform: uppercase;
    color: #003f54;
    padding: 16px 32px;
    -webkit-appearance: none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border: 2px solid #003f54;
    letter-spacing: 2.14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background-color: #fa9b00;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding: 0 !important;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.66666667;
    padding: 13px 20px;
    letter-spacing: 1.7px;
  }

  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul > li:first-child > a:before {
    content: '';
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/icon-login-white.svg);
  }

  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul > li:last-child > a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.66666667;
    text-transform: uppercase;
    color: #003f54 !important;
    padding: 15px 48px 15px 24px;
    background-color: #f3f3f3;
    background-size: 14px auto;
    background-position: right 24px center;
    background-repeat: no-repeat;
    background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/chevron-down-blue.svg);
    cursor: pointer;
    min-height: 50px;
    display: block;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul > li:last-child ul {
    position: absolute !important;
    left: 0 !important;
    bottom: 100%;
    z-index: 2;
    display: none !important;
    border: 0;
    width: 100%;
  }

  .mobileNavi .hs-menu-wrapper {
    padding-top: 86px;
  }

  .mobileNavi .hs-menu-wrapper > ul {
    border-bottom: 1px solid #c5d4d0;
    position: relative;
    left: 0;
    transition: all .4s ease;
  }

  .mobileNavi {
    overflow: hidden;
    overflow-y: auto;
  }

  .mobileNavi .hs-menu-wrapper.subMenuActive > ul {
    left: -100%;
  }
  .mobileNavi .hs-menu-wrapper ul li.backBtn {
    margin-top: -56px;
    border: 0;
  }

  .mobileNavi .hs-menu-wrapper ul li.backBtn > a {
    padding: 0;
    margin-left: 7%;
    color: #8eada6 !important;
    font-size: 14px;
    line-height: 1.42857143;
    padding-left: 20px;
    background-size: auto 14px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/chevron-left-blue2.svg);
  }
  .mobileNavi .hs-menu-wrapper ul li.mobile-parent > a {
    font-size: 18px;
    line-height: 1.33333333;
    color: #003f54 !important;
  }

  .mobileNavi .hs-menu-wrapper ul li ul {
    border-bottom: 1px solid #c5d4d0;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child ul li {
    border: 0;
    width: 100%;
    margin-bottom: 3px;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child ul li a {
    border: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.66666667;
    text-transform: uppercase;
    color: #003f54;
    padding: 15px 24px;
    background-color: #f3f3f3;
    display: block;
  }
  .mobileNavi__actions .languagePicker__content {
    width: 100%;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child ul.active {
    display: block !important;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul > li:last-child > a.active {
    background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/chevron-up-blue.svg);
  }
  .cb-fancy-navigation {
    overflow-y: auto;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper {
    padding: 0;
  }

  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    flex-direction: unset;
    flex-wrap: nowrap;
  }

  .mobileNavi__actions {
    display: block;
  }

  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul > li:last-child {
    float: right;
    min-width: 130px;
    position: relative !important;
    margin-left: 6px;
    width: auto !important;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child ul.active {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child ul {
    top: auto !important;
  }
  header.header {
    z-index: 9999;
  } 
  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li ul{
    display:none;
  }
  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li.child-open>ul{
     display:block;
  }
  
  /*17-11-2022 */
  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 a,
  .mobileNavi .mobileNavi__content .hs-menu-children-wrapper.open-menu-list li.hs-menu-item.hs-menu-depth-2.mobile-parent a {
    font-size: 18px;
    line-height: 1.33333333;
    color: #003f54 !important;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper > ul > li {
    width: 100%;
    text-align: center;
    border: 0;
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child{
    margin-left: 0;
    margin-right: 0;
    min-width: 300px;
  }
  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li.hs-item-has-children>a {
    background-size: auto 16px;
    background-position: right 7% center;
    background-repeat: no-repeat;
    background-image: url(https://www.prolife-family.ch/images/chevron-right-blue2.svg);
  }
  .mobileNavi .mobileNavi__content .hs-menu-wrapper ul li.backBtn a.navigation-back {
    float: left;
    margin-left: 7%;
    color: #8eada6 !important;
    font-size: 14px;
    line-height: 1.42857143;
    padding-left: 20px;
    background-size: auto 14px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(https://7782578.fs1.hubspotusercontent-na1.net/hubfs/7782578/chevron-left-blue2.svg);
  }
  .mobileNavi .mobileNavi__content .hs-menu-children-wrapper.open-menu-list li.hs-menu-item.hs-menu-depth-2 a {
    color: #666666 !important;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 7%;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*17-11-2022 css end*/
}
@media(max-width:991px){
  /*17-11-2022 css start*/
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child {
    margin-left: 0;
    margin-right: 0;
    min-width: 220px;
  }
  /*17-11-2022 css start*/
}

@media(max-width:767px){
  .headerpart-one .hs_cos_wrapper>a {
    height: 40px;
    margin: 16px 0;
  }
  .disp-wrapper .hs-search-field__bar form input {
    margin-top: 40px;
  }
  .header_wrap {
    font-size: 16px;
    line-height: 1.625;
    padding-top: 72px;
  }
  .headerlinks .hs_cos_wrapper>a {
    display: none;
  }

  .headerlinks .hs_cos_wrapper div {
    display: none;
  }
  .cb-slides {
    padding-bottom: 330px !important; 
  }
  .dock .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
  .search_inner {
    padding: 72px 0;
  }
  .disp-wrapper fieldset input {
    margin-top: 40px;
  }
  .disp-wrapper .hs-search-field__suggestions {
    margin: 107px auto 0 !important;
  }

  /*18-11-2022*/
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child{
    min-width: 170px;
    margin-left: 0;
    margin-right: 0;
  } 
  /*18-11-2022 css end*/
}

/*---- end ----*/




@media screen and (max-width: 480px) {
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul{
    flex-wrap: wrap;
    flex-direction: column;
  }  
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li {
    margin-bottom: 10px;
    max-width: 60%;
    margin-right: 0;
  }
  .mobileNavi .mobileNavi__actions .hs-menu-wrapper>ul>li:last-child {
    min-width: 60%;
    margin-bottom: 0;
  }


}/*-------- 480 ends here ----------*/
footer.footer {
  background-color: #f4f7f6;
  float: left;
  width: 100%;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 90%;
  width: 1252px;
  position: relative;
}

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

.footcontent {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.57142857;
  color: #003f54;
  margin-top: 75px;
  margin-bottom: 75px;
}

.footunit {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 45px;
}

.footpart {
  float: left;
  width: 48.96166134%;
}

.footpart .hs_cos_wrapper > a {
  float: left;
  height: 72px;
}

.footpart .hs_cos_wrapper > a > img {
  width: auto !important;
  height: 100%;
  float: left;
}

.footsubpart {
  float: left;
  width: 50%;
}

.footer_cont .hs_cos_wrapper_type_rich_text > span {
  float: left;
  width: 100%;
  margin-bottom: 14px;
  font-weight: 700;
  color: #003f54;
  font-size: 18px;
  line-height: 1.22222222;
}

.footer_cont .hs_cos_wrapper_type_rich_text div {
  float: left;
  width: 100%;
  font-weight: 500;
  color: #003f54;
}

.footer_cont .hs_cos_wrapper_type_rich_text div span {
  line-height: 1.57142857;
  color: #003f54;
  font-family: 'Roboto', sans-serif;
}

.footer_cont .hs_cos_wrapper_type_rich_text div span a {
  color: #003f54;
  font-weight: 500;
  line-height: 1.57142857;
}

.footer_cont_one .hs-menu-wrapper > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}

.footer_cont_one .hs-menu-wrapper > ul > li > a, .footer_cont_one .hs-menu-wrapper>ul>li>span {
  float: left;
  width: 100%;
  margin-bottom: 14px;
  font-weight: 700;
  color: #003f54;
  font-size: 18px;
  line-height: 1.22222222;
}

.footer_cont_one .hs-menu-wrapper > ul > li > ul {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1 !important;
  position: static !important;
  left: 0px !important;
}

.footer_cont_one .hs-menu-wrapper > ul > li > ul > li > a {
  font-weight: 700;
  color: #003f54;
  line-height: 1.57142857;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: block;
}

.social-icon {
  float: left;
  margin: 0px;
}

.social-icon > a {
  float: left;
  margin-right: 18px;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}

.social-icon > a:last-child {
  margin-right: 0;
}

.social-icon > a:nth-child(1) {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-facebook-blue.svg);
}

.social-icon > a:nth-child(2) {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-twitter-blue.svg);
}

.social-icon > a:nth-child(3) {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-linkedin-blue.svg);
}

.social-icon > a:nth-child(4) {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-xing-blue.svg);
}

.social-icon > a:nth-child(5) {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-instagram-blue.svg);
}

/* ------ */
.social-icon > a:hover:nth-child(1), .social-icon > a:focus:nth-child(1) {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-facebook-orange.svg);
}

.social-icon > a:hover:nth-child(2), .social-icon > a:focus:nth-child(2){
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-twitter-orange.svg);
}

.social-icon > a:hover:nth-child(3), .social-icon > a:focus:nth-child(3) {
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-linkedin-orange.svg);
}

.social-icon > a:hover:nth-child(4), .social-icon > a:focus:nth-child(4){
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-xing-orange.svg);
}

.social-icon > a:hover:nth-child(5), .social-icon > a:focus:nth-child(5){
  background-image: url(https://145171851.fs1.hubspotusercontent-eu1.net/hubfs/145171851/raw_assets/public/PRO%20LIFE%20Krankenkassenl%C3%B6sung/images/social-instagram-orange.svg);
}

.copyright {
  float: left;
  line-height: 1.57142857;
  color: #003f54;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.dock {
  float: left;
}

.dock {
  float: left;
}

.dock .hs-menu-wrapper > ul {
  float: left;
}

.dock .hs-menu-wrapper > ul > li > a {
  float: left;
  margin-left: 20px;
  color: #003f54;
  line-height: 1.57142857;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

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

.langnavi .hs-menu-wrapper > ul {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.langnavi .hs-menu-wrapper > ul > li > a {
  float: left;
  font-weight: 500;
  line-height: 1.57142857;
  color: #003f54;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.langnavi .hs-menu-wrapper > ul > li > ul {
  float: left;
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  opacity: 1 !important;
  position: static !important;
  left: 0px !important;
}

.langnavi .hs-menu-wrapper > ul > li > ul > li {
  float: left;
  margin-left: 20px;
}

.langnavi .hs-menu-wrapper > ul > li > ul > li > a {
  font-weight: 500;
  color: #003f54;
  display: block;
  line-height: 1.57142857;
  font-size: 14px;
}


.footer_cont_one .hs-menu-wrapper>ul>li>ul>li>a:hover, .footer_cont_one .hs-menu-wrapper>ul>li>ul>li>a:focus{
  color: #fa9b00;
}

.dock .hs-menu-wrapper>ul>li>a:hover, .footer_cont_one .hs-menu-wrapper>ul>li>ul>li>a:focus{
  color: #fa9b00;
}

.langnavi .hs-menu-wrapper>ul>li>ul>li:not(:first-child)>a:hover, .footer_cont_one .hs-menu-wrapper>ul>li>ul>li>a:focus{
  color: #fa9b00;
}

.newsletter__form .hs-input.invalid.error {
  background-color: #f4f7f6; 
}
.langnavi .hs-menu-wrapper>ul>li>ul>li:not(:first-child)>a {
  font-weight: 400;
}

.newsletter__form .hs-button:focus {
  color: #d48401 !important;
  background-color: #fa9b00 !important;
}

/* 16-11-2022 */
.footunit.footunitbt {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footpart.footpart_new {
  width: 50%;
}

/*-------------- media-qury ----------------------------*/

@media(max-width:1279px){
  .container {
    max-width: 86%;
  }

  .footcontent {
    margin-bottom: 62.5px;
    margin-top: 62.5px;
  }

  .footunit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 37.5px;
    margin-top: 37.5px;
  }

  .footpart {
    margin-top: 0;
    width: 100%;
  }
  .footerpart_one {
    margin-top: 75px;
  }

  /*16-11-22 */
  .footunit.footunitbt .footpart.footpart_new {
    width: 100%;
    margin-top: 75px;
  }
  .change-language-section .lang_list_class li:first-child {
    padding-left: 0;
  }
}


@media(max-width:767px){
  .footcontent {
    font-size: 13px;
    line-height: 1.69230769;
    margin: 40px 0;
  }

  .footunit {
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .footpart {
    margin-top: 0;
  }

  .footpart .hs_cos_wrapper>a {
    height: 60px;
  }

  .footerpart_one {
    margin-top: 40px;
  }

  .footsubpart {
    margin-top: 0;
    width: 100%;
  }

  .footer_cont .hs_cos_wrapper_type_rich_text div {
    line-height: 1.69230769;
    font-size: 13px;
  }

  .footer_cont .hs_cos_wrapper_type_rich_text div span {
    line-height: 1.69230769;
    font-size: 13px;
  }

  .footer_cont_one {
    width: 100%;
    margin-top: 40px;
  }

  .footer_cont_one .hs-menu-wrapper>ul>li>ul>li>a {
    line-height: 1.69230769;
    font-size: 13px;
  }

  .copyright {
    font-size: 13px;
  }

  .footunitbt {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .langnavi .hs-menu-wrapper>ul>li>a {
    display: none;
  }

  .langnavi .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-left: 0px;
  }

  .langnavi .hs-menu-wrapper>ul>li>ul>li>a {
    line-height: 1.69230769;
    font-size: 13px;
    font-weight: 400;
  }
  .langnavi .hs-menu-wrapper>ul>li>ul>li:first-child>a {
    font-weight: 500;
  }
  .dock .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
  .social-icon {
    line-height: 1.69230769;
  }

  .social-icon>a {
    line-height: 1.69230769;
  }

  .copyright {
    line-height: 1.69230769;
  }

  .dock .hs-menu-wrapper>ul>li>a {
    line-height: 1.69230769;
  }

  .langnavi .hs-menu-wrapper>ul>li>ul {
    line-height: 1.69230769;
  }

  

  /*16-11-22 */
  .dock .hs-menu-wrapper>ul>li>a {
    display: block;
    margin-left: 0;
    margin-right: 20px;
    font-size: 13px;
  }
  .footunit.footunitbt .footpart.footpart_new {
    margin-top: 40px;
  }
}

/*------------------- end------------------------------ */
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

::selection {
  background: #668fcd;
  color: #fff;
}