*, *:before, *:after {
	box-sizing: border-box;
}
img{
	max-width:100%;
	height:auto;
}
/*! 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 screen and (min-width: 1024px) {
	.content-wrapper,
	.page-center,
	.container,
	.dnd-section > div{
		margin: 0 auto;
		max-width: 1250px;
	}
}

@media (max-width: 1305px) {
	.content-wrapper,
	.page-center,
	.container,
	.dnd-section > div{
		margin: 0 auto;
		max-width: 100%;
	}
}

@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: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
@font-face {
	font-family: "agendaLightItalic";
	src: url("https://use.typekit.net/af/73d908/00000000000000003b9ae390/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),
		url("https://use.typekit.net/af/73d908/00000000000000003b9ae390/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),
		url("https://use.typekit.net/af/73d908/00000000000000003b9ae390/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
	font-display: swap;
	font-style: italic;
	font-weight: 300
}
@font-face {
	font-family: "agendaLight";
	src: url("https://use.typekit.net/af/2439e4/00000000000000003b9ae391/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
		url("https://use.typekit.net/af/2439e4/00000000000000003b9ae391/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
		url("https://use.typekit.net/af/2439e4/00000000000000003b9ae391/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
	font-display: swap;
	font-style: normal;
	font-weight: 300
}
@font-face {
	font-family: "agendaSemiBold";
	src: url("https://use.typekit.net/af/3ccb81/00000000000000003b9ae394/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
		url("https://use.typekit.net/af/3ccb81/00000000000000003b9ae394/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
		url("https://use.typekit.net/af/3ccb81/00000000000000003b9ae394/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
	font-display: swap;
	font-style: normal;
	font-weight: 500
}
@font-face {
	font-family: "agendaBold";
	src: url("https://use.typekit.net/af/ab8655/00000000000000003b9ae398/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
		url("https://use.typekit.net/af/ab8655/00000000000000003b9ae398/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
		url("https://use.typekit.net/af/ab8655/00000000000000003b9ae398/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: swap;
	font-style: normal;
	font-weight: 700
}

html{
	font-size: 62.5%;
}
body {
	font-family: "agendaLight",sans-serif;
	color: #001e3c;
	font-size: 1.6rem;
	margin: 0;
	letter-spacing: .15px;
	line-height: 2rem;
}

h1, h2, h3, h4 {
	line-height: 1;
}
h1, h2, h3, h4, h5 {
	font-weight: 200;
}
h1{
	font-size: 2.6rem;
}
h2{
	font-size: 2.4rem;
}
h3{
	font-size: 2.2rem;
	font-family: "agendaSemiBold",sans-serif;
}
h4{
	font-size: 1.8rem;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 11px;
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #001e3c;
	cursor: pointer;
}
a:hover{
	color: #001e3c;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 2rem;
}
ul.no-list {
	list-style: none;
}
code {
	vertical-align: bottom;
}

@media (min-width: 1306px){
	h1 {
		font-size: 4.2rem;
	}
	h2 {
		font-size: 3.4rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	h4 {
		font-size: 2rem;
	}
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  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.hs-form{
	width: auto;
	display: block;
}

/* Form fields */

.hs-form-field {
	margin-bottom: 1.4rem;
}

/* Labels */

.hs-form-field > label {
	color: #001e3c;
	text-align: left;
	-webkit-box-direction: normal;
	font-family: "agendaLight",sans-serif;
	font-size: 1.6rem;
	max-width: 100%;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: .3px;
}

/* 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,
.hs-search-field__input{
	width: 100%;
	font-family: "agendaLight",sans-serif;
	padding: 1rem 3rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	box-shadow: none;
	display: block;
	min-height: 4.3rem;
	line-height: 1.6rem;
	color: inherit;
	font-size: 1.6rem;
	background-color: transparent;
	border: 0.1rem solid #b9c5ce;
	border-radius: 0;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus,
.hs-search-field__input:focus{
	outline: 0;
	border-color: #001e3c;
}
.hs-search-field .hs-search-field__form {
	display: block;
}
.hs-search-field__input {
	margin-bottom: 14px;
}

/* 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]{
	display: inline-block;
}

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

::placeholder {
	color: rgb(98,98,98);
}

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

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

form.hs-form fieldset{
max-width: 100%;
}

form.hs-form fieldset.form-columns-1 .hs-input{
width: 100%;
}

/* GDPR */

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

/* Validation */

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

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

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

.hs-search-field__bar button svg {
	fill: currentColor;
}

/* Submit button */

form input[type=submit], 
form .hs-button,
.hs-search-field__button{
	transition: background .3s ease-in-out;
	text-transform: uppercase;
	letter-spacing: .3px;
	text-decoration: none;
	font: 200 1.6rem "agendaSemiBold",sans-serif,sans-serif;
	display: inline-block;
	border: 0;
	cursor: pointer;
	color: #fff;
	position: relative;
	background-color: #001e3c;
	padding: 1rem 1.5rem 1rem 1.8rem;
	position: relative;
}

.hs-search-field__input:focus {
	outline-style: none !important;
}

form input[type=submit]:hover, 
form .hs-button:hover,
.hs-search-field__button:hover{

}
form .hs-error-msgs {
	color: red;
	padding-left: 0;
}
/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

@media (max-width: 767px) {
	form.hs-form {
		margin-bottom: 30px;
	}
}
/* 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;
}
.custom-header-logo img {
	width: 100%!important;
	max-width: 100%;
	height: auto;
}
.custom-header-main-wrapper {
	min-height: 70px;
}

.lp-header .custom-header-center-wrapper:after {
	height: 8rem;
}
.custom-header-burger,
.custom-contact-section-mobile{
	display:none;
}
.custom-header-right {
	display: flex;
	gap: 4px;
}
.custom-header-menu-wrapper .hs-menu-wrapper > ul {
	padding-left: 2rem;
}
.custom-header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.custom-header .container {
	height: 7rem;
	margin: auto;
	width: 1250px;
}
.custom-header .container:before {
	content: " ";
	background: #f2f2f2;
	float: left;
	height: 7rem;
	width: 50vw;
	margin-left: -50vw;
}
.kw-nav-contact--link:hover path {
	fill: #ffb400;
}
.custom-header-mail-wrapper a:hover path {
	fill: #ffb400;
}
.custom-header-center-wrapper {
	width: 110.5rem;
	height: 100%;
	background: linear-gradient(-70deg,#b9c5ce 3.3rem,#f2f2f2 0) bottom right;
}
.custom-header-logo {
	margin-left: 0;
	width: 8rem;
	height: 6rem;
	padding-top: 15px;
}
.custom-header-menu {
	margin-left: 22.5rem;
	margin-top: -3.2rem;
	margin-bottom: 0;
}
.custom-header-menu .hs-menu-wrapper > ul > li {
	padding-right: 3rem;
	height: 4.2rem;
}
.custom-header-menu .hs-menu-wrapper > ul > li > a {
	color: #001e3c;
	font-family: "agendaSemiBold",sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.9rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .3px;
	position: relative;
}
.custom-header-center-wrapper:after {
	content: "";
	display: block;
	margin-left: 100%;
	background: #b9c5ce;
	height: 7rem;
	width: 50vw;
	margin-top: -7rem;
}
.kw-nav-contact--link {
	cursor: pointer;
	margin-left: 2.3rem;
	height: 4rem;
	width: 4rem;
	background-color: #f2f2f2;
	border-radius: 50%;
	display: inline-block;
}
.custom-header-mail-wrapper a {
	cursor: pointer;
	margin-left: 2.3rem;
	height: 4rem;
	width: 4rem;
	display: inline-block;
	background-color: #f2f2f2;
	border-radius: 50%;
}
.custom-header-right-wrapper {
	float: right;
	margin-top: -5.5rem;
	margin-right: 0;
}
.custom-header-menu .hs-menu-wrapper > ul > li > a:after {
	content: "";
	display: block;
	height: 0.2rem;
	position: absolute;
	background: #ffb400;
	transition: width .5s ease;
	width: 0;
	bottom: -0.2rem;
}

.custom-header-menu .hs-menu-wrapper > ul > li:hover > a:after {
	width: 100%;
	left: 0;
	bottom: -0.2rem;
}
.custom-header-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper {
	background: #506d85;
	transition: width .5s ease;
	position: absolute;
	z-index: 1;
	list-style: none;
	transition: margin-left .3s cubic-bezier(0.4,0,0.2,1) .1s,opacity .1s cubic-bezier(0.4,0,0.2,1) .1s;
	padding: 2rem 0;
}
.custom-header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li {
	padding-bottom: 1.1rem;
	width: 100%;
	padding-top: 1.1rem;
	padding-right: 6rem;
	width: 100%;
	padding-left: 3rem;
}
.custom-header-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper > li > a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .3px;
	color: #f2f2f2;
	font-family: "agendaSemiBold",sans-serif;
}
.kw-nav-2nd-arrow {
	display: block;
	float: right;
	margin-top: -2.4rem;
	margin-right: -4rem;
	transition: margin-right .5s ease;
}
.custom-header-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper > li:hover .kw-nav-2nd-arrow {
	margin-right: -5rem;
}
.custom-header-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper ul {
	left: 100%!important;
	top: 0!important;
}
.custom-header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li .hs-menu-children-wrapper {
	z-index: -1;
	padding-right: 3rem;
	padding-left: 3rem;
	background: #8fa1af;
	transition: width .3s linear;
	pointer-events: none;
}
.custom-header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover .hs-menu-children-wrapper {
	pointer-events: all;
}
.custom-header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li .hs-menu-children-wrapper > li > a {
	color: rgb(255, 255, 255);
	font-family: agendaLight, sans-serif;
	font-size: 16px;
	display: inline-block;
}

.custom-header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li .hs-menu-children-wrapper > li {
	height: 4rem;
	position: relative;
}

.custom-header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li .hs-menu-children-wrapper > li > a:after {
	content: "";
	height: 0.1rem;
	background: #ffb400;
	transition: width .5s ease;
	display: block;
	width: 0;
	left: 0;
	right: 0;
	bottom: -0.1rem;
}
.custom-header-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li .hs-menu-children-wrapper > li > a:hover:after {
	width: 100%;
	left: 0;
	right: 100%;
}
.custom-header-menu .hs-menu-wrapper > ul > li >.hs-menu-children-wrapper > li > a:before {
	content: "/";
	padding-right: 0.6rem;
	font-size: 2rem;
	margin-left: -1.6rem;
}
.custom-header-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper > li:hover > a {
	color: #ffb400;
}
.custom-mobile-menu {
	display: none;
}

@media (max-width:1305px){
	.custom-header-center-wrapper {
		width: 90rem;
	}
	.custom-header .container {
		width: 100%;
	}
	.custom-header-logo {
		margin-left: 2.8rem;
	}
	.custom-header-menu {
		margin-left: 20rem;
	}
	.custom-header-menu .hs-menu-wrapper > ul > li {
		padding-right: 2rem;
		height: 4.2rem;
	}
	.custom-header-right-wrapper {
		margin-right: 2.8rem;
	}
}

@media (max-width:1023px){
	.custom-header-right-wrapper {
		display: none;
	}
	.custom-header-menu-wrapper {
		display: none;
	}
	.kw-nav-burger {
		float: right;
		margin-top: -1.9rem;
		padding-right: 2.8rem;
	}
	.custom-header-main-wrapper {
		min-height: 60px;
	}
	.kw-nav-burger-container {
		width: 2.2rem;
		height: 1.5rem;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li ul > li > a {
		color: white;
		font-size: 1.6rem;
		font-family: "agendaSemiBold",sans-serif;
		text-transform: uppercase;
		letter-spacing: .3px;
		display: block;
		padding-bottom: 0.8rem;
		margin-bottom: 1.1rem;
		padding-top: 0.6rem;
	}
	.kw-nav-burger-stripes {
		transition-duration: .1s;
		transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
		transition-property: transform,-webkit-transform;
		width: 100%;
		height: 0.2rem;
		background-color: #001e3c;
		position: absolute;
		display: block;
	}
	svg.arrow {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
	}
	.custom-mobile-menu ul ul .hs-item-has-children >.hs-menu-children-wrapper {
		display: block!important;
		transition: none!important;
		height: auto!important;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li ul > li {
		position: relative;
	}
	.kw-nav-burger-stripes:before, .kw-nav-burger-stripes:after {
		width: 100%;
		height: 0.2rem;
		background-color: #001e3c;
		position: absolute;
	}
	.custom-mobile-menu ul ul .hs-item-has-children>.hs-menu-children-wrapper > li > a {
		color: white;
		text-transform: capitalize;
		font-family: agendaLight,sans-serif;
	}
	.kw-nav-burger-stripes:before {
		transition: top .1s .14s ease,opacity .1s ease;
		top: -0.7rem;
		content: "";
	}
	.kw-nav-burger-stripes:after {
		content: "";
		bottom: -0.7rem;
		transition: bottom .1s .14s ease,transform .1s cubic-bezier(0.55,0.055,0.675,0.19);
	}
	.custom-header-burger,
	.custom-contact-section-mobile{
		display: block;
	}
	.custom-header-logo {
		width: 5.5rem;
	}
	.custom-header-center-wrapper {
		height: 6rem;
		background: linear-gradient(-70deg,#b9c5ce 26rem,#f2f2f2 0) bottom right;
		width:100%;
	}
	.kw-nav-mobile-contact {
		float: right;
		width: 152px;
		margin-top: -3.8rem;
	}
	.custom-header-center-wrapper:after {
		content: none;
	}
	.custom-header-burger {
		position: relative;
		z-index: 1;
		bottom: 13px;
	}

	.kw-nav-mobile-contact {
		position: relative;
		bottom: 13px;
		right:-2px;
	}
	.kw-nav-burger--active .kw-nav-burger-stripes {
		transform: rotate(45deg);
		transition-delay: .14s;
		transition-timing-function: cubic-bezier(1,1,1);
		background: #001e3c;
	}
	.kw-nav-burger--active .kw-nav-burger-stripes:before {
		opacity: 0;
	}
	.kw-nav-burger--active .kw-nav-burger-stripes:after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom .1s ease,transform .1s .14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform .1s .14s cubic-bezier(0.215,0.61,0.355,1);
		background: #001e3c;
	}
	.kw-nav-mobile-slider {
		transition: right .8s;
		position: fixed;
		background: linear-gradient(-70deg,#001e3c 75%,transparent 0) bottom right;
		right: 0;
		bottom: 0;
		top: 0;
		width: 200%;
	}
	.kw-nav-mobile-slider--active {
		right: -200%;
	}
	body.kw-nav-open {
		overflow-y: hidden;
	}
	.custom-mobile-menu-wrapper.kw-nav-wrapper--active {
		display: flex;
		visibility: visible;
		opacity: 1;
	}
	.custom-mobile-menu {
		background: #506d85;
		display: block;
		height: 100vh;
		padding: 0 2.8rem;
		overflow: auto;
		width: 100%;
	}
	.custom-mobile-menu-wrapper {
		opacity: 0;
		flex-wrap: wrap;
		overflow-x: hidden;
		overflow-y: scroll;
		visibility: hidden;
		top: 6rem;
		left: 0;
		right: 0;
		position: absolute;
		z-index: 7;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul {
		flex-direction: column;
		list-style: none;
		margin-top: 6.55rem;
		padding-left: 0;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li > a {
		color: #fff;
		font-size: 1.6rem;
		font-family: "agendaSemiBold",sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: .3px;
		display: block;
		padding-bottom: 18px;
		margin-bottom: 1.5rem;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li > a:before {
		content: "/";
		padding-right: 10px;
		font-size: 2rem;
	}
	.custom-mobile-menu .hs-menu-wrapper>ul> li > ul {
		display: none;
	}
	.kw-nav-mobile-slider--static {
		position: fixed;
		background: linear-gradient(-70deg,#001e3c 7rem,transparent 0) bottom right;
		right: 0;
		bottom: 0;
		height: 25rem;
		width: 10rem;
	}
	.custom-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
		display: none;
	}
	.child-trigger {
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		height: 38px;
		width: 100%;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul.active {
		display: block!important;
		position: static!important;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li {
		margin-top: 0;
		transition: margin .3s ease;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li.child-open {
		margin-top: -17px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li.child-open > a {
		border-bottom: 0.1rem solid #fff;
		color: #ffb400;
		padding-bottom: 16px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li {
		padding-left: 24px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li ul > li > a {
		line-height: normal;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li li {
		padding-left: 22px;
	}

	.custom-mobile-menu ul ul .hs-item-has-children>.hs-menu-children-wrapper > li a {
		padding: 0;
		padding-bottom: 0.9rem;
		padding-top: 0.5rem;
		margin: 0;
		text-transform: none;
		letter-spacing: .15px;
	}

	.custom-mobile-menu ul ul .hs-item-has-children>.hs-menu-children-wrapper {
		padding-bottom: 4px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li:last-child {
		padding-bottom: 34px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li svg.arrow {
		right: 24px;
		top: 3px;
	}

	.custom-mobile-menu ul ul .hs-item-has-children>.hs-menu-children-wrapper svg {
		display: none;
	}

}

@media (max-width:350px){
	.custom-header-center-wrapper {
		background: linear-gradient(-70deg,#b9c5ce 22rem,#f2f2f2 0) bottom right;
	}
	.kw-nav-mobile-contact {
		padding-left: 15px;
	}
}
.custom-footer-wrapper{
	position: relative;
	z-index: 99;
	overflow-x: hidden;
}
.custom-footer-main {
	margin-top: 4.5rem;
	background: #506d85;
	width: 100%;
} 
.custom-footer {
	position: relative;
}
.custom-footer-upper:before {
	content: " ";
	display: block;
	float: left;
	background: #dae0e4;
	height: 23rem;
	width: 100%;
	margin-left: -100%;
}
.custom-footer-logo img {
	height: 4.6rem;
	padding-left: 2.8rem;
	margin-top: 2.8rem;
	max-width: 100%;
}
.custom-address-text p {
	line-height: 2.0rem;
	margin: 0;
}
.custom-address-button {
	padding-top: 2.5rem;
	position: absolute;
	margin-top: 9.5rem;
}
.custom-address-button a {
	float: left;
	margin-top: 0.3rem;
	margin-right: 0.8rem;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-size: 1.6rem;
	font-family: "agendaSemiBold",sans-serif;
	color: #001e3c;
	position: relative;
}
.custom-address-button a:hover {
	color: #001e3c;
	border-bottom: 0.2rem solid #ffb400;
	margin-bottom: -0.2rem;
}
.custom-footer-contact {
	padding-left: 2.8rem;
	padding-top: 2rem;
	line-height: 3rem;
}
.custom-contact-wrapper {
	display: flex;
}
.kw-footer-upper-contact--mail {
	width: 3.4rem;
	margin-top: -0.7rem;
	margin-bottom: 0.2rem;
	display: block;
}
.kw-footer-upper-contact--phone {
	width: 1.9rem;
	margin-left: 0.7rem;
}
.kw-footer-upper-contact--fax {
	width: 2.8rem;
	margin-left: 0.3rem;
	margin-top: 0.3rem;
}
.custom-footer-contact-icon {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}
.custom-contact-links {
	line-height: 2rem;
}
.custom-contact-links p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.custom-contact-links {
	padding-left: 1.2rem;
	font-weight: 400;
	font-family: "agendaSemiBold",sans-serif;
}
.custom-contact-links a {
	text-decoration: underline;
	text-decoration-color: #ffb400;
	color: #001e83;
}
.custom-contact-links a p {
	margin: 0;
	line-height: 2.0rem;
	margin-bottom: 1rem;
}
.custom-contact-links a:nth-child(2) {
	display: none;
}
.custom-contact-popup {
	padding-top: 1.5rem;
	margin-top: 3.7rem;
}
.custom-contact-popup a {
	float: left;
	margin: 0;
	margin-top: 0.3rem;
	margin-right: 0.8rem;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-size: 1.6rem;
	font-family: "agendaSemiBold",sans-serif;
	line-height: 2.0rem;
	color: #001e3c;
	position: relative;
}
.kw-teaser-arrow-link {
	padding: 2rem;
	margin-left: -1.9rem;
	cursor: pointer;
	transition: margin .3s ease-in-out;
	position: absolute;
	padding-left: calc(2rem + 8px);
	padding-top: 0;
	top: -3px;
}
.custom-address-button .kw-teaser-arrow-link {
	padding-right: 0rem;
}
.custom-contact-popup a:hover,
.custom-contact-popup a:focus{
	color: #001e3c;
}
.custom-footer-seperator {
	width: 6.5rem;
	margin-right: 0;
	transition: all 1.2s;
	height: 0.2rem;
	transform: rotate(-71deg);
	background: #c3f5f0;
	right: -4rem;
	margin-top: 4.5rem;
	margin-right: 6.8rem;
	display: block;
	z-index: 2;
	top: 0;
}
.custom-footer-upper:after {
	content: " ";
	display: block;
	top: 0;
	right: 0;
	position: absolute;
	height: 40rem;
	width: 20%;
	background: linear-gradient(-71deg,#506d85 3.7rem,#dae0e4 0) bottom right;
}
.custom-footer-career {
	top: 3rem;
	right: 0;
	width: 20.8rem;
	font-size: 1.6rem;
	color: #f2f2f2;
	margin-left: 8rem;
	margin-top: 2.8rem;
}
.custom-footer-career span {
	line-height: 2rem;
}
.custom-career-content a {
	text-transform: uppercase;
	letter-spacing: .3px;
	font-family: "agendaSemiBold",sans-serif;
	font-size: 1.6rem;
	color: #fff;
	line-height: 2rem;
	margin-top: 0.3rem;
	position: relative;
	top: 2px;
}
.custom-career-content {
	margin-top: 2.1rem;
}
.custom-career-content a:hover {
	color: #fff;
}
.custom-footer-career .kw-teaser-arrow-link {
	padding: 0;
	padding-left: 1rem;
	cursor: pointer;
	transition: padding-left .3s ease-in-out;
	margin-left: 0;
}
.custom-footer-bottom {
	margin-top: 2rem;
	top: 23rem;
	width: 100%;
	max-width: 100%;
}
.custom-bottom-wrapper {
	padding: 0 2.8rem;
	margin: auto;
}
.custom-social-icons {
	text-align: center;
}.custom-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.custom-social-icons li {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	background-color: #f2f2f2;
	border-radius: 50%;
	margin-left: 0.82rem;
	margin-right: 0.82rem;
}
.custom-social-icons li a {
	color: #001e3c;
}
.custom-social-icons li a svg {
	width: 100%;
	padding: 0.9rem;
}
.custom-footer-social {
	margin: auto;
	text-align: center;
	margin-top: 2.5rem;
}
.custom-bottom-regions {
	text-transform: uppercase;
	letter-spacing: .3px;
	color: #fff;
	position: relative;
	cursor: pointer;
	margin-top: 4rem;
	border-bottom: 1px solid #c3f5f0;
	padding-bottom: 2.7rem;
	top: -1px;
}
.custom-bottom-language {
	display: flex;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-family: "agendaSemiBold",sans-serif;
	line-height: 1rem;
}
.custom-bottom-language a {
	line-height: 2.0rem;
	margin: 0;
	margin-top: 0.3rem;
	float: left;
	color: #fff;
	position: relative;
}
.custom-worldwide-location {
	right: -5.9rem;
	margin: auto;
	margin-top: 1.6rem;
	width: fit-content;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-family: "agendaSemiBold",sans-serif;
	line-height: 1rem;
}
.custom-worldwide-location {
	width: 25rem;
	margin: unset;
	margin-top: 0;
	position: absolute;
}
.custom-bottom-language a:hover,
.custom-bottom-language a:focus,
.custom-worldwide-location a,
.custom-worldwide-location a:hover,
.custom-worldwide-location a:focus{
	color: #fff;
}
.custom-worldwide-location a {
	margin: 0;
	line-height: 2.0rem;
	margin-top: 0.3rem;
	float: left;
	position: relative;
}
.custom-footer-legal ul {
	font-size: 1.2rem;
	color: #fff;
	justify-content: space-between;
	padding: 0 2rem !important;
	text-transform: uppercase;
	letter-spacing: .3px;
	margin-top: -1rem;
	margin-bottom: 5rem;
	position: relative;
	top: -1px;
}
.custom-footer-legal ul li a {
	margin: 0;
	line-height: 2.0rem;
	color: #fff;
}
.custom-footer-legal ul li a:hover {
	color: #fff;
}
.custom-worldwide-location .kw-teaser-arrow-link {
	padding: 0;
	margin: 0;
	padding-left: 1rem;
	cursor: pointer;
	transition: padding-left .3s ease-in-out;
	position: absolute;
}
.kw-footer-globe {
	margin-left: 1rem;
	margin-top: -0.3rem;
	position: absolute;
	top: -3px;
}
.kw-modal {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	z-index: 99;
}
.kw-modal-active {
	overflow: hidden;
}
.kw-modal-overlay {
	transform: scaleY(0.01) scaleX(0);
	animation: kpsweb-modal-appear 1s cubic-bezier(0.2,0.8,0.4,1) forwards;
}
.kw-modal-partition {
	display: table-cell;
	background: rgba(0,30,60,0.8);
	text-align: center;
	vertical-align: middle;
	padding: 2.8rem;
}
.kw-modal-snookie-grid {
	width: 100%;
	margin: auto;
	position: absolute;
	height: 100%;
	top: 6rem;
	transform: translateX(50%);
	right: 50%;
	padding-right: 2.8rem;
}
.kw-modal-closebutton {
	color: #001E3C;
	font-size: 5rem;
	float: right;
	cursor: pointer;
	z-index: 100;
	margin-top: 2rem;
}
.kw-modal-snookie {
	animation: kpsweb-modal-snookie 4.2s cubic-bezier(0.2,0.8,0.4,1) forwards;
	height: 100%;
	background: linear-gradient(-71deg,transparent 80%,#E6245F 0) bottom right;
}
.kw-modal-container {
	background: #fff;
	opacity: 1;
	width: 100%;
	padding: 3rem;
	margin: auto;
	margin-top: 3rem;
	height: auto;
}
.kw-modal-overlay .kw-modal-container {
	transform: scale(0);
	animation: kpsweb-modal-showUp .5s .8s cubic-bezier(0.2,0.8,0.4,1) forwards;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 77.5vh;
	height: 90vh;
}
.kw-modal-footer-content {
	display: none;
}

.kw-linkList {
	padding: 0 2.8rem;
	position: relative;
	text-align: left;
	display: inline-block;
}
.kw-linkList-seperator {
	display: block;
	position: absolute;
}
.custom-overlay-menu ul li {
	list-style: none;
	margin-bottom: -0.1rem;
	margin-right: 3.2rem;
	margin-top: 2.5rem;
	padding-left: 3.3rem;
}
.custom-overlay-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	flex-direction: column;
}
.custom-overlay-menu ul li a {
	font-size: 1.6rem;
	color: #001E3C;
	font-family: "agendaSemiBold",sans-serif;
	text-transform: uppercase;
	letter-spacing: .3px;
}
.custom-overlay-menu ul li a:hover {
	color: #001E3C;
}
.kw-linkList__pointer {
	transition: right .3s ease-in-out;
	position: absolute;
	transform: translateY(50%);
	bottom: 47%;
	right: -3.3rem;
}
.kw-linkList-seperator:before {
	height: 7.8rem;
	top: -0.5rem;
	margin-left: -2rem;
	content: '';
	width: 0.2rem;
	background-color: #FFB400;
	position: absolute;
	transform: rotate(20deg);
	transition: margin-left 1.2s;
}
.kw-footer-linklist .kw-linkList-seperator:before {
	top: 1.5rem;
}
.animate .kw-linkList-seperator:before {
	margin-left: 1rem;
}
.lang-popup-active .lang-pop-wrapper,
.contact-popup-active .contact-pop-wrapper{
	display: block;
}
.custom-overlay-menu ul li:hover .kw-linkList--date,
.custom-overlay-menu ul li:hover .kw-linkList--name {
	border-bottom: 0.2rem solid #ffb400;
}
@keyframes kpsweb-modal-disappear {
	0 {
		transform: scaleY(1) scaleX(1)
	}

	50% {
		transform: scaleY(0.002) scaleX(1)
	}

	100% {
		transform: scaleY(0.002) scaleX(0)
	}
}
.kw-modal-close {
	transform: scale(1);
	animation: kpsweb-modal-disappear 1s .3s cubic-bezier(0.2,0.8,0.4,1) forwards;
}


.custom-move-top {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.custom-move-arrow {
	display: inline-block;
	background-color: #f2f2f2;
	width: 4rem;
	height: 4rem;
	margin-top: 1rem;
	position: fixed;
	right: 0;
	transition: background-color .3s,opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 7;
	bottom: 7.5rem;
}

i.custom-top-arrow {
	border: solid #001e3c;
	border-width: 0 0.1rem 0.1rem 0;
	display: inline-block;
	padding: 0.8rem;
	margin: 1.6rem 1.2rem;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.kw-move-to-top--show {
	opacity: 1;
	visibility: visible;
}
.kw-move-to-top--upper {
	position: absolute;
	top: -5rem;
}
.kw-move-to-top:hover .kw-move-to-top--arrow {
	border-color: #ffb400;
}
.kw-linkList-unit {
	display: inline-block;
	position: relative;
}

.custom-overlay-menu ul li:hover .kw-linkList__pointer {
	right: -4.3rem;
}
.lang-popup-active,
.contact-popup-active{
	overflow: hidden;
}


@keyframes kpsweb-modal-hide {
	0 {
		transform: scale(1)
	}

	100% {
		transform: scale(0)
	}
}
.kw-modal-close .kw-modal-container {
	animation: kpsweb-modal-hide .5s cubic-bezier(0.2,0.8,0.4,1) forwards;
}

/* form css */

.contact-pop-wrapper .kw-label {
	display: inline-block;
	color: #001e3c;
}
.contact-pop-wrapper .kw-label-flag {
	height: 2.9rem;
	width: auto;
	transform: skew(-20deg);
	background: #c3f5f0;
	margin-left: 3rem;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
.contact-pop-wrapper .kw-label-text {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: "agendaSemiBold",sans-serif;
	letter-spacing: .3px;
	margin-bottom: 0;
	margin-top: 0;
	transform: skew(20deg);
}

.kw-modal-partition .kw-modal-container {
	padding-left: 10.5rem;
	padding-right: 10.5rem;
	margin-top: 7rem;
}
article.kw-intro {
	margin-left: -2.2rem;
	padding-right: 0;
	text-align: left;
}
.contact-pop-wrapper .kw-intro-header.kw-cs-text {
	margin-bottom: 2rem;
	font-family: "agendaSemiBold",sans-serif;
	margin-top: 0;
	margin-left: 2.2rem;
}
section.kw-intro-indented {
	margin-left: 13.1rem;
}
section.kw-intro-indented p {
	margin: 0;
}
.responsivegrid form {
	margin-top: 4.5rem;
}
.responsivegrid form input, select, textarea {
	width: 100%;
	font-family: "agendaLight",sans-serif;
	padding: 1rem 3rem 0.5rem 1.5rem;
}
.responsivegrid form fieldset label {
	text-align: left!important;
}
fieldset.form-columns-1 label {
	text-align: left;
}
fieldset.form-columns-1 .input select {
	width: 50%;
}
.responsivegrid form fieldset:first-child .input select {
	width: 50%;
}

.container.responsivegrid .hs-form-field {
	margin-bottom: 0;
}


/* Contact Popup */
.contact-pop-wrapper fieldset {
	max-width: 100% !important;
}

.contact-pop-wrapper {
	text-align: left;
}

.contact-pop-wrapper .responsivegrid form {
	margin-top: 45px;
}

.contact-pop-wrapper .container.responsivegrid .hs-form-field {
	margin-bottom: 41px;
	position: relative;
}

.contact-pop-wrapper .container.responsivegrid .hs-form-field > label {
	display: block;
	background: #fff;
	padding: 0rem 0.4rem;
	top: 0;
	position: absolute;
	transform: translateY(-50%);
	left: auto;
	margin-left: 1.2rem;
}

.contact-pop-wrapper .hs-input {
	width: 100% !important;
	max-width: 100% !important;
}

.contact-pop-wrapper .input {
	margin: 0 !important;
}

.contact-pop-wrapper .container.responsivegrid .form-columns-2 .hs-form-field:first-child {
	padding-right: 15px;
}

.contact-pop-wrapper .container.responsivegrid .form-columns-2 .hs-form-field:last-child {
	padding-left: 15px;
}

.contact-pop-wrapper .hs-fieldtype-select .input:before {
	content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTIyLDE3IEw0LDE3IEw0LDE1Ljk0MTE3NjUgTDIwLjk0MSwxNS45NDEgTDIwLjk0MTE3NjUsLTEgTDIyLC0xIEwyMiwxNyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24vc21hbGwvQXJyb3dfZG93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC03LjAwMDAwMCkiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRkZCNDAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMy4wMDAwMDAsIDguMDAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTMuMDAwMDAwLCAtOC4wMDAwMDApICIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	display: block;
	position: absolute;
	right: 1.4rem;
	top: 1.5rem;
	pointer-events: none;
}

.contact-pop-wrapper .hs-fieldtype-select .input .hs-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 40px;
}
.contact-pop-wrapper .actions:after {
	position: absolute;
	transform: translateY(-50%);
	top: 55%;
	right: 1.2rem;
	content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi9zbWFsbC9BcnJvdzwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTguNjI4MjgyOCw1IEwyNiwxMi45NTU3NTI3IEwyNS4zMjE5NDM5LDEzLjY4NjkxMDkgTDE4LjU0MjgzMjgsMjEgTDE3Ljg2NDkyMTcsMjAuMjY4NjkxMSBMMjQuMTksMTMuNDQzIEwwLDEzLjQ0MzU1MjEgTDAsMTIuNDA5MzI1MSBMMjQuMTM4LDEyLjQwOSBMMTcuOTUwMjI2Nyw1LjczMTE1ODIgTDE4LjYyODI4MjgsNSBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iSWNvbi9zbWFsbC9BcnJvdyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI0ZGQjQwMCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiIGZpbGw9IiNGRkI0MDAiPgogICAgICAgICAgICA8ZyBpZD0iUHJpbWFyeS1Db2xvcnMvRGFyay1CbHVlLW5ldSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjYiIGhlaWdodD0iMjYiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
	transition: margin .5s ease-in-out;
	pointer-events: none;
}

.contact-pop-wrapper .actions {
	position: relative;
	display: inline-block;
}

.contact-pop-wrapper .hs-submit {
	text-align: right;
}

.contact-pop-wrapper .actions input.hs-button.primary.large {
	padding: 1rem 4.5rem 1rem 1.8rem;
	text-transform: uppercase;
	letter-spacing: .3px;
	text-decoration: none;
	font: 200 1.6rem "agendaSemiBold",sans-serif,sans-serif;
}
.contact-pop-wrapper textarea.hs-input {
	height: 10.4rem;
}

.contact-pop-wrapper .hs-richtext p {
	font-size: 1.2rem;
}

.contact-pop-wrapper .container.responsivegrid .hs-form-field.hs-fieldtype-textarea {
	margin-bottom: 10px;
}
.lpfooter .custom-footer-main {
	min-height: 200px;
}

.lpfooter.custom-footer-wrapper .custom-footer:before {
	content: none;
}

.lpfooter .custom-footer-seperator {
	display: none;
}

.lpfooter .custom-footer {
	min-height: auto;
}




@media (min-width: 1024px){
	.custom-footer-main {
		margin-top: calc(9.3rem + 60px);
		min-height: 390px;
	} 
	.custom-footer-upper {
		background: #dae0e4;
		position: absolute;
		width: 93.3rem;
		height: 23rem;
		margin: -3rem auto 0;
	}
	.custom-upper-main {
		display: flex;
	}
	.custom-footer-address {
		line-height: 2rem;
		padding-left: 6rem;
		width: 30rem;
		padding-top: 0;
	}
	.custom-address-button {
		position: unset;
		margin-top: 0;
	}
	.custom-footer-contact {
		padding-left: 7.3rem;
		padding-top: 0;
	}
	.custom-contact-popup {
		margin-top: 0;
	}
	.custom-contact-popup a:hover .kw-teaser-arrow-link,
	.custom-address-button a:hover .kw-teaser-arrow-link{
		margin-left: -0.6rem;
	}
	.custom-career-content a:hover .kw-teaser-arrow-link,
	.custom-worldwide-location a:hover .kw-teaser-arrow-link{
		padding-left: 1.8rem;
	}
	.custom-contact-popup a:hover {
		border-bottom: 0.2rem solid #ffb400;
		margin-bottom: -0.2rem;
	}
	.custom-footer-bottom {
		position: absolute;
		margin-top: 0;
	}
	.custom-bottom-wrapper {
		width: 54rem;
		padding: 0;
	}
	.custom-footer-social {
		margin-top: 3rem;
	}
	.custom-social-icons li:hover svg path {
		fill: #ffb400;
	}
	.custom-bottom-regions {
		display: flex;
		padding-bottom: 2.5rem;
	}
	.custom-footer-legal ul {
		display: flex;
		margin-bottom: 0;
		margin-top: 1.2rem !important;
	}
	.custom-bottom-language:hover .kw-footer-globe {
		animation: globeSpin .5s linear;
	}
	.custom-footer-career {
		position: absolute;
		margin-left: 0;
		margin-top: 0;
		top: 2.5rem;
	}
	.custom-footer-seperator {
		right: -20.2rem;
		width: 7.5rem;
		position: absolute;
		margin-top: 6.4rem;
	}
	.custom-footer-upper:after {
		right: -8.8rem;
		position: absolute;
		height: 23rem;
		width: 9rem;
		background: linear-gradient(-71deg,transparent 8.3rem,#dae0e4 0) bottom right;
	}
	.kw-modal-partition {
		padding: 0;
	}
	.kw-modal-snookie-grid {
		top: 7rem;
	}
	.kw-modal-snookie {
		width: 97.2rem;
		margin-left: -41%;
		background: linear-gradient(-71deg,transparent 80rem,#E6245F 0) bottom right;
	}
	.kw-modal-container {
		width: 82.3rem;
		margin-top: 3.5rem;
	}
}

@media (min-width: 1024px) and (max-width: 1305px){
	.custom-upper-main {
		padding-top: 2.8rem;
	}
	.custom-footer-upper {
		width: 70rem;
	}
	.custom-footer-contact {
		padding-left: 4rem;
	}
	.custom-footer-career {
		min-height: 6.5rem;
		padding-right: 2.8rem;
	}
	.custom-footer {
		min-height: 40.7rem;
	}
	.custom-footer-logo img {
		height: 6.5rem;
		margin-top: 0;
	}
}

@media (min-width: 1250px) and (max-width: 1306px){
	.custom-upper-main {
		padding-left: 2.8rem;
	}
}

@media (min-width: 1250px){
	.custom-footer-wrapper .container {
		max-width: 1250px;
	}
	
	.custom-footer-seperator {
		right: -20.2rem;
		width: 7.5rem;
		position: absolute;
		margin-top: 6.4rem;
	}
	.custom-footer-career {
		position: absolute;
		margin-left: 0;
		margin-top: 0;
		top: 2.5rem;
	}
	.custom-footer-upper:after {
		right: -8.8rem;
		position: absolute;
		height: 23rem;
		width: 9rem;
		background: linear-gradient(-71deg,transparent 8.3rem,#dae0e4 0) bottom right;
	}
	.custom-footer-bottom {
		max-width: 1250px;
	}
	.custom-footer-logo img {
		height: 7.6rem;
		padding-left: 0;
		margin-top: 0;
	}
}

@media (min-width: 1306px){
	.custom-footer-grid {
		padding: 5.2rem 0;
	}
	.kw-modal-snookie-grid {
		width: 1250px;
		padding-right: 0;
	}
	.kw-modal-snookie:after {
		content: ' ';
		float: left;
		height: 100%;
		width: 50%;
		margin-left: -49%;
		background: #E6245F;
	}
	.kw-linkList {
		padding: 0;
	}
}

@media (max-width: 1023px){
	.custom-footer-main {
		margin-top: calc(4.5rem + 60px);
	}
	.custom-footer-upper {
		background: #dae0e4;
		width: 90%;
		height: 40rem;
		margin-top: -3rem;
	}
	.custom-footer-address {
		padding-left: 2.8rem;
		line-height: 2rem;
		padding-top: 2.8rem;
	}
	.custom-bottom-language {
		margin: auto;
		width: fit-content;
	}
	.custom-worldwide-location {
		position: static;
		width: 100%;
		margin: 0 auto;
		margin-top: 1.6rem;
		display: flex;
		justify-content: center;
	}
	.custom-footer-legal ul {
		margin-top: -1rem !important;
		padding: 0 2rem 5rem !important;
		position: relative;
		text-transform: uppercase;
		top: -1px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.custom-footer-legal ul li a {
		margin-top: 2rem;
		text-align: center;
		display: block;
	}
	.custom-footer {
		min-height: 75rem;
	}
	.custom-worldwide-location {
		padding-bottom: 4px;
		position: relative;
		left: -18px;
	}
	.custom-footer-seperator {
		position: relative;
		left: 0;
		top: 35px;
	}
	.custom-footer-bottom {
		margin-top: 0;
		max-width: 100%;
		padding-top: 2rem;
	}
	.custom-bottom-language a {
		position: relative;
		left: -18px;
	}
	.custom-footer-social {
		margin: 2.5rem auto auto;
		text-align: center;
		margin-top: 0;
		padding-top: calc(2.5rem - 11px);
	}
	.custom-bottom-regions {
		padding-bottom: calc(2.7rem + 3px);
		position: relative;
		text-transform: uppercase;
		top: -1px;
	}
	.custom-career-content a {
		top: 2px;
	}
	.kw-modal-container {
		margin-top: 11rem;
	}
	.lpfooter .custom-footer-upper {
		height: auto;
		min-height: 130px;
		background: #dae0e4;
		width: 100%;
	}

	.lpfooter .custom-footer-main {
		min-height: auto;
	}

	.lpfooter .custom-footer-upper:after {
		content: none;
	}

	.lpfooter .custom-footer-upper:before {
		content: none;
	}

	/* 	form css */


	.contact-pop-wrapper fieldset.form-columns-2 .hs-form-field {
		width: 100%!important;
	}
	.contact-pop-wrapper .container.responsivegrid .form-columns-2 .hs-form-field:first-child {
		padding-right: 0;
	}
	.contact-pop-wrapper .container.responsivegrid .form-columns-2 .hs-form-field:last-child {
		padding-left: 0;
	}
	.kw-modal-partition .kw-modal-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	section.kw-intro-indented {
		margin-left: 2.2rem;
	}
	.contact-pop-wrapper .kw-intro {
		margin-left: 0.3rem;
		padding-right: 2.8rem;
		scroll-margin-top: 8rem;
	}
	.contact-pop-wrapper .input .hs-input {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.contact-pop-wrapper .responsivegrid form {
		margin-top: 4.5rem;
	}
	article.kw-intro {
		margin-left: 0.3rem;
		padding-right: 2.8rem;
		scroll-margin-top: 8rem;
	}

	.contact-pop-wrapper .responsivegrid form {
		margin-top: 4.5rem;
		margin-left: 2.8rem;
		margin-right: 2.8rem;
	}
	.kw-modal-closebutton {
		margin-top: 0;
	}
	.kw-modal-container {
		overflow-y: auto;
		height: 50vh;
	}

}

@keyframes globeSpin {
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes kpsweb-modal-snookie {
	0 {
		margin-left: -40%
	}

	50% {
		margin-left: -40%
	}

	100% {
		margin-left: 0
	}
}

@keyframes kpsweb-modal-snookieClose {
	0 {
		margin-left: 0
	}

	50% {
		margin-left: -40%
	}

	100% {
		margin-left: -40%
	}
}

@keyframes kpsweb-modal-appear {
	0 {
		transform: scaleY(0.002) scaleX(0)
	}

	50% {
		transform: scaleY(0.002) scaleX(1)
	}

	100% {
		transform: scaleY(1) scaleX(1)
	}
}

@keyframes kpsweb-modal-disappear {
	0 {
		transform: scaleY(1) scaleX(1)
	}

	50% {
		transform: scaleY(0.002) scaleX(1)
	}

	100% {
		transform: scaleY(0.002) scaleX(0)
	}
}

@keyframes kpsweb-modal-showUp {
	0 {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes kpsweb-modal-hide {
	0 {
		transform: scale(1)
	}

	100% {
		transform: scale(0)
	}
}

@-webkit-keyframes kpsweb-playbutton {
	0 {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}



@media (max-width: 400px) {
	.kw-linkList {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

}
/* 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: 1023px) {
  .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;
  }
}