/* 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: 1250px;
  --dnd_section_padding: 40px 3.5rem;
  
  --gutter_width_percent: 1.3280000000000003%;
  --column_width_percent: 7.116%;

  /* 1b. Colors */

  --primary_color: #E5491F;
  --secondary_color: #4F0AEB;
	--white_color: #FFF;

  /* 1c. Typography */

  --primary_font: ;
  --secondary_font: ;

  --h1_color: ;
  --h1_font_style:  normal;
  --h1_font_weight:  700;
  --h1_font_family: 'Montserrat', sans-serif;
  --h1_text_decoration:  none;
  --h1_font_size: 50px;
  --h1_text_transform: none;

  --h2_color: ;  
  --h2_font_style:  normal;
  --h2_font_weight:  700;
  --h2_font_family: 'Montserrat', sans-serif;
  --h2_font_size: 38px;
  --h2_text_decoration:  none;
  --h2_text_transform: none;

  --h3_color: ;
  --h3_font_style:  normal;
  --h3_font_weight:  700;
  --h3_font_family: 'Montserrat', sans-serif;
  --h3_font_size: 30px;
  --h3_text_decoration:  none;
  --h3_text_transform: none;

  --h4_color: ;
  --h4_font_style:  normal;
  --h4_font_weight:  700;
  --h4_font_family: 'Montserrat', sans-serif;
  --h4_font_size: 24px;
  --h4_text_decoration:  none;
  --h4_text_transform: none;

  --h5_color: #000000;
  --h5_font_style: ;
  --h5_font_weight: ;
  --h5_font_family: 'Montserrat', sans-serif;
  --h5_font_size: 16px;
  --h5_text_decoration:  none;
  --h5_text_transform: none;

  --h6_color: ;
  --h6_font_style: ;
  --h6_font_weight: ;
  --h6_font_family: 'Montserrat', sans-serif;
  --h6_font_size: 14px;
  --h6_text_decoration:  none; 
  --h6_text_transform: none;

  --body_font_color: #000000;
  --body_font_font_family: 'Montserrat', sans-serif;
  --body_font_font_size: 14px;  

  --anchor_color: #4f12eb;
  --anchor_font_style:  normal;
  --anchor_font_weight:  normal;
  --anchor_font_family: 'Montserrat', sans-serif;
  --anchor_text_decoration:  none;
	
	--font_weight_regular: 400;
	--font_weight_medium: 500;
	--font_weight_semi_bold: 600;
	--font_weight_bold: 700;
	
	--font_size_xs: 1rem;
	--font_size_sm: 1.2rem;
	--font_size_md: 1.6rem;
	--font_size_lg: 1.8rem;
	--font_size_xl: 2rem;

  /* 1d. Buttons */

  --button_text_decoration:  none;
  --button_font_weight: ;
  --button_font_family: 'Montserrat', sans-serif;;
  --button_font_size: 14px;
  --button_color: #FFFFFF;
  --button_text_transform: none;
  --button_bg_color: rgba(229, 73, 31, 1.0);
  --button_bg_color_active: rgba(251, 80, 34, 1.0);
  --button_border_top: 1px solid #E5491F;
  --button_border_right: 1px solid #E5491F;
  --button_border_bottom: 1px solid #E5491F;
  --button_border_left: 1px solid #E5491F;  
  --button_border_top_active: 1px solid #E5491F;
  --button_border_right_active: 1px solid #E5491F;
  --button_border_bottom_active: 1px solid #E5491F;
  --button_border_left_active: 1px solid #E5491F; 
  --button_corner_radius: 6px;
  --button_spacing: 12px 24px 12px 24px;

  /* 1e. Forms */

  --form_title_font_color: #000;

  --form_label_font_color: #7f7f7f;

  --form_help_text_font_color: #7f7f7f;

  --form_field_placeholder_color: rgba(127, 127, 127, 0.5);
  --form_field_font_color: #000;
  --form_field_bg_color: rgba(248, 248, 248, 1.0);
  --form_field_border_top: 0px solid #e1e1e1;
  --form_field_border_right: 0px solid #e1e1e1;
  --form_field_border_bottom: 0px solid #e1e1e1;
  --form_field_border_left: 0px solid #e1e1e1;  
  --form_field_corner_radius: 3px;

  /* 1f. Tables */

  --table_head_bg_color: rgba(229, 73, 31, 1.0);
  --table_head_font_color: #FFFFFF;

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

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

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

  /* 1g. Website header */

  --nav_font_color: #000000;
  --nav_drop_down_font_color: #000000;
  --nav_drop_down_bg_color: rgba(255, 255, 255, 1.0);
  --nav_drop_down_border_top: 1px solid #000000;
  --nav_drop_down_border_right: 1px solid #000000;
  --nav_drop_down_border_bottom: 1px solid #000000;
  --nav_drop_down_border_left: 1px solid #000000;

  --header_bg_color: rgba(255, 255, 255, 1.0);

  /* 1h. Website footer */

  --footer_bg_color: rgba(255, 255, 255, 1.0);
  --footer_font_color: #000;
	
	/* 1i. Spacer */
	--spacer_xxxxs: 0.4rem;
	--spacer_xxxs: 0.8rem;
	--spacer_xxs: 1.2rem;
	--spacer_xs: 1.6rem;
	--spacer_sm: 2.4rem;
	--spacer_md: 3.2rem;
	--spacer_lg: 4rem;
	--spacer_xl: 4.8rem;
	--spacer_xxl: 5.6rem;
	--spacer_xxxl: 6.4rem;
	--spacer_xxxxl: 8rem;
	
	/* 1j. Transition */
	--default_transition: 0.2s ease;
	
	/* 1k. Border */
	--border_radius_3: 0.3rem;
	--border_radius_7: 0.7rem;
	--border_radius_round: 50%;
	
}

/* 2. Responsive */
@media (max-width: 991px) {
	:root {
		--h1_font_size: 3rem;
		--h2_font_size: 2.6rem;
		--h3_font_size: 2.4rem;
		--h4_font_size: 2rem;
	}
}
/* 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%}
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 3.5rem;
  max-width: var(--container_width);
}

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

.dnd-section > .row-fluid {
  max-width: var(--container_width);
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    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: 500;
	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;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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 var(--spacer_xs);
}

/* Anchors */

a {
	text-decoration: var(--anchor_text_decoration);
	font-family: var(--anchor_font_family);
	font-style: var( --anchor_font_style);
	color: var(--body_font_color);
	cursor: pointer;
	transition: color var(--default_transition), font var(--default_transition);
}

a:hover,
a:focus {
	color: var(--anchor_color);
	text-decoration: var(--anchor_text_decoration);
	font-family: var(--anchor_font_family);
	font-style: var( --anchor_font_style);
}

a:active {
	color: var(--anchor_color);
	text-decoration: var(--anchor_text_decoration);
	font-family: var(--anchor_font_family);
	font-style: var( --anchor_font_style);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 var(--spacer_xs);
}

h1,
.h1 {
	font-family: var(--h1_font_family);
	font-weight: var(--h1_font_weight);
	font-size: var(--h1_font_size);
	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);
	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 var(--spacer_xs);
}

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 var(--spacer_xs);
	padding-left: var(--spacer_xs);
}

/* Horizontal rules */

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

/* Image alt text */

img {
	font-size: 0.583rem;
	word-break: normal;
}
button,
.button {
	border: 0;
	appearance: none;
	
  padding: var(--button_spacing);  
	
  text-decoration: var(--button_text_decoration);
	
  font-weight: 600;
  font-family: var(--button_font_family);
  font-size: var(--button_font_size);
  color: var(--button_color);
  text-transform: var(--button_text_transform);
	
  background-color: var(--button_bg_color);
	
  border-radius: var(--button_corner_radius);
	
	box-shadow: inset 0 0 0 2px var(--priamry_color);
	
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all var(--default_transition);
  white-space: normal;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: var(--button_bg_color_active);
}

button:active,
.button:active {
  background-color: var(--button_bg_color_active);
}

button:disabled,
.button:disabled {
  background-color: var(--button_bg_color);
  color: var(--button_color);
}

.button--small {
	padding: var(--spacer_xxxs) var(--spacer_xs);
	font-size: 1.2rem;
}

.button--large {
	padding: var(--spacer_xs) var(--spacer_lg);
	font-size: 1.6rem;
}

.button--secondary {
	background-color: var(--secondary_color);
}

.button--grey {
	background-color: #7f7f7f;
}
.button--white {
	color: var(--primary_color);
	background-color: #FFF;
}
.button--white:hover {
	color: #FFF;
}
.button--white.button--secondary {
	color: var(--secondary_color);
}
.button--white.button--secondary:hover {
	color: #FFF;
	background-color: var(--secondary_color);
}

.button--outline {
	background-color: transparent;
	color: var(--primary_color);
	box-shadow: inset 0 0 0 2px var(--primary_color);
}
.button--outline:hover,
.button--outline:focus {
	background-color: var(--primary_color);
	color: #FFF;
}

.button--outline.button--secondary {
	color: var(--secondary_color);
	box-shadow: inset 0 0 0 2px var(--secondary_color);
}
.button--outline.button--secondary:hover,
.button--outline.button--secondary:focus {
	color: #FFF;
	background-color: var(--secondary_color);
}

.button--outline.button--grey {
	color: #7f7f7f;
	box-shadow: inset 0 0 0 2px #7f7f7f;
}
.button--outline.button--grey:hover {
	color: #FFF;
	background-color: #7f7f7f;
}

.button--outline.button--white.button--secondary {
	background-color: transparent;
	color: #FFF;
	box-shadow: inset 0 0 0 2px #FFF;
}
.button--outline.button--white.button--secondary:hover {
	background-color: #FFF;
	color: var(--secondary_color);
}

/* 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;
}
form,
.submitted-message {
	font-family: var(--body_font_font_family);
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
}

/* Form title */

.form-title {
	color: var(--form_title_font_color);
	font-size: var(--h2_font_size);
	font-weight: var(--font_weight_semi_bold);
	line-height: 1.08;
}

/* Fields */
form.hs-form fieldset.form-columns-1 .hs-form-field {
	width: 100%;
}
form.hs-form fieldset.form-columns-2 .hs-form-field {
	width: calc(50% - (var(--spacer_xs) / 2));
	clear: both;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: calc((100% / 3) - (var(--spacer_xs) / 1.5));
}
form.hs-form fieldset.form-columns-2 .hs-form-field:not(:first-of-type),
form.hs-form fieldset.form-columns-3 .hs-form-field:not(:first-of-type) {
	margin-left: var(--spacer_xs); 
}

.hs-form-field {
	margin-bottom: var(--spacer_xs);
}
form.hs-form fieldset.form-columns-1 .input,
form.hs-form fieldset.form-columns-2 .input,
form.hs-form fieldset.form-columns-3 .input {
	margin-right: 0;
	width: 100%;
}

/* Labels */

form label {
	color: var(--form_label_font_color);
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-weight: var(--font_weight_semi_bold);
	font-size: 1.2rem;
}

.hs-form-checkbox-display {
	cursor: pointer;
}

/* Help text */

form legend {
	color: var(--form_help_text_font_color);
}

/* Inputs */
form.hs-form fieldset.form-columns-1 .hs-input,
form.hs-form fieldset.form-columns-2 .hs-input,
form.hs-form fieldset.form-columns-3 .hs-input {
	width: 100%;
}

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: 0;
	box-shadow: inset 0 0 0 1px #cbd6e2;
	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.2rem;
	font-weight: var(--font_weight_medium);
	padding: 0 1rem;
	height: 3.5rem;
	width: 100%;
	appearance: none;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	outline: none;
	box-shadow: 
}

form select {
	padding-right: var(--spacer_sm);
	
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.73' height='5.806' viewBox='0 0 9.73 5.806'%3E%3Cpath d='M4.874,5.806,0,1.055.625.413A1.368,1.368,0,0,1,2.56.389L4.871,2.642,7.172.389A1.363,1.363,0,0,1,9.1.41l.63.643Z' transform='translate(0 0)' fill='%237f7f7f'/%3E%3C/svg%3E%0A");
	background-size: 10px 6px;
	background-repeat: no-repeat;
	background-position: right calc(var(--spacer_xs) / 2) center;
}

form textarea {
	padding-top: 1rem;
}

form textarea {
	height: 100px;
	resize: none;
	overflow-y: auto;
}

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

/* Form placeholder text */
::placeholder {
	color: var(--form_field_placeholder_color);
	font-weight: var(--font_weight_medium);
}

/* Inputs - checkbox/radio */

form .inputs-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: inline-block;
	margin: var(--spacer_xxxs) 0;
}

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

form.hs-form fieldset.form-columns-1 input[type=checkbox],
form.hs-form fieldset.form-columns-1 input[type=radio] {
	width: 14px;
}

form.hs-form fieldset  > .hs-dependent-field {
	width: 100%;
}

form input[type=checkbox],
form input[type=radio] {
	position: relative;
	display: block;
	min-width: 14px;
	height: 14px;
	cursor: pointer;
	margin-right: var(--spacer_xxxxs);
	appearance: none;
	border: 0;
	background-color: transparent;
	padding: 0;
	transition: box-shadow var(--default_transition);
}
form input[type=checkbox] {
	border-radius: var(--border_radius_3);
	box-shadow: inset 0 0 0 1px #e1e1e1;
}
form input[type=checkbox]::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--border_radius_3);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-color: rgba(255, 255, 255, 0);
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-color var(--default_transition);
}
form input[type=checkbox]:checked::after {
	background-color: var(--secondary_color);
}

form input[type=radio] {
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #cbd6e2, inset 0 0 0 4px #FFF, inset 0 0 0 4px var(--secondary_color);
}
form input[type=radio]:checked {
	box-shadow: inset 0 0 0 1px #cbd6e2, inset 0 0 0 2px #FFF, inset 0 0 0 4px var(--secondary_color);
}

/* 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 var(--spacer_xs);
}

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: var(--spacer_xxxxs);
}

/* Submit button */

form input[type=submit],
form .hs-button {
	appearance: none;
	border: 0;
	padding: var(--button_spacing);
	background-color: var(--secondary_color);
	box-shadow: inset 0 0 0 2px var(--secondary_color);
	border-radius: var(--button_corner_radius);
	color: #FFF;
	font-size: var(--button_font_size);
	font-weight: var(--font_weight_medium);
	text-transform: var(--button_text_transform);
	cursor: pointer;
	display: inline-block;
	text-align: center;
	transition: box-shadow var(--default_transition), background-color var(--default_transition), color var(--default_transition);
	white-space: normal;
}
form input[type=submit] {
	min-width: 175px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active {
	background-color: #FFF;
	color: var(--secondary_color);
	border: 0;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	body form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
	body form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
		width: 100%;
	}
	form.hs-form fieldset.form-columns-2 .hs-form-field {
		width: 100%;
	}
	form.hs-form fieldset.form-columns-3 .hs-form-field {
		width: 100%;
	}
	form.hs-form fieldset.form-columns-2 .hs-form-field:not(:first-of-type),
	form.hs-form fieldset.form-columns-3 .hs-form-field:not(:first-of-type) {
		margin-left: 0;
	}
}
/* 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);
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	backdrop-filter: blur(18px);
	transition: opacity var(--default_transition), visibility var(--default_transition);
}

.popup--visible {

	opacity: 1;
	visibility: visible;
}

.popup__inner {
	position: relative;
	display: flex;
	
	margin: auto;
	background-color: #FFF;
	border-radius: var(--border_radius_7);
	max-width: 775px;
	max-height: 540px;
}

.popup__close-btn {
	position: absolute;
	top: calc(var(--spacer_lg) / 2);
	right: calc(var(--spacer_lg) / 2);
	width: 1.4rem;
	height: 1.4rem;
	color: #FFF;
	transform: translate(50%, -50%);
}

.popup__close-btn:hover,
.popup__close-btn:focus {
	color: var(--secondary_color);
}

.popup__close-btn .icon {
	--icon_width: 1.4rem;
	--icon_height: 1.4rem;
}

.popup__form {
	flex-grow: 1 ;
	padding: var(--spacer_md) var(--spacer_xl);
	overflow-y: auto;
	height: 100%;
	max-height: 540px;
	overflow-y: auto;
}

.popup__image {
	flex: 0 0 297px;
}
.popup__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.popup {
		
	}
	.popup__inner {
		width: 100%;
		height: 100%;
		max-height: 100%;
	}
	
	.popup__close-btn {
		color: #000;
	}
	
	.popup__form {
		max-height: 100%;
		padding: var(--spacer_md);
	}
	
	.form-title br {
		display: none;
	}

	.popup__image {
		display: none;
	}
}

@media print {
	.popup {
		display: none;
	}
}

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

/* Navigation skipper */
.header {
	position: relative;
}
.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;
}

.header__head-links {
	margin-bottom: 0;
	align-items: center;
}

.header__head-links-item {
	margin-left: var(--spacer_md);
}
.header__head-links-item button {
	color: rgba(255, 255, 255, 0.65);
}

.header__head-links-item button:hover {
	color: rgba(255, 255, 255, 1);
}

.header__head-menu {
	margin-left: auto;
	align-items: center;
}

.header--no-navigation .header__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header__container--mobile {
	padding-top: var(--spacer_md);
	padding-bottom: var(--spacer_xs);
}

/* Header */
.header__head {
	background-color: #595959;
	color: #FFF;
}
.header__head a {
	color: rgba(255, 255, 255, 0.65);
}

.header__head a:hover,
.header__head a:focus {
	color: rgba(255, 255, 255, 1);
}
.header__head .content-wrapper {
	min-height: 40px;
}

.header__body {
	border-bottom: solid 2px rgba(217, 217, 217, 0.7);
	background-color: #FFF;
}
.header__head a,
.header__body a {
	font-weight: 600;
}

.header__head a.phone-link {
	font-size: 1.6rem;
	color: #FFF;
}

.header .menu__item--depth-1 {
	margin-left: var(--spacer_md);
}

.header__body-inner {
	align-items: center;
	margin-left: auto;
	
	padding-top: var(--spacer_xs);
	padding-bottom: var(--spacer_xs);
}

.header__logo--desktop {
	display: flex;
	margin-top: -1.5rem;
}

.header__logo img {
	display: block;
}

.header__body-search {
	width: 320px;
	margin-left: var(--spacer_md);
}
.header__body-search {
	font-size: 1.1rem;
}
.header__body-search form input[type=text],
.header__search--mobile form input[type=text] {
	padding-left: var(--spacer_lg);
	padding-right: var(--spacer_sm);
}

.header__language-switcher {
	position: relative;
	margin-left: calc(var(--spacer_md) - var(--spacer_xxs));
}

.header__language-switcher-label {
	position: relative;
	text-transform: capitalize;
	font-weight: 600;
	opacity: 1;
	padding: var(--spacer_xxxs) var(--spacer_xxs);
	border-radius: 3px;
	box-shadow: inset 0 0 0 0 #b2b2b2;
	cursor: pointer;
	z-index: 3;
	transition: color var(--default_transition) 0.4s, opacity var(--default_transition), box-shadow var(--default_transition);
}

.header__language-switcher-label > span > img {
	display: block;
}

.header__language-switcher-label svg {
	margin-left: var(--spacer_xxxs);
	transition: transform var(--default_transition);
}

.header__language-switcher-label:hover,
.header__language-switcher-label:focus,
#language-switcher-input:checked + .header__language-switcher-label {
	opacity: 1;
}

#language-switcher-input:checked + .header__language-switcher-label {
	box-shadow: inset 0 0 0 1px #b2b2b2;
	color: #595959;
	transition: color var(--default_transition) 0, opacity var(--default_transition), box-shadow var(--default_transition) 0.2s;
}
#language-switcher-input:checked + .header__language-switcher-label svg {
	transform: rotateX(-180deg);
}

.header__language-switcher-list {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 0;
	border-radius: 3px;
	background-color: #FFF;
	z-index: 2;
	overflow: hidden;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	transition: max-height 0.5s ease;
}
.header__language-switcher-list > li:first-of-type {
	padding-top: 2.7rem;
}

.header__language-switcher-list > li {
	box-shadow: inset 0 0 0 1px #b2b2b2;
}
.header__language-switcher-list > li:not(:first-of-type) {
	margin-top: -1px;
}

#language-switcher-input:checked + .header__language-switcher-label + .header__language-switcher-list {
	max-height: 250px;
	transition-duration: 1s;
}

.header__language-switcher-link {
	display: block;
	padding: var(--spacer_xxxs) var(--spacer_xxs);
	text-transform: capitalize;
	box-shadow: inset 0 0 0 1px #b2b2b2;
	transition: background-color var(--default_transition);
}
.header__language-switcher-link,
.header__head a.header__language-switcher-link {
	color: #595959;
}

.header__language-switcher-link img,
.header__head a.header__language-switcher-link img {
	display: block;
}

.header__head a.header__language-switcher-link:hover,
.header__head a.header__language-switcher-link:focus {
	background-color: #eee;
}

.burger-label {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 25px;
	height: 20px;
	margin-top: auto;
	margin-bottom: auto;
}

.burger-line {
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: #000;
	transition: transform var(--default_transition);
}
.burger-line:nth-child(1),
.burger-line:nth-child(3) {
	transform-origin: left center;
}
.burger-input:checked + .burger-label .burger-line:nth-child(1) {
	transform: rotate(45deg);
}
.burger-input:checked + .burger-label .burger-line:nth-child(2) {
	transform: scale(0);
}
.burger-input:checked + .burger-label .burger-line:nth-child(3) {
	transform: rotate(-45deg);
}

/* Breadcrumb */
.header__breadcrumb {
	background-color: #f5f5f5;
}

.header__breadcrumb-nav {
	position: relative;
	font-size: 1.2rem;
}

.header__breadcrumb-nav::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background-color: #b2b2b2;
	opacity: 0.5;
}

.header__breadcrumb-list {
	margin-bottom: 0;
	padding-top: var(--spacer_xs);
	padding-bottom: var(--spacer_xs);
}

.header__breadcrumb-item {
	position: relative;
	color: #7f7f7f;
	/* flex-grow: 1; */
	display: inline-flex;
}

.header__breadcrumb-item--link {
	white-space: nowrap;
}

.header__breadcrumb-item:not(:first-of-type) {
	padding-left: var(--spacer_md);
}

.header__breadcrumb-item::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.834' height='8.1' viewBox='0 0 4.834 8.1'%3E%3Cpath d='M4.058,4.834,0,.878.521.344a1.139,1.139,0,0,1,1.61-.02L4.056,2.2,5.972.324A1.135,1.135,0,0,1,7.577.341L8.1.877Z' transform='translate(0 8.1) rotate(-90)' fill='%237f7f7f'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(calc((var(--spacer_md) / 2) - 50%), -50%);
}
    
.header__breadcrumb-item:first-child::before {
	content: none;
}

.header__breadcrumb-link {
	display: block;
	font-weight: 500;
	color: #7f7f7f;
}

.header__breadcrumb-current {
	color: var(--secondary_color);
}

.header__search--mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: calc(9.2rem + 3.5rem) 3.5rem 3.5rem; 
	background-color: #FFF;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: opacity var(--default_transition), visibility var(--default_transition);
}
.search-open .header__search--mobile {
	opacity: 1;
	visibility: visible;
}
.header__search--mobile .header__search-inner {
	width: 100%;
}

.search-mobile-close-btn {
	text-align: center;
}

.search-mobile-close-btn .icon {
	--icon_width: 2rem;
	--icon_height: 2rem;
	margin-left: auto;
	margin-right: auto;
	
}


@media (max-width: 1279px) {
	.header__body-search {
		width: 275px;
	}
}

@media (max-width: 1024px) {
	.header__logo--desktop {
		max-width: 300px;
	}
}

@media (max-width: 991px) {
	.search-open {
		overflow: hidden;
	}
	
	.header__head {
		border-bottom: solid 2px rgba(217, 217, 217, 0.7);
	}

	.header__body {
		order: -1;
	}

	.header__head,
	.header__body {
		padding-top: var(--spacer_sm);
		padding-bottom: var(--spacer_sm);
	}
	
	.header__logo--mobile {
		position: relative;
		margin-top: -1.5rem;
		margin-right: auto;
		z-index: 2;
	}
	.header__logo--desktop {
		display: none;
	}
	.header__container--desktop {
		position: absolute;
		top: 100%;
		left: 0;
		max-height: 0;
		width: 100%;
		background-color: #FFF;
		overflow: hidden;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0);
		z-index: 1;
		transition: max-height 0.5s ease, box-shadow var(--default_transition);
	}
	.menu-open .header__container--desktop {
		max-height: calc(100vh - 100%);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		transition: max-height 1s ease, box-shadow var(--default_transition);
	}
	
	.header__container--mobile::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: rgba(217, 217, 217, 0.7);
		z-index: 1;
 	}
	
	.header__container--mobile > .content-wrapper {
		align-items: center;
	}
	
	.header__breadcrumb {
		display: none;
	}
	
	.header__head-links-item button {
		color: rgba(255, 255, 255, 1);
	}
	
	.header__head .content-wrapper,
	.header__head-links,
	.header__head-menu,
	.header__head-menu .menu__list,
	.header__body-inner,
	.header__body-menu .menu__list {
		flex-direction: column;
	}
	
	.header__head-menu,
	.header__body-inner,
	.header__body-search {
		margin-right: auto;
	}
	
	.header__head-menu .menu__list > .menu__item--depth-1:last-of-type {
		margin-bottom: 0;
	}
	
	.header__body-inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.header__head-links-item {
		margin-left: 0;
		margin-bottom: var(--spacer_sm);
	}
	.header__head-links-item--contact {
		margin-top: var(--spacer_sm);
	}
	
	.header .menu__item--depth-1 {
		margin-left: 0;
		margin-bottom: var(--spacer_sm);
	}
	
	.menu__item--depth-1 > .menu__link {
		display: block;
	}
	
	.header__body a,
	.header__head a,
	.header__language-switcher-label {
		font-size: 1.6rem;
	}
	
	.header__head a {
		color: #FFF;
	}
	
	.header__language-switcher {
		margin-left: 0;
	}
	
	.header__language-switcher--mobile {
		margin-right: var(--spacer_xs);
	}
	
	.header__language-switcher--mobile .header__language-switcher-label {
		opacity: 1;
	}
	
	.search-mobile-label {
		position: relative;
		display: flex;
		align-items: center;
		margin-right: var(--spacer_xs);
		z-index: 2;
	}
	.search-mobile-label .icon {
		--icon_width: 2.1rem;
		--icon_height: 2rem;
	}
	
	.burger-label {
		position: relative;
		z-index: 1;
	}
	
	.header__language-switcher-link {
		font-size: 1.6rem;
	}
	#language-switcher-input:checked + .header__language-switcher-label {
		background-color: #FFF.
	}
	.body-wrapper:not(.lp--onboarding) .header__language-switcher-list {
		top: unset;
		bottom: 0;
	}
	.body-wrapper:not(.lp--onboarding) .header__language-switcher-list > li:first-of-type {
		padding-top: 0;
	}
	.body-wrapper:not(.lp--onboarding) .header__language-switcher-list > li:last-of-type {
		padding-bottom: 2.7rem;
	}
	
}

@media (min-width: 992px) {
	.header__container--mobile {
		display: none;
	}
	.burger-label {
		display: none;
	}
}

@media print {
	div[data-global-resource-path*="header.html"],
	div[data-global-resource-path*="header-no-navigation.html"] {
		display: none;
	}
}
/* Footer */

.footer {
	border-top: solid 2px rgba(217, 217, 217, 0.7);
  background-color: var(--footer_bg_color);
	padding-top: var(--spacer_xxxl);
	padding-bottom: var(--spacer_xxxl);
	color: var(--footer_font_color);
}

.footer__col--logo {
	margin-right: auto;
	margin-top: -3rem;
}

.footer__logo {
	margin-bottom: var(--spacer_xxs);
}
.footer__copyright .hs_cos_wrapper_type_rich_text > *:last-child,
.footer__copyright--mobile > *:last-child {
	margin-bottom: 0;
}

.footer__copyright--mobile {
	margin-top: var(--spacer_sm);
	text-align: center;
}

.footer__menus {
	margin-bottom: 0;
}
.footer__menus-item {
	font-size: 1.6rem;
	margin-right: 12.8rem;
	max-width: 150px;
}

.footer__menus-item .menu__link {
	display: block;
	margin-bottom: var(--spacer_xs);
}

.footer .menu__item--depth-1 > .menu__link {
	font-weight: var(--font_weight_bold);
}

.footer .menu__item--depth-2 .menu__link {
	font-weight: var(--font_weight_regular);
}

.footer__col--socials {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social-links__list {
	margin-bottom: var(--spacer_xs);
}
.social-links__item:not(:last-of-type) {
	margin-right: var(--spacer_lg);
}

.social-links__link {
	color: var(--secondary_color);
}

.social-links__link:hover,
.social-links__link:focus {
	color: #7f7f7f;
}

.social-links__link .icon {
	--icon_width: 2.2rem;
}

.social-links__link .icon--facebook {
	--icon_width: 0.9rem;
}

.footer__button-popup {
	margin-top: var(--spacer_xs);
}

@media (max-width: 1279px) {
	.footer__menus-item {
		margin-right: var(--spacer_xxxl);
	}
}

@media (max-width: 991px) {
	.footer .content-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.footer__col--logo {
		margin-left: auto;
	}
	
	.footer__col--menus {
		margin-top: var(--spacer_xl);
	}
	
	.footer__menus {
		flex-direction: column;
	}
	.footer__menus-item {
		margin-right: 0;
		margin-bottom: var(--spacer_md);
		max-width: unset;
		text-align: center;
	}
	.footer__menus-item .menu__list {
		justify-content: center;
	}
	.footer__menus-item .menu__item {
		text-align: center;
	}
	
	.footer__copyright--desktop {
		display: none;
	}
}

@media (min-width: 992px) {
	.footer__copyright--mobile {
		display: none;
	}
}


@media print {
	div[data-global-resource-path*="footer.html"] {
		display: none;
	}
}
/* 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%;
}
.pagination {
	margin-bottom: var(--spacer_xxxxl);
}

.pagination__list {
	margin-bottom: 0;
}

.pagination__item--separator {
	padding: var(--spacer_xxxs) var(--spacer_xxs);
	color: #696969;
}

.pagination__item:not(:last-of-type) {
	margin-right: var(--spacer_xxxs);
}

.pagination__link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1;
	width: 38px;
	height: 38px;
	padding: var(--spacer_xxxs) var(--spacer_xxs);
	border-radius: var(--border_radius_round);
	color: #696969;
	background-color: transparent;
	white-space: nowrap;
	transition: color var(--default_transition), background-color var(--default_transition);
}

.pagination__link:hover {
	background-color: #e2e2e2;
	color: #000;
}

.pagination__link--active,
.pagination__link--active:hover {
	background-color: var(--primary_color);
	color: #FFF;
}

@media (max-width: 991px) {
	.pagination {
		margin-bottom: var(--spacer_xxl);
	}
}


.speaker {
	margin-bottom: 0;
}

.speaker__item {
	width: calc(50% - (var(--spacer_lg) / 2));
}

.speaker__item:not(:nth-child(-n + 2)) {
	margin-top: var(--spacer_lg);
}

.speaker__item:not(:nth-child(2n + 1)) {
	margin-left: var(--spacer_lg);
}

.speaker__texts {
	padding-left: var(--spacer_sm);
}

.speaker__name {
	font-size: 2rem;
	font-weight: var(--font_weight_semi_bold);
	color: #000;
	margin-bottom: var(--spacer_xxxs);
}

.speaker__job {
	color: #696969;
	font-weight: var(--font_weight_bold);
	margin-bottom: var(--spacer_xxxs);
}

.speaker__caption,
.speaker__caption * {
	color: #696969;
}

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

@media (max-width: 991px) {
	.speaker__item {
		width: 100%;
	}

	.speaker__item:nth-child(2) {
		margin-top: var(--spacer_lg);
	}

	.speaker__item:not(:nth-child(2n + 1)) {
		margin-left: 0;
	}
}


@media print {
	#axeptio_overlay {
		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-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);
}

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

/* ----- 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;
	outline: none;
}
.reset-button-style:hover,
.reset-button-style:focus,
.reset-button-style:active {
	background-color: transparent;
	outline: none;
	border: 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;
}

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

.icon {
	--icon_width: 1.6rem;
	--icon_height: 1.6rem;
	display: block;
	width: var(--icon_width);
	height: var(--icon_height);
}
    
		.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);
    }
	  