/* Theme base styles 
This file should only import styles that are essential for the global layout of the website.
These should be placed inside the global folder.
*/

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

.hs_cos_wrapper_type_icon{
  line-height: 0; 
}
/*! 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;
  overflow-x: hidden;
}

/**
 * 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 {
  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)
*/

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

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

/* 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 ;
  }
}
.o-wrapper{
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: var(--containerWidth);
}

.o-wrapper--module {
  padding: var(--moduleTopSpacing) var(--moduleRightSpacing) var(--moduleBottomSpacing) var(--moduleLeftSpacing);
}

html.hs-inline-edit .default-module{
  background-color: #fafafa;
  border: 1px dashed #d2d2d2;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

html:not(.hs-inline-edit) .default-module{
  display: none;
}

.dnd-section.collapse{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

@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.)
*/

html {
	scroll-behavior: smooth;
	scroll-padding: calc(var(--siteHeaderHeight) + var(--stickyAnchorsHeight));
	overflow: initial!important; /* Counters the popup active style that hides the navigation unintentionally */
}

body.overlay {
    height: 100%;
	overflow: hidden;
}


@font-face {
	font-family: 'Manrope';
	src: url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Light.woff2') format('woff2'),
		url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Regular.woff2') format('woff2'),
		url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Medium.woff2') format('woff2'),
		url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-SemiBold.woff2') format('woff2'),
		url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Bold.woff2') format('woff2'),
		url('https://8595997.fs1.hubspotusercontent-na1.net/hubfs/8595997/Fuelius/Website/Assets/Fonts/Manrope-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html{
	font-size: 100%; 
	font-family: var(--fontFamily);
}

body {
	word-break: break-word;
	background-color: var(--white);
	color: var(--textOnWhite);
}

body.disable-scroll{
	overflow-y: hidden; 
}

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

p,
li {
	















font-size: 17px;
font-size: 1.0625rem;





  
	margin-bottom: 1rem;
	margin-top: 0;
	line-height: 1.55;
}

p:only-of-type {
	margin-bottom: 0;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus,
a:active{
	text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0;
	color: var(--headings);
	line-height: 1.3;
}

h1, .h1 {
	















font-size: 35px;
font-size: 2.1875rem;






	font-weight: var(--fontLight);
	line-height: 1.2;
}

h2, .h2 {
	















font-size: 32px;
font-size: 2.0rem;






	font-weight: var(--fontLight);
	line-height: 1.18;
}

h3, .h3 {
	















font-size: 28px;
font-size: 1.75rem;






	font-weight: var(--fontSemibold);
	line-height: 1.35;
}

h4, .h4 {
	















font-size: 20px;
font-size: 1.25rem;






	line-height: 1.3;
}

h5, .h5 {
	















font-size: 15px;
font-size: 0.9375rem;






	line-height: 1.4;
}

h6, .h6 {
	















font-size: 13px;
font-size: 0.8125rem;






	line-height: 1.5;
}

@media (min-width: 992px) {

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

	h1, .h1 {
		















font-size: 62px;
font-size: 3.875rem;






		line-height: 1.19;
	}

	h2, .h2 {
		















font-size: 46px;
font-size: 2.875rem;






	}

	h3, .h3 {
		















font-size: 32px;
font-size: 2.0rem;






		line-height: 1.3;
	}

	h4, .h4 {
		















font-size: 24px;
font-size: 1.5rem;






		line-height: 1.25;
	}

}

html .m-rte .subheading {
	font-weight: normal;
	color: var(--yellow); 
}

/* Lists */

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

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

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

/* Code blocks */

pre {
	overflow: auto;
}

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	margin: 0 0 1.4rem;
	padding-left: 30px;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.7;
}

blockquote p{
	font-size: 1rem;
	line-height: 1.7;
	font-weight: bold;
}

/* Horizontal rules */

hr {
	background-color: var(--grey);
	border: none;
	color: var(--grey);
	height: 1px;
}

/* Image alt text */

img {
	font-size: 1rem;
	word-break: normal;
}

@media (min-width: 768px){
	blockquote,
	blockquote p{
		font-size: 1.4rem;
	}
}
.m-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-controls__slidecount {
	margin-right: 20px;
	color: var(--offBlack);
	font-weight: var(--fontSemibold);
}

.m-controls__slidecount--light {
	color:  var(--grey);
}
.m-arrows {
    display: flex;
	gap: 10px;
	z-index: 10;
    position: relative;
}

.m-arrows__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: transparent;
    border: 1px solid var(--offBlack);
	fill: var(--offBlack);
	opacity: 1;
	transition: opacity $base-transition-speed;
	cursor: pointer;
}

.m-arrows__btn.slick-disabled,
.m-arrows__btn--disabled {
    opacity: .4;
}

.m-arrows--light .m-arrows__btn {
    border-color: var(--grey);
	fill: var(--grey);
}
.m-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
}

.m-dots--spaced {
	gap: 8px;
}

.m-dots--spaced li,
.m-dots--spaced button {
	width: 50px;
}

.m-dots li,
.m-dots button {
	margin: 0;
	height: 3px;
}    

.m-dots li {
	flex-grow: 1;
  padding-left: 0 !important;
}

.m-dots li.slick-active button {
	background-color: var(--yellow);
} 

.m-dots li:before{
  display: none !important;
}

.m-dots button {
	width: 100%;
	height: 100%;
	background-color: var(--grey);
	border: none;
	text-indent: -999em;
	transition: background var(--transitionSpeed);
}

.m-dots--light button {
    background-color: var(--greyDarker);
}
.e-button,
.hs-button,
.hs-cta-button,
input[type=submit]:not(.normalise) {
	position: relative;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	border: 0;
	white-space: normal;
	padding: 15px 20px;
	border: 2px solid var(--yellow);
	background-color: transparent;
	border-radius: var(--borderRadius);
	font-size: .938rem;
	font-weight: bold;
}

.e-button__icons {
	position: relative;
	right: 0;
	margin-left: 20px;
	width: 15px;
	height: 15px;
	line-height: 1;
	overflow: hidden;
}

.e-button__icons--pre {
	right: initial;
	left: 0;
}

.e-button__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform var(--transitionSpeed) ease-in-out;
}

.e-button__icon:first-child {
	transform: translateX(-115%);
}

.e-button__icon:last-child {
	transform: translateX(0);
}

.e-button__inlineicon {
	margin-right: 10px;
}

.e-button__icons--pre .e-button__icon:first-child {
	transform: translateX(0);
}

.e-button__icons--pre .e-button__icon:last-child {
	transform: translateX(115%);
}

.e-button:hover,
.hs-button:hover,
.cta_button:hover,
input[type=submit]:hover,
.e-button:focus,
.hs-button:focus,
.cta_button:focus,
input[type=submit]:focus,
.e-button:active,
.hs-button:active,
.cta_button:active,
input[type=submit]:active {
	text-decoration: none;
}

.e-button:hover .e-button__icon:first-child,
.hs-cta-button:hover .e-button__icon:first-child {
	transform: translateX(0);
}

.e-button:hover .e-button__icon:last-child,
.hs-cta-button:hover .e-button__icon:last-child {
	transform: translateX(100%);
}

.e-button:has(.e-button__icons--pre):hover .e-button__icon:first-child,
.hs-cta-button:has(.e-button__icons--pre):hover .e-button__icon:first-child {
	transform: translateX(-100%);
}

.e-button:has(.e-button__icons--pre):hover .e-button__icon:last-child,
.hs-cta-button:has(.e-button__icons--pre):hover .e-button__icon:last-child {
	transform: translateX(0);
}

@media (max-width: 767px){

	.e-button:not(.e-button--tertiary),
	.hs-button,
	.hs-cta-button,
	input[type=submit]:not(.normalise) {
		width: 100%;
	}

}

/* Variations */

.e-button--primary,
.hs-cta-button--primary {
	background-color: var(--yellow);
	color: var(--black);
  transition: background var(--transitionSpeed),color var(--transitionSpeed);
}

.e-button--secondary,
.hs-cta-wrapper--secondary .cta_button {
	color: var(--white);
	transition: background var(--transitionSpeed), color var(--transitionSpeed);
}

.e-button--secondary:hover,
.hs-cta-button--secondary:hover {
	background-color: var(--yellow);
	color: var(--black);
}

.e-button--tertiary,
.hs-cta-button--tertiary {
	align-self: flex-end;
	padding: 10px 25px 10px 0;
	border: 0;
	font-weight: bold;
	color: var(--greyDarkest);
}

.e-button--tertiary:before,
.e-button--tertiary:after,
.hs-cta-button--tertiary:before,
.hs-cta-button--tertiary:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	opacity: .25;
	pointer-events: none;
}

.e-button--tertiary:after,
.hs-cta-button--tertiary:after {
	opacity: 1;
	transform: scaleX(0);
	transition: transform var(--transitionSpeed);
	transform-origin: left;
}

.e-button--tertiary:hover:after,
.hs-cta-button--tertiary:hover:after {
	transform: scaleX(1);
}

.e-button--tertiary .e-button__icons.e-button__icons--pre,
.hs-cta-button--tertiary .e-button__icons.e-button__icons--pre {
	margin: 0 20px 0 0;
}

.e-button--tertiaryinline {
	padding-right: 0;
}

.e-button--tertiaryinline .e-button__icons {
	position: relative;
	margin-left: 10px;
	top: 0;
	transform: none;
}

.e-button--centered {
	justify-content: center;
}

.e-button--full {
	width: 100%;
}

button:disabled,
.e-button:disabled,
.cta_button:disabled {
	opacity: 0.5;
}

.hs-cta-button {
	display: inline-flex; 
}

.cta_button{
  display: inline-flex !Important;
  flex-direction: row-reverse;
}

.hs-cta-wrapper .cta_button .e-button__icons{
  display: inline-block;
  line-height: 0;
}

.hs-cta-wrapper .cta_button .e-button__icons svg{
   width: 16px !important;
}
form,
.hs-form {
    color: var(--textOnYellow);
}

/* Form fields */

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

.hs-dependent-field .hs-form-field + .hs-form-field {
   padding-top: 20px;
}

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

fieldset[class^="form-columns-"] + fieldset[class^="form-columns-"],
div[class*="hs-fieldtype"] + div[class*="hs-fieldtype"] {
	margin-top: 20px;
}

fieldset[class^="form-columns-"] .input {
	margin: 0!important; /*Hubspot override */
}

fieldset[class^="form-columns-"] .hs-form-field {
	width: 100%!important; /*Hubspot override */
}

form input[type="file"] {
	color: var(--navy);
}

form input[type="file"] input {
	display: inline-block;
}

/* Labels */

form label {
	display: block;
	margin-bottom: 8px;
	font-size: .938rem;
	font-weight: bold;
	color: var(--offBlack);
	cursor: pointer;
}

/* Help text - legends */

form legend{
	font-size: .938rem;
}

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

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form select,
form textarea {
	padding: 15px;
	border: 1px solid var(--grey);
	background-color: var(--white);
	width: 100%!important;
	transition: border-color var(--transitionSpeed);
}

form input:focus,
form select:focus,
form textarea:focus {
	outline: none;
	border-color: var(--black);
}

form input[type="file"] {
	padding: 30px;
	width: 100%;
	border: 2px dashed var(--grey);
	background-color: var(--white);
	text-align: center;
}

input[type=file]::file-selector-button{
	cursor: pointer;
	margin-right: 20px;
}

form textarea {
	min-height: 200px;
}

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

form.hs-form .input a {
	color: currentColor;
	text-decoration: underline;
	font-weight: bold;
}

form.hs-form .input a:hover {
	text-decoration: none;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
	position: relative;
	display: block;
	margin: 10px 0;
}

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

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 20px;
	z-index: 99;
}

form input[type=checkbox],
form input[type=radio] {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute;
	opacity: 0;
}

form input[type=checkbox] ~ span,
form input[type=radio] ~ span {
	position: relative;
	display: block;
	padding: 8px 0 8px 45px;
	font-weight: normal;
}

form input[type=checkbox] ~ span:before,
form input[type=radio] ~ span:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	background-size: 16px;
	background-color: var(--white);
	border: 1px solid var(--grey);
}

form input[type=radio] ~ span:before {
	border-radius: 100%;
}

form input[type=checkbox]:checked ~ span:before,
form input[type=radio]:checked ~ span:before{
	background-color: var(--offBlack);
	border-color: var(--offBlack);
	background-repeat: no-repeat;
	background-position: center;
}

form input[type=checkbox]:checked ~ span:before {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/%3E%3C/svg%3E");
}

form input[type=radio]:checked ~ span:before {
	background-color: var(--white);
	box-shadow: inset 0 0 0 8px var(--offBlack);
}

form .multi-container {
	margin-top: 20px;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'';
	position: absolute;
	top: 50%;
	height: 16px;
	width: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	right: 15px;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: var(--white);
}

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

.fn-date-picker td {
	border: 1px solid var(--grey);
	transition: background var(--transitionSpeed), color var(--transitionSpeed);
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	background-color: #64BC46!important;
	color: var(--white);
}

.fn-date-picker .is-selected .pika-button {
	background-color: #64BC46!important;
}

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

form .hs-richtext {
	margin: 30px 0;
}

form .hs-richtext:first-of-type {
	margin-top: 0;
}

form .hs-richtext:last-of-type {
	margin-bottom: 0;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
	color: var(--offBlack);
}

.hs-input.invalid.error {
	border-color: var(--error);
}

label.hs-error-msg {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	font-weight: 400;
	color: var(--offBlack);
}

label.hs-error-msg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg fill='%23FF0000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

/* Submit button */

.hs-form .hs-button,
.hs-form input[type=submit] {
	background-color: var(--black);
	color: var(--white);
}

form.hs-form .actions {
	display: flex;
	margin-top: 40px;
}

/* Captcha */

.hs-recaptcha {
	margin-top: 50px;
}

@media (max-width: 991px){

	fieldset[class^="form-columns-"] .hs-form-field + .hs-form-field,	fieldset[class^="form-columns-"] + fieldset[class^="form-columns-"],
	div[class*="hs-fieldtype"] + div[class*="hs-fieldtype"] {
		margin-top: 10px;
	}

	form.hs-form .actions .hs-button {
		width: 100%;
	}

}

@media (min-width: 992px){

	fieldset[class^="form-columns-"] + fieldset[class^="form-columns-"],
	div[class*="hs-fieldtype"] + div[class*="hs-fieldtype"] {
		margin-top: 15px;
	}

	fieldset[class^="form-columns-"] div[class*="hs-fieldtype"] {
		margin-top: 0;
	}

	fieldset[class^="form-columns-"]:not(fieldset.form-columns-1) {
		display: grid;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	fieldset.form-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.hs-dateinput {
		width: 50%;
	}

	form input[type="file"] {
		padding: 75px 65px;       
	}

	form input[type=checkbox] ~ span,
	form input[type=radio] ~ span {
		font-size: 1.125rem;
	}

} 
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
img {
	max-width: 100%;
}

.hs_cos_wrapper_type_linked_image{
	display: block;
	line-height: 0;
}
.m-tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 0;
}

.m-tags__item {
	display: flex;
    margin: 0;
}

.m-tags__itemdivider {
	margin-right: 3px;
    line-height: 1;
}

.m-tags__tag {
    display: block;
	font-size: .938rem;
}

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

div[data-global-resource-path*="header"] {
    position: sticky;
	top: 0;
	left: 0;
	z-index: 150;
}

.m-site_header {
	position: relative;
	z-index: 10;
	background: var(--offBlack);
	height: var(--siteHeaderHeight);
}
.m-site_header.sticky {
    background: var(--offBlack);
}

.m-site_header.active .m-site_header__upper {
	background-color: var(--offBlack);
}

html.hs-inline-edit .m-site_header {
	position: relative;
}

.m-site_header__inner {
	max-width: var(--containerWidth);
	margin-inline: auto;
}

.m-site_header__upper {
	padding: 10px 20px;
}

.m-site_header__lower {
	padding: 20px;
}

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

.m-site_header__extras {
	font-size: .8125rem;
	color: var(--white);
}

.m-site_header__extraitem {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 567px){
  
  .m-site_header{
    --siteHeaderHeight: 85px;
  }
  
  .m-site_header__extraitem--contact,
  .m-site_header__extraitem--link,
  .m-site_header__extraitem--extralink{
    display: none; 
  }
  
  .m-site_header__upper{
    padding: 0;
  }
  
  .m-site_header__extraitem--language{
    position: fixed;
    right: 60px;
    top: 27px;
  }
  
  .m-language_switcher__dropdown{
    top: var(--siteHeaderHeight) !important;
  }
  
  .m-site_header.active .m-language_switcher__country{
    color: var(--black) !important;
  }
  
  .m-site_header.active .m-language_switcher:after{
    background-image: url(data:image/png;base64,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) !important;
  }
  
  .m-site_header__extras--mobile{
    padding: 0 !important;
  }
  
  .m-site_header__extraitem--language:after{
    background-color: var(--greyDarker);
    content: "";
    height: 30px;
    width: 1px;
    margin-left: 20px;
  }
  
  .m-site_header__lower{
    border-bottom: 1px solid var(--greyDarker); 
  }
  
  .m-site_header.active .m-site_header__lower{
    border-bottom: var(--white); 
  }
}

.m-site_header__extraitem svg {
	margin-right: 5px;
	fill: currentColor;
}

.m-site_header__extralink {
	color: inherit;
	transition: var(--transitionSpeed);
}

.m-site_header__extralink:hover,
.m-site_header__extralink:focus {
    color: var(--yellow);
}

.m-site_header__lower {
	display: flex;
	align-items: center;
}

.m-site_header__logo {
	max-width: 190px;
}

.m-site_header__navigation {
	display: none;
}

.m-site_header__toggle {
	margin-left: auto;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
}

.m-site_header__toggle {
	content: "";
	padding: 0;
	background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z'/%3E%3C/svg%3E");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right;
}

.m-site_header__toggle.active {
	background-image: url("data:image/svg+xml,%3Csvg fill='%231D252D' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E");
}

.m-site_header__toggle > span:first-child {
	display: none;
}

.m-site_header__cta--navigationmenu {
	margin: 10px 20px;
}

.m-site_header__actionlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.m-site_header__actionitem + .m-site_header__actionitem {
	margin-top: 15px;
}

.m-site_header__actionlink {
	color: var(--navy);
}

.m-site_header__actionlink:hover,
.m-site_header__actionlink:focus {
	color: var(--navy);
}

.m-site_header__actionlink--button:hover,
.m-site_header__actionlink--button:focus {
	text-decoration: none;
}

.m-site_header__actionlink--button {
	padding: 15px 25px;
	background-color: var(--blue);
	color: var(--white);
	font-weight: bold;
	text-align: center;
}

.m-site_header__actionlink--button:hover,
.m-site_header__actionlink--button:focus {
	color: var(--white);
}

.m-site_header__cta .e-button {
	padding-top: 15px;
	padding-bottom: 15px;
}

.m-site_header__search {
	margin-left: 20px;
	display: flex;
}

.m-site_navigation__link {
 text-align: left;
}

@media (max-width: 1239px) {

	.m-site_header.active {
		background: var(--white);
	}

	.m-site_header__inner {
		height: 100%;
	}

	.m-site_header__upper {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}

	.m-site_header__extraitem--desktop {
		display: none;
	}

	.m-site_header__extras--mobile {
		display: grid;
		gap: 15px 0;
		margin-top: auto;
		padding: 30px 20px;
		background-color: var(--offBlack);
	}

	.m-site_header__navigation {
		flex-direction: column;
		position: absolute;
		z-index: 99;
		top: 100%;
		left: 0;
		right: 0;
		height: calc(100vh - var(--siteHeaderHeight));
		overflow-y: auto;
		background-color: var(--white);
		overflow: hidden;
	}

	.m-site_header__navigation.active {
		display: flex!important;	  
	}

	.m-site_header__cta {
		margin: 20px;
	}

	.m-site_header__cta .e-button {
		justify-content: center;
	}

}

@media (min-width: 992px){

	.m-site_header__upper,
	.m-site_header__lower {
		padding-inline: 40px;
	}

}

@media (min-width: 1240px) {

	.m-site_header {
		background: var(--offBlack);
	}

	.m-site_header__upper {
		display: flex;
		justify-content: flex-end;
	}

	.m-site_header__lower {
		padding: 0 20px 20px;
	}

	.m-site_header__extras--mobile {
		display: none;
	}

	.m-site_header__extras--desktop {
		display: flex;
	}

	.m-site_header__extraitem:not(:first-child) {
		margin-left: 20px;
	}

	.m-site_header__logo {
		max-width: 295px;
	}

	.m-site_header__navigation,
	.m-site_header__navigation .hs_cos_wrapper {
		display: flex!important;
		align-items: center;
	}

	.m-site_header__toggle {
		display: none;
	}

	.m-site_header__inner {
		padding-bottom: 0;
	}

	.m-site_header__navigation {
		margin: 0 0 0 auto;
	}

	.m-site_header__cta {
		margin-left: 30px;
	}

}

@media (min-width: 1320px) {

	.m-site_header__upper,
	.m-site_header__lower {
		padding-inline: 0;
	}

}
.m-site_footer {
	background-color: var(--offBlack);
	color: var(--white);
	clear: both;
}

.m-site_footer__inner {
	max-width: var(--containerWidth);
	margin-inline: auto;
	padding-inline: 20px;
}

.m-site_footer__logo {
	max-width: 190px;
}

.m-site_footer__upper {
	padding-block: 70px;
}

.m-site_footer__lower {
	padding-block: 40px;
	border-top: 1px solid var(--greyDarker);
}

.m-site_footer__copy {
	margin-top: 30px;
}

.m-site_footer__copy * {
	color: var(--white);
}

.m-site_footer__sociallinks {
	margin-top: 60px;
}

.m-site_footer__additionallogo {
	margin-top: 30px;
}

.m-site_footer__linkslist {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	border-left: 2px solid var(--textOnGrey);
}

.m-site_footer__linksitem {
    margin: 0;
}

.m-site_footer__linksitem:not(:first-child) {
	margin-top: 10px;
}

.m-site_footer__linkslink {
	font-size: .9375rem;
	color: var(--textOnOffBlack);
	transition: color var(--transitionSpeed);
}

.m-site_footer__linkslink--heading,
.m-site_footer__linksheading {
	font-weight: var(--fontMedium);
	font-size: 1.0625rem;
	color: var(--white);
}

.m-site_footer__linkslink:hover,
.m-site_footer__linkslink:focus {
	color: var(--yellow);
	text-decoration: underline;
}

.m-site_footer__inner--lower {
	display: grid;
	gap: 30px 0;
}

.m-site_footer__inner--lower * {
	font-size: 13px;
	color: var(--textOnOffBlack);
}

@media (max-width: 767px) {

	.m-site_footer__linkslist:not(:first-child) {
		margin-top: 40px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.m-site_footer__links {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}	

}

@media (min-width: 992px) {

	.m-site_footer__logo {
		max-width: 225px;
	}

	.m-site_footer__links {
		column-count: 3;
		column-gap: 45px;
	}

	.m-site_footer__linkslist {
		break-inside: avoid-column;
	}

	.m-site_footer__linkslist:not(:first-child) {
		margin-top: 45px;
	}

}

@media (max-width: 1199px) {

	.m-site_footer__links {
		margin-top: 60px;
	}

}

@media (min-width: 1200px) {

	.m-site_footer__inner--upper {
		display: grid;
		grid-template-columns: 315px auto;
		grid-column-gap: 50px;
	}

	.m-site_footer__inner--lower {
		display: grid;
		grid-template-columns: 550px auto;
		gap: 0 50px;   
	}

	.m-site_footer__additionallinks {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}

}

@media (min-width: 1440px) {

	.m-site_footer__inner {
		grid-column-gap: 115px;
	}

}
.hs-module-editor-placeholder {
  padding: 32px 24px !important;
}

.hs-module-editor-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border: 1px dashed #516f90;
  background-color: rgb(245, 248, 250, 0.9);
  text-align: center;
  padding: 32px 24px 12px 24px;
  margin: 2px 1px;
}

.hs-module-editor-placeholder__title {
  margin: 0;
}

/* Menu and simple menu */

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

.hs-menu-wrapper > ul > li.hs-menu-item > a {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.hs-menu-wrapper > ul > li.hs-menu-item a {
  color: var(--secondaryTextColour);
}

/* Horizontal menu */

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

@media (max-width: 991px) {
  /* Menu and simple menu */

  .hs-menu-wrapper > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 30px;
  }

  .hs-menu-wrapper ul.hs-menu-children-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-template-columns: max-content;
  }
}

@media (max-width: 991px) {
  .hs-menu-wrapper > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 568px) {
  .hs-menu-wrapper > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .hs-menu-wrapper > ul {
    column-count: 3;
    column-gap: 25px;
  }

  .hs-menu-wrapper > ul > li + li {
    margin-top: 20px;
  }

  .hs-menu-wrapper ul li.hs-item-has-children li {
    margin-bottom: 5px;
  }
}

@media (min-width: 1260px) {
  .hs-menu-wrapper > ul {
    column-count: 4;
  }
}

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

.hs_cos_wrapper.align-center {
  width: 100%;
  text-align: center;
}

.hs_cos_wrapper.align-right {
  width: 100%;
  text-align: right;
}

.hs-cta-wrapper .hs-cta-node .cta_button {
  white-space: nowrap;
}
.m-rte {
  max-width: 860px;
}

.m-rte--fullwidth {
  max-width: none;
}

.m-rte--hasborder {
  padding-left: 20px;
  border-left: 3px solid var(--yellow);
}

.m-rte > *:not(div):first-child {
  margin-top: 0;
}

.m-rte > *:not(div):last-child {
  margin-bottom: 0;
}

.m-rte > *:not(div):only-child {
  margin: 0;
}

.m-rte a:not(.e-button):not(.cta_button) {
  background-image: linear-gradient(to bottom, var(--yellowLight) 0%, var(--yellowLight) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 111%;
  border-bottom: 2px solid var(--textOnWhite);
  transition: all var(--transitionSpeed);
}

.m-rte a:not(.e-button):not(.cta_button):hover,
.m-rte a:not(.e-button):not(.cta_button):focus {
  background-size: 100% 88%;
  cursor: pointer;
  border-bottom: 2px solid var(--yellow);
  color: #000;
}

.m-rte--dark a:not(.e-button):not(.cta_button):hover,
.m-rte--dark a:not(.e-button):not(.cta_button):focus {
  color: var(--textOnWhite);
}

.m-rte a:hover,
.m-rte a:focus {
  text-decoration: none;
}

.m-rte img {
  max-width: 100%; 
}

.m-rte ul:not(.m-rte .o-wrapper ul),
.m-rte .m-rte ul,
.m-rte ol:not(.m-rte .o-wrapper ol),
.m-rte .m-rte ol {
  padding: 0;
  list-style: none;
  margin: 40px 0;
}

.m-rte ul:not(.m-rte .o-wrapper ul) ul,
.m-rte .m-rte ul,
.m-rte ol:not(.m-rte .o-wrapper ol) ol,
.m-rte .m-rte ol {
  margin: 20px 0;
}

.m-rte:not(.m-rte .o-wrapper ol) ol,
.m-rte .m-rte ol {
  counter-reset: default-counter; 
}

.m-rte ol > li:not(.m-rte .o-wrapper ol > li),
.m-rte .m-rte ol > li {
  counter-increment: default-counter; 
}

.m-rte ul > li:not(.m-rte .o-wrapper ul > li),
.m-rte .m-rte ul > li,
.m-rte ol > li:not(.m-rte .o-wrapper ol > li),
.m-rte .m-rte ol > li {
  position: relative;
  padding-left: 25px;
}

.m-rte ul > li:not(.m-rte .o-wrapper ul > li):before,
.m-rte .m-rte ul > li:before,
.m-rte ol > li:not(.m-rte .o-wrapper ol > li):before,
.m-rte .m-rte ol > li:before {
  content: ''; 
  position: absolute;
  left: 0;
}

.m-rte ul > li:not(.m-rte .o-wrapper ul > li):before,
.m-rte .m-rte ul > li:before {
  display: block;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--textOnWhite);
}

.m-rte ol > li:not(.m-rte .o-wrapper ol > li):before,
.m-rte .m-rte ol > li:before {
  content: counter(default-counter);
  top: 0;
}

@media (min-width: 992px){

  .m-rte--hasborder {
    padding-left: 30px;
  }

}

/* Modules */

.m-social_links {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px;
}

.m-social_links__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid currentColor;
	color: var(--textOnGrey);
	transition: color var(--transitionSpeed);
}

.m-social_links__link:hover,
.m-social_links__link:focus {
	color: var(--yellow);
}

.m-social_links__link svg {	
	display: block;
	width: 14px;
	fill: currentColor;
	transition: fill var(--transitionSpeed);
}
.m-pipe_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 8px;
}

.m-pipe_list__item {
    margin: 0;
}

.m-pipe_list__item + .m-pipe_list__item {
	position: relative;
	padding-left: 8px;
}

.m-pipe_list__item + .m-pipe_list__item:before {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	width: 2px;
	height: calc(100% - 8px);
	background-color: currentColor;
	transform: translateY(-50%);
}

.m-pipe_list__link,
.m-pipe_list__link:hover,
.m-pipe_list__link:focus {
	padding: 3px 0;
	display: block;
	color: inherit;

}
.m-grid_card {

	--linkHeight: 60px;

	display: flex!important;
	flex-direction: column;
	background-color: var(--grey);
	overflow: hidden;
}

.m-grid_card__header {
	padding: 20px;
}

.m-grid_card__heading {
	margin: 0;
	font-size: 1.5rem;
	font-weight: var(--fontSemibold);
}

.m-grid_card__subheading {
	margin: 10px 0 0;
	font-size: .9375rem;
	font-weight: var(--fontSemibold);
	color: var(--greyDarker);
}

.m-grid_card__image {
	display: block;
	margin-top: auto;
	margin-inline: auto;
	width: 100%;
	max-width: 500px;
	max-height: 280px;
	object-fit: contain;
}

.m-grid_card__contentwrapper {
	display: flex;
	flex-direction: column;
}

.m-grid_card__content {	
	padding: 20px;
	background-color: var(--yellow);
}

.m-grid_card__summary {
	margin: 0;
	color: var(--textOnYellow);
}

.m-grid_card__link {
	display: flex;
	align-items: center;
	position: relative; 
	padding: 20px;
	height: 100%;
	background-color: var(--offBlack);
	font-size: 1.0625rem;
	font-weight: bold;
	color: var(--white);
	transition: background var(--transitionSpeed), color var(--transitionSpeed);
	z-index: 2;
}

.m-grid_card__link:hover,
.m-grid_card__link:focus {
	text-decoration: underline;
}

.m-grid_card__linklabel {
	padding-right: 20px;
}

.m-grid_card__linkicon {
	margin-left: auto;
	transition: transform var(--transitionSpeed), fill var(--transitionSpeed);
}

.m-grid_card__linkicon svg {
	fill: currentColor;
}

.m-grid_card--showsummary .m-grid_card__content {
	position: relative;
	background-color: var(--offBlack);
	transform: none;
	transition: background var(--transitionSpeed);
}

.m-grid_card--showsummary .m-grid_card__summary {
	color: var(--textOnOffBlack);
}

@media (max-width: 991px) {

	.m-grid_card {
		height: auto!important;
	}

	.m-grid_card__contentwrapper {
		height: 250px;
	}

	.m-grid_card__content {
		flex-grow: 1;
	}

	.m-grid_card__link {
		margin-top: auto;
		height: auto;
		background-color: var(--yellow);
		color: var(--offBlack);
	}

	.m-grid_card__linkicon {
		transform: rotate(270deg);
	}

}

@media (min-width: 992px) {

	.m-grid_card:hover .m-grid_card__link,
	.m-grid_card:focus .m-grid_card__link {
		background-color: var(--yellow);
		font-weight: var(--fontLight);
		color: var(--offBlack);
	}

	.m-grid_card:hover .m-grid_card__linkicon,
	.m-grid_card:focus .m-grid_card__linkicon {
		transform: rotate(180deg);
	}

	.m-grid_card:hover .m-grid_card__content,
	.m-grid_card:focus .m-grid_card__content {
		transform: translateY(-100%);
	}

	.m-grid_card__contentwrapper {
		height: var(--linkHeight);
		position: relative;
	}

	.m-grid_card__content {
		position: absolute;
		top: 0;
		z-index: 1;
		transform: translateY(0);
		transition: transform var(--transitionSpeed);
	}

	.m-grid_card--showsummary .m-grid_card__contentwrapper {
		height: auto;
	}

	.m-grid_card--showsummary .m-grid_card__link {
		background-color: var(--yellow);
		color: var(--offBlack);
	}

	.m-grid_card--showsummary .m-grid_card__linkicon {
		margin-left: 0;
		transform: rotate(270deg);
	}

	.m-grid_card--showsummary:hover .m-grid_card__content,
	.m-grid_card--showsummary:focus .m-grid_card__content {
		background-color: var(--yellow);
		transform: none;
	}

	.m-grid_card--showsummary:hover .m-grid_card__summary,
	.m-grid_card--showsummary:focus .m-grid_card__summary {
		color: var(--textOnYellow);
	}

	.m-grid_card--showsummary:hover .m-grid_card__linklabel,
	.m-grid_card--showsummary:focus .m-grid_card__linklabel {
		font-weight: 700;
	}

	.m-grid_card--showsummary:hover .m-grid_card__linkicon,
	.m-grid_card--showsummary:focus .m-grid_card__linkicon {
		transform: rotate(270deg);
	}

}

/* Utility
Helpful pieces of reusable css that are used to enhance the UI in some way
*/

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes link-slide{
  0%{
    transform:translate(0,0);
  }
  
  50%{
    transform:translate(0,50px)
  }
  
  51%{
    transform:translate(0,50px)
  }
  
  52%{
    transform:translate(0,-50px)
  }
  
  53%{
    transform:translate(0,-50px)
  }
  
  100%{
    transform:translate(0,0)
  }
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .8s linear infinite;
}
@media (max-width: 568px) {
  .hide-on-mobile {
    display: none !important;
  }
}