*, *: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 ;
  }
}

@media print {
  .pagebreak { 
    page-break-before: always; 
  } /* page-break-after works, as well */
}

.table-offer{
  border: none; 
  width: auto;
  border-collapse: collapse;
}
.table-offer tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table-offer tr {
  border: none; 
}

.table-offer td {
  border: none; 
}


.grid-container-print {
  display: grid;
  grid-template-columns: 32.3% 32.3% 32.3%;
  grid-gap: 1.5%;
}

.grid-item-print {
  padding: 10px; 
  background-color: rgba(255, 255, 255, 0.8);
}

.grid-item-print:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1); /* Change the background color for every second grid item */
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper ,
.dnd-section > .row-fluid,
.page-center,
.header_container,
.footer_container{
  margin: 0 auto;
  padding-left:16px;
  padding-right:16px;
}

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



/* @media (min-width:600px){

  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center,
  .header_container,
  .footer_container{
    margin-left: 32px;
    margin-right: 32px;
  }

}



@media (min-width:1140px){

  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center,
  .header_container,
  .footer_container{
    margin-left: 16px;
    margin-right: 16px;
  }

}



@media (max-width:599px){

  .content-wrapper ,
  .dnd-section > .row-fluid,
  .page-center,
  .header_container,
  .footer_container{
    margin-left: 16px;
    margin-right: 16px;
  }

}
 */

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src:  url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/SourceSansPro-Regular.woff),
    url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/SourceSansPro-Regular.woff2);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-SemiBold';
  src:  url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/SourceSansPro-SemiBold.woff),
    url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/SourceSansPro-SemiBold.woff2);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SourceSansPro-Bold';
  src:  url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/SourceSansPro-Bold.woff),
    url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/SourceSansPro-Bold.woff2);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MessinaSerif-Regular';
  src:  url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/MessinaSerif-Regular.woff),
    url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/MessinaSerif-Regular.woff2);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MessinaSerif-RegularItalic';
  src:  url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/MessinaSerif-RegularItalic.woff),
    url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/fonts/MessinaSerif-RegularItalic.woff2);
  font-weight: 400;
  font-style: normal;
}





@font-face { font-family: SourceSansPro-Bold; src: url("fonts/430e4ce342b490cfb174bc3fd471a23f.woff2") format("woff2"), url("fonts/625678880d8c338450f204a33fec863b.woff") format("woff"); font-style: normal; font-weight: 400; }

html{
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* 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: 0 0 1.4rem;
}

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


img{
  max-width:100%;
}
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;
}

#printpagebutton{
  position: fixed; 
  right: 50px; 
  top: 50px;
}
/* Form fields */

form.hs-form .input a.hs-button {
  margin: 20px 0 0;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}
form.hs-form.stacked{
  margin-bottom:20px;
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.systems-page ul.no-list.hs-error-msgs li label {
  color: #EF6B51;
}


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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

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

/* 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.custom_header {
  background-color: #fff;
  height: 58px;
  transition: all .6s;
  position: fixed;
  z-index: 1001;
  width: 100%;
  left: 0;
  top: 0;
}

header.custom_header.header-no-nav .header_top .header_container {
  justify-content: flex-end;
}




.header_overlay {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}


.header_top {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 15;
}
.header_top .header_container {
  display: flex;
  height: 58px;
  flex-direction: row;
  position: relative;
  padding: 0 16px;
  max-width: 1568px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  transition: all .6s;
}
.header_humburger {
  left: 24px;
}

.menu_icon {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  align-items: center;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 0;
  height: 30px;
}


.hamburger-box {
  width: 26px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #7f7f7f;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::after {
  bottom: -6px;
}

.header_top_menu_wrapper {
  display: none;
}

.header_top_menu_wrapper .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 0 0 40px;
}

.header_top_menu_wrapper ul li {
  font-size: 20px;
  color: #000;
  margin-right: 40px;
  transition: all .4s;
}

.header_top_menu_wrapper ul li a {
  position: relative;
  display: block;
  color: inherit;
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header_top_menu_wrapper ul li a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #dbdbdb;
  transition: .6s;
}

.header_top_menu_wrapper ul li a:hover {
  color: #00305c;
}

.header_top_menu_wrapper ul li a:hover:before {
  width: 100%;
  transition: .6s;
}

.search_wrapper {
  margin-left: 11px;
  margin-right: auto;
  transition: all .3s;
}

.header-search_wrapper {
  display: flex;
  align-items: center;
  transition: all .4s;
}


.header-search_search-btn-mobile {
  font-size: 20px;
  height: 30px;
  width: 30px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_wrapper a {
  font-size: 20px;
  color: #000;
  position: relative;
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.search_wrapper svg {
  display: inline-flex;
  cursor: inherit;
  vertical-align: middle;
  flex-flow: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}


.header-search_search-btn {
  font-size: 20px;
  height: 30px;
  width: 30px;
  color: #000;
  display: none;
  justify-content: center;
  align-items: center;
}
.header_logo a {
  line-height: 0;
  display: block;
}

.header_logo img {
  width: auto !important;
  height: 30px;
}
.header-search_search-btn p {
    display: inline-block;
    margin: 0 !important;
}

.header-search_search-btn p a {
  transition: all .4s;
  display: none;
  font-size: 20px;
  color: #000;
  position: relative;
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.header-search_search-btn p a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #dbdbdb;
  transition: .6s;
}
.header-search_search-btn p a:hover {
  color: #00305c;
}

.header-search_search-btn p a:hover:before {
  width: 100%;
  transition: .6s;
}

.menu {
  display: none;
  /*   position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  background-color: #fff;
  overflow: auto;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  top: 58px;  */
  -webkit-overflow-scrolling: touch;
  -webkit-animation: fade-in .4s cubic-bezier(.39,.575,.565,1) both;
  animation: fade-in .4s cubic-bezier(.39,.575,.565,1) both;
}

.menu-open .menu {
  display: block;
  -webkit-animation: fade-in .4s cubic-bezier(.39,.575,.565,1) both;
  animation: fade-in .4s cubic-bezier(.39,.575,.565,1) both;
}

/* .menu-open header.custom_header {
overflow: hidden;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 200;
} */

.menu-open .header_top {
  border-bottom: 1px solid #fff;
}


@keyframes fade-in{

  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.menu-open .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
}

.menu-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
}

.menu-open .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.menu_icon:hover {
  opacity: .7;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-size: 14px;
  color: #000;
  display:block;
}
.primary_menu .hs-menu-wrapper>ul>li>ul {
  padding-right:10px;
  padding-left:16px;
}
.primary_menu .hs-menu-wrapper>ul>li>ul {
  display: none;
  background: #fff;
  width: 100%;
  padding-top: 16px;
  margin-top: -16px;
  z-index: 50;
  /*   position: absolute;  */
  top: 100%;
  left: 0;
  text-align:left;
  min-height: calc(100vh - 148px);
  overflow: auto;
  height: 100%;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {
  list-style: none;
  padding: 0;
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 10px 0 0;

}
/* 
.primary_menu .hs-menu-wrapper ul li:hover ul {
display: block;
} */

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  margin-bottom: 10px;
  line-height: 1.5;
} 

/* .primary_menu .hs-menu-wrapper>ul>li>ul>li {
margin-bottom: 10px;
} */

.primary_menu .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:last-child {
  font-family: "SourceSansPro-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: flex;
  align-items: center;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:last-child:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image:url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/images/download.svg);
}
.primary_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li:last-child {
  font-family: "SourceSansPro-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: flex;
  align-items: center;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li:last-child:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image:url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/images/download.svg);
}


.menu_tabs {
  opacity: 0;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1s;
}

.menu-open .menu_tabs {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1s;
}


.primary_menu .hs-menu-wrapper>ul {
  display: flex;
  align-items: center;
}


.primary_menu .hs-menu-wrapper>ul>li>a {
  padding: 8px 30px;
  background: #dcdcdc;


}

.primary_menu .hs-menu-wrapper>ul>li {
  position: relative;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #545454;
  text-align: center;
  flex: 1 1;
  margin-bottom: 16px;
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  transition: all .6s;
  display: flex;
  flex-wrap: wrap;
}

.primary_menu .hs-menu-wrapper>ul>li>a {
  color: #545454;
  display: block;
  width:100%;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 16px;
  font-weight: 400;
  padding: 9px 0;
  border-bottom: 1px solid #000;
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  color:#000000;
  display:block;
  line-height:1.5;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li {
  padding-left: 0;
  padding-right: 60px;
}

.menu-open .header_top_menu_wrapper {
  opacity: 0;
}

.menu-open .search_wrapper {
  opacity: 0;
}

.primary_menu .hs-menu-wrapper>ul>li>a:hover {
  background: #bdc0c5;
}




body.sticky-header .header_top {
  border-bottom: 1px solid #979797;
}


/* .tab_menu .header_container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
} */

.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 50px;
  border-left: 6px solid #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  display:none;
}



.child-trigger .icon-box {
  display: inline-flex;
  cursor: inherit;
  vertical-align: middle;
  flex-flow: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .1s;
  color: #103a80;
}

.child-trigger .icon-box svg {
  width: 24px;
  height: 24px;
}

.child-trigger:hover {
  background: #bdc0c5;
}

/* mobile float icons */

.float_icons_wrapper_mobile {
  margin-bottom: 19px;
  margin-top: 16px;
}


.float_icons_wrapper_mobile .header_quicklinks .quicklinks{
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 11px 0;
  border:0;
}

.float_icons_wrapper_mobile .quicklinks_item{
  transition: all .3s ease;
  height: 54px;
}


.menu__language {
  margin-bottom: 24px;
  margin-left: 16px;
  margin-right: 16px;
}
.language-select-open-top {
  cursor: pointer;
  display: inline-block;
  position: relative;
}



.language-select-open-top h6 {
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 18px 0 14px;
  color: #545454;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom:0;
}

.language-select-open-top h6:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 16px;
  border-bottom: 2px solid #071e4f;
}
.language-select-open-top h6:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid rgba(0,0,0,.3);
  border-left: 8px solid transparent;
}

.language-select-open-top ul {
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0 8px;
  list-style: none;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  bottom: 100%;
  border-bottom: 2px solid #071e4f;
  margin: 0 0 -2px;
}


.language-select-open-top ul li{
  border-top: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.language-select-open-top ul li a {
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  color: #545454;
}

.language-mobile-open .language-select-open-top ul {
  display: block;
}

.header_bottom_links {
  padding: 12px 0;
  border-top: 2px solid #979797;
  margin-bottom: 100px;
  margin-left: 16px;
  margin-right: 16px;
}

.header_bottom_links .hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.header_bottom_links ul li a {
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #000;
  transition: all .3s ease;
}

.header_bottom_links ul li a:hover {
  color: #071e4f;
}





@media (min-width:600px){
  header.custom_header {
    height: 90px;
  } 

  .header_top .header_container {
    padding: 0 32px;
    height: 91px;
  }
  .header_humburger {
    left: 32px;
  }
  .menu_icon {
    height: 42px;
  }

  .hamburger-box {
    width: 39px;
    height: 18px;
  }


  .hamburger-inner,
  .hamburger-inner::before, 
  .hamburger-inner::after {
    width: 39px;
  }


  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }
  .search_wrapper {
    margin-left: 38px;
  }

  .header-search_search-btn-mobile {
    height: 42px;
    width: 42px;
    font-size: 34px;
    display: none;
  }


  .header-search_search-btn {
    height: 42px;
    width: 42px;
    font-size: 34px;
    display: flex;
  }
  .header_logo img {
    height: 47px;
    width: 157px !Important; 
  }


  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 21px;
  } 
  .primary_menu .hs-menu-wrapper>ul>li>a {
    padding: 16px 30px;

  }

  .primary_menu .hs-menu-wrapper>ul>li {
    font-size: 24px;
  }


  .primary_menu .hs-menu-wrapper>ul>li>ul {
    padding: 0 48px ;
  }


  .primary_menu .hs-menu-wrapper>ul>li>ul {
    padding-top: 24px;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 24px;
    padding: 14px 0;
  }

  .tab_menu .header_container {
    padding: 0 32px;
  }

  .child-trigger {
    width: 90px;
    height: 64px;
  }

  .float_icons_wrapper_mobile {
    margin-bottom: 32px;
    margin-top: 32px;
  }

  .float_icons_wrapper_mobile .header_quicklinks .quicklinks_item{
    height: 75px;
  }

  .menu__language {
    margin: 24px 32px 40px;
  }

  .language-select-open-top {
    min-width: 95px;
  }

  .language-select-open-top h6 {
    font-size: 16px;
  }
  .header_bottom_links {
    margin-bottom: 20px;
    margin-left: 32px;
    margin-right: 32px;
  }


  .header_bottom_links ul li a {
    font-size: 16px;
    padding: 0 24px;
  }

}




@media (min-width:900px){
  header.custom_header {
    height: 90px;
  }
  .header_top .header_container {
    padding: 0 32px;
    height: 91px;
  }
  .header_humburger {
    left: 32px;
  }

  .header-search_wrapper {
    padding-left: 39px;
    border-left: 1px solid rgba(0,0,0,.15);
  }

  .header-search_search-btn-mobile {
    height: 42px;
    width: 42px;
    font-size: 34px;
    margin-right: 16px;
  }

  .header-search_search-btn {
    height: 42px;
    width: 42pxpx;
    font-size: 34px;
    margin-right: 10px;
  }

  .header_logo img {
    height: 42px;
    width: 157px !Important;
  }

  .header-search_search-btn p a{
    display: block;
  }

  .menu {
    background-color: #efeff1; 
    height:100vh;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 16px;
  } 

  /*   .tab_menu {
  background: linear-gradient(180deg,#fff 0,#fff 44px,#efeff1 0,#efeff1);
} */


  .primary_menu .hs-menu-wrapper>ul>li>a {
    padding: 6px 30px;

  }
  .primary_menu .hs-menu-wrapper>ul>li {
    width: auto;
    margin-right: 6px;
    margin-bottom: 0;
    font-size: 18px;

  }

  .primary_menu .hs-menu-wrapper>ul>li>ul {
    padding: 34px 0;
    flex-direction: row;
    margin-top: 0;
    background: #efeff1;
    order: 99;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 18px;
    padding: 8px 0;
  }

  .menu-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55.97px;
    cursor:pointer;
  }

  .tab_menu .header_container{
    padding: 0 32px;
    /*     flex-direction: row; */
  }

  .float_icons_wrapper_mobile {
    display: none;
  }


  .float_icons_wrapper_mobile .quicklinks_item{
    height: 64px;
  }
  .menu__language {
    display: none;
  }
  .header_bottom_links{
    display:none;
  }
  .primary_menu .hs-menu-wrapper>ul>li.child-open ul {
    display: block;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul {
    position: absolute;
  }

  .primary_menu .hs-menu-wrapper>ul>li.child-open>a {
    background: #7a808a !Important;
    color: #fff !important;
    position: relative;
  }

  .primary_menu .hs-menu-wrapper>ul>li.child-open>a:after {
    bottom: -8px;
    opacity: 1;
    z-index: 100;
  }

  .primary_menu .hs-menu-wrapper>ul>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: #7a808a transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    transition: bottom .3s,opacity .8s;
    opacity: 0;
    z-index: -1;
  }

  body.menu-open {
    overflow: hidden;
  }

  .header_wrapper {
    min-height: 91px;
  }
  .primary_menu.mobile-menu {
    display: none;
  }
  .menu {
    position: relative;
    top: 0;
    z-index: 99;
  }
  
  
  /* ====== */

  .primary_menu .hs-menu-wrapper>ul>li {
    position: static;
  }

  .primary_menu .hs-menu-wrapper>ul {
    position: relative;
  }

  .primary_menu .hs-menu-wrapper>ul>li.child-open > ul {
    display: flex;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li {
    max-width: 25%;
    flex: 1 1 25%;
    margin-right: 6px;
    padding-right: 18px;
  }

  .primary_menu .hs-menu-wrapper>ul>li > ul ul {
    width: 100%;
    margin-top: 10px;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li:last-child {
    display: block;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 0;
    border: 0;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 9px 0;
    border-bottom: 1px solid #000;
    font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    color: #000000;
    display: block;
    line-height: 1.5;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul > li {
    width: 100%;
    margin: 0;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:last-child {
    display: block;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li:first-child>ul>li:last-child:before {
    display: none;
  }

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

  .primary_menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>ul>li:last-child:before {
    display: none;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li > ul > li {
    margin-bottom: 10px;
    line-height: 1.334;
    font-family: SourceSansPro-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>lia {
    font-size: 14px;
    color: #000;
    display: block;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li > ul > li a {
    color: rgba(0, 0, 0,1.0);
    font-size: 16px;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 18px;
    padding: 8px 0;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 18px;
  }
  .primary_menu .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li> ul>li:last-child,
  .primary_menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li> ul>li:last-child{
    font-family: "SourceSansPro-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    display: flex;
    align-items: center;
  }
  .primary_menu .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li> ul>li:last-child:before,
  .primary_menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li> ul>li:last-child:before{
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-image:url(//25976946.fs1.hubspotusercontent-eu1.net/hubfs/25976946/raw_assets/public/Engadin_February2023/images/download.svg);
  }
  .menu {
    background-color: #efeff1;
    max-height: calc(100vh - 118px);
    overflow: auto;
    height: 100vh;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul {
    max-height: initial;
    overflow: inherit;
  }

}



@media (min-width:1140px){
  .primary_menu .hs-menu-wrapper>ul>li>ul>li {
    padding-right: 70px;
  }
  header.custom_header {
    height: 117px;
  }

  .header_top .header_container {
    padding: 0 16px;
    height: 117px;
  }
  .header_humburger {
    left: 16px;
  }
  .menu_icon {
    height: 30px;
  }

  .hamburger-box {
    width: 26px;
    height: 14px;
  }

  .hamburger-inner,
  .hamburger-inner::before, 
  .hamburger-inner::after {
    width: 26px;
  }
  .hamburger-inner::before {
    top: -6px;
  }
  .hamburger-inner::after {
    bottom: -6px;
  }
  .header_top_menu_wrapper {
    display: block;
    transition: all .3s;
  }
  .search_wrapper {
    margin-left: 0;
    width: 300px;
  }
  .header-search_search-btn-mobile {
    height: 30px;
    width: 30px;
    font-size: 25px;

  }

  .header-search_search-btn {
    height: 30px;
    width: 102px;
    font-size: 20px;
  }

  .header_logo img {
    height: 47px;
    width: 175px !Important;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 16px;
  } 

  /*   .tab_menu {
  background: linear-gradient(180deg,#fff 0,#fff 56px,#efeff1 0,#efeff1);
}
  */

  .primary_menu .hs-menu-wrapper>ul>li>a {
    padding: 12px 30px;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul {
    padding: 60px 0;
  }

  .sticky-header .header_top .header_container {
    height: 89px;
  }

  body.sticky-header .header_top_menu_wrapper ul li {
    font-size: 18px;
  }
  body.sticky-header .quicklinks {
    top: 50%;
    margin-top: -192px;
    border: 0;
  }
  .tab_menu .header_container{
    padding: 0 16px;
  }


  .float_icons_wrapper_mobile .header_quicklinks {
    background-color: hsla(0,0%,96.1%,.75);
    box-shadow: 2px 0 8px 0 rgb(0 0 0 / 10%);
    flex-direction: column;
    padding: 0;
    width: 60px;
    left: 0;
    top: 220px;
    right: auto;
    bottom: auto;
    z-index: 30;
  }

  .header_wrapper {
    min-height: 117px;
  }
  .search_wrapper svg {
    margin-right: 10px;
  }


}
@media (max-width:1139px) and (min-width: 900px){
  .header-search_wrapper {
    padding-left: 39px;
    border-left: 1px solid rgba(0,0,0,.15);
    height: 42px;
  }
  .search_wrapper svg {
    margin-right: 17px;
  }
  .header-search_search-btn {
    height: 21px;
    width: 120px;
    font-size: 34px;
    margin-right: 0;
    position: relative;
    top: -5px;
  }
}


@media (min-width:1536px){
  header.custom_header {
    height: 117px;
  }


  .header_top .header_container {
    padding: 0 16px;
    height: 117px;
  }
  .header_humburger {
    left: 16px;
  }


  .header-search_search-btn-mobile {
    height: 30px;
    width: 30px;
    font-size: 25px;

  }
  .header-search_search-btn {
    height: 20px;
    width: 92px;
    font-size: 20px;
    margin-right: 0;
  }

  .header_logo img {
    height: 47px;
    width: 175px !Important;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 16px;
  } 

  .primary_menu .hs-menu-wrapper>ul>li>ul {
    padding: 60px 0;
  }

  .tab_menu .header_container{
    padding: 0 16px;
  }

  body.sticky-header header.custom_header {
    height: 89px;
  }

}



@media (max-width:899px){

  .primary_menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul{
    margin-top:0;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
    position:relative;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {
    display: none;
    position: static !important;
    opacity: 1 !IMPORTANT;
    visibility: visible !important;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul .child-trigger {
    width: 37px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 32px;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul .child-trigger:hover {
    background: transparent;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li.nav-active>a {
    border-bottom: 2px solid #103a80;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li.nav-active>a {
    margin-bottom: 22px;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li.nav-active {
    padding-bottom: 30px;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li.nav-active {
    display: block;
    border-bottom: 2px solid #103a80;
  }
  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active .child-trigger .icon-box {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
  }

  .primary_menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children.nav-active .child-trigger .icon-box{
    color: #103a80;
  }

  /*   .menu-dropdown{
  display:none;

} */
  .primary_menu .hs-menu-wrapper>ul>li:last-child>ul>li {
    margin: 0;
  }
  .menu {
    display: none;
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    left: 0;
    background-color: #fff;
    overflow: auto;
    height: 100%;
    -webkit-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
  }
  .child-trigger {
    display: flex;
  }
  .float_icons_wrapper_mobile .header_quicklinks .quicklinks {
    z-index: 1;
  }
  .float_icons_wrapper_mobile .header_quicklinks .quicklinks_text {
    max-height: 100%;
  }
  .header_wrapper {
    min-height: 91px;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul{
    background-color:#ffffff !Important;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul{
    min-height: auto;
    height: auto;
  }
  body.sticky-header .float_icons_wrapper_mobile .header_quicklinks .quicklinks_text {
    max-height: 100%;
    margin-top: 13px;
  }

  body.menu-open{
    overflow:hidden;
  }


  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active-open>.child-trigger .icon-box {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
  }

  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active-open>a {
    background: #7a808a;
    color: #fff;
    position: relative;
  }

  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: #7a808a transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    transition: bottom .3s,opacity .8s;
    opacity: 0;
    z-index: -1;
  }

  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active-open>a:after {
    bottom: -8px;
    opacity: 1;
    z-index: 100;
  }
  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active-open>a .child-trigger {
    background: #7a808a;
  }
  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active-open>.child-trigger:hover {
    background: #7a808a;
  }
  /*   .primary_menu .hs-menu-wrapper>ul>li>ul{
  display:block;
} */

  .primary_menu .hs-menu-wrapper>ul>li>ul>li.nav-active-open>a {
    border-bottom: 2px solid #103a80;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child {
    padding-bottom: 30px;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child {
    border-bottom: 2px solid #103a80;
  }


  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {

    padding-top: 13px;

  }
  .primary_menu.desktop-menu {
    display: none;
  }
  .primary_menu .hs-menu-wrapper>ul>li>a {
    background-color: rgba(220, 220, 220,1.0) !important;
    color: rgba(84, 84, 84,1.0);
  }
  .primary_menu .hs-menu-wrapper>ul>li.hs-item-has-children.nav-active-open>a {
    background: #7a808a !important;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul {
    padding-top: 0;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .search_wrapper a {
    position: relative;
    top: -5px;
    left: 5px;
  }

}






@media (max-width:599px){

  .child-trigger .icon-box svg {
    width: 18px;
    height: 18px;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul .child-trigger {
    width: 33px;
    height: 43px;
  }
  .primary_menu .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 16px;
  }

  .header_bottom_links{
    padding:9px 0;
  }

  .primary_menu .hs-menu-wrapper>ul>li>a:hover{
    background: #dcdcdc;
  }

  .header_wrapper {
    min-height: 58px;
  }

  body.sticky-header header.custom_header {
    height: 58px;
  }
  .header-search_search-btn {
    display: block;
  }
  .search_wrapper a {
    position: relative;
    top: 0px;
    left: 5px;
  }


}
footer.custom_footer {
  background-color: #f7f7f7;
  position:relative;
  z-index:9;
  /*   margin: 0 auto 54px; */
}

.bottom_footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.right_section .hs_cos_wrapper_type_module {
  width: 100%;
}


.footer_menu ul {
  display: flex; 
  flex-wrap:wrap;
}

.footer_menu ul li a {
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000;
  transition: all .3s ease;
}
.footer_menu ul li a:hover {
  color: #071e4f;
}


.footer_menu ul li:not(:last-child){
  margin: 0 12px;
}

.footer__splitter {
  width: 100%;
  height: 1px;
  display: block;
  background-color:#000000;
  opacity:0.15;
  margin: 0 auto 24px;
}
.copyright {
  color: #000;
  font-size: 14px;
}

.footer__language {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.footer__label-switcher {
  font-size: 16px;
  line-height: 1.5;
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  display: inline-block;
}




.language-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.language-select h6 {
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 18px 0 14px;
  color: #545454;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin:0;
}

.language-select h6:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 16px;
  border-bottom: 2px solid #071e4f;
}

.language-select h6:after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid rgba(0,0,0,.3);
  border-left: 8px solid transparent;
}

.language-select ul{
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0 8px;
  list-style: none;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);

}

.language-select ul li {
  border-top: 1px solid rgba(0,0,0,.1);
  transition: all .2s ease;
}
.language-select ul li a {
  font-family: "SourceSansPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  color: #545454;
}

.language-open .language-select ul {
  bottom: 100%;
  border-bottom: 2px solid #071e4f;
  margin: 0 0 -2px;
}

.language-open .language-select ul li {
  border-top: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.language-open .language-select ul {
  display: block;
}
.middle_footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.footer__title h4 {
  color: #000;
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  margin: 0;
}

.footer__title p {
  font-size: 16px;
  margin: 0;
  color: rgb(0 0 0 / 85%);
  font-family: SourceSansPro-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
}


.footer_contact {
  margin: 30px 0 0;
}



.footer_email a, 
.footer__phone a {
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #545454;
  text-decoration: none;
  transition: all .3s ease;
  display: inline-block;
  font-size: 18px;
}

.footer_email svg,
.footer__phone svg{
  display: inline-flex;
  cursor: inherit;
  vertical-align: middle;
  flex-flow: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  font-size: 28px;
  color: #103a80;
  width: 32px;
  height: 32px;
}


.footer_social_icons {
  text-align: center;
  margin: 20px 0 64px;
}

.right_section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__apps {
  text-align: center;
  margin: 0 60px;
}

.footer__title {
  color: #000;
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.footer__title a {
  text-decoration: none;
  color: #00305c;
}

.footer__apps-link {
  padding-top: 24px;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer__apps-link a {
  display: inline-block;
  border-radius: 8px;
  transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.footer__apps-link img {
  display: block;
  border-radius: 5px;
  height: 60px;
  max-width: 100%;
}
.footer__partners {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer__partner_image {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 15px;
  width: 50%;
}

.footer__partner_image img {
  width: 100px;
  height: 60px;
  max-width:100%;

}


.footer-nav {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 22px 0 14px;
}

.footer-nav ul {
  display: flex;
  padding:0;
  margin:0;
  list-style:none;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.footer-nav ul li a {
  color: #000;
  font-family: "SourceSansPro-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 16px;
  transition: all .3s ease;
  margin-bottom: 16px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}


.footer-nav ul li a svg {
  display: inline-flex;
  cursor: inherit;
  vertical-align: middle;
  flex-flow: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 38px;
}


.footer-nav ul li a>span {
  position: relative;
  display: block;
}

.footer-nav ul li a>span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: #103a80;
  transition: all 1s;
}

.footer-nav ul li a:hover {
  color: #103a80;
}

.footer-nav ul li a:hover>span:after {
  width: 0;
}

.footer-nav ul li a:hover span {
  color: #000000;
}
.footer_email a:hover, .footer__phone a:hover {
  color: #071e4f;
}

/* .footer_email a:hover svg, .footer__phone a:hover svg {
fill: #071e4f;
}
*/

.copyright p{
  margin:0;
}

.footer__icons a:last-child {
  margin-right: 0;
}




@media (min-width:600px){
  .bottom_footer  {
    padding: 15px 0 26px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer_bottom_links {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer_menu ul li a {
    font-size: 14px;
  }

  .footer__label-switcher {
    font-size: 14px;
  }
  /* 
  footer.custom_footer {
  margin-bottom: 70px;
} */

  .footer__splitter {
    margin: 0 auto;
  }

  .middle_footer {
    padding: 32px 0 64px;
    -webkit-flex-flow: row;
    flex-flow: row;
  }

  .footer_email a, 
  .footer__phone a {
    font-size: 20px;
  }

  .right_section {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .footer__partners {
    width: 86%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .footer__partner_image {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 50%;
  }



  .footer__partner_image img {
    width: 100px !important;
    height: 70px;
    max-width:100%:

  }

  .top_footer {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 32px;
  }

  .footer-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    padding: 0;
  }
  .footer-nav ul li a {
    text-align: center;
    margin-bottom: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  .footer-nav ul li a svg {
    font-size: 50px;
    display: block;
    margin: 0; 
    width:50px;
    height:75px;
    padding-bottom:15px;
  }

  footer.custom_footer .footer_container {
    margin-left: 32px;
    margin-right: 32px;
    padding: 0;
  }

  .language-select h6 {
    font-size: 16px;
  }

}



@media (min-width:900px){

  .footer_bottom_links {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 28px;
  }


  .footer_menu ul li:not(:last-child){
    margin-right: 23px;
    margin-left: 0;
  }

  .language-select {
    min-width: 95px;
  }

  .language-select h6 {
    font-size: 16px;
  }

  /*   footer.custom_footer {
  margin-bottom: 60px;
} */
  .middle_footer {
    padding: 32px 0;
  }

  .footer__partners {
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .footer__partner_image {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: auto;
  }



  .footer__partner_image:not(:last-child) {
    margin: 0 30px 0 0;
  }

  .footer__partner_image img {
    height: 50px;
    max-width:100%:

  }


}


@media (min-width:1140px){
  .bottom_footer  {
    padding: 30px 0 32px 60px;
  }

  .footer_bottom_links {
    width: unset;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }


  .footer_menu ul li:not(:last-child){
    margin-right: 1.7%;
  }



  .copyright {
    font-size: 16px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .footer__label-switcher {
    font-size: 16px;
  }

  .language-select h6 {
    font-size: 18px;
  }

  footer.custom_footer {
    margin: 0 ;
  }


  .footer_info {
    -webkit-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
    padding-left: 60px;
  }
  .footer_contact {
    margin: 52px 0 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .44px;
  }

  .footer_email svg {
    font-size: 32px;
  }

  .footer_social_icons {
    padding: 24px 0 0;
    margin: 0;
  }

  .right_section {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1 1 66.666%;
    flex: 1 1 66.666%;
  }

  .footer__partners {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 40px 0;
  }

  .footer__partner_image img {
    height: 50px;
    max-width:100%:
  }

  .top_footer {
    padding: 50px 0;
  }

  .footer-nav ul li a {
    font-size: 20px;
  }
  footer.custom_footer .footer_container{
    margin-left: 16px;
    margin-right: 16px;
  }

}




@media (min-width:1536px){


  footer.custom_footer .footer_container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1568px;
    padding-left: 16px;
    padding-right: 16px;
  }


}
@media (max-width:1140px){
  .footer_email svg, .footer__phone svg {
    width: 28px;
    height: 28px;
  }
}


@media (max-width: 899px) and (min-width: 600px){
  .footer_bottom_links {
    padding-bottom: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .footer__apps {
    -webkit-order: 2;
    order: 2;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
  }
  .footer__splitter.tablet {
    margin-top: 30px;
  }

}


@media (max-width:821px){

  .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

}



@media (max-width:599px){
  .bottom_footer {
    padding: 0 0 24px;
  }

  .copyright {
    -webkit-order: 3;
    order: 3;
    margin-top: 20px;
  }

  .footer_bottom_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer__partner_image img {
    width: 100px !important;
  }

  .footer__apps {
    margin-bottom: 28px;
  }

  .footer__apps-link {
    display: -webkit-flex;
    display: flex;
  }


  .footer-nav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-nav ul li a {
    width: 100%;
  }

  .footer-nav ul li {
    width: 100%;
  }

  .footer-nav ul li a svg {
    width: 38px;
    height: 38px;
  }


}
/* Menu and simple menu */

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