/* Theme base styles */

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

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

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

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/






/* Text decoration Macro */


/* Font style Macro */


/* Font weight Macro */



:root {

  /* 1a. Containers */

  --container_width: 1240px;
	--section_vertical_spacing: 80px ;
	--section_horizontal_spacing: 1rem;
  --dnd_section_padding: var(--section_vertical_spacing, 8rem) var(--section_horizontal_spacing);
  
  --gutter_width_percent: 1.338709677419355%;
  --column_width_percent: 7.106182795698925%;

  /* 1b. Colors */

  --primary_color: #17304A;
  --secondary_color: #17304A;

  /* 1c. Typography */

  --primary_font: Open Sans, sans-serif;
  --secondary_font: Open Sans, sans-serif;

  --h1_color: #243b5c;
  --h1_font_style:  normal;
  --h1_font_weight:  800;
  --h1_font_family: Open Sans, sans-serif;
  --h1_text_decoration:  none;
  --h1_font_size: 60px;
  --h1_text_transform: none;

  --h2_color: #243b57;  
  --h2_font_style:  normal;
  --h2_font_weight:  800;
  --h2_font_family: Open Sans, sans-serif;
  --h2_font_size: 30px;
  --h2_text_decoration:  none;
  --h2_text_transform: none;

  --h3_color: #243b57;
  --h3_font_style:  normal;
  --h3_font_weight:  800;
  --h3_font_family: Open Sans, sans-serif;
  --h3_font_size: 30px;
  --h3_text_decoration:  none;
  --h3_text_transform: none;

  --h4_color: #243b57;
  --h4_font_style:  normal;
  --h4_font_weight:  800;
  --h4_font_family: Open Sans, sans-serif;
  --h4_font_size: 24px;
  --h4_text_decoration:  none;
  --h4_text_transform: none;

  --h5_color: #243b57;
  --h5_font_style:  normal;
  --h5_font_weight:  normal;
  --h5_font_family: Open Sans, sans-serif;
  --h5_font_size: 16px;
  --h5_text_decoration:  none;
  --h5_text_transform: none;

  --h6_color: #243b57;
  --h6_font_style:  normal;
  --h6_font_weight:  normal;
  --h6_font_family:Open Sans, sans-serif;
  --h6_font_size: 14px;
  --h6_text_decoration:  none; 
  --h6_text_transform: none;

  --body_font_color: #243b5c;
  --body_font_font_family: Open Sans, sans-serif;
  --body_font_font_size: 14px;  

  --anchor_color: #243b57;
  --anchor_font_style:  normal;
  --anchor_font_weight:  normal;
  --anchor_font_family: Open Sans, sans-serif;
  --anchor_text_decoration:  none;
	
  /* 1d. Buttons */

  --button_text_decoration:  none;
  --button_font_weight:  600;
  --button_font_family: Open Sans, sans-serif;
  --button_font_size: 15px;
  --button_color: #FFFFFF;
  --button_text_transform: none;
  --button_bg_color: rgba(23, 48, 74, 1.0);
  --button_bg_color_active: rgba(23, 48, 74, 1.0);
  --button_border_top: 0px solid #38bcc4;
  --button_border_right: 0px solid #38bcc4;
  --button_border_bottom: 0px solid #38bcc4;
  --button_border_left: 0px solid #38bcc4;  
  --button_border_top_active: 0px solid #38bcc4;
  --button_border_right_active: 0px solid #38bcc4;
  --button_border_bottom_active: 0px solid #38bcc4;
  --button_border_left_active: 0px solid #38bcc4; 
  --button_corner_radius: 20px;
  --button_spacing: 9px 17px 9px 17px;

  /* 1e. Forms */

  --form_title_font_color: #17304A;

  --form_label_font_color: #303f80;

  --form_help_text_font_color: #616ea6;

  --form_field_placeholder_color: #616ea6;
  --form_field_font_color: #616ea6;
  --form_field_bg_color: rgba(255, 255, 255, 1.0);
  --form_field_border_top: 1px solid #dee4fc;
  --form_field_border_right: 1px solid #dee4fc;
  --form_field_border_bottom: 1px solid #dee4fc;
  --form_field_border_left: 1px solid #dee4fc;  
  --form_field_corner_radius: 35px;

  /* 1f. Tables */

  --table_head_bg_color: rgba(23, 48, 74, 1.0);
  --table_head_font_color: #FFFFFF;

  --table_bg_color: rgba(255, 255, 255, 1.0);
  --table_font_color: #38bcc4;

  --table_footer_bg_color: rgba(255, 255, 255, 1.0);
  --table_footer_font_color: #38bcc4;

  --table_cell_spacing: 18px 18px 18px 18px; 
  --table_border_top: 1px solid #38bcc4;
  --table_border_right: 1px solid #38bcc4;
  --table_border_bottom: 1px solid #38bcc4;
  --table_border_left: 1px solid #38bcc4;  

  /* 1g. Website header */

  --nav_font_color: #38bcc4;
  --nav_drop_down_font_color: #38bcc4;
  --nav_drop_down_bg_color: rgba(255, 255, 255, 1.0);
  --nav_drop_down_border_top: 2px solid #17304A;
  --nav_drop_down_border_right: 2px solid #17304A;
  --nav_drop_down_border_bottom: 2px solid #17304A;
  --nav_drop_down_border_left: 2px solid #17304A;

  --header_bg_color: rgba(23, 48, 74, 1.0);

  /* 1h. Website footer */

  --footer_bg_color: rgba(255, 255, 255, 1.0);
  --footer_font_color: #243b5c;
	
	/* 1i. Border Radius */
	--border-radius-50: 50rem;
	--border-radius-25: 2.5rem;
	--border-radius-30: 3rem;

}

@media (max-width: 991px) {
	:root {
		--h1_font_size: 3rem;
		--h2_font_size: 2.5rem;
		--h3_font_size: 2rem;
		--h4_font_size: 1.8rem;
	}
}
/* Responsive grid */

.row-fluid {
  display:flex;
  flex-wrap: wrap;
}

.row-fluid [class*='span'] {
  margin-left: var(--gutter_width_percent);
  -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 {
  flex: 0 0 auto;
  width: 100%;
}

.row-fluid .span11 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 11) + (var(--gutter_width_percent) * 10) );
}

.row-fluid .span10 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 10) + (var(--gutter_width_percent) * 9) );
}

.row-fluid .span9 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 9) + (var(--gutter_width_percent) * 8) );
}

.row-fluid .span8 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 8) + (var(--gutter_width_percent) * 7) );
}

.row-fluid .span7 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 7) + (var(--gutter_width_percent) * 6) );
}

.row-fluid .span6 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 6) + (var(--gutter_width_percent) * 5) );
}

.row-fluid .span5 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 5) + (var(--gutter_width_percent) * 4) );
}

.row-fluid .span4 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 4) + (var(--gutter_width_percent) * 3) );
}

.row-fluid .span3 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 3) + (var(--gutter_width_percent) * 2) );
}

.row-fluid .span2 {
  flex: 0 0 auto;
  width: calc( (var(--column_width_percent) * 2) + var(--gutter_width_percent) );
}

.row-fluid .span1 {
  flex: 0 0 auto;
  width: var(--column_width_percent);
}

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .row-fluid [class*='span'] {
    margin-left: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%}
}
.body-wrapper:not(.expertise--offre):not(.rc-listing):not(.rc-post) {
	overflow-x: hidden;
}
.rc--blog-author .body-wrapper {
	overflow-y: hidden; 
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: var(--container_width);
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--dnd_section_padding);
}

.dnd-section > .row-fluid {
  margin: 0 auto;
	padding: 0 2rem;
	max-width: var(--container_width);
}

div[class*="-force-full-width-section"] > .row-fluid {
	padding: 0;
}

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

body {
  font-family: var(--body_font_font_family);
  font-style:normal;
  font-weight: normal;
  text-decoration: none;
  font-size: var(--body_font_font_size);
  color: var(--body_font_color);
  font-size: var(--body_font_font_size);
  line-height: 1.4;
  word-break: break-word;
}

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

html {
  font-size: 62.5%;
}

/* Paragraphs */

p {
  font-size: var(--body_font_font_size);
  margin: 0 0 2rem;
}

/* Anchors */

a {
  font-weight: var(--anchor_font_weight);
  text-decoration: var(--anchor_text_decoration);
  font-family: var(--anchor_font_family);
  font-style: var( --anchor_font_style);
  color: var(--anchor_color);
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
}

h1,
.h1 {
  font-family: var(--h1_font_family);
  font-weight: var(--h1_font_weight);
  font-size: var(--h1_font_size);
	line-height: 1.2;
  font-style: var( --h1_font_style);
  color: var(--h1_color);
  text-decoration: var(--h1_text_decoration);
  text-transform: var(--h1_text_transform);
}

h2,
.h2 {
  font-family: var(--h2_font_family);
  font-weight: var(--h2_font_weight);
  font-size: var(--h2_font_size);
	line-height: 1.33;
  font-style: var( --h2_font_style);
  color: var(--h2_color);
  text-decoration: var(--h2_text_decoration);
  text-transform: var(--h2_text_transform);
}

h3,
.h3 {
  font-family: var(--h3_font_family);
  font-weight: var(--h3_font_weight);
  font-size: var(--h3_font_size);
  font-style: var( --h3_font_style);
  color: var(--h3_color);
  text-decoration: var(--h3_text_decoration);
  text-transform: var(--h3_text_transform);
}

h4,
.h4 {
  font-family: var(--h4_font_family);
  font-weight: var(--h4_font_weight);
  font-size: var(--h4_font_size);
  font-style: var( --h4_font_style);
  color: var(--h4_color);
  text-decoration: var(--h4_text_decoration);
  text-transform: var(--h4_text_transform);
}

h5,
.h5 {
  font-family: var(--h5_font_family);
  font-weight: var(--h5_font_weight);
  font-size: var(--h5_font_size);
  font-style: var( --h5_font_style);
  color: var(--h5_color);
  text-decoration: var(--h5_text_decoration);
  text-transform: var(--h5_text_transform);
}

h6,
.h6 {
  font-family: var(--h6_font_family);
  font-weight: var(--h6_font_weight);
  font-size: var(--h6_font_size);
  font-style: var( --h6_font_style);
  color: var(--h6_color);
  text-decoration: var(--h6_text_decoration);
  text-transform: var(--h6_text_transform);
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  border-left-color: var(--secondary_color);
  margin: 0 0 2rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
a.cta_button {
  border-top: var(--button_border_top);
  border-right: var(--button_border_right);
  border-bottom: var(--button_border_bottom);
  border-left: var(--button_border_left);
	
  padding: var(--button_spacing);  
	
  text-transform: var(--button_text_transform);
  border-radius: var(--button_corner_radius);
  text-align: center;
  white-space: normal;
	
	position: relative;
	display: inline-block;
	
	font-family: var(--button_font_family);
	font-size: var(--button_font_size);
	line-height: 1.5;
	font-weight: var(--button_font_weight);
	color: var(--button_color);
	
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	
	text-decoration: none;
	
	background-color: #38BCC4;
	
	box-shadow: 0 0 0 2px rgba(105, 105, 178, 0);
	cursor: pointer;
	z-index: 1;
	transition: opacity .2s ease, background .2s ease, box-shadow .2s ease, border .2s ease;
}

button.button--white,
.button.button--white,
.button--white a.cta_button{
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
}

button.button--outline,
.button.button--outline,
.button--outline a.cta_button {
	color: var(--primary_color);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 2px var(--primary_color);
}

button.button--link,
.button.button--link,
.button--link a.cta_button {
	padding: 0;
	background-color: transparent;
	box-shadow: unset;
	color: var(--primary_color);
	border-radius: 0;
	border: 0;
}

button::before,
.button::before,
a.cta_button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--button_corner_radius);
	background-image: linear-gradient(98deg, #38bcc4 1%, #6969b2 156%), linear-gradient(95deg, #40a4aa 1%, #7171b0 156%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	opacity: 1;
	z-index: -1;
	transition: opacity 0.2s ease;
}
button.button--link::before,
.button.button--link::before,
.button--link a.cta_button::before,
button.button--white::before,
.button.button--white::before,
.button--white a.cta_button::before,
button.button--outline::before,
.button.button--outline::before,
.button--outline a.cta_button::before {
	content: none;
}

button.button--arrow::after,
.button.button--arrow::after,
.button--arrow a.cta_button::after {
	content: "";
	display: inline-block;
	margin-left: 0.9rem;
	width: 17px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h12M13 5 9.5 1M13 5 9.5 9'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(0);
	transition: transform 0.2s ease, background-image 0.2s ease;
}
button.button--link.button--arrow::after,
.button.button--link.button--arrow::after,
.button--link.button--arrow a.cta_button::after,
button.button--outline.button--arrow::after,
.button.button--outline.button--arrow::after,
.button--outline.button--arrow a.cta_button::after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23303f80' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h12M13 5 9.5 1M13 5 9.5 9'/%3E%3C/g%3E%3C/svg%3E%0A");
}

button:hover,
button:focus,
.button:hover,
.button:focus,
a.cta_button:hover,
a.cta_button:focus {
	font-weight: var(--button_font_weight);
}
button:hover::before,
button:focus::before,
.button:hover::before,
.button:focus::before,
a.cta_button:hover::before,
a.cta_button:focus::before {
	opacity: 0;
}

button.button--white:hover,
button.button--white:focus,
.button.button--white:hover,
.button.button--white:focus,
.button--white a.cta_button:hover,
.button--white a.cta_button:focus {
	background-color: rgba(255, 255, 255, 0.25);
}

button.button--outline:hover,
button.button--outline:focus,
.button.button--outline:hover,
.button.button--outline:focus,
.button--outline a.cta_button:hover,
.button--outline a.cta_button:focus {
	background-color: var(--primary_color);
	color: #FFF;
}

button.button--outline.button--arrow:hover::after,
button.button--outline.button--arrow:focus::after,
.button.button--outline.button--arrow:hover::after,
.button.button--outline.button--arrow:focus::after,
.button--outline.button--arrow a.cta_button:hover::after,
.button--outline.button--arrow a.cta_button:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h12M13 5 9.5 1M13 5 9.5 9'/%3E%3C/g%3E%3C/svg%3E%0A");
}

button.button--arrow:hover::after,
button.button--arrow:focus::after,
.button.button--arrow:hover::after,
.button.button--arrow:focus::after,
.button--arrow a.cta_button:hover::after,
.button--arrow a.cta_button:focus::after {
	transform: translateX(5px);
} 

button:active,
.button:active {
  background-color: var(--button_bg_color_active);
  border-top: var(--button_border_top_active);
  border-right: var(--button_border_right_active);
  border-bottom: var(--button_border_bottom_active);
  border-left: var(--button_border_left_active);
}

button:disabled,
.button:disabled {
  background-color: var(--button_bg_color);
  border-top: var(--button_border_top);
  border-right: var(--button_border_right);
  border-bottom: var(--button_border_bottom);
  border-left: var(--button_border_left);
  color: var(--button_color);
}

.reset-button {
	background-color: transparent;
	padding: 0;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.reset-button::before {
	content: none;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* reset style in editor */
.uiButton::before {
	content: none;
}
/* remove generic button style in G Maps */
.contact-map-outer .map button {
	border-radius: 0;
}
.contact-map-outer .map button::before,
.contact-map-outer .map button:hover::before,
.contact-map-outer .map button:focus::before,
.contact-map-outer .map button:active::before {
	content: none;
}
form,
.submitted-message {
	font-family: var(--body_font_font_family);
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d8defb;
	padding: 5rem;
	border-radius: 0.5rem;
}

/* Form title */

.form-title {
	color: var(--form_title_font_color);
}

/* Fields */

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

/* Labels */
form label:not(.hs-form-checkbox-display):not(.hs-form-radio-display):not(.hs-form-booleancheckbox-display):not(.hs-error-msg) {
	color: var(--form_label_font_color);
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0.35rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.hs-form-booleancheckbox-display {
	font-size: 1rem;
}
/* Help text */

form legend {
	color: var(--form_help_text_font_color);
	font-size: 1.5rem;
}

/* 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 {
	border-top: var(--form_field_border_top);
	border-right: var(--form_field_border_right);
	border-bottom: var(--form_field_border_bottom);
	border-left: var(--form_field_border_left);
	background-color: var(--form_field_bg_color);
	color: var(--form_field_font_color);
	border-radius: var(--form_field_corner_radius);
	display: inline-block;
	font-size: 1.3rem;
	padding: 1rem 2rem;
	width: 100% !important;
	min-height: 4rem;
}

form fieldset {
	max-width: 100% !important;
}
form textarea {
	min-height: 15rem;
	border-radius: 1.5rem;
}
/* Form placeholder text */

::-webkit-input-placeholder {
	color: var(--form_field_placeholder_color);
}

::-moz-placeholder {
	color: var(--form_field_placeholder_color);
}

:-ms-input-placeholder {
	color: var(--form_field_placeholder_color);
}

::placeholder {
	color: var(--form_field_placeholder_color);
}

/* 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 - date picker */

.hs-dateinput {
	position: relative;
}

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

.hs-fieldtype-date .input .hs-dateinput:before {
	color: var(--form_field_placeholder_color);
}

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

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

.fn-date-picker td.is-today .pika-button {
	color: var(--primary_color);
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	background-color: var(--primary_color) !important;
	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: 1rem;
	margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */


form .actions {
	display: inline-block;
	margin-top: 0;
	border-radius: 20px;
	background-image: linear-gradient(98deg, #38bcc4 1%, #6969b2 156%), linear-gradient(95deg, #40a4aa 1%, #7171b0 156%);
}
@media (max-width: 1279px) {
	form .actions {
		margin-left: 3rem;
	}
}
@media (max-width: 767px) {
	form .actions {
		margin-left: 0rem;
		margin-top: 3rem;
	}
}
form input[type="submit"],
form .hs-button {
	position: relative;
	margin-top: 0;
	padding: 1rem 4.5rem 1rem 2.2rem;
	color: #FFF;
	background-color: rgba(255, 255, 255, 0);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9.828' viewBox='0 0 14 9.828'%3E%3Cg transform='translate(-3.5 -5.586)'%3E%3Cpath d='M10.561,3.5l3.5,3.5-3.5,3.5' transform='translate(2.439 3.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M5.752,3.141h12' transform='translate(-1.252 7.359)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 12px 8px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	box-shadow: unset;
	appearance: none;
	border: 0;
	border-radius: 20px;
	cursor: pointer;
	transition: background 0.2s ease;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form .hs-button:hover,
form .hs-button:focus {
	background-color: #38bcc4;
	background-position: right 15px center;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
.legal-consent-container {
	margin-bottom: 3rem;
}
.input select {
	appearance: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.hs-fieldtype-select .input {
	position: relative;
}
.hs-fieldtype-select .input:after {
	content: '';
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='7px' viewBox='0 0 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape Copy 2%3C/title%3E%3Cg id='Maquettes' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='WES22001-NousContacter-v1' transform='translate(-1024.000000, -1277.000000)' stroke='%23303F80' stroke-width='1.7'%3E%3Cpath d='M1025,1278 L1030,1283 M1035,1278 L1030,1283' id='Combined-Shape-Copy-2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hs-fieldtype-select .input:after {
	content: '';
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='7px' viewBox='0 0 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape Copy 2%3C/title%3E%3Cg id='Maquettes' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='WES22001-NousContacter-v1' transform='translate(-1024.000000, -1277.000000)' stroke='%23303F80' stroke-width='1.7'%3E%3Cpath d='M1025,1278 L1030,1283 M1035,1278 L1030,1283' id='Combined-Shape-Copy-2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	height: 5px;
	width: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	z-index: 1;
}
/* Table */

table {
  border-top: var(--table_border_top);
  border-right: var(--table_border_right);
  border-bottom: var(--table_border_bottom);
  border-left: var(--table_border_left);
  background-color: var(--table_bg_color);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  border-top: var(--table_border_top);
  border-right: var(--table_border_right);
  border-bottom: var(--table_border_bottom);
  border-left: var(--table_border_left);
  padding:var(--table_cell_spacing);
  color: var(--table_font_color);
  vertical-align: top;
}

/* Table header */

thead th {
  background-color: var(--table_head_bg_color);
  color: var(--table_head_font_color);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--table_footer_bg_color);
  color: var(--table_footer_font_color);
}
.tag {
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: 1.43px;
	color: #04ab9e;
	text-transform: uppercase;
	margin-bottom: 0.7rem;
}

.tag--white {
	color: #FFF;
}

.tag--hero {
	margin-bottom: 1rem;
}
.card {
	flex: 0 0 calc((100% / 3) - (3rem / (3/2)));
	align-items: flex-start;
	margin-bottom: 3rem;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.card:not(:nth-child(3n + 1)) {
	margin-left: 3rem;
}
@media (max-width: 991px) {
	.card {
		flex: 0 0 calc(50% - (3rem / 2));
	}
	.card:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.card:not(:nth-child(2n + 1)) {
		margin-left: 3rem;
	}
}
@media (max-width: 767px) {
	.card {
		flex: 0 0 100%;
	}
	.card:last-of-type {
		margin-bottom: 0;
	}
	.card:not(:nth-child(2n + 1)) {
		margin-left: 0rem;
	}
}
.card:not(.card--infos) {
	background-color: #FFF;
}
.card:not(.card--infos):not(.card--no-link):hover {
	background-color: #47a8ae;
}

.card:not(.card--infos) {
	position: relative;
	box-shadow: inset 0 0 0 1px #d8defb;
	padding: 4rem;
	border-radius: 5px;
}

.card:not(.card--infos):not(.card--no-link):hover {
	box-shadow: inset 0 0 0 1px #47a8ae;
}

.card--infos {
	justify-content: flex-end;
}
.card__icon-container {
	line-height: 0;
	position: relative;
	width: 61px;
	height: 61px;
	margin-bottom: 2rem;
}
.card__icon {
	transition: opacity 0.5s ease;
}
.card__icon--hover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transform: translate(-50%, -50%);
}
.card:not(.card--no-link):hover .card__icon:not(.card__icon--hover) {
	opacity: 0;
}
.card:not(.card--no-link):hover .card__icon--hover {
	opacity: 1;
}

.card__title {
	font-size: 1.7rem;
	line-height: 2.35;
	margin-bottom: 0.5rem;
	font-weight: bold;
	color: var(--primary-color);
	transition: color 0.2s ease;
}

.card:not(.card--no-link):hover .card__title {
	color: #FFF;
}

.card__caption {
	margin-bottom: 2rem;
}
.card__caption * {
	font-size: 1.4rem;
	color: var(--primary-color);
	transition: color 0.2s ease;
}

.card:not(.card--no-link):hover .card__caption * {
	color: #FFF;
}

.card__caption *:last-child {
	margin-bottom: 0;
}

.card__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card__link-text {
	font-weight: 700;
	margin-bottom: 0;
	color: var(--primary-color);
	transition: color 0.2s ease;
}

.card:hover .card__link-text {
	color: #FFF;
}

.card__link-text-arrow {
	margin-left: 1.35rem;
	transition: transform 0.2s ease;
}
.card__link-text-arrow .line {
	transform: scaleX(0);
	transition: transform 0.2s ease;
}
.card__link-text-arrow .chevron {
	transform: translateX(-16px);
	transition: transform 0.2s ease;
}

.card:hover .card__link-text-arrow {
	transform: translateX(3.5px);
}
.card:hover .card__link-text-arrow .line {
	transform: scaleX(1);
}
.card:hover .card__link-text-arrow .chevron {
	transform: translateX(0px);
}

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

/* Header DND sections */

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

/* Header container */

.header__container {
	display: flex;
	justify-content: space-between;
}

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

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

@media (max-width: 1150px) and (min-width: 767px) {
	.header__column {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.header__container {
		flex-direction: column;
		padding: 1rem 0 0;
	}

	.header__column {
		position: relative;
	}

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

	.header__row-2 {
		justify-content: center;
		padding: 1.05rem;
	}
}

/* Navigation skipper */

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

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

/* Logo */

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

@media (max-width: 767px) {
	.header__logo {
		margin: 0 auto;
		width: 100%;
	}
}

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

.header__logo .logo-company-name {
	color: var(--nav_font_color);
	font-family: var(--body_font_font_family);
	font-size: 1.167rem;
	margin-top: 0.7rem;
}

.header__logo--main {
	padding-top: 1rem;
}

/* Search bar */

.header__search {
	padding: 0 1rem;
	width: auto;
}

.header__search .hs-search-field__input {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
	background-position: center right 15px;
	background-repeat: no-repeat;
	height: 45px;
	padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
	background-color: #FFF;
	border: 2px solid #D1D6DC;
	border-radius: 0 0 6px 6px;
	border-top-width: 1px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.header__search .hs-search-field__suggestions li {
	border-top: 1px solid #D1D6DC;
	font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
	color: #494A52;
	padding: 0.35rem 0.7rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

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

@media (min-width: 767px) {
	.header__search form {
		align-items: center;
		display: flex;
		flex-direction: row;
	}

	.header__search label {
		margin: 0 1rem 0 0;
	}

	.header__search .hs-search-field__input {
		width: auto;
	}
}

@media (max-width: 767px) {
	.header__search {
		border-top: 2px solid #CED4DB;
		order: 1;
		padding: 1.05rem;
	}
}

/* Language switcher */

.header__language-switcher {
	cursor: pointer;
	padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
	border: 2px solid;
	border-radius: 3px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
	display: block;
	left: calc(100% - 24px);
	opacity: 0;
	min-width: 100px;
	padding-top: 0;
	text-align: left;
	top: 100%;
	transition: opacity 0.3s;
	visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
	left: 70%;
	top: -25px;
	border-bottom: var(--nav_drop_down_border_bottom);
}

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

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

.header__language-switcher .lang_list_class li {
	border: none;
	font-size: 18px;
	padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
	border-radius: 6px 6px 0 0;
	border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
	background-color: var(--header_bg_color);
	transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
	color: var(--nav_font_color);
	font-family: var(--body_font_font_family);
}

.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: var(--nav_font_color);
}

.header__language-switcher .lang_list_class li a:active {
	color: var(--nav_font_color);
}

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

.header__language-switcher--label-current {
	color: var(--nav_font_color);
	font-family: var(--body_font_font_family);
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	margin-bottom: 0.175rem;
	margin-left: 0.7rem;
}

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

.header__language-switcher-label-current {
	font-family: var(--body_font_font_family);
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
	color: var(--nav_font_color);
}

.header__language-switcher-label-current:after {
	border-top-color: var(--nav_font_color);
}

.header__language-switcher-label-current:active {
	color: var(--nav_font_color);
}

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

	.header__language-switcher .lang_list_class {
		border: none;
		box-shadow: unset;
		display: block;
		left: 30px;
		opacity: 1;
		padding: 0 1.05rem;
		top: 0;
		visibility: visible;
	}

	.header__language-switcher .lang_list_class li {
		background-color: inherit;
		font-size: 0.917rem;
	}

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

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

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

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

@media (min-width: 767px) {
	.header__language-switcher .lang_list_class {
		border-top: var(--nav_drop_down_border_top);
		border-right: var(--nav_drop_down_border_right);
		border-bottom: var(--nav_drop_down_border_bottom);
		border-left: var(--nav_drop_down_border_left);
		background-color: var(--nav_drop_down_bg_color);
	}
}

/* Navigation */

#nav-toggle {
	display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {

	.header__navigation {
		background-color: var(--header_bg_color);
	}

	.header__navigation,
	.header__search,
	.header__language-switcher {
		display: none;
		width: 100%;
	}

	.header__navigation.open,
	.header__search.open,
	.header__language-switcher.open {
		background-color: #F8FAFC;
		display: block;
		left: 0;
		min-height: calc(100vh - 115px);
		position: absolute;
		right: 0;
		top: 75px;
		z-index: 2;
	}

	.header__navigation--toggle,
	.header__search--toggle,
	.header__language-switcher--toggle,
	.header__close--toggle {
		cursor: pointer;
		margin: 0 5vw;
		position: relative;
	}

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

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

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

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

	.header__navigation--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

	.header__navigation--toggle:after {
		content: "Menu";
	}

	.header__language-switcher--toggle {
		background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

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

	.header__search--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

	.header__search--toggle:after {
		content: "Search";
	}

	.header__close--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
		background-repeat: no-repeat;
		background-size: 110%;
		display: none;
		height: 25px;
		margin-right: 0;
		width: 25px;
	}

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

	.header__navigation-toggle svg{
		fill: var(--nav_font_color);
	}
}


div[data-global-resource-path*="header"] {
	--header-vertical-spacing: 3rem;
  position: fixed;
  top: 0;
  width: 100%;
	padding-top: var(--header-vertical-spacing);
	padding-bottom: var(--header-vertical-spacing);
  z-index: 10;
}

@media (max-width: 540px) {
	div[data-global-resource-path*="header"] {
		padding-top: calc(var(--header-vertical-spacing) / 1.5);
	}
}
header .header-wrapper {
	position: relative;
	align-items: center;
	max-width: var(--container_width);
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	z-index: 2;
}

.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.header-clipped-container {
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform 0.5s ease-in-out, filter 0.5s ease;
}
.header-clipped {
  width: 100%;
  height: 100px;
  background: #FFF;
  background-size: cover;
  -webkit-clip-path: url(#header-clip-path);
  clip-path: url(#header-clip-path);
}
@media (max-width: 992px) {
	.header-clipped {
		height: 95px;
	}
}
@media (max-width: 540px) {
	.header-clipped {
		height: 85px;
	}
}
.scrolled .header-clipped-container {
	transform: scaleY(1);
	filter: drop-shadow(1px 0px 14px rgba(97, 110, 166, 0.29));
}

.header-inner {
	justify-content: space-between;
}
.header-logo {
	line-height: 0;
}

.header-logo img {
	max-width: 137px;
	
	transform-origin: center;
	transition: transform 0.5s ease;
}
.scrolled .header-logo img {
	transform: scale(0.8);
	
}
@media (max-width: 1024px) {
	.homepage.lp .header-logo img {
		filter: brightness(0) invert(1);
		transition: filter 0.5s ease, transform 0.5s ease;
	}
	.scrolled .homepage.lp .header-logo img {
		transform: scale(0.8);
		filter: brightness(1) invert(0);
	}
	
}
@media (max-width: 767px) {
	.homepage .header-logo img {
		filter: brightness(0) invert(1);
		transition: filter 0.5s ease, transform 0.5s ease;
	}
	.scrolled .header-logo img {
		transform: scale(0.8);
		filter: brightness(1) invert(0);
	}
}

.header-nav {
	align-items: center;
}
@media (min-width: 993px) {
	.header-nav {
		flex-grow: 1;
	}
	.header-menu {
		margin-right: auto;
		padding-left: 6.5rem;
	}
}
@media (max-width: 992px) {
	.header-logo {
		order: 1;
	}
	.header-nav {
		position: fixed;
		top: 0;
		left: 100%;
		width: 75vw;
		min-height: 100vh;
		height: 100%;
		
		padding: 3.5rem;
		padding-right: 0;
		padding-left: 7rem;
		
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		box-shadow: -2px -2px 15px -2px rgba(97, 110, 166, 0);
		background-color: #FFF;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}
	.menu-open .header-nav {
		box-shadow: -2px -2px 15px -2px rgba(97, 110, 166, 0.41);
	}
}
.header-nav a.menu-link {
	font-size: 1.4rem;
	line-height: 1.14;
}
@media (max-width: 991px) {
	.header-nav .header-menu {
		width: 100%;
	}
} 
.submenu-label,
.submenu.level-1 > .has-submenu.menu-item > .menu-link {
	position: relative;
	padding: 0 calc(0.5rem * 3);
	color: var(--anchor_color);
	padding: calc(0.5rem*2) calc(0.5rem*4);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
	transition: color .3s ease-in-out;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: color 0.2s ease;
}
@media (min-width: 993px) {
	.has-submenu.menu-item .submenu-label,
	.submenu.level-1 > .has-submenu.menu-item > .menu-link {
		margin-right: 2rem;
	}
}

.has-submenu.menu-item .submenu-label::after,
.submenu.level-1 > .has-submenu.menu-item > .menu-link::after {
	content: "";
	position: absolute;
	top: calc(50% - 3.5px);
	right: 0;
	width: 8px;
	height: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.1' height='5.8' viewBox='0 0 8.1 5.8'%3E%3Cpath id='down' d='M514,56.333l3,4,3-4' transform='translate(-512.95 -55.283)' fill='none' stroke='%23243b57' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.2s ease, background 0.2s ease;
}
.submenu.level-1 > .has-submenu.menu-item > .menu-link::after {
	left: auto;
	transform: unset;
}
.scrolled .has-submenu.menu-item .submenu-label::after,
.scrolled .submenu.level-1 > .has-submenu.menu-item > .menu-link::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.1' height='5.8' viewBox='0 0 8.1 5.8'%3E%3Cpath id='down' d='M514,56.333l3,4,3-4' transform='translate(-512.95 -55.283)' fill='none' stroke='%23243b57' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
@media (min-width: 993px) {
	.has-submenu.menu-item:hover .submenu-label::after,
	.has-submenu.menu-item:focus .submenu-label::after,
	.submenu.level-1 > .has-submenu.menu-item:hover > .menu-link::after,
	.submenu.level-1 > .has-submenu.menu-item:focus > .menu-link::after {
		transform: rotateX(180deg);
	}
}
@media (max-width: 992px) {
	.has-submenu.menu-item > .submenu-toggle:checked + .submenu-label {
		font-weight: 600;
	}
	.has-submenu.menu-item > .submenu-toggle:checked + .submenu-label::after {
		transform: rotateX(180deg);
	}
}
.scrolled .submenu-label,
.scrolled .submenu.level-1 > .has-submenu.menu-item > .menu-link {
	color: var(--primary_color);
}
@media (max-width: 992px) {
	.submenu-label,
	.submenu.level-1 > .has-submenu.menu-item > .menu-link {
		color: var(--primary_color);
		font-size: 1.9rem;
		font-weight: 500;
		padding-left: 0;
		padding-right: 0;
	}
	.has-submenu.menu-item .submenu-label::after,
	.submenu.level-1 > .has-submenu.menu-item > .menu-link::after {
		right: 2rem;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.1' height='5.8' viewBox='0 0 8.1 5.8'%3E%3Cpath id='down' d='M514,56.333l3,4,3-4' transform='translate(-512.95 -55.283)' fill='none' stroke='%23243b5c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
	}
}
.header-nav ul.submenu.level-1 {
	position: relative;
	margin-bottom: 0;
}
.header-nav li,
.header-nav a {
	font-family: var(--body_font_font_family);
}
@media (min-width: 993px) {
	.header-nav ul.submenu.level-1 > li {
		position: relative;
		display: inline-flex;
		align-items: center;
		/* flex: 1 0 0; */
		white-space: nowrap;
	}
	.header-nav ul.submenu.level-1 > li.no-submenu {
		padding: 1rem 2rem;
	}
	.header-nav ul.submenu.level-1 > li:first-of-type > a.menu-link,
	.header-nav ul.submenu.level-1 > li:first-of-type > .submenu-label {
		padding-left: 0;
	}
	.header-nav ul.submenu.level-1 > li:not(.has-submenu):last-of-type > a.menu-link,
	.header-nav ul.submenu.level-1 > li:not(.has-submenu):last-of-type > .submenu-label {
		padding-right: 0;
	}
	.header-nav ul.submenu.level-1 > li.has-submenu:hover ul.submenu.level-2 {
		max-height: 100vh;
	}	
}

.header-nav ul.submenu.level-1 ul.submenu.level-2 {
	position: absolute;
	top: calc(100% + 1.6rem);
	left: 0;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: auto;
	min-width: 150px;
	max-width: 350px;
	max-height: 0;
	margin-bottom: 0;
	overflow-y: hidden;
	padding-left: 2.5rem;
	padding-right: 5rem;
	transition: max-height 0.5s ease;
}
@media (min-width: 993px) {
	.header-nav ul.submenu.level-1 ul.submenu.level-2 {
		border-radius: 5px;
		box-shadow: 1px 9px 14px 0 rgba(97, 110, 166, 0.2);
		background-color: #FFF;
	}
}
@media (max-width: 992px) {
	.header-nav ul.submenu.level-1 > li.menu-item:not(:last-of-type) {
		margin-bottom: 2.5rem;
	}
	.header-nav ul.submenu.level-1 li.has-submenu.menu-item {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	.header-nav ul.submenu.level-1 ul.submenu.level-2 {
		position: relative;
		top: auto;
		left: auto;
		padding-right: 0;
		padding-left: 0;
	}
	.header-nav ul.submenu.level-1 li.has-submenu.menu-item > .submenu-toggle:checked ~ ul.submenu.level-2 {
		max-height: 100vh;
	}
}
.header-nav ul.submenu.level-1 ul.submenu.level-2 > li {
	line-height: 1.14;
}

.header-nav ul.submenu.level-1 ul.submenu.level-2 > li:first-of-type {
	padding-top: 2.3rem;
}
@media (max-width: 992px) {
	.header-nav ul.submenu.level-1 ul.submenu.level-2 > li:first-of-type {
		padding-top: 0.72rem;
	}
}
@media (min-width: 993px) {
	.header-nav ul.submenu.level-1 ul.submenu.level-2 > li:last-of-type {
		padding-bottom: 2.3rem;
	}
}
.header-nav ul.submenu.level-1 ul.submenu.level-2 > li:not(:last-of-type) {
	margin-bottom: 1.9rem;
}

.header-nav ul.submenu.level-1 li a.menu-link {
	position: relative;
	font-weight: 600;
	color: transparent;
	transition: font-weight 0.2s ease, padding 0.2s ease, color 0.2s ease;
}
.header-nav ul.submenu.level-1 li a.menu-link::before,
.header-nav ul.submenu.level-1 > li.no-submenu > a.menu-link::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.605' height='6.86' viewBox='0 0 5.605 6.86'%3E%3Cpath id='right' d='M173,81l2.5,4,2.5-4' transform='translate(-80.07 178.93) rotate(-90)' fill='none' stroke='%23243b57' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.35' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateX(-22.5px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.header-nav ul.submenu.level-1 > li > a.menu-link::before {
	top: 50%;
	transform: translate(-22.5px, -50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9'%3E%3Cdefs%3E%3ClinearGradient id='loyajettta' x1='0%25' x2='100%25' y1='45.703%25' y2='50%25'%3E%3Cstop offset='0%25' stop-color='%237171B0'/%3E%3Cstop offset='100%25' stop-color='%2340A4AA'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%23FFF' stroke-width='1.5' transform='translate(-381.000000, -108.000000)'%3E%3Cpath d='M381 110.333L384 114.333 387 110.333' transform='translate(384.000000, 112.333333) rotate(-90.000000) translate(-384.000000, -112.333333)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.scrolled .header-nav ul.submenu.level-1 > li > a.menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9'%3E%3Cdefs%3E%3ClinearGradient id='loyajettta' x1='0%25' x2='100%25' y1='45.703%25' y2='50%25'%3E%3Cstop offset='0%25' stop-color='%237171B0'/%3E%3Cstop offset='100%25' stop-color='%2340A4AA'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='url(%23loyajettta)' stroke-width='1.5' transform='translate(-381.000000, -108.000000)'%3E%3Cpath d='M381 110.333L384 114.333 387 110.333' transform='translate(384.000000, 112.333333) rotate(-90.000000) translate(-384.000000, -112.333333)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.header-nav ul.submenu.level-1 li a.menu-link:hover::before,
.header-nav ul.submenu.level-1 li a.menu-link:focus::before,
.header-nav ul.submenu.level-1 > li.no-submenu > a.menu-link:hover::before,
.header-nav ul.submenu.level-1 > li.no-submenu > a.menu-link:focus::before {
	opacity: 1;
	transform: translateX(-0px);
}
.header-nav ul.submenu.level-1 > li > a.menu-link:hover::before,
.header-nav ul.submenu.level-1 > li > a.menu-link:focus::before {
	transform: translate(-0px, -50%);
}

.header-nav ul.submenu.level-1 li a.menu-link::after {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 1.4rem;
	line-height: 1.14;
	font-weight: 500;
	color: var(--anchor_color);
	transform: translate(0, -50%);
	transition: font-weight 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.scrolled .header-nav ul.submenu.level-1 li a.menu-link::after {
	color: var(--anchor_color);
}
@media (max-width: 991px) {
	.header-nav ul.submenu.level-1 > li > a.menu-link::after {
		font-size: 1.9rem;
	}
}
.header-nav ul.submenu.level-1 > li > a.menu-link::after {
	font-weight: 600;
}
.header-nav ul.submenu.level-1 ul.submenu.level-2 li a.menu-link::after {
	color: var(--anchor_color);
}
.header-nav ul.submenu.level-1 li a.menu-link:hover::after,
.header-nav ul.submenu.level-1 li a.menu-link:focus::after {
	font-weight: 600;
	transform: translate(22.5px, -50%);
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul,
.header-nav nav[aria-label*="menu"] > ul {
	align-items: center;
}

@media (max-width: 992px) {
	.header-nav ul.submenu.level-1 > li > a.menu-link::after {
		color: var(--primary_color);
	}
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul,
	.header-nav nav[aria-label*="menu"] > ul {
		align-items: flex-start;
		flex-direction: column;
	}
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul.submenu.level-1 > li > a,
	.header-nav nav[aria-label*="menu"] > ul.submenu.level-1 > li > a{
		position: relative;
	}
	
	.header-nav ul.submenu.level-1 > li.no-submenu {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.header-nav .submenu-label::before,
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul.submenu.level-1 > li > a::before,
	.header-nav nav[aria-label*="menu"] > ul.submenu.level-1 > li > a::before,
	.header-nav ul.submenu.level-1 > li.no-submenu > a.menu-link::before {
		content: "";
		position: absolute;
		top: 11px;
		left: -2rem;
		width: 14px;
		height: 10px;
		opacity: 1;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.621' height='8.414' viewBox='0 0 5.621 8.414'%3E%3Cpath id='arrow' d='M10.561,3.5l3.5,3.5-3.5,3.5' transform='translate(-9.854 -2.793)' fill='none' stroke='%23243b5c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2'%3E%3Cpath id='line' d='M5.752,3.141h12' transform='translate(-4.752 -2.141)' fill='none' stroke='%23243b5c' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
		background-size: 6px 10px, 0% 2px;
		background-position: right center, left center;
		background-repeat: no-repeat;
		transition: background 0.2s ease;
	}
	.header-nav ul.submenu.level-1 > li.no-submenu > a.menu-link::before {
		top: 8px;
	}
	.scrolled .header-nav ul.submenu.level-1 > li > a.menu-link::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.621' height='8.414' viewBox='0 0 5.621 8.414'%3E%3Cpath id='arrow' d='M10.561,3.5l3.5,3.5-3.5,3.5' transform='translate(-9.854 -2.793)' fill='none' stroke='%23243b5c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='2' viewBox='0 0 14 2'%3E%3Cpath id='line' d='M5.752,3.141h12' transform='translate(-4.752 -2.141)' fill='none' stroke='%23243b5c' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
	}
	.header-nav ul.submenu.level-1 > li > a.menu-link::after {
		font-weight: 500;
	}
	.header-nav ul.submenu.level-1 li a.menu-link {
		white-space: nowrap;
	}
	.header-nav ul.submenu.level-1 li a.menu-link:hover::after,
	.header-nav ul.submenu.level-1 li a.menu-link:focus::after {
		font-weight: 600;
		transform: translate(0, -50%);
	}
	.header-nav ul.submenu.level-1 > li > a.menu-link:hover::before,
	.header-nav ul.submenu.level-1 > li > a.menu-link:focus::before {
		transform: translate(-20px, -50%);
	}
	.header-nav .submenu-label::before {
		top: 17px;
		left: -4rem;
	}
	.header-nav .submenu-toggle:checked + .submenu-label::before,
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul.submenu.level-1 > li > a:hover::before,
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul.submenu.level-1 > li > a:focus::before,
	.header-nav nav[aria-label*="menu"] > ul.submenu.level-1 > li > a:hover::before,
	.header-nav nav[aria-label*="menu"] > ul.submenu.level-1 > li > a:focus::before {
		background-size: 6px 10px, 100% 2px;
	}
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul.submenu.level-1 > li > .submenu-toggle:checked + a::before {
		background-size: 6px 9px, 14px 2px;
	}
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul.submenu.level-1 > li > .submenu-toggle:checked ~ .submenu.level-2 {
		max-height: 100vh;
	}
	.header-nav ul.submenu.level-1 ul.submenu.level-2 > li a.menu-link:hover::after,
	.header-nav ul.submenu.level-1 ul.submenu.level-2 > li a.menu-link:focus::after {
		transform: translate(20px,-50%);
	}
}

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
.header-nav nav[aria-label*="menu"] > ul > li > a {
	padding: 0 calc( * 4);
	color: #FFF;
	transition: color 0.2s ease;
}
.scrolled .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
.scrolled .header-nav nav[aria-label*="menu"] > ul > li > a {
	color: var(--anchor_color);
}
@media (max-width: 992px) {
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
	.header-nav nav[aria-label*="menu"] > ul > li > a,
	.scrolled .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
	.scrolled .header-nav nav[aria-label*="menu"] > ul > li > a {
		color: var(--anchor_color);
	}
	
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
	.header-nav nav[aria-label*="menu"] > ul > li > a {
		font-size: 1.9rem;
		font-weight: 500;
		padding-left: 0;
		padding-right: 0;
	}
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover,
	.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:focus,
	.header-nav nav[aria-label*="menu"] > ul > li > a:hover,
	.header-nav nav[aria-label*="menu"] > ul > li > a:focus {
		font-weight: 600;
	}
}
.header-nav a.cta-style {
	font-size: 1.4rem;
}

.header-nav .hs-button,
.header-nav .cta_button {
	padding: 1rem 2.3rem;
	border-radius: 2rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.body-wrapper:not(.homepage) .header-nav .hs-button::before,
.body-wrapper:not(.homepage) .header-nav .cta_button::before {
	content: none;
}

.body-wrapper:not(.homepage) .header-nav .hs-button,
.body-wrapper:not(.homepage) .header-nav .cta_button,
.scrolled .homepage .header-nav .hs-button,
.scrolled .homepage .header-nav .cta_button {
	color: var(--primary-color);
	box-shadow: 0 0 0 2px var(--primary_color);
	background-color: #FFF;
}

.body-wrapper:not(.homepage) .header-nav .button--arrow .hs-button::after,
.body-wrapper:not(.homepage) .header-nav .button--arrow .cta_button::after,
.scrolled .homepage .header-nav .button--arrow .hs-button::after,
.scrolled .homepage .header-nav .button--arrow .cta_button::after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23243b57' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h12M13 5 9.5 1M13 5 9.5 9'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.body-wrapper:not(.homepage) .header-nav .button--arrow .hs-button:hover,
.body-wrapper:not(.homepage) .header-nav .button--arrow .cta_button:hover,
.body-wrapper:not(.homepage) .header-nav .button--arrow .hs-button:focus,
.body-wrapper:not(.homepage) .header-nav .button--arrow .cta_button:focus,
.scrolled .homepage .header-nav .button--arrow .hs-button:hover,
.scrolled .homepage .header-nav .button--arrow .cta_button:hover,
.scrolled .homepage .header-nav .button--arrow .hs-button:focus,
.scrolled .homepage .header-nav .button--arrow .cta_button:focus {
	color: #FFF;
	background-color: var(--primary_color);
}

.body-wrapper:not(.homepage) .header-nav .button--arrow .hs-button:hover::after,
.body-wrapper:not(.homepage) .header-nav .button--arrow .cta_button:hover::after,
.body-wrapper:not(.homepage) .header-nav .button--arrow .hs-button:focus::after,
.body-wrapper:not(.homepage) .header-nav .button--arrow .cta_button:focus::after,
.scrolled .homepage .header-nav .button--arrow .hs-button:hover::after,
.scrolled .homepage .header-nav .button--arrow .cta_button:hover::after,
.scrolled .homepage .header-nav .button--arrow .hs-button:focus::after,
.scrolled .homepage .header-nav .button--arrow .cta_button:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h12M13 5 9.5 1M13 5 9.5 9'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.header-cta {
	margin-left: 1.5rem;
	margin-right: 1rem;
	min-width: 85.33px;
}
@media (max-width: 1279px) {
	.header-cta {
		white-space: nowrap;
	}
}
@media (max-width: 992px) {
	.header-cta {
		display: none;
	}
}

.header-burger-label {
	--span-width: 35px;
	--span-height: 3px;
	position: relative;
	display: block;
	width: 35px;
	height: 30px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
@media (min-width: 993px) {
	.header-burger-label {
		display: none;
	}
}
@media (max-width: 992px) {
	.header-burger-label {
		margin-left: 40px;
		order: 3;
	}
	.header-burger-label::after {
		content: "";
		position: absolute;
		top: 50%;
		left: -20px;
		width: 1px;
		height: 27px;
		background-color: #FFF;
		transform: translate(-50%, -50%);
		transition: background 0.5s ease;
	}
	.body-wrapper:not(.homepage) .header-burger-label::after,
	.scrolled .header-burger-label::after {
		background-color: var(--primary_color);
	}
}
.header-burger-label span {
	position: absolute;
	left: 50%;
	display: block;
	width: var(--span-width);
	height: var(--span-height);
	background-color: #FFF;
	border-radius: 5px;
	transform: translateX(-50%);
	transition: width 0.2s ease, height 0.2s ease, background 0.5s ease;
}
.body-wrapper:not(.homepage) .header-burger-label span,
.scrolled .header-burger-label span {
	background-color: var(--primary_color);
}
.header-burger-label span:nth-child(1) {
	top: 0;
}
.header-burger-label span:nth-child(2) {
	top: calc(50% - 1.5px);
}
.header-burger-label span:nth-child(3) {
	bottom: 0;
}
.header-burger-input:checked + .header-burger-label {
	--span-width: 17px;
}

.header-lang {
	margin-left: 1rem;
}
@media (max-width: 992px) {
	.header-lang {
		order: 2;
		margin-left: auto;
		margin-right: 2rem;
	}
}
.language-switcher {
	position: relative;
}
.language-switcher .language-switcher-current {
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	cursor: default;
	transition: color 0.2s ease;
}
body:not(.scrolled) .language-switcher .language-switcher-current {
	color: #FFF;
}


.language-switcher .language-switcher-current::after {
	content: "";
	position: absolute;
	top: calc(50% - 3.5px);
	right: -15px;
	width: 8px;
	height: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.1' height='5.8' viewBox='0 0 8.1 5.8'%3E%3Cpath id='down' d='M514,56.333l3,4,3-4' transform='translate(-512.95 -55.283)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.2s ease, background 0.2s ease;
}
.scrolled .language-switcher .language-switcher-current::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.1' height='5.8' viewBox='0 0 8.1 5.8'%3E%3Cpath id='down' d='M514,56.333l3,4,3-4' transform='translate(-512.95 -55.283)' fill='none' stroke='%23243b5c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
@media (min-width: 993px) {
	.language-switcher:hover .language-switcher-current::after,
	.language-switcher:focus .language-switcher-current::after {
		transform: rotateX(180deg);
	}
}

.language-switcher-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	max-height: 0;
	border-radius: 5px;
	box-shadow: 1px 9px 14px 0 rgba(97, 110, 166, 0.2);
	background-color: #ffffff;
	padding-left: 2.6rem;
	padding-right: 2.6rem;
	transition: max-height 0.2s ease, box-shadow 0.2s ease;
}
.language-switcher:hover .language-switcher-dropdown,
.language-switcher:focus .language-switcher-dropdown {
	max-height: 250px;
}
.language-switcher-dropdown .language-switcher-link {
	position: relative;
	color: transparent;
	font-size: 1.4rem;
	line-height: 1.14;
	font-weight: 600;
	padding-bottom: 2rem;
	-webkit-tap-highlight-color: transparent;
}
.language-switcher-dropdown .language-switcher-link::after {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--primary_color);
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	transition: font-weight 0.2s ease;
}
.language-switcher-dropdown .language-switcher-link:hover::after,
.language-switcher-dropdown .language-switcher-link:focus::after {
	font-weight: 600;

}
.language-switcher-dropdown .language-switcher-link:first-of-type {
	padding-top: 2.3rem;
}
.language-switcher-dropdown .language-switcher-link:last-of-type {
	padding-bottom: 2.3rem;
}
.language-switcher-dropdown .language-switcher-link:not(:first-of-type):last-of-type::after {
	top: 0;
	transform: translate(-50%, 0);
}

@media (max-width: 992px) {
	div[data-global-resource-path*="header"],
	main.body-container-wrapper,
	div[data-global-resource-path*="footer"] {
		transition: transform .5s ease;
	}
	.menu-open div[data-global-resource-path*="header"],
	.menu-open main.body-container-wrapper,
	.menu-open div[data-global-resource-path*="footer"] {
		transform: translateX(-75%);
	}
}
/* Footer */

.footer {
	background-color: var(--footer_bg_color);
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
	color: var(--footer_font_color);
}
.scrolled .footer p,
.scrolled .footer h1,
.scrolled .footer h2,
.scrolled .footer h3,
.scrolled .footer h4,
.scrolled .footer h5,
.scrolled .footer h6,
.scrolled .footer label,
.scrolled .footer span,
.scrolled .footer li,
.scrolled .footer img {
	color: var(--footer_font_color);
}

/*** Footer ***/
div[data-global-resource-path*="footer"] {
	padding-top: 5rem;
	padding-bottom: 2.6rem;
	border-top: solid 1px #e0e4ff;
	background-color: #FFF;
}
.homepage.lp div[data-global-resource-path*=footer] {
	padding-top: 2.6rem;
}


.footer__head {
	padding-bottom: 4.6rem;
	border-bottom: solid 1px #e0e4ff;
}
.footer__head-texts {
	flex: 0 0 calc(((100% / 12) * 5) - 1.5rem);
	margin-right: 3rem;
}

.footer__head-texts h2 {
	line-height: 0.8;
	margin-bottom: 1.9rem;
}
.footer__head-form {
	flex: 0 0 calc(((100% / 12) * 7) - 1.5rem);
}
@media (max-width: 1279px) {
	.footer__head-texts {
		margin-right: 0rem;
		margin-bottom: 3rem;
	}
	.footer__head-texts,
	.footer__head-form {
		flex: 0 0 100%;
	}
}
.footer__head-form form {
	position: relative;
	padding: 0;
	background-color: transparent;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border: none;
}
@media (max-width: 1279px) {
	.footer__head-form form {
		justify-content: flex-start;
	}
}
@media (max-width: 767px) {
	.footer__head-form form {
		justify-content: flex-end;
	}
}

.footer__head-form form .hs_error_rollup {
	display: none;
}

.footer__head-form form .hs-button,
.footer__head-form form input[type="submit"] {
	padding-top: 0;
	padding-bottom: 0;
	height: 30px;
}

.footer__head-form form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.footer__head-form form select,
.footer__head-form form textarea {
}
.footer__head-form form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	width: 465px;
	padding: 0 2rem;
	min-height: unset;
	height: 30px;
	background-color: #FFF;
	box-shadow: 0 5px 15px 0 rgba(48, 63, 128, 0.14);
	border-radius: 30px;
	border: 0;
	font-size: 1.4rem;
	line-height: 2.13;
	box-shadow: none;
	border: 1px solid #616ea6;
}
@media (max-width: 540px) {
	.footer__head-form form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
		width: 100%;
	}
}
.footer__head-form form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::placeholder {
	color: #939393;
	font-weight: 300;
}
.footer__head-form form .field.hs-form-field {
	position: relative;
	flex: 0 0 calc((100% - 14rem) - 3rem);
}
.footer__head-form form .field.hs-form-field .hs-error-msgs {
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
}
@media (max-width: 767px) {
	.footer__head-form form .field,
	.footer__head-form form .field.hs-form-field {
		flex: 0 0 100%;
	}
}
.footer__head-form form .hs-error-msgs {
	padding-left: 2rem;
}
.footer__head-form form .hs-error-msgs,
.footer__head-form form .hs-error-msg,
.footer__head-form form .hs-error-msgs label,
.footer__head-form form .hs-error-msg label {
	color: var(--primary_color);
	font-size: 1.4rem;
}
#hs_form_target_footer_head_form form .hs_email label {
	margin-bottom: 0;
}

.footer__head-form .submitted-message{
	border: 1px solid #616ea6;
	border-radius: 30px;
	padding: 0.45rem 2rem;
}

.footer__body {
	padding-top: 5rem;
}
.footer--no-nav .footer__body {
	padding-top: 0;
	align-items: center;
}


.footer__body .footer__col:first-of-type {
	flex: 0 0 calc(((100% / 12) * 5) - 1.5rem);
	padding-right: 7rem;
	margin-right: 3rem;
}
@media (max-width: 1279px) {
	.footer__body .footer__col:first-of-type {
		flex: 0 0 75%;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 3rem;
	}
}
@media (max-width: 991px) {
	.footer__body .footer__col:first-of-type {
		flex: 0 0 100%;
	}
}
.footer__col .footer__logo {
	margin-bottom: 2.8rem;
	width: 169px;
}

.footer--no-nav .footer__col .footer__logo {
	width: 108px;
	margin-bottom: 0;
}
.footer--no-nav .footer__col .footer__logo img {
	width: 100%;
}

.footer__col .footer__text > span *:last-child {
	margin-bottom: 0;
}

.footer__body .footer__col:last-of-type {
	flex: 0 0 calc(((100% / 12) * 7) - 1.5rem);
}
@media (max-width: 1279px) {
	.footer__body .footer__col:last-of-type {
		flex: 0 0 75%;
	}
}
@media (max-width: 991px) {
	.footer__body .footer__col:last-of-type {
		flex: 0 0 100%;
	}
}

.footer__body .social-links {
	margin-top: 0;
	align-items: center;
}
@media (min-width: 1280px) {
	.footer__body .social-links {
		height: 65.22px;
	}
}
.footer__body .footer__menus {
	margin-top: 3rem;
	justify-content: space-between;
}
.footer__body .footer__menus nav {
	flex: 0 0 calc(100% / 3);
}
@media (max-width: 540px) {
	.footer__body .footer__menus nav {
		flex: 0 0 50%;
	}
}
@media (max-width: 414px) {
	.footer__body .footer__menus nav {
		flex: 0 0 100%;
	}
	.footer__body .footer__menus nav:first-of-type {
		margin-bottom: 3rem;
	}
}
.footer__body .footer__menus nav ul {
	display: flex;
	flex-direction: column;
}

.footer__body .footer__menus .submenu.level-1 > li:not(:last-of-type) {
	margin-bottom: 2rem;
}

.footer__body .footer__menus nav ul > li > a.menu-link {
	font-size: 1.8rem;
}
.footer__body .footer__menus nav ul.submenu.level-2 > li {
	position: relative;
}
.footer__body .footer__menus nav ul.submenu.level-2 > li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: -10px;
	width: 5px;
	height: 1px;
	background-color: var(--primary_color);
}
.footer__body .footer__menus nav ul.submenu.level-2 a.menu-link {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.79;
	font-weight: 600;
	color: transparent;
	transition: none;
}
@media (max-width: 480px) {
	.footer__body .footer__menus nav ul {
		line-height: 1.5;
	}
	.footer__body .footer__menus nav ul.submenu.level-2 a.menu-link {
		font-size: 1.8rem;
	}
	.footer__body .footer__menus nav ul.submenu.level-2 > li::before {
		top: 14px;
	}
}
.footer__body .footer__menus nav ul.submenu.level-2 a.menu-link::before {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 0;
	font-weight: 400;
	color: var(--primary_color);
	transform: translateY(-50%);
	transition: font-weight 0.2s ease;
}
.footer__body .footer__menus nav ul.submenu.level-2 a.menu-link:hover::before,
.footer__body .footer__menus nav ul.submenu.level-2 a.menu-link:focus::before {
	font-weight: 600;
}
.footer__body .footer__menus .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
.footer__body .footer__menus nav[aria-label*="menu"] > ul > li > a,
.footer__body .footer__menus .submenu-label,
.footer__copyrights .submenu-label,
.footer__copyrights  a.menu-link {
	padding: 0;
}
.footer__body .footer__menus ul.submenu.level-1 > li > a.menu-link {
	position: relative;
	font-weight: 900;
	color: transparent;
	transition: none;
}
@media (max-width: 480px) {
	.footer__body .footer__menus ul.submenu.level-1 > li > a.menu-link {
		font-size: 2rem;
	}
}
.footer__body .footer__menus ul.submenu.level-1 > li > a.menu-link::after {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-weight: 600;
	color: var(--primary_color);
	transition: font-weight 0.2s ease;
}
.footer__body .footer__menus ul.submenu.level-1 > li > a.menu-link:hover::after,
.footer__body .footer__menus ul.submenu.level-1 > li > a.menu-link:focus::after {
	font-weight: 900;
}
.footer__body .footer__menus .has-submenu.menu-item .submenu-label {
	font-size: 1.8rem;
	cursor: default;
}
@media (max-width: 480px) {
	.footer__body .footer__menus ul.submenu.level-1 > li > a.menu-link::after {
		font-weight: 700;
	}
	.footer__body .footer__menus .has-submenu.menu-item .submenu-label {
		font-size: 2rem;
		font-weight: 700;
	}
}
.footer__body .footer__menus .has-submenu.menu-item .submenu-label::after {
	content: none;
}
.footer__copyrights {
	margin-top: 5rem;
}
.footer--no-nav .footer__copyrights {
	margin-top: 0;
}
.footer__copyrights .submenu.level-1 {
	justify-content: flex-end;
	align-items: center;
}
.footer--no-nav .footer__copyrights .submenu.level-1 {
	margin-bottom: 0;
}
@media (max-width: 1279px) {
	.footer__copyrights {
		margin-top: 2rem;
	}
	.footer__copyrights .submenu.level-1 {
		justify-content: flex-start;
	}
}
@media (max-width: 992px) {
	.footer__body .hs-menu-wrapper.hs-menu-flow-horizontal > ul,
	.footer__body nav[aria-label*="menu"] > ul {
		align-items: flex-start;
	}
	.footer__copyrights .submenu.level-1 {
		flex-flow: row wrap;
	}
}
.footer__copyrights .submenu.level-1 > li:not(:first-of-type) {
	position: relative;
	margin-left: 1rem;
	padding-left: 1rem;
}
.footer__copyrights .submenu.level-1 > li:not(:first-of-type)::before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 1px;
	height: 20px;
	background-color: var(--primary_color);
}
@media (max-width: 767px) {
	.footer__copyrights .submenu.level-1 > li {
		flex: 0 0 100%;
	}
	.footer__copyrights .submenu.level-1 > li:not(:first-of-type) {
		padding-left: 0;
		margin-left: 0;
	}
	.footer__copyrights .submenu.level-1 > li:not(:first-of-type)::before {
		content: none;
	}
}
.footer__copyrights a.menu-link,
.footer__copyrights .submenu-label {
	font-size: 1.4rem;
}
@media (max-width: 480px) {
	.footer__copyrights a.menu-link,
	.footer__copyrights .submenu-label {
		font-size: 2rem;
		width: 100%;
	}
	.footer__copyrights a.menu-link {
		font-weight: 700;
		margin-top: 1rem;
	}
}
.footer__copyrights .submenu-label {
	cursor: default;
}
.footer__copyrights a.menu-link {
	position: relative;
	font-weight: 900;
	color: transparent;
	transition: none;
	white-space: nowrap;
}
.footer__copyrights a.menu-link::after {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	color: var(--primary_color);
	text-align: center;
	transition: font-weight 0.2s ease;
}
@media (max-width: 480px) {
	.footer__copyrights a.menu-link::after {
		font-weight: 700;
	}
}
.footer__copyrights .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover,
.footer__copyrights nav[aria-label*="menu"] > ul > li > a:hover,
.footer__copyrights .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:focus,
.footer__copyrights nav[aria-label*="menu"] > ul > li > a:focus {
	color: transparent;
}
.footer__copyrights a.menu-link:hover::after,
.footer__copyrights a.menu-link:focus::after {
	font-weight: 700;
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.social-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:1rem
}
.social-link {
	width: 2.2rem;
	height: 2.2rem;
	color: #303f80;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	overflow: hidden;
	position:relative;
	top:0;
	background-size:30%;
	background-position:50%;
	background-repeat:no-repeat
}
.social-link:not(:last-of-type) {
	margin-right: 1.5rem;
}
.social-link svg {
	fill: #303f80;
	opacity: 1;
	transition: opacity 0.2s ease;
}
.social-link:hover svg,
.social-link:focus svg {
	opacity: 0.8;
}


.carousel-banner {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background-image: linear-gradient(to right, #62BBC1, #5A7BA5);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.carousel-banner--color {
	background-image: linear-gradient(to right, #47a8ae, #47a8ae);
}

@media (max-width: 991px) {
	.carousel-banner .content-wrapper {
		flex-wrap: wrap;
	}
}

.carousel-banner__texts {
	position: relative;
	flex: 0 0 calc(((100% / 12) * 5) - (3rem / 2));
	z-index: 2;
}
@media (max-width: 991px) {
	.carousel-banner__texts {
		flex: 0 0 100%;
		margin-bottom: 4rem;
	}
}

.carousel-banner__texts-button {
	margin-top: 2.2rem;
}

.carousel-banner__slider {
	position: relative;
	flex: 0 0 calc(((100% / 12) * 7) - (3rem / 2) + (((100vw - var(--container_width)) / 2) + 5rem));
	padding-left: 10rem;
}
.carousel-banner__slider--fixed {
	flex: 0 0 calc(((100% / 12) * 7) - (3rem / 2));
}
@media (max-width: 1240px) {
	.carousel-banner__slider:not(.carousel-banner__slider--fixed) {
		flex: 0 0 calc(((100% / 12) * 7) + 3.5rem);
		padding-left: 5rem;
	}
	.carousel-banner__slider.carousel-banner__slider--fixed {
		padding-left: 5rem;
	}
}
@media (max-width: 991px) {
	.carousel-banner__slider {
		flex: 0 0 100%;
		padding-left: 0;
	}
	.carousel-banner__slider.carousel-banner__slider--fixed {
		padding-left: 0rem;
	}
}

.carousel-banner__slider-list {
	align-items: stretch;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.carousel-banner__slider-list {
		position: relative;
		width: calc(100% + 4rem);
		left: -2rem;
		
		overflow-x: scroll;
	}
	.carousel-banner__slider-list.semantic-list {
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
	.carousel-banner__slider.carousel-banner__slider--fixed .carousel-banner__slider-list.semantic-list {
		padding-right: 2rem;
	}
}

@media (max-width: 767px) {
	.carousel-banner__slider--fixed .carousel-banner__slider-list {
		flex-direction: column;
		align-items: center;
	}
	
}

.carousel-banner__slider-item {
	position: relative;
	flex: 0 0 169px;
	background-color: #FFF;
	border-radius: 5px;
	padding: 2.3rem 1.6rem;
	line-height: 0;
	margin-right: 2.7rem;
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.carousel-banner__slider--fixed .carousel-banner__slider-item {
	flex: 0 0 calc(25% - (2.7rem / (4/3)));
}
.carousel-banner__slider--fixed .carousel-banner__slider-item:last-of-type {
	margin-right: 0;
}

@media (min-width: 992px) {
	.carousel-banner__slider-item {
		display: flex;
	}
}
@media (max-width: 991px) {
	.carousel-banner__slider-item {
		display: flex;
		opacity: 1;
	}
	.carousel-banner__slider-item--extra {
		display: none;
	}
}
@media (max-width: 767px) {
	.carousel-banner__slider-item {
		flex: 0 0 125px;
	}
	.carousel-banner__slider--fixed .carousel-banner__slider-item {
		margin-right: 0;
		margin-bottom: 4rem;
		width: 250px;
		height: 250px;
		aspect-ratio: 1 / 1;
	}
}

.carousel-banner__slider-item-image {
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 991px) {
	.carousel-banner__slider-item-image {
		margin: auto;
	}
}

.carousel-banner__slider-item-link {
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-banner__slider-pagination {
	display: flex;
	position: absolute;
	bottom: -3rem;
	left: 15.5rem;
	width: calc(100% - 15.5rem);
	height: 5px;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.carousel-banner__slider-pagination {
		display: none;
	}
}
.carousel-banner__slider-pagination-item {
	display: block;
	line-height: 0;
	margin-right: 0.5rem;
}
.carousel-banner__slider-pagination-button {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #FFF;
	opacity: 0.5;
	transition: width 0.2s ease, opacity 0.2s ease;
}
.carousel-banner__slider-pagination-button:hover,
.carousel-banner__slider-pagination-button:focus {
	background-color: #FFF;
	border-radius: 5px;
	opacity: 0.75;
	transition: width 0.2s ease, opacity 0.2s ease;
}
.carousel-banner__slider-pagination-button::before {
	content: none;
}
@media (min-width: 992px) {
	.carousel-banner__slider-blur {
		position: absolute;
		top: -9rem;
		right: calc(100% - 15rem);
		width: 30rem;
		height: calc(100% + 18rem);
		backdrop-filter: blur(17px);
	}
}
@media (max-width: 991px) {
	.carousel-banner__slider-blur {
		display: none;
	}
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@media (min-width: 1280px) {
	.mobile {
		display: none;
	}
}
@media (max-width: 1279px) {
	.desktop {
		display: none;
	}
}


.hide {
	display: none;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}
.d-inline-flex {
	display: inline-flex;
}
@media (min-width: 1280px) {
	.d-flex.mobile,
	.d-inline-flex.mobile{
		display: none;
	}
}
@media (max-width: 1279px) {
	.d-flex.desktop,
	.d-inline-flex.desktop {
		display: none;
	}
}

.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-column {
	flex-direction: column;
}
.flex-row-wrap {
	flex-flow: row wrap;
}
.flex-column-wrap {
	flex-flow: column wrap;
}
.align-items-start {
	align-items: flex-start;
}
.align-items-center {
	align-items: center;
}
.align-items-stretch {
	align-items: stretch;
}
.align-items-end {
	align-items: flex-end;
}
.justify-content-start {
	justify-content: flex-start;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-end {
	justify-content: flex-end;
}
.justify-content-space-between {
	justify-content: space-between;
}
.flex-25 {
	flex: 0 0 25%;
}
.flex-33 {
	flex: 0 0 33.3333%;
}
.flex-50 {
	flex: 0 0 50%;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

/* ----- Text transform ----- */
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

/* ----- Colors ----- */
.color-primary {
	 color: var(--primary-color);
}
.color-secondary {
	 color: var(--secondary-color);
}
.color-darkest-secondary {
	 color: var(--darkest-secondary-color);
}
.color-white {
	color: #FFF;
}
.color-dark-grey {
	color: var(--dark-grey-color);
}

/* ----- Backgrounds ----- */
.background-white {
	background-color: #FFF;
}
.background-secondary {
	background-color: var(--secondary-color);
}
.background-info {
	background-color: var(--information-color);
}
.background-lighter-primary {
	background-color: var(--lighter-primary-color);
}
.background-tertiary {
	background-color: var(--tertiary-color);
}
.background-lighter-tertiary {
	background-color: var(--lighter-tertiary-color);
}
.background-lightest-tertiary {
	background-color: var(--lightest-tertiary-color);
}

/* ----- Font size ----- */
.fs-extra-large {
	font-size: var(--font-size-xl);
}
.fs-medium {
	font-size: var(--font-size-m);
}
.small,
.fs-small {
	font-size: var(--font-size-s);
}
.extra-small,
.fs-extra-small {
	font-size: var(--font-size-xs);
}

/* ----- Font Weight ----- */
.exra-bold,
.fw-extra-bold {
	font-weight: var(--font-weight-extra-bold);
}
.bold,
.fw-bold {
	font-weight: var(--font-weight-bold);
}
.semi-bold,
.fw-semi-bold {
	font-weight: var(--font-weight-semi-bold);
}
.medium,
.fw-medium {
	font-weight: var(--font-weight-medium);
}
.normal,
.fw-normal {
	font-weight: var(--font-weight-regular);
}
/* ----- Remove line-height from img containers ----- */
.line-height-0 img {
	display: block;
}

/* ----- Reset button default ----- */
.reset-button-style {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;
	padding: 0;
}

/* ----- Paddings & Margins ----- */
.mb-0 {
  margin-bottom: 0;
}
.mt-auto {
	margin-top: var(--margin-top-auto);
}

/* ----- Border radius ----- */
.br-50 {
	border-radius: var(--border-radius-50);
}
.br-25 {
	border-radius: var(--border-radius-25);
}
.br-30 {
	border-radius: var(--border-radius-30);
}

/* ----- Positioning ----- */
.p-relative {
	position: relative;
}
.d-inline {
	display: inline;
}

/* ----- Overflow ----- */
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.overflow-hidden {
	overflow: hidden;
}

/* ----- Height ----- */
.height-100 {
	height: 100%;
}

/* Mobile width control */
@media (max-width: 992px) {
	.m-width-big {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.m-width {
		width: 100%;
	}
}

/* ----- Underline link animation ----- */
.underline-hover {
	--underline-color: var(--secondary-color);
	--line-color: var(--underline-color);
	--link-text-color: var(--underline-color);
	position: relative;
	display: inline;
	color: var(--link-text-color);
	text-decoration: none;
	background-image: linear-gradient(to right, var(--line-color), var(--line-color));
	background-repeat: no-repeat;
	background-size: 0% 1px;
	background-position: left bottom 1px;
	transition: color var(--default-transition), background var(--default-transition);
}
.underline-hover:hover,
.underline-hover:focus {
	--underline-color: var(--dark-secondary-color);
	background-size: 100% 1px;
}

/* ----- helper for ul list ----- */
.semantic-list,
.semantic-list ul {
	padding: 0;
	list-style: none;
}

.section__title {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: 800;
}
.section__title--white {
	color: #FFF;
}

.section__caption--white,
.section__caption--white * {
	color: #FFF;
}

.section__caption *:last-child {
	margin-bottom: 0;
}
    
		.pt-xxxxs{
			padding-top: var(--spacer-xxxxs);
    }
	  
		.pt-xxxs{
			padding-top: var(--spacer-xxxs);
    }
	  
		.pt-xxs{
			padding-top: var(--spacer-xxs);
    }
	  
		.pt-xs{
			padding-top: var(--spacer-xs);
    }
	  
		.pt-sm{
			padding-top: var(--spacer-sm);
    }
	  
		.pt-md{
			padding-top: var(--spacer-md);
    }
	  
		.pt-lg{
			padding-top: var(--spacer-lg);
    }
	  
		.pt-xl{
			padding-top: var(--spacer-xl);
    }
	  
		.pt-xxl{
			padding-top: var(--spacer-xxl);
    }
	  
		.pt-xxxl{
			padding-top: var(--spacer-xxxl);
    }
	  
		.pt-xxxxl{
			padding-top: var(--spacer-xxxxl);
    }
	  
    
		.pb-xxxxs{
			padding-bottom: var(--spacer-xxxxs);
    }
	  
		.pb-xxxs{
			padding-bottom: var(--spacer-xxxs);
    }
	  
		.pb-xxs{
			padding-bottom: var(--spacer-xxs);
    }
	  
		.pb-xs{
			padding-bottom: var(--spacer-xs);
    }
	  
		.pb-sm{
			padding-bottom: var(--spacer-sm);
    }
	  
		.pb-md{
			padding-bottom: var(--spacer-md);
    }
	  
		.pb-lg{
			padding-bottom: var(--spacer-lg);
    }
	  
		.pb-xl{
			padding-bottom: var(--spacer-xl);
    }
	  
		.pb-xxl{
			padding-bottom: var(--spacer-xxl);
    }
	  
		.pb-xxxl{
			padding-bottom: var(--spacer-xxxl);
    }
	  
		.pb-xxxxl{
			padding-bottom: var(--spacer-xxxxl);
    }
	  
    
		.pr-xxxxs{
			padding-right: var(--spacer-xxxxs);
    }
	  
		.pr-xxxs{
			padding-right: var(--spacer-xxxs);
    }
	  
		.pr-xxs{
			padding-right: var(--spacer-xxs);
    }
	  
		.pr-xs{
			padding-right: var(--spacer-xs);
    }
	  
		.pr-sm{
			padding-right: var(--spacer-sm);
    }
	  
		.pr-md{
			padding-right: var(--spacer-md);
    }
	  
		.pr-lg{
			padding-right: var(--spacer-lg);
    }
	  
		.pr-xl{
			padding-right: var(--spacer-xl);
    }
	  
		.pr-xxl{
			padding-right: var(--spacer-xxl);
    }
	  
		.pr-xxxl{
			padding-right: var(--spacer-xxxl);
    }
	  
		.pr-xxxxl{
			padding-right: var(--spacer-xxxxl);
    }
	  
    
		.pl-xxxxs{
			padding-left: var(--spacer-xxxxs);
    }
	  
		.pl-xxxs{
			padding-left: var(--spacer-xxxs);
    }
	  
		.pl-xxs{
			padding-left: var(--spacer-xxs);
    }
	  
		.pl-xs{
			padding-left: var(--spacer-xs);
    }
	  
		.pl-sm{
			padding-left: var(--spacer-sm);
    }
	  
		.pl-md{
			padding-left: var(--spacer-md);
    }
	  
		.pl-lg{
			padding-left: var(--spacer-lg);
    }
	  
		.pl-xl{
			padding-left: var(--spacer-xl);
    }
	  
		.pl-xxl{
			padding-left: var(--spacer-xxl);
    }
	  
		.pl-xxxl{
			padding-left: var(--spacer-xxxl);
    }
	  
		.pl-xxxxl{
			padding-left: var(--spacer-xxxxl);
    }
	  
    
		.mt-xxxxs{
			margin-top: var(--spacer-xxxxs);
    }
	  
		.mt-xxxs{
			margin-top: var(--spacer-xxxs);
    }
	  
		.mt-xxs{
			margin-top: var(--spacer-xxs);
    }
	  
		.mt-xs{
			margin-top: var(--spacer-xs);
    }
	  
		.mt-sm{
			margin-top: var(--spacer-sm);
    }
	  
		.mt-md{
			margin-top: var(--spacer-md);
    }
	  
		.mt-lg{
			margin-top: var(--spacer-lg);
    }
	  
		.mt-xl{
			margin-top: var(--spacer-xl);
    }
	  
		.mt-xxl{
			margin-top: var(--spacer-xxl);
    }
	  
		.mt-xxxl{
			margin-top: var(--spacer-xxxl);
    }
	  
		.mt-xxxxl{
			margin-top: var(--spacer-xxxxl);
    }
	  
    
		.mb-xxxxs{
			margin-bottom: var(--spacer-xxxxs);
    }
	  
		.mb-xxxs{
			margin-bottom: var(--spacer-xxxs);
    }
	  
		.mb-xxs{
			margin-bottom: var(--spacer-xxs);
    }
	  
		.mb-xs{
			margin-bottom: var(--spacer-xs);
    }
	  
		.mb-sm{
			margin-bottom: var(--spacer-sm);
    }
	  
		.mb-md{
			margin-bottom: var(--spacer-md);
    }
	  
		.mb-lg{
			margin-bottom: var(--spacer-lg);
    }
	  
		.mb-xl{
			margin-bottom: var(--spacer-xl);
    }
	  
		.mb-xxl{
			margin-bottom: var(--spacer-xxl);
    }
	  
		.mb-xxxl{
			margin-bottom: var(--spacer-xxxl);
    }
	  
		.mb-xxxxl{
			margin-bottom: var(--spacer-xxxxl);
    }
	  
    
		.mr-xxxxs{
			margin-right: var(--spacer-xxxxs);
    }
	  
		.mr-xxxs{
			margin-right: var(--spacer-xxxs);
    }
	  
		.mr-xxs{
			margin-right: var(--spacer-xxs);
    }
	  
		.mr-xs{
			margin-right: var(--spacer-xs);
    }
	  
		.mr-sm{
			margin-right: var(--spacer-sm);
    }
	  
		.mr-md{
			margin-right: var(--spacer-md);
    }
	  
		.mr-lg{
			margin-right: var(--spacer-lg);
    }
	  
		.mr-xl{
			margin-right: var(--spacer-xl);
    }
	  
		.mr-xxl{
			margin-right: var(--spacer-xxl);
    }
	  
		.mr-xxxl{
			margin-right: var(--spacer-xxxl);
    }
	  
		.mr-xxxxl{
			margin-right: var(--spacer-xxxxl);
    }
	  
    
		.ml-xxxxs{
			margin-left: var(--spacer-xxxxs);
    }
	  
		.ml-xxxs{
			margin-left: var(--spacer-xxxs);
    }
	  
		.ml-xxs{
			margin-left: var(--spacer-xxs);
    }
	  
		.ml-xs{
			margin-left: var(--spacer-xs);
    }
	  
		.ml-sm{
			margin-left: var(--spacer-sm);
    }
	  
		.ml-md{
			margin-left: var(--spacer-md);
    }
	  
		.ml-lg{
			margin-left: var(--spacer-lg);
    }
	  
		.ml-xl{
			margin-left: var(--spacer-xl);
    }
	  
		.ml-xxl{
			margin-left: var(--spacer-xxl);
    }
	  
		.ml-xxxl{
			margin-left: var(--spacer-xxxl);
    }
	  
		.ml-xxxxl{
			margin-left: var(--spacer-xxxxl);
    }
	  
.contact-map-inner .map {
	width: 100%;
	height: 437px;
}
.contact-map-inner .address-container {
	margin-bottom: 5rem;
}
.contact-map-inner .address {
	display: inline-flex;
	cursor: pointer;
}
.contact-map-inner .address:not(:first-of-type) {
	margin-left: 3rem;
}
@media (max-width: 767px) {
	.contact-map-inner .address:not(:first-of-type) {
		margin-left: 0rem;
		margin-top: 2rem;
	}
}
.contact-map-inner .address svg {
	width: 18px;
	height: 26px;
	margin-right: 1.5rem;
}
.contact-map-inner .address svg path {
	fill: rgba(48, 63, 128, 1);
	stroke: rgba(48, 63, 128, 1);
	stroke-width: 2px;
	transition: all 0.2s ease;
}
.contact-map-inner .address.active svg path {
	fill: rgba(48, 63, 128, 1);
	stroke: rgba(48, 63, 128, 1);
}