@charset "UTF-8";
/* Set Initial grid values
*********************************** */
/* 	Fonts – Specfics
    These are not to be used directly in styling,
    please use the generic values further below!
*********************************** */
/* 	Fonts – Generic values
    Use these values in styling!
*********************************** */
/*	Colours - Specifics
    These are not to be used directly in styling (exept for black, white, grey),
    please use the generic values further below!
***********************************  */
/*	Colours - Generic values
    Use these values in styling!
***********************************  */
/*	Size variables
***********************************  */
/*	Transition variables
***********************************  */
/*	Selector variables
***********************************  */
/* Media Queries
*********************************** */
/*
  I am working with REMs for the whole site, except for the media queries which is not viable
  These media queries are better suited to mobile first.
*/
/* Generate percentage grid values
*********************************** */
/* HOW TO USE: Effgrid can be called like this:

@include grid( $property, $num_cols, $num_guts, $num_cols_parent, $grid:desktop );

	What to these parameters mean?

	$property : this is the CSS property you wish to insert, for example 'width'
	$num_cols : the number of columns you want to be included in the percentage generated for the property
	$num_guts : the number of gutters you want to be included in the percentage generated for the property
	$num_cols_parent : the number of grid columns that the elements parent is occupying
	$grid : leave blank for desktop, inside media queries for tablet sizes, specify 'tablet'


	For example:

	// Assume the container is 12 columns
	.full_width_container {


		// Item we are going to set as 6 columns wide
		.item_we_would_like_to_manipulate {
			@include grid(width,6,0,12); // compiles to width: X%; item will be 6 columns of 12 columns grid
			padding:{
				@include grid(left,3,1,12); // compiles to padding-left: X%; item will have padding-left of 3 columns + 1 gutter
			}
		}
	}


	A further example, where the container is 6 columns:
	.full_width_container {

		.six_column_container {
			@include grid(width,6,0,12); // compiles to width: X%; item will be 6 columns of 12 columns grid
			padding:{
				@include grid(left,3,1,12); // compiles to padding-left: X%; item will have padding-left of 3 columns + 1 gutter
			}

			// Item we are going to set as 3 columns wide
			.item_we_would_like_to_manipulate {
				@include grid(width,3,0,6); // compiles to width: X%; item will be 3 columns of 12 columns grid
			}
		}
	}

*/
/*  Typography mixins
*********************************** */
/*	Assets – SVG
************************************* */
/*	Assets – Tileable SVG
************************************* */
/*	Assets – Banners
************************************* */
/*	Assets – PNG Graphics
************************************* */
/*  Show/hide mixins
*********************************** */
/*  Display mixins
*********************************** */
/*  'Paragraph style' Mixins
*********************************** */
/* Override colors in a button that is already styled up with mixin: button
*/
/*  Layout Partial -
    1 col on mobile
*********************************** */
/*  MASONRY Layout Partial -
    1 col on mobile
*********************************** */
/*  Layout Partial -
    4 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    3 cols in full width parent on desktop
*********************************** */
/*  MASONRY Layout Partial -
    3 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    3 cols in 9 column parent on desktop
*********************************** */
/*  Layout Partial -
    2 cols in full width parent on desktop
*********************************** */
/*  MASONRY Layout Partial -
    2 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    2 cols in full width parent on tablet
*********************************** */
/*  MASONRY Layout Partial -
    2 cols in full width parent on tablet
*********************************** */
/*  Layout Partial -
    2 cols in 8 col parent parent on desktop
*********************************** */
/*  Full Layout mixin –
    4 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    3 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin – FOR MASONRY
    3 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    3 col on desktop (in 9 col parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    2 col on desktop (in full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  component style: standard square button
    style up an element as a standard square button, choice of icons
    eg. burger, search etc
*/
/*  Animate Into Viewport effects
*********************************** */
/*
  Please note: These are all of the styles needed to style the NCB website, but not including the tools (those are kept separately)
*/
* {
  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;
  cursor: pointer;
}

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

/* EHJ additions
========================================================================== */
/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

a:-webkit-any-link {
  text-decoration: none;
}

.masonry_gutter_sizer,
.masonry_grid_sizer {
  display: block;
}

.visually-hidden,
.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.visually-hidden--focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.visually-hidden--focusable:active, .visually-hidden--focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

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

.preload * {
  transition: none !important;
}

picture {
  display: block;
}
picture img {
  max-width: 100%;
  height: auto;
}

/*	Webfonts
		- if the project requires selfhosted webfonts,
		place @font-face rules here
*********************************** */
@font-face {
  font-family: "Cera Round Pro W01";
  src: url("../../fonts/Cera-Round-Pro-Bold.eot");
  src: url("../../fonts/Cera-Round-Pro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Cera-Round-Pro-Bold.woff2") format("woff2"), url("../../fonts/Cera-Round-Pro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro-Regular.eot");
  src: url("../../fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/CeraPro-Regular.woff2") format("woff2"), url("../../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro-RegularItalic.eot");
  src: url("../../fonts/CeraPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/CeraPro-RegularItalic.woff2") format("woff2"), url("../../fonts/CeraPro-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro-Medium.eot");
  src: url("../../fonts/CeraPro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/CeraPro-Medium.woff2") format("woff2"), url("../../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../../fonts/CeraPro-Bold.eot");
  src: url("../../fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/CeraPro-Bold.woff2") format("woff2"), url("../../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*  Site layout and structure
*********************************** */
html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  min-width: 320px;
  overflow: hidden;
}

.page-standard {
  position: relative;
  min-height: 100%;
  z-index: 2;
}

/* Site layout – Width holders
******************************** */
.full_width {
  display: block;
  width: 100%;
  background-color: transparent;
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media only screen and (min-width: 480px) {
  .full_width {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (min-width: 552px) {
  .full_width {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (min-width: 696px) {
  .full_width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.full_width.no_padding {
  padding-left: 0;
  padding-right: 0;
}
.full_width .section_inner {
  max-width: 75.375rem;
  margin: 0 auto;
}

/*  Default layouts:
************************************* */
.gridList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gridList > * {
  width: 100%;
}

.views-rows-subset > *,
.field--name-field-related.field__item > * {
  width: 100%;
}

.gridItem {
  flex-grow: 0;
  width: 100%;
  padding-bottom: 4.2806203475%;
}

/*  fullLayout__4col_onDesktop_parent1of1
*********************************** */
/*  fullLayout__3col_onDesktop_parent1of1
*********************************** */
@media only screen and (min-width: 480px) and (max-width: 839px) {
  .gridItem__3col_onDesktop {
    width: 47.8596898262%;
    margin-right: 4.2806203475%;
    padding-bottom: 6.4209305213%;
  }
  .gridItem__3col_onDesktop:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 840px) and (max-width: 911px) {
  .gridItem__3col_onDesktop {
    width: 48.7562189055%;
    margin-right: 2.4875621891%;
    padding-bottom: 3.7313432836%;
  }
  .gridItem__3col_onDesktop:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 912px) {
  .gridItem__3col_onDesktop {
    width: 31.6749585406%;
    margin-right: 2.4875621891%;
    padding-bottom: 3.7313432836%;
  }
  .gridItem__3col_onDesktop:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .views-rows-subset-listed_default .masonry_grid_sizer {
    width: 100%;
  }
  .views-rows-subset-listed_default .masonry_gutter_sizer {
    width: 4.2806203475%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 839px) {
  .views-rows-subset-listed_default .masonry_grid_sizer {
    width: 47.8596898262%;
  }
  .views-rows-subset-listed_default .masonry_gutter_sizer {
    width: 4.2806203475%;
  }
}
@media only screen and (min-width: 840px) and (max-width: 911px) {
  .views-rows-subset-listed_default .masonry_grid_sizer {
    width: 48.7562189055%;
  }
  .views-rows-subset-listed_default .masonry_gutter_sizer {
    width: 2.4875621891%;
  }
}
@media only screen and (min-width: 912px) {
  .views-rows-subset-listed_default .masonry_grid_sizer {
    width: 31.6749585406%;
  }
  .views-rows-subset-listed_default .masonry_gutter_sizer {
    width: 2.4875621891%;
  }
}

/*  fullLayout__2col_onDesktop_parent1of1
*********************************** */
.layout_content .layout_content_sidebar {
  margin-top: 2rem;
}
@media only screen and (min-width: 840px) {
  .layout_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .layout_content > * {
    width: 100%;
  }
  .layout_content .layout_content_sidebar {
    width: 23.1343283582%;
    margin-top: 0;
  }
  .layout_content .layout_content_column {
    width: 65.8374792703%;
  }
  .layout_content .layout_content_column .gridItem__3col_onDesktop {
    width: 48.1108312343%;
    margin-right: 3.7783375315%;
    padding-width: 3.7783375315%;
  }
  .layout_content .layout_content_column .gridItem__3col_onDesktop:nth-of-type(2n) {
    margin-right: 0;
  }
  .layout_content .layout_content_column .masonry_grid_sizer {
    width: 48.1108312343%;
  }
  .layout_content .layout_content_column .masonry_gutter_sizer {
    width: 3.7783375315%;
  }
  .layout_content .node--view-mode-full {
    width: 100%;
  }
}

.masonry_item {
  float: left;
}

/* Set Initial grid values
*********************************** */
/* 	Fonts – Specfics
    These are not to be used directly in styling,
    please use the generic values further below!
*********************************** */
/* 	Fonts – Generic values
    Use these values in styling!
*********************************** */
/*	Colours - Specifics
    These are not to be used directly in styling (exept for black, white, grey),
    please use the generic values further below!
***********************************  */
/*	Colours - Generic values
    Use these values in styling!
***********************************  */
/*	Size variables
***********************************  */
/*	Transition variables
***********************************  */
/*	Selector variables
***********************************  */
/* Media Queries
*********************************** */
/*
  I am working with REMs for the whole site, except for the media queries which is not viable
  These media queries are better suited to mobile first.
*/
/* Generate percentage grid values
*********************************** */
/* HOW TO USE: Effgrid can be called like this:

@include grid( $property, $num_cols, $num_guts, $num_cols_parent, $grid:desktop );

	What to these parameters mean?

	$property : this is the CSS property you wish to insert, for example 'width'
	$num_cols : the number of columns you want to be included in the percentage generated for the property
	$num_guts : the number of gutters you want to be included in the percentage generated for the property
	$num_cols_parent : the number of grid columns that the elements parent is occupying
	$grid : leave blank for desktop, inside media queries for tablet sizes, specify 'tablet'


	For example:

	// Assume the container is 12 columns
	.full_width_container {


		// Item we are going to set as 6 columns wide
		.item_we_would_like_to_manipulate {
			@include grid(width,6,0,12); // compiles to width: X%; item will be 6 columns of 12 columns grid
			padding:{
				@include grid(left,3,1,12); // compiles to padding-left: X%; item will have padding-left of 3 columns + 1 gutter
			}
		}
	}


	A further example, where the container is 6 columns:
	.full_width_container {

		.six_column_container {
			@include grid(width,6,0,12); // compiles to width: X%; item will be 6 columns of 12 columns grid
			padding:{
				@include grid(left,3,1,12); // compiles to padding-left: X%; item will have padding-left of 3 columns + 1 gutter
			}

			// Item we are going to set as 3 columns wide
			.item_we_would_like_to_manipulate {
				@include grid(width,3,0,6); // compiles to width: X%; item will be 3 columns of 12 columns grid
			}
		}
	}

*/
/*  Typography mixins
*********************************** */
/*	Assets – SVG
************************************* */
/*	Assets – Tileable SVG
************************************* */
/*	Assets – Banners
************************************* */
/*	Assets – PNG Graphics
************************************* */
/*  Show/hide mixins
*********************************** */
/*  Display mixins
*********************************** */
/*  'Paragraph style' Mixins
*********************************** */
/* Override colors in a button that is already styled up with mixin: button
*/
/*  Layout Partial -
    1 col on mobile
*********************************** */
/*  MASONRY Layout Partial -
    1 col on mobile
*********************************** */
/*  Layout Partial -
    4 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    3 cols in full width parent on desktop
*********************************** */
/*  MASONRY Layout Partial -
    3 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    3 cols in 9 column parent on desktop
*********************************** */
/*  Layout Partial -
    2 cols in full width parent on desktop
*********************************** */
/*  MASONRY Layout Partial -
    2 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    2 cols in full width parent on tablet
*********************************** */
/*  MASONRY Layout Partial -
    2 cols in full width parent on tablet
*********************************** */
/*  Layout Partial -
    2 cols in 8 col parent parent on desktop
*********************************** */
/*  Full Layout mixin –
    4 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    3 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin – FOR MASONRY
    3 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    3 col on desktop (in 9 col parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    2 col on desktop (in full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  component style: standard square button
    style up an element as a standard square button, choice of icons
    eg. burger, search etc
*/
/*  Animate Into Viewport effects
*********************************** */
.field--name-body,
.field--type-text-long,
.cke_editable {
  /*	Paragraphs
  ************************************* */
}
.field--name-body p,
.field--name-body li,
.field--type-text-long p,
.field--type-text-long li,
.cke_editable p,
.cke_editable li {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1272px) {
  .field--name-body p,
  .field--name-body li,
  .field--type-text-long p,
  .field--type-text-long li,
  .cke_editable p,
  .cke_editable li {
    font-size: 1.125rem;
  }
}
.field--name-body p em,
.field--name-body li em,
.field--type-text-long p em,
.field--type-text-long li em,
.cke_editable p em,
.cke_editable li em {
  font-style: italic;
}
.field--name-body p em strong,
.field--name-body li em strong,
.field--type-text-long p em strong,
.field--type-text-long li em strong,
.cke_editable p em strong,
.cke_editable li em strong {
  font-weight: 400;
}
.field--name-body p strong,
.field--name-body li strong,
.field--type-text-long p strong,
.field--type-text-long li strong,
.cke_editable p strong,
.cke_editable li strong {
  font-weight: 500;
}
.field--name-body p strong em,
.field--name-body li strong em,
.field--type-text-long p strong em,
.field--type-text-long li strong em,
.cke_editable p strong em,
.cke_editable li strong em {
  font-style: none;
}
.field--name-body p a:not(.cta), .field--name-body p a:not(.cta):link,
.field--name-body li a:not(.cta),
.field--name-body li a:not(.cta):link,
.field--type-text-long p a:not(.cta),
.field--type-text-long p a:not(.cta):link,
.field--type-text-long li a:not(.cta),
.field--type-text-long li a:not(.cta):link,
.cke_editable p a:not(.cta),
.cke_editable p a:not(.cta):link,
.cke_editable li a:not(.cta),
.cke_editable li a:not(.cta):link {
  color: #1B1464;
  padding-bottom: 1px;
  border-bottom: thin solid #FF557A;
}
.field--name-body p a:not(.cta):hover, .field--name-body p a:not(.cta):focus,
.field--name-body li a:not(.cta):hover,
.field--name-body li a:not(.cta):focus,
.field--type-text-long p a:not(.cta):hover,
.field--type-text-long p a:not(.cta):focus,
.field--type-text-long li a:not(.cta):hover,
.field--type-text-long li a:not(.cta):focus,
.cke_editable p a:not(.cta):hover,
.cke_editable p a:not(.cta):focus,
.cke_editable li a:not(.cta):hover,
.cke_editable li a:not(.cta):focus {
  border-bottom-color: #1B1464;
}
.field--name-body p .field--name-field-buy-button-embed a,
.field--name-body li .field--name-field-buy-button-embed a,
.field--type-text-long p .field--name-field-buy-button-embed a,
.field--type-text-long li .field--name-field-buy-button-embed a,
.cke_editable p .field--name-field-buy-button-embed a,
.cke_editable li .field--name-field-buy-button-embed a {
  padding-bottom: 1px;
  border-bottom: thin solid #FF557A;
}
.field--name-body p .field--name-field-buy-button-embed a:hover, .field--name-body p .field--name-field-buy-button-embed a:focus,
.field--name-body li .field--name-field-buy-button-embed a:hover,
.field--name-body li .field--name-field-buy-button-embed a:focus,
.field--type-text-long p .field--name-field-buy-button-embed a:hover,
.field--type-text-long p .field--name-field-buy-button-embed a:focus,
.field--type-text-long li .field--name-field-buy-button-embed a:hover,
.field--type-text-long li .field--name-field-buy-button-embed a:focus,
.cke_editable p .field--name-field-buy-button-embed a:hover,
.cke_editable p .field--name-field-buy-button-embed a:focus,
.cke_editable li .field--name-field-buy-button-embed a:hover,
.cke_editable li .field--name-field-buy-button-embed a:focus {
  color: #FF557A;
}
.field--name-body p,
.field--type-text-long p,
.cke_editable p {
  margin-bottom: 1em;
}
.field--name-body li,
.field--type-text-long li,
.cke_editable li {
  margin-bottom: 1em;
}
.field--name-body .cta,
.field--type-text-long .cta,
.cke_editable .cta {
  display: inline-block;
  box-sizing: border-box;
  background-color: #FF557A;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
  text-transform: none;
  position: relative;
  padding-top: 0.425em;
  padding-bottom: 0.425em;
  border: 0;
  border-radius: 2em;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.field--name-body .cta, .field--name-body .cta:link,
.field--type-text-long .cta,
.field--type-text-long .cta:link,
.cke_editable .cta,
.cke_editable .cta:link {
  color: #1B1464;
}
.field--name-body .cta:hover, .field--name-body .cta:focus, a:hover .field--name-body .cta, a:focus .field--name-body .cta,
.field--type-text-long .cta:hover,
.field--type-text-long .cta:focus,
a:hover .field--type-text-long .cta,
a:focus .field--type-text-long .cta,
.cke_editable .cta:hover,
.cke_editable .cta:focus,
a:hover .cke_editable .cta,
a:focus .cke_editable .cta {
  color: white;
  background-color: #1B1464;
}
@media only screen and (min-width: 1272px) {
  .field--name-body .cta,
  .field--type-text-long .cta,
  .cke_editable .cta {
    font-size: 1.1875rem;
  }
}
.field--name-body .cta:hover, .field--name-body .cta:focus,
.field--type-text-long .cta:hover,
.field--type-text-long .cta:focus,
.cke_editable .cta:hover,
.cke_editable .cta:focus {
  background-color: #1B1464;
}
@media only screen and (min-width: 768px) {
  .field--name-body .cta,
  .field--type-text-long .cta,
  .cke_editable .cta {
    min-width: 7.21em;
    padding-left: 1.9em;
    padding-right: 1.9em;
    padding-top: 0.5em;
    padding-bottom: 0.45em;
  }
}
.field--name-body .cta em,
.field--type-text-long .cta em,
.cke_editable .cta em {
  font-style: normal;
}

.field--name-body,
.field--type-text-long,
.cke_editable {
  /*  Headings
  ************************************* */
  /*  Lists
  ************************************* */
  /*  Embedded content
  ************************************* */
}
.field--name-body h2,
.field--type-text-long h2,
.cke_editable h2 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-top: 1.425em;
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 768px) {
  .field--name-body h2,
  .field--type-text-long h2,
  .cke_editable h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .field--name-body h2,
  .field--type-text-long h2,
  .cke_editable h2 {
    font-size: 2rem;
  }
}
.field--name-body h2 em,
.field--type-text-long h2 em,
.cke_editable h2 em {
  font-style: normal;
}
.field--name-body h2 a,
.field--type-text-long h2 a,
.cke_editable h2 a {
  color: #1B1464;
  text-decoration: none;
  border-bottom: 0;
}
.field--name-body h2 strong,
.field--type-text-long h2 strong,
.cke_editable h2 strong {
  font-weight: 700;
}
.field--name-body h3,
.field--type-text-long h3,
.cke_editable h3 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-top: 2.05em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .field--name-body h3,
  .field--type-text-long h3,
  .cke_editable h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  .field--name-body h3,
  .field--type-text-long h3,
  .cke_editable h3 {
    font-size: 1.5rem;
  }
}
.field--name-body h3 em,
.field--type-text-long h3 em,
.cke_editable h3 em {
  font-style: normal;
}
.field--name-body h3 a,
.field--type-text-long h3 a,
.cke_editable h3 a {
  color: #1B1464;
  text-decoration: none;
  border-bottom: 0;
}
.field--name-body h3 strong,
.field--type-text-long h3 strong,
.cke_editable h3 strong {
  font-weight: 700;
}
.field--name-body h2 + h3,
.field--type-text-long h2 + h3,
.cke_editable h2 + h3 {
  margin-top: 0;
}
.field--name-body h4,
.field--type-text-long h4,
.cke_editable h4 {
  color: #1B1464;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.357em;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
  margin-top: 2.65em;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 768px) {
  .field--name-body h4,
  .field--type-text-long h4,
  .cke_editable h4 {
    font-size: 1.1875rem;
  }
}
.field--name-body h4 em,
.field--type-text-long h4 em,
.cke_editable h4 em {
  font-style: normal;
}
.field--name-body h4 a,
.field--type-text-long h4 a,
.cke_editable h4 a {
  color: #1B1464;
  text-decoration: none;
  border-bottom: 0;
}
.field--name-body h4 strong,
.field--type-text-long h4 strong,
.cke_editable h4 strong {
  font-weight: 700;
}
.field--name-body h3 + h4,
.field--type-text-long h3 + h4,
.cke_editable h3 + h4 {
  margin-top: -0.15em;
}
.field--name-body ul,
.field--name-body ol,
.field--type-text-long ul,
.field--type-text-long ol,
.cke_editable ul,
.cke_editable ol {
  font-size: 1.0625rem;
  list-style-type: none;
  display: block;
  padding: 0;
  clear: both;
  margin: 0 0 1.5em 0;
}
@media only screen and (min-width: 1272px) {
  .field--name-body ul,
  .field--name-body ol,
  .field--type-text-long ul,
  .field--type-text-long ol,
  .cke_editable ul,
  .cke_editable ol {
    font-size: 1.125rem;
  }
}
.field--name-body ul li,
.field--name-body ol li,
.field--type-text-long ul li,
.field--type-text-long ol li,
.cke_editable ul li,
.cke_editable ol li {
  position: relative;
  list-style-type: none;
  list-style-image: none;
  padding-left: 1.5em;
}
.field--name-body ul li::before,
.field--name-body ol li::before,
.field--type-text-long ul li::before,
.field--type-text-long ol li::before,
.cke_editable ul li::before,
.cke_editable ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  color: #FF557A;
}
.field--name-body ul li p,
.field--name-body ol li p,
.field--type-text-long ul li p,
.field--type-text-long ol li p,
.cke_editable ul li p,
.cke_editable ol li p {
  margin: 0;
}
.field--name-body ul li ul,
.field--name-body ul li ol,
.field--name-body ol li ul,
.field--name-body ol li ol,
.field--type-text-long ul li ul,
.field--type-text-long ul li ol,
.field--type-text-long ol li ul,
.field--type-text-long ol li ol,
.cke_editable ul li ul,
.cke_editable ul li ol,
.cke_editable ol li ul,
.cke_editable ol li ol {
  margin-top: 0.9em;
  margin-bottom: 0;
}
.field--name-body ul .cta,
.field--name-body ol .cta,
.field--type-text-long ul .cta,
.field--type-text-long ol .cta,
.cke_editable ul .cta,
.cke_editable ol .cta {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  min-width: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1272px) {
  .field--name-body ul .cta,
  .field--name-body ol .cta,
  .field--type-text-long ul .cta,
  .field--type-text-long ol .cta,
  .cke_editable ul .cta,
  .cke_editable ol .cta {
    font-size: 1.125rem;
  }
}
.field--name-body ul .cta, .field--name-body ul .cta:link,
.field--name-body ol .cta,
.field--name-body ol .cta:link,
.field--type-text-long ul .cta,
.field--type-text-long ul .cta:link,
.field--type-text-long ol .cta,
.field--type-text-long ol .cta:link,
.cke_editable ul .cta,
.cke_editable ul .cta:link,
.cke_editable ol .cta,
.cke_editable ol .cta:link {
  color: #1B1464;
  padding-bottom: 1px;
  border-bottom: thin solid #FF557A;
}
.field--name-body ul .cta:hover, .field--name-body ul .cta:focus,
.field--name-body ol .cta:hover,
.field--name-body ol .cta:focus,
.field--type-text-long ul .cta:hover,
.field--type-text-long ul .cta:focus,
.field--type-text-long ol .cta:hover,
.field--type-text-long ol .cta:focus,
.cke_editable ul .cta:hover,
.cke_editable ul .cta:focus,
.cke_editable ol .cta:hover,
.cke_editable ol .cta:focus {
  color: #FF557A;
  background-color: transparent !important;
}
.field--name-body ul ul > li::before,
.field--name-body ol ul > li::before,
.field--type-text-long ul ul > li::before,
.field--type-text-long ol ul > li::before,
.cke_editable ul ul > li::before,
.cke_editable ol ul > li::before {
  background-color: transparent;
  border: 1px solid #FF557A;
}
.field--name-body ul li::before,
.field--type-text-long ul li::before,
.cke_editable ul li::before {
  content: "–";
}
.field--name-body ul > li::before,
.field--type-text-long ul > li::before,
.cke_editable ul > li::before {
  content: "–";
  top: 0.575em;
  left: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  background-color: #FF557A;
  border-radius: 50%;
}
.field--name-body ul ul,
.field--name-body ul ol,
.field--type-text-long ul ul,
.field--type-text-long ul ol,
.cke_editable ul ul,
.cke_editable ul ol {
  margin-bottom: 0;
}
.field--name-body ol,
.field--type-text-long ol,
.cke_editable ol {
  counter-reset: item;
}
.field--name-body ol > li::before,
.field--type-text-long ol > li::before,
.cke_editable ol > li::before {
  counter-increment: item;
  content: counter(item);
  display: inline-block;
}
.field--name-body img,
.field--name-body figure,
.field--type-text-long img,
.field--type-text-long figure,
.cke_editable img,
.cke_editable figure {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.field--name-body img,
.field--type-text-long img,
.cke_editable img {
  display: block;
}
.field--name-body figure,
.field--type-text-long figure,
.cke_editable figure {
  display: table;
  clear: left;
  max-width: 47.8596898262%;
  margin-left: 0;
  margin-right: 0;
}
.field--name-body figure > *,
.field--type-text-long figure > *,
.cke_editable figure > * {
  display: table-row;
}
.field--name-body figure br,
.field--type-text-long figure br,
.cke_editable figure br {
  display: none;
}
.field--name-body figure img,
.field--type-text-long figure img,
.cke_editable figure img {
  max-width: 100%;
  height: auto;
  margin: 0;
  z-index: 1;
}
.field--name-body figure figcaption,
.field--type-text-long figure figcaption,
.cke_editable figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  margin-top: 1.05em;
}
@media only screen and (min-width: 840px) {
  .field--name-body figure,
  .field--type-text-long figure,
  .cke_editable figure {
    max-width: 48.1108312343%;
  }
}
.field--name-body .embedded-entity,
.field--type-text-long .embedded-entity,
.cke_editable .embedded-entity {
  display: block;
  width: 19.3125rem;
}
.field--name-body .embedded-entity .listed_content_item,
.field--type-text-long .embedded-entity .listed_content_item,
.cke_editable .embedded-entity .listed_content_item {
  width: 100%;
}
.field--name-body .embedded-entity,
.field--name-body .align-left,
.field--name-body .align-right,
.field--name-body .align-center,
.field--type-text-long .embedded-entity,
.field--type-text-long .align-left,
.field--type-text-long .align-right,
.field--type-text-long .align-center,
.cke_editable .embedded-entity,
.cke_editable .align-left,
.cke_editable .align-right,
.cke_editable .align-center {
  margin-top: 0.4rem;
  margin-bottom: 1.5rem;
}
.field--name-body .embedded-entity img,
.field--name-body .align-left img,
.field--name-body .align-right img,
.field--name-body .align-center img,
.field--type-text-long .embedded-entity img,
.field--type-text-long .align-left img,
.field--type-text-long .align-right img,
.field--type-text-long .align-center img,
.cke_editable .embedded-entity img,
.cke_editable .align-left img,
.cke_editable .align-right img,
.cke_editable .align-center img {
  margin: 0;
}
.field--name-body .embedded-entity.align-left,
.field--name-body .align-left,
.field--name-body .align-center,
.field--type-text-long .embedded-entity.align-left,
.field--type-text-long .align-left,
.field--type-text-long .align-center,
.cke_editable .embedded-entity.align-left,
.cke_editable .align-left,
.cke_editable .align-center {
  float: left;
  clear: left;
  margin-left: 0;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 552px) {
  .field--name-body .embedded-entity.align-left,
  .field--name-body .align-left,
  .field--name-body .align-center,
  .field--type-text-long .embedded-entity.align-left,
  .field--type-text-long .align-left,
  .field--type-text-long .align-center,
  .cke_editable .embedded-entity.align-left,
  .cke_editable .align-left,
  .cke_editable .align-center {
    margin-right: 2.5rem;
  }
}
.field--name-body .embedded-entity,
.field--name-body .align-right,
.field--type-text-long .embedded-entity,
.field--type-text-long .align-right,
.cke_editable .embedded-entity,
.cke_editable .align-right {
  float: right;
  clear: right;
  margin-left: 1.5rem;
  margin-right: 0;
}
@media only screen and (min-width: 552px) {
  .field--name-body .embedded-entity,
  .field--name-body .align-right,
  .field--type-text-long .embedded-entity,
  .field--type-text-long .align-right,
  .cke_editable .embedded-entity,
  .cke_editable .align-right {
    margin-left: 2.5rem;
  }
}
.field--name-body .embedded-entity + figcaption,
.field--type-text-long .embedded-entity + figcaption,
.cke_editable .embedded-entity + figcaption {
  display: none;
}

@media only screen and (max-width: 551px) {
  .field--name-body,
  .field--type-text-long {
    display: block;
  }
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    position: relative;
    float: none;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding-left: 4.5%;
    padding-right: 4.5%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 551px) and (min-width: 480px) {
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 551px) and (min-width: 552px) {
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 551px) and (min-width: 696px) {
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.responsive-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cke_editable .listed_content_item {
  background-color: #F3F3F7;
  border: 2px solid red;
}

.field--name-body > *:first-child,
.field--type-text-long > *:first-child {
  margin-top: 0;
}
.field--name-body > *:last-child,
.field--type-text-long > *:last-child {
  margin-bottom: 0;
}

/* Set Initial grid values
*********************************** */
/* 	Fonts – Specfics
    These are not to be used directly in styling,
    please use the generic values further below!
*********************************** */
/* 	Fonts – Generic values
    Use these values in styling!
*********************************** */
/*	Colours - Specifics
    These are not to be used directly in styling (exept for black, white, grey),
    please use the generic values further below!
***********************************  */
/*	Colours - Generic values
    Use these values in styling!
***********************************  */
/*	Size variables
***********************************  */
/*	Transition variables
***********************************  */
/*	Selector variables
***********************************  */
/* Media Queries
*********************************** */
/*
  I am working with REMs for the whole site, except for the media queries which is not viable
  These media queries are better suited to mobile first.
*/
/* Generate percentage grid values
*********************************** */
/* HOW TO USE: Effgrid can be called like this:

@include grid( $property, $num_cols, $num_guts, $num_cols_parent, $grid:desktop );

	What to these parameters mean?

	$property : this is the CSS property you wish to insert, for example 'width'
	$num_cols : the number of columns you want to be included in the percentage generated for the property
	$num_guts : the number of gutters you want to be included in the percentage generated for the property
	$num_cols_parent : the number of grid columns that the elements parent is occupying
	$grid : leave blank for desktop, inside media queries for tablet sizes, specify 'tablet'


	For example:

	// Assume the container is 12 columns
	.full_width_container {


		// Item we are going to set as 6 columns wide
		.item_we_would_like_to_manipulate {
			@include grid(width,6,0,12); // compiles to width: X%; item will be 6 columns of 12 columns grid
			padding:{
				@include grid(left,3,1,12); // compiles to padding-left: X%; item will have padding-left of 3 columns + 1 gutter
			}
		}
	}


	A further example, where the container is 6 columns:
	.full_width_container {

		.six_column_container {
			@include grid(width,6,0,12); // compiles to width: X%; item will be 6 columns of 12 columns grid
			padding:{
				@include grid(left,3,1,12); // compiles to padding-left: X%; item will have padding-left of 3 columns + 1 gutter
			}

			// Item we are going to set as 3 columns wide
			.item_we_would_like_to_manipulate {
				@include grid(width,3,0,6); // compiles to width: X%; item will be 3 columns of 12 columns grid
			}
		}
	}

*/
/*  Typography mixins
*********************************** */
/*	Assets – SVG
************************************* */
/*	Assets – Tileable SVG
************************************* */
/*	Assets – Banners
************************************* */
/*	Assets – PNG Graphics
************************************* */
/*  Show/hide mixins
*********************************** */
/*  Display mixins
*********************************** */
/*  'Paragraph style' Mixins
*********************************** */
/* Override colors in a button that is already styled up with mixin: button
*/
/*  Layout Partial -
    1 col on mobile
*********************************** */
/*  MASONRY Layout Partial -
    1 col on mobile
*********************************** */
/*  Layout Partial -
    4 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    3 cols in full width parent on desktop
*********************************** */
/*  MASONRY Layout Partial -
    3 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    3 cols in 9 column parent on desktop
*********************************** */
/*  Layout Partial -
    2 cols in full width parent on desktop
*********************************** */
/*  MASONRY Layout Partial -
    2 cols in full width parent on desktop
*********************************** */
/*  Layout Partial -
    2 cols in full width parent on tablet
*********************************** */
/*  MASONRY Layout Partial -
    2 cols in full width parent on tablet
*********************************** */
/*  Layout Partial -
    2 cols in 8 col parent parent on desktop
*********************************** */
/*  Full Layout mixin –
    4 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    3 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin – FOR MASONRY
    3 col on desktop (full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    3 col on desktop (in 9 col parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  Full Layout mixin –
    2 col on desktop (in full width parent)

    (2 col on tablet
    1 col on mobile)
*********************************** */
/*  component style: standard square button
    style up an element as a standard square button, choice of icons
    eg. burger, search etc
*/
/*  Animate Into Viewport effects
*********************************** */
.full_width__main_outer .field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.full_width__main_outer .field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.full_width__main_outer figure:has(iframe),
.full_width__main_outer .align-left:has(iframe),
.full_width__main_outer .align-right:has(iframe),
.full_width__main_outer .align-center:has(iframe) {
  width: 100%;
}
.full_width__main_outer figure .field--name-field-media-oembed-video,
.full_width__main_outer .align-left .field--name-field-media-oembed-video,
.full_width__main_outer .align-right .field--name-field-media-oembed-video {
  margin: 0;
}

.field--name-body,
.field--type-text-long,
.ck-content {
  /*	Paragraphs
  ************************************* */
}
.field--name-body p,
.field--name-body li,
.field--type-text-long p,
.field--type-text-long li,
.ck-content p,
.ck-content li {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1272px) {
  .field--name-body p,
  .field--name-body li,
  .field--type-text-long p,
  .field--type-text-long li,
  .ck-content p,
  .ck-content li {
    font-size: 1.125rem;
  }
}
.field--name-body p em,
.field--name-body li em,
.field--type-text-long p em,
.field--type-text-long li em,
.ck-content p em,
.ck-content li em {
  font-style: italic;
}
.field--name-body p em strong,
.field--name-body li em strong,
.field--type-text-long p em strong,
.field--type-text-long li em strong,
.ck-content p em strong,
.ck-content li em strong {
  font-weight: 400;
}
.field--name-body p strong,
.field--name-body li strong,
.field--type-text-long p strong,
.field--type-text-long li strong,
.ck-content p strong,
.ck-content li strong {
  font-weight: 500;
}
.field--name-body p strong em,
.field--name-body li strong em,
.field--type-text-long p strong em,
.field--type-text-long li strong em,
.ck-content p strong em,
.ck-content li strong em {
  font-style: none;
}
.field--name-body p a:not(.cta), .field--name-body p a:not(.cta):link,
.field--name-body li a:not(.cta),
.field--name-body li a:not(.cta):link,
.field--type-text-long p a:not(.cta),
.field--type-text-long p a:not(.cta):link,
.field--type-text-long li a:not(.cta),
.field--type-text-long li a:not(.cta):link,
.ck-content p a:not(.cta),
.ck-content p a:not(.cta):link,
.ck-content li a:not(.cta),
.ck-content li a:not(.cta):link {
  color: #1B1464;
  padding-bottom: 1px;
  border-bottom: thin solid #FF557A;
}
.field--name-body p a:not(.cta):hover, .field--name-body p a:not(.cta):focus,
.field--name-body li a:not(.cta):hover,
.field--name-body li a:not(.cta):focus,
.field--type-text-long p a:not(.cta):hover,
.field--type-text-long p a:not(.cta):focus,
.field--type-text-long li a:not(.cta):hover,
.field--type-text-long li a:not(.cta):focus,
.ck-content p a:not(.cta):hover,
.ck-content p a:not(.cta):focus,
.ck-content li a:not(.cta):hover,
.ck-content li a:not(.cta):focus {
  border-bottom-color: #1B1464;
}
.field--name-body p .field--name-field-buy-button-embed a,
.field--name-body li .field--name-field-buy-button-embed a,
.field--type-text-long p .field--name-field-buy-button-embed a,
.field--type-text-long li .field--name-field-buy-button-embed a,
.ck-content p .field--name-field-buy-button-embed a,
.ck-content li .field--name-field-buy-button-embed a {
  padding-bottom: 1px;
  border-bottom: thin solid #FF557A;
}
.field--name-body p .field--name-field-buy-button-embed a:hover, .field--name-body p .field--name-field-buy-button-embed a:focus,
.field--name-body li .field--name-field-buy-button-embed a:hover,
.field--name-body li .field--name-field-buy-button-embed a:focus,
.field--type-text-long p .field--name-field-buy-button-embed a:hover,
.field--type-text-long p .field--name-field-buy-button-embed a:focus,
.field--type-text-long li .field--name-field-buy-button-embed a:hover,
.field--type-text-long li .field--name-field-buy-button-embed a:focus,
.ck-content p .field--name-field-buy-button-embed a:hover,
.ck-content p .field--name-field-buy-button-embed a:focus,
.ck-content li .field--name-field-buy-button-embed a:hover,
.ck-content li .field--name-field-buy-button-embed a:focus {
  color: #FF557A;
}
.field--name-body p,
.field--type-text-long p,
.ck-content p {
  margin-bottom: 1em;
}
.field--name-body li,
.field--type-text-long li,
.ck-content li {
  margin-bottom: 1em;
}
.field--name-body .cta,
.field--type-text-long .cta,
.ck-content .cta {
  display: inline-block;
  box-sizing: border-box;
  background-color: #FF557A;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
  text-transform: none;
  position: relative;
  padding-top: 0.425em;
  padding-bottom: 0.425em;
  border: 0;
  border-radius: 2em;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.field--name-body .cta, .field--name-body .cta:link,
.field--type-text-long .cta,
.field--type-text-long .cta:link,
.ck-content .cta,
.ck-content .cta:link {
  color: #1B1464;
}
.field--name-body .cta:hover, .field--name-body .cta:focus, a:hover .field--name-body .cta, a:focus .field--name-body .cta,
.field--type-text-long .cta:hover,
.field--type-text-long .cta:focus,
a:hover .field--type-text-long .cta,
a:focus .field--type-text-long .cta,
.ck-content .cta:hover,
.ck-content .cta:focus,
a:hover .ck-content .cta,
a:focus .ck-content .cta {
  color: white;
  background-color: #1B1464;
}
@media only screen and (min-width: 1272px) {
  .field--name-body .cta,
  .field--type-text-long .cta,
  .ck-content .cta {
    font-size: 1.1875rem;
  }
}
.field--name-body .cta:hover, .field--name-body .cta:focus,
.field--type-text-long .cta:hover,
.field--type-text-long .cta:focus,
.ck-content .cta:hover,
.ck-content .cta:focus {
  background-color: #1B1464;
}
@media only screen and (min-width: 768px) {
  .field--name-body .cta,
  .field--type-text-long .cta,
  .ck-content .cta {
    min-width: 7.21em;
    padding-left: 1.9em;
    padding-right: 1.9em;
    padding-top: 0.5em;
    padding-bottom: 0.45em;
  }
}
.field--name-body .cta em,
.field--type-text-long .cta em,
.ck-content .cta em {
  font-style: normal;
}

.field--name-body,
.field--type-text-long,
.ck-content {
  /*  Headings
  ************************************* */
  /*  Lists
  ************************************* */
  /*  Embedded content
  ************************************* */
}
.field--name-body h2,
.field--type-text-long h2,
.ck-content h2 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-top: 1.425em;
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 768px) {
  .field--name-body h2,
  .field--type-text-long h2,
  .ck-content h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .field--name-body h2,
  .field--type-text-long h2,
  .ck-content h2 {
    font-size: 2rem;
  }
}
.field--name-body h2 em,
.field--type-text-long h2 em,
.ck-content h2 em {
  font-style: normal;
}
.field--name-body h2 a,
.field--type-text-long h2 a,
.ck-content h2 a {
  color: #1B1464;
  text-decoration: none;
  border-bottom: 0;
}
.field--name-body h2 strong,
.field--type-text-long h2 strong,
.ck-content h2 strong {
  font-weight: 700;
}
.field--name-body h3,
.field--type-text-long h3,
.ck-content h3 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-top: 2.05em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .field--name-body h3,
  .field--type-text-long h3,
  .ck-content h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  .field--name-body h3,
  .field--type-text-long h3,
  .ck-content h3 {
    font-size: 1.5rem;
  }
}
.field--name-body h3 em,
.field--type-text-long h3 em,
.ck-content h3 em {
  font-style: normal;
}
.field--name-body h3 a,
.field--type-text-long h3 a,
.ck-content h3 a {
  color: #1B1464;
  text-decoration: none;
  border-bottom: 0;
}
.field--name-body h3 strong,
.field--type-text-long h3 strong,
.ck-content h3 strong {
  font-weight: 700;
}
.field--name-body h2 + h3,
.field--type-text-long h2 + h3,
.ck-content h2 + h3 {
  margin-top: 0;
}
.field--name-body h4,
.field--type-text-long h4,
.ck-content h4 {
  color: #1B1464;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.357em;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
  margin-top: 2.65em;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 768px) {
  .field--name-body h4,
  .field--type-text-long h4,
  .ck-content h4 {
    font-size: 1.1875rem;
  }
}
.field--name-body h4 em,
.field--type-text-long h4 em,
.ck-content h4 em {
  font-style: normal;
}
.field--name-body h4 a,
.field--type-text-long h4 a,
.ck-content h4 a {
  color: #1B1464;
  text-decoration: none;
  border-bottom: 0;
}
.field--name-body h4 strong,
.field--type-text-long h4 strong,
.ck-content h4 strong {
  font-weight: 700;
}
.field--name-body h3 + h4,
.field--type-text-long h3 + h4,
.ck-content h3 + h4 {
  margin-top: -0.15em;
}
.field--name-body ul,
.field--name-body ol,
.field--type-text-long ul,
.field--type-text-long ol,
.ck-content ul,
.ck-content ol {
  font-size: 1.0625rem;
  list-style-type: none;
  display: block;
  padding: 0;
  clear: both;
  margin: 0 0 1.5em 0;
}
@media only screen and (min-width: 1272px) {
  .field--name-body ul,
  .field--name-body ol,
  .field--type-text-long ul,
  .field--type-text-long ol,
  .ck-content ul,
  .ck-content ol {
    font-size: 1.125rem;
  }
}
.field--name-body ul li,
.field--name-body ol li,
.field--type-text-long ul li,
.field--type-text-long ol li,
.ck-content ul li,
.ck-content ol li {
  position: relative;
  list-style-type: none;
  list-style-image: none;
  padding-left: 1.5em;
}
.field--name-body ul li::before,
.field--name-body ol li::before,
.field--type-text-long ul li::before,
.field--type-text-long ol li::before,
.ck-content ul li::before,
.ck-content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  color: #FF557A;
}
.field--name-body ul li p,
.field--name-body ol li p,
.field--type-text-long ul li p,
.field--type-text-long ol li p,
.ck-content ul li p,
.ck-content ol li p {
  margin: 0;
}
.field--name-body ul li ul,
.field--name-body ul li ol,
.field--name-body ol li ul,
.field--name-body ol li ol,
.field--type-text-long ul li ul,
.field--type-text-long ul li ol,
.field--type-text-long ol li ul,
.field--type-text-long ol li ol,
.ck-content ul li ul,
.ck-content ul li ol,
.ck-content ol li ul,
.ck-content ol li ol {
  margin-top: 0.9em;
  margin-bottom: 0;
}
.field--name-body ul .cta,
.field--name-body ol .cta,
.field--type-text-long ul .cta,
.field--type-text-long ol .cta,
.ck-content ul .cta,
.ck-content ol .cta {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  min-width: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1272px) {
  .field--name-body ul .cta,
  .field--name-body ol .cta,
  .field--type-text-long ul .cta,
  .field--type-text-long ol .cta,
  .ck-content ul .cta,
  .ck-content ol .cta {
    font-size: 1.125rem;
  }
}
.field--name-body ul .cta, .field--name-body ul .cta:link,
.field--name-body ol .cta,
.field--name-body ol .cta:link,
.field--type-text-long ul .cta,
.field--type-text-long ul .cta:link,
.field--type-text-long ol .cta,
.field--type-text-long ol .cta:link,
.ck-content ul .cta,
.ck-content ul .cta:link,
.ck-content ol .cta,
.ck-content ol .cta:link {
  color: #1B1464;
  padding-bottom: 1px;
  border-bottom: thin solid #FF557A;
}
.field--name-body ul .cta:hover, .field--name-body ul .cta:focus,
.field--name-body ol .cta:hover,
.field--name-body ol .cta:focus,
.field--type-text-long ul .cta:hover,
.field--type-text-long ul .cta:focus,
.field--type-text-long ol .cta:hover,
.field--type-text-long ol .cta:focus,
.ck-content ul .cta:hover,
.ck-content ul .cta:focus,
.ck-content ol .cta:hover,
.ck-content ol .cta:focus {
  color: #FF557A;
  background-color: transparent !important;
}
.field--name-body ul ul > li::before,
.field--name-body ol ul > li::before,
.field--type-text-long ul ul > li::before,
.field--type-text-long ol ul > li::before,
.ck-content ul ul > li::before,
.ck-content ol ul > li::before {
  background-color: transparent;
  border: 1px solid #FF557A;
}
.field--name-body ul li::before,
.field--type-text-long ul li::before,
.ck-content ul li::before {
  content: "–";
}
.field--name-body ul > li::before,
.field--type-text-long ul > li::before,
.ck-content ul > li::before {
  content: "–";
  top: 0.575em;
  left: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  background-color: #FF557A;
  border-radius: 50%;
}
.field--name-body ul ul,
.field--name-body ul ol,
.field--type-text-long ul ul,
.field--type-text-long ul ol,
.ck-content ul ul,
.ck-content ul ol {
  margin-bottom: 0;
}
.field--name-body ol,
.field--type-text-long ol,
.ck-content ol {
  counter-reset: item;
}
.field--name-body ol > li::before,
.field--type-text-long ol > li::before,
.ck-content ol > li::before {
  counter-increment: item;
  content: counter(item);
  display: inline-block;
}
.field--name-body img,
.field--name-body figure,
.field--type-text-long img,
.field--type-text-long figure,
.ck-content img,
.ck-content figure {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.field--name-body img,
.field--type-text-long img,
.ck-content img {
  display: block;
}
.field--name-body figure,
.field--type-text-long figure,
.ck-content figure {
  display: table;
  clear: left;
  max-width: 47.8596898262%;
  margin-left: 0;
  margin-right: 0;
}
.field--name-body figure > *,
.field--type-text-long figure > *,
.ck-content figure > * {
  display: table-row;
}
.field--name-body figure br,
.field--type-text-long figure br,
.ck-content figure br {
  display: none;
}
.field--name-body figure img,
.field--type-text-long figure img,
.ck-content figure img {
  max-width: 100%;
  height: auto;
  margin: 0;
  z-index: 1;
}
.field--name-body figure figcaption,
.field--type-text-long figure figcaption,
.ck-content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  margin-top: 1.05em;
}
@media only screen and (min-width: 840px) {
  .field--name-body figure,
  .field--type-text-long figure,
  .ck-content figure {
    max-width: 48.1108312343%;
  }
}
.field--name-body .embedded-entity,
.field--type-text-long .embedded-entity,
.ck-content .embedded-entity {
  display: block;
  width: 19.3125rem;
}
.field--name-body .embedded-entity .listed_content_item,
.field--type-text-long .embedded-entity .listed_content_item,
.ck-content .embedded-entity .listed_content_item {
  width: 100%;
}
.field--name-body .embedded-entity,
.field--name-body .align-left,
.field--name-body .align-right,
.field--name-body .align-center,
.field--type-text-long .embedded-entity,
.field--type-text-long .align-left,
.field--type-text-long .align-right,
.field--type-text-long .align-center,
.ck-content .embedded-entity,
.ck-content .align-left,
.ck-content .align-right,
.ck-content .align-center {
  margin-top: 0.4rem;
  margin-bottom: 1.5rem;
}
.field--name-body .embedded-entity img,
.field--name-body .align-left img,
.field--name-body .align-right img,
.field--name-body .align-center img,
.field--type-text-long .embedded-entity img,
.field--type-text-long .align-left img,
.field--type-text-long .align-right img,
.field--type-text-long .align-center img,
.ck-content .embedded-entity img,
.ck-content .align-left img,
.ck-content .align-right img,
.ck-content .align-center img {
  margin: 0;
}
.field--name-body .embedded-entity.align-left,
.field--name-body .align-left,
.field--name-body .align-center,
.field--type-text-long .embedded-entity.align-left,
.field--type-text-long .align-left,
.field--type-text-long .align-center,
.ck-content .embedded-entity.align-left,
.ck-content .align-left,
.ck-content .align-center {
  float: left;
  clear: left;
  margin-left: 0;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 552px) {
  .field--name-body .embedded-entity.align-left,
  .field--name-body .align-left,
  .field--name-body .align-center,
  .field--type-text-long .embedded-entity.align-left,
  .field--type-text-long .align-left,
  .field--type-text-long .align-center,
  .ck-content .embedded-entity.align-left,
  .ck-content .align-left,
  .ck-content .align-center {
    margin-right: 2.5rem;
  }
}
.field--name-body .embedded-entity,
.field--name-body .align-right,
.field--type-text-long .embedded-entity,
.field--type-text-long .align-right,
.ck-content .embedded-entity,
.ck-content .align-right {
  float: right;
  clear: right;
  margin-left: 1.5rem;
  margin-right: 0;
}
@media only screen and (min-width: 552px) {
  .field--name-body .embedded-entity,
  .field--name-body .align-right,
  .field--type-text-long .embedded-entity,
  .field--type-text-long .align-right,
  .ck-content .embedded-entity,
  .ck-content .align-right {
    margin-left: 2.5rem;
  }
}
.field--name-body .embedded-entity + figcaption,
.field--type-text-long .embedded-entity + figcaption,
.ck-content .embedded-entity + figcaption {
  display: none;
}

@media only screen and (max-width: 551px) {
  .field--name-body,
  .field--type-text-long {
    display: block;
  }
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    position: relative;
    float: none;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    padding-left: 4.5%;
    padding-right: 4.5%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 551px) and (min-width: 480px) {
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 551px) and (min-width: 552px) {
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 551px) and (min-width: 696px) {
  .field--name-body .embedded-entity,
  .field--type-text-long .embedded-entity {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.responsive-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ck-content .listed_content_item {
  background-color: #F3F3F7;
  border: 2px solid red;
}

.field--name-body > *:first-child,
.field--type-text-long > *:first-child {
  margin-top: 0;
}
.field--name-body > *:last-child,
.field--type-text-long > *:last-child {
  margin-bottom: 0;
}

/* Sitewide Typography
************************************* */
html {
  /*
    Letting the browser and user set default font-size, for accesibility.
    I am working with REMs (except for media queries which is not viable)
  */
}

body {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  color: #1B1464;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1272px) {
  body {
    font-size: 1.125rem;
  }
}

.toolbar {
  -webkit-font-smoothing: subpixel-antialiased;
}

a, a:link {
  color: #8757E5;
  text-decoration: none;
}
p a, p a:link {
  color: #1B1464;
  padding-bottom: 1px;
  border-bottom: thin solid #FF557A;
}
p a:hover, p a:focus {
  color: #FF557A;
}

p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 1em;
}
@media only screen and (min-width: 1272px) {
  p {
    font-size: 1.125rem;
  }
}

h1 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 624px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  color: #1B1464;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.357em;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1.1875rem;
  }
}

h6 {
  color: #1B1464;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.0625rem;
  margin-top: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1272px) {
  h6 {
    font-size: 1.125rem;
  }
}

p.introduction {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  p.introduction {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1272px) {
  p.introduction {
    font-size: 1.4375rem;
  }
}

.field--name-field-introduction p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .field--name-field-introduction p {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1272px) {
  .field--name-field-introduction p {
    font-size: 1.4375rem;
  }
}
.field--name-field-introduction.field--type-text-long p {
  margin-bottom: 1em;
}
.has_banner .region-content .field--name-field-introduction p:first-child:first-letter {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 0.825em;
  line-height: 0.825em !important;
  font-size: 6.125rem;
  float: left;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .has_banner .region-content .field--name-field-introduction p:first-child:first-letter {
    font-size: 7.3125rem;
  }
}

.field--name-field-name p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0.2em;
}

.field--name-field-caption {
  font-size: 0.875rem;
  margin-top: 1.05em;
}
.field--name-field-caption p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.h5_boxed {
  flex-shrink: 1;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F3F3F7;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .h5_boxed {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  .h5_boxed {
    font-size: 1.5rem;
  }
}
.h5_boxed::after {
  flex-shrink: 0;
  content: " ";
  display: block;
  width: 0.95em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-left: 0.6em;
}
@media only screen and (min-width: 480px) {
  .h5_boxed {
    padding-top: 1.15em;
    padding-bottom: 1.05em;
    padding-left: 0.95em;
    padding-right: 0.95em;
  }
  .h5_boxed::after {
    width: 1.1em;
    height: 1.3em;
    margin-left: 1em;
  }
}
.h5_boxed.download::after, .ncbfamily_block_field_resources_for_download .h5_boxed::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='17.478' height='30.19'%3E%3Cpath d='M15.978 27.19H1.5a1.5 1.5 0 000 3h14.478a1.5 1.5 0 100-3z' fill='%231b1464'/%3E%3Cpath d='M9.985 18.354v.013a1.5 1.5 0 01-.107.546v.011a1.5 1.5 0 01-.32.485l6.24-6.239a1.5 1.5 0 00-2.121-2.121l-3.716 3.712.024 3.586zM9.546 19.418l.006-.007-.005.004-.001.003z' fill='%23478efb'/%3E%3Cpath d='M7.916 19.744a1.49 1.49 0 01-.49-.326 1.507 1.507 0 00.49.326zM8.485 19.857a1.49 1.49 0 01-.549-.107 1.479 1.479 0 00.549.107zM8.5 19.857a1.485 1.485 0 00.53-.105 1.509 1.509 0 01-.541.105zM9.54 19.422a1.514 1.514 0 01-.482.32 1.5 1.5 0 00.482-.32zM9.877 18.913a1.5 1.5 0 00.107-.546 1.512 1.512 0 01-.107.546zM9.546 17.3a1.5 1.5 0 01.439 1.057v-.007l-.024-3.586-.092-13.272A1.473 1.473 0 008.359 0a1.5 1.5 0 00-1.49 1.51l.091 13.2zM9.547 19.415a1.5 1.5 0 00.32-.485 1.487 1.487 0 01-.32.485z' fill='%23ff557a'/%3E%3Cpath d='M7.425 19.418a1.49 1.49 0 00.49.326l.02.006a1.49 1.49 0 00.549.107 1.509 1.509 0 00.541-.105l.032-.01a1.514 1.514 0 00.482-.32h.006a1.487 1.487 0 00.327-.491v-.011a1.512 1.512 0 00.107-.546v-.013a1.5 1.5 0 00-.433-1.061L6.96 14.711 3.3 11.049a1.5 1.5 0 00-2.123 2.121z' fill='%231b1761'/%3E%3C/svg%3E");
}
.ncbfamily_block_field_external_resources .h5_boxed::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='26.6' height='27.44'%3E%3Cpath d='M25.1 18.011a1.5 1.5 0 00-1.5 1.5v4.929H3V3h4.243a1.5 1.5 0 000-3H1.5A1.5 1.5 0 000 1.5v24.44a1.5 1.5 0 001.5 1.5h23.6a1.5 1.5 0 001.5-1.5v-6.429a1.5 1.5 0 00-1.5-1.5z' fill='%231b1464'/%3E%3Cpath d='M23.877.564L23.9.557a1.494 1.494 0 01.546-.107H15.61a1.5 1.5 0 000 3h5.215L23.384.892a1.473 1.473 0 01.493-.328z' fill='%23478efb'/%3E%3Cpath d='M13.927 13.969a1.5 1.5 0 001.061-.439l7.958-7.959V1.95a1.5 1.5 0 01.438-1.058L20.825 3.45l-7.958 7.959a1.5 1.5 0 001.06 2.56zM24.994.557l.022.007zM25.833 1.38l.007.023zM23.877.564L23.9.557z' fill='%23ff557a'/%3E%3Cpath d='M23.877.564a1.473 1.473 0 00-.493.328 1.5 1.5 0 00-.438 1.058v8.836a1.5 1.5 0 003 0V1.95a1.484 1.484 0 00-.106-.55l-.007-.023a1.5 1.5 0 00-.817-.816l-.022-.004a1.457 1.457 0 00-1.1 0z' fill='%231b1761'/%3E%3C/svg%3E");
}

.cta {
  display: inline-block;
  box-sizing: border-box;
  background-color: #FF557A;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
  text-transform: none;
  position: relative;
  padding-top: 0.425em;
  padding-bottom: 0.425em;
  border: 0;
  border-radius: 2em;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.cta, .cta:link {
  color: #1B1464;
}
.cta:hover, .cta:focus, a:hover .cta, a:focus .cta {
  color: white;
  background-color: #1B1464;
}
@media only screen and (min-width: 1272px) {
  .cta {
    font-size: 1.1875rem;
  }
}
.cta:hover, .cta:focus {
  background-color: #1B1464;
}
@media only screen and (min-width: 768px) {
  .cta {
    min-width: 7.21em;
    padding-left: 1.9em;
    padding-right: 1.9em;
    padding-top: 0.5em;
    padding-bottom: 0.45em;
  }
}

/* 	Forms
*********************************** */
form label {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  display: block;
}
@media only screen and (min-width: 768px) {
  form label {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  form label {
    font-size: 1.5rem;
  }
}
form input[type=text], form input[type=password], form input[type=email], form input[type=search], form input[type=phone], form input[type=number], form .form-text, form textarea {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  color: #1B1464;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  background-color: transparent;
  border: thin solid #1B1464;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (min-width: 1272px) {
  form input[type=text], form input[type=password], form input[type=email], form input[type=search], form input[type=phone], form input[type=number], form .form-text, form textarea {
    font-size: 1.125rem;
  }
}
form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=search]:focus, form input[type=phone]:focus, form input[type=number]:focus, form .form-text:focus, form textarea:focus {
  outline: 0;
}
form input[type=text]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=search]::-webkit-input-placeholder, form input[type=phone]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form .form-text::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #1B1464;
}
form input[type=text]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=phone]::-moz-placeholder, form input[type=number]::-moz-placeholder, form .form-text::-moz-placeholder, form textarea::-moz-placeholder {
  color: #1B1464;
}
form input[type=text]:-moz-placeholder, form input[type=password]:-moz-placeholder, form input[type=email]:-moz-placeholder, form input[type=search]:-moz-placeholder, form input[type=phone]:-moz-placeholder, form input[type=number]:-moz-placeholder, form .form-text:-moz-placeholder, form textarea:-moz-placeholder {
  color: #1B1464;
}
form input[type=text]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form input[type=phone]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form .form-text:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #1B1464;
}
form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='13.983' height='13.983'%3E%3Cpath d='M9.113 6.991l4.43-4.43A1.5 1.5 0 0011.422.439L6.991 4.87 2.561.439A1.5 1.5 0 00.439 2.561l4.431 4.43-4.431 4.431a1.5 1.5 0 102.122 2.121l4.43-4.43 4.431 4.43a1.5 1.5 0 002.121-2.121z' fill='%23ff557a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}
form ul ul {
  padding-left: 1em;
}
form textarea {
  resize: vertical;
}
form .form-item {
  flex-grow: 1;
  margin-bottom: 2em;
}
form .description {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  margin-top: 0.75em;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
form input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  background-color: #FF557A;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
  text-transform: none;
  position: relative;
  padding-top: 0.425em;
  padding-bottom: 0.425em;
  border: 0;
  border-radius: 2em;
  padding-left: 1.4em;
  padding-right: 1.4em;
}
form input[type=submit], form input[type=submit]:link {
  color: #1B1464;
}
form input[type=submit]:hover, form input[type=submit]:focus, a:hover form input[type=submit], a:focus form input[type=submit] {
  color: white;
  background-color: #1B1464;
}
@media only screen and (min-width: 1272px) {
  form input[type=submit] {
    font-size: 1.1875rem;
  }
}
form input[type=submit]:hover, form input[type=submit]:focus {
  background-color: #1B1464;
}
@media only screen and (min-width: 768px) {
  form input[type=submit] {
    min-width: 7.21em;
    padding-left: 1.9em;
    padding-right: 1.9em;
    padding-top: 0.5em;
    padding-bottom: 0.45em;
  }
}
form .form-checkboxes {
  list-style: none;
}
form .form-checkboxes li.has_children label::after {
  content: " (+)";
}
form .form-checkboxes li.has_children ul {
  display: none;
}
form .form-checkboxes li.has_children.active-children label::after {
  content: none;
}
form .form-checkboxes li.has_children.active-children ul {
  display: block;
}
form .form-type-checkbox {
  position: relative;
}
form .form-type-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
form .form-type-checkbox label {
  padding-left: 1.75em;
  cursor: pointer;
}
form .form-type-checkbox label::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border: thin solid #1B1464;
  border-radius: 50%;
  transform: translateY(-50%);
}
form .form-type-checkbox label:hover {
  color: #1368ED;
}
form .form-type-checkbox input:checked + label::before {
  background-color: #1B1464;
}
form .form-type-checkbox input:focus + label {
  color: #1368ED;
}

#mc_embed_signup label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#mc_embed_signup label.checkbox span {
  margin-left: 0.5em;
}

section.full_width__grid {
  display: none;
  background-color: transparent !important;
}
.show_grid section.full_width__grid {
  display: block;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
}
.show_grid section.full_width__grid,
.show_grid section.full_width__grid .width_holder_inner,
.show_grid section.full_width__grid div {
  height: 100%;
}
.show_grid section.full_width__grid .col,
.show_grid section.full_width__grid .gutter {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
}
.show_grid section.full_width__grid .col {
  width: 6.0530679934%;
  background-color: rgba(255, 58, 125, 0.2);
}
.show_grid section.full_width__grid .gutter {
  width: 2.4875621891%;
  background-color: rgba(61, 58, 125, 0.1);
}
@media only screen and (max-width: 839px) {
  .show_grid section.full_width__grid .col {
    width: 4.4094313481%;
  }
  .show_grid section.full_width__grid .gutter {
    width: 4.2806203475%;
  }
}

.skip_link {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  text-align: center;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .skip_link {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  .skip_link {
    font-size: 1.5rem;
  }
}
.skip_link, .skip_link:link {
  color: #1B1464;
}
.skip_link:focus {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

#sliding-popup {
  font-size: 1.25rem;
  position: fixed;
  z-index: 3;
  width: 100%;
  background-color: #1B1464;
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  #sliding-popup {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  #sliding-popup {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 480px) {
  #sliding-popup {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (min-width: 552px) {
  #sliding-popup {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (min-width: 696px) {
  #sliding-popup {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#sliding-popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 75.375rem;
  box-sizing: content-box;
  margin: 0 auto;
}
#sliding-popup .eu-cookie-withdraw-tab {
  display: none;
}
#sliding-popup #popup-text,
#sliding-popup #popup-buttons {
  width: 100%;
}
#sliding-popup #popup-text {
  flex-grow: 1;
}
#sliding-popup #popup-buttons {
  text-align: left;
  margin-top: 1em;
}
#sliding-popup h2 {
  color: white;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-top: 0;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  #sliding-popup h2 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  #sliding-popup h2 {
    font-size: 1.5rem;
  }
}
#sliding-popup p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  color: white;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 1272px) {
  #sliding-popup p {
    font-size: 1.125rem;
  }
}
#sliding-popup button {
  display: inline-block;
  box-sizing: border-box;
  background-color: #FF557A;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
  text-transform: none;
  position: relative;
  padding-top: 0.425em;
  padding-bottom: 0.425em;
  border: 0;
  border-radius: 2em;
  padding-left: 1.4em;
  padding-right: 1.4em;
  padding-left: 1em;
  padding-right: 1em;
  min-width: 0;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.3em;
}
#sliding-popup button, #sliding-popup button:link {
  color: white;
}
#sliding-popup button:hover, #sliding-popup button:focus, a:hover #sliding-popup button, a:focus #sliding-popup button {
  color: white;
  background-color: #ff6f8e;
}
@media only screen and (min-width: 1272px) {
  #sliding-popup button {
    font-size: 1.1875rem;
  }
}
#sliding-popup button:hover, #sliding-popup button:focus {
  background-color: #ff6f8e;
}
@media only screen and (min-width: 768px) {
  #sliding-popup button {
    min-width: 7.21em;
    padding-left: 1.9em;
    padding-right: 1.9em;
    padding-top: 0.5em;
    padding-bottom: 0.45em;
  }
}
#sliding-popup .find-more-button {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  display: inline;
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  color: white;
  min-width: 0;
  margin: 0;
}
@media only screen and (min-width: 1272px) {
  #sliding-popup .find-more-button {
    font-size: 1.125rem;
  }
}
#sliding-popup .find-more-button:hover, #sliding-popup .find-more-button:focus {
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width: 552px) {
  #sliding-popup .popup-content {
    flex-wrap: nowrap;
  }
  #sliding-popup #popup-text,
  #sliding-popup #popup-buttons {
    width: auto;
  }
  #sliding-popup #popup-text {
    margin-right: 1em;
  }
  #sliding-popup #popup-buttons {
    text-align: right;
    margin-top: 0;
  }
}

/* Header – Layout
*********************************** */
.full_width__header {
  font-size: 1.875rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid transparent;
  margin-bottom: 1.225em;
  transition: border 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (min-width: 624px) {
  .full_width__header {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .full_width__header {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .full_width__header {
    font-size: 3.4375rem;
  }
}
.full_width__header::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (min-width: 480px) {
  .full_width__header {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
@media only screen and (min-width: 1056px) {
  .full_width__header {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.03);
  }
}
.has_banner .full_width__header {
  position: absolute;
  top: 0;
  left: 0;
}
.has_banner .full_width__header .skip_link, .has_banner .full_width__header .skip_link:link {
  color: white;
}
@media only screen and (min-width: 768px) {
  .small_banner .full_width__header {
    margin-bottom: 0.725em;
  }
}
.frontpage .full_width__header {
  margin-bottom: 0;
}
.megaDropdown_isOpen .full_width__header {
  box-shadow: none;
}
.megaDropdown_isOpen.megaDropdown_transitionComplete .full_width__header {
  border-bottom-color: #E3E3E3;
}
.has_banner.megaDropdown_isOpen .full_width__header {
  border-bottom: 0;
}
.has_banner.megaDropdown_isOpen .full_width__header::before {
  background-color: #1B1464;
}
.no_js .full_width__header {
  transition: none;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#header .region-header-branding {
  position: relative;
  z-index: 11;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #header .region-header-branding {
    margin-right: 3rem;
  }
}
#header .region-header {
  flex-grow: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .region-header > * {
  flex-shrink: 1;
}
#header .region-header > *:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 624px) {
  #header .region-header > * {
    margin-left: 2.6rem;
  }
  #header .region-header .search_btn {
    margin-left: 1.7rem;
  }
}
@media only screen and (min-width: 1056px) {
  #header .region-header-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
  #header .region-header {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    padding-top: 1.25rem;
  }
  #header .region-header .mainNavHeader {
    width: 100%;
    margin-top: 1.9rem;
    margin-left: 0;
  }
}

/* Header – Elements
*********************************** */
.site-branding a {
  position: relative;
  display: block;
}
.site-branding a img {
  max-width: 100%;
}
@media only screen and (max-width: 1271px) {
  .site-branding a {
    width: 15.625rem;
  }
}
@media only screen and (max-width: 1055px) {
  .site-branding a {
    width: 12.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .site-branding a {
    width: 8.25rem;
  }
}
@media only screen and (max-width: 335px) {
  .site-branding a {
    width: 6.4375rem;
  }
}
.has_banner.mainNavOverlay_isClosed .full_width__header .site-branding a img {
  opacity: 0;
}
.has_banner.mainNavOverlay_isClosed .full_width__header .site-branding a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='274.457' height='79.69'%3E%3Cpath d='M180.347 33.611h-2.428v12.468h2.428c3.986 0 6.653-2.487 6.653-6.294s-2.547-6.174-6.653-6.174zM204.983 36.339a2.726 2.726 0 00-3-2.818H198.6v5.665h3.387a2.718 2.718 0 002.996-2.847zM181.156 16.754a6.212 6.212 0 006.354-6.5 6.356 6.356 0 10-12.708 0 6.178 6.178 0 006.354 6.5zM153.733 63.116h-3.387v5.665h3.387a2.837 2.837 0 100-5.665zM115.249 70.879h-4.586v4.975h4.586c1.768 0 2.817-.9 2.817-2.488 0-1.558-1.049-2.487-2.817-2.487zM135.749 5.964l-2.877 7.733h5.695l-2.818-7.733zM116.028 65.274c0-1.409-.989-2.248-2.577-2.248h-2.788v4.526h2.788c1.588 0 2.577-.869 2.577-2.278zM187.421 72.887h5.694l-2.817-7.733-2.877 7.733zM221.198 13.697h5.695l-2.818-7.733-2.877 7.733z' fill='none'/%3E%3Cpath d='M41.724 33.965a5.482 5.482 0 008.726-4.426l-.044-23.921a5.482 5.482 0 10-10.963.014l.043 23.921a5.477 5.477 0 002.238 4.412zM82.54 28.128L59.848 35.7a5.482 5.482 0 003.465 10.4L86 38.529a5.481 5.481 0 10-3.464-10.4zM33.375 42.632a5.48 5.48 0 00-3.468-6.932L7.216 28.128a5.481 5.481 0 10-3.465 10.4L26.442 46.1a5.482 5.482 0 006.933-3.468zM49.241 43.785a5.472 5.472 0 00-8.842.029c-.026.036-.054.07-.079.106-.014.021-.03.04-.043.06l-19.54 26.861A5.482 5.482 0 0029.6 77.29l15.26-20.976 15.487 20.992a5.482 5.482 0 008.824-6.506z' fill='%23fff'/%3E%3Cpath d='M40.4 43.814l-.078.107c.025-.036.053-.07.079-.106z' fill='%238857e5'/%3E%3Cpath d='M108.775 20.5a2 2 0 002.008-2.068V7.942l8.812 11.33A2.466 2.466 0 00121.6 20.5a1.971 1.971 0 001.978-2.038V2.068a2.023 2.023 0 10-4.046 0l.03 10.49-8.779-11.239C110.184.569 109.734 0 108.715 0a1.99 1.99 0 00-1.978 2.038v16.394a2.01 2.01 0 002.038 2.068zM128.826 20.5a1.984 1.984 0 001.888-1.438l.839-2.038h8.362l.84 2.038a2.046 2.046 0 001.918 1.438 1.932 1.932 0 001.978-1.948 2.723 2.723 0 00-.24-1.079l-6.744-16.094a2.023 2.023 0 00-3.836 0l-6.773 16.094a3.377 3.377 0 00-.24 1.079 1.958 1.958 0 002.008 1.948zm6.923-14.536l2.818 7.733h-5.695zM150.166 18.432a2.023 2.023 0 104.046 0V4.016h4.705a1.823 1.823 0 001.858-1.828A1.787 1.787 0 00158.917.36H145.46a1.8 1.8 0 00-1.86 1.828 1.823 1.823 0 001.858 1.828h4.706zM165.241 20.5a1.985 1.985 0 002.008-2.068V2.068a2.023 2.023 0 10-4.046 0v16.364a1.992 1.992 0 002.038 2.068zM181.126 20.5a10.671 10.671 0 007.489-2.978 10.169 10.169 0 000-14.544 10.869 10.869 0 00-14.937-.011 10.1 10.1 0 00-3.042 7.283 10.1 10.1 0 003.031 7.283 10.581 10.581 0 007.459 2.967zm.03-16.754a6.262 6.262 0 014.559 1.836 6.571 6.571 0 011.795 4.668 6.571 6.571 0 01-1.795 4.668 6.609 6.609 0 01-9.13.012 6.578 6.578 0 01-1.783-4.68 6.574 6.574 0 011.783-4.679 6.268 6.268 0 014.571-1.825zM197.1 20.5a2 2 0 002.008-2.068V7.942l8.812 11.33a2.466 2.466 0 002.008 1.228 1.971 1.971 0 001.978-2.038V2.068a2.023 2.023 0 10-4.046 0l.03 10.49-8.781-11.239C198.51.569 198.06 0 197.041 0a1.99 1.99 0 00-1.978 2.038v16.394A2.01 2.01 0 00197.1 20.5zM232.977 18.552a2.723 2.723 0 00-.24-1.079l-6.743-16.094a2.024 2.024 0 00-3.837 0l-6.773 16.094a3.377 3.377 0 00-.24 1.079 1.958 1.958 0 002.008 1.948 1.984 1.984 0 001.888-1.438l.839-2.038h8.362l.84 2.038A2.046 2.046 0 00231 20.5a1.932 1.932 0 001.977-1.948zM221.2 13.7l2.877-7.733 2.818 7.733zM247.333 16.484h-7.043V2.068A1.985 1.985 0 00238.282 0a2.046 2.046 0 00-2.038 2.068v16.005a2 2 0 002.068 2.068h9.021a1.787 1.787 0 001.858-1.828 1.806 1.806 0 00-1.858-1.829zM116.178 33.341A6.089 6.089 0 01121 35.559a2.441 2.441 0 00.735.581 1.829 1.829 0 00.824.2 1.906 1.906 0 001.341-.54 1.8 1.8 0 00.551-1.285 1.949 1.949 0 00-.157-.772 2.742 2.742 0 00-.472-.726 9.284 9.284 0 00-3.35-2.507 10.513 10.513 0 00-4.293-.91 10.673 10.673 0 00-7.5 2.967 10.238 10.238 0 00-.015 14.566 10.843 10.843 0 0011.8 2.057 9.07 9.07 0 003.327-2.506 3 3 0 00.483-.772 1.894 1.894 0 00.146-.727 1.813 1.813 0 00-.536-1.285 1.879 1.879 0 00-2.161-.345 2.711 2.711 0 00-.75.581 6.565 6.565 0 01-2.184 1.671 6.167 6.167 0 01-2.611.547 6.326 6.326 0 01-4.586-1.821 6.509 6.509 0 01-1.8-4.653 6.6 6.6 0 011.8-4.694 6.3 6.3 0 014.586-1.845zM143.152 29.6a1.975 1.975 0 00-2.038 2.068v5.874h-8.751v-5.849a2.025 2.025 0 10-4.047 0V48a2.025 2.025 0 104.047 0v-6.8h8.751V48a2.024 2.024 0 104.046 0V31.663a1.968 1.968 0 00-2.008-2.063zM151.694 29.6a1.992 1.992 0 00-2.038 2.068v16.359a2.023 2.023 0 104.046 0V31.663a1.985 1.985 0 00-2.008-2.063zM158.2 31.663v16.005a2 2 0 002.068 2.068h9.021a1.829 1.829 0 100-3.657h-7.043V31.663a1.985 1.985 0 00-2.008-2.068 2.046 2.046 0 00-2.038 2.068zM191.136 39.785a9.378 9.378 0 00-2.974-7.118 11.339 11.339 0 00-7.785-2.712h-4.436a2 2 0 00-2.068 2.068v15.645a2 2 0 002.068 2.068h4.436a11.236 11.236 0 007.751-2.773 9.544 9.544 0 003.008-7.178zm-10.789 6.294h-2.428V33.611h2.428a6.975 6.975 0 014.866 1.66A5.95 5.95 0 01187 39.785a6.11 6.11 0 01-1.832 4.575 6.882 6.882 0 01-4.821 1.719zM196.591 50.1a2 2 0 002.008-2.068v-5.28h3.447l4.436 6.294a2.145 2.145 0 001.8 1.049 1.893 1.893 0 001.888-1.858 2.849 2.849 0 00-.569-1.528l-3.567-4.946a6.112 6.112 0 003.087-5.454c0-3.777-2.877-6.354-7.1-6.354h-5.395a1.992 1.992 0 00-2.068 2.038v16.034a2.01 2.01 0 002.033 2.073zm2.009-16.579h3.387a2.837 2.837 0 110 5.665H198.6zM225.784 46.079h-8v-5.005h5.245a1.724 1.724 0 100-3.447h-5.245v-4.016h7.643a1.823 1.823 0 001.858-1.828 1.787 1.787 0 00-1.858-1.828h-9.681a1.971 1.971 0 00-2.008 2.008v15.765a1.971 1.971 0 002.008 2.008h10.041a1.829 1.829 0 100-3.657zM245.715 29.6a2.01 2.01 0 00-2.038 2.068l.03 10.49-8.782-11.239c-.6-.75-1.049-1.319-2.068-1.319a1.99 1.99 0 00-1.978 2.038v16.389a2.023 2.023 0 104.046 0v-10.49l8.812 11.329a2.463 2.463 0 002.008 1.229 1.972 1.972 0 001.978-2.038V31.663a2 2 0 00-2.008-2.063zM254.8 29.6a2.231 2.231 0 00-2.218 2.518 41.4 41.4 0 01-.6 5.065 1.791 1.791 0 001.828 1.8c1.049 0 1.558-.42 2.1-1.708a19.107 19.107 0 001.139-5.215 2.2 2.2 0 00-2.249-2.46zM269.572 38.377l-2.248-.99c-1.768-.809-2.308-1.288-2.308-2.277 0-1.229 1.019-1.919 2.458-1.919a4.48 4.48 0 013.117 1.409 1.716 1.716 0 001.109.42 1.875 1.875 0 001.858-1.8 1.834 1.834 0 00-.539-1.288 7.126 7.126 0 00-5.545-2.338c-3.747 0-6.564 2.278-6.564 5.605 0 2.547 1.649 4.256 4.8 5.694l2.128.959c1.828.839 2.517 1.319 2.517 2.458 0 1.349-1.049 2.188-2.817 2.188a5.918 5.918 0 01-4.226-2.038 1.576 1.576 0 00-1.049-.39 1.834 1.834 0 00-1.858 1.8 2.2 2.2 0 00.749 1.559 9.067 9.067 0 006.384 2.667c3.956 0 6.923-2.277 6.923-5.934-.004-2.698-1.592-4.317-4.889-5.785zM118.546 68.631a4.7 4.7 0 001.468-3.567c0-3.267-2.577-5.515-6.264-5.515h-4.945a2 2 0 00-2.068 2.069v15.645a2 2 0 002.068 2.068h6.744c3.836 0 6.533-2.4 6.533-5.815a4.954 4.954 0 00-3.536-4.885zm-7.883-5.6h2.788c1.588 0 2.577.839 2.577 2.248s-.989 2.278-2.577 2.278h-2.788zm4.586 12.828h-4.586v-4.98h4.586c1.768 0 2.817.929 2.817 2.487 0 1.589-1.049 2.488-2.817 2.488zM139.945 59.19a2.013 2.013 0 00-1.457.6 2.08 2.08 0 00-.581 1.472v10.19a4.6 4.6 0 01-1.172 3.282 4.755 4.755 0 01-6.347 0 4.6 4.6 0 01-1.172-3.282V61.258a2.09 2.09 0 00-.577-1.472 1.973 1.973 0 00-1.431-.6 2.015 2.015 0 00-1.458.6 2.079 2.079 0 00-.58 1.472v9.89a8.621 8.621 0 002.319 6.182 8.994 8.994 0 0012.146 0 8.626 8.626 0 002.319-6.182v-9.89a2.094 2.094 0 00-.577-1.472 1.973 1.973 0 00-1.432-.596zM157.779 71.358a6.113 6.113 0 003.087-5.454c0-3.777-2.877-6.355-7.1-6.355h-5.4a1.993 1.993 0 00-2.068 2.039v16.034a2.023 2.023 0 104.046 0v-5.275h3.447l4.435 6.294a2.146 2.146 0 001.8 1.049 1.893 1.893 0 001.888-1.858 2.843 2.843 0 00-.57-1.528zm-4.046-2.577h-3.387v-5.665h3.387a2.837 2.837 0 110 5.665zM177.53 75.674h-8v-5.005h5.245a1.724 1.724 0 100-3.447h-5.245v-4.016h7.643a1.823 1.823 0 001.858-1.828 1.788 1.788 0 00-1.858-1.829h-9.683a1.972 1.972 0 00-2.008 2.009v15.765a1.971 1.971 0 002.008 2.008h10.04a1.829 1.829 0 100-3.657zM192.216 60.569a2.023 2.023 0 00-3.836 0l-6.774 16.094a3.372 3.372 0 00-.239 1.079 1.958 1.958 0 002.008 1.948 1.985 1.985 0 001.888-1.439l.839-2.037h8.362l.839 2.037a2.047 2.047 0 001.918 1.439 1.932 1.932 0 001.978-1.948 2.72 2.72 0 00-.239-1.079zm-4.8 12.318l2.877-7.733 2.817 7.733zM216.343 59.19a2.013 2.013 0 00-1.457.6 2.08 2.08 0 00-.581 1.472v10.19a4.6 4.6 0 01-1.172 3.282 4.755 4.755 0 01-6.347 0 4.6 4.6 0 01-1.172-3.282V61.258a2.094 2.094 0 00-.577-1.472 1.973 1.973 0 00-1.431-.6 2.015 2.015 0 00-1.458.6 2.079 2.079 0 00-.58 1.472v9.89a8.621 8.621 0 002.319 6.182 8.993 8.993 0 0012.145 0 8.621 8.621 0 002.319-6.182v-9.89a2.09 2.09 0 00-.577-1.472 1.969 1.969 0 00-1.431-.596z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.highlightNavHeader ul.menu {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media only screen and (min-width: 1272px) {
  .highlightNavHeader ul.menu {
    font-size: 1.125rem;
  }
}
.highlightNavHeader ul.menu li {
  margin-right: 1.85em;
}
.highlightNavHeader ul.menu li:last-child {
  margin-right: 0;
}
.highlightNavHeader ul.menu a {
  color: #1B1464;
  display: block;
  position: relative;
  padding-bottom: 3px;
}
.highlightNavHeader ul.menu a::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  border-radius: 1px;
}
.highlightNavHeader ul.menu a:hover::after, .highlightNavHeader ul.menu a:focus::after {
  background-color: #FF557A;
}
.highlightNavHeader ul.menu a.mlid-node-1343::after, .highlightNavHeader ul.menu a.mlid-node-1855::after, .highlightNavHeader ul.menu a.mlid-node-1814::after, .highlightNavHeader ul.menu a.mlid-node-1409::after {
  background-color: #FF557A;
}
.highlightNavHeader ul.menu a.mlid-node-1343:hover::after, .highlightNavHeader ul.menu a.mlid-node-1343:focus::after, .highlightNavHeader ul.menu a.mlid-node-1855:hover::after, .highlightNavHeader ul.menu a.mlid-node-1855:focus::after, .highlightNavHeader ul.menu a.mlid-node-1814:hover::after, .highlightNavHeader ul.menu a.mlid-node-1814:focus::after, .highlightNavHeader ul.menu a.mlid-node-1409:hover::after, .highlightNavHeader ul.menu a.mlid-node-1409:focus::after {
  background-color: #1B1464;
}
.frontend_nodetype--content .has_banner .highlightNavHeader ul.menu a {
  color: white;
}
.frontend_nodetype--content .has_banner .highlightNavHeader ul.menu a.menu-item--active-trail:hover::after, .frontend_nodetype--content .has_banner .highlightNavHeader ul.menu a.menu-item--active-trail:focus::after {
  background-color: white;
}
@media only screen and (max-width: 1055px) {
  .highlightNavHeader {
    display: none;
  }
}

.block.search_btn .toggle_button {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 1.75rem;
  height: 1.75rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.017'%3E%3Cpath d='M17.169 8.949a9.81 9.81 0 000 13.876l.006.009.038.038a9.741 9.741 0 006.894 2.83 9.812 9.812 0 006.938-16.75l-.008-.012a9.823 9.823 0 00-13.868.009z' fill='none'/%3E%3Cpath d='M12.921 22.793a3.014 3.014 0 01.736-.536c.047-.024.1-.031.146-.052.068-.03.136-.048.206-.072a3.027 3.027 0 01.915-.18c.042 0 .082-.012.124-.011a3.007 3.007 0 01.99.192c.075.027.146.055.219.088s.149.05.218.087l.347.173.294.294.047.047.006.006-.006-.009A9.813 9.813 0 0131.037 8.94a3.039 3.039 0 014.3-4.293 15.891 15.891 0 00-24.41 20.123l1.934-1.938c.022-.019.044-.024.06-.039z' fill='%23478efb'/%3E%3Cpath d='M35.344 4.65a3.039 3.039 0 00-4.3 4.293l.008.012A9.813 9.813 0 0124.107 25.7a9.741 9.741 0 01-6.894-2.83l-.038-.038-.006-.006a3.039 3.039 0 010 4.3l-1.936 1.939a15.764 15.764 0 008.871 2.719A15.894 15.894 0 0035.344 4.65zM12.921 22.793a3.037 3.037 0 01.882-.588c-.048.021-.1.028-.146.052a3.014 3.014 0 00-.736.536zM15.048 21.942a3.021 3.021 0 01.99.192 3.007 3.007 0 00-.99-.192zM16.822 22.482l-.347-.173c-.069-.037-.146-.055-.218-.087a2.977 2.977 0 01.906.6 1.042 1.042 0 00-.047-.047zM14.924 21.953a3.027 3.027 0 00-.915.18 3.04 3.04 0 01.915-.18z' fill='%231b1761'/%3E%3Cpath d='M17.168 22.828a2.977 2.977 0 00-.906-.6 2.942 2.942 0 00-.219-.088 3.021 3.021 0 00-.99-.192c-.042 0-.082.01-.124.011a3.04 3.04 0 00-.915.18c-.07.024-.138.042-.206.072a3.037 3.037 0 00-.882.588c-.016.015-.038.02-.054.036l-1.934 1.938L.889 34.829a3.04 3.04 0 104.3 4.3l10.042-10.06 1.936-1.939a3.039 3.039 0 00.001-4.302z' fill='%23ff557a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  padding: 0;
  border: 0;
  outline: 0;
}
.block.search_btn .toggle_button:hover, .block.search_btn .toggle_button:focus-visible {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.017'%3E%3Cpath d='M17.169 8.949a9.81 9.81 0 000 13.876l.006.009.038.038a9.741 9.741 0 006.894 2.83 9.812 9.812 0 006.938-16.75l-.008-.012a9.823 9.823 0 00-13.868.009z' fill='none'/%3E%3Cpath d='M12.921 22.793a3.014 3.014 0 01.736-.536c.047-.024.1-.031.146-.052.068-.03.136-.048.206-.072a3.027 3.027 0 01.915-.18c.042 0 .082-.012.124-.011a3.007 3.007 0 01.99.192c.075.027.146.055.219.088s.149.05.218.087l.347.173.294.294.047.047.006.006-.006-.009A9.813 9.813 0 0131.037 8.94a3.039 3.039 0 014.3-4.293 15.891 15.891 0 00-24.41 20.123l1.934-1.938c.022-.019.044-.024.06-.039z' fill='%231b1761'/%3E%3Cpath d='M35.344 4.65a3.039 3.039 0 00-4.3 4.293l.008.012A9.813 9.813 0 0124.107 25.7a9.741 9.741 0 01-6.894-2.83l-.038-.038-.006-.006a3.039 3.039 0 010 4.3l-1.936 1.939a15.764 15.764 0 008.871 2.719A15.894 15.894 0 0035.344 4.65z' fill='%23ff557a'/%3E%3Cpath d='M12.921 22.793a3.037 3.037 0 01.882-.588c-.048.021-.1.028-.146.052a3.014 3.014 0 00-.736.536zM15.048 21.942a3.021 3.021 0 01.99.192 3.007 3.007 0 00-.99-.192zM16.822 22.482l-.347-.173c-.069-.037-.146-.055-.218-.087a2.977 2.977 0 01.906.6 1.042 1.042 0 00-.047-.047zM14.924 21.953a3.027 3.027 0 00-.915.18 3.04 3.04 0 01.915-.18z' fill='%231b1761'/%3E%3Cpath d='M17.168 22.828a2.977 2.977 0 00-.906-.6 2.942 2.942 0 00-.219-.088 3.021 3.021 0 00-.99-.192c-.042 0-.082.01-.124.011a3.04 3.04 0 00-.915.18c-.07.024-.138.042-.206.072a3.037 3.037 0 00-.882.588c-.016.015-.038.02-.054.036l-1.934 1.938L.889 34.829a3.04 3.04 0 104.3 4.3l10.042-10.06 1.936-1.939a3.039 3.039 0 00.001-4.302z' fill='%23478efb'/%3E%3C/svg%3E");
}
.block.search_btn .toggle_button.mode__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='13.983' height='13.983'%3E%3Cpath d='M9.113 6.991l4.43-4.43A1.5 1.5 0 0011.422.439L6.991 4.87 2.561.439A1.5 1.5 0 00.439 2.561l4.431 4.43-4.431 4.431a1.5 1.5 0 102.122 2.121l4.43-4.43 4.431 4.43a1.5 1.5 0 002.121-2.121z' fill='%23ff557a'/%3E%3C/svg%3E");
  background-size: 15px auto;
}
.block.search_btn .toggle_button.mode__search:hover, .block.search_btn .toggle_button.mode__search:focus-visible {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='13.983' height='13.983'%3E%3Cpath d='m9.113 6.991 4.43-4.43A1.5 1.5 0 0 0 11.422.439L6.991 4.87 2.561.439A1.5 1.5 0 0 0 .439 2.561l4.431 4.43-4.431 4.431a1.5 1.5 0 1 0 2.122 2.121l4.43-4.43 4.431 4.43a1.5 1.5 0 0 0 2.121-2.121Z' fill='%231b1464'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1055px) {
  .block.search_btn {
    display: none;
  }
}
.has_banner.mainNavOverlay_isClosed .full_width__header .block.search_btn .toggle_button {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.033'%3E%3Cpath d='M31.045 8.952a9.814 9.814 0 00-13.874 13.885s0 .01.009.014l.006.006A9.815 9.815 0 0031.051 8.96z' fill='none'/%3E%3Cpath d='M35.351 4.66h-.005A15.79 15.79 0 0024.113 0 15.9 15.9 0 0010.93 24.784L.889 34.844a3.041 3.041 0 104.3 4.3l10.04-10.059A15.894 15.894 0 0035.351 4.66zm-4.3 18.18a9.827 9.827 0 01-13.865.017l-.006-.006s0-.01-.009-.014A9.814 9.814 0 0131.045 8.952l.006.008a9.816 9.816 0 010 13.88z' fill='%23fff'/%3E%3C/svg%3E");
}
.has_banner.mainNavOverlay_isClosed .full_width__header .block.search_btn .toggle_button:hover, .has_banner.mainNavOverlay_isClosed .full_width__header .block.search_btn .toggle_button:focus-visible {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.033'%3E%3Cpath d='M35.351 4.66h-.005A15.79 15.79 0 0024.113 0 15.9 15.9 0 0010.93 24.784L.889 34.844a3.041 3.041 0 104.3 4.3l10.04-10.059A15.894 15.894 0 0035.351 4.66zm-4.3 18.18a9.827 9.827 0 01-13.865.017l-.006-.006s0-.01-.009-.014A9.814 9.814 0 0131.045 8.952l.006.008a9.816 9.816 0 010 13.88z' fill='%23ff557a'/%3E%3C/svg%3E");
}
.has_banner.mainNavOverlay_isClosed .full_width__header .block.search_btn .toggle_button.mode__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='13.983' height='13.983'%3E%3Cpath d='M9.113 6.991l4.43-4.43A1.5 1.5 0 0011.422.439L6.991 4.87 2.561.439A1.5 1.5 0 00.439 2.561l4.431 4.43-4.431 4.431a1.5 1.5 0 102.122 2.121l4.43-4.43 4.431 4.43a1.5 1.5 0 002.121-2.121z' fill='%23fff'/%3E%3C/svg%3E");
}
.has_banner.mainNavOverlay_isClosed .full_width__header .block.search_btn .toggle_button.mode__search:hover, .has_banner.mainNavOverlay_isClosed .full_width__header .block.search_btn .toggle_button.mode__search:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='13.983' height='13.983'%3E%3Cpath d='M9.113 6.991l4.43-4.43A1.5 1.5 0 0011.422.439L6.991 4.87 2.561.439A1.5 1.5 0 00.439 2.561l4.431 4.43-4.431 4.431a1.5 1.5 0 102.122 2.121l4.43-4.43 4.431 4.43a1.5 1.5 0 002.121-2.121z' fill='%23ff557a'/%3E%3C/svg%3E");
}

.search-block-form {
  display: none;
}

.mainNavHeader {
  position: static !important;
}
.mainNavHeader ul.menu {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.25rem;
  text-transform: none;
  margin: 0;
}
.mainNavHeader ul.menu li {
  margin-right: 2em;
}
.mainNavHeader ul.menu li:last-child {
  margin-right: 0;
}
.mainNavHeader ul.menu a {
  color: #1B1464;
  display: block;
}
.mainNavHeader .search_block > h2 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .mainNavHeader .search_block > h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .mainNavHeader .search_block > h2 {
    font-size: 2rem;
  }
}
.mainNavHeader .search_block form {
  font-size: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  width: 20.3125rem;
  max-width: 100%;
  border-bottom: thin solid #1B1464;
}
@media only screen and (min-width: 768px) {
  .mainNavHeader .search_block form {
    font-size: 1.25rem;
  }
}
.mainNavHeader .search_block form .form-item {
  margin-bottom: 0;
}
.mainNavHeader .search_block form input[type=search] {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45em;
  font-size: 1.1875rem;
  font-weight: 400;
  font-style: italic;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.175em;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .mainNavHeader .search_block form input[type=search] {
    font-size: 1.25rem;
  }
}
.mainNavHeader .search_block form input[type=submit] {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.017'%3E%3Cpath d='M17.169 8.949a9.81 9.81 0 000 13.876l.006.009.038.038a9.741 9.741 0 006.894 2.83 9.812 9.812 0 006.938-16.75l-.008-.012a9.823 9.823 0 00-13.868.009z' fill='none'/%3E%3Cpath d='M12.921 22.793a3.014 3.014 0 01.736-.536c.047-.024.1-.031.146-.052.068-.03.136-.048.206-.072a3.027 3.027 0 01.915-.18c.042 0 .082-.012.124-.011a3.007 3.007 0 01.99.192c.075.027.146.055.219.088s.149.05.218.087l.347.173.294.294.047.047.006.006-.006-.009A9.813 9.813 0 0131.037 8.94a3.039 3.039 0 014.3-4.293 15.891 15.891 0 00-24.41 20.123l1.934-1.938c.022-.019.044-.024.06-.039z' fill='%23478efb'/%3E%3Cpath d='M35.344 4.65a3.039 3.039 0 00-4.3 4.293l.008.012A9.813 9.813 0 0124.107 25.7a9.741 9.741 0 01-6.894-2.83l-.038-.038-.006-.006a3.039 3.039 0 010 4.3l-1.936 1.939a15.764 15.764 0 008.871 2.719A15.894 15.894 0 0035.344 4.65zM12.921 22.793a3.037 3.037 0 01.882-.588c-.048.021-.1.028-.146.052a3.014 3.014 0 00-.736.536zM15.048 21.942a3.021 3.021 0 01.99.192 3.007 3.007 0 00-.99-.192zM16.822 22.482l-.347-.173c-.069-.037-.146-.055-.218-.087a2.977 2.977 0 01.906.6 1.042 1.042 0 00-.047-.047zM14.924 21.953a3.027 3.027 0 00-.915.18 3.04 3.04 0 01.915-.18z' fill='%231b1761'/%3E%3Cpath d='M17.168 22.828a2.977 2.977 0 00-.906-.6 2.942 2.942 0 00-.219-.088 3.021 3.021 0 00-.99-.192c-.042 0-.082.01-.124.011a3.04 3.04 0 00-.915.18c-.07.024-.138.042-.206.072a3.037 3.037 0 00-.882.588c-.016.015-.038.02-.054.036l-1.934 1.938L.889 34.829a3.04 3.04 0 104.3 4.3l10.042-10.06 1.936-1.939a3.039 3.039 0 00.001-4.302z' fill='%23ff557a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21px auto;
  padding: 0;
  border-radius: 0;
  outline: 0;
  margin-left: 0.5rem;
}
.mainNavHeader .search_block form input[type=submit]:hover, .mainNavHeader .search_block form input[type=submit]:focus-visible {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.017'%3E%3Cpath d='M17.169 8.949a9.81 9.81 0 000 13.876l.006.009.038.038a9.741 9.741 0 006.894 2.83 9.812 9.812 0 006.938-16.75l-.008-.012a9.823 9.823 0 00-13.868.009z' fill='none'/%3E%3Cpath d='M12.921 22.793a3.014 3.014 0 01.736-.536c.047-.024.1-.031.146-.052.068-.03.136-.048.206-.072a3.027 3.027 0 01.915-.18c.042 0 .082-.012.124-.011a3.007 3.007 0 01.99.192c.075.027.146.055.219.088s.149.05.218.087l.347.173.294.294.047.047.006.006-.006-.009A9.813 9.813 0 0131.037 8.94a3.039 3.039 0 014.3-4.293 15.891 15.891 0 00-24.41 20.123l1.934-1.938c.022-.019.044-.024.06-.039z' fill='%231b1761'/%3E%3Cpath d='M35.344 4.65a3.039 3.039 0 00-4.3 4.293l.008.012A9.813 9.813 0 0124.107 25.7a9.741 9.741 0 01-6.894-2.83l-.038-.038-.006-.006a3.039 3.039 0 010 4.3l-1.936 1.939a15.764 15.764 0 008.871 2.719A15.894 15.894 0 0035.344 4.65z' fill='%23ff557a'/%3E%3Cpath d='M12.921 22.793a3.037 3.037 0 01.882-.588c-.048.021-.1.028-.146.052a3.014 3.014 0 00-.736.536zM15.048 21.942a3.021 3.021 0 01.99.192 3.007 3.007 0 00-.99-.192zM16.822 22.482l-.347-.173c-.069-.037-.146-.055-.218-.087a2.977 2.977 0 01.906.6 1.042 1.042 0 00-.047-.047zM14.924 21.953a3.027 3.027 0 00-.915.18 3.04 3.04 0 01.915-.18z' fill='%231b1761'/%3E%3Cpath d='M17.168 22.828a2.977 2.977 0 00-.906-.6 2.942 2.942 0 00-.219-.088 3.021 3.021 0 00-.99-.192c-.042 0-.082.01-.124.011a3.04 3.04 0 00-.915.18c-.07.024-.138.042-.206.072a3.037 3.037 0 00-.882.588c-.016.015-.038.02-.054.036l-1.934 1.938L.889 34.829a3.04 3.04 0 104.3 4.3l10.042-10.06 1.936-1.939a3.039 3.039 0 00.001-4.302z' fill='%23478efb'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 1056px) {
  .mainNavHeader .toggle_button_wrap,
  .mainNavHeader .overlay_mode_search,
  .mainNavHeader .menu_controls,
  .mainNavHeader .expandLevel {
    display: none;
  }
  .mainNavHeader .overlay_outer {
    padding: 0;
  }
  .mainNavHeader ul.menu_level_0 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-end;
  }
  .mainNavHeader ul.menu_level_0 > li > a.menu-item {
    padding-bottom: 2em;
    border-bottom: 5px solid transparent;
  }
  .mainNavHeader ul.menu_level_0 > li > .li_inner {
    display: block;
  }
  .mainNavHeader ul.menu_level_0 > li > .li_inner > a.menu-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2em;
    border-bottom: 5px solid transparent;
  }
  .mainNavHeader ul.menu_level_0 > li > .li_inner > a.menu-item::after {
    flex-shrink: 0;
    content: " ";
    display: block;
    width: 0.75rem;
    height: 0.5rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%231b1464' data-name='Path 1893'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-left: 1.1rem;
  }
  .mainNavHeader ul.menu_level_0 > li > .li_inner > a.menu-item.menu-item--active-trail::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%23ff557a' data-name='Path 1893'/%3E%3C/svg%3E");
  }
  .mainNavHeader ul.menu_level_0 > li > .li_inner > a.menu-item.this_megadrop_open {
    border-bottom-color: #FF557A;
  }
  .mainNavHeader ul.menu_level_0 > li > .li_inner > a.menu-item.this_megadrop_open::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%23ff557a' data-name='Path 1893'/%3E%3C/svg%3E");
  }
  .mainNavHeader ul.menu ul.menu {
    display: none !important;
  }
  .mainNavHeader ul.menu .mega ul.menu {
    display: block !important;
  }
  .mainNavHeader ul.menu .mega ul.menu ul.menu {
    display: none !important;
  }
  .mainNavHeader .search_block > h2 {
    display: none;
  }
  .mainNavHeader .overlay_mode_search {
    position: absolute;
    right: 0;
    top: 0;
  }
  .mainNavHeader.mode__search .overlay_modes {
    position: relative;
  }
}
@media only screen and (max-width: 1055px) {
  .mainNavHeader .overlay_outer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    background-color: transparent;
    transform: translateZ(0);
  }
  .mainNavHeader .overlay_outer .overlay_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding-left: 4.5%;
    padding-right: 4.5%;
    padding-top: 0.85rem;
    padding-bottom: 5rem;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media only screen and (max-width: 1055px) and (min-width: 480px) {
  .mainNavHeader .overlay_outer .overlay_inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1055px) and (min-width: 552px) {
  .mainNavHeader .overlay_outer .overlay_inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1055px) and (min-width: 696px) {
  .mainNavHeader .overlay_outer .overlay_inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 1055px) {
  .mainNavHeader .overlay_outer .overlay_inner .overlay_wrap {
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mainNavHeader.state__closed .overlay_outer {
    display: block;
  }
  .mainNavHeader.state__open .overlay_inner {
    transform: translateX(0%);
  }
  .mainNavHeader.state__overlay_hidden .overlay_outer {
    display: none;
  }
  .mainNavHeader .toggle_button_wrap {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainNavHeader .toggle_button_wrap button {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 2.0625rem;
    height: 2.0625rem;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    margin-left: 0.5rem;
  }
  .mainNavHeader .toggle_button_wrap button:first-child {
    margin-left: 0;
  }
  .mainNavHeader .toggle_button_wrap .toggle_mode {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.017'%3E%3Cpath d='M17.169 8.949a9.81 9.81 0 000 13.876l.006.009.038.038a9.741 9.741 0 006.894 2.83 9.812 9.812 0 006.938-16.75l-.008-.012a9.823 9.823 0 00-13.868.009z' fill='none'/%3E%3Cpath d='M12.921 22.793a3.014 3.014 0 01.736-.536c.047-.024.1-.031.146-.052.068-.03.136-.048.206-.072a3.027 3.027 0 01.915-.18c.042 0 .082-.012.124-.011a3.007 3.007 0 01.99.192c.075.027.146.055.219.088s.149.05.218.087l.347.173.294.294.047.047.006.006-.006-.009A9.813 9.813 0 0131.037 8.94a3.039 3.039 0 014.3-4.293 15.891 15.891 0 00-24.41 20.123l1.934-1.938c.022-.019.044-.024.06-.039z' fill='%23478efb'/%3E%3Cpath d='M35.344 4.65a3.039 3.039 0 00-4.3 4.293l.008.012A9.813 9.813 0 0124.107 25.7a9.741 9.741 0 01-6.894-2.83l-.038-.038-.006-.006a3.039 3.039 0 010 4.3l-1.936 1.939a15.764 15.764 0 008.871 2.719A15.894 15.894 0 0035.344 4.65zM12.921 22.793a3.037 3.037 0 01.882-.588c-.048.021-.1.028-.146.052a3.014 3.014 0 00-.736.536zM15.048 21.942a3.021 3.021 0 01.99.192 3.007 3.007 0 00-.99-.192zM16.822 22.482l-.347-.173c-.069-.037-.146-.055-.218-.087a2.977 2.977 0 01.906.6 1.042 1.042 0 00-.047-.047zM14.924 21.953a3.027 3.027 0 00-.915.18 3.04 3.04 0 01.915-.18z' fill='%231b1761'/%3E%3Cpath d='M17.168 22.828a2.977 2.977 0 00-.906-.6 2.942 2.942 0 00-.219-.088 3.021 3.021 0 00-.99-.192c-.042 0-.082.01-.124.011a3.04 3.04 0 00-.915.18c-.07.024-.138.042-.206.072a3.037 3.037 0 00-.882.588c-.016.015-.038.02-.054.036l-1.934 1.938L.889 34.829a3.04 3.04 0 104.3 4.3l10.042-10.06 1.936-1.939a3.039 3.039 0 00.001-4.302z' fill='%23ff557a'/%3E%3C/svg%3E");
    background-size: 70% auto;
  }
  .mainNavHeader .toggle_button_wrap .toggle_mode.mode__search {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='24.85' height='21.599'%3E%3Cg data-name='Group 1722'%3E%3Cg data-name='Group 1194'%3E%3Cpath d='M23.35 3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%231b1761' data-name='Line 69'/%3E%3Cpath d='M23.35 12.3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%231b1761' data-name='Line 70'/%3E%3Cpath d='M23.35 21.6H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%231b1761' data-name='Line 71'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .mainNavHeader .toggle_button_wrap .toggle_state {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='24.85' height='21.599'%3E%3Cg data-name='Group 1722'%3E%3Cg data-name='Group 1194'%3E%3Cpath d='M23.35 3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%231b1761' data-name='Line 69'/%3E%3Cpath d='M23.35 12.3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%231b1761' data-name='Line 70'/%3E%3Cpath d='M23.35 21.6H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%231b1761' data-name='Line 71'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .mainNavHeader .toggle_button_wrap .toggle_state.state__open {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='21.555' height='21.555'%3E%3Cpath d='M12.9 10.778l8.217-8.217A1.5 1.5 0 0018.994.439l-8.217 8.217L2.561.439A1.5 1.5 0 00.439 2.561l8.217 8.217L.439 19a1.5 1.5 0 002.122 2.121l8.216-8.221 8.217 8.217A1.5 1.5 0 0021.115 19z' fill='%231b1464'/%3E%3C/svg%3E");
  }
  .mainNavHeader .overlay_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.25rem;
  }
  .mainNavHeader .overlay_controls .control_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
  .mainNavHeader .overlay_controls button {
    flex-shrink: 0;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    background-position: 50% 50%;
    border: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-left: 0.4rem;
  }
}
@media only screen and (max-width: 1055px) and (min-width: 552px) {
  .mainNavHeader .overlay_controls button {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 1055px) and (min-width: 768px) {
  .mainNavHeader .overlay_controls button {
    margin-left: 0.75rem;
  }
}
@media only screen and (max-width: 1055px) {
  .mainNavHeader .overlay_modes {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
  .mainNavHeader .overlay_mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: translateX(0%);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .mainNavHeader .overlay_mode.state__hidden {
    display: none;
  }
  .mainNavHeader .overlay_mode_menu {
    padding-left: 0;
    padding-right: 0;
  }
  .mainNavHeader .overlay_mode_menu.state__closed {
    transform: translateX(100%);
  }
  .mainNavHeader .overlay_mode_search.state__closed {
    transform: translateX(-100%);
  }
  .mainNavHeader .menu_controls {
    font-size: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: thin solid #E3E3E3;
  }
}
@media only screen and (max-width: 1055px) and (min-width: 768px) {
  .mainNavHeader .menu_controls {
    font-size: 2.0625rem;
  }
}
@media only screen and (max-width: 1055px) and (min-width: 1272px) {
  .mainNavHeader .menu_controls {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1055px) {
  .mainNavHeader .menu_controls.root_level {
    display: none;
  }
  .mainNavHeader .collapseLevel {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 3rem;
    height: 3rem;
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='9.35' height='14.455'%3E%3Cpath d='M7.849 14.455A1.5 1.5 0 008.91 11.9L4.243 7.228 8.91 2.561A1.5 1.5 0 006.789.439L0 7.228l6.789 6.788a1.493 1.493 0 001.06.439z' fill='%231b1464' data-name='Path 1893'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.565rem auto;
    border: 0;
    margin-right: 0.5rem;
  }
  .mainNavHeader .menuLevelHeading {
    flex-shrink: 1;
    flex-grow: 1;
    font-family: "Cera Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 1.25rem;
    text-transform: none;
    margin: 0;
  }
  .mainNavHeader .menuLevelHeading a {
    color: #1B1464;
    display: block;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
  .mainNavHeader .overlay_menu {
    flex-grow: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mainNavHeader .overlay_menu ul.menu {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: white;
    margin: 0;
  }
  .mainNavHeader .overlay_menu ul.menu li {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: thin solid #E3E3E3;
  }
  .mainNavHeader .overlay_menu ul.menu .li_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mainNavHeader .overlay_menu ul.menu a.menu-item {
    flex-grow: 1;
    text-decoration: none;
    border: 0;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    margin: 0;
  }
  .mainNavHeader .overlay_menu ul.menu .expandLevel {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 3rem;
    height: 3rem;
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='9.35' height='14.455'%3E%3Cpath d='M1.5 14.455A1.5 1.5 0 01.44 11.9l4.666-4.672L.439 2.561A1.5 1.5 0 012.561.439L9.35 7.228l-6.789 6.788a1.5 1.5 0 01-1.061.439z' fill='%231b1464' data-name='Path 1893'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.565rem auto;
    background-position: 50% 50%;
    position: relative;
    border: 0;
  }
  .mainNavHeader .overlay_menu ul.menu .expandLevel::before {
    content: " ";
    display: block;
    width: 0;
    height: 1.875em;
    position: absolute;
    left: 0;
    top: 0.5em;
  }
}
@media only screen and (max-width: 1055px) and (min-width: 768px) {
  .mainNavHeader .overlay_menu ul.menu li a.menu-item {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}
@media only screen and (max-width: 1055px) {
  .mainNavHeader .overlay_menu ul.menu ul.menu {
    font-weight: 400;
    display: block;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .mainNavHeader .overlay_menu ul.menu ul.menu.active {
    transform: translateX(0%);
  }
  .mainNavHeader .overlay_menu ul.menu ul.menu .expandLevel {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='7.538' height='12.955'%3E%3Cpath d='M.75 12.955a.75.75 0 01-.53-1.28l5.2-5.2L.22 1.28A.75.75 0 011.28.22l6.258 6.258-6.258 6.257a.744.744 0 01-.53.22z' fill='%231b1464' data-name='Path 1893'/%3E%3C/svg%3E");
    background-size: 0.49rem auto;
  }
  .mainNavHeader .search_block {
    width: 100%;
    max-width: 25rem;
  }
  .mainNavHeader .search_block form {
    border-bottom-width: 2px;
  }
}
@media only screen and (max-width: 1055px) and (max-width: 767px) {
  .mainNavHeader .overlay_modes {
    left: 50%;
    width: 100vw;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1055px) and (min-width: 768px) {
  .mainNavHeader .overlay_outer .overlay_inner {
    max-width: 450px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.03);
  }
  .mainNavHeader .content_overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .mainNavHeader.state__open .content_overlay {
    opacity: 1;
  }
}
.no_js .mainNavHeader ul ul {
  display: none;
}
@media only screen and (max-width: 479px) {
  .no_js .mainNavHeader .menu_level_0 {
    font-family: "Cera Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.35em;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .no_js .mainNavHeader .menu_level_0 li {
    margin-left: 1em;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .no_js .mainNavHeader .menu_level_0 li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .has_banner .mainNavHeader .search_block form {
    border-bottom-color: white;
  }
  .has_banner .mainNavHeader .search_block form input[type=search] {
    color: white;
  }
  .has_banner .mainNavHeader .search_block form input[type=search]::-webkit-input-placeholder {
    color: white;
  }
  .has_banner .mainNavHeader .search_block form input[type=search]::-moz-placeholder {
    color: white;
  }
  .has_banner .mainNavHeader .search_block form input[type=search]:-moz-placeholder {
    color: white;
  }
  .has_banner .mainNavHeader .search_block form input[type=search]:-ms-input-placeholder {
    color: white;
  }
  .has_banner .mainNavHeader .search_block form input[type=submit] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.033'%3E%3Cpath d='M31.045 8.952a9.814 9.814 0 00-13.874 13.885s0 .01.009.014l.006.006A9.815 9.815 0 0031.051 8.96z' fill='none'/%3E%3Cpath d='M35.351 4.66h-.005A15.79 15.79 0 0024.113 0 15.9 15.9 0 0010.93 24.784L.889 34.844a3.041 3.041 0 104.3 4.3l10.04-10.059A15.894 15.894 0 0035.351 4.66zm-4.3 18.18a9.827 9.827 0 01-13.865.017l-.006-.006s0-.01-.009-.014A9.814 9.814 0 0131.045 8.952l.006.008a9.816 9.816 0 010 13.88z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .has_banner .mainNavHeader .search_block form input[type=submit]:hover, .has_banner .mainNavHeader .search_block form input[type=submit]:focus-visible {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.033'%3E%3Cpath d='M35.351 4.66h-.005A15.79 15.79 0 0024.113 0 15.9 15.9 0 0010.93 24.784L.889 34.844a3.041 3.041 0 104.3 4.3l10.04-10.059A15.894 15.894 0 0035.351 4.66zm-4.3 18.18a9.827 9.827 0 01-13.865.017l-.006-.006s0-.01-.009-.014A9.814 9.814 0 0131.045 8.952l.006.008a9.816 9.816 0 010 13.88z' fill='%23ff557a'/%3E%3C/svg%3E");
  }
}
.has_banner.mainNavOverlay_isClosed .mainNavHeader .block.search_btn .toggle_button {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.033'%3E%3Cpath d='M31.045 8.952a9.814 9.814 0 00-13.874 13.885s0 .01.009.014l.006.006A9.815 9.815 0 0031.051 8.96z' fill='none'/%3E%3Cpath d='M35.351 4.66h-.005A15.79 15.79 0 0024.113 0 15.9 15.9 0 0010.93 24.784L.889 34.844a3.041 3.041 0 104.3 4.3l10.04-10.059A15.894 15.894 0 0035.351 4.66zm-4.3 18.18a9.827 9.827 0 01-13.865.017l-.006-.006s0-.01-.009-.014A9.814 9.814 0 0131.045 8.952l.006.008a9.816 9.816 0 010 13.88z' fill='%23fff'/%3E%3C/svg%3E");
}
.has_banner.mainNavOverlay_isClosed .mainNavHeader > ul.menu > li > a {
  color: white;
}
.has_banner.mainNavOverlay_isClosed .mainNavHeader ul.menu.root > li > .li_inner > a {
  color: white;
}
.has_banner.mainNavOverlay_isClosed .mainNavHeader ul.menu.root > li > .li_inner > a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%23fff' data-name='Path 1893'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1055px) {
  .has_banner.mainNavOverlay_isClosed .mainNavHeader .toggle_button_wrap .toggle_mode {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='40' height='40.033'%3E%3Cpath d='M31.045 8.952a9.814 9.814 0 00-13.874 13.885s0 .01.009.014l.006.006A9.815 9.815 0 0031.051 8.96z' fill='none'/%3E%3Cpath d='M35.351 4.66h-.005A15.79 15.79 0 0024.113 0 15.9 15.9 0 0010.93 24.784L.889 34.844a3.041 3.041 0 104.3 4.3l10.04-10.059A15.894 15.894 0 0035.351 4.66zm-4.3 18.18a9.827 9.827 0 01-13.865.017l-.006-.006s0-.01-.009-.014A9.814 9.814 0 0131.045 8.952l.006.008a9.816 9.816 0 010 13.88z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .has_banner.mainNavOverlay_isClosed .mainNavHeader .toggle_button_wrap .toggle_mode.mode__search {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='24.85' height='21.599'%3E%3Cg data-name='Group 1722'%3E%3Cg data-name='Group 1194'%3E%3Cpath d='M23.35 3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%23fff' data-name='Line 69'/%3E%3Cpath d='M23.35 12.3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%23fff' data-name='Line 70'/%3E%3Cpath d='M23.35 21.6H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%23fff' data-name='Line 71'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .has_banner.mainNavOverlay_isClosed .mainNavHeader .toggle_button_wrap .toggle_state {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='24.85' height='21.599'%3E%3Cg data-name='Group 1722'%3E%3Cg data-name='Group 1194'%3E%3Cpath d='M23.35 3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%23fff' data-name='Line 69'/%3E%3Cpath d='M23.35 12.3H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%23fff' data-name='Line 70'/%3E%3Cpath d='M23.35 21.6H1.5a1.5 1.5 0 010-3h21.85a1.5 1.5 0 010 3z' fill='%23fff' data-name='Line 71'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
@media print {
  .mainNavHeader {
    display: none;
  }
}

.mega {
  font-size: 1.5625rem;
  display: none;
  position: absolute;
  z-index: -2;
  top: 100%;
  left: 0;
  width: 100vw;
  background-color: white;
  padding-top: 1.55em;
  padding-bottom: 1.55em;
  box-shadow: 0px 3px 20px -3px rgba(0, 0, 0, 0.03);
  opacity: 0;
  transform: translateY(-10px);
}
@media only screen and (min-width: 768px) {
  .mega {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .mega {
    font-size: 2.5rem;
  }
}
.mega .section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega .listed_content_item.style__megadrop_main {
  width: 40.2155887231%;
  margin-right: 2.4875621891%;
}
.mega ul.menu {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 400;
  list-style: none;
  width: 31.6749585406%;
  margin-right: 2.4875621891%;
}
.mega ul.menu li {
  margin-right: 0;
  margin-bottom: 0.6em;
}
.mega ul.menu a:hover, .mega ul.menu a:focus {
  text-decoration: underline;
  text-decoration-color: #FF557A;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.mega .feature_box {
  width: 23.1343283582%;
}
@media only screen and (max-width: 1055px) {
  .mega {
    display: none !important;
  }
}
.mega.state__open {
  opacity: 1;
  transform: translateY(1px);
}
.mega.enableTransition {
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.page-standard.megaDropdown_isOpen::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#essentials_items {
  position: relative;
  z-index: 2;
  font-size: 1.875rem;
  margin-top: -1em;
}
@media only screen and (min-width: 624px) {
  #essentials_items {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  #essentials_items {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  #essentials_items {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  #essentials_items {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 480px) {
  #essentials_items {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 552px) {
  #essentials_items {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 696px) {
  #essentials_items {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 696px) {
  #essentials_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3.44em;
  }
  #essentials_items .essentials_item {
    width: 30.479586435%;
    margin-right: 4.2806203475%;
  }
  #essentials_items .essentials_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #essentials_items .teaser_text,
  #essentials_items .read_more {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #essentials_items .essentials_item {
    width: 30.479586435%;
    margin-right: 4.2806203475%;
  }
}
@media only screen and (min-width: 840px) {
  #essentials_items .essentials_item {
    width: 31.6749585406%;
    margin-right: 2.4875621891%;
  }
}

.full_width__banner .block-social-share h2 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.full_width__pre_content {
  font-size: 1.875rem;
  padding-top: 1.025em;
  padding-bottom: 1.025em;
}
@media only screen and (min-width: 624px) {
  .full_width__pre_content {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .full_width__pre_content {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .full_width__pre_content {
    font-size: 3.4375rem;
  }
}
.full_width__pre_content .field--name-field-banner-image-small {
  line-height: 0;
  text-align: right;
  background-image: url("../../images/ncb_sectional_banner_shapes@2x.png");
  background-repeat: no-repeat;
  background-size: 41.8136% auto;
  background-position: left 10.5% top -25%;
}
.full_width__pre_content .field--name-field-banner-image-small article {
  display: inline-block;
  width: 63%;
}
.full_width__pre_content .field--name-field-banner-image-small img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='328.283'%3E%3Cpath d='M34.957 262.786l51.758 65.5H500L289.312 61.671C233.885-8.8 131.837-20.521 61.571 35.017a162.18 162.18 0 00-26.627 227.754z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='328.283'%3E%3Cpath d='M34.957 262.786l51.758 65.5H500L289.312 61.671C233.885-8.8 131.837-20.521 61.571 35.017a162.18 162.18 0 00-26.627 227.754z'/%3E%3C/svg%3E");
  webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='328.283'%3E%3Cpath d='M34.957 262.786l51.758 65.5H500L289.312 61.671C233.885-8.8 131.837-20.521 61.571 35.017a162.18 162.18 0 00-26.627 227.754z'/%3E%3C/svg%3E");
  mask-mode: alpha;
  webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  webkit-mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  webkit-mask-position: center;
}
.full_width__pre_content.small_banner {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .full_width__pre_content.small_banner .section_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .full_width__pre_content.small_banner .region-pre-content {
    width: 34.1625207297%;
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .full_width__pre_content.small_banner .region-pre-content-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 65.8374792703%;
  }
}

.region-metadata {
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 624px) {
  .region-metadata {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .region-metadata {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .region-metadata {
    font-size: 3.125rem;
  }
}
.region-metadata .block {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  width: 100%;
  padding-bottom: 0.9em;
  border-bottom: thin solid #E3E3E3;
  margin-bottom: 0.9em;
}
.region-metadata .block:last-child {
  border-right: 0;
  margin-right: 0;
}
.region-metadata .block > h2 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #1368ED;
}
.region-metadata .field__items h2,
.region-metadata .field__items h3 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.region-metadata p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.region-metadata a {
  color: #1B1464;
}
.region-metadata .field--name-field-attachment {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
}
.region-metadata .field--name-field-attachment a {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='10.211' height='11.801'%3E%3Cpath d='M9.938 6.036a.934.934 0 00-1.318 0L6.037 8.62v2.249a.947.947 0 01-.273.659l4.174-4.174a.932.932 0 000-1.318z' fill='%23298dff'/%3E%3Cpath d='M5.764 10.21a.93.93 0 01.273.659V.932a.932.932 0 10-1.863 0V8.62l.931.931z' fill='%23ff4078'/%3E%3Cpath d='M6.037 10.869a.93.93 0 00-.273-.659l-.659-.659-.931-.931L1.59 6.036A.932.932 0 00.273 7.354l4.174 4.174a.933.933 0 001.59-.659z' fill='%231d1365'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 0.83em;
  background-position: 0 0.3em;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 2.05em;
  min-height: 0.83em;
  margin-bottom: 0.25em;
}
.region-metadata .field--name-field-attachment a:hover, .region-metadata .field--name-field-attachment a:focus {
  opacity: 0.75;
}
.region-metadata .field--name-field-buy-button-embed a {
  border-bottom: thin solid transparent;
}
.region-metadata .field--name-field-buy-button-embed a:hover, .region-metadata .field--name-field-buy-button-embed a:focus {
  border-bottom-color: #FF557A;
}
.region-metadata .shopify-buy-frame iframe {
  width: 158px !important;
}
@media only screen and (max-width: 1055px) {
  .region-metadata #block-metadateball,
  .region-metadata #block-metadate {
    width: auto;
  }
  .region-metadata #block-metadateball {
    padding-right: 1.175rem;
  }
  .region-metadata #block-metadate {
    flex-grow: 1;
  }
}
@media only screen and (min-width: 840px) {
  .full_width__pre_content .region-metadata {
    flex-wrap: nowrap;
    margin-bottom: 0.5em;
  }
  .full_width__pre_content .region-metadata .block {
    width: auto;
    max-width: 20rem;
    padding-right: 2em;
    padding-bottom: 0;
    border-right: thin solid #E3E3E3;
    border-bottom: 0;
    margin-right: 2em;
    margin-bottom: 1.5em;
  }
  .full_width__pre_content .region-metadata .block:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1055px) {
  .layout_content_column .region-metadata {
    flex-wrap: nowrap;
    margin-bottom: 0.5em;
  }
  .layout_content_column .region-metadata .block {
    width: auto;
    max-width: 20rem;
    padding-right: 2em;
    padding-bottom: 0;
    border-right: thin solid #E3E3E3;
    border-bottom: 0;
    margin-right: 2em;
    margin-bottom: 1.5em;
  }
  .layout_content_column .region-metadata .block:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
}

section.full_width__main_outer {
  position: relative;
  z-index: 2;
}

/* Width holder main
*********************************** */
section.full_width__pre_content + section.full_width__main {
  margin-top: 0;
}

nav.breadcrumb ol {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  padding-top: 0.85em;
  padding-bottom: 0.95em;
  padding-left: 0;
  padding-right: 0;
}
nav.breadcrumb ol li,
nav.breadcrumb ol li a {
  color: white;
}
nav.breadcrumb ol li a:hover, nav.breadcrumb ol li a:focus {
  color: #1B1464;
}
nav.breadcrumb ol li a, nav.breadcrumb ol li::after {
  display: inline-block;
}
nav.breadcrumb ol li::after {
  content: ">";
  margin-right: 0.35em;
}
nav.breadcrumb ol li:last-child::after {
  content: none;
}
nav.breadcrumb.count_less_than_2 {
  display: none;
}

.tag_box {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.date_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.875rem;
  height: 4.875rem;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.date_ball span {
  display: block;
  line-height: 1em;
}
.date_ball .day {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.date_ball .month_year {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
  margin-top: 0.15em;
}
@media only screen and (min-width: 768px) {
  .date_ball {
    width: 7rem;
    height: 7rem;
  }
  .date_ball .day {
    font-size: 2.9375rem;
  }
  .date_ball .month_year {
    font-size: 0.8125rem;
  }
}

/*  Listing item
*********************************** */
.listed_content_item {
  font-size: 1.25rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .listed_content_item {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item {
    font-size: 1.5rem;
  }
}
.listed_content_item h1 a::before,
.listed_content_item h2 a::before,
.listed_content_item h3 a::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.listed_content_item h2 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item h2 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item h2 {
    font-size: 1.5rem;
  }
}
.listed_content_item h2 a {
  display: block;
}
.listed_content_item h2,
.listed_content_item h2 a {
  color: #1B1464;
}
.listed_content_item .tag_box {
  margin-bottom: 1em;
}
.listed_content_item .listing_box_image {
  line-height: 0;
}
.listed_content_item .teaser_text,
.listed_content_item .teaser_text p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 1272px) {
  .listed_content_item .teaser_text,
  .listed_content_item .teaser_text p {
    font-size: 1.125rem;
  }
}
.listed_content_item .read_more {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
  text-transform: none;
  display: inline-block;
  position: relative;
  padding-bottom: 0.55em;
  overflow: hidden;
}
@media only screen and (min-width: 1272px) {
  .listed_content_item .read_more {
    font-size: 1.1875rem;
  }
}
.listed_content_item .read_more .underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300%;
  height: auto;
  margin-left: -200%;
  transition: margin 0.6s;
  animation-timing-function: ease-in-out;
}
.listed_content_item .read_more .underline::before, .listed_content_item .read_more .underline::after {
  content: " ";
  display: block;
  width: 33.3333%;
  height: 0;
  border-bottom: 2px solid #1B1464;
  border-radius: 1px;
}
.listed_content_item .cta {
  margin-bottom: 0;
}
.listed_content_item:hover .read_more .underline, .listed_content_item:focus-within .read_more .underline {
  margin-left: 0%;
}
.listed_content_item .icon {
  display: block;
  position: relative;
}
.listed_content_item .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 48%;
  transform: translate(-50%, -50%);
}
.listed_content_item .icon.icon_adult-and-child svg {
  width: auto;
  height: 55%;
}
.listed_content_item .icon.icon_arrows svg {
  width: auto;
  height: 44%;
  transform: translate(-56%, -47%);
}
.listed_content_item .icon.icon_arrows-around-head svg {
  width: auto;
  height: 55%;
}
.listed_content_item .icon.icon_arrows-around-logomark svg {
  width: auto;
  height: 51%;
}
.listed_content_item .icon.icon_arrows-right svg {
  width: auto;
  height: 34%;
}
.listed_content_item .icon.icon_book svg {
  width: auto;
  height: 37%;
}
.listed_content_item .icon.icon_calendar svg {
  width: auto;
  height: 46%;
}
.listed_content_item .icon.icon_hand-heart svg {
  width: auto;
  height: 48%;
}
.listed_content_item .icon.icon_hands-diamond svg {
  width: auto;
  height: 55%;
}
.listed_content_item .icon.icon_handshake svg {
  width: auto;
  height: 38%;
  transform: translate(-50%, -46%);
}
.listed_content_item .icon.icon_house svg {
  width: auto;
  height: 46%;
  transform: translate(-50%, -55%);
}
.listed_content_item .icon.icon_location-pin svg {
  width: auto;
  height: 55%;
}
.listed_content_item .icon.icon_logomark svg {
  width: auto;
  height: 44%;
}
.listed_content_item .icon.icon_magnifying-tick svg {
  width: auto;
  height: 43%;
}
.listed_content_item .icon.icon_news svg {
  width: auto;
  height: 39%;
}
.listed_content_item .icon.icon_phone svg {
  width: auto;
  height: 49%;
}
.listed_content_item .icon.icon_present svg {
  width: auto;
  height: 48%;
}
.listed_content_item .icon.icon_target svg {
  width: auto;
  height: 45%;
}
.listed_content_item .icon.icon_tick svg {
  width: auto;
  height: 42%;
}
.listed_content_item .icon.icon_signposting svg {
  width: auto;
  height: 54%;
}
.listed_content_item .icon_forced {
  display: none;
}

/*  Listed content item COLOURS
*********************************** */
.gridItem.color_id__e .colored_item {
  background-color: #3A8DFF;
}
.gridItem.color_id__b .colored_item {
  background-color: #8757E5;
}
.gridItem.color_id__f .colored_item {
  background-color: white;
}
.gridItem.color_id__f .colored_item .icon {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.gridItem.color_id__d .colored_item {
  background-color: #FFBF00;
}
.gridItem.color_id__c .colored_item {
  background-color: #FF557A;
}
.gridItem.color_id__a .colored_item {
  background-color: #1B1464;
}
.gridItem.color_id__b .colored_item h2,
.gridItem.color_id__b .colored_item h2 a, .gridItem.color_id__a .colored_item h2,
.gridItem.color_id__a .colored_item h2 a {
  color: white;
}
.gridItem.color_id__b .colored_item p, .gridItem.color_id__a .colored_item p {
  color: white;
}
.gridItem.color_id__b .colored_item .read_more, .gridItem.color_id__a .colored_item .read_more {
  color: white;
}
.gridItem.color_id__b .colored_item .read_more .underline::before, .gridItem.color_id__b .colored_item .read_more .underline::after, .gridItem.color_id__a .colored_item .read_more .underline::before, .gridItem.color_id__a .colored_item .read_more .underline::after {
  border-bottom-color: white;
}

/*  Listed content item – Shared qualities: GROW HEIGHT
    Default & Sectional
*********************************** */
.views-row-view-method-listed_default_coloured,
.views-row-view-method-listed_sectional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.views-row-view-method-listed_default_coloured .listed_content_item,
.views-row-view-method-listed_sectional .listed_content_item {
  flex-grow: 1;
}

/*  Listed content item – Default
*********************************** */
.listed_content_item.style__default {
  background-color: #F3F3F7;
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 1.15em;
  padding-bottom: 2em;
}
.listed_content_item.style__default .date_ball {
  background-color: white;
}
.listed_content_item.style__default .tag_box {
  color: #1368ED;
}
.listed_content_item.style__default .tag_box_price {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  color: #1B1464;
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__default .tag_box_price {
    font-size: 1.125rem;
  }
}
.listed_content_item.style__default .listing_box_image {
  text-align: center;
  margin-top: 1.05em;
}
.listed_content_item.style__default .sub_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.25em;
}
.listed_content_item.style__default .sub_text::after {
  content: " ";
  display: block;
  width: 2em;
  height: 1.35em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='26.307' height='18'%3E%3Cpath d='M25.855 10.229a.61.61 0 00.055-.059c.007-.01.011-.021.018-.03-.019.026-.041.05-.062.074z' fill='%23478efb'/%3E%3Cpath d='M25.625 10.478c.009-.008.015-.018.023-.025l-.073.067c.016-.014.034-.027.05-.042zM26.3 8.983v-.035a.258.258 0 000-.039 1.581 1.581 0 01-.009.169.337.337 0 00.009-.095zM25.928 10.14l.025-.044c-.027.04-.057.079-.087.118.021-.024.043-.048.062-.074zM26.27 8.579c0-.01 0-.018-.007-.028.007.038.011.075.016.113-.003-.028-.004-.057-.009-.085zM26.161 8.192c0-.01-.01-.019-.014-.029.017.043.031.088.045.132-.01-.035-.018-.07-.031-.103zM25.73 7.517c-.012-.013-.027-.023-.039-.035.04.04.078.084.115.128a.963.963 0 00-.076-.093zM26.257 9.392a.451.451 0 00.007-.053c-.01.053-.025.106-.039.158.011-.035.024-.069.032-.105zM26.131 9.782l.018-.054c-.02.049-.044.1-.068.145a1 1 0 00.05-.091zM0 8.948a2.077 2.077 0 002.077 2.077h15.841L23 7.277a2.063 2.063 0 011.4-.39c-.057 0-.113-.016-.172-.016H2.077A2.077 2.077 0 000 8.948zM25.978 7.834c-.008-.014-.019-.025-.028-.038.033.05.062.1.091.153a1.159 1.159 0 00-.063-.115zM24.574 6.9c.055.009.108.027.161.04-.053-.011-.106-.027-.161-.04z' fill='%23ff557a'/%3E%3Cpath d='M23 7.277l-5.08 3.748-4.374 3.227A2.077 2.077 0 0016.01 17.6l9.454-6.975c.041-.03.072-.068.111-.1l.073-.067a2.073 2.073 0 00.207-.224l.011-.015c.03-.039.06-.078.087-.118a1.976 1.976 0 00.128-.223c.024-.048.048-.1.068-.145a2.311 2.311 0 00.076-.231c.014-.052.029-.105.039-.158a1.914 1.914 0 00.03-.261 1.581 1.581 0 00.009-.169 2.032 2.032 0 00-.024-.245c0-.038-.009-.075-.016-.113a1.947 1.947 0 00-.071-.256c-.014-.044-.028-.089-.045-.132a2.025 2.025 0 00-.106-.214 3.61 3.61 0 00-.091-.153c-.018-.026-.029-.055-.048-.081-.029-.039-.065-.069-.1-.1s-.075-.088-.115-.128a2.055 2.055 0 00-.956-.539c-.053-.013-.106-.031-.161-.04s-.114-.011-.171-.016a2.063 2.063 0 00-1.399.38z' fill='%231b1761'/%3E%3Cpath d='M13.1.855a2.079 2.079 0 00.458 2.9l4.282 3.114h6.387a2.057 2.057 0 011.324.49c-.036-.03-.065-.065-.1-.092L16.006.4A2.078 2.078 0 0013.1.855z' fill='%23478efb'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 480px) {
  .listed_content_item.style__default {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__default {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}
.listed_content_item.style__default.style__default_base .listing_box_image {
  position: relative;
}
.listed_content_item.style__default.style__default_base .listing_box_image.has_icon, .listed_content_item.style__default.style__default_base .listing_box_image.image_no_crop {
  height: 0;
  padding-bottom: 58.2%;
}
.listed_content_item.style__default.style__default_base .listing_box_image.image_no_crop {
  background-color: white;
}
.listed_content_item.style__default.style__default_base .listing_box_image.image_no_crop img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: 80%;
  max-width: 80%;
  transform: translate(-50%, -50%);
}
.listed_content_item.style__default.style__default_base .listing_box_image.image_no_crop.image_field_field_cover img {
  box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.listed_content_item.style__default.style__default_base .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.listed_content_item.style__default.style__default_base .icon svg {
  height: 70%;
}
.listed_content_item.style__default.style__default_base .icon.icon_adult-and-child svg {
  height: 80%;
}
.listed_content_item.style__default.style__default_base .icon.icon_arrows svg {
  height: 80%;
}
.listed_content_item.style__default.style__default_base .icon.icon_arrows-around-head svg {
  height: 80%;
}
.listed_content_item.style__default.style__default_base .icon.icon_arrows-around-logomark svg {
  height: 74.35%;
}
.listed_content_item.style__default.style__default_base .icon.icon_arrows-right svg {
  height: 49.5%;
}
.listed_content_item.style__default.style__default_base .icon.icon_book svg {
  height: 53.9%;
}
.listed_content_item.style__default.style__default_base .icon.icon_calendar svg {
  height: 67%;
}
.listed_content_item.style__default.style__default_base .icon.icon_hand-heart svg {
  height: 70%;
}
.listed_content_item.style__default.style__default_base .icon.icon_hands-diamond svg {
  height: 80%;
}
.listed_content_item.style__default.style__default_base .icon.icon_handshake svg {
  height: 55.4%;
}
.listed_content_item.style__default.style__default_base .icon.icon_house svg {
  height: 67%;
}
.listed_content_item.style__default.style__default_base .icon.icon_location-pin svg {
  height: 80%;
}
.listed_content_item.style__default.style__default_base .icon.icon_logomark svg {
  height: 64%;
}
.listed_content_item.style__default.style__default_base .icon.icon_magnifying-tick svg {
  height: 62.7%;
}
.listed_content_item.style__default.style__default_base .icon.icon_news svg {
  height: 56.9%;
}
.listed_content_item.style__default.style__default_base .icon.icon_phone svg {
  height: 71.4%;
}
.listed_content_item.style__default.style__default_base .icon.icon_present svg {
  height: 70%;
}
.listed_content_item.style__default.style__default_base .icon.icon_target svg {
  height: 65.6%;
}
.listed_content_item.style__default.style__default_base .icon.icon_tick svg {
  height: 61.2%;
}
.listed_content_item.style__default.style__default_base .icon.icon_signposting svg {
  width: auto;
  height: 77%;
}

/*  Listed content item – Shared qualities: SIDE PADDING
    Default Coloured & Sectional
*********************************** */
.listed_content_item.style__default_coloured,
.listed_content_item.style__sectional {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media only screen and (min-width: 480px) {
  .listed_content_item.style__default_coloured,
  .listed_content_item.style__sectional {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__default_coloured,
  .listed_content_item.style__sectional {
    padding-left: 1.55em;
    padding-right: 1.55em;
  }
}

/*  Listed content item – Default Coloured
*********************************** */
@media only screen and (max-width: 839px) {
  .views-rows-subset-listed_default_coloured {
    position: relative;
    left: 50%;
    width: 100vw;
    min-width: 320px;
    transform: translateX(-50%);
  }
}

.views-row-view-method-listed_default_coloured { /* view item */
  padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .views-row-view-method-listed_default_coloured {
    width: 50%;
  }
}

.listed_content_item.style__default_coloured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 1.65em;
  padding-bottom: 2.15em;
}
.listed_content_item.style__default_coloured .listing_box_text {
  flex-grow: 1;
}
.listed_content_item.style__default_coloured .teaser_text p {
  margin-bottom: 0;
}
.listed_content_item.style__default_coloured .listing_box_image {
  text-align: center;
  margin-top: 2.3em;
}
.listed_content_item.style__default_coloured .icon {
  display: inline-block;
  position: relative;
  width: 7.75em;
  height: 7.75em;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
}
.listed_content_item.style__default_coloured .sub_text {
  display: block;
  margin-top: 1.1em;
}
.listed_content_item.style__default_coloured .sub_text::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__default_coloured .icon {
    width: 7.75em;
    height: 7.75em;
  }
}

/*  Listed content item – Sectional
*********************************** */
@media only screen and (max-width: 1199px) {
  .views-rows-subset-listed_sectional {
    position: relative;
    left: 50%;
    width: 100vw;
    min-width: 320px;
    transform: translateX(-50%);
  }
}

.views-row-view-method-listed_sectional {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .views-row-view-method-listed_sectional {
    width: 50%;
  }
}

.listed_content_item.style__sectional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 2.15em;
  padding-bottom: 3.15em;
}
.listed_content_item.style__sectional .listing_box_text {
  flex-grow: 1;
  width: 100%;
}
.listed_content_item.style__sectional .listing_box_text > * {
  max-width: 31.875rem;
}
.listed_content_item.style__sectional h2 {
  margin-bottom: 1em;
}
.listed_content_item.style__sectional .teaser_area {
  font-size: 1.1875rem;
  min-height: 2.8em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__sectional .teaser_area {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__sectional .teaser_area {
    font-size: 1.4375rem;
  }
}
.listed_content_item.style__sectional .teaser_area p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__sectional .teaser_area p {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__sectional .teaser_area p {
    font-size: 1.4375rem;
  }
}
.listed_content_item.style__sectional .sub_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.listed_content_item.style__sectional .icon {
  flex-shrink: 0;
  width: 5.25rem;
  height: 5.25rem;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
}
.listed_content_item.style__sectional .icon.icon_forced {
  display: none;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__sectional .teaser_area {
    min-height: 5.6em;
  }
  .listed_content_item.style__sectional .icon {
    width: 7rem;
    height: 7rem;
  }
}

/*  Listed content item – Default Wide
*********************************** */
.views-row-view-method-listed_wide {
  padding-bottom: 3.7783375315%;
}

.listed_content_item.style__wide .date_ball {
  width: 7.75em;
  height: 7.75em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75em;
}
.listed_content_item.style__wide .date_ball .day {
  font-size: 3.5625rem;
}
.listed_content_item.style__wide .date_ball .month_year {
  font-size: 1.0625rem;
}
.listed_content_item.style__wide .date_ball.listing_box_img {
  position: relative;
  border-radius: 0;
}
.listed_content_item.style__wide .date_ball.listing_box_img .listing_box_image {
  margin: 0;
}
.listed_content_item.style__wide .date_ball.listing_box_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
.listed_content_item.style__wide .listing_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.listed_content_item.style__wide header {
  flex-grow: 1;
}
@media only screen and (min-width: 552px) {
  .listed_content_item.style__wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
  }
  .listed_content_item.style__wide .date_ball {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 1.8em;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__wide {
    padding-top: 1.9em;
    padding-bottom: 2.1em;
  }
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__wide .date_ball {
    width: 7.75em;
    height: 7.75em;
  }
  .listed_content_item.style__wide .date_ball .day {
    font-size: 4.0625rem;
  }
  .listed_content_item.style__wide .date_ball .month_year {
    font-size: 1.125rem;
  }
}

/*  Listed content item – Default Mini
*********************************** */
.listed_content_item.style__default_mini .tag_box {
  color: #FF557A;
}
.listed_content_item.style__default_mini h2 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.357em;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__default_mini h2 {
    font-size: 1.1875rem;
  }
}
.listed_content_item.style__default_mini .teaser_text p {
  margin-bottom: 0;
}
.listed_content_item.style__default_mini .listing_box_image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.listed_content_item.style__default_mini .listing_box_image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='177.731' height='129.111'%3E%3Cpath d='M177.731 67.188l-65.673-52.15a69.244 69.244 0 00-96.951 10.7 68.116 68.116 0 0010.239 95.786q.271.221.548.438l9 7.149h142.837z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='177.731' height='129.111'%3E%3Cpath d='M177.731 67.188l-65.673-52.15a69.244 69.244 0 00-96.951 10.7 68.116 68.116 0 0010.239 95.786q.271.221.548.438l9 7.149h142.837z'/%3E%3C/svg%3E");
  webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='177.731' height='129.111'%3E%3Cpath d='M177.731 67.188l-65.673-52.15a69.244 69.244 0 00-96.951 10.7 68.116 68.116 0 0010.239 95.786q.271.221.548.438l9 7.149h142.837z'/%3E%3C/svg%3E");
  mask-mode: alpha;
  webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  webkit-mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  webkit-mask-position: center;
}
.listed_content_item.style__default_mini .listing_box_image + .read_more {
  margin-top: 5.5em;
}
@media only screen and (max-width: 551px) {
  .listed_content_item.style__default_mini .listing_box_image {
    display: none;
  }
  .listed_content_item.style__default_mini .listing_box_image + .read_more {
    margin-top: 1.5em;
  }
}

/*  Listed content item – Mini
*********************************** */
.listed_content_item.style__mini {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em;
  border-bottom: thin solid #1B1464;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__mini {
    font-size: 0.9375rem;
  }
}
.listed_content_item.style__mini .listing_box_image {
  flex-shrink: 0;
  width: 26%;
  max-width: 73px;
  margin-right: 10%;
}
.listed_content_item.style__mini .listing_box_image img {
  width: 100%;
  height: auto;
}
.listed_content_item.style__mini .listing_box_text {
  flex-shrink: 1;
  flex-grow: 1;
}
.listed_content_item.style__mini h2 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 1em;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__mini h2 {
    font-size: 0.9375rem;
  }
}
.listed_content_item.style__mini:hover h2 a, .listed_content_item.style__mini:focus-within h2 a {
  text-decoration: underline;
  text-decoration-color: #FF557A;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.views-row-view-method-listed_mini {
  padding-bottom: 0;
}
.views-row-view-method-listed_mini:last-child .listed_content_item {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 552px) and (max-width: 839px) {
  .views-row-view-method-listed_mini {
    width: 47.8596898262%;
    margin-right: 4.2806203475%;
  }
  .views-row-view-method-listed_mini:nth-child(2n) {
    margin-right: 0;
  }
}

/*  Listed content item – Author
*********************************** */
.listed_content_item.style__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.listed_content_item.style__author .listing_box_image {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}
.listed_content_item.style__author .tag_box {
  color: #1368ED;
  margin-bottom: 1em;
}
.listed_content_item.style__author h2 {
  margin-bottom: 0.5em;
}

.listed_content_item.style__footer_family_logo h2 a {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  line-height: 0;
  width: 100%;
}
.listed_content_item.style__footer_family_logo h2 a::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.listed_content_item.style__footer_family_logo.sub-sub-section-ncb-home {
  width: clamp(5.625rem, 7.9285714286vw, 6.9375rem);
}
.listed_content_item.style__footer_family_logo.sub-sub-section-ncb-home h2 a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='100.95' height='59.278'%3E%3Cg data-name='Group 2142'%3E%3Cg data-name='Group 2140' fill='%23fff'%3E%3Cpath data-name='Path 2579' d='M10.389 49.263h2.731a2.27 2.27 0 11.415 4.521 2.213 2.213 0 01-.415 0h-1.813v3.249h-.918zm2.708 3.7a1.441 1.441 0 00.24-2.872 1.374 1.374 0 00-.24 0h-1.789v2.872z'/%3E%3Cpath data-name='Path 2580' d='M21.232 53.5v3.531h-.848v-.742a2.31 2.31 0 01-1.931.871c-1.154 0-2-.612-2-1.613 0-.965.812-1.6 2.06-1.6h1.813v-.494a1.286 1.286 0 00-1.11-1.442 1.3 1.3 0 00-.279-.011 2.024 2.024 0 00-1.672.918l-.6-.494A2.652 2.652 0 0119 51.167a2.1 2.1 0 012.244 1.945 2.073 2.073 0 01-.012.388zm-.906 1.33v-.141h-1.707c-.8 0-1.236.271-1.236.812 0 .612.553.906 1.189.906a1.674 1.674 0 001.753-1.577z'/%3E%3Cpath data-name='Path 2581' d='M26.2 51.3v.8h-.341a1.681 1.681 0 00-1.8 1.558v3.374h-.906V51.3H24v.812a2.206 2.206 0 011.778-.859 1.921 1.921 0 01.422.047z'/%3E%3Cpath data-name='Path 2582' d='M30.543 56.265v.765a3.888 3.888 0 01-.954.129 1.71 1.71 0 01-1.931-1.86v-3.19h-.965V51.3h.965v-1.569h.906V51.3h1.789v.812h-1.791v3.132c0 .859.494 1.095 1.213 1.095a4.832 4.832 0 00.768-.074z'/%3E%3Cpath data-name='Path 2583' d='M34.781 54.157a3 3 0 113.01 2.99h-.02a2.96 2.96 0 01-2.99-2.93zm5.074.012a2.074 2.074 0 00-4.144-.182v.182a2.053 2.053 0 001.961 2.141h.1a2.08 2.08 0 002.08-2.078v-.065z'/%3E%3Cpath data-name='Path 2584' d='M43.421 49.99v1.31h1.44v.812h-1.44v4.918h-.906v-4.921h-.824V51.3h.824v-1.369a1.7 1.7 0 011.9-1.86 2.6 2.6 0 01.718.094v.765a4.084 4.084 0 00-.506-.035c-.711.005-1.206.235-1.206 1.095z'/%3E%3Cpath data-name='Path 2585' d='M52.015 56.265v.765a3.888 3.888 0 01-.954.129A1.71 1.71 0 0149.13 55.3v-3.19h-.965v-.81h.965v-1.569h.906V51.3h1.789v.812h-1.789v3.132c0 .859.495 1.095 1.213 1.095a4.8 4.8 0 00.766-.074z'/%3E%3Cpath data-name='Path 2586' d='M58.112 53.427v3.6h-.906v-3.485a1.4 1.4 0 00-1.25-1.535 1.447 1.447 0 00-.174-.007 1.467 1.467 0 00-1.508 1.426v3.601h-.906V48.2h.906v3.744a2.13 2.13 0 011.719-.777 2.048 2.048 0 012.128 1.965 2.106 2.106 0 01-.009.295z'/%3E%3Cpath data-name='Path 2587' d='M65.093 54.444h-4.532a2.03 2.03 0 002.107 1.884 2.408 2.408 0 001.754-.777l.53.612a3.087 3.087 0 01-2.3 1 3 3 0 01-.106-5.992 2.524 2.524 0 012.612 2.429v.157a3.561 3.561 0 01-.065.687zm-4.5-.8h3.637a1.614 1.614 0 00-1.579-1.65h-.128a1.954 1.954 0 00-1.923 1.645z'/%3E%3Cpath data-name='Path 2588' d='M71.1 49.99v1.31h1.436v.812H71.1v4.918h-.91v-4.921h-.824V51.3h.824v-1.369a1.7 1.7 0 011.9-1.86 2.6 2.6 0 01.718.094v.765a4.084 4.084 0 00-.508-.03c-.709 0-1.2.23-1.2 1.09z'/%3E%3Cpath data-name='Path 2589' d='M77.912 53.5v3.531h-.848v-.742a2.308 2.308 0 01-1.93.871c-1.154 0-2-.612-2-1.613 0-.965.812-1.6 2.06-1.6h1.813v-.494a1.286 1.286 0 00-1.11-1.442 1.3 1.3 0 00-.279-.011 2.024 2.024 0 00-1.672.918l-.6-.494a2.652 2.652 0 012.331-1.26 2.1 2.1 0 012.243 1.946 2.152 2.152 0 01-.008.39zm-.906 1.33v-.141H75.3c-.8 0-1.236.271-1.236.812 0 .612.553.906 1.189.906a1.674 1.674 0 001.754-1.577z'/%3E%3Cpath data-name='Path 2590' d='M88.2 53.427v3.6h-.9v-3.483a1.36 1.36 0 00-1.166-1.53 1.471 1.471 0 00-.193-.014 1.433 1.433 0 00-1.471 1.4v3.633h-.907v-3.489a1.375 1.375 0 00-1.2-1.532A1.352 1.352 0 0082.2 52a1.432 1.432 0 00-1.464 1.4 1.358 1.358 0 000 .143v3.484h-.906V51.3h.848v.6a2.2 2.2 0 011.707-.73 1.874 1.874 0 011.766.989 2.336 2.336 0 011.966-.989 2.022 2.022 0 012.1 1.944 1.986 1.986 0 01-.017.313z'/%3E%3Cpath data-name='Path 2591' d='M89.9 49.107a.677.677 0 11.677.677.677.677 0 01-.677-.677zm.22 2.193h.906v5.733h-.906z'/%3E%3Cpath data-name='Path 2592' d='M93.016 48.2h.906v8.829h-.906z'/%3E%3Cpath data-name='Path 2593' d='M100.95 51.3l-2.825 6.53a2.012 2.012 0 01-1.942 1.448 3.71 3.71 0 01-.883-.118v-.76a5.569 5.569 0 00.7.059 1.275 1.275 0 001.3-.918l.306-.683-2.388-5.558h.982l1.9 4.568L100 51.3z'/%3E%3C/g%3E%3Cpath data-name='Line 118' fill='none' stroke='%23fff' stroke-miterlimit='10' d='M.5 0v57.159'/%3E%3Cpath d='M10.9 11.008A1.076 1.076 0 0011.976 9.9V4.265l4.732 6.083a1.324 1.324 0 001.078.66 1.058 1.058 0 001.062-1.094v-8.8a1.086 1.086 0 10-2.172 0l.016 5.632L11.976.708C11.654.306 11.413 0 10.866 0A1.069 1.069 0 009.8 1.094V9.9a1.08 1.08 0 001.1 1.108zM21.665 11.008a1.067 1.067 0 001.014-.772l.45-1.1h4.49l.451 1.1a1.1 1.1 0 001.03.772 1.037 1.037 0 001.062-1.046 1.452 1.452 0 00-.129-.579L26.412.74a1.087 1.087 0 00-2.06 0l-3.637 8.643a1.822 1.822 0 00-.129.579 1.052 1.052 0 001.079 1.046zm3.717-7.8L26.9 7.355h-3.063zM33.123 9.9a1.087 1.087 0 102.173 0V2.157h2.527a.98.98 0 001-.982.961.961 0 00-1-.982H30.6a.969.969 0 00-1 .982.979.979 0 001 .982h2.526zM41.219 11.008A1.066 1.066 0 0042.3 9.9V1.111a1.087 1.087 0 10-2.173 0V9.9a1.07 1.07 0 001.092 1.108zM49.748 11.008a5.73 5.73 0 004.022-1.6 5.462 5.462 0 000-7.81 5.837 5.837 0 00-8.021-.006A5.422 5.422 0 0044.116 5.5a5.425 5.425 0 001.627 3.911 5.68 5.68 0 004.005 1.597zm.016-9A3.367 3.367 0 0152.213 3a3.532 3.532 0 01.963 2.5 3.532 3.532 0 01-.963 2.507 3.551 3.551 0 01-4.9.006 3.534 3.534 0 01-.96-2.513 3.534 3.534 0 01.957-2.513 3.368 3.368 0 012.454-.975zM58.327 11.008A1.076 1.076 0 0059.405 9.9V4.265l4.731 6.083a1.327 1.327 0 001.079.66 1.059 1.059 0 001.062-1.094v-8.8a1.087 1.087 0 10-2.173 0l.016 5.632L59.405.708C59.083.306 58.842 0 58.3 0a1.069 1.069 0 00-1.063 1.094V9.9a1.08 1.08 0 001.09 1.108zM77.591 9.962a1.452 1.452 0 00-.129-.579L73.841.74a1.087 1.087 0 00-2.06 0l-3.637 8.643a1.8 1.8 0 00-.129.579 1.052 1.052 0 001.078 1.046 1.065 1.065 0 001.014-.772l.451-1.1h4.49l.451 1.1a1.1 1.1 0 001.03.772 1.038 1.038 0 001.062-1.046zm-6.325-2.607L72.811 3.2l1.513 4.152zM85.3 8.852h-3.782V1.111A1.067 1.067 0 0080.44 0a1.1 1.1 0 00-1.095 1.111v8.594a1.074 1.074 0 001.111 1.11H85.3a.982.982 0 100-1.963zM14.873 16.9a3.273 3.273 0 012.591 1.191 1.116 1.116 0 00.837.419 1 1 0 001.014-.982 1.194 1.194 0 00-.338-.8 5.354 5.354 0 00-4.1-1.834 5.506 5.506 0 10-.02 11.006 5.3 5.3 0 004.1-1.835 1.236 1.236 0 00.338-.8.989.989 0 00-1-.981 1.149 1.149 0 00-.853.418 3.283 3.283 0 01-2.575 1.191 3.326 3.326 0 01-3.428-3.476 3.344 3.344 0 013.434-3.517zM29.357 14.892A1.06 1.06 0 0028.263 16v3.155h-4.7v-3.137a1.087 1.087 0 10-2.173 0v8.755a1.087 1.087 0 102.173 0V21.12h4.7v3.653a1.087 1.087 0 102.173 0V16a1.057 1.057 0 00-1.079-1.108zM33.944 14.892A1.07 1.07 0 0032.85 16v8.787a1.087 1.087 0 102.173 0V16a1.067 1.067 0 00-1.079-1.108zM37.437 16v8.6a1.073 1.073 0 001.11 1.111h4.844a.982.982 0 100-1.964h-3.782V16a1.066 1.066 0 00-1.078-1.11A1.1 1.1 0 0037.437 16zM55.124 20.364c0-3.155-2.334-5.279-5.778-5.279h-2.382a1.073 1.073 0 00-1.11 1.11v8.4a1.073 1.073 0 001.11 1.111h2.382c3.396.001 5.778-2.188 5.778-5.342zm-5.794 3.379h-1.3v-6.695h1.3c2.2 0 3.573 1.272 3.573 3.316a3.281 3.281 0 01-3.573 3.379zM58.053 25.9a1.076 1.076 0 001.078-1.111v-2.832h1.851l2.382 3.38a1.152 1.152 0 00.965.563 1.017 1.017 0 001.014-1 1.531 1.531 0 00-.305-.821l-1.916-2.655A3.284 3.284 0 0064.78 18.5c0-2.028-1.545-3.412-3.814-3.412h-2.9a1.07 1.07 0 00-1.111 1.094v8.61a1.08 1.08 0 001.098 1.108zm1.078-8.9h1.819a1.523 1.523 0 110 3.042h-1.819zM73.728 23.743h-4.3v-2.687h2.817a.926.926 0 100-1.851h-2.814v-2.157h4.1a.978.978 0 001-.981.96.96 0 00-1-.982h-5.2a1.059 1.059 0 00-1.078 1.078v8.465a1.059 1.059 0 001.078 1.079h5.391a.982.982 0 100-1.964zM84.431 14.892A1.079 1.079 0 0083.337 16l.016 5.633-4.716-6.033c-.322-.4-.563-.708-1.11-.708a1.069 1.069 0 00-1.063 1.094v8.8a1.087 1.087 0 102.173 0v-5.629l4.732 6.083a1.324 1.324 0 001.078.66 1.058 1.058 0 001.062-1.094V16a1.076 1.076 0 00-1.078-1.108zM89.307 14.892a1.2 1.2 0 00-1.191 1.352 22.189 22.189 0 01-.322 2.719.962.962 0 00.982.966c.563 0 .837-.225 1.127-.917a10.241 10.241 0 00.611-2.8 1.181 1.181 0 00-1.207-1.32zM97.242 19.607l-1.207-.531c-.95-.434-1.24-.692-1.24-1.223 0-.66.548-1.03 1.32-1.03a2.408 2.408 0 011.674.756.922.922 0 00.595.226 1.008 1.008 0 001-.966.982.982 0 00-.29-.692 3.825 3.825 0 00-2.977-1.255c-2.012 0-3.524 1.223-3.524 3.009 0 1.368.885 2.286 2.575 3.058l1.142.515c.982.451 1.352.708 1.352 1.32 0 .724-.563 1.175-1.513 1.175a3.178 3.178 0 01-2.269-1.1.844.844 0 00-.563-.209.985.985 0 00-1 .966 1.184 1.184 0 00.4.837 4.87 4.87 0 003.43 1.437c2.125 0 3.718-1.223 3.718-3.187 0-1.448-.853-2.313-2.623-3.106zM16.144 34.989a2.521 2.521 0 00.789-1.915c0-1.754-1.384-2.961-3.364-2.961h-2.655a1.074 1.074 0 00-1.114 1.11v8.4a1.074 1.074 0 001.111 1.111h3.621c2.06 0 3.508-1.288 3.508-3.123a2.662 2.662 0 00-1.896-2.622zm-4.232-3.009h1.5c.853 0 1.385.45 1.385 1.207a1.216 1.216 0 01-1.385 1.223h-1.5zm2.462 6.888h-2.462V36.2h2.462c.95 0 1.513.5 1.513 1.336 0 .849-.563 1.332-1.513 1.332zM27.635 29.92a1.079 1.079 0 00-1.094 1.11v5.47a2.21 2.21 0 01-2.333 2.414 2.211 2.211 0 01-2.334-2.414v-5.47a1.087 1.087 0 10-2.173 0v5.311a4.313 4.313 0 004.507 4.587 4.313 4.313 0 004.506-4.587V31.03a1.076 1.076 0 00-1.079-1.11zM37.212 36.454a3.283 3.283 0 001.657-2.929c0-2.028-1.545-3.412-3.814-3.412h-2.9a1.069 1.069 0 00-1.11 1.094v8.61a1.086 1.086 0 102.172 0v-2.832h1.851l2.382 3.38a1.152 1.152 0 00.966.563 1.017 1.017 0 001.014-1 1.533 1.533 0 00-.306-.821zm-2.173-1.384H33.22v-3.042h1.819a1.523 1.523 0 110 3.042zM47.818 38.771h-4.3v-2.687h2.816a.926.926 0 100-1.851h-2.813v-2.157h4.1a.978.978 0 001-.981.96.96 0 00-1-.982h-5.2a1.059 1.059 0 00-1.078 1.078v8.465a1.059 1.059 0 001.078 1.079h5.392a.982.982 0 100-1.964zM55.7 30.66a1.087 1.087 0 00-2.06 0l-3.634 8.64a1.827 1.827 0 00-.128.58 1.051 1.051 0 001.078 1.046 1.066 1.066 0 001.014-.773l.45-1.094h4.491l.45 1.094a1.1 1.1 0 001.03.773 1.037 1.037 0 001.062-1.046 1.473 1.473 0 00-.128-.58zm-2.575 6.615l1.545-4.153 1.512 4.153zM68.659 29.92a1.079 1.079 0 00-1.094 1.11v5.47a2.335 2.335 0 11-4.667 0v-5.47a1.087 1.087 0 10-2.173 0v5.311a4.507 4.507 0 109.013 0V31.03a1.076 1.076 0 00-1.079-1.11z' fill='%23fff'/%3E%3C/g%3E%3Cpath d='M49.33 18.048h-1.3v6.7h1.3a3.281 3.281 0 003.57-3.384c0-2.044-1.365-3.316-3.57-3.316zM62.559 19.513A1.463 1.463 0 0060.95 18h-1.819v3.042h1.819a1.459 1.459 0 001.609-1.529zM49.764 9a3.335 3.335 0 003.412-3.5 3.412 3.412 0 10-6.823 0A3.317 3.317 0 0049.764 9zM35.039 33.892H33.22v3.042h1.819a1.523 1.523 0 100-3.042zM14.374 38.06h-2.462v2.672h2.462c.95 0 1.513-.483 1.513-1.336 0-.837-.563-1.336-1.513-1.336zM25.382 3.203l-1.545 4.152h3.058l-1.513-4.152zM14.793 35.051c0-.757-.532-1.208-1.385-1.208h-1.5v2.431h1.5a1.216 1.216 0 001.385-1.223zM53.129 39.138h3.057l-1.512-4.152-1.545 4.152zM71.266 7.355h3.058l-1.513-4.152-1.545 4.152z' fill='none'/%3E%3C/svg%3E");
  padding-bottom: 59%;
}
.listed_content_item.style__footer_family_logo.sub-sub-section-cdc-home {
  width: clamp(8.0625rem, 11.2857142857vw, 9.875rem);
}
.listed_content_item.style__footer_family_logo.sub-sub-section-cdc-home h2 a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='282.369' height='79.211'%3E%3Cpath d='M119.418 33.363h-3.361v5.621h3.361a2.815 2.815 0 100-5.621zM170.9 62.762h-3.361v5.621h3.361a2.815 2.815 0 100-5.621zM148.357 62.851h-2.409v12.372h2.409c3.955 0 6.6-2.468 6.6-6.245s-2.526-6.127-6.6-6.127zM154.574 39.579c0-3.777-2.528-6.127-6.6-6.127h-2.409v12.372h2.409c3.953 0 6.6-2.468 6.6-6.245zM197.85 35.385l-2.855 7.674h5.651l-2.796-7.674zM101.694 44.27a6.914 6.914 0 000-9.264 6.559 6.559 0 00-9.06-.011 6.979 6.979 0 000 9.287 6.558 6.558 0 009.06-.012zM102.7 16.693a6.215 6.215 0 004.524-1.822 6.52 6.52 0 001.781-4.632 6.52 6.52 0 00-1.781-4.632 6.557 6.557 0 00-9.06-.011 6.525 6.525 0 00-1.764 4.643 6.525 6.525 0 001.769 4.643 6.221 6.221 0 004.531 1.811zM220.216 35.5c0-1.4-.981-2.23-2.557-2.23h-2.766v4.491h2.766c1.576.004 2.557-.861 2.557-2.261zM219.443 41.066h-4.55V46h4.55c1.755 0 2.8-.893 2.8-2.469-.004-1.543-1.043-2.465-2.8-2.465zM271.642 33.452h-2.409v12.372h2.409c3.955 0 6.6-2.468 6.6-6.245s-2.526-6.127-6.6-6.127z' fill='none'/%3E%3Cpath d='M80.365 20.41a9.8 9.8 0 007.584-3.39 2.283 2.283 0 00.624-1.487 1.827 1.827 0 00-1.844-1.814 2.118 2.118 0 00-1.576.773 6.071 6.071 0 01-4.758 2.2 6.147 6.147 0 01-6.335-6.424 6.179 6.179 0 016.34-6.483 6.045 6.045 0 014.788 2.2 2.059 2.059 0 001.546.773A1.854 1.854 0 0088.6 4.945a2.2 2.2 0 00-.625-1.487A9.889 9.889 0 0080.4.068a10.175 10.175 0 10-.03 20.342zM102.672 20.41a10.587 10.587 0 007.431-2.955 10.089 10.089 0 000-14.432 10.785 10.785 0 00-14.822-.011 10.022 10.022 0 00-3.018 7.227 10.024 10.024 0 003.007 7.227 10.5 10.5 0 007.402 2.944zM98.166 5.6a6.557 6.557 0 019.06.011 6.52 6.52 0 011.781 4.632 6.52 6.52 0 01-1.781 4.632 6.557 6.557 0 01-9.06.011 6.525 6.525 0 01-1.766-4.647A6.525 6.525 0 0198.166 5.6zM125.753 20.41c4.967 0 8.327-3.42 8.327-8.476V2.12a2.008 2.008 0 10-4.015 0v10.112c0 2.736-1.665 4.461-4.312 4.461s-4.312-1.725-4.312-4.461V2.12a2.008 2.008 0 10-4.015 0v9.814c0 5.056 3.36 8.476 8.327 8.476zM143.48 18.358V7.949l8.744 11.242a2.448 2.448 0 001.993 1.219 1.955 1.955 0 001.962-2.022V2.12a2.008 2.008 0 10-4.015 0l.03 10.409-8.714-11.153c-.595-.743-1.041-1.308-2.052-1.308a1.975 1.975 0 00-1.963 2.022v16.268a2.008 2.008 0 104.015 0zM171.051 20.41a9.8 9.8 0 007.584-3.39 2.285 2.285 0 00.625-1.487 1.827 1.827 0 00-1.844-1.814 2.116 2.116 0 00-1.576.773 6.071 6.071 0 01-4.759 2.2 6.147 6.147 0 01-6.335-6.424 6.179 6.179 0 016.335-6.484 6.045 6.045 0 014.788 2.2 2.061 2.061 0 001.547.773 1.854 1.854 0 001.873-1.814 2.2 2.2 0 00-.624-1.487 9.891 9.891 0 00-7.584-3.39 10.175 10.175 0 10-.03 20.342zM186.22 20.41a1.97 1.97 0 001.993-2.052V2.12a2.008 2.008 0 10-4.015 0v16.238a1.977 1.977 0 002.022 2.052zM195.8 20.053h8.952a1.814 1.814 0 100-3.628h-6.992V2.12a1.97 1.97 0 00-1.992-2.052 2.03 2.03 0 00-2.023 2.052V18a1.984 1.984 0 002.055 2.053zM82.328 33.452a1.809 1.809 0 001.844-1.814 1.774 1.774 0 00-1.844-1.814h-9.25a1.984 1.984 0 00-2.052 2.052v15.882a2.008 2.008 0 104.015 0v-5.77h5.681a1.814 1.814 0 100-3.628h-5.681v-4.908zM104.572 46.854a10.091 10.091 0 000-14.432 10.785 10.785 0 00-14.822-.011 10.174 10.174 0 00-.012 14.454 10.8 10.8 0 0014.834-.011zm-13.707-7.216a6.525 6.525 0 011.769-4.643 6.559 6.559 0 019.06.011 6.914 6.914 0 010 9.264 6.558 6.558 0 01-9.06.012 6.527 6.527 0 01-1.769-4.644zM127.537 47.966a2.823 2.823 0 00-.565-1.517l-3.539-4.907a6.068 6.068 0 003.063-5.413c0-3.748-2.855-6.3-7.048-6.3h-5.354a1.977 1.977 0 00-2.052 2.022v15.907a2.008 2.008 0 104.015 0v-5.235h3.42l4.4 6.246a2.131 2.131 0 001.784 1.041 1.88 1.88 0 001.876-1.844zm-8.119-8.982h-3.361v-5.621h3.361a2.815 2.815 0 110 5.621zM143.6 49.453h4.4c6.275 0 10.677-4.045 10.677-9.874s-4.311-9.755-10.677-9.755h-4.4a1.984 1.984 0 00-2.053 2.052V47.4a1.985 1.985 0 002.053 2.053zm1.962-16h2.409c4.075 0 6.6 2.35 6.6 6.127s-2.647 6.245-6.6 6.245h-2.409zM165.163 49.81a1.971 1.971 0 001.993-2.052V31.519a2.008 2.008 0 10-4.015 0v16.239a1.977 1.977 0 002.022 2.052zM172.361 35.029c0 2.528 1.635 4.223 4.758 5.65l2.112.952c1.814.833 2.5 1.308 2.5 2.439 0 1.338-1.041 2.171-2.8 2.171a5.872 5.872 0 01-4.193-2.023 1.565 1.565 0 00-1.041-.386 1.82 1.82 0 00-1.844 1.784 2.185 2.185 0 00.743 1.547 9 9 0 006.335 2.647c3.926 0 6.87-2.261 6.87-5.889 0-2.677-1.576-4.283-4.847-5.74l-2.231-.981c-1.755-.8-2.29-1.279-2.29-2.261 0-1.219 1.011-1.9 2.439-1.9a4.444 4.444 0 013.093 1.4 1.7 1.7 0 001.1.416 1.861 1.861 0 001.844-1.784 1.82 1.82 0 00-.535-1.279 7.071 7.071 0 00-5.5-2.32c-3.718-.005-6.513 2.255-6.513 5.557zM190.98 49.81a1.971 1.971 0 001.874-1.428l.832-2.022h8.3l.833 2.022a2.032 2.032 0 001.9 1.428 1.918 1.918 0 001.963-1.933 2.706 2.706 0 00-.238-1.071l-6.692-15.971a2.008 2.008 0 00-3.806 0l-6.722 15.971a3.337 3.337 0 00-.238 1.071 1.944 1.944 0 001.994 1.933zm6.87-14.425l2.8 7.674H195zM222.715 38.835a4.662 4.662 0 001.457-3.539c0-3.241-2.558-5.472-6.216-5.472h-4.907A1.984 1.984 0 00211 31.876V47.4a1.984 1.984 0 002.052 2.052h6.692c3.806 0 6.483-2.379 6.483-5.77a4.919 4.919 0 00-3.512-4.847zm-7.822-5.561h2.766c1.576 0 2.557.832 2.557 2.23s-.981 2.261-2.557 2.261h-2.766zM219.443 46h-4.55v-4.934h4.55c1.755 0 2.8.922 2.8 2.468-.004 1.576-1.043 2.466-2.8 2.466zM241.512 45.824h-6.989v-14.3a1.97 1.97 0 00-1.993-2.052 2.03 2.03 0 00-2.022 2.052V47.4a1.985 1.985 0 002.052 2.052h8.952a1.815 1.815 0 100-3.629zM259.09 45.824h-7.941v-4.966h5.2a1.711 1.711 0 100-3.421h-5.2v-3.985h7.584a1.809 1.809 0 001.844-1.814 1.774 1.774 0 00-1.844-1.814h-9.606a1.956 1.956 0 00-1.993 1.993V47.46a1.957 1.957 0 001.993 1.993h9.963a1.815 1.815 0 100-3.629zM271.672 29.824h-4.4a1.984 1.984 0 00-2.052 2.052V47.4a1.984 1.984 0 002.052 2.052h4.4c6.275 0 10.677-4.045 10.677-9.874s-4.313-9.754-10.677-9.754zm-.03 16h-2.409V33.452h2.409c4.074 0 6.6 2.35 6.6 6.127s-2.642 6.245-6.6 6.245zM80.4 62.584a6.044 6.044 0 014.788 2.2 2.06 2.06 0 001.546.774 1.854 1.854 0 001.866-1.814 2.2 2.2 0 00-.625-1.487 9.886 9.886 0 00-7.575-3.391 10.175 10.175 0 10-.03 20.343 9.8 9.8 0 007.584-3.391 2.281 2.281 0 00.624-1.487 1.828 1.828 0 00-1.844-1.814 2.121 2.121 0 00-1.576.773 6.071 6.071 0 01-4.758 2.2 6.455 6.455 0 010-12.907zM108.233 58.866a1.961 1.961 0 00-2.022 2.052v5.829h-8.684v-5.8a2.009 2.009 0 10-4.015 0v16.18a2.009 2.009 0 104.015 0v-6.751h8.684v6.751a2.009 2.009 0 104.015 0V60.918a1.954 1.954 0 00-1.993-2.052zM117.781 58.866a1.977 1.977 0 00-2.022 2.052v16.239a2.008 2.008 0 104.015 0V60.918a1.97 1.97 0 00-1.993-2.052zM136.31 75.223h-6.989v-14.3a1.97 1.97 0 00-1.992-2.052 2.03 2.03 0 00-2.023 2.052V76.8a1.985 1.985 0 002.053 2.052h8.951a1.815 1.815 0 100-3.629zM148.386 59.223h-4.4a1.984 1.984 0 00-2.052 2.052V76.8a1.984 1.984 0 002.052 2.052h4.4c6.276 0 10.677-4.045 10.677-9.874s-4.312-9.755-10.677-9.755zm-.029 16h-2.409V62.851h2.409c4.074 0 6.6 2.35 6.6 6.127s-2.645 6.245-6.6 6.245zM174.917 70.941a6.068 6.068 0 003.063-5.413c0-3.747-2.855-6.305-7.049-6.305h-5.353a1.976 1.976 0 00-2.052 2.022v15.912a2.008 2.008 0 104.015 0v-5.235h3.42l4.4 6.246a2.13 2.13 0 001.784 1.041 1.88 1.88 0 001.874-1.844 2.823 2.823 0 00-.565-1.517zm-4.017-2.558h-3.361v-5.621h3.361a2.815 2.815 0 110 5.621zM195.588 75.223h-7.941v-4.966h5.205a1.711 1.711 0 100-3.42h-5.205v-3.986h7.584a1.809 1.809 0 001.844-1.814 1.774 1.774 0 00-1.844-1.814h-9.606a1.956 1.956 0 00-1.993 1.993v15.643a1.957 1.957 0 001.993 1.993h9.963a1.815 1.815 0 100-3.629zM216.437 58.866a2 2 0 00-2.022 2.052l.03 10.409-8.714-11.152c-.595-.744-1.041-1.309-2.052-1.309a1.974 1.974 0 00-1.963 2.022v16.269a2.008 2.008 0 104.015 0v-10.41l8.744 11.242a2.446 2.446 0 001.992 1.22 1.957 1.957 0 001.963-2.023V60.918a1.988 1.988 0 00-1.993-2.052z' fill='%23fff'/%3E%3Cpath d='M25.247 27.255l-.067.092c.021-.032.05-.057.072-.088z' fill='%238857e5'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M26.075 21.108a3.421 3.421 0 005.446-2.762l-.028-14.927a3.421 3.421 0 10-6.841.009l.027 14.927a3.417 3.417 0 001.396 2.753zM55.872 19.63a3.421 3.421 0 00-4.326-2.164l-14.16 4.725a3.421 3.421 0 102.162 6.491l14.16-4.725a3.421 3.421 0 002.164-4.327zM20.866 26.517a3.42 3.42 0 00-2.166-4.326L4.541 17.466a3.421 3.421 0 00-2.162 6.491l14.16 4.725a3.422 3.422 0 004.327-2.165zM30.766 27.237h-.006a3.4 3.4 0 00-5.508.018c-.022.031-.051.056-.072.088l-.008.01L12.979 44.12a3.421 3.421 0 105.533 4.024l9.521-13.089 9.664 13.1a3.421 3.421 0 005.506-4.06z'/%3E%3C/g%3E%3C/svg%3E");
  padding-bottom: 29%;
}
.listed_content_item.style__footer_family_logo.sub-sub-section-cbn-home {
  width: clamp(8.125rem, 11.4285714286vw, 10rem);
}
.listed_content_item.style__footer_family_logo.sub-sub-section-cbn-home h2 a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='284.767' height='79.449'%3E%3Cpath d='M119.086 36.256a2.714 2.714 0 00-2.984-2.8h-3.372v5.64h3.37a2.706 2.706 0 002.986-2.84zM151.793 43.179h5.67l-2.805-7.699-2.865 7.699zM193.065 62.948h-3.372v5.64h3.372a2.824 2.824 0 100-5.64zM170.742 62.769a6.477 6.477 0 106.326 6.475 6.151 6.151 0 00-6.326-6.475zM195.48 3.775a6.151 6.151 0 00-6.326 6.475 6.328 6.328 0 1012.652 0 6.184 6.184 0 00-6.326-6.475zM79.456 41.179h-4.565v4.954h4.565c1.761 0 2.8-.9 2.8-2.477.005-1.551-1.039-2.477-2.8-2.477zM155.194 10.19c0-3.789-2.537-6.147-6.625-6.147h-2.417v12.414h2.417c3.969 0 6.625-2.477 6.625-6.267zM80.232 35.6c0-1.4-.985-2.239-2.566-2.239h-2.775v4.506h2.775c1.581 0 2.566-.867 2.566-2.267zM247.763 10.19c0-3.789-2.536-6.147-6.624-6.147h-2.417v12.414h2.417c3.969 0 6.624-2.477 6.624-6.267zM219.772 3.775a6.239 6.239 0 00-4.551 1.816 6.548 6.548 0 00-1.775 4.659 6.546 6.546 0 001.775 4.659 6.581 6.581 0 009.09-.011 6.543 6.543 0 001.789-4.648 6.538 6.538 0 00-1.789-4.65 6.236 6.236 0 00-4.539-1.825z' fill='none'/%3E%3Cpath d='M26.037 21.106a3.421 3.421 0 005.445-2.762l-.027-14.928a3.421 3.421 0 10-6.841.009l.027 14.928a3.413 3.413 0 001.396 2.753zM51.507 17.463l-14.16 4.725a3.421 3.421 0 002.162 6.491l14.16-4.725a3.421 3.421 0 10-2.162-6.491zM20.827 26.515a3.421 3.421 0 00-2.164-4.327L4.5 17.463a3.421 3.421 0 10-2.162 6.491L16.5 28.679a3.421 3.421 0 004.327-2.164zM30.728 27.234h-.007a3.4 3.4 0 00-5.507.017h-.006l-.067.093-.007.009-12.193 16.765a3.42 3.42 0 105.532 4.024l9.521-13.089 9.665 13.1a3.421 3.421 0 105.506-4.061zM80.381 3.775a6.064 6.064 0 014.8 2.208 2.071 2.071 0 001.552.776 1.861 1.861 0 001.88-1.82 2.208 2.208 0 00-.627-1.492 9.919 9.919 0 00-7.609-3.4 10.209 10.209 0 10-.03 20.41 9.83 9.83 0 007.609-3.4 2.291 2.291 0 00.627-1.492 1.835 1.835 0 00-1.85-1.821 2.126 2.126 0 00-1.581.776 6.093 6.093 0 01-4.775 2.208 6.167 6.167 0 01-6.356-6.445 6.2 6.2 0 016.36-6.508zM110.312 18.367V2.1a2.015 2.015 0 10-4.029 0v5.853H97.57V2.134a2.015 2.015 0 10-4.028 0v16.233a2.015 2.015 0 104.028 0v-6.774h8.713v6.774a2.016 2.016 0 104.029 0zM117.892 20.455a1.977 1.977 0 002-2.059V2.1a2.015 2.015 0 10-4.029 0v16.3a1.984 1.984 0 002.029 2.055zM138.333 18.277a1.8 1.8 0 00-1.85-1.82h-7.012V2.1a1.977 1.977 0 00-2-2.059 2.037 2.037 0 00-2.029 2.059v15.938A1.991 1.991 0 00127.5 20.1h8.982a1.78 1.78 0 001.851-1.823zM144.183 20.1h4.417c6.3 0 10.713-4.058 10.713-9.907S154.985.4 148.6.4h-4.416a1.99 1.99 0 00-2.059 2.059v15.579a1.99 1.99 0 002.058 2.062zm1.969-16.054h2.417c4.088 0 6.625 2.358 6.625 6.147s-2.656 6.267-6.625 6.267h-2.417zM165.818 20.455a2 2 0 002-2.088v-6.774h8.714v6.774a2.015 2.015 0 104.028 0V2.1a2.014 2.014 0 10-4.028 0v5.853h-8.714V2.134a2.015 2.015 0 10-4.028 0v16.233a2.008 2.008 0 002.028 2.088zM202.907 3.01A10.822 10.822 0 00188.035 3a10.052 10.052 0 00-3.028 7.251 10.057 10.057 0 003.017 7.251 10.835 10.835 0 0014.883-.011 10.125 10.125 0 000-14.48zm-7.427 13.715a6.151 6.151 0 01-6.326-6.475 6.328 6.328 0 1112.652 0 6.184 6.184 0 01-6.326 6.475zM227.2 3.01A10.82 10.82 0 00212.327 3a10.053 10.053 0 00-3.027 7.25 10.057 10.057 0 003.017 7.251 10.835 10.835 0 0014.883-.011 10.125 10.125 0 000-14.48zm-2.889 11.89a6.581 6.581 0 01-9.09.011 6.546 6.546 0 01-1.775-4.659 6.548 6.548 0 011.775-4.659 6.58 6.58 0 019.09.012 6.538 6.538 0 011.789 4.645 6.543 6.543 0 01-1.789 4.65zM236.752 20.1h4.417c6.3 0 10.712-4.058 10.712-9.907S247.554.4 241.169.4h-4.417a1.99 1.99 0 00-2.058 2.059v15.579a1.99 1.99 0 002.058 2.062zm1.97-16.054h2.417c4.088 0 6.624 2.358 6.624 6.147s-2.655 6.267-6.624 6.267h-2.417zM77.964 29.9H73.04a1.99 1.99 0 00-2.058 2.059v15.576a1.99 1.99 0 002.058 2.059h6.715c3.819 0 6.5-2.387 6.5-5.788a4.932 4.932 0 00-3.521-4.864 4.676 4.676 0 001.466-3.551c0-3.253-2.566-5.491-6.236-5.491zm-3.073 3.461h2.775c1.581 0 2.566.836 2.566 2.239s-.985 2.267-2.566 2.267h-2.775zm4.565 12.772h-4.565v-4.954h4.565c1.761 0 2.8.926 2.8 2.477.005 1.582-1.039 2.477-2.8 2.477zM104.4 47.774a1.8 1.8 0 00-1.851-1.82h-7.963v-4.983h5.222a1.717 1.717 0 100-3.432h-5.222v-4h7.614a1.815 1.815 0 001.85-1.82 1.78 1.78 0 00-1.85-1.819h-9.643a1.962 1.962 0 00-2 2v15.7a1.962 1.962 0 002 2h10a1.8 1.8 0 001.843-1.826zM112.73 47.893v-5.251h3.431l4.417 6.266a2.138 2.138 0 001.79 1.045 1.886 1.886 0 001.88-1.851 2.833 2.833 0 00-.567-1.521l-3.551-4.924a6.087 6.087 0 003.074-5.431c0-3.76-2.865-6.326-7.072-6.326h-5.371a1.983 1.983 0 00-2.059 2.029v15.964a2.015 2.015 0 104.028 0zm0-14.442h3.37a2.825 2.825 0 110 5.64h-3.37zM128.875 31.9v15.7a1.962 1.962 0 002 2h10a1.82 1.82 0 100-3.64H132.9v-4.989h5.222a1.717 1.717 0 100-3.432H132.9v-4h7.609a1.815 1.815 0 001.85-1.82 1.78 1.78 0 00-1.85-1.821h-9.638a1.962 1.962 0 00-1.996 2.002zM161.551 49.953a1.924 1.924 0 001.969-1.94 2.713 2.713 0 00-.239-1.075l-6.714-16.023a2.014 2.014 0 00-3.819 0L146 46.938a3.368 3.368 0 00-.239 1.075 1.951 1.951 0 002 1.94 1.979 1.979 0 001.88-1.433l.835-2.029h8.325l.836 2.029a2.039 2.039 0 001.914 1.433zm-9.758-6.774l2.865-7.7 2.805 7.7zM179.993 29.542a2.039 2.039 0 00-1.91 1.432L173.1 43.3l-5.013-12.324a1.977 1.977 0 00-1.88-1.432 1.95 1.95 0 00-2 1.94 2.667 2.667 0 00.239 1.074l6.744 16.022a1.931 1.931 0 001.91 1.373 1.956 1.956 0 001.91-1.373l6.714-16.024a2.259 2.259 0 00.238-1.074 1.924 1.924 0 00-1.969-1.94zM197.928 33.541a1.816 1.816 0 001.85-1.82 1.78 1.78 0 00-1.85-1.821h-9.638a1.963 1.963 0 00-2 2v15.7a1.963 1.963 0 002 2h10a1.82 1.82 0 100-3.64h-7.967v-4.989h5.222a1.717 1.717 0 100-3.432h-5.222v-4zM221.741 29.542c-.865 0-1.4.418-2.119 1.552l-5.55 8.8-5.55-8.8c-.686-1.134-1.253-1.552-2.118-1.552a1.979 1.979 0 00-1.97 2.089v16.262a2.015 2.015 0 104.028 0v-9.787l3.7 5.879a2.193 2.193 0 001.909 1.283 2.162 2.162 0 001.91-1.283l3.7-5.819v9.727a2.015 2.015 0 104.029 0V31.631a1.979 1.979 0 00-1.969-2.089zM241.258 45.954h-7.967v-4.983h5.222a1.717 1.717 0 100-3.432h-5.222v-4h7.609a1.815 1.815 0 001.85-1.82 1.78 1.78 0 00-1.85-1.819h-9.638a1.962 1.962 0 00-2 2v15.7a1.962 1.962 0 002 2h10a1.82 1.82 0 100-3.64zM262.177 29.542a2 2 0 00-2.029 2.059l.03 10.444-8.743-11.19c-.6-.746-1.045-1.313-2.059-1.313a1.982 1.982 0 00-1.97 2.029v16.322a2.015 2.015 0 104.029 0V37.45l8.773 11.279a2.457 2.457 0 002 1.224 1.963 1.963 0 001.969-2.03V31.6a1.994 1.994 0 00-2-2.058zM282.917 29.9h-13.4a1.821 1.821 0 100 3.641h4.683v14.352a2.015 2.015 0 104.028 0V33.541h4.685a1.816 1.816 0 001.85-1.82 1.78 1.78 0 00-1.846-1.821zM85.752 59.039a2 2 0 00-2.029 2.061l.03 10.444-8.743-11.192c-.6-.746-1.044-1.313-2.059-1.313a1.981 1.981 0 00-1.969 2.029V77.39a2.014 2.014 0 104.028 0V66.947l8.773 11.279a2.456 2.456 0 002 1.223 1.962 1.962 0 001.969-2.029V61.1a1.994 1.994 0 00-2-2.061zM105.3 75.451h-7.969v-4.984h5.222a1.716 1.716 0 100-3.431h-5.222v-4h7.61a1.815 1.815 0 001.85-1.82 1.78 1.78 0 00-1.85-1.82H95.3a1.962 1.962 0 00-2 2v15.7a1.962 1.962 0 002 2h10a1.82 1.82 0 100-3.64zM124.636 59.4h-13.4a1.82 1.82 0 100 3.64h4.685v14.35a2.014 2.014 0 104.028 0V63.037h4.685a1.815 1.815 0 001.85-1.82 1.78 1.78 0 00-1.848-1.817zM155.492 59.039a1.924 1.924 0 00-1.88 1.343l-4.267 11.965-4.178-11.786a2.035 2.035 0 00-3.939 0l-4.148 11.786-4.326-11.995a1.9 1.9 0 00-1.85-1.313 2.006 2.006 0 00-2.029 2 2.443 2.443 0 00.238.985l6.028 16.054a1.94 1.94 0 001.91 1.372 1.9 1.9 0 001.85-1.372l4.3-11.906 4.3 11.906a1.906 1.906 0 001.88 1.372 1.93 1.93 0 001.88-1.372l6.028-16.054a2.663 2.663 0 00.209-.985 1.981 1.981 0 00-2.006-2zM170.712 59.039a10.541 10.541 0 00-7.415 2.954 10.209 10.209 0 00-.011 14.5 10.835 10.835 0 0014.883-.011 10.125 10.125 0 000-14.48 10.625 10.625 0 00-7.457-2.963zm.03 16.68a6.477 6.477 0 116.326-6.475 6.151 6.151 0 01-6.326 6.475zM197.093 71.154a6.086 6.086 0 003.073-5.431c0-3.76-2.864-6.326-7.072-6.326h-5.371a1.984 1.984 0 00-2.059 2.029V77.39a2.015 2.015 0 104.029 0v-5.252h3.431l4.416 6.267a2.14 2.14 0 001.791 1.044 1.885 1.885 0 001.88-1.85 2.836 2.836 0 00-.567-1.522zm-4.028-2.566h-3.372v-5.64h3.372a2.824 2.824 0 110 5.64zM215.088 69.244l5.938-6.982a2.026 2.026 0 00.6-1.343 1.86 1.86 0 00-1.821-1.88 1.778 1.778 0 00-1.462.657l-7.1 8.3a1.917 1.917 0 00-.566 1.253 2.06 2.06 0 00.537 1.343l7.489 8.027a2.113 2.113 0 001.612.835 1.938 1.938 0 001.88-1.909 1.769 1.769 0 00-.508-1.224zM207.866 59.039a1.984 1.984 0 00-2.029 2.059V77.39a2.015 2.015 0 104.029 0V61.1a2 2 0 00-2-2.061z' fill='%23fff'/%3E%3C/svg%3E");
  padding-bottom: 29%;
}
.listed_content_item.style__footer_family_logo.sub-sub-section-aba-home {
  width: clamp(8.5rem, 11.8571428571vw, 10.375rem);
}
.listed_content_item.style__footer_family_logo.sub-sub-section-aba-home h2 a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='296.059' height='49.785'%3E%3Cpath d='M164.776 14.12c0-1.542-1.038-2.461-2.789-2.461h-4.537v4.923h4.537c1.751 0 2.789-.89 2.789-2.462zM162.759 6.112c0-1.394-.979-2.225-2.551-2.225h-2.758v4.479h2.758c1.572 0 2.551-.86 2.551-2.254zM75.673 13.646h5.635L78.52 5.993l-2.847 7.653zM139.534 43.052h5.636l-2.788-7.653-2.848 7.653zM75.673 43.052h5.635l-2.788-7.653-2.847 7.653z' fill='none'/%3E%3Cpath d='M25.973 21.054a3.413 3.413 0 005.432-2.754l-.028-14.892a3.412 3.412 0 10-6.824.009l.027 14.891a3.4 3.4 0 001.393 2.746zM51.38 17.42l-14.125 4.714a3.412 3.412 0 102.157 6.474L53.537 23.9a3.412 3.412 0 10-2.157-6.48zM20.776 26.449a3.411 3.411 0 00-2.159-4.315L4.492 17.42a3.412 3.412 0 00-2.157 6.48l14.125 4.708a3.412 3.412 0 004.316-2.159zM30.652 27.167h-.007a3.391 3.391 0 00-5.493.017c-.022.031-.051.056-.072.088l-.008.01-12.163 16.727a3.412 3.412 0 105.519 4.014l9.5-13.057 9.641 13.067a3.412 3.412 0 105.492-4.05z' fill='%23fff'/%3E%3Cpath d='M25.146 27.185l-.066.092c.021-.032.05-.057.072-.088z' fill='%238857e5'/%3E%3Cpath d='M80.419 1.455a2 2 0 00-3.8 0l-6.7 15.928a3.343 3.343 0 00-.237 1.068 1.938 1.938 0 001.988 1.928 1.964 1.964 0 001.868-1.424l.831-2.017h8.275l.831 2.017a2.026 2.026 0 001.9 1.424 1.913 1.913 0 001.958-1.928 2.708 2.708 0 00-.237-1.068zm-4.746 12.191l2.847-7.653 2.788 7.653zM106.432.09a1.989 1.989 0 00-2.017 2.047l.03 10.382L95.754 1.4C95.161.654 94.716.09 93.707.09a1.97 1.97 0 00-1.958 2.018v16.224a2 2 0 104.005 0V7.951l8.72 11.212a2.444 2.444 0 001.988 1.216 1.951 1.951 0 001.957-2.017V2.137A1.983 1.983 0 00106.432.09zM129 2.256a1.77 1.77 0 00-1.839-1.81h-13.314a1.787 1.787 0 00-1.839 1.81 1.8 1.8 0 001.839 1.809h4.653v14.267a2 2 0 104 0V4.065h4.657A1.8 1.8 0 00129 2.256zM136.6 18.332V2.137a2 2 0 10-4 0v16.2a2 2 0 104 0zM142.827 11.362h4.537a1.654 1.654 0 001.691-1.691 1.629 1.629 0 00-1.691-1.661h-4.537a1.629 1.629 0 00-1.691 1.661 1.653 1.653 0 001.691 1.691zM162.284 20.023c3.8 0 6.466-2.373 6.466-5.754a4.9 4.9 0 00-3.5-4.835A4.645 4.645 0 00166.7 5.9c0-3.233-2.551-5.458-6.2-5.458h-4.894a1.979 1.979 0 00-2.047 2.047v15.487a1.979 1.979 0 002.047 2.047zM157.45 3.887h2.758c1.572 0 2.551.831 2.551 2.225s-.979 2.254-2.551 2.254h-2.758zm0 7.772h4.537c1.751 0 2.789.919 2.789 2.461 0 1.572-1.038 2.462-2.789 2.462h-4.537zM189.6 11.925V2.137a2 2 0 10-4 0v10.085c0 2.729-1.661 4.449-4.3 4.449s-4.3-1.72-4.3-4.449V2.137a2 2 0 10-4.005 0v9.788c0 5.043 3.352 8.454 8.306 8.454s8.299-3.411 8.299-8.454zM207.9 18.214a1.787 1.787 0 00-1.839-1.81h-6.971V2.137A1.965 1.965 0 00197.107.09a2.025 2.025 0 00-2.017 2.047v15.839a1.979 1.979 0 002.047 2.047h8.928a1.769 1.769 0 001.835-1.809zM222.765 16.4h-6.971V2.137A1.965 1.965 0 00213.807.09a2.024 2.024 0 00-2.017 2.047v15.839a1.979 1.979 0 002.047 2.047h8.928a1.81 1.81 0 100-3.619zM238.812.09a1.986 1.986 0 00-1.869 1.187l-4.212 7.3-4.212-7.3a2.005 2.005 0 00-1.9-1.187 1.907 1.907 0 00-1.958 1.9 2.248 2.248 0 00.445 1.335l5.606 9.254v5.754a2 2 0 104 0v-5.755l5.635-9.254a2.261 2.261 0 00.416-1.306A1.913 1.913 0 00238.812.09zM247.414.09a1.972 1.972 0 00-2.014 2.047v16.2a2 2 0 104 0v-16.2A1.966 1.966 0 00247.414.09zM269.72.09a1.989 1.989 0 00-2.02 2.047l.03 10.382L259.041 1.4C258.448.654 258 .09 257 .09a1.97 1.97 0 00-1.958 2.018v16.224a2 2 0 104 0V7.951l8.721 11.212a2.444 2.444 0 001.988 1.216 1.951 1.951 0 001.957-2.017V2.137A1.983 1.983 0 00269.72.09zM294.013 9.286h-5.695a1.74 1.74 0 100 3.47h3.737v1.691a6.341 6.341 0 01-5.161 2.343 6.236 6.236 0 01-6.526-6.555 6.3 6.3 0 0110.975-4.36 2.147 2.147 0 001.691.889 1.841 1.841 0 001.838-1.809 2.931 2.931 0 00-1.216-2.106A9.814 9.814 0 00286.715.09a10.15 10.15 0 100 20.289 10.776 10.776 0 008.721-4.3 3.761 3.761 0 00.623-2.225v-2.522a1.978 1.978 0 00-2.046-2.046zM80.419 30.861a2 2 0 00-3.8 0l-6.7 15.928a3.343 3.343 0 00-.237 1.068 1.938 1.938 0 001.988 1.928 1.965 1.965 0 001.868-1.424l.831-2.017h8.275l.831 2.017a2.027 2.027 0 001.9 1.424 1.913 1.913 0 001.958-1.928 2.708 2.708 0 00-.237-1.068zm-4.746 12.191L78.52 35.4l2.788 7.653zM102.724 45.81h-6.97V31.543a1.966 1.966 0 00-1.988-2.043 2.025 2.025 0 00-2.017 2.047v15.835a1.979 1.979 0 002.051 2.047h8.928a1.81 1.81 0 100-3.619zM119.424 45.81h-6.971V31.543a1.965 1.965 0 00-1.987-2.047 2.024 2.024 0 00-2.017 2.047v15.839a1.979 1.979 0 002.046 2.047h8.929a1.81 1.81 0 100-3.619zM127.165 29.5a1.972 1.972 0 00-2.017 2.047v16.2a2 2 0 104 0V31.543a1.966 1.966 0 00-1.983-2.043zM144.28 30.861a2 2 0 00-3.8 0l-6.7 15.928a3.348 3.348 0 00-.238 1.068 1.938 1.938 0 001.988 1.928 1.964 1.964 0 001.868-1.424l.831-2.017h8.271l.831 2.017a2.027 2.027 0 001.9 1.424 1.912 1.912 0 001.958-1.928 2.69 2.69 0 00-.237-1.068zm-4.746 12.191l2.848-7.653 2.788 7.653zM170.293 29.5a1.989 1.989 0 00-2.017 2.047l.03 10.382-8.691-11.129c-.593-.741-1.038-1.3-2.047-1.3a1.969 1.969 0 00-1.957 2.017v16.221a2 2 0 104 0V37.356l8.72 11.213a2.445 2.445 0 001.988 1.216 1.952 1.952 0 001.958-2.017V31.543a1.984 1.984 0 00-1.984-2.043zM187.259 33.2a6.03 6.03 0 014.776 2.2 2.057 2.057 0 001.542.771 1.849 1.849 0 001.869-1.809 2.2 2.2 0 00-.623-1.483 9.863 9.863 0 00-7.564-3.382 10.148 10.148 0 10-.03 20.289 9.772 9.772 0 007.564-3.382 2.274 2.274 0 00.623-1.483 1.823 1.823 0 00-1.839-1.809 2.116 2.116 0 00-1.572.771 6.054 6.054 0 01-4.746 2.2 6.13 6.13 0 01-6.318-6.407 6.162 6.162 0 016.318-6.476zM212.383 45.81h-7.92v-4.953h5.19a1.706 1.706 0 100-3.411h-5.19v-3.975h7.564a1.8 1.8 0 001.839-1.81 1.769 1.769 0 00-1.839-1.809h-9.581a1.951 1.951 0 00-1.988 1.988v15.6a1.951 1.951 0 001.988 1.988h9.937a1.81 1.81 0 100-3.619z' fill='%23fff'/%3E%3C/svg%3E");
  padding-bottom: 17.5%;
}
.listed_content_item.style__footer_family_logo.sub-sub-section-sef-home {
  width: clamp(7.1875rem, 10vw, 8.75rem);
}
.listed_content_item.style__footer_family_logo.sub-sub-section-sef-home h2 a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='241.308' height='78.948'%3E%3Cpath d='M118.771 62.542h-3.353v5.607h3.353a2.808 2.808 0 100-5.607zM161.644 35.231l-2.849 7.655h5.637l-2.788-7.655zM96.577 62.364a6.44 6.44 0 106.289 6.438 6.116 6.116 0 00-6.289-6.438zM92.541 33.3v12.345h2.4c3.945 0 6.586-2.462 6.586-6.23S99.009 33.3 94.945 33.3zM214.311 34.853a5.9 5.9 0 00-1.991-1.337 6.637 6.637 0 00-2.522-.48 6.72 6.72 0 00-2.535.476 5.833 5.833 0 00-1.989 1.33 5.987 5.987 0 00-1.3 2.037 7.461 7.461 0 000 5.191 5.982 5.982 0 001.3 2.036 5.833 5.833 0 001.989 1.33 6.72 6.72 0 002.535.476 6.637 6.637 0 002.522-.48 5.9 5.9 0 001.991-1.337 6.037 6.037 0 001.307-2.038 7.333 7.333 0 000-5.166 6.037 6.037 0 00-1.307-2.038z' fill='none'/%3E%3Cpath d='M83.58 14.419c0-2.671-1.572-4.273-4.836-5.726l-2.225-.979c-1.75-.8-2.284-1.276-2.284-2.255 0-1.217 1.009-1.9 2.433-1.9a4.433 4.433 0 013.085 1.394 1.7 1.7 0 001.1.416A1.856 1.856 0 0082.69 3.59a1.812 1.812 0 00-.534-1.276A7.052 7.052 0 0076.668 0c-3.709 0-6.5 2.255-6.5 5.548 0 2.522 1.632 4.213 4.747 5.637l2.107.949c1.809.831 2.492 1.3 2.492 2.433 0 1.335-1.039 2.166-2.789 2.166a5.856 5.856 0 01-4.183-2.018 1.562 1.562 0 00-1.039-.386 1.816 1.816 0 00-1.839 1.781 2.172 2.172 0 00.742 1.542 8.97 8.97 0 006.319 2.641c3.918 0 6.855-2.255 6.855-5.874zM90.138 19.937h9.939a1.81 1.81 0 100-3.62h-7.921v-4.954h5.192a1.707 1.707 0 100-3.412h-5.192V3.975h7.565a1.8 1.8 0 001.839-1.809 1.769 1.769 0 00-1.839-1.81h-9.583a1.951 1.951 0 00-1.988 1.988v15.605a1.951 1.951 0 001.988 1.988zM117.4 19.433a2 2 0 001.6.86 1.976 1.976 0 001.987-1.928 2.431 2.431 0 00-.534-1.395l-4.954-7L120.1 3.5a2.754 2.754 0 00.594-1.6A1.925 1.925 0 00118.74 0a2.013 2.013 0 00-1.662.92l-4.005 5.726L109.157.89A1.912 1.912 0 00107.5 0a1.939 1.939 0 00-1.958 1.869 2.747 2.747 0 00.564 1.543l4.539 6.556-4.954 6.913a2.583 2.583 0 00-.564 1.454 1.965 1.965 0 003.59 1.1l4.361-6.142zM82.423 45.645H74.5V40.69h5.192a1.706 1.706 0 100-3.411H74.5V33.3h7.565a1.805 1.805 0 001.84-1.81 1.77 1.77 0 00-1.84-1.809h-9.581a1.951 1.951 0 00-1.984 1.991v15.605a1.951 1.951 0 001.987 1.988h9.939a1.81 1.81 0 100-3.62zM90.583 29.684a1.979 1.979 0 00-2.047 2.047v15.486a1.98 1.98 0 002.047 2.048h4.391c6.26 0 10.651-4.035 10.651-9.85s-4.3-9.731-10.651-9.731zm10.948 9.731c0 3.768-2.641 6.23-6.586 6.23h-2.4V33.3h2.4c4.064 0 6.586 2.347 6.586 6.115zM118.235 49.621c4.955 0 8.308-3.412 8.308-8.456v-9.79a2 2 0 10-4.006 0v10.087c0 2.729-1.661 4.45-4.3 4.45s-4.3-1.721-4.3-4.45V31.375a2 2 0 10-4.006 0v9.79c-.003 5.044 3.35 8.456 8.304 8.456zM141.26 33.036a6.033 6.033 0 014.776 2.2 2.414 2.414 0 00.727.575 1.81 1.81 0 00.816.2 1.888 1.888 0 001.324-.538 1.778 1.778 0 00.545-1.272 1.927 1.927 0 00-.156-.764 2.679 2.679 0 00-.467-.719 9.181 9.181 0 00-3.315-2.481 10.4 10.4 0 00-4.25-.9 10.567 10.567 0 00-7.425 2.938 10.137 10.137 0 00-.014 14.419A10.732 10.732 0 00145.5 48.72a9 9 0 003.294-2.481 2.97 2.97 0 00.478-.764 1.877 1.877 0 00.145-.72 1.8 1.8 0 00-.531-1.272 1.858 1.858 0 00-2.14-.341 2.684 2.684 0 00-.741.575 6.506 6.506 0 01-2.162 1.654 6.112 6.112 0 01-2.585.541 6.259 6.259 0 01-4.539-1.8 6.443 6.443 0 01-1.78-4.606 6.536 6.536 0 011.78-4.647 6.229 6.229 0 014.541-1.823zM154.79 49.621a1.966 1.966 0 001.869-1.424l.831-2.018h8.277l.833 2.021a2.029 2.029 0 001.9 1.424 1.914 1.914 0 001.958-1.929 2.694 2.694 0 00-.237-1.068l-6.676-15.932a2 2 0 00-3.8 0l-6.705 15.929a3.327 3.327 0 00-.238 1.068 1.939 1.939 0 001.988 1.929zm6.854-14.39l2.788 7.655h-5.637zM185.646 29.684h-13.321a1.786 1.786 0 00-1.839 1.809 1.8 1.8 0 001.839 1.81h4.658v14.271a2 2 0 104.006 0V33.3h4.657a1.805 1.805 0 001.84-1.81 1.769 1.769 0 00-1.84-1.806zM192.976 29.327a1.973 1.973 0 00-2.018 2.048v16.2a2 2 0 104.006 0v-16.2a1.966 1.966 0 00-1.988-2.048zM217.182 32.276a10.327 10.327 0 00-3.316-2.16 11 11 0 00-8.173 0 10.2 10.2 0 00-3.3 2.153 9.932 9.932 0 00-2.207 3.221 10.319 10.319 0 000 7.977 9.934 9.934 0 002.2 3.221 10.186 10.186 0 003.3 2.152 11.037 11.037 0 008.186 0 10.294 10.294 0 003.316-2.16 10.04 10.04 0 000-14.4zm-1.564 9.781a6.037 6.037 0 01-1.307 2.038 5.9 5.9 0 01-1.991 1.337 6.637 6.637 0 01-2.522.48 6.72 6.72 0 01-2.535-.476 5.833 5.833 0 01-1.989-1.33 5.982 5.982 0 01-1.3-2.036 7.461 7.461 0 010-5.191 5.987 5.987 0 011.3-2.037 5.833 5.833 0 011.989-1.33 6.72 6.72 0 012.535-.476 6.637 6.637 0 012.522.48 5.9 5.9 0 011.991 1.337 6.037 6.037 0 011.307 2.038 7.333 7.333 0 010 5.166zM239.32 29.327a1.99 1.99 0 00-2.017 2.048l.029 10.383-8.692-11.125c-.594-.742-1.039-1.306-2.047-1.306a1.971 1.971 0 00-1.959 2.018v16.229a2 2 0 104.006 0V37.19l8.722 11.21a2.442 2.442 0 001.988 1.217 1.952 1.952 0 001.958-2.018V31.375a1.984 1.984 0 00-1.988-2.048zM81.771 59.011h-9.227a1.979 1.979 0 00-2.044 2.047V76.9a2 2 0 104 0v-5.754h5.667a1.81 1.81 0 100-3.62H74.5v-4.9h7.269a1.8 1.8 0 001.839-1.809 1.769 1.769 0 00-1.837-1.806zM96.547 58.655a10.483 10.483 0 00-7.373 2.937 10.15 10.15 0 00-.011 14.419A10.772 10.772 0 00103.96 76a10.066 10.066 0 000-14.4 10.565 10.565 0 00-7.413-2.945zm.03 16.585a6.44 6.44 0 116.289-6.438 6.117 6.117 0 01-6.289 6.438zM122.776 70.7a6.055 6.055 0 003.056-5.4c0-3.739-2.849-6.29-7.032-6.29h-5.34a1.972 1.972 0 00-2.047 2.018V76.9a2 2 0 104.005 0v-5.221h3.412l4.391 6.231A2.125 2.125 0 00125 78.948a1.875 1.875 0 001.869-1.839 2.817 2.817 0 00-.564-1.513zm-4-2.552h-3.353v-5.606h3.353a2.808 2.808 0 110 5.607zM145.355 58.655a1.989 1.989 0 00-2.017 2.047v10.087c0 2.73-1.662 4.451-4.3 4.451s-4.3-1.721-4.3-4.451V60.7a2 2 0 10-4 0v9.791c0 5.043 3.352 8.455 8.307 8.455s8.307-3.412 8.307-8.455V60.7a1.983 1.983 0 00-1.997-2.045zM169.922 58.655c-.86 0-1.394.415-2.106 1.543L162.3 68.95l-5.521-8.75c-.682-1.128-1.246-1.543-2.106-1.543a1.967 1.967 0 00-1.958 2.077V76.9a2 2 0 104 0v-9.73l3.679 5.845a2.18 2.18 0 001.9 1.275 2.147 2.147 0 001.9-1.275l3.679-5.786V76.9a2 2 0 104 0V60.732a1.967 1.967 0 00-1.951-2.077zM25.967 21.084a3.412 3.412 0 005.433-2.755l-.03-14.887a3.412 3.412 0 10-6.823.009l.028 14.887a3.407 3.407 0 001.392 2.746zM51.369 17.451l-14.122 4.712a3.411 3.411 0 102.153 6.473l14.122-4.712a3.411 3.411 0 10-2.156-6.473zM20.771 26.478a3.412 3.412 0 00-2.158-4.315L4.491 17.451a3.411 3.411 0 10-2.157 6.473l14.122 4.712a3.411 3.411 0 004.315-2.158zM30.645 27.2h-.006a3.391 3.391 0 00-5.493.017c-.022.031-.051.057-.073.089l-.006.009-12.161 16.719a3.411 3.411 0 105.518 4.013l9.5-13.054 9.639 13.064a3.412 3.412 0 105.491-4.05z' fill='%23fff'/%3E%3Cpath d='M25.141 27.213l-.068.093c.022-.032.051-.058.073-.089z' fill='%238857e5'/%3E%3C/svg%3E");
  padding-bottom: 33.5%;
}
.listed_content_item.style__footer_family_logo.sub-sub-section-swp-home {
  width: clamp(7.1875rem, 10vw, 8.75rem);
}
.listed_content_item.style__footer_family_logo.sub-sub-section-swp-home h2 a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='254.209' height='78.52' data-name='Layer 1'%3E%3Cg fill='%23fff'%3E%3Cpath d='M26.037 21.106a3.42 3.42 0 0 0 5.445-2.762l-.027-14.928a3.421 3.421 0 0 0-6.841.009l.027 14.927a3.416 3.416 0 0 0 1.396 2.753ZM55.834 19.628a3.42 3.42 0 0 0-4.326-2.164l-14.16 4.725a3.415 3.415 0 0 0-2.174 2.192 3.42 3.42 0 0 0 4.335 4.299l14.16-4.725a3.42 3.42 0 0 0 2.164-4.326ZM20.827 26.515c.24-.72.227-1.464.009-2.135a3.415 3.415 0 0 0-2.174-2.192l-14.16-4.725a3.42 3.42 0 0 0-2.162 6.49l14.16 4.725a3.42 3.42 0 0 0 4.326-2.164ZM25.208 27.252l-.067.092c.022-.032.05-.057.073-.088l-.006-.004Z'/%3E%3Cpath d='M43.165 44.091 30.728 27.234l-.007.005a3.408 3.408 0 0 0-2.746-1.397 3.41 3.41 0 0 0-2.761 1.415c-.023.031-.051.057-.073.088l-.007.01-12.193 16.763a3.42 3.42 0 1 0 5.532 4.024l9.521-13.089 9.664 13.099a3.417 3.417 0 0 0 4.784.723 3.42 3.42 0 0 0 .723-4.783Z'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cpath d='M72.142 17.85c-.479-.48-.75-.99-.75-1.561.03-1.08.9-1.8 1.86-1.8.36 0 .75.12 1.05.391.81.84 2.22 2.039 4.23 2.039 1.77 0 2.82-.84 2.82-2.189 0-1.14-.69-1.62-2.52-2.46l-2.13-.96c-3.15-1.44-4.8-3.15-4.8-5.7 0-3.33 2.82-5.61 6.57-5.61 2.97 0 4.71 1.38 5.55 2.34.42.45.54.9.54 1.29 0 1.02-.93 1.8-1.86 1.8-.36 0-.75-.12-1.11-.42-.81-.72-1.71-1.41-3.12-1.41-1.44 0-2.46.69-2.46 1.92 0 .99.54 1.47 2.31 2.28l2.25.99c3.3 1.47 4.89 3.09 4.89 5.789 0 3.66-2.97 5.94-6.93 5.94-2.34 0-4.92-1.051-6.39-2.67ZM87.082 10.26C87.082 4.5 91.701 0 97.641 0c3.03 0 5.879 1.29 7.649 3.42.42.479.63.96.63 1.5 0 .99-.84 1.83-1.89 1.83-.57 0-1.11-.271-1.56-.78-1.29-1.5-2.91-2.22-4.83-2.22-3.72 0-6.39 2.729-6.39 6.54 0 3.779 2.67 6.479 6.39 6.479 1.89 0 3.479-.72 4.8-2.22.48-.511.99-.78 1.59-.78 1.05 0 1.86.84 1.86 1.83 0 .479-.18.96-.63 1.5-1.74 2.13-4.59 3.42-7.65 3.42-5.939 0-10.529-4.5-10.529-10.26ZM108.981 18.419V2.1c0-1.2.84-2.1 2.04-2.1 1.17 0 2.01.9 2.01 2.1v5.85h8.76V2.07c0-1.2.84-2.07 2.04-2.07 1.17 0 2.01.87 2.01 2.07v16.349c0 1.2-.87 2.101-2.01 2.101-1.17 0-2.04-.9-2.04-2.101v-6.81h-8.76v6.81c0 1.2-.87 2.101-2.01 2.101-1.17 0-2.04-.9-2.04-2.101ZM149.48 10.26c0 5.729-4.65 10.26-10.56 10.26s-10.5-4.5-10.5-10.26S133.041 0 138.92 0c5.91 0 10.56 4.53 10.56 10.26Zm-16.89 0c0 3.81 2.64 6.51 6.36 6.51 3.69 0 6.36-2.73 6.36-6.51s-2.67-6.51-6.36-6.51c-3.72 0-6.36 2.7-6.36 6.51ZM172.01 10.26c0 5.729-4.65 10.26-10.56 10.26s-10.5-4.5-10.5-10.26S155.571 0 161.451 0c5.91 0 10.56 4.53 10.56 10.26Zm-16.889 0c0 3.81 2.64 6.51 6.36 6.51 3.69 0 6.36-2.73 6.36-6.51s-2.67-6.51-6.36-6.51c-3.72 0-6.36 2.7-6.36 6.51ZM174.591 18.089V2.07c0-1.08.84-2.07 2.04-2.07 1.17 0 2.01.9 2.01 2.07v14.429h7.05c1.08 0 1.86.811 1.86 1.83 0 1.05-.78 1.83-1.86 1.83h-9.03c-1.2 0-2.07-.87-2.07-2.07ZM189.381 17.85c-.48-.48-.75-.99-.75-1.561.03-1.08.9-1.8 1.86-1.8.36 0 .75.12 1.05.391.81.84 2.22 2.039 4.23 2.039 1.77 0 2.82-.84 2.82-2.189 0-1.14-.69-1.62-2.52-2.46l-2.13-.96c-3.15-1.44-4.8-3.15-4.8-5.7 0-3.33 2.819-5.61 6.569-5.61 2.97 0 4.709 1.38 5.55 2.34.42.45.54.9.54 1.29 0 1.02-.93 1.8-1.86 1.8-.36 0-.75-.12-1.11-.42-.81-.72-1.71-1.41-3.12-1.41-1.44 0-2.46.69-2.46 1.92 0 .99.54 1.47 2.31 2.28l2.25.99c3.3 1.47 4.89 3.09 4.89 5.789 0 3.66-2.97 5.94-6.93 5.94-2.34 0-4.92-1.051-6.39-2.67ZM99.891 31.01c0 .3-.06.601-.21.99l-6.06 16.14c-.33.899-1.02 1.38-1.89 1.38-.9 0-1.56-.48-1.89-1.38l-4.32-11.97-4.32 11.97c-.33.899-.99 1.38-1.86 1.38-.9 0-1.59-.48-1.92-1.38L71.361 32c-.18-.42-.24-.72-.24-.99 0-1.109.9-2.01 2.04-2.01.87 0 1.59.51 1.86 1.32l4.35 12.06 4.17-11.85c.33-.96 1.05-1.53 1.98-1.53s1.65.57 1.979 1.53l4.2 11.85 4.29-12.03c.3-.84.99-1.35 1.89-1.35 1.14 0 2.01.9 2.01 2.01ZM102.502 47.149V31.37c0-1.141.87-2.01 2.01-2.01h9.689c1.08 0 1.86.779 1.86 1.829 0 1.021-.81 1.83-1.86 1.83h-7.649v4.021h5.25c1.02 0 1.77.75 1.77 1.739 0 .96-.75 1.71-1.77 1.71h-5.25v5.01h8.01c1.08 0 1.86.811 1.86 1.83 0 1.05-.81 1.83-1.86 1.83h-10.05c-1.14 0-2.01-.87-2.01-2.01ZM118.852 47.089V31.07c0-1.08.84-2.07 2.04-2.07 1.17 0 2.01.9 2.01 2.07v14.429h7.05c1.08 0 1.86.811 1.86 1.83 0 1.05-.78 1.83-1.86 1.83h-9.03c-1.2 0-2.07-.87-2.07-2.07ZM133.731 47.089V31.07c0-1.08.84-2.07 2.04-2.07 1.17 0 2.01.9 2.01 2.07v14.429h7.05c1.08 0 1.86.811 1.86 1.83 0 1.05-.78 1.83-1.86 1.83h-9.03c-1.2 0-2.07-.87-2.07-2.07ZM163.971 43.34c0 3.419-2.7 5.819-6.54 5.819h-6.75c-1.2 0-2.07-.87-2.07-2.07V31.43c0-1.2.87-2.069 2.07-2.069h4.95c3.69 0 6.27 2.25 6.27 5.52 0 1.47-.51 2.67-1.47 3.569 2.22.78 3.54 2.521 3.54 4.891Zm-11.43-10.5v4.53h2.79c1.59 0 2.58-.87 2.58-2.28s-.99-2.25-2.58-2.25h-2.79Zm7.41 10.35c0-1.56-1.05-2.49-2.82-2.49h-4.59v4.98h4.59c1.77 0 2.82-.9 2.82-2.49ZM166.401 47.149V31.37c0-1.141.87-2.01 2.01-2.01h9.689c1.08 0 1.86.779 1.86 1.829 0 1.021-.81 1.83-1.86 1.83h-7.649v4.021h5.25c1.02 0 1.77.75 1.77 1.739 0 .96-.75 1.71-1.77 1.71h-5.25v5.01h8.01c1.08 0 1.86.811 1.86 1.83 0 1.05-.81 1.83-1.86 1.83h-10.05c-1.14 0-2.01-.87-2.01-2.01ZM182.751 47.449V31.07c0-1.17.84-2.07 2.04-2.07 1.17 0 2.01.9 2.01 2.07v16.379c0 1.17-.84 2.07-2.01 2.07-1.2 0-2.04-.9-2.04-2.07ZM207.35 31.07v16.409c0 1.14-.84 2.04-1.98 2.04-.99 0-1.47-.57-2.01-1.23l-8.819-11.34v10.5c0 1.17-.87 2.07-2.01 2.07-1.17 0-2.04-.9-2.04-2.07V31.04c0-1.14.87-2.04 1.98-2.04 1.02 0 1.47.57 2.07 1.32l8.79 11.249-.03-10.499c0-1.17.87-2.07 2.04-2.07 1.14 0 2.01.9 2.01 2.07ZM209.93 39.26c0-5.79 4.62-10.26 10.589-10.26 2.7 0 5.4 1.08 7.02 2.79.87.81 1.23 1.439 1.23 2.13 0 .99-.84 1.83-1.86 1.83-.63 0-1.11-.24-1.71-.9-1.35-1.439-2.82-2.1-4.74-2.1-3.75 0-6.36 2.64-6.36 6.51 0 3.93 2.7 6.63 6.6 6.63 2.19 0 4.08-.87 5.22-2.37v-1.71h-3.78c-1.08 0-1.89-.75-1.89-1.74 0-1.02.81-1.77 1.89-1.77h5.76c1.2 0 2.07.87 2.07 2.069v2.55c0 .9-.18 1.561-.63 2.25-1.8 2.641-5.31 4.351-8.82 4.351-5.97 0-10.589-4.47-10.589-10.26ZM72.232 76.449v-16.02c0-1.2.87-2.069 2.07-2.069h5.4c4.229 0 7.109 2.579 7.109 6.39 0 3.779-2.939 6.42-7.109 6.42h-3.42v5.279c0 1.17-.87 2.07-2.01 2.07-1.17 0-2.04-.9-2.04-2.07Zm7.439-8.819c1.86 0 3-1.11 3-2.88 0-1.71-1.14-2.82-3-2.82h-3.39v5.7h3.39ZM103.401 76.569c0 1.08-.84 1.95-1.98 1.95-.87 0-1.53-.511-1.92-1.44l-.84-2.04h-8.37l-.84 2.04c-.36.93-1.02 1.44-1.89 1.44-1.14 0-2.01-.87-2.01-1.95 0-.3.09-.66.24-1.08l6.78-16.109c.36-.9 1.02-1.38 1.92-1.38s1.56.479 1.92 1.38l6.75 16.109c.18.42.24.78.24 1.08Zm-11.789-4.86h5.7l-2.82-7.739-2.88 7.739ZM121.491 76.659c0 1.02-.87 1.86-1.89 1.86-.72 0-1.32-.36-1.8-1.051l-4.44-6.299h-3.45v5.279c0 1.17-.87 2.07-2.01 2.07-1.17 0-2.04-.9-2.04-2.07v-16.05c0-1.17.87-2.039 2.07-2.039h5.4c4.229 0 7.109 2.579 7.109 6.359 0 2.4-1.17 4.35-3.09 5.46l3.57 4.949c.36.54.57 1.051.57 1.53Zm-11.58-9.059h3.39c1.86 0 3-1.11 3-2.85 0-1.71-1.17-2.82-3-2.82h-3.39v5.67ZM128.001 76.449v-14.43h-4.709c-1.05 0-1.86-.81-1.86-1.83 0-1.05.81-1.829 1.86-1.829h13.469c1.08 0 1.86.779 1.86 1.829 0 1.021-.81 1.83-1.86 1.83h-4.709v14.43c0 1.17-.87 2.07-2.04 2.07-1.14 0-2.01-.9-2.01-2.07ZM157.101 60.07v16.409c0 1.14-.84 2.04-1.98 2.04-.99 0-1.47-.57-2.01-1.23l-8.82-11.34v10.5c0 1.17-.87 2.07-2.01 2.07-1.17 0-2.04-.9-2.04-2.07V60.04c0-1.14.87-2.04 1.98-2.04 1.02 0 1.47.57 2.07 1.32l8.79 11.249-.03-10.499c0-1.17.87-2.07 2.04-2.07 1.14 0 2.01.9 2.01 2.07ZM160.791 76.149V60.37c0-1.141.87-2.01 2.01-2.01h9.689c1.08 0 1.86.779 1.86 1.829 0 1.021-.81 1.83-1.86 1.83h-7.649v4.021h5.25c1.02 0 1.77.75 1.77 1.739 0 .96-.75 1.71-1.77 1.71h-5.25v5.01h8.01c1.08 0 1.86.811 1.86 1.83 0 1.05-.81 1.83-1.86 1.83h-10.05c-1.14 0-2.01-.87-2.01-2.01ZM192.77 76.659c0 1.02-.87 1.86-1.89 1.86-.72 0-1.32-.36-1.8-1.051l-4.44-6.299h-3.45v5.279c0 1.17-.87 2.07-2.01 2.07-1.17 0-2.04-.9-2.04-2.07v-16.05c0-1.17.87-2.039 2.07-2.039h5.4c4.229 0 7.109 2.579 7.109 6.359 0 2.4-1.17 4.35-3.09 5.46l3.57 4.949c.36.54.57 1.051.57 1.53ZM181.191 67.6h3.39c1.86 0 3-1.11 3-2.85 0-1.71-1.17-2.82-3-2.82h-3.39v5.67ZM195.291 75.85c-.479-.48-.75-.99-.75-1.561.03-1.08.9-1.8 1.86-1.8.36 0 .75.12 1.05.391.81.84 2.22 2.039 4.23 2.039 1.77 0 2.82-.84 2.82-2.189 0-1.14-.69-1.62-2.52-2.46l-2.13-.96c-3.15-1.44-4.8-3.15-4.8-5.7 0-3.329 2.82-5.609 6.57-5.609 2.97 0 4.71 1.38 5.55 2.34.42.45.54.9.54 1.29 0 1.02-.93 1.8-1.86 1.8-.36 0-.75-.12-1.11-.42-.81-.72-1.71-1.41-3.12-1.41-1.44 0-2.46.69-2.46 1.92 0 .99.54 1.47 2.31 2.28l2.25.99c3.3 1.47 4.89 3.09 4.89 5.789 0 3.66-2.97 5.94-6.93 5.94-2.34 0-4.92-1.051-6.39-2.67ZM211.341 76.419V60.1c0-1.199.84-2.1 2.04-2.1 1.17 0 2.01.9 2.01 2.1v5.85h8.76v-5.879c0-1.2.84-2.07 2.04-2.07 1.17 0 2.01.87 2.01 2.07V76.42c0 1.2-.87 2.101-2.01 2.101-1.17 0-2.04-.9-2.04-2.101v-6.81h-8.76v6.81c0 1.2-.87 2.101-2.01 2.101-1.17 0-2.04-.9-2.04-2.101ZM231.891 76.449V60.07c0-1.17.84-2.07 2.04-2.07 1.17 0 2.01.9 2.01 2.07v16.379c0 1.17-.84 2.07-2.01 2.07-1.2 0-2.04-.9-2.04-2.07ZM239.63 76.449v-16.02c0-1.2.87-2.069 2.07-2.069h5.4c4.229 0 7.109 2.579 7.109 6.39 0 3.779-2.939 6.42-7.109 6.42h-3.42v5.279c0 1.17-.87 2.07-2.01 2.07-1.17 0-2.04-.9-2.04-2.07Zm7.44-8.819c1.86 0 3-1.11 3-2.88 0-1.71-1.14-2.82-3-2.82h-3.39v5.7h3.39Z'/%3E%3C/g%3E%3C/svg%3E");
  padding-bottom: 32%;
}
.listed_content_item.style__footer_family_logo.respa {
  width: clamp(4.4375rem, 6.1428571429vw, 5.375rem);
}
.listed_content_item.style__footer_family_logo.respa h2 a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='482.21' height='202.071' data-name='Layer 1'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%23fff' d='M401.739 81.091h-6.28a2.58 2.58 0 0 1-2.63-2.529V41.751c0-4.46-1.84-6.76-6.19-6.76-6.28 0-11.09 5.38-11.09 12.82v30.65a2.68 2.68 0 0 1-2.729 2.63h-6.181a2.691 2.691 0 0 1-2.75-2.629V2.631a2.69 2.69 0 0 1 2.749-2.63h6.171a2.681 2.681 0 0 1 2.74 2.619v29.381a19.559 19.559 0 0 1 14.87-7c8.58 0 14.07 5.72 14.07 14.29v39.17a2.69 2.69 0 0 1-2.749 2.63m-55.28-.91a35.91 35.91 0 0 1-11.241 1.6c-14.18 0-23.33-9.61-23.33-28.94 0-15.9 9-27.79 23.8-27.79a28.711 28.711 0 0 1 9.96 1.95c1.72.7 2.4 2 1.95 3.22l-1.6 4.78c-.46 1.26-1.27 2.3-3.21 1.61a19.941 19.941 0 0 0-6.75-1.37c-7.21 0-11.78 6.17-11.78 17.61 0 12.59 3.9 18.31 12.46 18.31a30.43 30.43 0 0 0 7.56-1 2.271 2.271 0 0 1 3.09 1.83l.9 5a2.651 2.651 0 0 1-1.81 3.21m-46.3-50.44c.46-1.49-.23-3-2.28-3.89a11.1 11.1 0 0 0-4.81-.8c-5.6 0-9.72 3.08-12.81 7.89l-1.25-4.96a3.091 3.091 0 0 0-3.09-2.29h-4.24a2.681 2.681 0 0 0-2.74 2.619v50.121a2.68 2.68 0 0 0 2.719 2.64h6.311a2.691 2.691 0 0 0 2.75-2.629V51.591c0-10.88 3.54-15.23 7.31-15.23 2.3 0 4.59 1.62 7 2a2.92 2.92 0 0 0 3.42-2.18Zm-60.19 24.79-6.52.23c-6.52.23-10.87 2.4-10.87 10.07 0 5 3 7.32 6.41 7.32 6.52 0 11-5.48 11-9.61Zm10.63 26.54h-5.94a2.7 2.7 0 0 1-2.856-2.534v-.1l-.68-4.23c-3.33 5.15-9 7.55-15.56 7.55-9.61 0-14.87-6.41-14.87-16.93 0-11.44 7.09-16.93 17.84-17.72l11.44-.81a9.459 9.459 0 0 0-.11-2.52c-.23-5.95-1.84-8.57-9-8.57a36.728 36.728 0 0 0-11.1 2c-1.71.45-3-.24-3.32-1.73l-1.14-5c-.34-1.61.11-2.63 1.72-3.09a57.2 57.2 0 0 1 14.41-2.28c19.1 0 20.24 12.13 20.24 21.61v19.144a42.985 42.985 0 0 0 .546 9.12l.69 3.43c.34 1.61-.69 2.63-2.3 2.63m-76.29-46.63c-4.58 0-8.58 3.66-9.5 13.61h18.4c-.23-6.87-2.4-13.61-8.92-13.61m18.18 22h-27.66c.47 9.61 3.43 15.1 13.27 15.1a34 34 0 0 0 10.87-2.06c1.72-.57 2.63.47 3.08 1.73l1.61 4.57c.57 1.49-.23 2.63-1.61 3.2-4.11 1.83-8.23 2.86-15.21 2.86-15.32 0-24.24-9.61-24.24-28.59 0-16.94 8.35-28.14 21.5-28.14 12.69 0 21 8.34 21 28.59a2.681 2.681 0 0 1-2.619 2.74h-.011m-73.54 25.4a41.3 41.3 0 0 1-16.13-3.33 2.589 2.589 0 0 1-1.507-3.338c.02-.055.043-.109.067-.162l1.48-4.81c.46-1.59 1.83-2.51 3.32-1.82 3.88 1.6 8.12 3.2 12.58 3.2 4.8 0 6.86-2.17 6.86-5.84 0-4.57-5.26-7.09-10.74-10.06-5.84-3.2-11.9-7.21-11.9-15.1 0-9 6.4-15.55 17.73-15.55a29 29 0 0 1 12.8 2.4 2.63 2.63 0 0 1 1.644 3.336 2.601 2.601 0 0 1-.034.094l-1.49 3.89c-.57 1.48-1.71 2.28-3.09 1.72-2.28-.81-5.72-2.18-9.38-2.18-4.23 0-6.4 2.29-6.4 5.49 0 3.55 4.34 5.72 9.26 8.45 6.29 3.45 13.5 7.91 13.5 17 0 8.69-6 16.48-18.53 16.48m-53.1-47.27c-4.58 0-8.58 3.66-9.5 13.61h18.42c-.23-6.87-2.4-13.61-8.92-13.61m18.19 22h-27.69c.46 9.61 3.44 15.1 13.27 15.1a34 34 0 0 0 10.87-2.06c1.71-.57 2.63.47 3.09 1.73l1.63 4.52c.57 1.49-.22 2.63-1.6 3.2-4.12 1.83-8.23 2.86-15.22 2.86-15.32 0-24.24-9.61-24.24-28.59 0-16.94 8.35-28.14 21.5-28.14 12.7 0 21 8.34 21 28.59a2.681 2.681 0 0 1-2.619 2.74h-.011m-52.68-20.24a2.931 2.931 0 0 1-3.43 2.18c-2.4-.34-4.69-2-7-2-3.77 0-7.32 4.35-7.32 15.23v26.9a2.69 2.69 0 0 1-2.739 2.64H4.589a2.691 2.691 0 0 1-2.75-2.629V28.361a2.69 2.69 0 0 1 2.749-2.63h4.231a3.061 3.061 0 0 1 3.08 2.27l1.26 4.92c3.09-4.81 7.21-7.89 12.82-7.89a11 11 0 0 1 4.79.8c2.07.91 2.75 2.4 2.29 3.89Zm430 96.55c-4.57 0-8.58 3.66-9.49 13.61h18.46c-.23-6.86-2.41-13.61-8.93-13.61m18.19 22h-27.68c.45 9.6 3.44 15.09 13.27 15.09a34.3 34.3 0 0 0 10.86-2.05c1.73-.58 2.64.46 3.09 1.71l1.6 4.58c.59 1.48-.23 2.63-1.6 3.19-4.11 1.84-8.24 2.86-15.21 2.86-15.33 0-24.25-9.6-24.25-28.59 0-16.92 8.35-28.13 21.5-28.13 12.69 0 21.05 8.34 21.05 28.59a2.691 2.691 0 0 1-2.629 2.75m-54.47 23.79a35.84 35.84 0 0 1-11.2 1.6c-14.19 0-23.34-9.61-23.34-28.94 0-15.9 9-27.79 23.78-27.79a28.713 28.713 0 0 1 9.95 1.93c1.72.7 2.4 2 1.94 3.22l-1.59 4.79c-.46 1.27-1.26 2.3-3.21 1.61a20.011 20.011 0 0 0-6.74-1.37c-7.21 0-11.79 6.17-11.79 17.61 0 12.59 3.89 18.31 12.47 18.31a31.032 31.032 0 0 0 7.55-1 2.27 2.27 0 0 1 3.09 1.82l.92 5a2.671 2.671 0 0 1-1.83 3.21m-78.891.42a30.423 30.423 0 0 1-8.47 1.13c-8.58 0-12.36-4.45-12.36-12.46v-34.43h-6.06a2.68 2.68 0 0 1-2.63-2.729v-3.791a2.579 2.579 0 0 1 2.539-2.62h6.151v-11.68c0-1.72.58-3.08 2.18-3.55l6.18-1.59c1.94-.45 3.32 0 3.32 2.29v14.53h6.74a2.58 2.58 0 0 1 2.63 2.529v3.871a2.681 2.681 0 0 1-2.619 2.74h-6.751v32c0 3.1 1.36 4.46 3.88 4.46a17.324 17.324 0 0 0 3.43-.34 2.1 2.1 0 0 1 2.651 1.338 2.076 2.076 0 0 1 .1.492l.91 4.69a2.6 2.6 0 0 1-1.82 3.1m-45.72-.46a35.859 35.859 0 0 1-11.281 1.58c-14.17 0-23.32-9.61-23.32-28.94 0-15.9 9-27.79 23.79-27.79a28.7 28.7 0 0 1 9.94 1.93c1.72.7 2.41 2 1.95 3.22l-1.6 4.79c-.46 1.27-1.25 2.3-3.2 1.61a20.1 20.1 0 0 0-6.76-1.37c-7.2 0-11.77 6.17-11.77 17.61 0 12.59 3.88 18.31 12.47 18.31a31.032 31.032 0 0 0 7.55-1 2.262 2.262 0 0 1 3.08 1.82l.92 5a2.66 2.66 0 0 1-1.83 3.21m-60.58-25.63-6.52.24c-6.51.22-10.85 2.39-10.85 10.06 0 5 3 7.32 6.4 7.32 6.52 0 11-5.48 11-9.61Zm10.64 26.54h-5.94a2.711 2.711 0 0 1-2.857-2.555v-.085l-.69-4.22c-3.31 5.15-9 7.54-15.55 7.54-9.62 0-14.87-6.4-14.87-16.92 0-11.44 7.09-16.93 17.83-17.72l11.44-.81a9.1 9.1 0 0 0-.1-2.52c-.23-5.95-1.84-8.57-9-8.57a36.668 36.668 0 0 0-11.1 1.95c-1.71.45-3-.24-3.31-1.72l-1.15-5c-.33-1.61.12-2.63 1.71-3.08a56.844 56.844 0 0 1 14.41-2.29c19.11 0 20.25 12.13 20.25 21.61v19.22a43.013 43.013 0 0 0 .58 9.15l.69 3.42a2.09 2.09 0 0 1-2.3 2.64m-51-51.35c.46-1.49-.22-3-2.27-3.89a11 11 0 0 0-4.81-.8c-5.61 0-9.72 3.08-12.82 7.89l-1.26-4.91a3 3 0 0 0-3.08-2.29h-4.183a2.669 2.669 0 0 0-2.749 2.588v50.122a2.681 2.681 0 0 0 2.719 2.641h6.311a2.69 2.69 0 0 0 2.74-2.639v-26.862c0-10.88 3.55-15.22 7.32-15.22 2.29 0 4.58 1.6 7 2a2.93 2.93 0 0 0 3.42-2.18Zm-60.84 9.26a7.309 7.309 0 0 0-6.85-3.77c-5.73 0-9.38 5.72-9.38 17.73 0 12.58 2.75 18.86 9.38 18.86s9.49-5.36 9.49-18.41c0-7.32-1.15-11.78-2.64-14.41m8.48 38a15.863 15.863 0 0 1-11.56 4.8c-5.95 0-10-2.39-12.81-6.63v26a2.69 2.69 0 0 1-2.739 2.64h-6.184a2.69 2.69 0 0 1-2.74-2.639v-72.811a2.68 2.68 0 0 1 2.739-2.62h4a3.2 3.2 0 0 1 3.31 2.62l1.15 4.69a14.24 14.24 0 0 1 12.8-8c4.91 0 10 1.71 13.16 6.06 3.54 4.81 5.49 11.21 5.49 22.75 0 10-1.83 18.2-6.63 23.11m225.49 4.12h-6.3a2.68 2.68 0 0 1-2.73-2.629v-50.1a2.67 2.67 0 0 1 2.719-2.62h6.311a2.669 2.669 0 0 1 2.749 2.588v50.121a2.681 2.681 0 0 1-2.719 2.641h-.031m-3.3-66.46a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659m3.3 66.46h-6.3a2.68 2.68 0 0 1-2.73-2.629v-50.1a2.67 2.67 0 0 1 2.719-2.62h6.311a2.669 2.669 0 0 1 2.749 2.588v50.12a2.681 2.681 0 0 1-2.719 2.641h-.031m-3.3-66.46a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659m3.3 66.46h-6.3a2.68 2.68 0 0 1-2.73-2.629v-50.1a2.67 2.67 0 0 1 2.719-2.62h6.311a2.669 2.669 0 0 1 2.749 2.588v50.12a2.681 2.681 0 0 1-2.719 2.641h-.031m-3.3-66.46a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659m3.3 66.46h-6.3a2.68 2.68 0 0 1-2.73-2.629v-50.1a2.67 2.67 0 0 1 2.719-2.62h6.311a2.669 2.669 0 0 1 2.749 2.588v50.12a2.681 2.681 0 0 1-2.719 2.641h-.031m-3.3-66.46a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659M10.969 179.441h-6.3a2.671 2.671 0 0 1-2.73-2.609v-50.121a2.681 2.681 0 0 1 2.73-2.62h6.3a2.68 2.68 0 0 1 2.75 2.61v50.11a2.679 2.679 0 0 1-2.729 2.63h-.021m-3.31-66.44a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659m3.31 66.45h-6.3a2.671 2.671 0 0 1-2.73-2.609v-50.121a2.681 2.681 0 0 1 2.73-2.62h6.3a2.68 2.68 0 0 1 2.75 2.608v50.112a2.679 2.679 0 0 1-2.729 2.63h-.021m-3.31-66.45a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659m3.31 66.45h-6.3a2.671 2.671 0 0 1-2.73-2.609v-50.121a2.681 2.681 0 0 1 2.73-2.62h6.3a2.68 2.68 0 0 1 2.75 2.608v50.112a2.679 2.679 0 0 1-2.729 2.63h-.021m-3.31-66.45a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659m3.31 66.45h-6.3a2.671 2.671 0 0 1-2.73-2.609v-50.121a2.681 2.681 0 0 1 2.73-2.62h6.3a2.68 2.68 0 0 1 2.75 2.608v50.112a2.679 2.679 0 0 1-2.729 2.63h-.021m-3.31-66.45a7.66 7.66 0 1 1 7.659-7.659 7.659 7.659 0 0 1-7.659 7.659m58.56 66.35h-5.24a2.64 2.64 0 0 1-2.63-2.53v-36.93c0-5.26-1.82-7.66-6.52-7.66-7 0-12.35 5.83-12.35 13.49v31.1a2.539 2.539 0 0 1-2.53 2.53h-5.26a2.64 2.64 0 0 1-2.62-2.53v-50.43a2.53 2.53 0 0 1 2.62-2.39h3.45c1.6 0 2.4.57 2.73 2l1.16 5.16c4.79-5.61 9.59-7.9 15.66-7.9 8.58 0 14.07 5.72 14.07 14.29v39.22a2.54 2.54 0 0 1-2.5 2.58h-.04' data-name='Layer 1-2'/%3E%3C/g%3E%3C/svg%3E");
  padding-bottom: 41.772152%;
}
.listed_content_item.style__footer_family_logo.leap {
  width: clamp(4.125rem, 5.7142857143vw, 5rem);
}
.listed_content_item.style__footer_family_logo.leap h2 a::after {
  background-image: url("../../images/ncblogo_leap--color_white.png");
  padding-bottom: 51.181102%;
}
.listed_content_item.style__footer_family_logo.sec {
  width: clamp(7.9375rem, 11.0714285714vw, 9.6875rem);
}
.listed_content_item.style__footer_family_logo.sec h2 a::after {
  background-image: url("../../images/logo_sec_white_small.png");
  padding-bottom: 29.5%;
}

/*  Listed content item – Megadrop Main
*********************************** */
.listed_content_item.style__megadrop_main h2 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__megadrop_main h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__megadrop_main h2 {
    font-size: 2.5rem;
  }
}
.listed_content_item.style__megadrop_main .teaser_text p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.1875rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__megadrop_main .teaser_text p {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__megadrop_main .teaser_text p {
    font-size: 1.4375rem;
  }
}
.listed_content_item.style__megadrop_main .read_more {
  margin-top: 1.7em;
}

/*  Listed content item – Megadrop Featured
*********************************** */
.listed_content_item.style__megadrop_featured {
  font-size: 1.25rem;
  padding-left: 0.8125rem;
  margin-bottom: 1.5em;
}
.listed_content_item.style__megadrop_featured .listing_box_image {
  position: relative;
  background-color: #F3F3F7;
}
.listed_content_item.style__megadrop_featured .listing_box_image.has_icon {
  height: 0;
  padding-bottom: 58.2%;
}
.listed_content_item.style__megadrop_featured .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.listed_content_item.style__megadrop_featured .featured {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1em;
  color: #1B1464;
  display: inline-block;
  position: absolute;
  top: 0.8125rem;
  left: -0.8125rem;
  background-color: #FF557A;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  border-radius: 2em;
}
.listed_content_item.style__megadrop_featured .listing_box_image.no_image {
  background-color: transparent;
}
.listed_content_item.style__megadrop_featured .listing_box_image.no_image .featured {
  position: initial;
  top: initial;
}
.listed_content_item.style__megadrop_featured h2 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 400;
  margin-top: 0.6em;
  margin-bottom: 0;
}
.listed_content_item.style__megadrop_featured:hover h2 a, .listed_content_item.style__megadrop_featured:focus-within h2 a {
  text-decoration: underline;
  text-decoration-color: #FF557A;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

/*  Listed content item – Home banner
*********************************** */
.listed_content_item.style__home_banner {
  font-size: 1.875rem;
  cursor: default;
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__home_banner {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__home_banner {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__home_banner {
    font-size: 3.125rem;
  }
}
.listed_content_item.style__home_banner .listing_box_text {
  position: relative;
  padding-top: 0.375em;
  padding-bottom: 2em;
}
.listed_content_item.style__home_banner .listing_box_text > * {
  margin-left: 4.5%;
  margin-right: 4.5%;
}
.listed_content_item.style__home_banner .listing_box_text .listing_box_image {
  margin-left: 0;
  margin-right: 0;
}
.listed_content_item.style__home_banner h1 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__home_banner h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__home_banner h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__home_banner h1 {
    font-size: 3.125rem;
  }
}
.listed_content_item.style__home_banner h1,
.listed_content_item.style__home_banner h1 a {
  color: #1B1464;
}
.listed_content_item.style__home_banner .listing_box_image video,
.listed_content_item.style__home_banner .listing_box_image img {
  width: 100%;
  height: auto;
}
.listed_content_item.style__home_banner .cta {
  margin-top: 1.05em;
}
.listed_content_item.style__home_banner .listing_box_image {
  margin-bottom: 0.875em;
}
.listed_content_item.style__home_banner .listing_box_image.desktop_img {
  display: none;
}
.listed_content_item.style__home_banner .listing_box_text:hover .cta, .listed_content_item.style__home_banner .listing_box_text:focus-within .cta {
  color: white;
  background-color: #1B1464;
}
@media only screen and (max-width: 551px) {
  .listed_content_item.style__home_banner h2 {
    margin-bottom: 0.75em;
  }
}
@media only screen and (min-width: 480px) {
  .listed_content_item.style__home_banner .listing_box_text > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media only screen and (min-width: 552px) {
  .listed_content_item.style__home_banner .listing_box {
    width: 50%;
  }
  .listed_content_item.style__home_banner .listing_box_text {
    min-height: 9.84em;
    padding-right: 0.5em;
    padding-top: 1.4em;
  }
  .listed_content_item.style__home_banner .listing_box_text > * {
    margin-left: 4%;
    margin-right: 0;
  }
  .listed_content_item.style__home_banner .listing_box_image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin-bottom: 0;
  }
  .listed_content_item.style__home_banner .listing_box_image video,
  .listed_content_item.style__home_banner .listing_box_image picture,
  .listed_content_item.style__home_banner .listing_box_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .listed_content_item.style__home_banner .listing_box_image video,
  .listed_content_item.style__home_banner .listing_box_image img {
    object-fit: cover;
    object-position: 50% 50%;
  }
  .listed_content_item.style__home_banner .listing_box_image.desktop_img {
    display: block;
  }
  .listed_content_item.style__home_banner .listing_box_image.mobile_img {
    display: none;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__home_banner .listing_box_text > * {
    margin-left: 1.9375rem;
    margin-right: 1.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__home_banner .listing_box_text {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 912px) {
  .listed_content_item.style__home_banner .listing_box_text {
    padding-right: 2em;
  }
}

/*  Listed content item – Home News
*********************************** */
.listed_content_item.style___home_news {
  background-color: #8757E5;
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 1.15em;
  padding-bottom: 2em;
  /*  Listed content item – Home Highlight
  *********************************** */
  /*  Listed content item – Home Highlight List
  *********************************** */
}
.listed_content_item.style___home_news .tag_box,
.listed_content_item.style___home_news p {
  color: white;
}
.listed_content_item.style___home_news h2,
.listed_content_item.style___home_news h2 a {
  color: white;
}
.listed_content_item.style___home_news .read_more {
  color: white;
  margin-top: 1.7em;
}
.listed_content_item.style___home_news .read_more .underline::before, .listed_content_item.style___home_news .read_more .underline::after {
  border-bottom-color: white;
}
@media only screen and (min-width: 480px) {
  .listed_content_item.style___home_news {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style___home_news {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}
.listed_content_item.style___home_news.style___home_news_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  background-color: white;
}
.listed_content_item.style___home_news.style___home_news_arrow .listing_box_text {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  width: 100%;
}
.listed_content_item.style___home_news.style___home_news_arrow .listing_box_text > * {
  width: 100%;
}
.listed_content_item.style___home_news.style___home_news_arrow .listing_box_text::after {
  flex-grow: 1;
  content: " ";
  display: block;
  width: 73%;
  max-width: 8.1875rem;
  height: 0;
  padding-bottom: 50%;
  background-image: url("../../images/ncb_arrow_decorative_massive_right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  background-size: contain;
  transform: translateX(0px);
  transition: transform 0.5s;
}
.listed_content_item.style___home_news.style___home_news_arrow .tag_box {
  color: #1B1464;
}
.listed_content_item.style___home_news.style___home_news_arrow p {
  color: #1B1464;
}
.listed_content_item.style___home_news.style___home_news_arrow h2,
.listed_content_item.style___home_news.style___home_news_arrow h2 a {
  color: #1B1464;
}
.listed_content_item.style___home_news.style___home_news_arrow:hover .listing_box_text::after, .listed_content_item.style___home_news.style___home_news_arrow:focus-within .listing_box_text::after {
  transform: translateX(6px);
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style___home_news.style___home_news_arrow .listing_box_text::after {
    max-width: 10.9375rem;
  }
}
.listed_content_item.style___home_news.style__home_highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background-color: #3A8DFF;
  padding: 0;
}
.listed_content_item.style___home_news.style__home_highlight .listing_box_text {
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 1.15em;
  padding-bottom: 2em;
}
.listed_content_item.style___home_news.style__home_highlight .listing_box_image {
  display: none;
}
.listed_content_item.style___home_news.style__home_highlight .tag_box,
.listed_content_item.style___home_news.style__home_highlight p {
  color: #1B1464;
}
.listed_content_item.style___home_news.style__home_highlight h2,
.listed_content_item.style___home_news.style__home_highlight h2 a {
  color: #1B1464;
}
.listed_content_item.style___home_news.style__home_highlight .read_more {
  color: #1B1464;
}
.listed_content_item.style___home_news.style__home_highlight .read_more .underline::before, .listed_content_item.style___home_news.style__home_highlight .read_more .underline::after {
  border-bottom-color: #1B1464;
}
@media only screen and (min-width: 408px) {
  .listed_content_item.style___home_news.style__home_highlight .listing_box_text {
    width: 61.85%;
    padding-right: 0.5rem;
  }
  .listed_content_item.style___home_news.style__home_highlight .listing_box_image {
    text-align: right;
    display: block;
    position: relative;
    z-index: 0;
    width: 38.15%;
    padding-bottom: 8%;
  }
  .listed_content_item.style___home_news.style__home_highlight .listing_box_image::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='392.358' height='144.573'%3E%3Cpath data-name='Path 613' d='M343.107 141.822A68.573 68.573 0 00325.784 7.489L70.932.042a68.554 68.554 0 00-4.754 137.026q.37.012.741.021l254.854 7.45a68.1 68.1 0 0021.334-2.717z' fill='%23ffbf00'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0% 106%;
    background-size: 168% auto;
  }
  .listed_content_item.style___home_news.style__home_highlight .listing_box_image img {
    display: inline-block;
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='191.305' height='351.79'%3E%3Cpath d='M94.434 0L11.067 181.5C-16.794 241.786 9.8 313.093 70.088 340.8a120.056 120.056 0 00121.217-12.327V0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='191.305' height='351.79'%3E%3Cpath d='M94.434 0L11.067 181.5C-16.794 241.786 9.8 313.093 70.088 340.8a120.056 120.056 0 00121.217-12.327V0z'/%3E%3C/svg%3E");
    webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='191.305' height='351.79'%3E%3Cpath d='M94.434 0L11.067 181.5C-16.794 241.786 9.8 313.093 70.088 340.8a120.056 120.056 0 00121.217-12.327V0z'/%3E%3C/svg%3E");
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    webkit-mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
  }
  .listed_content_item.style___home_news.style__home_highlight .read_more {
    margin-top: 2.85em;
  }
}
@media only screen and (min-width: 480px) {
  .listed_content_item.style___home_news.style__home_highlight .listing_box_text {
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style___home_news.style__home_highlight .listing_box_text {
    padding-left: 1.9375rem;
  }
}
.listed_content_item.style___home_news.style__home_highlight_list .listing_box_text {
  padding-bottom: 0;
}
.listed_content_item.style___home_news.style__home_highlight_list .teaser_text {
  margin-bottom: 0;
}
@media only screen and (min-width: 984px) {
  .listed_content_item.style___home_news.style__home_highlight_list .listing_box_text {
    width: 100%;
    padding-right: 3.875rem;
  }
}

/*  Listed content item – CTA
*********************************** */
.listed_content_item.style__cta {
  font-size: 1.5625rem;
  text-align: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.6em;
  padding-bottom: 1.8em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__cta {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__cta {
    font-size: 2.5rem;
  }
}
.listed_content_item.style__cta h2 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__cta h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__cta h2 {
    font-size: 2.5rem;
  }
}
.listed_content_item.style__cta::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F3F7;
}
.listed_content_item.style__cta .background_graphic {
  position: absolute;
  z-index: -1;
}
.listed_content_item.style__cta .background_graphic::after {
  content: " ";
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.listed_content_item.style__cta .background_graphic.id_1 {
  left: 0;
  bottom: 0;
  width: 3em;
}
.listed_content_item.style__cta .background_graphic.id_1::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='173.547' height='184.206'%3E%3Cpath d='M26.027 184.206h90.188l47.491-43c.364-.33.623-.73.968-1.077a29.842 29.842 0 003.979-4.895c.273-.42.618-.765.874-1.2.228-.39.343-.812.552-1.211a30.37 30.37 0 001.344-2.944c.353-.886.675-1.769.937-2.669.278-.951.483-1.9.667-2.87a29.428 29.428 0 00.427-2.92c.084-.959.095-1.907.093-2.872a27.659 27.659 0 00-.132-2.879 29.3 29.3 0 00-.48-2.946c-.188-.912-.386-1.81-.654-2.7a29.888 29.888 0 00-1.047-2.839c-.367-.89-.759-1.76-1.212-2.614s-.956-1.65-1.49-2.456a30.252 30.252 0 00-1.9-2.584c-.291-.347-.489-.739-.793-1.08-.342-.375-.749-.643-1.106-1a30.01 30.01 0 00-4.905-3.972c-.4-.268-.74-.6-1.168-.851L0 0v70.1l92.441 53.97z' fill='%238757e5'/%3E%3C/svg%3E");
  padding-bottom: 105.8%;
}
.listed_content_item.style__cta .background_graphic.id_2 {
  top: 0%;
  left: 20.25%;
  width: 2.55em;
}
.listed_content_item.style__cta .background_graphic.id_2::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='147.847' height='26.763'%3E%3Cpath d='M0 0a40.563 40.563 0 0048.185 25.489L147.847 0z' fill='%23fdbc2b'/%3E%3C/svg%3E");
  padding-bottom: 18.8%;
}
.listed_content_item.style__cta .background_graphic.id_3 {
  top: 0;
  right: 0;
  width: 2.35em;
}
.listed_content_item.style__cta .background_graphic.id_3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='135.916' height='100.192'%3E%3Cpath d='M135.916 15.111l-72.1 16.274L66.475 0H5.724L.012 67.456c-.042.49.042.96.026 1.448A29.827 29.827 0 00.466 75.2c.087.493.07.981.181 1.476.1.441.3.827.422 1.262A30.2 30.2 0 002.1 81.006c.345.889.712 1.753 1.135 2.591.445.884.943 1.72 1.469 2.553s1.068 1.65 1.674 2.428c.593.758 1.231 1.459 1.89 2.163a28 28 0 002.061 2.016 29.586 29.586 0 002.36 1.827c.76.539 1.516 1.061 2.32 1.528a29.682 29.682 0 002.7 1.363c.876.4 1.756.77 2.669 1.085s1.825.555 2.766.78a30.142 30.142 0 003.154.591c.45.056.862.208 1.317.249.506.041.986-.04 1.489-.025a30.117 30.117 0 006.3-.44c.477-.079.95-.067 1.434-.175l99.081-22.37z' fill='%23448dff'/%3E%3C/svg%3E");
  padding-bottom: 74%;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__cta {
    padding-top: 0.9em;
    padding-bottom: 1.1em;
  }
}
@media only screen and (min-width: 984px) {
  .listed_content_item.style__cta .background_graphic.id_1 {
    width: 4.35em;
  }
  .listed_content_item.style__cta .background_graphic.id_2 {
    width: 3.7em;
  }
  .listed_content_item.style__cta .background_graphic.id_3 {
    width: 3.4em;
  }
}

/*  Listed content item – Essentials banner
*********************************** */
.listed_content_item.style__essentials_banner {
  font-size: 1.875rem;
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__essentials_banner {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__essentials_banner {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__essentials_banner {
    font-size: 3.125rem;
  }
}
.listed_content_item.style__essentials_banner .listing_box_image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 320px;
  height: 100%;
  background-image: url("../../images/essentials_banner_ncb.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  transform: translateX(-50%);
}
.listed_content_item.style__essentials_banner .listing_box_image .video_wrap,
.listed_content_item.style__essentials_banner .listing_box_image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.listed_content_item.style__essentials_banner .listing_box_image video {
  object-fit: cover;
  object-position: 50% 50%;
}
.listed_content_item.style__essentials_banner .listing_box_image::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(27, 20, 100, 0.15), rgba(27, 20, 100, 0.46));
}
.listed_content_item.style__essentials_banner .listing_box_text {
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 47.2vw;
  padding-top: 1em;
  padding-bottom: 1.5em;
}
.listed_content_item.style__essentials_banner h2 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0.4em;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__essentials_banner h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__essentials_banner h2 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__essentials_banner h2 {
    font-size: 3.125rem;
  }
}
.listed_content_item.style__essentials_banner .introduction {
  display: none;
}
.listed_content_item.style__essentials_banner h2,
.listed_content_item.style__essentials_banner h2 a,
.listed_content_item.style__essentials_banner p {
  color: white;
}
@media only screen and (min-width: 696px) {
  .listed_content_item.style__essentials_banner .listing_box_text {
    min-height: 13.2em;
    padding-bottom: 4.44em;
  }
  .listed_content_item.style__essentials_banner .introduction {
    font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.45em;
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 696px) and (min-width: 768px) {
  .listed_content_item.style__essentials_banner .introduction {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 696px) and (min-width: 1272px) {
  .listed_content_item.style__essentials_banner .introduction {
    font-size: 1.5rem;
  }
}

/*  Listed content item – Essentials
*********************************** */
.listed_content_item.style__essentials {
  font-size: 1.375rem;
  text-align: center;
  background-color: #3A8DFF;
  padding-top: 1.55em;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__essentials {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__essentials {
    font-size: 2rem;
  }
}
.listed_content_item.style__essentials:last-child {
  margin-bottom: 0;
}
.listed_content_item.style__essentials h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.7em;
}
.listed_content_item.style__essentials h3::after {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  content: " ";
  display: block;
  width: 2.375em;
  height: 2.375em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.05em;
}
.listed_content_item.style__essentials h3 a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.listed_content_item.style__essentials h3,
.listed_content_item.style__essentials h3 a {
  color: #1B1464;
}
.listed_content_item.style__essentials p {
  color: #1B1464;
}
.listed_content_item.style__essentials .teaser_text {
  margin-bottom: 0;
}
.listed_content_item.style__essentials .read_more {
  margin-top: 2.25em;
}
.listed_content_item.style__essentials .ess_sub_link {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__essentials .ess_sub_link {
    font-size: 1.125rem;
  }
}
.listed_content_item.style__essentials .ess_sub_link a {
  color: #1B1464;
  padding-bottom: 3px;
  border-bottom: thin solid #1B1464;
}
.listed_content_item.style__essentials .ess_sub_link.ess_sub_link_1 {
  margin-top: 1.6em;
}
.listed_content_item.style__essentials .ess_sub_link a:hover, .listed_content_item.style__essentials .ess_sub_link a:focus-visible {
  opacity: 0.8;
}
@media only screen and (min-width: 696px) {
  .listed_content_item.style__essentials {
    margin-bottom: 0;
  }
}
.listed_content_item.style__essentials:nth-child(3n+2) {
  background-color: #FF557A;
}
.listed_content_item.style__essentials:nth-child(3n) {
  background-color: #1B1464;
}
.listed_content_item.style__essentials:nth-child(3n) h3,
.listed_content_item.style__essentials:nth-child(3n) h3 a {
  color: white;
}
.listed_content_item.style__essentials:nth-child(3n) p {
  color: white;
}
.listed_content_item.style__essentials:nth-child(3n) .read_more {
  color: white;
}
.listed_content_item.style__essentials:nth-child(3n) .read_more .underline::before, .listed_content_item.style__essentials:nth-child(3n) .read_more .underline::after {
  border-bottom-color: white;
}
.listed_content_item.style__essentials#essentials_item_a h3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='75.309' height='75.28'%3E%3Cpath d='M74.272 33.307a3.54 3.54 0 00-5.007 0l-17.611 17.61L53.5 38.392a3.541 3.541 0 10-7.006-1.029l-3.4 23.1c-.011.075 0 .148-.01.222-.008.1-.026.189-.026.287 0 .032.008.062.009.094a3.324 3.324 0 00.04.4c.014.1.024.2.047.3a3.333 3.333 0 00.11.356c.035.1.066.2.11.3a3.487 3.487 0 00.166.307c.056.1.108.194.172.285s.143.178.219.265a3.248 3.248 0 00.223.247c.082.079.173.147.263.218s.176.142.272.2.19.106.287.156a3.517 3.517 0 00.333.16c.094.036.193.062.292.091a3.4 3.4 0 00.392.1c.031.006.058.018.089.023a3.454 3.454 0 00.454.033c.019 0 .037.006.056.006a3.457 3.457 0 00.519-.038l23.1-3.393a3.541 3.541 0 00-1.03-7.006l-12.522 1.845 17.613-17.607a3.54 3.54 0 000-5.007z' fill='%23005ded'/%3E%3Cpath d='M31.277 44.151c-.024-.026-.041-.057-.067-.082s-.039-.03-.057-.047c.029.028.053.061.081.09.014.014.03.025.043.039zM30.153 43.351c-.06-.027-.118-.056-.18-.079.043.016.08.04.122.058.019.008.039.013.058.021zM32.194 46.021a3.208 3.208 0 00-.039-.218c.012.052.015.107.025.16.003.02.011.037.014.058zM32.017 45.338a3.114 3.114 0 00-.077-.189c.017.039.028.08.044.12.01.024.024.045.033.069zM30.752 43.694c-.051-.036-.1-.075-.153-.108.04.025.073.057.112.084.013.009.028.015.041.024zM32.239 46.483c0 .056-.007.115-.008.172v.06c.006-.078.01-.154.008-.232zM29.5 43.13c-.067-.015-.134-.031-.2-.042.037.006.071.02.108.027s.057.008.092.015zM18.643 51.629L1.037 69.235a3.539 3.539 0 105 5.007l17.611-17.606.864-5.869zM28.808 43.042H28.6 28.808zM31.708 44.708c-.033-.053-.068-.1-.1-.157.021.03.037.064.058.095l.042.062z' fill='%231b1464'/%3E%3Cpath d='M31.777 44.837c-.024-.042-.043-.087-.069-.129-.014-.022-.032-.04-.046-.062.038.063.078.126.115.191zM31.392 44.286c-.039-.045-.074-.092-.115-.135-.013-.014-.029-.025-.043-.039a3.7 3.7 0 01.158.174zM32.208 46.14v-.082c0-.013-.008-.024-.01-.037s-.011-.038-.014-.058c.006.059.016.117.024.177zM32.221 46.873c0-.053.01-.1.013-.158v-.06c-.005.072-.007.145-.013.218zM29.07 43.063c-.087-.009-.173-.019-.262-.021h-.11a3.584 3.584 0 01.372.021zM25.205 46.059a3.534 3.534 0 013.144-3c-.055.006-.108 0-.163.008l-23.1 3.394a3.541 3.541 0 00.514 7.047 3.58 3.58 0 00.518-.038l12.528-1.841 5.869-.862zM32.052 45.454c-.013-.038-.021-.079-.035-.116s-.023-.045-.033-.069c.024.061.047.123.068.185zM30.356 43.455c-.067-.036-.133-.072-.2-.1-.019-.008-.039-.013-.058-.021.086.034.173.076.258.121zM30.91 43.819c-.052-.042-.1-.085-.158-.125-.013-.009-.028-.015-.041-.024.068.047.134.097.199.149zM29.746 43.2c-.083-.026-.165-.052-.251-.072-.03-.007-.063-.008-.094-.015a3.48 3.48 0 01.345.087z' fill='%23ff557a'/%3E%3Cpath d='M32.231 46.655c0-.057.009-.116.008-.172 0-.117-.017-.229-.031-.343-.008-.06-.018-.118-.028-.177s-.013-.108-.025-.16a3.417 3.417 0 00-.1-.349 4.098 4.098 0 00-.068-.185c-.016-.04-.027-.081-.044-.12-.048-.108-.105-.209-.163-.312a4.6 4.6 0 00-.115-.191c-.021-.031-.037-.065-.058-.095-.065-.093-.139-.178-.212-.265-.051-.059-.1-.118-.158-.174-.028-.029-.052-.062-.081-.09a2.715 2.715 0 00-.243-.2 4.324 4.324 0 00-.2-.149c-.039-.027-.072-.059-.112-.084-.077-.049-.161-.088-.243-.131s-.172-.087-.261-.125c-.042-.018-.079-.042-.122-.058-.073-.029-.151-.047-.227-.07a3.48 3.48 0 00-.345-.087c-.037-.007-.071-.021-.108-.027s-.046-.014-.07-.018c-.052-.007-.1 0-.153-.007a3.584 3.584 0 00-.372-.016c-.032 0-.066-.006-.1 0-.085 0-.167.012-.251.02a3.534 3.534 0 00-3.144 3l-.693 4.708-.864 5.869-1.843 12.512a3.466 3.466 0 00-.037.519 3.54 3.54 0 007.043.51l3.4-23.1c.011-.073 0-.143.01-.215s.008-.146.01-.218z' fill='%23fff'/%3E%3Cpath d='M36.965 1.012l-17.61 17.611L21.2 6.091a3.541 3.541 0 10-7.01-1.029l-3.39 23.1c-.012.079 0 .156-.011.235s-.025.183-.025.278c0 .031.008.06.009.091a3.493 3.493 0 00.039.4c.014.105.025.21.049.312a6.919 6.919 0 00.223.663c.042.091.094.176.143.264a3.447 3.447 0 00.2.33c.054.075.116.142.175.213a3.361 3.361 0 00.272.3c.062.06.132.111.2.166a3.5 3.5 0 00.34.255c.067.042.139.076.208.114a3.692 3.692 0 00.416.2c.066.025.136.042.2.063a3.57 3.57 0 00.484.122c.022 0 .041.013.063.016.106.015.212.017.319.023.065 0 .126.02.191.02h.016a3.59 3.59 0 00.5-.036l23.1-3.394a3.541 3.541 0 10-1.029-7.006l-12.514 1.833 17.6-17.6a3.541 3.541 0 00-5.007-5.008z' fill='%23005ded'/%3E%3C/svg%3E");
}
.listed_content_item.style__essentials#essentials_item_b h3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='75.503' height='75.501'%3E%3Cpath d='M37.753 7.1h-.008A30.684 30.684 0 007.1 37.75v.016A30.685 30.685 0 0037.75 68.4h.008A30.684 30.684 0 0068.4 37.752v-.007A30.684 30.684 0 0037.753 7.1zm0 39.215a8.565 8.565 0 118.565-8.565 8.565 8.565 0 01-8.566 8.566z' fill='none'/%3E%3Cpath d='M3.541 34.192a3.549 3.549 0 013.559 3.54v.034-.016A30.684 30.684 0 0137.745 7.1a3.55 3.55 0 01-.011-7.1h.018A37.8 37.8 0 000 37.737a3.55 3.55 0 013.541-3.545z' fill='%238757e5'/%3E%3Cpath d='M71.953 41.3a3.551 3.551 0 01-3.551-3.55A30.684 30.684 0 0137.758 68.4a3.55 3.55 0 01-.008 7.1A37.792 37.792 0 0075.5 37.776a3.548 3.548 0 01-3.547 3.524z' fill='%23448dff'/%3E%3Cpath d='M37.734 0a3.55 3.55 0 00.011 7.1h.008A30.684 30.684 0 0168.4 37.745v.006a3.549 3.549 0 007.1.025v-.024A37.794 37.794 0 0037.764 0h-.03z' fill='%23ffbf00'/%3E%3Cpath d='M41.291 71.959a3.55 3.55 0 00-3.533-3.559h-.008A30.685 30.685 0 017.1 37.766v-.034a3.55 3.55 0 00-7.1.005v.014A37.794 37.794 0 0037.751 75.5a3.55 3.55 0 003.54-3.541z' fill='%23fff'/%3E%3Ccircle cx='37.752' cy='37.751' r='8.565' transform='rotate(-4.065 37.75 37.75)' fill='%23e81c48'/%3E%3C/svg%3E");
}
.listed_content_item.style__essentials#essentials_item_c h3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='59.231' height='75.501'%3E%3Cpath d='M25.83 26.066a3.55 3.55 0 003.548-3.55V3.55a3.55 3.55 0 00-7.1 0v18.967a3.549 3.549 0 003.552 3.549z' fill='%233a8dff'/%3E%3Cpath d='M25.113 38.244a3.551 3.551 0 014.231 2.3l.006.021a3.546 3.546 0 00-6.8-.066L13.192 70.9a3.549 3.549 0 106.784 2.089l5.893-19.144-3.329-11.29a3.55 3.55 0 012.573-4.311z' fill='%23ff557a'/%3E%3Cpath d='M55.681 16.894a3.55 3.55 0 00-3.55 3.55 11.954 11.954 0 01-11.939 11.94 3.55 3.55 0 100 7.1 19.06 19.06 0 0019.039-19.04 3.55 3.55 0 00-3.55-3.55zM10.56 32.613a3.55 3.55 0 00-4.576 2.066L.228 49.906a3.55 3.55 0 106.641 2.509l5.757-15.226a3.55 3.55 0 00-2.066-4.576z' fill='%23fff'/%3E%3Cpath fill='%238757e5' d='M34.905 75.501h-.003.003zM29.35 40.567l-.006-.021a3.55 3.55 0 00-6.8 2.009l3.329 11.291 5.636 19.109a3.547 3.547 0 106.8-2.009z'/%3E%3C/svg%3E");
}

/*  Listed content item – Masked banner
*********************************** */
.listed_content_item.style__masked_banner {
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__masked_banner {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__masked_banner {
    font-size: 2.5rem;
  }
}
.listed_content_item.style__masked_banner .listing_box_text {
  cursor: pointer;
  padding-bottom: 2em;
}
.listed_content_item.style__masked_banner .tag_box {
  color: #1B1464;
}
.listed_content_item.style__masked_banner h2 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__masked_banner h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__masked_banner h2 {
    font-size: 2.5rem;
  }
}
.listed_content_item.style__masked_banner .teaser_text {
  margin-bottom: 0;
}
.listed_content_item.style__masked_banner .cta {
  margin-top: 2em;
}
.listed_content_item.style__masked_banner .listing_box_image {
  flex-shrink: 0;
  position: relative;
}
.listed_content_item.style__masked_banner .listing_box_image img {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='687.249' height='363.484'%3E%3Cpath d='M353.565 363.484l46.761-43.46 20.585 43.46h266.338l-139.723-295c-.832-1.77-2.058-3.217-2.969-4.918A119.57 119.57 0 00530.5 42.774c-1.284-1.535-2.207-3.238-3.574-4.72-1.235-1.334-2.721-2.251-4-3.519a119.8 119.8 0 00-9.576-8.421c-3.013-2.393-6.042-4.671-9.224-6.744-3.23-2.086-6.538-3.934-9.94-5.695A118.464 118.464 0 00483.3 8.559c-3.435-1.368-6.921-2.46-10.471-3.515a117.165 117.165 0 00-11.509-2.908c-3.759-.73-7.534-1.145-11.363-1.507C446.144.276 442.38 0 438.555 0c-3.917.009-7.8.311-11.719.7-3.9.394-7.738.885-11.6 1.658-3.661.73-7.265 1.7-10.895 2.8a120.579 120.579 0 00-12.12 4.307c-1.651.693-3.359 1-4.988 1.774-1.82.861-3.307 2.111-5.065 3.05a118.541 118.541 0 00-20.753 14.086c-1.488 1.249-3.158 2.138-4.592 3.47L0 363.484z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='687.249' height='363.484'%3E%3Cpath d='M353.565 363.484l46.761-43.46 20.585 43.46h266.338l-139.723-295c-.832-1.77-2.058-3.217-2.969-4.918A119.57 119.57 0 00530.5 42.774c-1.284-1.535-2.207-3.238-3.574-4.72-1.235-1.334-2.721-2.251-4-3.519a119.8 119.8 0 00-9.576-8.421c-3.013-2.393-6.042-4.671-9.224-6.744-3.23-2.086-6.538-3.934-9.94-5.695A118.464 118.464 0 00483.3 8.559c-3.435-1.368-6.921-2.46-10.471-3.515a117.165 117.165 0 00-11.509-2.908c-3.759-.73-7.534-1.145-11.363-1.507C446.144.276 442.38 0 438.555 0c-3.917.009-7.8.311-11.719.7-3.9.394-7.738.885-11.6 1.658-3.661.73-7.265 1.7-10.895 2.8a120.579 120.579 0 00-12.12 4.307c-1.651.693-3.359 1-4.988 1.774-1.82.861-3.307 2.111-5.065 3.05a118.541 118.541 0 00-20.753 14.086c-1.488 1.249-3.158 2.138-4.592 3.47L0 363.484z'/%3E%3C/svg%3E");
  webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='687.249' height='363.484'%3E%3Cpath d='M353.565 363.484l46.761-43.46 20.585 43.46h266.338l-139.723-295c-.832-1.77-2.058-3.217-2.969-4.918A119.57 119.57 0 00530.5 42.774c-1.284-1.535-2.207-3.238-3.574-4.72-1.235-1.334-2.721-2.251-4-3.519a119.8 119.8 0 00-9.576-8.421c-3.013-2.393-6.042-4.671-9.224-6.744-3.23-2.086-6.538-3.934-9.94-5.695A118.464 118.464 0 00483.3 8.559c-3.435-1.368-6.921-2.46-10.471-3.515a117.165 117.165 0 00-11.509-2.908c-3.759-.73-7.534-1.145-11.363-1.507C446.144.276 442.38 0 438.555 0c-3.917.009-7.8.311-11.719.7-3.9.394-7.738.885-11.6 1.658-3.661.73-7.265 1.7-10.895 2.8a120.579 120.579 0 00-12.12 4.307c-1.651.693-3.359 1-4.988 1.774-1.82.861-3.307 2.111-5.065 3.05a118.541 118.541 0 00-20.753 14.086c-1.488 1.249-3.158 2.138-4.592 3.47L0 363.484z'/%3E%3C/svg%3E");
  mask-mode: alpha;
  webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  webkit-mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  webkit-mask-position: center;
}
.listed_content_item.style__masked_banner .listing_box_image::before, .listed_content_item.style__masked_banner .listing_box_image::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
.listed_content_item.style__masked_banner .listing_box_image::before {
  bottom: 0;
  left: -2.5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='176.569' height='184.854'%3E%3Cpath d='M7.359 184.854h169.21l-8.08-106.821A84.364 84.364 0 10.241 90.756z' fill='%23ff557a'/%3E%3C/svg%3E");
  width: 27.7%;
  height: 0;
  padding-bottom: 29%;
}
.listed_content_item.style__masked_banner .listing_box_image::after {
  right: 0;
  bottom: 19.2%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='148.527' height='203.123'%3E%3Cpath d='M148.527 0L17.2 115.476A49.935 49.935 0 0082.667 190.9q.243-.21.481-.423l65.379-57.487z' fill='%23ffbf00'/%3E%3C/svg%3E");
  width: 23.3%;
  height: 0;
  padding-bottom: 32%;
}
.listed_content_item.style__masked_banner .listing_box_text {
  position: relative;
}
.listed_content_item.style__masked_banner .listing_box_text:hover .cta, .listed_content_item.style__masked_banner .listing_box_text:focus-within .cta {
  color: white;
  background-color: #1B1464;
}
@media only screen and (max-width: 623px) {
  .listed_content_item.style__masked_banner .listing_box_image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    left: 50%;
    width: calc(100vw + 2px);
    min-width: 320px;
    transform: translateX(-50%);
    margin-bottom: 1.25em;
  }
  .listed_content_item.style__masked_banner .listing_box_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__masked_banner .listing_box_text {
    width: 39.1696381306%;
  }
  .listed_content_item.style__masked_banner .tag_box {
    margin-bottom: 2.3em;
  }
  .listed_content_item.style__masked_banner .listing_box_image {
    width: 56.5497415219%;
  }
}
@media only screen and (min-width: 840px) {
  .listed_content_item.style__masked_banner .listing_box_text {
    width: 31.6749585406%;
  }
  .listed_content_item.style__masked_banner .listing_box_image {
    width: 57.2968490879%;
  }
}

/*  Listed content item – Home tips
*********************************** */
.listed_content_item.style__home_tips {
  background-color: white;
}
.listed_content_item.style__home_tips .tips_list {
  list-style: none;
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 1.15em;
  padding-bottom: 2em;
  margin: 0;
}
.listed_content_item.style__home_tips .tips_list h3 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__home_tips .tips_list h3 {
    font-size: 1.125rem;
  }
}
.listed_content_item.style__home_tips .tips_list h3 a {
  padding-bottom: 1px;
  border-bottom: thin solid #8757E5;
}
.listed_content_item.style__home_tips .tips_list h3 a::before {
  content: none;
}
.listed_content_item.style__home_tips .tips_list h3,
.listed_content_item.style__home_tips .tips_list h3 a {
  color: #1B1464;
}
@media only screen and (min-width: 480px) {
  .listed_content_item.style__home_tips .tips_list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__home_tips .tips_list {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}

/*  Listed content item – Home 5050
*********************************** */
.listed_content_item.style__home_5050 {
  font-size: 1.5625rem;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__home_5050 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__home_5050 {
    font-size: 2.5rem;
  }
}
.listed_content_item.style__home_5050 .listing_box_text {
  background-color: white;
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.listed_content_item.style__home_5050 h2 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  .listed_content_item.style__home_5050 h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.style__home_5050 h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 408px) {
  .listed_content_item.style__home_5050 .read_more {
    margin-top: 2.85em;
  }
}
@media only screen and (min-width: 480px) {
  .listed_content_item.style__home_5050 .listing_box_text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 552px) {
  .listed_content_item.style__home_5050 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .listed_content_item.style__home_5050 > * {
    width: 50%;
  }
  .listed_content_item.style__home_5050 .listing_box_image {
    position: relative;
    margin-bottom: 0;
  }
  .listed_content_item.style__home_5050 .listing_box_image picture,
  .listed_content_item.style__home_5050 .listing_box_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .listed_content_item.style__home_5050 .listing_box_image img {
    object-fit: cover;
    object-position: 50% 50%;
  }
}
@media only screen and (min-width: 624px) {
  .listed_content_item.style__home_5050 .listing_box_text {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}

/*  Listed content item – Listed Home Full Bleed
*********************************** */
.listed_content_item.listed_home_fullbleed {
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  min-height: 9.2727em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 624px) {
  .listed_content_item.listed_home_fullbleed {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .listed_content_item.listed_home_fullbleed {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .listed_content_item.listed_home_fullbleed {
    font-size: 3.4375rem;
  }
}
.listed_content_item.listed_home_fullbleed .listing_box_image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  min-width: 320px;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
.listed_content_item.listed_home_fullbleed .listing_box_image::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}
.listed_content_item.listed_home_fullbleed .listing_box_image picture,
.listed_content_item.listed_home_fullbleed .listing_box_image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
.listed_content_item.listed_home_fullbleed .listing_box_text {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.listed_content_item.listed_home_fullbleed h1,
.listed_content_item.listed_home_fullbleed h1 a {
  color: white;
}
.listed_content_item.listed_home_fullbleed .listing_box_text:hover .cta, .listed_content_item.listed_home_fullbleed .listing_box_text:focus-within .cta {
  color: white;
  background-color: #1B1464;
}

/*  Sidebar (first or second)
*********************************** */
.sidebars ul.menu {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
  list-style: none;
  width: 100%;
  margin: 0;
}
.sidebars ul.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.15em;
}
.sidebars ul.menu a {
  color: #1B1464;
  width: calc(100% - 2em);
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.sidebars ul.menu a:hover, .sidebars ul.menu a:focus, .sidebars ul.menu a.menu-item--active-trail {
  color: #1368ED;
}
.sidebars ul.menu a.menu-item--active-trail {
  font-weight: 700;
}
.sidebars ul.menu ul.menu li a {
  position: relative;
  padding-left: 1.2em;
}
.sidebars ul.menu ul.menu li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.575em;
  left: 0;
  width: 6px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M5.692 4.3a.783.783 0 00.07-.153.843.843 0 00.038-.113.822.822 0 00.006-.157.767.767 0 00-.006-.127.7.7 0 00-.05-.139.78.78 0 00-.061-.131c-.007-.011-.008-.023-.016-.034a.642.642 0 00-.091-.082.675.675 0 00-.072-.079L1.2.143a.75.75 0 00-.888 1.213L3.8 3.9.3 6.48a.75.75 0 10.9 1.203L5.518 4.5a.736.736 0 00.1-.114c.018-.019.042-.027.058-.048s.009-.026.016-.038z' fill='%231b1464'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.sidebars ul.menu ul.menu li a:hover::before, .sidebars ul.menu ul.menu li a:focus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M5.692 4.3a.783.783 0 00.07-.153.843.843 0 00.038-.113.822.822 0 00.006-.157.767.767 0 00-.006-.127.7.7 0 00-.05-.139.78.78 0 00-.061-.131c-.007-.011-.008-.023-.016-.034a.642.642 0 00-.091-.082.675.675 0 00-.072-.079L1.2.143a.75.75 0 00-.888 1.213L3.8 3.9.3 6.48a.75.75 0 10.9 1.203L5.518 4.5a.736.736 0 00.1-.114c.018-.019.042-.027.058-.048s.009-.026.016-.038z' fill='%233A8DFF'/%3E%3C/svg%3E");
}
.sidebars ul.menu ul.menu li a.menu-item--active-trail::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M5.692 4.3a.783.783 0 00.07-.153.843.843 0 00.038-.113.822.822 0 00.006-.157.767.767 0 00-.006-.127.7.7 0 00-.05-.139.78.78 0 00-.061-.131c-.007-.011-.008-.023-.016-.034a.642.642 0 00-.091-.082.675.675 0 00-.072-.079L1.2.143a.75.75 0 00-.888 1.213L3.8 3.9.3 6.48a.75.75 0 10.9 1.203L5.518 4.5a.736.736 0 00.1-.114c.018-.019.042-.027.058-.048s.009-.026.016-.038z' fill='%233A8DFF'/%3E%3C/svg%3E");
  transform: rotate(90deg);
}
.sidebars ul.menu ul.menu ul.menu {
  padding-left: 1.2em;
}
.sidebars form label {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0;
}
.sidebars form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebars form ul li {
  margin-bottom: 0.15em;
}
.sidebars form ul ul {
  padding-left: 1em;
}
.sidebars form .form-item {
  margin-bottom: 0;
}
.sidebars form .form-type-checkbox label::before {
  width: 8px;
  height: 8px;
}
.sidebars .block {
  font-size: 1.1875rem;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .sidebars .block {
    font-size: 1.25rem;
  }
}
.sidebars .block > h2 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45em;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 768px) {
  .sidebars .block > h2 {
    font-size: 1.25rem;
  }
}
.sidebars .block > h2,
.sidebars .block > h2 a {
  color: #1B1464;
}
.sidebars .block > h2 a:hover, .sidebars .block > h2 a:focus {
  color: #1B1464;
}
@media only screen and (max-width: 1055px) {
  .sidebars .block-menu {
    display: none;
  }
}
.sidebars .bef-exposed-form h2 {
  color: #1B1464;
}
.sidebars .bef-exposed-form form legend {
  display: none;
}
.sidebars .bef-exposed-form .form-actions {
  display: none;
}
.sidebars .block-social-share > h2 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #1368ED;
}
.sidebars .block-social-share > h2::before {
  content: " ";
  display: block;
  width: 0.9375rem;
  height: 0.1875rem;
  background-color: #FFBF00;
  border-radius: 0.09375rem;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 840px) {
  .sidebars {
    position: relative;
    z-index: 1;
  }
  .sidebars:has(div)::before {
    content: " ";
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background-color: white;
  }
}
.sidebars:empty {
  display: none;
}

/* 	Footer – Layout
*********************************** */
.full_width__footer {
  font-size: 1.5625rem;
  background-color: #1B1464;
  padding-top: 1.525em;
  padding-bottom: 1em;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .full_width__footer {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .full_width__footer {
    font-size: 2.5rem;
  }
}
.full_width__footer .region-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1.875rem;
}
.full_width__footer .block.footer_effusion {
  text-align: right;
}
@media only screen and (max-width: 407px) {
  .full_width__footer .region-footer {
    gap: 1rem;
    row-gap: 1.875rem;
  }
}
@media only screen and (max-width: 623px) {
  .full_width__footer .region-footer .block {
    grid-column: 1/3;
  }
  .full_width__footer .region-footer .fr-logo-block,
  .full_width__footer .region-footer .block.footer_effusion {
    grid-row: 6;
  }
  .full_width__footer .region-footer .fr-logo-block {
    grid-column: 1/2;
  }
  .full_width__footer .region-footer .block.footer_effusion {
    grid-column: 2/3;
  }
}
@media only screen and (min-width: 624px) {
  .full_width__footer {
    padding-bottom: 1.25em;
  }
  .full_width__footer .region-footer {
    grid-template-columns: repeat(12, 1fr);
  }
  .full_width__footer .region-footer > * {
    grid-column: 1/13;
  }
  .full_width__footer .region-footer .block-system-branding-block {
    grid-column: 1/7;
  }
  .full_width__footer .region-footer .block.footer_newsletter {
    grid-column: 7/13;
  }
  .full_width__footer .region-footer .block.footer_follow {
    grid-column: 1/5;
  }
  .full_width__footer .region-footer .smallLinksFooter {
    grid-column: 5/13;
  }
  .full_width__footer .region-footer .fr-logo-block,
  .full_width__footer .region-footer .block.footer_effusion {
    grid-row: 4;
  }
  .full_width__footer .region-footer .fr-logo-block {
    grid-column: 1/4;
  }
  .full_width__footer .region-footer .block.footer_effusion {
    grid-column: 1/13;
  }
}
@media only screen and (min-width: 768px) {
  .full_width__footer .region-footer .fr-logo-block,
  .full_width__footer .region-footer .block.footer_effusion {
    grid-row: 6;
  }
}
@media only screen and (min-width: 840px) {
  .full_width__footer .region-footer .block.footer_follow {
    grid-column: 1/4;
  }
  .full_width__footer .region-footer .smallLinksFooter {
    grid-column: 4/10;
  }
  .full_width__footer .region-footer .fr-logo-block {
    grid-column: 10/13;
  }
  .full_width__footer .region-footer .block.footer_info {
    grid-column: 1/10;
  }
  .full_width__footer .region-footer .block.footer_effusion {
    grid-column: 11/13;
  }
  .full_width__footer .region-footer .fr-logo-block,
  .full_width__footer .region-footer .block.footer_effusion {
    grid-row: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .full_width__footer .region-footer .block.footer_follow {
    grid-column: 1/3;
  }
  .full_width__footer .region-footer .smallLinksFooter {
    grid-column: 3/11;
  }
  .full_width__footer .region-footer .fr-logo-block {
    grid-column: 11/13;
  }
}
@media print {
  .full_width__footer {
    display: none;
  }
}

/* 	Footer – Elements
*********************************** */
.full_width__footer a, .full_width__footer a:link {
  color: white;
  text-decoration: none;
}
.full_width__footer a:hover, .full_width__footer a:focus, .full_width__footer a:link:hover, .full_width__footer a:link:focus {
  color: #FF557A;
  text-decoration: none;
}
.full_width__footer p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  color: white;
  margin-bottom: 0.5em;
}
.full_width__footer p:last-child {
  margin-bottom: 0;
}
.full_width__footer p a {
  border: 0;
}
.full_width__footer .field--name-body a:not(.cta), .full_width__footer .field--name-body a:not(.cta):link {
  border: 0;
}
.full_width__footer .field--name-body p a, .full_width__footer .field--name-body p a:link {
  color: white;
  border: 0;
  text-decoration: underline;
}
.full_width__footer .field--name-body p a:hover, .full_width__footer .field--name-body p a:focus, .full_width__footer .field--name-body p a:link:hover, .full_width__footer .field--name-body p a:link:focus {
  color: #1B1464;
}
.full_width__footer h2 {
  color: white;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  .full_width__footer h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .full_width__footer h2 {
    font-size: 2rem;
  }
}
.full_width__footer ul.menu {
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.full_width__footer ul.menu li {
  margin-bottom: 0.7em;
}
.full_width__footer .site-branding a {
  max-width: 13.6875rem;
}
.full_width__footer .site-branding a img {
  opacity: 0;
}
.full_width__footer .site-branding a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='274.457' height='79.69'%3E%3Cpath d='M180.347 33.611h-2.428v12.468h2.428c3.986 0 6.653-2.487 6.653-6.294s-2.547-6.174-6.653-6.174zM204.983 36.339a2.726 2.726 0 00-3-2.818H198.6v5.665h3.387a2.718 2.718 0 002.996-2.847zM181.156 16.754a6.212 6.212 0 006.354-6.5 6.356 6.356 0 10-12.708 0 6.178 6.178 0 006.354 6.5zM153.733 63.116h-3.387v5.665h3.387a2.837 2.837 0 100-5.665zM115.249 70.879h-4.586v4.975h4.586c1.768 0 2.817-.9 2.817-2.488 0-1.558-1.049-2.487-2.817-2.487zM135.749 5.964l-2.877 7.733h5.695l-2.818-7.733zM116.028 65.274c0-1.409-.989-2.248-2.577-2.248h-2.788v4.526h2.788c1.588 0 2.577-.869 2.577-2.278zM187.421 72.887h5.694l-2.817-7.733-2.877 7.733zM221.198 13.697h5.695l-2.818-7.733-2.877 7.733z' fill='none'/%3E%3Cpath d='M41.724 33.965a5.482 5.482 0 008.726-4.426l-.044-23.921a5.482 5.482 0 10-10.963.014l.043 23.921a5.477 5.477 0 002.238 4.412zM82.54 28.128L59.848 35.7a5.482 5.482 0 003.465 10.4L86 38.529a5.481 5.481 0 10-3.464-10.4zM33.375 42.632a5.48 5.48 0 00-3.468-6.932L7.216 28.128a5.481 5.481 0 10-3.465 10.4L26.442 46.1a5.482 5.482 0 006.933-3.468zM49.241 43.785a5.472 5.472 0 00-8.842.029c-.026.036-.054.07-.079.106-.014.021-.03.04-.043.06l-19.54 26.861A5.482 5.482 0 0029.6 77.29l15.26-20.976 15.487 20.992a5.482 5.482 0 008.824-6.506z' fill='%23fff'/%3E%3Cpath d='M40.4 43.814l-.078.107c.025-.036.053-.07.079-.106z' fill='%238857e5'/%3E%3Cpath d='M108.775 20.5a2 2 0 002.008-2.068V7.942l8.812 11.33A2.466 2.466 0 00121.6 20.5a1.971 1.971 0 001.978-2.038V2.068a2.023 2.023 0 10-4.046 0l.03 10.49-8.779-11.239C110.184.569 109.734 0 108.715 0a1.99 1.99 0 00-1.978 2.038v16.394a2.01 2.01 0 002.038 2.068zM128.826 20.5a1.984 1.984 0 001.888-1.438l.839-2.038h8.362l.84 2.038a2.046 2.046 0 001.918 1.438 1.932 1.932 0 001.978-1.948 2.723 2.723 0 00-.24-1.079l-6.744-16.094a2.023 2.023 0 00-3.836 0l-6.773 16.094a3.377 3.377 0 00-.24 1.079 1.958 1.958 0 002.008 1.948zm6.923-14.536l2.818 7.733h-5.695zM150.166 18.432a2.023 2.023 0 104.046 0V4.016h4.705a1.823 1.823 0 001.858-1.828A1.787 1.787 0 00158.917.36H145.46a1.8 1.8 0 00-1.86 1.828 1.823 1.823 0 001.858 1.828h4.706zM165.241 20.5a1.985 1.985 0 002.008-2.068V2.068a2.023 2.023 0 10-4.046 0v16.364a1.992 1.992 0 002.038 2.068zM181.126 20.5a10.671 10.671 0 007.489-2.978 10.169 10.169 0 000-14.544 10.869 10.869 0 00-14.937-.011 10.1 10.1 0 00-3.042 7.283 10.1 10.1 0 003.031 7.283 10.581 10.581 0 007.459 2.967zm.03-16.754a6.262 6.262 0 014.559 1.836 6.571 6.571 0 011.795 4.668 6.571 6.571 0 01-1.795 4.668 6.609 6.609 0 01-9.13.012 6.578 6.578 0 01-1.783-4.68 6.574 6.574 0 011.783-4.679 6.268 6.268 0 014.571-1.825zM197.1 20.5a2 2 0 002.008-2.068V7.942l8.812 11.33a2.466 2.466 0 002.008 1.228 1.971 1.971 0 001.978-2.038V2.068a2.023 2.023 0 10-4.046 0l.03 10.49-8.781-11.239C198.51.569 198.06 0 197.041 0a1.99 1.99 0 00-1.978 2.038v16.394A2.01 2.01 0 00197.1 20.5zM232.977 18.552a2.723 2.723 0 00-.24-1.079l-6.743-16.094a2.024 2.024 0 00-3.837 0l-6.773 16.094a3.377 3.377 0 00-.24 1.079 1.958 1.958 0 002.008 1.948 1.984 1.984 0 001.888-1.438l.839-2.038h8.362l.84 2.038A2.046 2.046 0 00231 20.5a1.932 1.932 0 001.977-1.948zM221.2 13.7l2.877-7.733 2.818 7.733zM247.333 16.484h-7.043V2.068A1.985 1.985 0 00238.282 0a2.046 2.046 0 00-2.038 2.068v16.005a2 2 0 002.068 2.068h9.021a1.787 1.787 0 001.858-1.828 1.806 1.806 0 00-1.858-1.829zM116.178 33.341A6.089 6.089 0 01121 35.559a2.441 2.441 0 00.735.581 1.829 1.829 0 00.824.2 1.906 1.906 0 001.341-.54 1.8 1.8 0 00.551-1.285 1.949 1.949 0 00-.157-.772 2.742 2.742 0 00-.472-.726 9.284 9.284 0 00-3.35-2.507 10.513 10.513 0 00-4.293-.91 10.673 10.673 0 00-7.5 2.967 10.238 10.238 0 00-.015 14.566 10.843 10.843 0 0011.8 2.057 9.07 9.07 0 003.327-2.506 3 3 0 00.483-.772 1.894 1.894 0 00.146-.727 1.813 1.813 0 00-.536-1.285 1.879 1.879 0 00-2.161-.345 2.711 2.711 0 00-.75.581 6.565 6.565 0 01-2.184 1.671 6.167 6.167 0 01-2.611.547 6.326 6.326 0 01-4.586-1.821 6.509 6.509 0 01-1.8-4.653 6.6 6.6 0 011.8-4.694 6.3 6.3 0 014.586-1.845zM143.152 29.6a1.975 1.975 0 00-2.038 2.068v5.874h-8.751v-5.849a2.025 2.025 0 10-4.047 0V48a2.025 2.025 0 104.047 0v-6.8h8.751V48a2.024 2.024 0 104.046 0V31.663a1.968 1.968 0 00-2.008-2.063zM151.694 29.6a1.992 1.992 0 00-2.038 2.068v16.359a2.023 2.023 0 104.046 0V31.663a1.985 1.985 0 00-2.008-2.063zM158.2 31.663v16.005a2 2 0 002.068 2.068h9.021a1.829 1.829 0 100-3.657h-7.043V31.663a1.985 1.985 0 00-2.008-2.068 2.046 2.046 0 00-2.038 2.068zM191.136 39.785a9.378 9.378 0 00-2.974-7.118 11.339 11.339 0 00-7.785-2.712h-4.436a2 2 0 00-2.068 2.068v15.645a2 2 0 002.068 2.068h4.436a11.236 11.236 0 007.751-2.773 9.544 9.544 0 003.008-7.178zm-10.789 6.294h-2.428V33.611h2.428a6.975 6.975 0 014.866 1.66A5.95 5.95 0 01187 39.785a6.11 6.11 0 01-1.832 4.575 6.882 6.882 0 01-4.821 1.719zM196.591 50.1a2 2 0 002.008-2.068v-5.28h3.447l4.436 6.294a2.145 2.145 0 001.8 1.049 1.893 1.893 0 001.888-1.858 2.849 2.849 0 00-.569-1.528l-3.567-4.946a6.112 6.112 0 003.087-5.454c0-3.777-2.877-6.354-7.1-6.354h-5.395a1.992 1.992 0 00-2.068 2.038v16.034a2.01 2.01 0 002.033 2.073zm2.009-16.579h3.387a2.837 2.837 0 110 5.665H198.6zM225.784 46.079h-8v-5.005h5.245a1.724 1.724 0 100-3.447h-5.245v-4.016h7.643a1.823 1.823 0 001.858-1.828 1.787 1.787 0 00-1.858-1.828h-9.681a1.971 1.971 0 00-2.008 2.008v15.765a1.971 1.971 0 002.008 2.008h10.041a1.829 1.829 0 100-3.657zM245.715 29.6a2.01 2.01 0 00-2.038 2.068l.03 10.49-8.782-11.239c-.6-.75-1.049-1.319-2.068-1.319a1.99 1.99 0 00-1.978 2.038v16.389a2.023 2.023 0 104.046 0v-10.49l8.812 11.329a2.463 2.463 0 002.008 1.229 1.972 1.972 0 001.978-2.038V31.663a2 2 0 00-2.008-2.063zM254.8 29.6a2.231 2.231 0 00-2.218 2.518 41.4 41.4 0 01-.6 5.065 1.791 1.791 0 001.828 1.8c1.049 0 1.558-.42 2.1-1.708a19.107 19.107 0 001.139-5.215 2.2 2.2 0 00-2.249-2.46zM269.572 38.377l-2.248-.99c-1.768-.809-2.308-1.288-2.308-2.277 0-1.229 1.019-1.919 2.458-1.919a4.48 4.48 0 013.117 1.409 1.716 1.716 0 001.109.42 1.875 1.875 0 001.858-1.8 1.834 1.834 0 00-.539-1.288 7.126 7.126 0 00-5.545-2.338c-3.747 0-6.564 2.278-6.564 5.605 0 2.547 1.649 4.256 4.8 5.694l2.128.959c1.828.839 2.517 1.319 2.517 2.458 0 1.349-1.049 2.188-2.817 2.188a5.918 5.918 0 01-4.226-2.038 1.576 1.576 0 00-1.049-.39 1.834 1.834 0 00-1.858 1.8 2.2 2.2 0 00.749 1.559 9.067 9.067 0 006.384 2.667c3.956 0 6.923-2.277 6.923-5.934-.004-2.698-1.592-4.317-4.889-5.785zM118.546 68.631a4.7 4.7 0 001.468-3.567c0-3.267-2.577-5.515-6.264-5.515h-4.945a2 2 0 00-2.068 2.069v15.645a2 2 0 002.068 2.068h6.744c3.836 0 6.533-2.4 6.533-5.815a4.954 4.954 0 00-3.536-4.885zm-7.883-5.6h2.788c1.588 0 2.577.839 2.577 2.248s-.989 2.278-2.577 2.278h-2.788zm4.586 12.828h-4.586v-4.98h4.586c1.768 0 2.817.929 2.817 2.487 0 1.589-1.049 2.488-2.817 2.488zM139.945 59.19a2.013 2.013 0 00-1.457.6 2.08 2.08 0 00-.581 1.472v10.19a4.6 4.6 0 01-1.172 3.282 4.755 4.755 0 01-6.347 0 4.6 4.6 0 01-1.172-3.282V61.258a2.09 2.09 0 00-.577-1.472 1.973 1.973 0 00-1.431-.6 2.015 2.015 0 00-1.458.6 2.079 2.079 0 00-.58 1.472v9.89a8.621 8.621 0 002.319 6.182 8.994 8.994 0 0012.146 0 8.626 8.626 0 002.319-6.182v-9.89a2.094 2.094 0 00-.577-1.472 1.973 1.973 0 00-1.432-.596zM157.779 71.358a6.113 6.113 0 003.087-5.454c0-3.777-2.877-6.355-7.1-6.355h-5.4a1.993 1.993 0 00-2.068 2.039v16.034a2.023 2.023 0 104.046 0v-5.275h3.447l4.435 6.294a2.146 2.146 0 001.8 1.049 1.893 1.893 0 001.888-1.858 2.843 2.843 0 00-.57-1.528zm-4.046-2.577h-3.387v-5.665h3.387a2.837 2.837 0 110 5.665zM177.53 75.674h-8v-5.005h5.245a1.724 1.724 0 100-3.447h-5.245v-4.016h7.643a1.823 1.823 0 001.858-1.828 1.788 1.788 0 00-1.858-1.829h-9.683a1.972 1.972 0 00-2.008 2.009v15.765a1.971 1.971 0 002.008 2.008h10.04a1.829 1.829 0 100-3.657zM192.216 60.569a2.023 2.023 0 00-3.836 0l-6.774 16.094a3.372 3.372 0 00-.239 1.079 1.958 1.958 0 002.008 1.948 1.985 1.985 0 001.888-1.439l.839-2.037h8.362l.839 2.037a2.047 2.047 0 001.918 1.439 1.932 1.932 0 001.978-1.948 2.72 2.72 0 00-.239-1.079zm-4.8 12.318l2.877-7.733 2.817 7.733zM216.343 59.19a2.013 2.013 0 00-1.457.6 2.08 2.08 0 00-.581 1.472v10.19a4.6 4.6 0 01-1.172 3.282 4.755 4.755 0 01-6.347 0 4.6 4.6 0 01-1.172-3.282V61.258a2.094 2.094 0 00-.577-1.472 1.973 1.973 0 00-1.431-.6 2.015 2.015 0 00-1.458.6 2.079 2.079 0 00-.58 1.472v9.89a8.621 8.621 0 002.319 6.182 8.993 8.993 0 0012.145 0 8.621 8.621 0 002.319-6.182v-9.89a2.09 2.09 0 00-.577-1.472 1.969 1.969 0 00-1.431-.596z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 479px) {
  .full_width__footer .site-branding a {
    width: 9rem;
  }
}
.full_width__footer .block.footer_family {
  position: relative;
  background-color: #1B1464;
  padding-top: clamp(1.5rem, 2.4285714286vw, 2.125rem);
  padding-bottom: clamp(1.5rem, 2.5vw, 2.1875rem);
}
.full_width__footer .block.footer_family::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  height: 100%;
  background-color: #110B55;
  box-shadow: inset 0px 0px 70px rgba(0, 0, 0, 0.07);
  transform: translateX(-50%);
}
.full_width__footer .block.footer_family > * {
  position: relative;
  z-index: 2;
}
.full_width__footer .block.footer_family > h2 {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #FFBF00;
  margin-bottom: 1.85em;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.full_width__footer .view-networks .gridList {
  align-items: center;
}
.full_width__footer .view-networks .gridItem {
  flex-shrink: 1;
  width: auto;
  padding-bottom: 0;
  margin-right: clamp(1.75rem, 4.2857142857vw, 3.75rem);
}
.full_width__footer .view-networks h2 {
  margin: 0;
}
.full_width__footer .view-networks .marquee-container {
  display: flex;
  position: relative;
  left: 50%;
  width: calc(100vw + 2px);
  overflow: hidden;
  transform: translateX(-50%);
}
.full_width__footer .view-networks .marquee-container .gridList {
  flex-wrap: nowrap;
}
.full_width__footer .view-networks .original-content a {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.full_width__footer .view-networks .original-content a:active, .full_width__footer .view-networks .original-content a:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}
.full_width__footer .view-networks .js-setting-up-marquee .gridList {
  gap: 0;
  row-gap: 0 !important;
}
.full_width__footer .view-networks .marquee {
  animation: scroll 60s linear 0s infinite;
}
.full_width__footer .view-networks .marquee-container:hover .marquee {
  animation-play-state: paused;
}
@media only screen and (max-width: 1128px) {
  .full_width__footer .view-networks .gridList {
    justify-content: flex-start;
    gap: 2rem;
    row-gap: 1.5rem;
  }
}
@media only screen and (min-width: 624px) {
  .full_width__footer .block.footer_info p {
    margin-bottom: 0;
  }
}
.full_width__footer .social_media_links li a {
  width: 1.875rem;
  height: 1.875rem;
  background-position: 50% 60%;
}
.full_width__footer .region-footer .fr-logo-block .field--name-body {
  display: inline-block;
  width: clamp(7.375rem, 19.6614583333vw, 9.4375rem);
}
.full_width__footer .region-footer .fr-logo-block .fr-logo {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  aspect-ratio: 1/0.306;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 226.772 69.477'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff;stroke-width:0}%3C/style%3E%3C/defs%3E%3Cpath d='M34.738 5.71c16.006 0 29.028 13.022 29.028 29.028S50.744 63.766 34.738 63.766 5.71 50.744 5.71 34.738 18.732 5.71 34.738 5.71m0-5.71C15.553 0 0 15.553 0 34.738s15.553 34.738 34.738 34.738 34.738-15.553 34.738-34.738S53.924 0 34.738 0Z' class='cls-1'/%3E%3Cpath d='M14.095 23.089h19.732v5.99H20.931v4.193h11.663v5.673H20.931v8.809h-6.836V23.089ZM35.204 23.089h11.663c3.771 0 6.378.986 8.034 2.643 1.444 1.444 2.184 3.312 2.184 5.743v.071c0 3.805-2.008 6.307-5.074 7.61l5.885 8.598h-7.858l-4.968-7.47h-3.03v7.47h-6.836V23.089Zm11.381 11.839c2.291 0 3.665-1.128 3.665-2.925v-.07c0-1.973-1.444-2.96-3.7-2.96h-4.51v5.955h4.545ZM82.901 24.159h10.701v1.043H84.03v6.228h8.596v1.043H84.03v6.88h-1.129V24.158ZM95.819 33.037v-8.878h1.129v8.769c0 3.582 1.932 5.645 5.145 5.645 3.082 0 5.058-1.868 5.058-5.536v-8.878h1.128v8.749c0 4.363-2.539 6.685-6.23 6.685-3.646 0-6.229-2.3-6.229-6.556ZM111.474 24.159h1.064l10.484 13.22v-13.22h1.086v15.195h-.846l-10.701-13.5v13.5h-1.086V24.159ZM127.539 24.159h5.058c4.775 0 8.074 3.279 8.074 7.555v.042c0 4.276-3.299 7.597-8.074 7.597h-5.058V24.158Zm5.058 14.153c4.232 0 6.902-2.887 6.902-6.512v-.044c0-3.603-2.67-6.554-6.902-6.554h-3.93v13.11h3.93ZM143.432 24.159h6.381c1.868 0 3.365.587 4.276 1.498a4.01 4.01 0 0 1 1.15 2.822v.044c0 2.539-1.888 3.993-4.449 4.341l5.014 6.49h-1.433l-4.839-6.295h-4.972v6.295h-1.128V24.159Zm6.251 7.88c2.541 0 4.429-1.281 4.429-3.474v-.042c0-2.041-1.606-3.321-4.363-3.321h-5.189v6.837h5.123ZM163.817 24.05h1.086l7.075 15.303h-1.237l-1.932-4.254h-8.964l-1.932 4.254h-1.172l7.077-15.303Zm4.515 10.03-3.995-8.791-4.015 8.791h8.009ZM174.261 24.159h1.13v15.195h-1.13V24.159ZM177.996 37.14l.738-.846c1.671 1.54 3.213 2.258 5.448 2.258 2.28 0 3.842-1.281 3.842-3.018v-.044c0-1.606-.846-2.539-4.298-3.233-3.645-.738-5.123-1.976-5.123-4.276v-.044c0-2.258 2.063-3.995 4.885-3.995 2.214 0 3.667.609 5.209 1.845l-.716.891c-1.433-1.238-2.867-1.715-4.537-1.715-2.236 0-3.711 1.281-3.711 2.865v.044c0 1.606.824 2.583 4.427 3.321 3.516.716 4.994 1.974 4.994 4.188v.044c0 2.453-2.107 4.146-5.036 4.146-2.432 0-4.298-.802-6.122-2.431ZM191.933 24.159h1.13v15.195h-1.13V24.159ZM196.645 24.159h1.064l10.484 13.22v-13.22h1.086v15.195h-.846l-10.701-13.5v13.5h-1.086V24.159ZM212.038 31.8v-.044c0-4.101 2.973-7.857 7.511-7.857 2.475 0 4.037.738 5.557 1.996l-.738.846c-1.194-1.041-2.583-1.823-4.883-1.823-3.691 0-6.274 3.126-6.274 6.795v.042c0 3.93 2.453 6.859 6.512 6.859 1.932 0 3.733-.802 4.841-1.737v-4.363h-5.078v-1.041h6.164v5.86c-1.367 1.216-3.494 2.28-5.969 2.28-4.797 0-7.641-3.538-7.641-7.814ZM82.688 43.166h7.786c2.165 0 3.844.607 4.963 1.727.949.948 1.46 2.286 1.46 3.893v.049c0 2.75-1.484 4.476-3.649 5.279l4.161 6.083h-4.38l-3.649-5.45h-2.944v5.45h-3.747v-17.03Zm7.542 8.273c1.824 0 2.871-.974 2.871-2.41v-.047c0-1.606-1.119-2.434-2.944-2.434h-3.722v4.892h3.795ZM99.052 43.166h12.845v3.333h-9.124v3.455h8.03v3.333h-8.03v3.576h9.246v3.333H99.052v-17.03ZM113.374 51.73v-.049c0-4.841 3.772-8.807 8.929-8.807 3.067 0 4.916.826 6.692 2.336l-2.359 2.846c-1.315-1.096-2.483-1.728-4.453-1.728-2.726 0-4.89 2.409-4.89 5.304v.049c0 3.114 2.141 5.401 5.156 5.401 1.364 0 2.58-.341 3.528-1.021v-2.434h-3.771v-3.235h7.397v7.395c-1.752 1.484-4.161 2.7-7.275 2.7-5.304 0-8.954-3.721-8.954-8.758ZM131.71 52.897v-9.731h3.747V52.8c0 2.773 1.387 4.208 3.674 4.208s3.674-1.386 3.674-4.088v-9.755h3.747v9.609c0 5.158-2.895 7.689-7.47 7.689s-7.372-2.554-7.372-7.567ZM149.145 43.166h3.747V56.79h8.491v3.406h-12.238v-17.03ZM168.819 43.044h3.455l7.299 17.152h-3.917l-1.557-3.82h-7.202l-1.557 3.82h-3.82l7.299-17.152Zm3.942 10.025-2.263-5.523-2.263 5.523h4.525ZM182.752 46.62h-5.182v-3.453h14.111v3.453h-5.182v13.576h-3.747V46.62ZM191.843 51.73v-.049c0-4.841 3.82-8.807 9.075-8.807s9.027 3.917 9.027 8.758v.049c0 4.841-3.82 8.807-9.075 8.807s-9.027-3.917-9.027-8.758Zm14.186 0v-.049c0-2.919-2.142-5.353-5.158-5.353s-5.109 2.385-5.109 5.304v.049c0 2.919 2.141 5.353 5.156 5.353s5.111-2.385 5.111-5.304ZM212.052 43.166h7.786c2.164 0 3.844.607 4.963 1.727.948.948 1.46 2.286 1.46 3.893v.049c0 2.75-1.484 4.476-3.65 5.279l4.161 6.083h-4.38l-3.65-5.45h-2.943v5.45h-3.747v-17.03Zm7.541 8.273c1.825 0 2.872-.974 2.872-2.41v-.047c0-1.606-1.119-2.434-2.945-2.434h-3.721v4.892h3.794ZM82.866 7.378h4.048c1.142 0 2.037.337 2.621.908.48.493.753 1.168.753 1.959v.026c0 1.492-.895 2.387-2.154 2.75l2.452 3.438h-1.894l-2.232-3.166h-1.998v3.166h-1.596V7.378Zm3.932 4.501c1.142 0 1.868-.596 1.868-1.518v-.026c0-.973-.701-1.505-1.881-1.505h-2.323v3.049h2.336ZM91.585 13.06v-.026c0-1.959 1.388-3.568 3.348-3.568 2.18 0 3.283 1.713 3.283 3.685 0 .142-.013.285-.026.441h-5.034c.169 1.116.96 1.739 1.972 1.739.766 0 1.31-.286 1.855-.818l.921.818c-.649.778-1.544 1.284-2.803 1.284-1.985 0-3.516-1.44-3.516-3.555Zm5.073-.506c-.104-1.012-.701-1.804-1.739-1.804-.96 0-1.635.74-1.778 1.804h3.516ZM99.766 17.744l.584-1.181c.74.454 1.505.727 2.439.727 1.401 0 2.167-.727 2.167-2.102v-.532c-.571.74-1.285 1.259-2.413 1.259-1.609 0-3.114-1.194-3.114-3.205v-.026c0-2.024 1.518-3.218 3.114-3.218 1.154 0 1.868.532 2.4 1.168V9.609h1.57v5.45c0 1.154-.298 2.011-.869 2.582-.623.623-1.583.921-2.816.921-1.129 0-2.18-.286-3.062-.817Zm5.203-5.047v-.026c0-1.115-.921-1.881-2.011-1.881s-1.946.752-1.946 1.881v.026c0 1.116.869 1.881 1.946 1.881 1.09 0 2.011-.765 2.011-1.881ZM108.492 7.066h1.687v1.492h-1.687V7.066Zm.065 2.543h1.57v6.851h-1.57V9.609ZM111.576 15.564l.7-1.064c.753.558 1.544.843 2.245.843.675 0 1.064-.285 1.064-.739v-.026c0-.532-.727-.713-1.531-.96-1.012-.286-2.141-.701-2.141-2.011v-.026c0-1.297 1.077-2.089 2.439-2.089.857 0 1.791.299 2.517.779l-.623 1.116c-.662-.403-1.363-.649-1.934-.649-.61 0-.96.286-.96.675v.026c0 .506.74.714 1.544.973.999.311 2.128.766 2.128 1.998v.026c0 1.44-1.116 2.153-2.543 2.153-.973 0-2.05-.35-2.906-1.025ZM118.946 14.566v-3.607h-.869V9.61h.869V7.729h1.57V9.61h1.843v1.349h-1.843v3.36c0 .61.311.856.843.856.35 0 .662-.078.973-.233v1.285c-.389.22-.817.35-1.414.35-1.155 0-1.972-.506-1.972-2.011ZM123.381 13.06v-.026c0-1.959 1.388-3.568 3.348-3.568 2.18 0 3.283 1.713 3.283 3.685 0 .142-.013.285-.026.441h-5.034c.169 1.116.96 1.739 1.972 1.739.766 0 1.31-.286 1.855-.818l.921.818c-.649.778-1.544 1.284-2.803 1.284-1.985 0-3.516-1.44-3.516-3.555Zm5.073-.506c-.104-1.012-.701-1.804-1.739-1.804-.96 0-1.635.74-1.778 1.804h3.516ZM131.618 9.609h1.57v1.544c.428-1.025 1.22-1.726 2.426-1.673v1.661h-.091c-1.376 0-2.336.895-2.336 2.711v2.608h-1.57V9.609ZM136.497 13.06v-.026c0-1.959 1.388-3.568 3.348-3.568 2.18 0 3.283 1.713 3.283 3.685 0 .142-.013.285-.026.441h-5.034c.169 1.116.96 1.739 1.972 1.739.766 0 1.31-.286 1.855-.818l.921.818c-.649.778-1.544 1.284-2.803 1.284-1.985 0-3.516-1.44-3.516-3.555Zm5.074-.506c-.104-1.012-.701-1.804-1.739-1.804-.96 0-1.635.74-1.778 1.804h3.516ZM144.374 13.048v-.026c0-2.27 1.544-3.555 3.179-3.555 1.129 0 1.842.558 2.335 1.207V6.989h1.57v9.471h-1.57v-1.142c-.506.713-1.219 1.285-2.335 1.285-1.609 0-3.179-1.285-3.179-3.555Zm5.54 0v-.026c0-1.323-.935-2.192-1.985-2.192-1.077 0-1.972.83-1.972 2.192v.026c0 1.323.908 2.192 1.972 2.192 1.051 0 1.985-.882 1.985-2.192ZM156.751 9.609h1.609l1.375 4.697 1.518-4.722h1.349l1.518 4.722 1.401-4.697h1.583l-2.245 6.903h-1.415l-1.531-4.684-1.544 4.684h-1.401l-2.219-6.903ZM168.39 7.066h1.687v1.492h-1.687V7.066Zm.065 2.543h1.57v6.851h-1.57V9.609ZM172.32 14.566v-3.607h-.869V9.61h.869V7.729h1.57V9.61h1.842v1.349h-1.842v3.36c0 .61.311.856.843.856.35 0 .662-.078.973-.233v1.285c-.389.22-.817.35-1.414.35-1.154 0-1.972-.506-1.972-2.011ZM177.318 6.988h1.57v3.672c.441-.636 1.077-1.194 2.141-1.194 1.544 0 2.439 1.038 2.439 2.621v4.373h-1.57v-3.892c0-1.064-.532-1.674-1.466-1.674-.908 0-1.544.636-1.544 1.7v3.866h-1.57V6.988Z' class='cls-1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 840px) {
  .full_width__footer .region-footer .fr-logo-block {
    text-align: right;
  }
}

#footernewsletter p {
  margin-bottom: 0;
}
#footernewsletter p a {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #footernewsletter p a {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  #footernewsletter p a {
    font-size: 1.5rem;
  }
}
#footernewsletter p a span {
  border-bottom: thin solid #FF557A;
}
#footernewsletter p a::after {
  content: " ";
  display: block;
  width: 1.58em;
  height: 1.08em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='26.307' height='18'%3E%3Cpath d='M25.855 10.229a.61.61 0 00.055-.059c.007-.01.011-.021.018-.03-.019.026-.041.05-.062.074z' fill='%23478efb'/%3E%3Cpath d='M25.625 10.478c.009-.008.015-.018.023-.025l-.073.067c.016-.014.034-.027.05-.042zM26.3 8.983v-.035a.258.258 0 000-.039 1.581 1.581 0 01-.009.169.337.337 0 00.009-.095zM25.928 10.14l.025-.044c-.027.04-.057.079-.087.118.021-.024.043-.048.062-.074zM26.27 8.579c0-.01 0-.018-.007-.028.007.038.011.075.016.113-.003-.028-.004-.057-.009-.085zM26.161 8.192c0-.01-.01-.019-.014-.029.017.043.031.088.045.132-.01-.035-.018-.07-.031-.103zM25.73 7.517c-.012-.013-.027-.023-.039-.035.04.04.078.084.115.128a.963.963 0 00-.076-.093zM26.257 9.392a.451.451 0 00.007-.053c-.01.053-.025.106-.039.158.011-.035.024-.069.032-.105zM26.131 9.782l.018-.054c-.02.049-.044.1-.068.145a1 1 0 00.05-.091zM0 8.948a2.077 2.077 0 002.077 2.077h15.841L23 7.277a2.063 2.063 0 011.4-.39c-.057 0-.113-.016-.172-.016H2.077A2.077 2.077 0 000 8.948zM25.978 7.834c-.008-.014-.019-.025-.028-.038.033.05.062.1.091.153a1.159 1.159 0 00-.063-.115zM24.574 6.9c.055.009.108.027.161.04-.053-.011-.106-.027-.161-.04z' fill='%23ff557a'/%3E%3Cpath d='M23 7.277l-5.08 3.748-4.374 3.227A2.077 2.077 0 0016.01 17.6l9.454-6.975c.041-.03.072-.068.111-.1l.073-.067a2.073 2.073 0 00.207-.224l.011-.015c.03-.039.06-.078.087-.118a1.976 1.976 0 00.128-.223c.024-.048.048-.1.068-.145a2.311 2.311 0 00.076-.231c.014-.052.029-.105.039-.158a1.914 1.914 0 00.03-.261 1.581 1.581 0 00.009-.169 2.032 2.032 0 00-.024-.245c0-.038-.009-.075-.016-.113a1.947 1.947 0 00-.071-.256c-.014-.044-.028-.089-.045-.132a2.025 2.025 0 00-.106-.214 3.61 3.61 0 00-.091-.153c-.018-.026-.029-.055-.048-.081-.029-.039-.065-.069-.1-.1s-.075-.088-.115-.128a2.055 2.055 0 00-.956-.539c-.053-.013-.106-.031-.161-.04s-.114-.011-.171-.016a2.063 2.063 0 00-1.399.38z' fill='%23fff'/%3E%3Cpath d='M13.1.855a2.079 2.079 0 00.458 2.9l4.282 3.114h6.387a2.057 2.057 0 011.324.49c-.036-.03-.065-.065-.1-.092L16.006.4A2.078 2.078 0 0013.1.855z' fill='%23478efb'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1em;
}

.mainNavFooter {
  padding-bottom: 1rem;
  margin-top: 1em;
}
.mainNavFooter ul.menu {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 1272px) {
  .mainNavFooter ul.menu {
    font-size: 1.125rem;
  }
}
.mainNavFooter ul.menu a {
  text-decoration: none;
  color: white;
  display: block;
}
.mainNavFooter > ul.menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.mainNavFooter > ul.menu > li > a {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #FF557A;
  margin-bottom: 1em;
}
.mainNavFooter > ul.menu > li:nth-child(4n) {
  margin-right: 0;
}
.mainNavFooter ul.menu ul.menu li {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 767px) {
  .mainNavFooter {
    display: none;
  }
}

.smallLinksFooter ul.menu {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  row-gap: 0.35em;
}
.smallLinksFooter ul.menu li {
  margin: 0;
}
@media only screen and (min-width: 840px) {
  .smallLinksFooter ul.menu {
    gap: 2em;
    row-gap: 0.5em;
  }
}

#footersite a {
  font-weight: 700;
  border-bottom: thin solid white;
}
#footersite a:hover, #footersite a:focus {
  border-bottom-color: #FF557A;
}

.paragraph {
  font-size: 1.875rem;
  margin-top: 0.98em;
  margin-bottom: 0.98em;
}
@media only screen and (min-width: 624px) {
  .paragraph {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .paragraph {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .paragraph {
    font-size: 3.4375rem;
  }
}
.paragraph.full_width {
  position: relative;
  left: 50%;
  width: 100vw;
  min-width: 320px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 840px) {
  .paragraph.full_width {
    left: 75.9445843829%;
  }
}

/*  Paragraph – Shared qualities,
    Quote & Pull Quote
*********************************** */
.paragraph--type--quote .field--name-field-sub-text p,
.paragraph--type--pull-quote .field--name-field-sub-text p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
  font-style: italic;
}

/*  Paragraph – Text
*********************************** */
.paragraph--type--text::after {
  content: " ";
  display: block;
  clear: both;
}

/*  Paragraph – Quote
*********************************** */
.paragraph--type--quote {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.paragraph--type--quote .inner {
  font-size: 1.1875rem;
  position: relative;
  padding-left: 1.85em;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--quote .inner {
    font-size: 1.25rem;
  }
}
.paragraph--type--quote .inner::before {
  content: " ";
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.55em;
  background-repeat: no-repeat;
  background-size: contain;
}
.paragraph--type--quote .inner::before {
  top: 0.25em;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='37.606' height='23.991'%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M4.134 14.151l.087-.064c-.027.026-.058.043-.087.064zM17.507 1.058a2.6 2.6 0 00-3.638-.55L1.048 9.967l.009.013a2.6 2.6 0 013.2.075l2.736 1.991-1.917 1.414L16.957 4.7a2.6 2.6 0 00.55-3.642z'/%3E%3C/g%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M23.719 14.151l.086-.064c-.026.026-.057.043-.086.064zM37.092 1.058a2.6 2.6 0 00-3.638-.55L20.633 9.967l.009.013a2.6 2.6 0 013.2.075l2.736 1.991-1.917 1.414L36.542 4.7a2.6 2.6 0 00.55-3.642z'/%3E%3C/g%3E%3Cpath d='M16.95 19.286L4.122 9.957l-.006.007c.045.033.093.056.136.091l2.736 1.991-2.729 2.019a2.594 2.594 0 01-3.189.089l-.008.011 12.826 9.328a2.6 2.6 0 003.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852' d='M4.252 10.055a2.6 2.6 0 10.007 4.01l2.729-2.019z' fill='%23881d6e'/%3E%3Cpath d='M36.535 19.286L23.707 9.957l-.006.007c.045.033.093.056.136.091l2.736 1.991-2.729 2.019a2.594 2.594 0 01-3.189.089l-.008.011 12.826 9.328a2.6 2.6 0 003.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852-2' d='M23.837 10.055a2.6 2.6 0 10.007 4.01l2.729-2.019z' fill='%23881d6e'/%3E%3C/svg%3E");
}
.paragraph--type--quote .field--name-field-text-plain p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45em;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--quote .field--name-field-text-plain p {
    font-size: 1.25rem;
  }
}
.paragraph--type--quote .field--name-field-text-plain p::after {
  content: " ";
  display: inline-block;
  width: 0.8em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='37.606' height='23.991'%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M33.472 14.151l-.087-.064c.027.026.058.043.087.064zM20.1 1.058a2.6 2.6 0 013.638-.55l12.821 9.46-.01.013a2.594 2.594 0 00-3.194.075l-2.736 1.991 1.911 1.413L20.649 4.7a2.6 2.6 0 01-.549-3.642z'/%3E%3C/g%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M13.887 14.151l-.087-.061c.027.023.058.04.087.061zM.514 1.058a2.6 2.6 0 013.638-.55l12.821 9.46-.01.013a2.594 2.594 0 00-3.194.075l-2.736 1.991 1.912 1.414L1.064 4.7a2.6 2.6 0 01-.55-3.642z'/%3E%3C/g%3E%3Cpath d='M20.656 19.286l12.828-9.329v.007c-.044.033-.092.056-.135.091l-2.736 1.991 2.729 2.019a2.594 2.594 0 003.189.089l.008.011-12.821 9.328a2.6 2.6 0 11-3.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852' d='M30.618 12.046l2.729 2.019a2.6 2.6 0 10.007-4.01z' fill='%23881d6e'/%3E%3Cpath d='M1.071 19.286L13.9 9.957l.005.007c-.044.033-.092.056-.135.091l-2.736 1.991 2.729 2.019a2.594 2.594 0 003.189.089l.008.011-12.827 9.328a2.6 2.6 0 11-3.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852-2' d='M11.033 12.046l2.729 2.019a2.6 2.6 0 10.007-4.01z' fill='%23881d6e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0.25em;
  margin-left: 0.45em;
}

/*  Paragraph – Big Quote
*********************************** */
.paragraph--type--pull-quote {
  text-align: center;
}
.paragraph--type--pull-quote .field--name-field-text-plain {
  font-size: 1.5625rem;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--pull-quote .field--name-field-text-plain {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .paragraph--type--pull-quote .field--name-field-text-plain {
    font-size: 2.5rem;
  }
}
.paragraph--type--pull-quote .field--name-field-text-plain::before, .paragraph--type--pull-quote .field--name-field-text-plain::after {
  content: " ";
  position: absolute;
  display: block;
  width: 0.95em;
  height: 0.6em;
  background-repeat: no-repeat;
  background-size: contain;
}
.paragraph--type--pull-quote .field--name-field-text-plain::before {
  top: 0.275em;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='37.606' height='23.991'%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M4.134 14.151l.087-.064c-.027.026-.058.043-.087.064zM17.507 1.058a2.6 2.6 0 00-3.638-.55L1.048 9.967l.009.013a2.6 2.6 0 013.2.075l2.736 1.991-1.917 1.414L16.957 4.7a2.6 2.6 0 00.55-3.642z'/%3E%3C/g%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M23.719 14.151l.086-.064c-.026.026-.057.043-.086.064zM37.092 1.058a2.6 2.6 0 00-3.638-.55L20.633 9.967l.009.013a2.6 2.6 0 013.2.075l2.736 1.991-1.917 1.414L36.542 4.7a2.6 2.6 0 00.55-3.642z'/%3E%3C/g%3E%3Cpath d='M16.95 19.286L4.122 9.957l-.006.007c.045.033.093.056.136.091l2.736 1.991-2.729 2.019a2.594 2.594 0 01-3.189.089l-.008.011 12.826 9.328a2.6 2.6 0 003.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852' d='M4.252 10.055a2.6 2.6 0 10.007 4.01l2.729-2.019z' fill='%23881d6e'/%3E%3Cpath d='M36.535 19.286L23.707 9.957l-.006.007c.045.033.093.056.136.091l2.736 1.991-2.729 2.019a2.594 2.594 0 01-3.189.089l-.008.011 12.826 9.328a2.6 2.6 0 003.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852-2' d='M23.837 10.055a2.6 2.6 0 10.007 4.01l2.729-2.019z' fill='%23881d6e'/%3E%3C/svg%3E");
}
.paragraph--type--pull-quote .field--name-field-text-plain::after {
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='37.606' height='23.991'%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M33.472 14.151l-.087-.064c.027.026.058.043.087.064zM20.1 1.058a2.6 2.6 0 013.638-.55l12.821 9.46-.01.013a2.594 2.594 0 00-3.194.075l-2.736 1.991 1.911 1.413L20.649 4.7a2.6 2.6 0 01-.549-3.642z'/%3E%3C/g%3E%3Cg fill='%23ff557a'%3E%3Cpath d='M13.887 14.151l-.087-.061c.027.023.058.04.087.061zM.514 1.058a2.6 2.6 0 013.638-.55l12.821 9.46-.01.013a2.594 2.594 0 00-3.194.075l-2.736 1.991 1.912 1.414L1.064 4.7a2.6 2.6 0 01-.55-3.642z'/%3E%3C/g%3E%3Cpath d='M20.656 19.286l12.828-9.329v.007c-.044.033-.092.056-.135.091l-2.736 1.991 2.729 2.019a2.594 2.594 0 003.189.089l.008.011-12.821 9.328a2.6 2.6 0 11-3.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852' d='M30.618 12.046l2.729 2.019a2.6 2.6 0 10.007-4.01z' fill='%23881d6e'/%3E%3Cpath d='M1.071 19.286L13.9 9.957l.005.007c-.044.033-.092.056-.135.091l-2.736 1.991 2.729 2.019a2.594 2.594 0 003.189.089l.008.011-12.827 9.328a2.6 2.6 0 11-3.062-4.207z' fill='%23448dff'/%3E%3Cpath data-name='Path 852-2' d='M11.033 12.046l2.729 2.019a2.6 2.6 0 10.007-4.01z' fill='%23881d6e'/%3E%3C/svg%3E");
}
.paragraph--type--pull-quote .field--name-field-text-plain p {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  max-width: 36.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4em;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--pull-quote .field--name-field-text-plain p {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .paragraph--type--pull-quote .field--name-field-text-plain p {
    font-size: 2.5rem;
  }
}

/*  Paragraph – Text banner
*********************************** */
.paragraph--type--text-banner {
  position: relative;
}
.paragraph--type--text-banner .inner {
  font-size: 1.875rem;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
@media only screen and (min-width: 624px) {
  .paragraph--type--text-banner .inner {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .paragraph--type--text-banner .inner {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .paragraph--type--text-banner .inner {
    font-size: 3.125rem;
  }
}
.paragraph--type--text-banner .section_wrap {
  padding-left: 8.6900516956%;
}
.paragraph--type--text-banner img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 0%;
}
.paragraph--type--text-banner svg {
  margin-left: -0.9375rem;
  margin-bottom: 0.65em;
}
.paragraph--type--text-banner div,
.paragraph--type--text-banner h2,
.paragraph--type--text-banner p {
  color: white;
}
.paragraph--type--text-banner .field--name-field-text-plain p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.1875rem;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--text-banner .field--name-field-text-plain p {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1272px) {
  .paragraph--type--text-banner .field--name-field-text-plain p {
    font-size: 1.4375rem;
  }
}
.paragraph--type--text-banner .field--name-field-sub-text .field__label {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0.2em;
}
.paragraph--type--text-banner .field--name-field-sub-text p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--text-banner .section_wrap {
    width: 48.7562189055%;
    padding: 0;
    margin-left: 8.5406301824%;
  }
}

/*  Paragraph – Author
*********************************** */
.paragraph--type--author {
  border-top: thin solid #E3E3E3;
}
.paragraph--type--author .field--name-field-profile {
  font-size: 1.875rem;
  padding-top: 1.5em;
}
@media only screen and (min-width: 624px) {
  .paragraph--type--author .field--name-field-profile {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .paragraph--type--author .field--name-field-profile {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .paragraph--type--author .field--name-field-profile {
    font-size: 3.4375rem;
  }
}
@media only screen and (min-width: 768px) {
  .paragraph--type--author {
    padding-left: 22.1662468514%;
  }
}

/*  Paragraph – Resource for DL
*********************************** */
.paragraph.chunky_resource {
  font-size: 1.25rem;
  position: relative;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-left: 0.65em;
  padding-right: 0.65em;
  border-bottom: thin solid #E3E3E3;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .paragraph.chunky_resource {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  .paragraph.chunky_resource {
    font-size: 1.5rem;
  }
}
.paragraph.chunky_resource .file > a,
.paragraph.chunky_resource .field--name-field-link > a {
  color: #1B1464;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.0625rem;
  margin-top: 0;
  margin-bottom: 1em;
  max-width: 42.5rem;
  margin-bottom: 0.05em;
}
@media only screen and (min-width: 1272px) {
  .paragraph.chunky_resource .file > a,
  .paragraph.chunky_resource .field--name-field-link > a {
    font-size: 1.125rem;
  }
}
.paragraph.chunky_resource .file > a span,
.paragraph.chunky_resource .field--name-field-link > a span {
  border-bottom: thin solid #FF557A;
}
.paragraph.chunky_resource .file > a::before,
.paragraph.chunky_resource .field--name-field-link > a::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph.chunky_resource .file > a:hover, .paragraph.chunky_resource .file > a:focus,
.paragraph.chunky_resource .field--name-field-link > a:hover,
.paragraph.chunky_resource .field--name-field-link > a:focus {
  color: #FF557A;
}
.paragraph.chunky_resource .file > a::after {
  content: " ";
  display: inline-block;
  width: 0.625rem;
  height: 0.6875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='10.387' height='12.079'%3E%3Cpath d='M10.167 6.355a.75.75 0 00-1.061 0L5.943 9.519V.75a.75.75 0 00-1.5 0v8.769L1.28 6.355A.75.75 0 00.22 7.416l4.443 4.443a.753.753 0 001.061 0l4.443-4.443a.75.75 0 000-1.061z' fill='%231b1464'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.6em;
}
.paragraph.chunky_resource .field--name-field-link > a::after {
  content: " ";
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='8.981' height='8.981'%3E%3Cpath d='M8.923.463A.753.753 0 008.231 0H1.947a.75.75 0 000 1.5H6.42L.22 7.7a.75.75 0 001.06 1.062l6.2-6.2v4.472a.75.75 0 101.5 0V.75a.751.751 0 00-.057-.287z' fill='%231b1464'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.6em;
}
.paragraph.chunky_resource .field--name-field-link,
.paragraph.chunky_resource div.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
}
.paragraph.chunky_resource .field--name-field-sub-text {
  max-width: 42.5rem;
}
.paragraph.chunky_resource .field--name-field-sub-text p {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 1272px) {
  .paragraph.chunky_resource .field--name-field-sub-text p {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 480px) {
  .paragraph.chunky_resource {
    padding-left: 1em;
    padding-right: 1.255em;
  }
  .paragraph.chunky_resource .file > a::after,
  .paragraph.chunky_resource .field--name-field-link > a::after {
    content: none;
  }
  .paragraph.chunky_resource div.file::after {
    flex-shrink: 0;
    content: " ";
    display: block;
    width: 0.6875rem;
    height: 0.75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='10.387' height='12.079'%3E%3Cpath d='M10.167 6.355a.75.75 0 00-1.061 0L5.943 9.519V.75a.75.75 0 00-1.5 0v8.769L1.28 6.355A.75.75 0 00.22 7.416l4.443 4.443a.753.753 0 001.061 0l4.443-4.443a.75.75 0 000-1.061z' fill='%231b1464'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.1em;
    margin-left: 1.5rem;
  }
  .paragraph.chunky_resource .field--name-field-link::after {
    content: " ";
    display: block;
    width: 0.5625rem;
    height: 0.5625rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='8.981' height='8.981'%3E%3Cpath d='M8.923.463A.753.753 0 008.231 0H1.947a.75.75 0 000 1.5H6.42L.22 7.7a.75.75 0 001.06 1.062l6.2-6.2v4.472a.75.75 0 101.5 0V.75a.751.751 0 00-.057-.287z' fill='%231b1464'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.1em;
    margin-left: 1.5rem;
  }
}

.field__item:last-child .paragraph.chunky_resource {
  border-bottom: 0;
}

.field--name-field-content .field__item:first-child .paragraph {
  margin-top: 0;
}

.field--name-field-lists .field__item:last-child .paragraph {
  margin-bottom: 0;
}

.block-related-content {
  font-size: 1.375rem;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .block-related-content {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .block-related-content {
    font-size: 2rem;
  }
}
.block-related-content .section_wrap > h2 {
  color: #FF557A;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .block-related-content .section_wrap > h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .block-related-content .section_wrap > h2 {
    font-size: 2rem;
  }
}

/*  Pagination
*********************************** */
nav.pager {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 1272px) {
  nav.pager {
    font-size: 1.125rem;
  }
}
nav.pager ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
nav.pager ul li {
  margin-left: 0.35em;
  margin-right: 0.35em;
}
nav.pager ul li a {
  color: #1B1464;
  padding: 0.4em 0.3em;
}
nav.pager ul li a:hover, nav.pager ul li a:focus-visible {
  color: #1368ED;
}
nav.pager ul li.is-active a {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
nav.pager ul li.pager__item--previous a, nav.pager ul li.pager__item--next a {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 1.25em;
  height: 1.25em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
nav.pager ul li.pager__item--previous a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M.118 4.3a.783.783 0 01-.07-.153.843.843 0 01-.041-.116A.748.748 0 010 3.877a.767.767 0 01.007-.127.7.7 0 01.05-.139.78.78 0 01.061-.131c.007-.011.008-.023.016-.034a.642.642 0 01.091-.082.675.675 0 01.075-.079L4.615.143A.75.75 0 115.5 1.356L2.007 3.9l3.5 2.58a.75.75 0 11-.89 1.207L.292 4.5a.688.688 0 01-.1-.114c-.02-.024-.044-.032-.06-.053S.125 4.312.118 4.3z' fill='%231b1464'/%3E%3C/svg%3E");
}
nav.pager ul li.pager__item--previous a:hover, nav.pager ul li.pager__item--previous a:focus-visible {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M.118 4.3a.783.783 0 01-.07-.153.843.843 0 01-.041-.116A.748.748 0 010 3.877a.767.767 0 01.007-.127.7.7 0 01.05-.139.78.78 0 01.061-.131c.007-.011.008-.023.016-.034a.642.642 0 01.091-.082.675.675 0 01.075-.079L4.615.143A.75.75 0 115.5 1.356L2.007 3.9l3.5 2.58a.75.75 0 11-.89 1.207L.292 4.5a.688.688 0 01-.1-.114c-.02-.024-.044-.032-.06-.053S.125 4.312.118 4.3z' fill='%233a8dff'/%3E%3C/svg%3E");
}
nav.pager ul li.pager__item--next a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M5.692 4.3a.783.783 0 00.07-.153.843.843 0 00.038-.113.822.822 0 00.006-.157.767.767 0 00-.006-.127.7.7 0 00-.05-.139.78.78 0 00-.061-.131c-.007-.011-.008-.023-.016-.034a.642.642 0 00-.091-.082.675.675 0 00-.072-.079L1.2.143a.75.75 0 00-.888 1.213L3.8 3.9.3 6.48a.75.75 0 10.9 1.203L5.518 4.5a.736.736 0 00.1-.114c.018-.019.042-.027.058-.048s.009-.026.016-.038z' fill='%231b1464'/%3E%3C/svg%3E");
}
nav.pager ul li.pager__item--next a:hover, nav.pager ul li.pager__item--next a:focus-visible {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M5.692 4.3a.783.783 0 00.07-.153.843.843 0 00.038-.113.822.822 0 00.006-.157.767.767 0 00-.006-.127.7.7 0 00-.05-.139.78.78 0 00-.061-.131c-.007-.011-.008-.023-.016-.034a.642.642 0 00-.091-.082.675.675 0 00-.072-.079L1.2.143a.75.75 0 00-.888 1.213L3.8 3.9.3 6.48a.75.75 0 10.9 1.203L5.518 4.5a.736.736 0 00.1-.114c.018-.019.042-.027.058-.048s.009-.026.016-.038z' fill='%233A8DFF'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 624px) {
  nav.pager ul li.pager__item--previous {
    margin-right: 4em;
  }
  nav.pager ul li.pager__item--next {
    margin-left: 4em;
  }
}
@media only screen and (max-width: 551px) {
  nav.pager ul li {
    display: none;
  }
  nav.pager ul li.is-active, nav.pager ul li.pager__item--first, nav.pager ul li.pager__item--previous, nav.pager ul li.pager__item--ellipsis, nav.pager ul li.pager__item--next, nav.pager ul li.pager__item--last {
    display: block;
  }
}

/*  Social links
*********************************** */
.social_media_links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social_media_links li {
  margin-right: 0.9rem;
}
.social_media_links li:last-child {
  margin-right: 0;
}
.social_media_links li a {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: 91% auto;
}
.social_media_links li a:hover, .social_media_links li a:focus {
  opacity: 0.75;
}
.social_media_links li.facebook a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 21.752 21.636'%3E%3Cpath d='M10.875.003C4.864.008-.005 4.885 0 10.896a10.883 10.883 0 0 0 9.175 10.74v-7.6H6.412V10.89h2.763v-2.4c0-2.728 1.624-4.234 4.11-4.234.816.011 1.63.082 2.436.212v2.678h-1.372a1.573 1.573 0 0 0-1.766 1.353 1.61 1.61 0 0 0-.008.347v2.041h3.02l-.483 3.146h-2.537v7.6c5.937-.944 9.984-6.521 9.04-12.458A10.883 10.883 0 0 0 10.875 0v.003Z' data-name='Path 63' style='fill:%231b1464;stroke-width:0'/%3E%3C/svg%3E");
  background-size: auto 73%;
}
.social_media_links li.twitter a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.78 16.794'%3E%3Cpath d='M9.988 7.112 16.236 0h-1.48L9.329 6.174 4.997 0H0l6.552 9.337L0 16.794h1.48l5.728-6.521 4.575 6.521h4.997M2.014 1.093h2.274l10.467 14.662h-2.274' style='fill:%231b1464;stroke-width:0'/%3E%3C/svg%3E");
  background-size: 68% auto;
}
.social_media_links li.linkedin a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 22 22'%3E%3Cpath d='M20.502 0H1.498C.671 0 0 .671 0 1.498v19.004C0 21.329.671 22 1.498 22h19.004c.827 0 1.498-.671 1.498-1.498V1.498C22 .671 21.329 0 20.502 0ZM6.72 18.591H3.49V8.155h3.23v10.436ZM5.089 6.788a1.918 1.918 0 0 1-1.91-1.926v-.015a1.925 1.925 0 1 1 1.91 1.941Zm13.732 11.803H15.61v-5.478c0-1.501-.571-2.34-1.759-2.34-1.293 0-1.968.874-1.968 2.34l-.004 5.479H8.781V8.157h3.098v1.405a3.637 3.637 0 0 1 3.145-1.724c2.213 0 3.798 1.351 3.798 4.146v6.607Z' style='fill:%231b1464;stroke-width:0'/%3E%3C/svg%3E");
  background-size: 75% auto;
}
.social_media_links li.youtube a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='23.316' height='16.43'%3E%3Cpath d='M22.829 2.565A2.932 2.932 0 0020.767.49C18.949 0 11.659 0 11.659 0S4.368 0 2.55.49A2.93 2.93 0 00.488 2.565a32.935 32.935 0 000 11.3A2.929 2.929 0 002.55 15.94c1.818.49 9.109.49 9.109.49s7.29 0 9.108-.49a2.929 2.929 0 002.062-2.075 32.985 32.985 0 000-11.3zM9.273 11.68V4.747l6.094 3.467z' fill='%231b1464'/%3E%3C/svg%3E");
}
.social_media_links li.mailto a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='22' height='16.5'%3E%3Cpath d='M11 8.9L.014 0h21.972zm0 2.359L0 2.349V16.5h22V2.349z' fill='%231b1464'/%3E%3C/svg%3E");
}

.full_width__banner .social_media_links li a:hover, .full_width__banner .social_media_links li a:focus,
.full_width__footer .social_media_links li a:hover,
.full_width__footer .social_media_links li a:focus {
  opacity: 1;
}
.full_width__banner .social_media_links li.facebook a,
.full_width__footer .social_media_links li.facebook a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 21.752 21.636'%3E%3Cpath d='M10.875.003C4.864.008-.005 4.885 0 10.896a10.883 10.883 0 0 0 9.175 10.74v-7.6H6.412V10.89h2.763v-2.4c0-2.728 1.624-4.234 4.11-4.234.816.011 1.63.082 2.436.212v2.678h-1.372a1.573 1.573 0 0 0-1.766 1.353 1.61 1.61 0 0 0-.008.347v2.041h3.02l-.483 3.146h-2.537v7.6c5.937-.944 9.984-6.521 9.04-12.458A10.883 10.883 0 0 0 10.875 0v.003Z' data-name='Path 63' style='fill:%23fff;stroke-width:0'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.facebook a:hover, .full_width__banner .social_media_links li.facebook a:focus,
.full_width__footer .social_media_links li.facebook a:hover,
.full_width__footer .social_media_links li.facebook a:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 21.752 21.636'%3E%3Cpath d='M10.875.003C4.864.008-.005 4.885 0 10.896a10.883 10.883 0 0 0 9.175 10.74v-7.6H6.412V10.89h2.763v-2.4c0-2.728 1.624-4.234 4.11-4.234.816.011 1.63.082 2.436.212v2.678h-1.372a1.573 1.573 0 0 0-1.766 1.353 1.61 1.61 0 0 0-.008.347v2.041h3.02l-.483 3.146h-2.537v7.6c5.937-.944 9.984-6.521 9.04-12.458A10.883 10.883 0 0 0 10.875 0v.003Z' data-name='Path 63' style='fill:%23ff557a;stroke-width:0'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.twitter a,
.full_width__footer .social_media_links li.twitter a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.78 16.794'%3E%3Cpath d='M9.988 7.112 16.236 0h-1.48L9.329 6.174 4.997 0H0l6.552 9.337L0 16.794h1.48l5.728-6.521 4.575 6.521h4.997M2.014 1.093h2.274l10.467 14.662h-2.274' style='fill:%23fff;stroke-width:0'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.twitter a:hover, .full_width__banner .social_media_links li.twitter a:focus,
.full_width__footer .social_media_links li.twitter a:hover,
.full_width__footer .social_media_links li.twitter a:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.78 16.794'%3E%3Cpath d='M9.988 7.112 16.236 0h-1.48L9.329 6.174 4.997 0H0l6.552 9.337L0 16.794h1.48l5.728-6.521 4.575 6.521h4.997M2.014 1.093h2.274l10.467 14.662h-2.274' style='fill:%23ff557a;stroke-width:0'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.linkedin a,
.full_width__footer .social_media_links li.linkedin a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 22 22'%3E%3Cpath d='M20.502 0H1.498C.671 0 0 .671 0 1.498v19.004C0 21.329.671 22 1.498 22h19.004c.827 0 1.498-.671 1.498-1.498V1.498C22 .671 21.329 0 20.502 0ZM6.72 18.591H3.49V8.155h3.23v10.436ZM5.089 6.788a1.918 1.918 0 0 1-1.91-1.926v-.015a1.925 1.925 0 1 1 1.91 1.941Zm13.732 11.803H15.61v-5.478c0-1.501-.571-2.34-1.759-2.34-1.293 0-1.968.874-1.968 2.34l-.004 5.479H8.781V8.157h3.098v1.405a3.637 3.637 0 0 1 3.145-1.724c2.213 0 3.798 1.351 3.798 4.146v6.607Z' style='fill:%23fff;stroke-width:0'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.linkedin a:hover, .full_width__banner .social_media_links li.linkedin a:focus,
.full_width__footer .social_media_links li.linkedin a:hover,
.full_width__footer .social_media_links li.linkedin a:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 22 22'%3E%3Cpath d='M20.502 0H1.498C.671 0 0 .671 0 1.498v19.004C0 21.329.671 22 1.498 22h19.004c.827 0 1.498-.671 1.498-1.498V1.498C22 .671 21.329 0 20.502 0ZM6.72 18.591H3.49V8.155h3.23v10.436ZM5.089 6.788a1.918 1.918 0 0 1-1.91-1.926v-.015a1.925 1.925 0 1 1 1.91 1.941Zm13.732 11.803H15.61v-5.478c0-1.501-.571-2.34-1.759-2.34-1.293 0-1.968.874-1.968 2.34l-.004 5.479H8.781V8.157h3.098v1.405a3.637 3.637 0 0 1 3.145-1.724c2.213 0 3.798 1.351 3.798 4.146v6.607Z' style='fill:%23ff557a;stroke-width:0'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.youtube a,
.full_width__footer .social_media_links li.youtube a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='23.316' height='16.43'%3E%3Cpath d='M22.829 2.565A2.932 2.932 0 0020.767.49C18.949 0 11.659 0 11.659 0S4.368 0 2.55.49A2.93 2.93 0 00.488 2.565a32.935 32.935 0 000 11.3A2.929 2.929 0 002.55 15.94c1.818.49 9.109.49 9.109.49s7.29 0 9.108-.49a2.929 2.929 0 002.062-2.075 32.985 32.985 0 000-11.3zM9.273 11.68V4.747l6.094 3.467z' fill='%23fff'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.youtube a:hover, .full_width__banner .social_media_links li.youtube a:focus,
.full_width__footer .social_media_links li.youtube a:hover,
.full_width__footer .social_media_links li.youtube a:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='23.316' height='16.43'%3E%3Cpath d='M22.829 2.565A2.932 2.932 0 0020.767.49C18.949 0 11.659 0 11.659 0S4.368 0 2.55.49A2.93 2.93 0 00.488 2.565a32.935 32.935 0 000 11.3A2.929 2.929 0 002.55 15.94c1.818.49 9.109.49 9.109.49s7.29 0 9.108-.49a2.929 2.929 0 002.062-2.075 32.985 32.985 0 000-11.3zM9.273 11.68V4.747l6.094 3.467z' fill='%23ff557a'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.mailto a,
.full_width__footer .social_media_links li.mailto a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='22' height='16.5'%3E%3Cpath d='M11 8.9L.014 0h21.972zm0 2.359L0 2.349V16.5h22V2.349z' fill='%23fff'/%3E%3C/svg%3E");
}
.full_width__banner .social_media_links li.mailto a:hover, .full_width__banner .social_media_links li.mailto a:focus,
.full_width__footer .social_media_links li.mailto a:hover,
.full_width__footer .social_media_links li.mailto a:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='22' height='16.5'%3E%3Cpath d='M11 8.9L.014 0h21.972zm0 2.359L0 2.349V16.5h22V2.349z' fill='%23ff557a'/%3E%3C/svg%3E");
}

#jump_links {
  font-size: 1.25rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  #jump_links {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  #jump_links {
    font-size: 1.5rem;
  }
}
#jump_links li {
  margin-right: 0.55em;
  margin-bottom: 0.55em;
}
#jump_links li:last-child {
  margin-right: 0;
}
#jump_links li > * {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  text-align: center;
  display: block;
  min-width: 0.6em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #jump_links li > * {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1272px) {
  #jump_links li > * {
    font-size: 1.5rem;
  }
}
#jump_links li > *::after {
  content: " ";
  display: block;
  height: 2px;
  background-color: #1B1464;
  border-radius: 1px;
  margin-top: 0.25em;
}
#jump_links li a:hover, #jump_links li a:focus {
  color: #FF557A;
}
#jump_links li a:hover::after, #jump_links li a:focus::after {
  background-color: #FF557A;
}
#jump_links li span {
  opacity: 0.4;
}

.jump_destination_box {
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75em;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 768px) {
  .jump_destination_box {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .jump_destination_box {
    font-size: 2.5rem;
  }
}
.jump_destination_box h3 {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .jump_destination_box h3 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  .jump_destination_box h3 {
    font-size: 2.5rem;
  }
}
.jump_destination_box .backtotop {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
  color: #1B1464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #1B1464;
}
.jump_destination_box .backtotop::before {
  content: " ";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M5.692 4.3a.783.783 0 00.07-.153.843.843 0 00.038-.113.822.822 0 00.006-.157.767.767 0 00-.006-.127.7.7 0 00-.05-.139.78.78 0 00-.061-.131c-.007-.011-.008-.023-.016-.034a.642.642 0 00-.091-.082.675.675 0 00-.072-.079L1.2.143a.75.75 0 00-.888 1.213L3.8 3.9.3 6.48a.75.75 0 10.9 1.203L5.518 4.5a.736.736 0 00.1-.114c.018-.019.042-.027.058-.048s.009-.026.016-.038z' fill='%231b1464'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.65em;
  margin-bottom: 2px;
  transform: rotate(-90deg);
}
.jump_destination_box .backtotop:hover, .jump_destination_box .backtotop:focus {
  color: #FF557A;
}
.jump_destination_box .backtotop:hover::before, .jump_destination_box .backtotop:focus::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='5.81' height='7.83'%3E%3Cpath d='M5.692 4.3a.783.783 0 00.07-.153.843.843 0 00.038-.113.822.822 0 00.006-.157.767.767 0 00-.006-.127.7.7 0 00-.05-.139.78.78 0 00-.061-.131c-.007-.011-.008-.023-.016-.034a.642.642 0 00-.091-.082.675.675 0 00-.072-.079L1.2.143a.75.75 0 00-.888 1.213L3.8 3.9.3 6.48a.75.75 0 10.9 1.203L5.518 4.5a.736.736 0 00.1-.114c.018-.019.042-.027.058-.048s.009-.026.016-.038z' fill='%23FF557A'/%3E%3C/svg%3E");
}

.block-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.block-tabs ul {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.357em;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #1B1464;
}
@media only screen and (min-width: 768px) {
  .block-tabs ul {
    font-size: 1.1875rem;
  }
}
.block-tabs ul li {
  margin-right: 0.3em;
}
.block-tabs ul li:last-child {
  margin-right: 0;
}
.block-tabs ul li a {
  color: #1B1464;
  display: block;
  background-color: white;
  padding: 0.5em 0.75em;
  border: thin solid #1B1464;
  margin-top: 0;
  margin-bottom: -1px;
  margin-left: 0;
  margin-right: 0;
}
.block-tabs ul li a.is-active, .block-tabs ul li a:hover, .block-tabs ul li a:focus {
  background-color: #1B1464;
  color: white;
}

.drupal-messages,
.messages__wrapper {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  font-size: 1.0625rem;
  background-color: #F3F3F7;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1272px) {
  .drupal-messages,
  .messages__wrapper {
    font-size: 1.125rem;
  }
}

/* All 'Content' pages
*********************************** */
.frontend_nodetype--content h1 {
  margin-bottom: 0.75em;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner {
  text-align: center;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .section_wrap {
  font-size: 1.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100vh;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media only screen and (min-width: 624px) {
  .frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .section_wrap {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .section_wrap {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .section_wrap {
    font-size: 3.4375rem;
  }
}
.frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .region,
.frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .block {
  width: 100%;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .drupal-messages {
  background-color: white;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner h1,
.frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner p {
  color: white;
  max-width: 49.6875rem;
  margin-left: auto;
  margin-right: auto;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .block.ncbfamily_block_field_banner_image,
.frontend_nodetype--content .has_banner .above_the_fold_content .block.ncbfamily_block_field_banner_pattern {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  height: 100%;
  min-width: 320px;
  transform: translateX(-50%);
}
.frontend_nodetype--content .has_banner .above_the_fold_content .block.ncbfamily_block_field_banner_image div,
.frontend_nodetype--content .has_banner .above_the_fold_content .block.ncbfamily_block_field_banner_image article,
.frontend_nodetype--content .has_banner .above_the_fold_content .block.ncbfamily_block_field_banner_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .field--name-field-banner-image::before, .frontend_nodetype--content .has_banner .above_the_fold_content .field--name-field-banner-image::after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 49%;
  opacity: 0.45;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .field--name-field-banner-image::before {
  top: 0;
  background: linear-gradient(to bottom, #000, transparent);
}
.frontend_nodetype--content .has_banner .above_the_fold_content .field--name-field-banner-image::after {
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000);
}
.frontend_nodetype--content .has_banner .above_the_fold_content .field--name-field-banner-image img {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
}
.frontend_nodetype--content .has_banner .above_the_fold_content .ncbfamily_block_field_banner_pattern img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (max-width: 623px) {
  .frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .section_wrap {
    height: 80vh;
    min-height: 25rem;
    max-height: 31.25rem;
  }
}
@media only screen and (min-width: 624px) {
  .frontend_nodetype--content .has_banner .above_the_fold_content .full_width__banner .section_wrap {
    min-height: 36.25rem;
  }
}
.frontend_nodetype--content .has_banner_pattern .full_width__banner .block-social-share {
  position: absolute;
  left: 0;
  bottom: 0.75em;
}
.frontend_nodetype--content .has_banner_pattern .full_width__banner .social_media_links,
.frontend_nodetype--content .has_banner_pattern .full_width__banner .block-tabs ul {
  justify-content: center;
}
.frontend_nodetype--content .has_banner_pattern h1 {
  color: #1B1464;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0.65em;
}
@media only screen and (min-width: 624px) {
  .frontend_nodetype--content .has_banner_pattern h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .frontend_nodetype--content .has_banner_pattern h1 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .frontend_nodetype--content .has_banner_pattern h1 {
    font-size: 3.4375rem;
  }
}
@media only screen and (min-width: 1056px) {
  .frontend_nodetype--content .has_banner_pattern .full_width__header {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.03);
  }
}
.frontend_nodetype--content .has_banner_image .above_the_fold_content .full_width__banner .section_wrap {
  padding-bottom: 1.4em;
}
.frontend_nodetype--content .has_banner_image .above_the_fold_content h1 {
  display: inline-block;
  background-color: #1B1464;
  padding-top: 0.125em;
  padding-bottom: 0.15em;
  padding-left: 0.45em;
  padding-right: 0.45em;
  margin: 0;
}
.frontend_nodetype--content .has_banner_image .ncbfamily_block_field_banner_pattern {
  display: none;
}
.frontend_nodetype--content .has_banner_image #block-socialsharelinks {
  display: none;
}
.frontend_nodetype--content .has_banner_image .above_the_fold_content .full_width__banner .section_wrap {
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
@media only screen and (max-width: 479px) {
  .frontend_nodetype--content .has_banner_image .above_the_fold_content h1 {
    text-align: left;
    padding-top: 0.325em;
    padding-bottom: 0.4em;
  }
}

article.node .content > .field {
  margin-bottom: 2rem;
}
article.node .content > .field:last-child {
  margin-bottom: 0;
}

.nodetype--listing .full_width__pre_content {
  padding-top: 0;
}

.field--name-field-list-what {
  font-size: 1.875rem;
  margin-top: 1em;
}
@media only screen and (min-width: 624px) {
  .field--name-field-list-what {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .field--name-field-list-what {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .field--name-field-list-what {
    font-size: 3.125rem;
  }
}
.page-standard.small_banner .field--name-field-list-what {
  margin-top: 0;
}

.nodetype--elearning_course .full_width__header {
  margin-bottom: 0.69em;
}
.nodetype--elearning_course .layout_content {
  display: flex;
  flex-wrap: wrap;
}
.nodetype--elearning_course .layout_content .layout_content_column,
.nodetype--elearning_course .layout_content .layout_content_sidebar {
  width: 100%;
}
.nodetype--elearning_course .layout_content .layout_content_sidebar {
  order: 1;
  margin-top: 0;
}
.nodetype--elearning_course .layout_content .layout_content_column {
  order: 2;
}
.nodetype--elearning_course .region-pre-content,
.nodetype--elearning_course .paragraph--type--text,
.nodetype--elearning_course .region-metadata {
  max-width: 49.625rem;
  margin-left: auto;
  margin-right: auto;
}
.nodetype--elearning_course .paragraph--type--embed,
.nodetype--elearning_course .region-sidebar-second nav {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.nodetype--elearning_course .paragraph--type--embed .field--name-field-embed {
  position: relative;
  width: 100%;
}
.nodetype--elearning_course .paragraph--type--embed .field--name-field-embed iframe {
  max-width: 100%;
}
.nodetype--elearning_course .sidebars:has(div)::before {
  display: none;
}
.nodetype--elearning_course .region-sidebar-second {
  margin-bottom: clamp(2.5rem, 5.8571428571vw, 5.125rem);
}
@media only screen and (max-width: 839px) {
  .nodetype--elearning_course .region-sidebar-second nav.desktop-version {
    display: none;
  }
}
@media only screen and (min-width: 840px) {
  .nodetype--elearning_course .region-sidebar-second nav.desktop-version {
    display: block;
  }
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version {
  font-size: 1rem;
  background-color: #1B1464;
  padding-left: 0.9em;
  padding-right: 0.55em;
  padding-top: 0.9em;
  padding-bottom: 1.25em;
  border-radius: 8px;
}
@media only screen and (min-width: 696px) {
  .nodetype--elearning_course .region-sidebar-second nav.mobile-version {
    font-size: 1.0625rem;
  }
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version .anchor-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version li {
  margin-bottom: 0.55em;
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version a {
  color: white;
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version a:hover, .nodetype--elearning_course .region-sidebar-second nav.mobile-version a:focus-visible, .nodetype--elearning_course .region-sidebar-second nav.mobile-version a.menu-item--active-trail {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #FF557A;
  text-underline-offset: 0.375em;
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version .menu-accordion-toggle {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%23fff' data-name='Path 1893'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 43% auto;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version .menu-accordion-toggle[data-state=open] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%23ff557a' data-name='Path 1893'/%3E%3C/svg%3E");
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version h2 {
  display: none;
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version > ul {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
}
@media only screen and (min-width: 696px) {
  .nodetype--elearning_course .region-sidebar-second nav.mobile-version > ul {
    font-size: 1.0625rem;
  }
}
.nodetype--elearning_course .region-sidebar-second nav.mobile-version ul ul {
  display: none;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0;
  margin-top: 0.55em;
}
@media only screen and (max-width: 839px) {
  .nodetype--elearning_course .region-sidebar-second nav.mobile-version {
    display: block;
  }
}
@media only screen and (min-width: 840px) {
  .nodetype--elearning_course .region-sidebar-second nav.mobile-version {
    display: none;
  }
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) a {
  color: white;
  display: block;
  width: auto;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) h2 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul li {
  position: relative;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul li:hover ul, .nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul li:focus-within ul {
  display: block;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul a:hover, .nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul a:focus-visible {
  color: white;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul {
  display: none;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
  font-weight: 400;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 50%;
  width: 200%;
  max-width: 20rem;
  padding-top: 2.25em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-bottom: 1.15em;
  transform: translateX(-50%);
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul::before, .nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #1B1464;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul::before {
  top: 0.9em;
  left: 0;
  width: 100%;
  height: calc(100% - 0.9em);
  background-color: #1B1464;
  border-radius: 12px;
  box-shadow: 0px 2px 20px 0px rgba(27, 20, 100, 0.1);
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul::after {
  left: 50%;
  top: 0.9em;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul li {
  position: relative;
  z-index: 2;
  margin-bottom: 0.1em;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul a {
  width: 100%;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  border-radius: 6px;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul a::before {
  content: none;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul a:hover, .nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul a:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) ul ul ul {
  display: none;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6em;
  row-gap: 0;
  background-color: #1B1464;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 12px;
}
@media only screen and (min-width: 696px) {
  .nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul {
    font-size: 1.0625rem;
  }
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li {
  margin-bottom: 0;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li > a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li > a:hover, .nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li > a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #FF557A;
  text-underline-offset: 0.375em;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li:has(ul) > a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li:has(ul) > a::after {
  flex-shrink: 0;
  content: " ";
  display: block;
  width: 0.6875rem;
  height: 0.375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%23fff' data-name='Path 1893'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin-top: 0.15em;
}
.nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li:has(ul):hover > a::after, .nodetype--elearning_course .region-sidebar-second nav:not(.mobile-version) > ul > li:has(ul):focus-within > a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.041' height='7.435'%3E%3Cpath d='M6.02 7.435L.293 1.707A1 1 0 011.707.293L6.02 4.606 10.334.293a1 1 0 111.414 1.414z' fill='%23ff557a' data-name='Path 1893'/%3E%3C/svg%3E");
}

/*  Front page – General
*********************************** */
.frontpage .layout_content .layout_content_column {
  width: 100%;
}
.frontpage .region-content .block {
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 624px) {
  .frontpage .region-content .block {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .frontpage .region-content .block {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .frontpage .region-content .block {
    font-size: 3.125rem;
  }
}
.frontpage .region-content .block.home_banner {
  margin-bottom: 0;
}
.frontpage .region-content .block.home_latest {
  margin-bottom: 0;
}
.frontpage .region-content .block.home_highlight,
.frontpage .region-content .block.home_news {
  margin-bottom: 0;
}
.frontpage .region-content .block.home_essentials {
  margin-top: 1em;
}
.frontpage .region-content .block.home_resources {
  margin-bottom: 0;
}
.frontpage .region-content .listed_content_item {
  flex-grow: 1;
}
@media only screen and (max-width: 1199px) {
  .frontpage .region-content {
    position: relative;
    left: 50%;
    width: 100vw;
    min-width: 320px;
    transform: translateX(-50%);
  }
  .frontpage .region-content .block.home_resources,
  .frontpage .region-content #block-homeabaabw {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 480px) {
  .frontpage .region-content .block.home_resources,
  .frontpage .region-content #block-homeabaabw {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 552px) {
  .frontpage .region-content .block.home_resources,
  .frontpage .region-content #block-homeabaabw {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 696px) {
  .frontpage .region-content .block.home_resources,
  .frontpage .region-content #block-homeabaabw {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 480px) {
  .frontpage .region-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .frontpage .region-content .block {
    width: 100%;
  }
  .frontpage .region-content .block.home_highlight,
  .frontpage .region-content .block.home_news {
    width: 50%;
  }
}
@media only screen and (min-width: 984px) {
  .frontpage .region-content .block.home_latest {
    width: 50%;
  }
  .frontpage .region-content .block.home_highlight,
  .frontpage .region-content .block.home_news {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .frontpage .region-content .block.home_newsletter {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 480px) {
  .frontpage .region-content .block.home_newsletter {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 552px) {
  .frontpage .region-content .block.home_newsletter {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 696px) {
  .frontpage .region-content .block.home_newsletter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.frontpage .mainPageContent {
  display: none !important;
}
.frontpage.adminimal-admin-toolbar .mainPageContent {
  display: block !important;
}
.frontpage .full_width__footer {
  margin-top: 0;
}

/*  Front page – Elements
*********************************** */
/* 	Search page
*********************************** */
.view-custom-search form {
  margin-bottom: 2rem;
}
.view-custom-search input[type=text] {
  padding: 1.15em;
}
.view-custom-search .form-type-textfield {
  margin-bottom: 1em;
}
.view-custom-search .form-type-textfield label {
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 624px) {
  .view-custom-search .form-type-textfield label {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .view-custom-search .form-type-textfield label {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  .view-custom-search .form-type-textfield label {
    font-size: 3.125rem;
  }
}
.view-custom-search .form-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.view-custom-search .form-type-select label {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.357em;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .view-custom-search .form-type-select label {
    font-size: 1.1875rem;
  }
}
.view-custom-search .form-type-select select {
  padding: 0.3em;
}
.view-custom-search .form-actions {
  margin-top: 2em;
}

.search_filters .field--name-body ul,
.search_filters .field--name-body ul li {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
}
.search_filters .field--name-body ul li {
  padding-left: 0;
  margin-bottom: 0.15em;
}
.search_filters .field--name-body ul > li::before {
  content: none;
}
.search_filters .field--name-body ul a:not(.cta), .search_filters .field--name-body ul a:not(.cta):link {
  border-bottom: 0;
}
.search_filters .field--name-body ul a:not(.cta) {
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* Other pages, which need banner layout
*********************************** */
@media only screen and (min-width: 624px) {
  body.path--user.logged-out .main_content #content {
    width: 82.6198966087%;
    margin-left: 8.6900516956%;
    margin-right: 8.6900516956%;
  }
}
@media only screen and (min-width: 768px) {
  body.path--user.logged-out .main_content #content {
    width: 65.8374792703%;
    margin-left: 17.0812603648%;
    margin-right: 17.0812603648%;
  }
}
@media only screen and (min-width: 1128px) {
  body.path--user.logged-out .main_content #content {
    width: 48.7562189055%;
    margin-left: 25.6218905473%;
    margin-right: 25.6218905473%;
  }
}

/* Header – Elements
*********************************** */
@media only screen and (max-width: 1271px) {
  .site-branding a {
    width: 16.9375rem;
  }
}
@media only screen and (max-width: 1055px) {
  .site-branding a {
    width: 13.625rem;
  }
}
@media only screen and (max-width: 479px) {
  .site-branding a {
    width: 8.9375rem;
  }
}
@media only screen and (max-width: 335px) {
  .site-branding a {
    width: 7.3125rem;
  }
}
.has_banner.mainNavOverlay_isClosed .full_width__header .site-branding a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='296.059' height='49.785'%3E%3Cpath d='M164.776 14.12c0-1.542-1.038-2.461-2.789-2.461h-4.537v4.923h4.537c1.751 0 2.789-.89 2.789-2.462zM162.759 6.112c0-1.394-.979-2.225-2.551-2.225h-2.758v4.479h2.758c1.572 0 2.551-.86 2.551-2.254zM75.673 13.646h5.635L78.52 5.993l-2.847 7.653zM139.534 43.052h5.636l-2.788-7.653-2.848 7.653zM75.673 43.052h5.635l-2.788-7.653-2.847 7.653z' fill='none'/%3E%3Cpath d='M25.973 21.054a3.413 3.413 0 005.432-2.754l-.028-14.892a3.412 3.412 0 10-6.824.009l.027 14.891a3.4 3.4 0 001.393 2.746zM51.38 17.42l-14.125 4.714a3.412 3.412 0 102.157 6.474L53.537 23.9a3.412 3.412 0 10-2.157-6.48zM20.776 26.449a3.411 3.411 0 00-2.159-4.315L4.492 17.42a3.412 3.412 0 00-2.157 6.48l14.125 4.708a3.412 3.412 0 004.316-2.159zM30.652 27.167h-.007a3.391 3.391 0 00-5.493.017c-.022.031-.051.056-.072.088l-.008.01-12.163 16.727a3.412 3.412 0 105.519 4.014l9.5-13.057 9.641 13.067a3.412 3.412 0 105.492-4.05z' fill='%23fff'/%3E%3Cpath d='M25.146 27.185l-.066.092c.021-.032.05-.057.072-.088z' fill='%238857e5'/%3E%3Cpath d='M80.419 1.455a2 2 0 00-3.8 0l-6.7 15.928a3.343 3.343 0 00-.237 1.068 1.938 1.938 0 001.988 1.928 1.964 1.964 0 001.868-1.424l.831-2.017h8.275l.831 2.017a2.026 2.026 0 001.9 1.424 1.913 1.913 0 001.958-1.928 2.708 2.708 0 00-.237-1.068zm-4.746 12.191l2.847-7.653 2.788 7.653zM106.432.09a1.989 1.989 0 00-2.017 2.047l.03 10.382L95.754 1.4C95.161.654 94.716.09 93.707.09a1.97 1.97 0 00-1.958 2.018v16.224a2 2 0 104.005 0V7.951l8.72 11.212a2.444 2.444 0 001.988 1.216 1.951 1.951 0 001.957-2.017V2.137A1.983 1.983 0 00106.432.09zM129 2.256a1.77 1.77 0 00-1.839-1.81h-13.314a1.787 1.787 0 00-1.839 1.81 1.8 1.8 0 001.839 1.809h4.653v14.267a2 2 0 104 0V4.065h4.657A1.8 1.8 0 00129 2.256zM136.6 18.332V2.137a2 2 0 10-4 0v16.2a2 2 0 104 0zM142.827 11.362h4.537a1.654 1.654 0 001.691-1.691 1.629 1.629 0 00-1.691-1.661h-4.537a1.629 1.629 0 00-1.691 1.661 1.653 1.653 0 001.691 1.691zM162.284 20.023c3.8 0 6.466-2.373 6.466-5.754a4.9 4.9 0 00-3.5-4.835A4.645 4.645 0 00166.7 5.9c0-3.233-2.551-5.458-6.2-5.458h-4.894a1.979 1.979 0 00-2.047 2.047v15.487a1.979 1.979 0 002.047 2.047zM157.45 3.887h2.758c1.572 0 2.551.831 2.551 2.225s-.979 2.254-2.551 2.254h-2.758zm0 7.772h4.537c1.751 0 2.789.919 2.789 2.461 0 1.572-1.038 2.462-2.789 2.462h-4.537zM189.6 11.925V2.137a2 2 0 10-4 0v10.085c0 2.729-1.661 4.449-4.3 4.449s-4.3-1.72-4.3-4.449V2.137a2 2 0 10-4.005 0v9.788c0 5.043 3.352 8.454 8.306 8.454s8.299-3.411 8.299-8.454zM207.9 18.214a1.787 1.787 0 00-1.839-1.81h-6.971V2.137A1.965 1.965 0 00197.107.09a2.025 2.025 0 00-2.017 2.047v15.839a1.979 1.979 0 002.047 2.047h8.928a1.769 1.769 0 001.835-1.809zM222.765 16.4h-6.971V2.137A1.965 1.965 0 00213.807.09a2.024 2.024 0 00-2.017 2.047v15.839a1.979 1.979 0 002.047 2.047h8.928a1.81 1.81 0 100-3.619zM238.812.09a1.986 1.986 0 00-1.869 1.187l-4.212 7.3-4.212-7.3a2.005 2.005 0 00-1.9-1.187 1.907 1.907 0 00-1.958 1.9 2.248 2.248 0 00.445 1.335l5.606 9.254v5.754a2 2 0 104 0v-5.755l5.635-9.254a2.261 2.261 0 00.416-1.306A1.913 1.913 0 00238.812.09zM247.414.09a1.972 1.972 0 00-2.014 2.047v16.2a2 2 0 104 0v-16.2A1.966 1.966 0 00247.414.09zM269.72.09a1.989 1.989 0 00-2.02 2.047l.03 10.382L259.041 1.4C258.448.654 258 .09 257 .09a1.97 1.97 0 00-1.958 2.018v16.224a2 2 0 104 0V7.951l8.721 11.212a2.444 2.444 0 001.988 1.216 1.951 1.951 0 001.957-2.017V2.137A1.983 1.983 0 00269.72.09zM294.013 9.286h-5.695a1.74 1.74 0 100 3.47h3.737v1.691a6.341 6.341 0 01-5.161 2.343 6.236 6.236 0 01-6.526-6.555 6.3 6.3 0 0110.975-4.36 2.147 2.147 0 001.691.889 1.841 1.841 0 001.838-1.809 2.931 2.931 0 00-1.216-2.106A9.814 9.814 0 00286.715.09a10.15 10.15 0 100 20.289 10.776 10.776 0 008.721-4.3 3.761 3.761 0 00.623-2.225v-2.522a1.978 1.978 0 00-2.046-2.046zM80.419 30.861a2 2 0 00-3.8 0l-6.7 15.928a3.343 3.343 0 00-.237 1.068 1.938 1.938 0 001.988 1.928 1.965 1.965 0 001.868-1.424l.831-2.017h8.275l.831 2.017a2.027 2.027 0 001.9 1.424 1.913 1.913 0 001.958-1.928 2.708 2.708 0 00-.237-1.068zm-4.746 12.191L78.52 35.4l2.788 7.653zM102.724 45.81h-6.97V31.543a1.966 1.966 0 00-1.988-2.043 2.025 2.025 0 00-2.017 2.047v15.835a1.979 1.979 0 002.051 2.047h8.928a1.81 1.81 0 100-3.619zM119.424 45.81h-6.971V31.543a1.965 1.965 0 00-1.987-2.047 2.024 2.024 0 00-2.017 2.047v15.839a1.979 1.979 0 002.046 2.047h8.929a1.81 1.81 0 100-3.619zM127.165 29.5a1.972 1.972 0 00-2.017 2.047v16.2a2 2 0 104 0V31.543a1.966 1.966 0 00-1.983-2.043zM144.28 30.861a2 2 0 00-3.8 0l-6.7 15.928a3.348 3.348 0 00-.238 1.068 1.938 1.938 0 001.988 1.928 1.964 1.964 0 001.868-1.424l.831-2.017h8.271l.831 2.017a2.027 2.027 0 001.9 1.424 1.912 1.912 0 001.958-1.928 2.69 2.69 0 00-.237-1.068zm-4.746 12.191l2.848-7.653 2.788 7.653zM170.293 29.5a1.989 1.989 0 00-2.017 2.047l.03 10.382-8.691-11.129c-.593-.741-1.038-1.3-2.047-1.3a1.969 1.969 0 00-1.957 2.017v16.221a2 2 0 104 0V37.356l8.72 11.213a2.445 2.445 0 001.988 1.216 1.952 1.952 0 001.958-2.017V31.543a1.984 1.984 0 00-1.984-2.043zM187.259 33.2a6.03 6.03 0 014.776 2.2 2.057 2.057 0 001.542.771 1.849 1.849 0 001.869-1.809 2.2 2.2 0 00-.623-1.483 9.863 9.863 0 00-7.564-3.382 10.148 10.148 0 10-.03 20.289 9.772 9.772 0 007.564-3.382 2.274 2.274 0 00.623-1.483 1.823 1.823 0 00-1.839-1.809 2.116 2.116 0 00-1.572.771 6.054 6.054 0 01-4.746 2.2 6.13 6.13 0 01-6.318-6.407 6.162 6.162 0 016.318-6.476zM212.383 45.81h-7.92v-4.953h5.19a1.706 1.706 0 100-3.411h-5.19v-3.975h7.564a1.8 1.8 0 001.839-1.81 1.769 1.769 0 00-1.839-1.809h-9.581a1.951 1.951 0 00-1.988 1.988v15.6a1.951 1.951 0 001.988 1.988h9.937a1.81 1.81 0 100-3.619z' fill='%23fff'/%3E%3C/svg%3E");
}

#abw_top {
  padding-top: 4.1875rem;
  margin-bottom: 6rem;
}
#abw_top .listing_box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
}
#abw_top h2 {
  width: 23.5625rem;
}
#abw_top h2 a {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  line-height: 0;
}
#abw_top h2 a::before {
  content: none;
}
#abw_top h2 a::after {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 14.712607%;
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='376.378' height='50.112'%3E%3Cg data-name='Anti-Bullying Week 2021' style='isolation:isolate'%3E%3Cg style='isolation:isolate' fill='%23fd0f47'%3E%3Cpath d='M15.3 19.358H6.752L5.056 24H0L8.768 1.6h4.511l8.8 22.4h-5.056zm-1.632-4.383l-2.623-7.1-2.656 7.1zM29.023 7.551v2.177a5.407 5.407 0 014.928-2.561c3.328 0 5.856 1.952 5.856 6.048V24h-4.64v-9.825c0-1.985-1.088-2.912-2.751-2.912-1.792 0-3.264 1.216-3.264 3.712V24h-4.608V7.551zM45.184 7.551V3.52h4.639v4.031h4.7v4.128h-4.7V17.5a2.312 2.312 0 002.464 2.559 4.828 4.828 0 002.4-.736l1.12 3.424a8.9 8.9 0 01-4.768 1.44 5.475 5.475 0 01-5.855-5.856v-6.652h-3.232V7.551zM63.839 2.88a2.994 2.994 0 01-5.984 0 2.994 2.994 0 015.984 0zm-5.28 4.671h4.608V24h-4.608zM77.15 12.415v4.128H66.975v-4.128zM96.381 7.071a4.931 4.931 0 01-3.681 4.864c3.071.8 4.447 2.912 4.447 5.376 0 3.456-2.816 6.687-7.583 6.687h-8.51V1.6h8.992c4.127 0 6.335 2.719 6.335 5.471zm-7.487 3.552a2.444 2.444 0 002.72-2.464c0-1.376-.992-2.208-2.656-2.208h-3.232v4.672zm.384 9.023c1.92 0 3.167-1.024 3.167-2.751 0-1.632-1.183-2.688-3.1-2.688h-3.619v5.439zM115.325 24h-4.48v-2.338a5.279 5.279 0 01-4.767 2.528c-3.1 0-5.792-1.76-5.792-6.112V7.551h4.608v9.6c0 2.016 1.023 2.945 2.591 2.945 1.953 0 3.232-1.408 3.232-3.744v-8.8h4.608zM124.8 24.19c-2.975 0-5.375-1.984-5.375-5.7V1.6h4.608v16.415a1.859 1.859 0 001.887 2.047 3.279 3.279 0 001.568-.416l1.088 3.52a8.178 8.178 0 01-3.776 1.024zM135.613 24.19c-2.975 0-5.375-1.984-5.375-5.7V1.6h4.607v16.415a1.86 1.86 0 001.888 2.047 3.279 3.279 0 001.568-.416l1.088 3.52a8.178 8.178 0 01-3.776 1.024zM156.924 7.551v15.455c0 5.6-4.159 8.512-8.7 8.512-3.712 0-6.783-1.7-8.127-5.248l4.031-1.888a4.169 4.169 0 004.224 3.008 3.642 3.642 0 003.936-3.808v-2.624c-.8 1.664-2.624 2.592-4.9 2.592-3.488 0-6.143-2.144-6.143-6.5v-9.5h4.607v8.767a2.828 2.828 0 003.008 3.136c1.92 0 3.424-1.311 3.424-3.743V7.551zM166.525 2.88a2.994 2.994 0 01-5.983 0 2.994 2.994 0 015.983 0zm-5.28 4.671h4.608V24h-4.608zM174.652 7.551v2.177a5.407 5.407 0 014.928-2.561c3.328 0 5.856 1.952 5.856 6.048V24H180.8v-9.825c0-1.985-1.088-2.912-2.752-2.912-1.792 0-3.263 1.216-3.263 3.712V24h-4.608V7.551zM206.4 7.551v15.455c0 5.28-4.063 8.512-9.215 8.512-4 0-7.3-2.08-8.607-5.216l4-2.048a5.108 5.108 0 004.768 3.1c2.592 0 4.415-1.439 4.415-3.9v-2.08c-.895 1.5-2.687 2.272-5.087 2.272-4.7 0-7.9-3.392-7.9-8.255 0-4.7 3.039-8.224 7.935-8.224 2.56 0 4.544.928 5.184 2.464v-2.08zm-8.8 12a3.905 3.905 0 004.192-4.16 3.905 3.905 0 00-4.192-4.16 3.963 3.963 0 00-4.224 4.16 3.964 3.964 0 004.224 4.16zM247.77 1.6L240.635 24h-4.544l-4.383-13.951L227.292 24h-4.544l-7.136-22.4h5.056l4.384 14.943L229.4 1.6h4.576l4.352 14.943L242.714 1.6zM252.348 17.246a3.7 3.7 0 004.032 2.977 5.455 5.455 0 004.256-1.889l2.336 2.88a9.241 9.241 0 01-6.944 2.976c-5.024 0-8.383-3.232-8.383-8.319 0-4.992 3.295-8.7 8.479-8.7 4.48 0 7.359 2.752 7.359 8.352v1.727zm6.56-3.295a2.762 2.762 0 00-3.072-3.008 3.358 3.358 0 00-3.552 3.008zM270.364 17.246a3.7 3.7 0 004.032 2.977 5.455 5.455 0 004.255-1.889l2.336 2.88a9.238 9.238 0 01-6.944 2.976c-5.023 0-8.383-3.232-8.383-8.319 0-4.992 3.3-8.7 8.48-8.7 4.479 0 7.359 2.752 7.359 8.352v1.727zm6.56-3.295a2.762 2.762 0 00-3.072-3.008 3.358 3.358 0 00-3.552 3.008zM289.244 1.6v12.254l6.207-6.3h6.208l-8 7.679L302.683 24h-6.592l-6.847-6.783V24h-4.608V1.6z'/%3E%3C/g%3E%3Cg style='isolation:isolate' fill='%232bfdf1'%3E%3Cpath d='M327.9 19.646V24h-15.71v-4.1l6.911-6.175c1.568-1.376 3.3-3.008 3.3-4.959a2.72 2.72 0 00-2.88-2.817c-1.919 0-3.711 1.313-3.744 4.064l-4.288-.192a7.919 7.919 0 018.25-8.221c4.352 0 7.36 2.719 7.36 6.879 0 3.264-2.048 5.344-3.617 6.719l-5.214 4.448zM347.227 12.511v.768c0 7.007-3.168 10.911-8.608 10.911-5.408 0-8.576-3.9-8.576-10.911v-.768c0-7.008 3.168-10.911 8.576-10.911 5.44 0 8.608 3.9 8.608 10.911zm-8.608 7.389c2.592 0 3.871-1.92 3.871-6.623v-.768c0-4.7-1.279-6.623-3.871-6.623-2.56 0-3.872 1.92-3.872 6.623v.768c0 4.705 1.312 6.623 3.872 6.623zM366.106 19.646V24H350.4v-4.1l6.911-6.175c1.568-1.376 3.3-3.008 3.3-4.959a2.721 2.721 0 00-2.88-2.817c-1.92 0-3.712 1.313-3.744 4.064l-4.288-.192a7.917 7.917 0 018.247-8.221c4.352 0 7.36 2.719 7.36 6.879 0 3.264-2.048 5.344-3.616 6.719l-5.215 4.448zM371.706 6.271h-3.136V1.92h7.808V24h-4.672z'/%3E%3C/g%3E%3C/g%3E%3Cg style='isolation:isolate' fill='%23fff' data-name='15-19 Nov 2021'%3E%3Cpath d='M2.25 39.474H.388V36.89h4.635V50H2.25zM17.3 45.458a4.512 4.512 0 01-4.825 4.654A4.93 4.93 0 017.627 47l2.489-1.158a2.449 2.449 0 002.393 1.728 1.966 1.966 0 10-.038-3.932 2.289 2.289 0 00-2.013 1.045H8.292V36.89h7.9v2.584h-5.545v2.469a3.926 3.926 0 012.489-.759 3.945 3.945 0 014.164 4.274zM25.068 43.121v2.45h-6.041v-2.45zM28.679 39.474h-1.862V36.89h4.635V50h-2.773zM38.862 36.7c3.21 0 5.262 2.527 5.262 6.117 0 4.008-2.564 7.3-8 7.3l-.095-2.546c2.527-.018 4.75-.836 5.243-3.571a4.026 4.026 0 01-3.286 1.614 3.933 3.933 0 01-3.932-4.255 4.527 4.527 0 014.808-4.659zm.019 6.478a1.968 1.968 0 100-3.932 1.967 1.967 0 100 3.932zM62.421 36.7V50h-2.983l-5.832-8.435V50h-2.812V36.7h2.983l5.832 8.777V36.7zM74.619 45.059a5.072 5.072 0 11-5.072-5.053 4.928 4.928 0 015.072 5.053zm-5.072 2.6a2.341 2.341 0 002.336-2.6 2.35 2.35 0 10-4.673 0 2.342 2.342 0 002.337 2.602zM85.563 40.233L81.65 50h-2.413l-3.894-9.765h2.963l2.147 6.061 2.128-6.061zM100.44 47.414V50h-9.328v-2.434l4.1-3.666c.931-.817 1.957-1.786 1.957-2.945a1.615 1.615 0 00-1.71-1.672A2.207 2.207 0 0093.24 41.7l-2.546-.114A4.7 4.7 0 0195.6 36.7c2.583 0 4.369 1.614 4.369 4.084a5.277 5.277 0 01-2.147 3.989l-3.1 2.641zM111.916 43.178v.456c0 4.16-1.881 6.478-5.11 6.478-3.211 0-5.092-2.318-5.092-6.478v-.456c0-4.16 1.881-6.478 5.092-6.478 3.229 0 5.11 2.318 5.11 6.478zm-5.11 4.388c1.538 0 2.3-1.139 2.3-3.932v-.456c0-2.792-.76-3.932-2.3-3.932-1.52 0-2.3 1.14-2.3 3.932v.456c.001 2.793.78 3.932 2.3 3.932zM123.125 47.414V50H113.8v-2.434l4.1-3.666c.931-.817 1.957-1.786 1.957-2.945a1.615 1.615 0 00-1.71-1.672 2.207 2.207 0 00-2.223 2.413l-2.545-.114a4.7 4.7 0 014.9-4.882c2.584 0 4.369 1.614 4.369 4.084a5.276 5.276 0 01-2.146 3.989l-3.1 2.641zM126.452 39.474h-1.862V36.89h4.635V50h-2.773z'/%3E%3C/g%3E%3C/svg%3E"); */
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='682.977' height='103.59' data-name='Layer 1'%3E%3Cg fill='%23fff' data-name='15-19 Nov 2021' style='isolation:isolate'%3E%3Cpath d='M25.08 69.83a2.794 2.794 0 0 1 .76 2v21.8a2.7 2.7 0 0 1-.78 1.96 2.557 2.557 0 0 1-1.9.8 2.6 2.6 0 0 1-1.94-.8 2.7 2.7 0 0 1-.78-1.96V80.59l-4.96 7.8a4.139 4.139 0 0 1-1.16 1.319 2.463 2.463 0 0 1-1.4.4 2.488 2.488 0 0 1-1.38-.4 4 4 0 0 1-1.18-1.319L5.4 80.51v13.12a2.7 2.7 0 0 1-.78 1.96 2.557 2.557 0 0 1-1.9.8 2.6 2.6 0 0 1-1.94-.8A2.7 2.7 0 0 1 0 93.63v-21.8a2.79 2.79 0 0 1 .76-2 2.489 2.489 0 0 1 1.88-.8 2.542 2.542 0 0 1 1.52.46 5.293 5.293 0 0 1 1.32 1.62l7.44 11.8 7.44-11.8a5.911 5.911 0 0 1 1.34-1.62 2.45 2.45 0 0 1 1.5-.46 2.492 2.492 0 0 1 1.88.8ZM46.16 77.05a10.4 10.4 0 0 1 3.86 3.74 10.268 10.268 0 0 1 0 10.42 10.3 10.3 0 0 1-3.88 3.76 10.8 10.8 0 0 1-5.38 1.381 10.579 10.579 0 0 1-5.34-1.381 10.227 10.227 0 0 1-3.82-3.76 10.255 10.255 0 0 1 3.84-14.18 10.828 10.828 0 0 1 5.36-1.36 10.7 10.7 0 0 1 5.36 1.38Zm-9.04 5.08a5.486 5.486 0 0 0-1.44 3.9 5.36 5.36 0 0 0 1.44 3.84 5.188 5.188 0 0 0 7.34 0 5.32 5.32 0 0 0 1.46-3.84 5.463 5.463 0 0 0-1.46-3.88 5.12 5.12 0 0 0-7.34-.02ZM71.819 77.83a8.151 8.151 0 0 1 2.02 5.8v10a2.723 2.723 0 0 1-.759 1.98 2.7 2.7 0 0 1-3.821-.02 2.7 2.7 0 0 1-.78-1.96v-9.279a3.84 3.84 0 0 0-1.02-2.781 3.526 3.526 0 0 0-2.66-1.06 3.619 3.619 0 0 0-2.7 1.08 3.777 3.777 0 0 0-1.06 2.761v9.279a2.72 2.72 0 0 1-.761 1.98 2.568 2.568 0 0 1-1.92.781 2.6 2.6 0 0 1-1.94-.8 2.7 2.7 0 0 1-.779-1.96v-15.24a2.673 2.673 0 0 1 .761-1.941 2.569 2.569 0 0 1 1.92-.78 2.542 2.542 0 0 1 2.52 2.04 8.027 8.027 0 0 1 2.5-1.5 8.562 8.562 0 0 1 3.06-.54 7.068 7.068 0 0 1 5.419 2.16ZM98.08 66.21a2.728 2.728 0 0 1 .759 1.98v25.48a2.675 2.675 0 0 1-.759 1.94 2.525 2.525 0 0 1-1.881.781 2.493 2.493 0 0 1-1.8-.741 2.7 2.7 0 0 1-.839-1.78 7.021 7.021 0 0 1-2.581 1.86 8.7 8.7 0 0 1-3.459.661 9.242 9.242 0 0 1-4.94-1.341 9.342 9.342 0 0 1-3.421-3.7 12.034 12.034 0 0 1 0-10.641 9.352 9.352 0 0 1 3.421-3.7 9.241 9.241 0 0 1 4.94-1.34 8.819 8.819 0 0 1 3.359.62 7.1 7.1 0 0 1 2.56 1.74V68.19a2.7 2.7 0 0 1 .78-1.96 2.6 2.6 0 0 1 1.94-.8 2.571 2.571 0 0 1 1.921.78Zm-5.941 23.76a6.3 6.3 0 0 0-.02-7.9 4.673 4.673 0 0 0-3.6-1.52 4.834 4.834 0 0 0-3.661 1.54 5.445 5.445 0 0 0-1.46 3.9 5.538 5.538 0 0 0 1.44 3.94 4.814 4.814 0 0 0 3.681 1.54 4.686 4.686 0 0 0 3.62-1.5ZM118.559 77.891a8.419 8.419 0 0 1 2.24 6.259v9.52a2.639 2.639 0 0 1-.74 1.92 2.489 2.489 0 0 1-1.86.761 2.608 2.608 0 0 1-1.68-.58 2.571 2.571 0 0 1-.92-1.5 8.1 8.1 0 0 1-5.8 2.12 7.287 7.287 0 0 1-4.94-1.641 5.383 5.383 0 0 1-1.9-4.28 5.035 5.035 0 0 1 2-4.22 8.779 8.779 0 0 1 5.48-1.54h4.96v-.88a3.376 3.376 0 0 0-.96-2.559 3.831 3.831 0 0 0-2.76-.92 5.694 5.694 0 0 0-3.8 1.479 2.68 2.68 0 0 1-1.6.64 2.287 2.287 0 0 1-1.66-.64 2.088 2.088 0 0 1-.66-1.559 2.977 2.977 0 0 1 1.12-2.161 8.488 8.488 0 0 1 3.12-1.8 12.445 12.445 0 0 1 4.04-.641 8.589 8.589 0 0 1 6.32 2.222Zm-4.36 13.42a3.675 3.675 0 0 0 1.2-2.8v-.239h-4.24q-2.76 0-2.76 2a1.88 1.88 0 0 0 .76 1.58 3.357 3.357 0 0 0 2.08.579 4.177 4.177 0 0 0 2.961-1.12ZM144.059 76.45a2.5 2.5 0 0 1 .78 1.821 2.605 2.605 0 0 1-.32 1.239L135.8 97.391a13.028 13.028 0 0 1-3.52 4.739 7.376 7.376 0 0 1-4.6 1.46 5.439 5.439 0 0 1-2.28-.44 2.171 2.171 0 0 1-1-.86 2.346 2.346 0 0 1-.36-1.26 2.185 2.185 0 0 1 .7-1.66 2.436 2.436 0 0 1 1.74-.66l.48.04a3.914 3.914 0 0 0 2.22-.6 4.691 4.691 0 0 0 1.54-1.92l.72-1.6-6.84-15.08a2.925 2.925 0 0 1-.36-1.279 2.5 2.5 0 0 1 .78-1.821 2.539 2.539 0 0 1 1.86-.78 2.668 2.668 0 0 1 1.44.4 2.249 2.249 0 0 1 .92 1.12l5.24 11.72 5.36-11.72a2.635 2.635 0 0 1 .96-1.1 2.572 2.572 0 0 1 1.44-.42 2.5 2.5 0 0 1 1.819.78ZM168.519 69.83a2.693 2.693 0 0 1 .759 1.92v21.88a2.771 2.771 0 0 1-.719 2.02 2.66 2.66 0 0 1-2 .741 2.589 2.589 0 0 1-1.98-.741 2.813 2.813 0 0 1-.7-2.02V75.59l-2.56 1.12a3.073 3.073 0 0 1-1.239.28 2.36 2.36 0 0 1-1.761-.74 2.508 2.508 0 0 1-.719-1.82 2.4 2.4 0 0 1 .42-1.38 2.8 2.8 0 0 1 1.259-.98l6-2.719a5.061 5.061 0 0 1 1.4-.321 2.448 2.448 0 0 1 1.84.8ZM191.158 81.97a7.835 7.835 0 0 1 1.92 5.3 8.581 8.581 0 0 1-1.3 4.639 9.147 9.147 0 0 1-3.58 3.28 11.269 11.269 0 0 1-9.96.081 10.33 10.33 0 0 1-3.76-3.2 2.6 2.6 0 0 1-.44-1.44 2.35 2.35 0 0 1 .72-1.72 2.393 2.393 0 0 1 1.76-.72 2.2 2.2 0 0 1 1.76.8 7.665 7.665 0 0 0 2.2 1.821 5.317 5.317 0 0 0 2.48.58 4.862 4.862 0 0 0 3.32-1.12 3.745 3.745 0 0 0 1.28-2.96 3.249 3.249 0 0 0-1.38-2.821 6.91 6.91 0 0 0-4.02-.98h-.8a2.481 2.481 0 0 1-1.8-.7 2.379 2.379 0 0 1-.72-1.781 2.211 2.211 0 0 1 .28-1.1 4.238 4.238 0 0 1 1-1.1l4.92-4.439H177.4a2.428 2.428 0 0 1-1.76-.7 2.462 2.462 0 0 1 0-3.48 2.431 2.431 0 0 1 1.76-.7h12.48a2.553 2.553 0 0 1 1.9.8 2.6 2.6 0 0 1 .78 1.879 2.922 2.922 0 0 1-1.16 2.24l-5.2 4.8a8.166 8.166 0 0 1 4.958 2.741ZM210.078 92.11a2.092 2.092 0 0 1 .64 1.6 2.314 2.314 0 0 1-.36 1.28 2.471 2.471 0 0 1-1 .88 7.174 7.174 0 0 1-2.8.521 8.3 8.3 0 0 1-5.9-1.9 7.24 7.24 0 0 1-2.02-5.54V80.67h-1.12a2.287 2.287 0 0 1-1.66-.64 2.368 2.368 0 0 1 0-3.28 2.291 2.291 0 0 1 1.66-.64h1.12v-2.719a2.67 2.67 0 0 1 .76-1.941 2.615 2.615 0 0 1 1.96-.78 2.569 2.569 0 0 1 1.92.78 2.674 2.674 0 0 1 .76 1.941v2.719h3.64a2.281 2.281 0 1 1 0 4.56h-3.64v7.8a2.954 2.954 0 0 0 .84 2.36 4.145 4.145 0 0 0 2.72.72l.76-.04a2.414 2.414 0 0 1 1.72.6ZM230.377 77.851a8.166 8.166 0 0 1 2.02 5.779v10a2.719 2.719 0 0 1-.76 1.98 2.7 2.7 0 0 1-3.82-.02 2.7 2.7 0 0 1-.78-1.96v-9.239a3.844 3.844 0 0 0-1.02-2.781 3.528 3.528 0 0 0-2.66-1.06 3.658 3.658 0 0 0-2.7 1.06 3.76 3.76 0 0 0-1.06 2.781v9.239a2.723 2.723 0 0 1-.76 1.98 2.569 2.569 0 0 1-1.92.781 2.6 2.6 0 0 1-1.94-.8 2.7 2.7 0 0 1-.78-1.96V68.19a2.7 2.7 0 0 1 .78-1.96 2.6 2.6 0 0 1 1.94-.8 2.569 2.569 0 0 1 1.92.78 2.725 2.725 0 0 1 .76 1.98v9.64a7.243 7.243 0 0 1 2.42-1.6 7.962 7.962 0 0 1 3.02-.56 6.935 6.935 0 0 1 5.34 2.181ZM257.677 81.47a2.174 2.174 0 0 1 .64 1.6 2.241 2.241 0 0 1-.64 1.62 2.187 2.187 0 0 1-1.64.661h-6.12a2.184 2.184 0 0 1-1.64-.661 2.237 2.237 0 0 1-.64-1.62 2.17 2.17 0 0 1 .64-1.6 2.221 2.221 0 0 1 1.64-.64h6.12a2.225 2.225 0 0 1 1.64.64ZM274.756 95.61a2.723 2.723 0 0 1-.756-1.98V72.271a2.667 2.667 0 0 1 2.759-2.761H289.2a2.415 2.415 0 0 1 1.78.7 2.366 2.366 0 0 1 .7 1.74 2.326 2.326 0 0 1-.72 1.74 2.429 2.429 0 0 1-1.76.7h-9.8v6.6h7.641a2.412 2.412 0 0 1 1.779.7 2.363 2.363 0 0 1 .7 1.74 2.327 2.327 0 0 1-.721 1.74 2.428 2.428 0 0 1-1.759.7h-7.64v7.76a2.739 2.739 0 0 1-.759 1.96 2.538 2.538 0 0 1-1.92.8 2.62 2.62 0 0 1-1.965-.78ZM306.316 76.53a2.364 2.364 0 0 1 .684 1.781 2.446 2.446 0 0 1-.681 1.779 2.878 2.878 0 0 1-1.839.82 4.934 4.934 0 0 0-3.4 1.5 5.125 5.125 0 0 0-1.24 3.62v7.6a2.719 2.719 0 0 1-.76 1.98 2.568 2.568 0 0 1-1.92.781 2.6 2.6 0 0 1-1.94-.8 2.7 2.7 0 0 1-.779-1.96v-15.24a2.669 2.669 0 0 1 .759-1.941 2.569 2.569 0 0 1 1.92-.78 2.5 2.5 0 0 1 1.78.7 2.583 2.583 0 0 1 .82 1.74 6.767 6.767 0 0 1 2.2-1.66 6.145 6.145 0 0 1 2.639-.58 2.42 2.42 0 0 1 1.757.66ZM315.036 66.59a3.1 3.1 0 0 1 1 2.32 3.036 3.036 0 0 1-1 2.3 3.38 3.38 0 0 1-2.4.94 3.308 3.308 0 0 1-2.38-.94 3.06 3.06 0 0 1-.98-2.3 3.127 3.127 0 0 1 .98-2.32 3.273 3.273 0 0 1 2.38-.96 3.344 3.344 0 0 1 2.4.96Zm-4.3 29a2.7 2.7 0 0 1-.78-1.96V78.391a2.665 2.665 0 0 1 2.72-2.721 2.569 2.569 0 0 1 1.92.78 2.674 2.674 0 0 1 .76 1.941V93.63a2.7 2.7 0 0 1-.78 1.96 2.6 2.6 0 0 1-1.94.8 2.555 2.555 0 0 1-1.9-.8ZM339.756 66.21a2.725 2.725 0 0 1 .76 1.98v25.48a2.672 2.672 0 0 1-.76 1.94 2.523 2.523 0 0 1-1.881.781 2.489 2.489 0 0 1-1.8-.741 2.7 2.7 0 0 1-.84-1.78 7.026 7.026 0 0 1-2.58 1.86 8.7 8.7 0 0 1-3.46.661 9.242 9.242 0 0 1-4.94-1.341 9.349 9.349 0 0 1-3.421-3.7 12.043 12.043 0 0 1 0-10.641 9.359 9.359 0 0 1 3.421-3.7 9.241 9.241 0 0 1 4.94-1.34 8.828 8.828 0 0 1 3.36.62 7.119 7.119 0 0 1 2.56 1.74V68.19a2.7 2.7 0 0 1 .78-1.96 2.6 2.6 0 0 1 1.939-.8 2.569 2.569 0 0 1 1.922.78Zm-5.941 23.76a6.3 6.3 0 0 0-.02-7.9 4.673 4.673 0 0 0-3.6-1.52 4.83 4.83 0 0 0-3.66 1.54 5.44 5.44 0 0 0-1.46 3.9 5.538 5.538 0 0 0 1.44 3.94 4.814 4.814 0 0 0 3.68 1.54 4.685 4.685 0 0 0 3.62-1.5ZM360.236 77.891a8.419 8.419 0 0 1 2.24 6.259v9.52a2.639 2.639 0 0 1-.74 1.92 2.489 2.489 0 0 1-1.86.761 2.608 2.608 0 0 1-1.68-.58 2.571 2.571 0 0 1-.92-1.5 8.1 8.1 0 0 1-5.8 2.12 7.287 7.287 0 0 1-4.94-1.641 5.383 5.383 0 0 1-1.9-4.28 5.035 5.035 0 0 1 2-4.22 8.779 8.779 0 0 1 5.48-1.54h4.96v-.88a3.376 3.376 0 0 0-.96-2.559 3.831 3.831 0 0 0-2.76-.92 5.694 5.694 0 0 0-3.8 1.479 2.68 2.68 0 0 1-1.6.64 2.287 2.287 0 0 1-1.66-.64 2.088 2.088 0 0 1-.66-1.559 2.977 2.977 0 0 1 1.12-2.161 8.488 8.488 0 0 1 3.12-1.8 12.445 12.445 0 0 1 4.04-.641 8.589 8.589 0 0 1 6.32 2.222Zm-4.36 13.42a3.675 3.675 0 0 0 1.2-2.8v-.239h-4.24q-2.76 0-2.76 2a1.88 1.88 0 0 0 .76 1.58 3.355 3.355 0 0 0 2.08.579 4.177 4.177 0 0 0 2.96-1.12ZM385.735 76.45a2.5 2.5 0 0 1 .781 1.821 2.606 2.606 0 0 1-.321 1.239l-8.719 17.881a13.04 13.04 0 0 1-3.521 4.739 7.372 7.372 0 0 1-4.6 1.46 5.446 5.446 0 0 1-2.28-.44 2.171 2.171 0 0 1-1-.86 2.345 2.345 0 0 1-.359-1.26 2.184 2.184 0 0 1 .7-1.66 2.44 2.44 0 0 1 1.74-.66l.481.04a3.911 3.911 0 0 0 2.219-.6 4.693 4.693 0 0 0 1.541-1.92l.719-1.6-6.84-15.08a2.925 2.925 0 0 1-.36-1.279 2.5 2.5 0 0 1 .78-1.821 2.542 2.542 0 0 1 1.861-.78 2.665 2.665 0 0 1 1.439.4 2.239 2.239 0 0 1 .92 1.12l5.24 11.72 5.361-11.72a2.635 2.635 0 0 1 .96-1.1 2.568 2.568 0 0 1 1.439-.42 2.493 2.493 0 0 1 1.819.78ZM410.2 69.83a2.694 2.694 0 0 1 .76 1.92v21.88a2.772 2.772 0 0 1-.72 2.02 2.66 2.66 0 0 1-2 .741 2.591 2.591 0 0 1-1.98-.741 2.817 2.817 0 0 1-.7-2.02V75.59L403 76.71a3.081 3.081 0 0 1-1.24.28 2.36 2.36 0 0 1-1.76-.74 2.509 2.509 0 0 1-.72-1.82 2.409 2.409 0 0 1 .42-1.38 2.81 2.81 0 0 1 1.26-.98l6-2.719a5.064 5.064 0 0 1 1.4-.321 2.447 2.447 0 0 1 1.84.8ZM433.874 70.311a2.573 2.573 0 0 1 .8 1.879 2.4 2.4 0 0 1-.321 1.28l-12 21.56a2.863 2.863 0 0 1-.98.98 2.51 2.51 0 0 1-1.34.381 2.733 2.733 0 0 1-2.72-2.721 2.986 2.986 0 0 1 .361-1.319l10.04-17.96h-9.08a2.475 2.475 0 0 1-1.8-.7 2.46 2.46 0 0 1 0-3.48 2.479 2.479 0 0 1 1.8-.7h13.319a2.616 2.616 0 0 1 1.921.8ZM450.794 92.11a2.089 2.089 0 0 1 .64 1.6 2.314 2.314 0 0 1-.36 1.28 2.471 2.471 0 0 1-1 .88 7.174 7.174 0 0 1-2.8.521 8.3 8.3 0 0 1-5.9-1.9 7.24 7.24 0 0 1-2.02-5.54V80.67h-1.12a2.287 2.287 0 0 1-1.66-.64 2.368 2.368 0 0 1 0-3.28 2.291 2.291 0 0 1 1.66-.64h1.12v-2.719a2.67 2.67 0 0 1 .76-1.941 2.615 2.615 0 0 1 1.96-.78 2.569 2.569 0 0 1 1.92.78 2.674 2.674 0 0 1 .76 1.941v2.719h3.64a2.281 2.281 0 1 1 0 4.56h-3.64v7.8a2.954 2.954 0 0 0 .84 2.36 4.147 4.147 0 0 0 2.72.72l.76-.04a2.414 2.414 0 0 1 1.72.6ZM471.094 77.851a8.17 8.17 0 0 1 2.019 5.779v10a2.723 2.723 0 0 1-.759 1.98 2.7 2.7 0 0 1-3.821-.02 2.7 2.7 0 0 1-.779-1.96v-9.239a3.84 3.84 0 0 0-1.021-2.781 3.525 3.525 0 0 0-2.66-1.06 3.655 3.655 0 0 0-2.7 1.06 3.761 3.761 0 0 0-1.061 2.781v9.239a2.723 2.723 0 0 1-.759 1.98 2.569 2.569 0 0 1-1.92.781 2.6 2.6 0 0 1-1.941-.8 2.7 2.7 0 0 1-.779-1.96V68.19a2.706 2.706 0 0 1 .779-1.96 2.6 2.6 0 0 1 1.941-.8 2.569 2.569 0 0 1 1.92.78 2.724 2.724 0 0 1 .759 1.98v9.64a7.253 7.253 0 0 1 2.42-1.6 7.967 7.967 0 0 1 3.021-.56 6.935 6.935 0 0 1 5.341 2.181ZM511.533 69.83a2.7 2.7 0 0 1 .78 1.96v21.88a2.671 2.671 0 0 1-.759 1.94 2.525 2.525 0 0 1-1.881.781 2.416 2.416 0 0 1-1.44-.4 6.655 6.655 0 0 1-1.24-1.24l-11.76-15.12v14a2.7 2.7 0 0 1-.78 1.96 2.553 2.553 0 0 1-1.9.8 2.6 2.6 0 0 1-1.941-.8 2.7 2.7 0 0 1-.78-1.96V71.75a2.665 2.665 0 0 1 .76-1.939 2.52 2.52 0 0 1 1.881-.781 2.41 2.41 0 0 1 1.46.4 7.65 7.65 0 0 1 1.3 1.36l11.72 15-.04-14a2.7 2.7 0 0 1 .78-1.96 2.6 2.6 0 0 1 1.94-.8 2.552 2.552 0 0 1 1.9.8ZM532.633 77.05a10.4 10.4 0 0 1 3.86 3.74 10.268 10.268 0 0 1 0 10.42 10.3 10.3 0 0 1-3.88 3.76 10.8 10.8 0 0 1-5.38 1.381 10.579 10.579 0 0 1-5.34-1.381 10.227 10.227 0 0 1-3.82-3.76 10.255 10.255 0 0 1 3.84-14.18 10.828 10.828 0 0 1 5.36-1.36 10.7 10.7 0 0 1 5.36 1.38Zm-9.04 5.08a5.486 5.486 0 0 0-1.44 3.9 5.36 5.36 0 0 0 1.44 3.84 5.188 5.188 0 0 0 7.34 0 5.32 5.32 0 0 0 1.46-3.84 5.463 5.463 0 0 0-1.46-3.88 5.12 5.12 0 0 0-7.34-.02ZM559.373 76.45a2.5 2.5 0 0 1 .78 1.821 3.469 3.469 0 0 1-.4 1.439l-7.44 15a3.2 3.2 0 0 1-1.04 1.24 2.572 2.572 0 0 1-2.88 0 3.175 3.175 0 0 1-1.039-1.24l-7.441-15a3.224 3.224 0 0 1-.44-1.439 2.5 2.5 0 0 1 .78-1.821 2.539 2.539 0 0 1 1.86-.78 2.49 2.49 0 0 1 2.36 1.52l5.36 11.04 5.32-11.04a2.6 2.6 0 0 1 4.22-.74ZM576.854 76.87a8.753 8.753 0 0 1 3.359 3.32 9.376 9.376 0 0 1 1.221 4.76v.12a2.6 2.6 0 0 1-.821 2 3.02 3.02 0 0 1-2.14.76h-11.28a4.9 4.9 0 0 0 1.92 2.9 6.145 6.145 0 0 0 3.64 1.02 7.56 7.56 0 0 0 4.12-1.16 2.263 2.263 0 0 1 1.16-.36 2.161 2.161 0 0 1 1.56.621 2.055 2.055 0 0 1 .64 1.54 2.141 2.141 0 0 1-.32 1.179 3.525 3.525 0 0 1-1.04.98 11.062 11.062 0 0 1-6.28 1.841 11.367 11.367 0 0 1-5.56-1.361 10 10 0 0 1-3.88-3.719 10.16 10.16 0 0 1-1.4-5.281 10.523 10.523 0 0 1 1.34-5.259 9.784 9.784 0 0 1 3.7-3.741 10.311 10.311 0 0 1 5.24-1.36 9.693 9.693 0 0 1 4.821 1.2Zm-7.96 4.24a5.357 5.357 0 0 0-1.7 2.92h9a4.073 4.073 0 0 0-1.24-2.9 4.238 4.238 0 0 0-3.04-1.1 4.486 4.486 0 0 0-3.02 1.08ZM614.133 77.811a8.134 8.134 0 0 1 2.019 5.819v10a2.727 2.727 0 0 1-.759 1.98 2.571 2.571 0 0 1-1.92.781 2.6 2.6 0 0 1-1.941-.8 2.7 2.7 0 0 1-.78-1.96v-9.24a4.024 4.024 0 0 0-.94-2.8 3.3 3.3 0 0 0-2.58-1.04 3.511 3.511 0 0 0-2.62 1.04 3.672 3.672 0 0 0-1.019 2.681v9.358a2.72 2.72 0 0 1-.761 1.98 2.568 2.568 0 0 1-1.92.781 2.6 2.6 0 0 1-1.939-.8 2.7 2.7 0 0 1-.781-1.96v-9.24a3.969 3.969 0 0 0-.96-2.8 3.316 3.316 0 0 0-2.559-1.04 3.5 3.5 0 0 0-2.641 1.04 3.871 3.871 0 0 0-1 2.8v9.239a2.723 2.723 0 0 1-.76 1.98 2.566 2.566 0 0 1-1.919.781 2.6 2.6 0 0 1-1.941-.8 2.7 2.7 0 0 1-.779-1.96v-15.24a2.67 2.67 0 0 1 .76-1.941 2.563 2.563 0 0 1 1.919-.78 2.5 2.5 0 0 1 1.6.54 2.658 2.658 0 0 1 .92 1.46 7.5 7.5 0 0 1 5.36-2 7.792 7.792 0 0 1 3.42.721 6.171 6.171 0 0 1 2.46 2.119 8.6 8.6 0 0 1 2.92-2.08 9.015 9.015 0 0 1 3.681-.76 7.152 7.152 0 0 1 5.46 2.141ZM637.572 77.01a9.356 9.356 0 0 1 3.42 3.7 12.034 12.034 0 0 1 0 10.641 9.347 9.347 0 0 1-3.42 3.7 9.241 9.241 0 0 1-4.939 1.341 8.7 8.7 0 0 1-3.46-.661 7.009 7.009 0 0 1-2.58-1.86 2.667 2.667 0 0 1-.821 1.82 2.5 2.5 0 0 1-1.78.7 2.553 2.553 0 0 1-1.9-.8 2.7 2.7 0 0 1-.781-1.96V68.19a2.7 2.7 0 0 1 .781-1.96 2.6 2.6 0 0 1 1.939-.8 2.567 2.567 0 0 1 1.92.78 2.722 2.722 0 0 1 .761 1.98v9.84a7.1 7.1 0 0 1 2.559-1.74 8.826 8.826 0 0 1 3.361-.62 9.24 9.24 0 0 1 4.94 1.34Zm-2.26 12.92a5.539 5.539 0 0 0 1.441-3.94 5.445 5.445 0 0 0-1.46-3.9 4.835 4.835 0 0 0-3.66-1.54 4.677 4.677 0 0 0-3.6 1.52 6.309 6.309 0 0 0-.019 7.9 4.687 4.687 0 0 0 3.62 1.5 4.811 4.811 0 0 0 3.678-1.54ZM660.452 76.87a8.742 8.742 0 0 1 3.36 3.32 9.375 9.375 0 0 1 1.22 4.76v.12a2.6 2.6 0 0 1-.82 2 3.022 3.022 0 0 1-2.14.76h-11.28a4.9 4.9 0 0 0 1.92 2.9 6.148 6.148 0 0 0 3.641 1.02 7.565 7.565 0 0 0 4.12-1.16 2.26 2.26 0 0 1 1.159-.36 2.16 2.16 0 0 1 1.56.621 2.058 2.058 0 0 1 .64 1.54 2.14 2.14 0 0 1-.319 1.179 3.55 3.55 0 0 1-1.04.98 11.067 11.067 0 0 1-6.281 1.841 11.367 11.367 0 0 1-5.56-1.361 10.017 10.017 0 0 1-3.88-3.719 10.149 10.149 0 0 1-1.4-5.281 10.533 10.533 0 0 1 1.339-5.259 9.772 9.772 0 0 1 3.7-3.741 10.308 10.308 0 0 1 5.239-1.36 9.683 9.683 0 0 1 4.822 1.2Zm-7.96 4.24a5.362 5.362 0 0 0-1.7 2.92h9a4.081 4.081 0 0 0-1.24-2.9 4.237 4.237 0 0 0-3.039-1.1 4.493 4.493 0 0 0-3.021 1.08ZM681.111 76.53a2.368 2.368 0 0 1 .681 1.781 2.45 2.45 0 0 1-.681 1.779 2.878 2.878 0 0 1-1.84.82 4.933 4.933 0 0 0-3.4 1.5 5.124 5.124 0 0 0-1.239 3.62v7.6a2.72 2.72 0 0 1-.761 1.98 2.568 2.568 0 0 1-1.92.781 2.6 2.6 0 0 1-1.939-.8 2.7 2.7 0 0 1-.781-1.96v-15.24a2.67 2.67 0 0 1 .76-1.941 2.569 2.569 0 0 1 1.92-.78 2.5 2.5 0 0 1 1.78.7 2.588 2.588 0 0 1 .821 1.74 6.763 6.763 0 0 1 2.2-1.66 6.146 6.146 0 0 1 2.64-.58 2.42 2.42 0 0 1 1.759.66Z'/%3E%3C/g%3E%3Cg fill='%23fff' data-name='Anti-Bullying Week 2022' style='isolation:isolate'%3E%3Cpath d='M32.725 38.995a3.447 3.447 0 0 1-1.045 2.53 3.512 3.512 0 0 1-2.58 1.045 3.686 3.686 0 0 1-3.52-2.64l-1.54-3.74H8.69l-1.54 3.74a3.593 3.593 0 0 1-3.465 2.64 3.6 3.6 0 0 1-2.612-1.045A3.4 3.4 0 0 1 0 38.995a6.073 6.073 0 0 1 .44-1.979L12.87 7.48a3.549 3.549 0 0 1 3.52-2.53 3.55 3.55 0 0 1 3.52 2.53l12.375 29.536a5.109 5.109 0 0 1 .44 1.979Zm-21.615-8.91h10.45L16.39 15.9ZM60.527 17.05a11.21 11.21 0 0 1 2.773 7.975v13.75a3.742 3.742 0 0 1-1.041 2.725 3.718 3.718 0 0 1-5.252-.028 3.712 3.712 0 0 1-1.073-2.695V26.016a5.287 5.287 0 0 0-1.4-3.824 4.854 4.854 0 0 0-3.658-1.457 4.976 4.976 0 0 0-3.712 1.485 5.193 5.193 0 0 0-1.458 3.8v12.755a3.746 3.746 0 0 1-1.047 2.725 3.53 3.53 0 0 1-2.64 1.072 3.575 3.575 0 0 1-2.667-1.1 3.712 3.712 0 0 1-1.073-2.695V17.82a3.672 3.672 0 0 1 1.045-2.668 3.533 3.533 0 0 1 2.64-1.072 3.5 3.5 0 0 1 3.465 2.805 11.011 11.011 0 0 1 3.438-2.063 11.752 11.752 0 0 1 4.207-.742 9.718 9.718 0 0 1 7.453 2.97ZM87.669 36.686a2.872 2.872 0 0 1 .88 2.2 3.188 3.188 0 0 1-.5 1.761 3.4 3.4 0 0 1-1.375 1.209 9.885 9.885 0 0 1-3.85.715q-5.335 0-8.113-2.612t-2.772-7.619V20.955H70.4a3.143 3.143 0 0 1-2.282-.88 3 3 0 0 1-.908-2.255 3.006 3.006 0 0 1 .908-2.255 3.147 3.147 0 0 1 2.282-.879h1.54v-3.741a3.672 3.672 0 0 1 1.045-2.668 3.6 3.6 0 0 1 2.7-1.072 3.531 3.531 0 0 1 2.64 1.072 3.676 3.676 0 0 1 1.045 2.668v3.741h5a3.012 3.012 0 0 1 3.13 3.134 3.013 3.013 0 0 1-3.135 3.135h-5V31.68a4.061 4.061 0 0 0 1.155 3.245 5.708 5.708 0 0 0 3.74.99l1.04-.055a3.315 3.315 0 0 1 2.369.826ZM100.318 1.6a4.265 4.265 0 0 1 1.375 3.19 4.172 4.172 0 0 1-1.375 3.162 4.644 4.644 0 0 1-3.3 1.293 4.545 4.545 0 0 1-3.272-1.293A4.207 4.207 0 0 1 92.4 4.785 4.3 4.3 0 0 1 93.746 1.6 4.5 4.5 0 0 1 97.018.275a4.6 4.6 0 0 1 3.3 1.325Zm-5.913 39.87a3.711 3.711 0 0 1-1.072-2.695V17.82a3.663 3.663 0 0 1 3.74-3.74 3.535 3.535 0 0 1 2.64 1.072 3.676 3.676 0 0 1 1.045 2.668v20.955a3.715 3.715 0 0 1-1.072 2.7 3.579 3.579 0 0 1-2.668 1.1 3.514 3.514 0 0 1-2.613-1.105ZM120.338 22.055a2.99 2.99 0 0 1 .88 2.2 3.077 3.077 0 0 1-.88 2.227 3 3 0 0 1-2.255.909h-8.415a3 3 0 0 1-2.255-.909 3.073 3.073 0 0 1-.88-2.227 2.986 2.986 0 0 1 .88-2.2 3.054 3.054 0 0 1 2.255-.88h8.415a3.057 3.057 0 0 1 2.255.88ZM153.833 25.686a9.1 9.1 0 0 1 1.705 5.554A10.174 10.174 0 0 1 154 36.768a10.324 10.324 0 0 1-4.263 3.794 13.746 13.746 0 0 1-6.188 1.348h-12.377a3.669 3.669 0 0 1-3.8-3.795V9.4a3.671 3.671 0 0 1 3.8-3.795h9.076a13.31 13.31 0 0 1 5.967 1.295 9.95 9.95 0 0 1 4.07 3.576 9.552 9.552 0 0 1 1.458 5.252 8.569 8.569 0 0 1-2.7 6.545 9.9 9.9 0 0 1 4.79 3.413Zm-19.25-13.7V20.3h5.117a5.025 5.025 0 0 0 3.466-1.127 3.886 3.886 0 0 0 1.264-3.053 3.8 3.8 0 0 0-1.264-3.025 5.109 5.109 0 0 0-3.466-1.1Zm12.209 22.358a4.22 4.22 0 0 0 1.375-3.383 4.238 4.238 0 0 0-1.375-3.355A5.552 5.552 0 0 0 143 26.4h-8.415v9.13H143a5.629 5.629 0 0 0 3.792-1.182ZM166.812 40.976a11.273 11.273 0 0 1-4.455-4.484 13.354 13.354 0 0 1-1.594-6.572v-12.1a3.663 3.663 0 0 1 3.739-3.74 3.537 3.537 0 0 1 2.641 1.072 3.676 3.676 0 0 1 1.045 2.668v12.7a5.123 5.123 0 0 0 1.457 3.741 4.981 4.981 0 0 0 3.712 1.484 4.825 4.825 0 0 0 3.63-1.484 5.179 5.179 0 0 0 1.43-3.741v-12.7a3.676 3.676 0 0 1 1.045-2.668 3.6 3.6 0 0 1 2.7-1.072 3.531 3.531 0 0 1 2.639 1.072 3.672 3.672 0 0 1 1.046 2.668v12.1a13.366 13.366 0 0 1-1.595 6.572 11.329 11.329 0 0 1-4.428 4.484 12.959 12.959 0 0 1-6.463 1.594 13.223 13.223 0 0 1-6.549-1.594ZM194.009 41.47a3.711 3.711 0 0 1-1.072-2.695V3.8a3.711 3.711 0 0 1 1.072-2.7 3.572 3.572 0 0 1 2.667-1.1 3.51 3.51 0 0 1 2.613 1.1 3.711 3.711 0 0 1 1.072 2.7v34.98a3.711 3.711 0 0 1-1.072 2.7 3.513 3.513 0 0 1-2.613 1.1 3.575 3.575 0 0 1-2.667-1.11ZM208.8 41.47a3.712 3.712 0 0 1-1.073-2.695V3.8a3.712 3.712 0 0 1 1.073-2.7 3.572 3.572 0 0 1 2.671-1.1 3.51 3.51 0 0 1 2.613 1.1 3.711 3.711 0 0 1 1.072 2.7v34.98a3.711 3.711 0 0 1-1.072 2.7 3.513 3.513 0 0 1-2.613 1.1 3.575 3.575 0 0 1-2.671-1.11ZM247.359 15.152a3.431 3.431 0 0 1 1.072 2.5 3.579 3.579 0 0 1-.44 1.7L236 43.945a17.9 17.9 0 0 1-4.84 6.518 10.149 10.149 0 0 1-6.325 2.007 7.465 7.465 0 0 1-3.135-.6 2.99 2.99 0 0 1-1.375-1.182 3.229 3.229 0 0 1-.494-1.733 3 3 0 0 1 .962-2.282 3.346 3.346 0 0 1 2.393-.908l.659.055a5.384 5.384 0 0 0 3.053-.825 6.445 6.445 0 0 0 2.117-2.639l.99-2.2-9.405-20.741a4.023 4.023 0 0 1-.5-1.76 3.432 3.432 0 0 1 1.073-2.5 3.494 3.494 0 0 1 2.557-1.072 3.666 3.666 0 0 1 1.98.55 3.09 3.09 0 0 1 1.265 1.54l7.206 16.115 7.369-16.115a3.639 3.639 0 0 1 1.32-1.513 3.528 3.528 0 0 1 1.98-.577 3.433 3.433 0 0 1 2.509 1.069ZM260.256 1.6a4.265 4.265 0 0 1 1.375 3.19 4.172 4.172 0 0 1-1.375 3.162 4.644 4.644 0 0 1-3.3 1.293 4.545 4.545 0 0 1-3.272-1.293 4.207 4.207 0 0 1-1.348-3.162 4.3 4.3 0 0 1 1.348-3.19 4.5 4.5 0 0 1 3.272-1.32 4.6 4.6 0 0 1 3.3 1.32Zm-5.913 39.87a3.711 3.711 0 0 1-1.072-2.695V17.82a3.663 3.663 0 0 1 3.74-3.74 3.535 3.535 0 0 1 2.64 1.072 3.676 3.676 0 0 1 1.049 2.668v20.955a3.715 3.715 0 0 1-1.072 2.7 3.579 3.579 0 0 1-2.668 1.1 3.514 3.514 0 0 1-2.617-1.105ZM290.313 17.05a11.206 11.206 0 0 1 2.778 7.975v13.75a3.746 3.746 0 0 1-1.045 2.723 3.719 3.719 0 0 1-5.253-.028 3.711 3.711 0 0 1-1.072-2.695V26.016a5.287 5.287 0 0 0-1.4-3.824 4.852 4.852 0 0 0-3.657-1.457 4.979 4.979 0 0 0-3.713 1.485 5.2 5.2 0 0 0-1.457 3.8v12.755a3.746 3.746 0 0 1-1.045 2.723 3.531 3.531 0 0 1-2.64 1.072 3.577 3.577 0 0 1-2.668-1.1 3.711 3.711 0 0 1-1.072-2.695V17.82a3.672 3.672 0 0 1 1.045-2.668 3.532 3.532 0 0 1 2.64-1.072 3.5 3.5 0 0 1 3.465 2.805 11.018 11.018 0 0 1 3.437-2.063 11.762 11.762 0 0 1 4.208-.742 9.715 9.715 0 0 1 7.449 2.97ZM326.53 15.152a3.676 3.676 0 0 1 1.045 2.668v21.065q0 6.435-3.712 10.011T313.5 52.47a20.7 20.7 0 0 1-6.352-.962 16.915 16.915 0 0 1-5.363-2.833 3.294 3.294 0 0 1 1.815-6.05 3.545 3.545 0 0 1 1.98.715 12.57 12.57 0 0 0 7.315 2.42 7.774 7.774 0 0 0 5.335-1.7 5.991 5.991 0 0 0 1.925-4.73v-1.49q-2.97 3.246-8.3 3.245a13.175 13.175 0 0 1-6.765-1.732 12.041 12.041 0 0 1-4.62-4.813 14.555 14.555 0 0 1-1.65-6.985 14.56 14.56 0 0 1 1.65-6.985 11.862 11.862 0 0 1 4.62-4.785 13.349 13.349 0 0 1 6.765-1.7 12.482 12.482 0 0 1 4.895.907 9.615 9.615 0 0 1 3.575 2.558 3.409 3.409 0 0 1 1.128-2.475 3.571 3.571 0 0 1 2.5-.99 3.47 3.47 0 0 1 2.577 1.067Zm-8.167 17.628a7.51 7.51 0 0 0 1.9-5.335 7.033 7.033 0 0 0-1.87-5.115 6.659 6.659 0 0 0-5-1.925 6.851 6.851 0 0 0-5.06 1.98 6.922 6.922 0 0 0-1.98 5.115 7.276 7.276 0 0 0 1.98 5.253 6.707 6.707 0 0 0 5.06 2.062 6.489 6.489 0 0 0 4.97-2.035ZM397.673 6.022a3.558 3.558 0 0 1 1.073 2.613 5.059 5.059 0 0 1-.385 1.815L387.25 40.04a3.868 3.868 0 0 1-1.347 1.87 3.5 3.5 0 0 1-2.117.66 3.453 3.453 0 0 1-3.465-2.53L372.4 18.1l-7.92 21.94a3.948 3.948 0 0 1-1.319 1.87 3.381 3.381 0 0 1-2.09.66 3.587 3.587 0 0 1-2.173-.66 3.868 3.868 0 0 1-1.347-1.87L346.44 10.45a4.806 4.806 0 0 1-.44-1.815 3.511 3.511 0 0 1 1.1-2.613 3.648 3.648 0 0 1 2.64-1.072 3.5 3.5 0 0 1 2.117.66 3.587 3.587 0 0 1 1.293 1.76l7.974 22.11 7.646-21.725a4.2 4.2 0 0 1 1.4-2.063 3.713 3.713 0 0 1 4.454 0 4.21 4.21 0 0 1 1.4 2.063l7.7 21.725L391.6 7.425a3.891 3.891 0 0 1 1.348-1.815 3.5 3.5 0 0 1 2.117-.66 3.561 3.561 0 0 1 2.608 1.072ZM420.5 15.73a12.039 12.039 0 0 1 4.62 4.565 12.888 12.888 0 0 1 1.68 6.545v.165a3.573 3.573 0 0 1-1.128 2.75 4.153 4.153 0 0 1-2.942 1.045h-15.51a6.735 6.735 0 0 0 2.64 3.988 8.449 8.449 0 0 0 5 1.4 10.4 10.4 0 0 0 5.665-1.595 3.108 3.108 0 0 1 1.6-.494 2.969 2.969 0 0 1 2.145.852 2.832 2.832 0 0 1 .88 2.117 2.943 2.943 0 0 1-.439 1.622 4.858 4.858 0 0 1-1.431 1.348 15.2 15.2 0 0 1-8.635 2.53A15.638 15.638 0 0 1 407 40.7a13.755 13.755 0 0 1-5.335-5.115 13.951 13.951 0 0 1-1.925-7.26 14.479 14.479 0 0 1 1.843-7.232 13.421 13.421 0 0 1 5.088-5.143 14.172 14.172 0 0 1 7.2-1.87 13.317 13.317 0 0 1 6.629 1.65Zm-10.946 5.831a7.372 7.372 0 0 0-2.337 4.014h12.373a5.609 5.609 0 0 0-1.7-3.987 5.828 5.828 0 0 0-4.179-1.513 6.167 6.167 0 0 0-4.159 1.486ZM451.792 15.73a12.032 12.032 0 0 1 4.62 4.565 12.888 12.888 0 0 1 1.677 6.545v.165a3.572 3.572 0 0 1-1.127 2.75 4.155 4.155 0 0 1-2.943 1.045h-15.51a6.741 6.741 0 0 0 2.641 3.988 8.445 8.445 0 0 0 5 1.4 10.4 10.4 0 0 0 5.67-1.588 3.108 3.108 0 0 1 1.6-.494 2.969 2.969 0 0 1 2.144.852 2.829 2.829 0 0 1 .881 2.117 2.952 2.952 0 0 1-.44 1.622 4.852 4.852 0 0 1-1.43 1.348 15.2 15.2 0 0 1-8.636 2.53 15.637 15.637 0 0 1-7.644-1.87 13.748 13.748 0 0 1-5.335-5.115 13.942 13.942 0 0 1-1.925-7.26 14.478 14.478 0 0 1 1.842-7.232 13.432 13.432 0 0 1 5.087-5.143 14.182 14.182 0 0 1 7.206-1.87 13.315 13.315 0 0 1 6.622 1.645Zm-10.945 5.831a7.373 7.373 0 0 0-2.338 4.014h12.375a5.6 5.6 0 0 0-1.705-3.987A5.826 5.826 0 0 0 445 20.075a6.163 6.163 0 0 0-4.153 1.486ZM470.244 1.072a3.746 3.746 0 0 1 1.045 2.728v34.98a3.746 3.746 0 0 1-1.045 2.723 3.533 3.533 0 0 1-2.644 1.067 3.575 3.575 0 0 1-2.667-1.1 3.711 3.711 0 0 1-1.072-2.695V3.8a3.711 3.711 0 0 1 1.075-2.7A3.572 3.572 0 0 1 467.6 0a3.533 3.533 0 0 1 2.644 1.072ZM489 38.94a3.57 3.57 0 0 1-3.576 3.576 3.761 3.761 0 0 1-3.024-1.6l-8.745-9.955a4.228 4.228 0 0 1-1.155-2.694 4.18 4.18 0 0 1 1.155-2.641l8.085-10.01a3.7 3.7 0 0 1 3.024-1.54 3.568 3.568 0 0 1 3.575 3.575 4.342 4.342 0 0 1-1.21 2.75l-6.6 7.755 7.26 8.03A4.354 4.354 0 0 1 489 38.94ZM534.869 35.915a3.275 3.275 0 0 1 1.045 2.476 3.378 3.378 0 0 1-1.014 2.529 3.594 3.594 0 0 1-2.613.99l-19.744.055a3.66 3.66 0 0 1-3.686-3.685 3.959 3.959 0 0 1 1.54-3.08l11.103-9.4a22.1 22.1 0 0 0 4.235-4.483 7.571 7.571 0 0 0 1.21-4.152 5.422 5.422 0 0 0-1.375-3.878 5.246 5.246 0 0 0-7.012-.22 5.288 5.288 0 0 0-1.623 3.329l-.22 1.594a3.732 3.732 0 0 1-1.237 2.366 3.616 3.616 0 0 1-2.448.879 3.491 3.491 0 0 1-2.53-1.017 3.879 3.879 0 0 1-1.155-2.612 4.965 4.965 0 0 1-.055-.881 11.5 11.5 0 0 1 2.42-6.985 12 12 0 0 1 4.483-3.52 13.989 13.989 0 0 1 5.968-1.265 13.206 13.206 0 0 1 6.407 1.54A11.347 11.347 0 0 1 533 10.726a11.661 11.661 0 0 1 1.594 6.049 12.483 12.483 0 0 1-1.98 6.738 32.094 32.094 0 0 1-6.655 7.067l-5.169 4.345h11.494a3.62 3.62 0 0 1 2.585.99ZM563.688 7.15a13.709 13.709 0 0 1 4.95 6.38 26.313 26.313 0 0 1 1.7 9.955 27.158 27.158 0 0 1-1.732 10.148 14.5 14.5 0 0 1-4.978 6.627 13.85 13.85 0 0 1-15.317 0 14.41 14.41 0 0 1-5-6.627 27.158 27.158 0 0 1-1.732-10.148 25.928 25.928 0 0 1 1.732-9.955 13.859 13.859 0 0 1 4.978-6.38 14.573 14.573 0 0 1 15.4 0ZM550.9 14.713q-1.678 2.888-1.678 8.827 0 6 1.705 9.075a5.462 5.462 0 0 0 5.061 3.08q6.708 0 6.71-12.155 0-5.94-1.651-8.827a5.442 5.442 0 0 0-5.059-2.888 5.5 5.5 0 0 0-5.088 2.888ZM601.914 35.915a3.274 3.274 0 0 1 1.044 2.476 3.377 3.377 0 0 1-1.017 2.529 3.594 3.594 0 0 1-2.613.99l-19.745.055a3.66 3.66 0 0 1-3.683-3.685 3.959 3.959 0 0 1 1.54-3.08l11.11-9.405a22.1 22.1 0 0 0 4.235-4.483 7.571 7.571 0 0 0 1.21-4.152 5.422 5.422 0 0 0-1.375-3.878 5.246 5.246 0 0 0-7.012-.22 5.288 5.288 0 0 0-1.623 3.329l-.22 1.594a3.732 3.732 0 0 1-1.237 2.366 3.616 3.616 0 0 1-2.448.879 3.491 3.491 0 0 1-2.53-1.017 3.879 3.879 0 0 1-1.155-2.612 4.965 4.965 0 0 1-.055-.881 11.5 11.5 0 0 1 2.42-6.985 12 12 0 0 1 4.483-3.52 13.984 13.984 0 0 1 5.967-1.265 13.207 13.207 0 0 1 6.408 1.54 11.338 11.338 0 0 1 4.427 4.236 11.652 11.652 0 0 1 1.6 6.049 12.483 12.483 0 0 1-1.98 6.738A32.094 32.094 0 0 1 593 30.58l-5.17 4.345h11.5a3.62 3.62 0 0 1 2.584.99ZM630.624 22.742a10.777 10.777 0 0 1 2.639 7.288 11.8 11.8 0 0 1-1.787 6.38 12.588 12.588 0 0 1-4.923 4.51 15.5 15.5 0 0 1-13.7.11 14.188 14.188 0 0 1-5.17-4.4 3.586 3.586 0 0 1-.605-1.98 3.233 3.233 0 0 1 .99-2.365 3.293 3.293 0 0 1 2.421-.99 3.029 3.029 0 0 1 2.42 1.1 10.524 10.524 0 0 0 3.024 2.5 7.285 7.285 0 0 0 3.41.8 6.682 6.682 0 0 0 4.566-1.54 5.146 5.146 0 0 0 1.759-4.07 4.464 4.464 0 0 0-1.9-3.877 9.5 9.5 0 0 0-5.527-1.348h-1.1a3.405 3.405 0 0 1-2.475-.963 3.264 3.264 0 0 1-.99-2.447 3.037 3.037 0 0 1 .385-1.512 5.867 5.867 0 0 1 1.375-1.513l6.765-6.1H611.7a3.333 3.333 0 0 1-2.42-.963 3.2 3.2 0 0 1-.991-2.392 3.206 3.206 0 0 1 .991-2.393 3.344 3.344 0 0 1 2.42-.962h17.159a3.519 3.519 0 0 1 2.613 1.1 3.583 3.583 0 0 1 1.076 2.585 4.019 4.019 0 0 1-1.594 3.08l-7.151 6.6a11.23 11.23 0 0 1 6.821 3.762Z'/%3E%3C/g%3E%3C/svg%3E");
  */
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 682.98 103.59'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{isolation:isolate}.cls-2{fill:%23fff;stroke-width:0}%3C/style%3E%3C/defs%3E%3Cg id='_15-19_Nov_2021' class='cls-1' data-name='15-19 Nov 2021'%3E%3Cg class='cls-1'%3E%3Cpath d='M26.15 69.81c.5.53.76 1.19.76 1.99v21.7c0 .77-.26 1.42-.78 1.95s-1.15.8-1.89.8-1.41-.27-1.93-.8-.78-1.18-.78-1.95V80.52l-4.94 7.76c-.37.61-.76 1.05-1.15 1.31-.4.27-.86.4-1.39.4s-.96-.13-1.37-.4c-.41-.26-.8-.7-1.17-1.31l-4.94-7.84V93.5c0 .77-.26 1.42-.78 1.95s-1.15.8-1.89.8-1.41-.27-1.93-.8-.78-1.18-.78-1.95V71.8c0-.8.25-1.46.76-1.99.5-.53 1.13-.8 1.87-.8.58 0 1.09.15 1.51.46s.86.84 1.31 1.61l7.4 11.74 7.41-11.74c.48-.77.92-1.31 1.33-1.61.41-.31.91-.46 1.49-.46.74 0 1.37.27 1.87.8ZM47.13 77c1.62.92 2.9 2.16 3.84 3.72.94 1.57 1.41 3.29 1.41 5.18s-.47 3.62-1.41 5.2-2.23 2.83-3.86 3.74c-1.63.92-3.42 1.37-5.35 1.37s-3.71-.46-5.32-1.37a10.18 10.18 0 0 1-3.8-3.74c-.93-1.58-1.39-3.31-1.39-5.2s.46-3.62 1.39-5.2c.93-1.58 2.2-2.82 3.82-3.72 1.62-.9 3.4-1.35 5.34-1.35s3.71.46 5.33 1.37Zm-9 5.05c-.96 1.02-1.43 2.32-1.43 3.88s.48 2.81 1.43 3.82c.96 1.01 2.18 1.51 3.66 1.51s2.67-.5 3.64-1.51c.97-1.01 1.45-2.28 1.45-3.82s-.48-2.83-1.45-3.86-2.18-1.55-3.64-1.55-2.71.51-3.66 1.53ZM72.67 77.77c1.34 1.43 2.01 3.36 2.01 5.77v9.95c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.37-.27-1.89-.8c-.52-.53-.78-1.18-.78-1.95v-9.24c0-1.14-.34-2.06-1.01-2.77-.68-.7-1.56-1.06-2.65-1.06s-1.98.36-2.69 1.07c-.7.72-1.05 1.63-1.05 2.75v9.24c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95V78.31c0-.77.25-1.41.76-1.93.5-.52 1.14-.78 1.91-.78.61 0 1.15.19 1.61.56s.76.86.9 1.47c.72-.64 1.55-1.13 2.49-1.49a8.47 8.47 0 0 1 3.05-.54c2.26 0 4.05.72 5.39 2.15ZM98.8 66.21c.5.52.76 1.18.76 1.97v25.36c0 .77-.25 1.41-.76 1.93s-1.13.78-1.87.78c-.69 0-1.29-.25-1.79-.74s-.78-1.08-.84-1.77c-.69.8-1.55 1.41-2.57 1.85-1.02.44-2.17.66-3.44.66-1.83 0-3.47-.45-4.92-1.33-1.45-.89-2.58-2.12-3.4-3.68-.82-1.57-1.23-3.33-1.23-5.3s.41-3.73 1.23-5.3c.82-1.57 1.96-2.79 3.4-3.68 1.45-.89 3.08-1.33 4.92-1.33 1.22 0 2.34.21 3.34.62 1.01.41 1.86.99 2.55 1.73v-9.79c0-.77.26-1.42.78-1.95s1.16-.8 1.93-.8 1.41.26 1.91.78Zm-5.91 23.64c.92-1 1.37-2.3 1.37-3.92s-.46-2.93-1.39-3.94-2.12-1.51-3.58-1.51-2.67.51-3.64 1.53c-.97 1.02-1.45 2.32-1.45 3.88s.48 2.9 1.43 3.92c.96 1.02 2.18 1.53 3.66 1.53s2.69-.5 3.6-1.49ZM119.19 77.83c1.49 1.47 2.23 3.55 2.23 6.23v9.47c0 .77-.24 1.41-.74 1.91-.49.5-1.11.76-1.85.76-.64 0-1.19-.19-1.67-.58-.48-.38-.78-.88-.92-1.49-1.49 1.41-3.41 2.11-5.77 2.11-2.02 0-3.66-.54-4.92-1.63-1.26-1.09-1.89-2.51-1.89-4.26s.66-3.18 1.99-4.2 3.15-1.53 5.45-1.53h4.94v-.88c0-1.09-.32-1.94-.96-2.55-.64-.61-1.55-.92-2.75-.92-1.38 0-2.64.49-3.78 1.47-.56.42-1.09.64-1.59.64-.66 0-1.21-.21-1.65-.64-.44-.42-.66-.94-.66-1.55 0-.74.37-1.46 1.11-2.15.82-.77 1.86-1.37 3.11-1.79 1.25-.42 2.59-.64 4.02-.64 2.71 0 4.8.74 6.29 2.21Zm-4.34 13.36c.8-.74 1.19-1.67 1.19-2.79v-.24h-4.22c-1.83 0-2.75.66-2.75 1.99 0 .66.25 1.19.76 1.57s1.19.58 2.07.58c1.17 0 2.15-.37 2.95-1.11ZM144.56 76.4c.52.52.78 1.12.78 1.81 0 .42-.11.84-.32 1.23l-8.68 17.8c-1.06 2.18-2.23 3.75-3.5 4.72s-2.8 1.45-4.58 1.45c-.88 0-1.63-.15-2.27-.44-.42-.19-.76-.47-1-.86-.24-.38-.36-.8-.36-1.25 0-.66.23-1.21.7-1.65.46-.44 1.04-.66 1.73-.66l.48.04c.88 0 1.61-.2 2.21-.6.6-.4 1.11-1.04 1.53-1.91l.72-1.59-6.81-15.01c-.24-.48-.36-.9-.36-1.27 0-.69.26-1.29.78-1.81s1.13-.78 1.85-.78c.53 0 1.01.13 1.43.4.42.27.73.64.92 1.11l5.22 11.66 5.33-11.66c.21-.45.53-.82.96-1.1.42-.28.9-.42 1.43-.42.69 0 1.29.26 1.81.78ZM168.91 69.81c.5.53.76 1.17.76 1.91V93.5c0 .85-.24 1.52-.72 2.01-.48.49-1.14.74-1.99.74s-1.51-.25-1.97-.74c-.47-.49-.7-1.16-.7-2.01V75.55l-2.55 1.11c-.42.19-.84.28-1.23.28-.69 0-1.27-.24-1.75-.74-.48-.49-.72-1.09-.72-1.81 0-.5.14-.96.42-1.37.28-.41.7-.74 1.25-.97l5.97-2.71c.64-.21 1.1-.32 1.39-.32.72 0 1.33.27 1.83.8ZM184.87 69.81c.5.53.76 1.17.76 1.91V93.5c0 .85-.24 1.52-.72 2.01-.48.49-1.14.74-1.99.74s-1.51-.25-1.97-.74c-.46-.49-.7-1.16-.7-2.01V75.55l-2.55 1.11c-.42.19-.84.28-1.23.28-.69 0-1.27-.24-1.75-.74-.48-.49-.72-1.09-.72-1.81 0-.5.14-.96.42-1.37.28-.41.7-.74 1.25-.97l5.97-2.71c.64-.21 1.1-.32 1.39-.32.72 0 1.33.27 1.83.8ZM204.38 91.98c.42.4.64.93.64 1.59 0 .48-.12.9-.36 1.27s-.57.66-1 .88c-.82.35-1.75.52-2.79.52-2.57 0-4.53-.63-5.87-1.89s-2.01-3.1-2.01-5.51V80.6h-1.11c-.66 0-1.21-.21-1.65-.64-.44-.42-.66-.97-.66-1.63s.22-1.21.66-1.63c.44-.42.99-.64 1.65-.64h1.11v-2.71c0-.77.25-1.41.76-1.93.5-.52 1.15-.78 1.95-.78s1.41.26 1.91.78.76 1.16.76 1.93v2.71h3.62c.66 0 1.21.21 1.63.64.42.42.64.97.64 1.63s-.21 1.21-.64 1.63-.97.64-1.63.64h-3.62v7.76c0 1.09.28 1.87.84 2.35.56.48 1.46.72 2.71.72l.76-.04c.72 0 1.29.2 1.71.6ZM224.58 77.79c1.34 1.45 2.01 3.36 2.01 5.75v9.95c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.37-.27-1.89-.8c-.52-.53-.78-1.18-.78-1.95v-9.2c0-1.14-.34-2.06-1.02-2.77-.68-.7-1.56-1.06-2.65-1.06s-1.98.35-2.69 1.06-1.06 1.63-1.06 2.77v9.2c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95V68.17c0-.77.26-1.42.78-1.95s1.16-.8 1.93-.8 1.41.26 1.91.78.76 1.18.76 1.97v9.59c.69-.69 1.49-1.22 2.41-1.59s1.92-.56 3.01-.56c2.2 0 3.97.72 5.31 2.17ZM258.52 81.39c.42.43.64.96.64 1.59s-.21 1.17-.64 1.61c-.42.44-.97.66-1.63.66h-13.26c-.66 0-1.21-.22-1.63-.66-.42-.44-.64-.98-.64-1.61s.21-1.17.64-1.59c.42-.42.97-.64 1.63-.64h13.26c.66 0 1.21.21 1.63.64ZM275.12 95.47c-.5-.52-.76-1.18-.76-1.97V72.24c0-.8.26-1.45.78-1.97s1.17-.78 1.97-.78h12.38c.72 0 1.31.23 1.77.7.46.46.7 1.04.7 1.73s-.24 1.27-.72 1.73c-.48.46-1.06.7-1.75.7h-9.75v6.57h7.6c.72 0 1.31.23 1.77.7.46.46.7 1.04.7 1.73s-.24 1.27-.72 1.73c-.48.46-1.06.7-1.75.7h-7.6v7.72c0 .77-.25 1.42-.76 1.95-.5.53-1.14.8-1.91.8s-1.45-.26-1.95-.78ZM306.53 76.48c.45.44.68 1.03.68 1.77s-.23 1.31-.68 1.77c-.45.46-1.06.74-1.83.82-1.43.11-2.56.6-3.38 1.49-.82.89-1.23 2.09-1.23 3.6v7.56c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95V78.32c0-.77.25-1.41.76-1.93.5-.52 1.14-.78 1.91-.78.69 0 1.28.23 1.77.7.49.46.76 1.04.82 1.73.64-.72 1.37-1.27 2.19-1.65.82-.38 1.7-.58 2.63-.58.72 0 1.3.22 1.75.66ZM315.21 66.58c.66.64 1 1.41 1 2.31s-.33 1.67-1 2.29c-.66.62-1.46.94-2.39.94s-1.72-.31-2.37-.94c-.65-.62-.98-1.39-.98-2.29s.32-1.67.98-2.31c.65-.64 1.44-.96 2.37-.96s1.73.32 2.39.96Zm-4.28 28.87c-.52-.53-.78-1.18-.78-1.95V78.33c0-.77.26-1.41.78-1.93s1.16-.78 1.93-.78 1.41.26 1.91.78.76 1.16.76 1.93V93.5c0 .77-.26 1.42-.78 1.95s-1.16.8-1.93.8-1.37-.27-1.89-.8ZM339.82 66.21c.5.52.76 1.18.76 1.97v25.36c0 .77-.25 1.41-.76 1.93s-1.13.78-1.87.78c-.69 0-1.29-.25-1.79-.74s-.78-1.08-.84-1.77c-.69.8-1.55 1.41-2.57 1.85-1.02.44-2.17.66-3.44.66-1.83 0-3.47-.45-4.92-1.33-1.45-.89-2.58-2.12-3.4-3.68-.82-1.57-1.23-3.33-1.23-5.3s.41-3.73 1.23-5.3c.82-1.57 1.96-2.79 3.4-3.68 1.45-.89 3.08-1.33 4.92-1.33 1.22 0 2.34.21 3.34.62 1.01.41 1.86.99 2.55 1.73v-9.79c0-.77.26-1.42.78-1.95s1.16-.8 1.93-.8 1.41.26 1.91.78Zm-5.92 23.64c.92-1 1.37-2.3 1.37-3.92s-.46-2.93-1.39-3.94-2.12-1.51-3.58-1.51-2.67.51-3.64 1.53c-.97 1.02-1.45 2.32-1.45 3.88s.48 2.9 1.43 3.92c.96 1.02 2.18 1.53 3.66 1.53s2.69-.5 3.6-1.49ZM360.2 77.83c1.49 1.47 2.23 3.55 2.23 6.23v9.47c0 .77-.24 1.41-.74 1.91-.49.5-1.11.76-1.85.76-.64 0-1.19-.19-1.67-.58-.48-.38-.78-.88-.92-1.49-1.49 1.41-3.41 2.11-5.77 2.11-2.02 0-3.66-.54-4.92-1.63-1.26-1.09-1.89-2.51-1.89-4.26s.66-3.18 1.99-4.2 3.15-1.53 5.45-1.53h4.94v-.88c0-1.09-.32-1.94-.96-2.55-.64-.61-1.55-.92-2.75-.92-1.38 0-2.64.49-3.78 1.47-.56.42-1.09.64-1.59.64-.66 0-1.21-.21-1.65-.64-.44-.42-.66-.94-.66-1.55 0-.74.37-1.46 1.11-2.15.82-.77 1.86-1.37 3.11-1.79 1.25-.42 2.59-.64 4.02-.64 2.71 0 4.8.74 6.29 2.21Zm-4.34 13.36c.8-.74 1.19-1.67 1.19-2.79v-.24h-4.22c-1.83 0-2.75.66-2.75 1.99 0 .66.25 1.19.76 1.57s1.19.58 2.07.58c1.17 0 2.15-.37 2.95-1.11ZM385.58 76.4c.52.52.78 1.12.78 1.81 0 .42-.11.84-.32 1.23l-8.68 17.8c-1.06 2.18-2.23 3.75-3.5 4.72-1.27.97-2.8 1.45-4.58 1.45-.88 0-1.63-.15-2.27-.44-.42-.19-.76-.47-1-.86s-.36-.8-.36-1.25c0-.66.23-1.21.7-1.65s1.04-.66 1.73-.66l.48.04c.88 0 1.61-.2 2.21-.6.6-.4 1.11-1.04 1.53-1.91l.72-1.59-6.81-15.01c-.24-.48-.36-.9-.36-1.27 0-.69.26-1.29.78-1.81s1.13-.78 1.85-.78c.53 0 1.01.13 1.43.4s.73.64.92 1.11l5.22 11.66 5.34-11.66c.21-.45.53-.82.96-1.1.42-.28.9-.42 1.43-.42.69 0 1.29.26 1.81.78ZM409.92 69.81c.5.53.76 1.17.76 1.91V93.5c0 .85-.24 1.52-.72 2.01-.48.49-1.14.74-1.99.74s-1.51-.25-1.97-.74c-.46-.49-.7-1.16-.7-2.01V75.55l-2.55 1.11c-.42.19-.84.28-1.23.28-.69 0-1.27-.24-1.75-.74-.48-.49-.72-1.09-.72-1.81 0-.5.14-.96.42-1.37.28-.41.7-.74 1.25-.97l5.97-2.71c.64-.21 1.1-.32 1.39-.32.72 0 1.33.27 1.83.8ZM430.45 79.82c1.39.68 2.49 1.65 3.3 2.91s1.21 2.73 1.21 4.4-.44 3.32-1.33 4.72c-.89 1.39-2.1 2.48-3.64 3.25s-3.24 1.15-5.1 1.15-3.54-.38-5.06-1.14c-1.51-.76-2.76-1.8-3.74-3.12-.32-.45-.48-.94-.48-1.47 0-.69.24-1.27.74-1.75.49-.48 1.08-.72 1.77-.72.35 0 .68.07 1 .22.32.15.58.34.8.58.66.8 1.39 1.4 2.17 1.81.78.41 1.66.62 2.65.62 1.38 0 2.51-.37 3.38-1.11.88-.74 1.31-1.73 1.31-2.95s-.45-2.19-1.35-2.83c-.9-.64-2.24-.96-4.02-.96h-3.42c-.77 0-1.41-.26-1.93-.78s-.78-1.16-.78-1.93V72.2c0-.77.26-1.41.78-1.93s1.16-.78 1.93-.78h10.83c.72 0 1.31.23 1.77.7.46.46.7 1.04.7 1.73s-.23 1.27-.7 1.73c-.46.46-1.06.7-1.77.7h-8.36v4.46h2.75c1.67 0 3.2.34 4.6 1.02ZM451.88 91.98c.42.4.64.93.64 1.59 0 .48-.12.9-.36 1.27s-.57.66-1 .88c-.82.35-1.75.52-2.79.52-2.57 0-4.53-.63-5.87-1.89s-2.01-3.1-2.01-5.51V80.6h-1.11c-.66 0-1.21-.21-1.65-.64-.44-.42-.66-.97-.66-1.63s.22-1.21.66-1.63c.44-.42.99-.64 1.65-.64h1.11v-2.71c0-.77.25-1.41.76-1.93.5-.52 1.15-.78 1.95-.78s1.41.26 1.91.78.76 1.16.76 1.93v2.71h3.62c.66 0 1.21.21 1.63.64.42.42.64.97.64 1.63s-.21 1.21-.64 1.63-.97.64-1.63.64h-3.62v7.76c0 1.09.28 1.87.84 2.35.56.48 1.46.72 2.71.72l.76-.04c.72 0 1.29.2 1.71.6ZM472.09 77.79c1.34 1.45 2.01 3.36 2.01 5.75v9.95c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.37-.27-1.89-.8c-.52-.53-.78-1.18-.78-1.95v-9.2c0-1.14-.34-2.06-1.02-2.77-.68-.7-1.56-1.06-2.65-1.06s-1.98.35-2.69 1.06-1.06 1.63-1.06 2.77v9.2c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95V68.17c0-.77.26-1.42.78-1.95s1.16-.8 1.93-.8 1.41.26 1.91.78.76 1.18.76 1.97v9.59c.69-.69 1.49-1.22 2.41-1.59s1.92-.56 3.01-.56c2.2 0 3.97.72 5.31 2.17ZM512.34 69.81c.52.53.78 1.18.78 1.95v21.78c0 .77-.25 1.41-.76 1.93s-1.13.78-1.87.78c-.58 0-1.06-.13-1.43-.4-.37-.27-.78-.68-1.23-1.23l-11.7-15.05V93.5c0 .77-.26 1.42-.78 1.95s-1.15.8-1.89.8-1.41-.27-1.93-.8-.78-1.18-.78-1.95V71.72c0-.77.25-1.41.76-1.93.5-.52 1.13-.78 1.87-.78.61 0 1.09.13 1.45.4.36.27.79.72 1.29 1.35l11.66 14.93-.04-13.93c0-.77.26-1.42.78-1.95s1.16-.8 1.93-.8 1.37.27 1.89.8ZM533.34 77c1.62.92 2.9 2.16 3.84 3.72.94 1.57 1.41 3.29 1.41 5.18s-.47 3.62-1.41 5.2-2.23 2.83-3.86 3.74c-1.63.92-3.42 1.37-5.35 1.37s-3.71-.46-5.31-1.37a10.18 10.18 0 0 1-3.8-3.74c-.93-1.58-1.39-3.31-1.39-5.2s.46-3.62 1.39-5.2 2.2-2.82 3.82-3.72c1.62-.9 3.4-1.35 5.34-1.35s3.72.46 5.34 1.37Zm-9 5.05c-.96 1.02-1.43 2.32-1.43 3.88s.48 2.81 1.43 3.82c.96 1.01 2.18 1.51 3.66 1.51s2.67-.5 3.64-1.51c.97-1.01 1.45-2.28 1.45-3.82s-.49-2.83-1.45-3.86c-.97-1.04-2.18-1.55-3.64-1.55s-2.71.51-3.66 1.53ZM559.95 76.4c.52.52.78 1.12.78 1.81 0 .4-.13.88-.4 1.43l-7.4 14.93c-.27.53-.61.94-1.04 1.23-.43.29-.9.44-1.43.44s-1.01-.15-1.43-.44-.77-.7-1.03-1.23l-7.41-14.93c-.29-.56-.44-1.04-.44-1.43 0-.69.26-1.29.78-1.81s1.13-.78 1.85-.78c1.06 0 1.84.5 2.35 1.51l5.34 10.99 5.3-10.99c.5-1.01 1.3-1.51 2.39-1.51.69 0 1.29.26 1.81.78ZM577.35 76.82c1.42.8 2.53 1.9 3.34 3.3.81 1.41 1.21 2.99 1.21 4.74v.12c0 .82-.27 1.49-.82 1.99s-1.25.76-2.13.76h-11.23c.32 1.25.96 2.21 1.91 2.89.96.68 2.16 1.01 3.62 1.01s2.88-.38 4.1-1.15c.4-.24.78-.36 1.15-.36.61 0 1.13.21 1.55.62.42.41.64.92.64 1.53 0 .45-.11.84-.32 1.17-.21.33-.56.66-1.04.97-1.83 1.22-3.92 1.83-6.25 1.83-2.04 0-3.89-.45-5.53-1.35s-2.93-2.14-3.86-3.7-1.39-3.32-1.39-5.26.44-3.66 1.33-5.23a9.74 9.74 0 0 1 3.68-3.72c1.57-.9 3.3-1.35 5.21-1.35 1.78 0 3.38.4 4.8 1.19Zm-7.92 4.22c-.84.72-1.4 1.69-1.69 2.91h8.96c-.05-1.19-.46-2.16-1.23-2.89s-1.78-1.09-3.02-1.09c-1.17 0-2.17.36-3.01 1.07ZM614.45 77.75c1.34 1.42 2.01 3.35 2.01 5.79v9.95c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95v-9.2c0-1.17-.31-2.1-.94-2.79-.62-.69-1.48-1.04-2.57-1.04s-1.93.35-2.61 1.04c-.68.69-1.02 1.58-1.02 2.67v9.32c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95v-9.2c0-1.17-.32-2.1-.96-2.79-.64-.69-1.49-1.04-2.55-1.04s-1.96.35-2.63 1.04c-.66.69-1 1.62-1 2.79v9.2c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95V78.32c0-.77.25-1.41.76-1.93.5-.52 1.14-.78 1.91-.78.61 0 1.14.18 1.59.54.45.36.76.84.92 1.45 1.41-1.33 3.19-1.99 5.34-1.99 1.27 0 2.41.24 3.4.72 1 .48 1.81 1.18 2.45 2.11.8-.88 1.76-1.56 2.91-2.07 1.14-.5 2.36-.76 3.66-.76 2.28 0 4.09.71 5.43 2.13ZM637.78 76.96c1.45.89 2.58 2.12 3.4 3.68.82 1.57 1.23 3.33 1.23 5.3s-.41 3.73-1.23 5.3-1.96 2.79-3.4 3.68c-1.45.89-3.08 1.33-4.92 1.33-1.27 0-2.42-.22-3.44-.66a7.097 7.097 0 0 1-2.57-1.85c-.05.74-.33 1.35-.82 1.81-.49.46-1.08.7-1.77.7-.74 0-1.37-.27-1.89-.8-.52-.53-.78-1.18-.78-1.95V68.18c0-.77.26-1.42.78-1.95s1.16-.8 1.93-.8 1.41.26 1.91.78.76 1.18.76 1.97v9.79c.69-.74 1.54-1.32 2.55-1.73 1.01-.41 2.12-.62 3.34-.62 1.83 0 3.47.45 4.92 1.33Zm-2.25 12.85c.96-1.02 1.43-2.33 1.43-3.92s-.49-2.86-1.45-3.88c-.97-1.02-2.18-1.53-3.64-1.53s-2.65.5-3.58 1.51-1.39 2.32-1.39 3.94.46 2.93 1.37 3.92 2.12 1.49 3.6 1.49 2.71-.51 3.66-1.53ZM660.55 76.82c1.42.8 2.53 1.9 3.34 3.3s1.21 2.99 1.21 4.74v.12c0 .82-.27 1.49-.82 1.99-.54.5-1.25.76-2.13.76h-11.23c.32 1.25.96 2.21 1.91 2.89.96.68 2.16 1.01 3.62 1.01s2.88-.38 4.1-1.15c.4-.24.78-.36 1.15-.36.61 0 1.13.21 1.55.62s.64.92.64 1.53c0 .45-.11.84-.32 1.17-.21.33-.56.66-1.04.97-1.83 1.22-3.92 1.83-6.25 1.83-2.04 0-3.89-.45-5.53-1.35a9.96 9.96 0 0 1-3.86-3.7c-.93-1.57-1.39-3.32-1.39-5.26s.44-3.66 1.33-5.23 2.12-2.82 3.68-3.72c1.57-.9 3.3-1.35 5.22-1.35 1.78 0 3.38.4 4.8 1.19Zm-7.92 4.22c-.84.72-1.4 1.69-1.69 2.91h8.96c-.05-1.19-.46-2.16-1.23-2.89s-1.78-1.09-3.03-1.09c-1.17 0-2.17.36-3.01 1.07ZM681.12 76.48c.45.44.68 1.03.68 1.77s-.23 1.31-.68 1.77c-.45.46-1.06.74-1.83.82-1.43.11-2.56.6-3.38 1.49-.82.89-1.23 2.09-1.23 3.6v7.56c0 .8-.25 1.45-.76 1.97-.5.52-1.14.78-1.91.78s-1.41-.27-1.93-.8-.78-1.18-.78-1.95V78.32c0-.77.25-1.41.76-1.93.5-.52 1.14-.78 1.91-.78.69 0 1.28.23 1.77.7.49.46.76 1.04.82 1.73.64-.72 1.37-1.27 2.19-1.65.82-.38 1.7-.58 2.63-.58.72 0 1.3.22 1.75.66Z' class='cls-2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Anti-Bullying_Week_2022' class='cls-1' data-name='Anti-Bullying Week 2022'%3E%3Cg class='cls-1'%3E%3Cpath d='M32.72 39c0 .99-.35 1.83-1.04 2.53-.7.7-1.56 1.04-2.58 1.04-1.61 0-2.79-.88-3.52-2.64l-1.54-3.74H8.69l-1.54 3.74c-.7 1.76-1.85 2.64-3.46 2.64-1.03 0-1.9-.35-2.61-1.04S.01 39.99.01 39c0-.51.15-1.17.44-1.98L12.87 7.48c.66-1.69 1.83-2.53 3.52-2.53s2.86.84 3.52 2.53l12.38 29.54c.29.7.44 1.36.44 1.98Zm-21.61-8.92h10.45l-5.17-14.19-5.28 14.19ZM60.53 17.05c1.85 1.98 2.78 4.64 2.78 7.98v13.75c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.9-.37-2.61-1.1c-.72-.73-1.07-1.63-1.07-2.69V26.02c0-1.58-.47-2.85-1.4-3.82-.93-.97-2.15-1.46-3.66-1.46s-2.74.5-3.71 1.48c-.97.99-1.46 2.26-1.46 3.8v12.76c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.95-.37-2.67-1.1c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.35-1.95 1.04-2.67.7-.71 1.58-1.07 2.64-1.07.84 0 1.59.26 2.23.77s1.05 1.19 1.24 2.03c.99-.88 2.14-1.57 3.44-2.06 1.3-.49 2.7-.74 4.21-.74 3.12 0 5.6.99 7.45 2.97ZM87.67 36.69c.59.55.88 1.28.88 2.2 0 .66-.17 1.25-.5 1.76s-.79.92-1.38 1.21c-1.14.48-2.42.71-3.85.71-3.56 0-6.26-.87-8.11-2.61s-2.78-4.28-2.78-7.62V20.96h-1.54c-.92 0-1.68-.29-2.28-.88-.6-.59-.91-1.34-.91-2.25s.3-1.67.91-2.25c.61-.59 1.37-.88 2.28-.88h1.54v-3.74c0-1.06.35-1.95 1.04-2.67s1.6-1.07 2.7-1.07 1.94.36 2.64 1.07 1.05 1.6 1.05 2.67v3.74h5c.92 0 1.67.29 2.25.88.59.59.88 1.34.88 2.25s-.29 1.67-.88 2.25-1.34.88-2.25.88h-5v10.72c0 1.5.38 2.59 1.15 3.25.77.66 2.02.99 3.74.99l1.04-.05c.99 0 1.78.27 2.37.83ZM100.32 1.59c.92.88 1.38 1.94 1.38 3.19s-.46 2.3-1.38 3.16c-.92.86-2.02 1.29-3.3 1.29s-2.37-.43-3.27-1.29c-.9-.86-1.35-1.92-1.35-3.16s.45-2.31 1.35-3.19c.9-.88 1.99-1.32 3.27-1.32s2.38.44 3.3 1.32Zm-5.91 39.88c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.36-1.95 1.07-2.67s1.6-1.07 2.67-1.07 1.94.36 2.64 1.07c.7.71 1.04 1.6 1.04 2.67v20.96c0 1.06-.36 1.96-1.07 2.69-.72.73-1.6 1.1-2.67 1.1s-1.9-.37-2.61-1.1ZM120.34 22.05c.59.59.88 1.32.88 2.2s-.29 1.62-.88 2.23c-.59.61-1.34.91-2.25.91h-8.42c-.92 0-1.67-.3-2.25-.91-.59-.6-.88-1.35-.88-2.23s.29-1.61.88-2.2 1.34-.88 2.25-.88h8.42c.92 0 1.67.29 2.25.88ZM153.83 25.69c1.14 1.54 1.71 3.39 1.71 5.55s-.51 3.9-1.54 5.53c-1.03 1.63-2.45 2.9-4.26 3.79-1.81.9-3.88 1.35-6.19 1.35h-12.38c-1.1 0-2.01-.36-2.72-1.07-.71-.71-1.07-1.62-1.07-2.72V9.41c0-1.1.36-2.01 1.07-2.72.72-.71 1.62-1.07 2.72-1.07h9.08c2.24 0 4.23.43 5.97 1.29 1.74.86 3.1 2.05 4.07 3.58.97 1.52 1.46 3.27 1.46 5.25 0 2.68-.9 4.86-2.7 6.54 2.05.73 3.65 1.87 4.79 3.41Zm-19.25-13.7v8.3h5.12c1.47 0 2.62-.38 3.46-1.13.84-.75 1.26-1.77 1.26-3.05s-.42-2.29-1.26-3.03c-.84-.73-2-1.1-3.46-1.1h-5.12Zm12.21 22.36c.92-.79 1.38-1.92 1.38-3.38s-.46-2.55-1.38-3.35c-.92-.81-2.18-1.21-3.79-1.21h-8.42v9.13H143c1.61 0 2.88-.39 3.79-1.18ZM166.81 40.98c-1.91-1.06-3.39-2.56-4.46-4.48-1.06-1.92-1.59-4.12-1.59-6.57v-12.1c0-1.06.36-1.95 1.07-2.67s1.6-1.07 2.67-1.07 1.94.36 2.64 1.07c.7.71 1.04 1.6 1.04 2.67v12.71c0 1.5.49 2.75 1.46 3.74.97.99 2.21 1.48 3.71 1.48s2.68-.5 3.63-1.48c.95-.99 1.43-2.24 1.43-3.74V17.83c0-1.06.35-1.95 1.04-2.67s1.6-1.07 2.7-1.07 1.94.36 2.64 1.07 1.05 1.6 1.05 2.67v12.1c0 2.46-.53 4.65-1.6 6.57a11.234 11.234 0 0 1-4.43 4.48c-1.89 1.06-4.04 1.59-6.46 1.59s-4.64-.53-6.54-1.59ZM194.01 41.47c-.71-.73-1.07-1.63-1.07-2.69V3.79c0-1.06.36-1.96 1.07-2.69s1.6-1.1 2.67-1.1 1.9.37 2.61 1.1c.71.73 1.07 1.63 1.07 2.69v34.98c0 1.06-.36 1.96-1.07 2.69-.72.73-1.59 1.1-2.61 1.1s-1.95-.37-2.67-1.1ZM208.8 41.47c-.71-.73-1.07-1.63-1.07-2.69V3.79c0-1.06.36-1.96 1.07-2.69s1.6-1.1 2.67-1.1 1.9.37 2.61 1.1c.71.73 1.07 1.63 1.07 2.69v34.98c0 1.06-.36 1.96-1.07 2.69-.72.73-1.59 1.1-2.61 1.1s-1.95-.37-2.67-1.1ZM247.36 15.15c.71.71 1.07 1.55 1.07 2.5 0 .59-.15 1.16-.44 1.71L236 43.94c-1.47 3.01-3.08 5.18-4.84 6.52-1.76 1.34-3.87 2.01-6.33 2.01-1.21 0-2.25-.2-3.13-.6-.59-.26-1.04-.65-1.38-1.18-.33-.53-.5-1.11-.5-1.73 0-.92.32-1.68.96-2.28.64-.61 1.44-.91 2.39-.91l.66.06c1.21 0 2.23-.28 3.05-.83s1.53-1.43 2.12-2.64l.99-2.2-9.41-20.74c-.33-.66-.49-1.25-.49-1.76 0-.95.36-1.79 1.07-2.5s1.57-1.07 2.56-1.07c.73 0 1.39.18 1.98.55.59.37 1.01.88 1.27 1.54l7.21 16.12 7.37-16.12c.29-.62.73-1.13 1.32-1.51.59-.38 1.25-.58 1.98-.58.95 0 1.79.36 2.5 1.07ZM260.26 1.59c.92.88 1.38 1.94 1.38 3.19s-.46 2.3-1.38 3.16c-.92.86-2.02 1.29-3.3 1.29s-2.38-.43-3.27-1.29c-.9-.86-1.35-1.92-1.35-3.16s.45-2.31 1.35-3.19c.9-.88 1.99-1.32 3.27-1.32s2.38.44 3.3 1.32Zm-5.92 39.88c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.36-1.95 1.07-2.67.72-.71 1.6-1.07 2.67-1.07s1.94.36 2.64 1.07 1.04 1.6 1.04 2.67v20.96c0 1.06-.36 1.96-1.07 2.69-.71.73-1.6 1.1-2.67 1.1s-1.9-.37-2.61-1.1ZM290.31 17.05c1.85 1.98 2.78 4.64 2.78 7.98v13.75c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.9-.37-2.61-1.1c-.71-.73-1.07-1.63-1.07-2.69V26.02c0-1.58-.47-2.85-1.4-3.82-.94-.97-2.15-1.46-3.66-1.46s-2.74.5-3.71 1.48c-.97.99-1.46 2.26-1.46 3.8v12.76c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.95-.37-2.67-1.1c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.35-1.95 1.04-2.67s1.58-1.07 2.64-1.07c.84 0 1.58.26 2.23.77.64.51 1.05 1.19 1.24 2.03.99-.88 2.14-1.57 3.44-2.06 1.3-.49 2.7-.74 4.21-.74 3.12 0 5.6.99 7.45 2.97ZM326.53 15.15c.7.71 1.04 1.6 1.04 2.67v21.06c0 4.29-1.24 7.63-3.71 10.01-2.47 2.38-5.93 3.57-10.37 3.57-2.24 0-4.35-.32-6.35-.96-2-.64-3.79-1.59-5.36-2.83-1.03-.73-1.54-1.63-1.54-2.69 0-.92.33-1.71.99-2.37.66-.66 1.45-.99 2.37-.99.62 0 1.28.24 1.98.71 2.31 1.61 4.75 2.42 7.31 2.42 2.27 0 4.05-.57 5.33-1.71s1.93-2.71 1.93-4.73v-1.49c-1.98 2.16-4.75 3.25-8.31 3.25-2.53 0-4.79-.58-6.76-1.73-1.98-1.16-3.52-2.76-4.62-4.81s-1.65-4.38-1.65-6.99.55-4.93 1.65-6.98c1.1-2.05 2.64-3.65 4.62-4.79 1.98-1.14 4.23-1.71 6.76-1.71 1.83 0 3.46.3 4.9.91 1.43.61 2.62 1.46 3.57 2.56.04-.99.41-1.81 1.13-2.47s1.55-.99 2.5-.99c1.03 0 1.89.36 2.58 1.07Zm-8.17 17.63c1.26-1.36 1.9-3.13 1.9-5.33s-.62-3.83-1.87-5.12c-1.25-1.28-2.92-1.92-5-1.92s-3.74.66-5.06 1.98-1.98 3.03-1.98 5.12.66 3.88 1.98 5.25c1.32 1.38 3.01 2.06 5.06 2.06s3.71-.68 4.98-2.04ZM397.67 6.02c.71.71 1.07 1.59 1.07 2.61 0 .55-.13 1.16-.38 1.82l-11.11 29.59c-.29.81-.74 1.43-1.35 1.87-.61.44-1.31.66-2.12.66-1.69 0-2.84-.84-3.46-2.53l-7.92-21.95-7.92 21.95c-.29.81-.73 1.43-1.32 1.87-.59.44-1.28.66-2.09.66s-1.57-.22-2.17-.66c-.6-.44-1.05-1.06-1.35-1.87l-11.11-29.59c-.29-.7-.44-1.3-.44-1.82 0-1.03.37-1.9 1.1-2.61.73-.71 1.61-1.07 2.64-1.07.81 0 1.51.22 2.12.66.61.44 1.04 1.03 1.29 1.76l7.97 22.11 7.65-21.73c.29-.88.76-1.57 1.4-2.06s1.38-.74 2.23-.74 1.59.25 2.23.74c.64.5 1.11 1.18 1.4 2.06l7.7 21.73 7.87-22.06c.29-.77.74-1.38 1.35-1.81.6-.44 1.31-.66 2.12-.66 1.03 0 1.9.36 2.61 1.07ZM420.5 15.73c1.96 1.1 3.5 2.62 4.62 4.56 1.12 1.94 1.68 4.12 1.68 6.54V27c0 1.14-.38 2.05-1.13 2.75-.75.7-1.73 1.04-2.94 1.04h-15.51c.44 1.72 1.32 3.05 2.64 3.99 1.32.93 2.99 1.4 5 1.4s3.98-.53 5.67-1.6c.55-.33 1.08-.49 1.59-.49.84 0 1.56.28 2.14.85s.88 1.27.88 2.12c0 .62-.15 1.16-.44 1.62-.29.46-.77.91-1.43 1.35-2.53 1.69-5.41 2.53-8.64 2.53-2.82 0-5.37-.62-7.64-1.87-2.27-1.25-4.05-2.95-5.33-5.12-1.28-2.16-1.92-4.58-1.92-7.26s.61-5.05 1.84-7.23 2.92-3.9 5.09-5.14c2.16-1.25 4.57-1.87 7.21-1.87 2.46 0 4.67.55 6.63 1.65Zm-10.95 5.83c-1.16.99-1.93 2.33-2.34 4.01h12.38c-.07-1.65-.64-2.98-1.71-3.99-1.06-1.01-2.46-1.51-4.18-1.51-1.61 0-3 .5-4.15 1.49ZM451.79 15.73c1.96 1.1 3.5 2.62 4.62 4.56 1.12 1.94 1.68 4.12 1.68 6.54V27c0 1.14-.38 2.05-1.13 2.75-.75.7-1.73 1.04-2.94 1.04h-15.51c.44 1.72 1.32 3.05 2.64 3.99 1.32.93 2.99 1.4 5 1.4s3.98-.53 5.67-1.6c.55-.33 1.08-.49 1.59-.49.84 0 1.56.28 2.15.85.59.57.88 1.27.88 2.12 0 .62-.15 1.16-.44 1.62-.29.46-.77.91-1.43 1.35-2.53 1.69-5.41 2.53-8.63 2.53-2.82 0-5.37-.62-7.65-1.87s-4.05-2.95-5.33-5.12c-1.28-2.16-1.92-4.58-1.92-7.26s.61-5.05 1.84-7.23c1.23-2.18 2.92-3.9 5.09-5.14 2.16-1.25 4.56-1.87 7.2-1.87 2.46 0 4.67.55 6.63 1.65Zm-10.94 5.83c-1.15.99-1.93 2.33-2.34 4.01h12.38c-.07-1.65-.64-2.98-1.71-3.99-1.06-1.01-2.46-1.51-4.18-1.51-1.61 0-3 .5-4.15 1.49ZM470.24 1.07c.7.72 1.04 1.62 1.04 2.72v34.98c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.95-.37-2.67-1.1c-.71-.73-1.07-1.63-1.07-2.69V3.79c0-1.06.36-1.96 1.07-2.69.72-.73 1.6-1.1 2.67-1.1s1.94.36 2.64 1.07ZM489 38.94c0 .99-.35 1.83-1.04 2.53-.7.7-1.54 1.05-2.53 1.05-1.17 0-2.18-.53-3.03-1.6l-8.75-9.96c-.77-.92-1.16-1.81-1.16-2.69s.39-1.72 1.16-2.64l8.08-10.01c.81-1.03 1.82-1.54 3.03-1.54.99 0 1.83.35 2.53 1.04.7.7 1.04 1.54 1.04 2.53 0 .88-.4 1.8-1.21 2.75l-6.6 7.75 7.26 8.03c.81.95 1.21 1.87 1.21 2.75ZM534.87 35.92c.7.66 1.04 1.49 1.04 2.48s-.34 1.87-1.02 2.53c-.68.66-1.55.99-2.61.99l-19.75.05c-1.03 0-1.9-.36-2.61-1.07s-1.07-1.59-1.07-2.61c0-1.17.51-2.2 1.54-3.08l11.11-9.41c2.02-1.72 3.43-3.22 4.24-4.48a7.532 7.532 0 0 0 1.21-4.15c0-1.61-.46-2.91-1.38-3.88-.92-.97-2.13-1.46-3.63-1.46-1.36 0-2.48.41-3.38 1.24s-1.44 1.93-1.62 3.33l-.22 1.59c-.15.99-.56 1.78-1.24 2.37s-1.49.88-2.45.88-1.83-.34-2.53-1.02-1.08-1.55-1.15-2.61c-.04-.18-.06-.48-.06-.88 0-.59.06-1.21.17-1.87.33-1.91 1.08-3.61 2.25-5.12 1.17-1.5 2.67-2.68 4.48-3.52 1.82-.84 3.8-1.26 5.97-1.26 2.38 0 4.52.51 6.41 1.54 1.89 1.03 3.36 2.44 4.43 4.24s1.59 3.81 1.59 6.05c0 2.38-.66 4.63-1.98 6.74s-3.54 4.46-6.66 7.07l-5.17 4.34h11.5c1.03 0 1.89.33 2.58.99ZM563.69 7.15c2.16 1.47 3.81 3.59 4.95 6.38 1.14 2.79 1.71 6.1 1.71 9.96s-.58 7.27-1.73 10.15c-1.15 2.88-2.81 5.09-4.98 6.63s-4.71 2.31-7.64 2.31-5.49-.77-7.67-2.31-3.85-3.75-5-6.63-1.73-6.26-1.73-10.15.58-7.17 1.73-9.96c1.16-2.79 2.81-4.91 4.98-6.38 2.16-1.47 4.73-2.2 7.7-2.2s5.54.73 7.7 2.2Zm-12.79 7.56c-1.12 1.92-1.68 4.87-1.68 8.83s.57 7.02 1.71 9.08c1.14 2.05 2.82 3.08 5.06 3.08 4.47 0 6.71-4.05 6.71-12.16 0-3.96-.55-6.9-1.65-8.83-1.1-1.92-2.79-2.89-5.06-2.89s-3.97.96-5.09 2.89ZM601.91 35.92c.7.66 1.04 1.49 1.04 2.48s-.34 1.87-1.02 2.53c-.68.66-1.55.99-2.61.99l-19.75.05c-1.03 0-1.9-.36-2.61-1.07s-1.07-1.59-1.07-2.61c0-1.17.51-2.2 1.54-3.08l11.11-9.41c2.02-1.72 3.43-3.22 4.24-4.48a7.532 7.532 0 0 0 1.21-4.15c0-1.61-.46-2.91-1.38-3.88-.92-.97-2.13-1.46-3.63-1.46-1.36 0-2.48.41-3.38 1.24s-1.44 1.93-1.62 3.33l-.22 1.59c-.15.99-.56 1.78-1.24 2.37s-1.49.88-2.45.88-1.83-.34-2.53-1.02-1.08-1.55-1.15-2.61c-.04-.18-.06-.48-.06-.88 0-.59.06-1.21.17-1.87.33-1.91 1.08-3.61 2.25-5.12 1.17-1.5 2.67-2.68 4.48-3.52 1.82-.84 3.8-1.26 5.97-1.26 2.38 0 4.52.51 6.41 1.54 1.89 1.03 3.36 2.44 4.43 4.24s1.59 3.81 1.59 6.05c0 2.38-.66 4.63-1.98 6.74s-3.54 4.46-6.66 7.07l-5.17 4.34h11.5c1.03 0 1.89.33 2.58.99ZM635.93 30.14c.64.7.96 1.5.96 2.42s-.32 1.71-.96 2.39-1.49 1.02-2.56 1.02h-1.48v2.81c0 1.06-.36 1.96-1.07 2.69-.71.73-1.6 1.1-2.67 1.1s-1.9-.37-2.61-1.1c-.72-.73-1.07-1.63-1.07-2.69v-2.81h-14.35c-1.03 0-1.9-.36-2.61-1.07-.72-.71-1.07-1.58-1.07-2.61 0-.51.11-1.04.33-1.59l10.17-23.32c.33-.7.81-1.27 1.43-1.73.62-.46 1.3-.69 2.04-.69 1.03 0 1.91.37 2.64 1.1.73.73 1.1 1.61 1.1 2.64 0 .4-.09.84-.27 1.32l-8.25 19.08h8.85v-6.05c0-1.06.35-1.95 1.04-2.67s1.58-1.07 2.64-1.07 1.95.36 2.67 1.07 1.07 1.6 1.07 2.67v6.05h1.48c1.06 0 1.92.35 2.56 1.05Z' class='cls-2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 704.09 103.59'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{isolation:isolate}.cls-2{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cg id='_15-19_Nov_2021' class='cls-1' data-name='15-19 Nov 2021'%3E%3Cg class='cls-1'%3E%3Cpath d='M26.26 69.83c.51.53.76 1.2.76 2v21.8c0 .77-.26 1.43-.78 1.96s-1.15.8-1.9.8-1.42-.27-1.94-.8-.78-1.19-.78-1.96V80.59l-4.96 7.8c-.37.61-.76 1.05-1.16 1.32-.4.27-.87.4-1.4.4s-.97-.13-1.38-.4c-.41-.27-.81-.71-1.18-1.32l-4.96-7.88v13.12c0 .77-.26 1.43-.78 1.96s-1.15.8-1.9.8-1.42-.27-1.94-.8-.78-1.19-.78-1.96v-21.8c0-.8.25-1.47.76-2s1.13-.8 1.88-.8c.59 0 1.09.15 1.52.46s.87.85 1.32 1.62l7.44 11.8 7.44-11.8c.48-.77.93-1.31 1.34-1.62.41-.31.91-.46 1.5-.46.75 0 1.37.27 1.88.8ZM47.34 77.05c1.63.92 2.91 2.17 3.86 3.74.95 1.57 1.42 3.31 1.42 5.2s-.47 3.63-1.42 5.22c-.95 1.59-2.24 2.84-3.88 3.76-1.64.92-3.43 1.38-5.38 1.38s-3.73-.46-5.34-1.38c-1.61-.92-2.89-2.17-3.82-3.76-.93-1.59-1.4-3.33-1.4-5.22s.47-3.63 1.4-5.22c.93-1.59 2.21-2.83 3.84-3.74 1.63-.91 3.41-1.36 5.36-1.36s3.73.46 5.36 1.38Zm-9.04 5.08c-.96 1.03-1.44 2.33-1.44 3.9s.48 2.83 1.44 3.84c.96 1.01 2.19 1.52 3.68 1.52s2.69-.51 3.66-1.52c.97-1.01 1.46-2.29 1.46-3.84s-.49-2.84-1.46-3.88-2.19-1.56-3.66-1.56-2.72.51-3.68 1.54ZM73 77.83c1.35 1.44 2.02 3.37 2.02 5.8v10c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.38-.27-1.9-.8-.78-1.19-.78-1.96v-9.28c0-1.15-.34-2.07-1.02-2.78-.68-.71-1.57-1.06-2.66-1.06s-1.99.36-2.7 1.08c-.71.72-1.06 1.64-1.06 2.76v9.28c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96V78.39c0-.77.25-1.42.76-1.94s1.15-.78 1.92-.78c.61 0 1.15.19 1.62.56s.77.87.9 1.48a7.97 7.97 0 0 1 2.5-1.5c.95-.36 1.97-.54 3.06-.54 2.27 0 4.07.72 5.42 2.16ZM99.26 66.21c.51.52.76 1.18.76 1.98v25.48c0 .77-.25 1.42-.76 1.94s-1.13.78-1.88.78c-.69 0-1.29-.25-1.8-.74s-.79-1.09-.84-1.78c-.69.8-1.55 1.42-2.58 1.86-1.03.44-2.18.66-3.46.66-1.84 0-3.49-.45-4.94-1.34-1.45-.89-2.59-2.13-3.42-3.7-.83-1.57-1.24-3.35-1.24-5.32s.41-3.75 1.24-5.32c.83-1.57 1.97-2.81 3.42-3.7 1.45-.89 3.1-1.34 4.94-1.34 1.23 0 2.35.21 3.36.62 1.01.41 1.87.99 2.56 1.74v-9.84c0-.77.26-1.43.78-1.96s1.17-.8 1.94-.8 1.41.26 1.92.78Zm-5.94 23.76c.92-1 1.38-2.31 1.38-3.94s-.47-2.95-1.4-3.96-2.13-1.52-3.6-1.52-2.69.51-3.66 1.54c-.97 1.03-1.46 2.33-1.46 3.9s.48 2.91 1.44 3.94c.96 1.03 2.19 1.54 3.68 1.54s2.7-.5 3.62-1.5ZM119.74 77.89c1.49 1.48 2.24 3.57 2.24 6.26v9.52c0 .77-.25 1.41-.74 1.92s-1.11.76-1.86.76c-.64 0-1.2-.19-1.68-.58-.48-.39-.79-.89-.92-1.5-1.49 1.41-3.43 2.12-5.8 2.12-2.03 0-3.67-.55-4.94-1.64-1.27-1.09-1.9-2.52-1.9-4.28s.67-3.19 2-4.22c1.33-1.03 3.16-1.54 5.48-1.54h4.96v-.88c0-1.09-.32-1.95-.96-2.56-.64-.61-1.56-.92-2.76-.92-1.39 0-2.65.49-3.8 1.48-.56.43-1.09.64-1.6.64-.67 0-1.22-.21-1.66-.64-.44-.43-.66-.95-.66-1.56 0-.75.37-1.47 1.12-2.16.83-.77 1.87-1.37 3.12-1.8 1.25-.43 2.6-.64 4.04-.64 2.72 0 4.83.74 6.32 2.22Zm-4.36 13.42c.8-.75 1.2-1.68 1.2-2.8v-.24h-4.24c-1.84 0-2.76.67-2.76 2 0 .67.25 1.19.76 1.58s1.2.58 2.08.58c1.17 0 2.16-.37 2.96-1.12ZM145.24 76.45c.52.52.78 1.13.78 1.82 0 .43-.11.84-.32 1.24l-8.72 17.88c-1.07 2.19-2.24 3.77-3.52 4.74s-2.81 1.46-4.6 1.46c-.88 0-1.64-.15-2.28-.44-.43-.19-.76-.47-1-.86s-.36-.81-.36-1.26c0-.67.23-1.22.7-1.66.47-.44 1.05-.66 1.74-.66l.48.04c.88 0 1.62-.2 2.22-.6.6-.4 1.11-1.04 1.54-1.92l.72-1.6-6.84-15.08c-.24-.48-.36-.91-.36-1.28 0-.69.26-1.3.78-1.82s1.14-.78 1.86-.78c.53 0 1.01.13 1.44.4.43.27.73.64.92 1.12l5.24 11.72 5.36-11.72c.21-.45.53-.82.96-1.1.43-.28.91-.42 1.44-.42.69 0 1.3.26 1.82.78ZM169.7 69.83c.51.53.76 1.17.76 1.92v21.88c0 .85-.24 1.53-.72 2.02s-1.15.74-2 .74-1.51-.25-1.98-.74-.7-1.17-.7-2.02V75.59l-2.56 1.12c-.43.19-.84.28-1.24.28-.69 0-1.28-.25-1.76-.74s-.72-1.1-.72-1.82c0-.51.14-.97.42-1.38.28-.41.7-.74 1.26-.98l6-2.72c.64-.21 1.11-.32 1.4-.32.72 0 1.33.27 1.84.8ZM192.42 70.63c1.57 1.07 2.77 2.61 3.6 4.64s1.24 4.44 1.24 7.24-.42 5.29-1.26 7.38-2.05 3.7-3.62 4.82c-1.57 1.12-3.43 1.68-5.56 1.68s-3.99-.56-5.58-1.68c-1.59-1.12-2.8-2.73-3.64-4.82s-1.26-4.55-1.26-7.38.42-5.21 1.26-7.24 2.05-3.57 3.62-4.64c1.57-1.07 3.44-1.6 5.6-1.6s4.03.53 5.6 1.6Zm-9.3 5.5c-.81 1.4-1.22 3.54-1.22 6.42s.41 5.11 1.24 6.6c.83 1.49 2.05 2.24 3.68 2.24 3.25 0 4.88-2.95 4.88-8.84 0-2.88-.4-5.02-1.2-6.42-.8-1.4-2.03-2.1-3.68-2.1s-2.89.7-3.7 2.1ZM214.7 92.11c.43.4.64.93.64 1.6 0 .48-.12.91-.36 1.28s-.57.67-1 .88c-.83.35-1.76.52-2.8.52-2.59 0-4.55-.63-5.9-1.9s-2.02-3.11-2.02-5.54v-8.28h-1.12c-.67 0-1.22-.21-1.66-.64-.44-.43-.66-.97-.66-1.64s.22-1.21.66-1.64c.44-.43.99-.64 1.66-.64h1.12v-2.72c0-.77.25-1.42.76-1.94s1.16-.78 1.96-.78 1.41.26 1.92.78.76 1.17.76 1.94v2.72h3.64c.67 0 1.21.21 1.64.64.43.43.64.97.64 1.64s-.21 1.21-.64 1.64-.97.64-1.64.64h-3.64v7.8c0 1.09.28 1.88.84 2.36.56.48 1.47.72 2.72.72l.76-.04c.72 0 1.29.2 1.72.6ZM235 77.85c1.35 1.45 2.02 3.38 2.02 5.78v10c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.38-.27-1.9-.8-.78-1.19-.78-1.96v-9.24c0-1.15-.34-2.07-1.02-2.78-.68-.71-1.57-1.06-2.66-1.06s-1.99.35-2.7 1.06-1.06 1.63-1.06 2.78v9.24c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96V68.19c0-.77.26-1.43.78-1.96s1.17-.8 1.94-.8 1.41.26 1.92.78.76 1.18.76 1.98v9.64c.69-.69 1.5-1.23 2.42-1.6s1.93-.56 3.02-.56c2.21 0 3.99.73 5.34 2.18ZM269.1 81.47c.43.43.64.96.64 1.6s-.21 1.18-.64 1.62c-.43.44-.97.66-1.64.66h-13.32c-.67 0-1.21-.22-1.64-.66-.43-.44-.64-.98-.64-1.62s.21-1.17.64-1.6c.43-.43.97-.64 1.64-.64h13.32c.67 0 1.21.21 1.64.64ZM285.78 95.61c-.51-.52-.76-1.18-.76-1.98V72.27c0-.8.26-1.46.78-1.98s1.18-.78 1.98-.78h12.44c.72 0 1.31.23 1.78.7s.7 1.05.7 1.74-.24 1.27-.72 1.74-1.07.7-1.76.7h-9.8v6.6h7.64c.72 0 1.31.23 1.78.7s.7 1.05.7 1.74-.24 1.27-.72 1.74-1.07.7-1.76.7h-7.64v7.76c0 .77-.25 1.43-.76 1.96s-1.15.8-1.92.8-1.45-.26-1.96-.78ZM317.34 76.53c.45.44.68 1.03.68 1.78s-.23 1.31-.68 1.78c-.45.47-1.07.74-1.84.82-1.44.11-2.57.61-3.4 1.5-.83.89-1.24 2.1-1.24 3.62v7.6c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96V78.39c0-.77.25-1.42.76-1.94s1.15-.78 1.92-.78c.69 0 1.29.23 1.78.7s.77 1.05.82 1.74a6.77 6.77 0 0 1 2.2-1.66c.83-.39 1.71-.58 2.64-.58.72 0 1.31.22 1.76.66ZM326.06 66.59c.67.64 1 1.41 1 2.32s-.33 1.67-1 2.3c-.67.63-1.47.94-2.4.94s-1.73-.31-2.38-.94c-.65-.63-.98-1.39-.98-2.3s.33-1.68.98-2.32c.65-.64 1.45-.96 2.38-.96s1.73.32 2.4.96Zm-4.3 29c-.52-.53-.78-1.19-.78-1.96V78.39c0-.77.26-1.42.78-1.94s1.17-.78 1.94-.78 1.41.26 1.92.78.76 1.17.76 1.94v15.24c0 .77-.26 1.43-.78 1.96s-1.17.8-1.94.8-1.38-.27-1.9-.8ZM350.78 66.21c.51.52.76 1.18.76 1.98v25.48c0 .77-.25 1.42-.76 1.94s-1.13.78-1.88.78c-.69 0-1.29-.25-1.8-.74s-.79-1.09-.84-1.78c-.69.8-1.55 1.42-2.58 1.86-1.03.44-2.18.66-3.46.66-1.84 0-3.49-.45-4.94-1.34-1.45-.89-2.59-2.13-3.42-3.7-.83-1.57-1.24-3.35-1.24-5.32s.41-3.75 1.24-5.32c.83-1.57 1.97-2.81 3.42-3.7 1.45-.89 3.1-1.34 4.94-1.34 1.23 0 2.35.21 3.36.62 1.01.41 1.87.99 2.56 1.74v-9.84c0-.77.26-1.43.78-1.96s1.17-.8 1.94-.8 1.41.26 1.92.78Zm-5.94 23.76c.92-1 1.38-2.31 1.38-3.94s-.47-2.95-1.4-3.96-2.13-1.52-3.6-1.52-2.69.51-3.66 1.54c-.97 1.03-1.46 2.33-1.46 3.9s.48 2.91 1.44 3.94c.96 1.03 2.19 1.54 3.68 1.54s2.7-.5 3.62-1.5ZM371.26 77.89c1.49 1.48 2.24 3.57 2.24 6.26v9.52c0 .77-.25 1.41-.74 1.92s-1.11.76-1.86.76c-.64 0-1.2-.19-1.68-.58-.48-.39-.79-.89-.92-1.5-1.49 1.41-3.43 2.12-5.8 2.12-2.03 0-3.67-.55-4.94-1.64-1.27-1.09-1.9-2.52-1.9-4.28s.67-3.19 2-4.22c1.33-1.03 3.16-1.54 5.48-1.54h4.96v-.88c0-1.09-.32-1.95-.96-2.56-.64-.61-1.56-.92-2.76-.92-1.39 0-2.65.49-3.8 1.48-.56.43-1.09.64-1.6.64-.67 0-1.22-.21-1.66-.64-.44-.43-.66-.95-.66-1.56 0-.75.37-1.47 1.12-2.16.83-.77 1.87-1.37 3.12-1.8 1.25-.43 2.6-.64 4.04-.64 2.72 0 4.83.74 6.32 2.22Zm-4.36 13.42c.8-.75 1.2-1.68 1.2-2.8v-.24h-4.24c-1.84 0-2.76.67-2.76 2 0 .67.25 1.19.76 1.58s1.2.58 2.08.58c1.17 0 2.16-.37 2.96-1.12ZM396.76 76.45c.52.52.78 1.13.78 1.82 0 .43-.11.84-.32 1.24l-8.72 17.88c-1.07 2.19-2.24 3.77-3.52 4.74-1.28.97-2.81 1.46-4.6 1.46-.88 0-1.64-.15-2.28-.44-.43-.19-.76-.47-1-.86s-.36-.81-.36-1.26c0-.67.23-1.22.7-1.66s1.05-.66 1.74-.66l.48.04c.88 0 1.62-.2 2.22-.6.6-.4 1.11-1.04 1.54-1.92l.72-1.6-6.84-15.08c-.24-.48-.36-.91-.36-1.28 0-.69.26-1.3.78-1.82s1.14-.78 1.86-.78c.53 0 1.01.13 1.44.4s.73.64.92 1.12l5.24 11.72 5.36-11.72c.21-.45.53-.82.96-1.1.43-.28.91-.42 1.44-.42.69 0 1.3.26 1.82.78ZM421.22 69.83c.51.53.76 1.17.76 1.92v21.88c0 .85-.24 1.53-.72 2.02s-1.15.74-2 .74-1.51-.25-1.98-.74-.7-1.17-.7-2.02V75.59l-2.56 1.12c-.43.19-.84.28-1.24.28-.69 0-1.28-.25-1.76-.74s-.72-1.1-.72-1.82c0-.51.14-.97.42-1.38.28-.41.7-.74 1.26-.98l6-2.72c.64-.21 1.11-.32 1.4-.32.72 0 1.33.27 1.84.8ZM447.72 87.35c.47.51.7 1.09.7 1.76s-.23 1.25-.7 1.74-1.09.74-1.86.74h-1.08v2.04c0 .77-.26 1.43-.78 1.96s-1.17.8-1.94.8-1.38-.27-1.9-.8-.78-1.19-.78-1.96v-2.04h-10.44c-.75 0-1.38-.26-1.9-.78a2.58 2.58 0 0 1-.78-1.9c0-.37.08-.76.24-1.16l7.4-16.96c.24-.51.59-.93 1.04-1.26.45-.33.95-.5 1.48-.5.75 0 1.39.27 1.92.8s.8 1.17.8 1.92c0 .29-.07.61-.2.96l-6 13.88h6.44v-4.4c0-.77.25-1.42.76-1.94s1.15-.78 1.92-.78 1.42.26 1.94.78.78 1.17.78 1.94v4.4h1.08c.77 0 1.39.25 1.86.76ZM463.9 92.11c.43.4.64.93.64 1.6 0 .48-.12.91-.36 1.28s-.57.67-1 .88c-.83.35-1.76.52-2.8.52-2.59 0-4.55-.63-5.9-1.9s-2.02-3.11-2.02-5.54v-8.28h-1.12c-.67 0-1.22-.21-1.66-.64-.44-.43-.66-.97-.66-1.64s.22-1.21.66-1.64c.44-.43.99-.64 1.66-.64h1.12v-2.72c0-.77.25-1.42.76-1.94s1.16-.78 1.96-.78 1.41.26 1.92.78.76 1.17.76 1.94v2.72h3.64c.67 0 1.21.21 1.64.64.43.43.64.97.64 1.64s-.21 1.21-.64 1.64c-.43.43-.97.64-1.64.64h-3.64v7.8c0 1.09.28 1.88.84 2.36.56.48 1.47.72 2.72.72l.76-.04c.72 0 1.29.2 1.72.6ZM484.2 77.85c1.35 1.45 2.02 3.38 2.02 5.78v10c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.38-.27-1.9-.8-.78-1.19-.78-1.96v-9.24c0-1.15-.34-2.07-1.02-2.78-.68-.71-1.57-1.06-2.66-1.06s-1.99.35-2.7 1.06-1.06 1.63-1.06 2.78v9.24c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96V68.19c0-.77.26-1.43.78-1.96s1.17-.8 1.94-.8 1.41.26 1.92.78.76 1.18.76 1.98v9.64c.69-.69 1.5-1.23 2.42-1.6s1.93-.56 3.02-.56c2.21 0 3.99.73 5.34 2.18ZM524.64 69.83c.52.53.78 1.19.78 1.96v21.88c0 .77-.25 1.42-.76 1.94s-1.13.78-1.88.78c-.59 0-1.07-.13-1.44-.4s-.79-.68-1.24-1.24l-11.76-15.12v14c0 .77-.26 1.43-.78 1.96s-1.15.8-1.9.8-1.42-.27-1.94-.8-.78-1.19-.78-1.96V71.75c0-.77.25-1.42.76-1.94s1.13-.78 1.88-.78c.61 0 1.1.13 1.46.4.36.27.79.72 1.3 1.36l11.72 15-.04-14c0-.77.26-1.43.78-1.96s1.17-.8 1.94-.8 1.38.27 1.9.8ZM545.74 77.05c1.63.92 2.91 2.17 3.86 3.74.95 1.57 1.42 3.31 1.42 5.2s-.47 3.63-1.42 5.22c-.95 1.59-2.24 2.84-3.88 3.76-1.64.92-3.43 1.38-5.38 1.38s-3.73-.46-5.34-1.38c-1.61-.92-2.89-2.17-3.82-3.76-.93-1.59-1.4-3.33-1.4-5.22s.47-3.63 1.4-5.22c.93-1.59 2.21-2.83 3.84-3.74 1.63-.91 3.41-1.36 5.36-1.36s3.73.46 5.36 1.38Zm-9.04 5.08c-.96 1.03-1.44 2.33-1.44 3.9s.48 2.83 1.44 3.84c.96 1.01 2.19 1.52 3.68 1.52s2.69-.51 3.66-1.52c.97-1.01 1.46-2.29 1.46-3.84s-.49-2.84-1.46-3.88-2.19-1.56-3.66-1.56-2.72.51-3.68 1.54ZM572.48 76.45c.52.52.78 1.13.78 1.82 0 .4-.13.88-.4 1.44l-7.44 15c-.27.53-.61.95-1.04 1.24-.43.29-.91.44-1.44.44s-1.01-.15-1.44-.44-.77-.71-1.04-1.24l-7.44-15c-.29-.56-.44-1.04-.44-1.44 0-.69.26-1.3.78-1.82s1.14-.78 1.86-.78c1.07 0 1.85.51 2.36 1.52l5.36 11.04 5.32-11.04c.51-1.01 1.31-1.52 2.4-1.52.69 0 1.3.26 1.82.78ZM589.96 76.87c1.43.8 2.55 1.91 3.36 3.32s1.22 3 1.22 4.76v.12c0 .83-.27 1.49-.82 2s-1.26.76-2.14.76H580.3c.32 1.25.96 2.22 1.92 2.9.96.68 2.17 1.02 3.64 1.02s2.89-.39 4.12-1.16c.4-.24.79-.36 1.16-.36.61 0 1.13.21 1.56.62.43.41.64.93.64 1.54 0 .45-.11.85-.32 1.18-.21.33-.56.66-1.04.98-1.84 1.23-3.93 1.84-6.28 1.84-2.05 0-3.91-.45-5.56-1.36s-2.95-2.15-3.88-3.72-1.4-3.33-1.4-5.28.45-3.67 1.34-5.26a9.774 9.774 0 0 1 3.7-3.74c1.57-.91 3.32-1.36 5.24-1.36 1.79 0 3.39.4 4.82 1.2ZM582 81.11c-.84.72-1.41 1.69-1.7 2.92h9c-.05-1.2-.47-2.17-1.24-2.9s-1.79-1.1-3.04-1.1c-1.17 0-2.18.36-3.02 1.08ZM627.24 77.81c1.35 1.43 2.02 3.37 2.02 5.82v10c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96v-9.24c0-1.17-.31-2.11-.94-2.8-.63-.69-1.49-1.04-2.58-1.04s-1.94.35-2.62 1.04c-.68.69-1.02 1.59-1.02 2.68v9.36c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96v-9.24c0-1.17-.32-2.11-.96-2.8-.64-.69-1.49-1.04-2.56-1.04s-1.97.35-2.64 1.04c-.67.69-1 1.63-1 2.8v9.24c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96V78.39c0-.77.25-1.42.76-1.94s1.15-.78 1.92-.78c.61 0 1.15.18 1.6.54.45.36.76.85.92 1.46 1.41-1.33 3.2-2 5.36-2 1.28 0 2.42.24 3.42.72s1.82 1.19 2.46 2.12c.8-.88 1.77-1.57 2.92-2.08s2.37-.76 3.68-.76c2.29 0 4.11.71 5.46 2.14ZM650.68 77.01c1.45.89 2.59 2.13 3.42 3.7.83 1.57 1.24 3.35 1.24 5.32s-.41 3.75-1.24 5.32c-.83 1.57-1.97 2.81-3.42 3.7-1.45.89-3.1 1.34-4.94 1.34-1.28 0-2.43-.22-3.46-.66-1.03-.44-1.89-1.06-2.58-1.86-.05.75-.33 1.35-.82 1.82-.49.47-1.09.7-1.78.7-.75 0-1.38-.27-1.9-.8s-.78-1.19-.78-1.96V68.19c0-.77.26-1.43.78-1.96s1.17-.8 1.94-.8 1.41.26 1.92.78.76 1.18.76 1.98v9.84c.69-.75 1.55-1.33 2.56-1.74 1.01-.41 2.13-.62 3.36-.62 1.84 0 3.49.45 4.94 1.34Zm-2.26 12.92c.96-1.03 1.44-2.34 1.44-3.94s-.49-2.87-1.46-3.9c-.97-1.03-2.19-1.54-3.66-1.54s-2.67.51-3.6 1.52c-.93 1.01-1.4 2.33-1.4 3.96s.46 2.94 1.38 3.94 2.13 1.5 3.62 1.5 2.72-.51 3.68-1.54ZM673.56 76.87c1.43.8 2.55 1.91 3.36 3.32s1.22 3 1.22 4.76v.12c0 .83-.27 1.49-.82 2s-1.26.76-2.14.76H663.9c.32 1.25.96 2.22 1.92 2.9.96.68 2.17 1.02 3.64 1.02s2.89-.39 4.12-1.16c.4-.24.79-.36 1.16-.36.61 0 1.13.21 1.56.62.43.41.64.93.64 1.54 0 .45-.11.85-.32 1.18-.21.33-.56.66-1.04.98-1.84 1.23-3.93 1.84-6.28 1.84-2.05 0-3.91-.45-5.56-1.36s-2.95-2.15-3.88-3.72-1.4-3.33-1.4-5.28.45-3.67 1.34-5.26a9.774 9.774 0 0 1 3.7-3.74c1.57-.91 3.32-1.36 5.24-1.36 1.79 0 3.39.4 4.82 1.2Zm-7.96 4.24c-.84.72-1.41 1.69-1.7 2.92h9c-.05-1.2-.47-2.17-1.24-2.9s-1.79-1.1-3.04-1.1c-1.17 0-2.18.36-3.02 1.08ZM694.22 76.53c.45.44.68 1.03.68 1.78s-.23 1.31-.68 1.78c-.45.47-1.07.74-1.84.82-1.44.11-2.57.61-3.4 1.5-.83.89-1.24 2.1-1.24 3.62v7.6c0 .8-.25 1.46-.76 1.98s-1.15.78-1.92.78-1.42-.27-1.94-.8-.78-1.19-.78-1.96V78.39c0-.77.25-1.42.76-1.94s1.15-.78 1.92-.78c.69 0 1.29.23 1.78.7s.77 1.05.82 1.74a6.77 6.77 0 0 1 2.2-1.66c.83-.39 1.71-.58 2.64-.58.72 0 1.31.22 1.76.66Z' class='cls-2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Anti-Bullying_Week_2022' class='cls-1' data-name='Anti-Bullying Week 2022'%3E%3Cg class='cls-1'%3E%3Cpath d='M32.72 39c0 .99-.35 1.83-1.04 2.53-.7.7-1.56 1.04-2.58 1.04-1.61 0-2.79-.88-3.52-2.64l-1.54-3.74H8.69l-1.54 3.74c-.7 1.76-1.85 2.64-3.46 2.64-1.03 0-1.9-.35-2.61-1.04S.01 39.99.01 39c0-.51.15-1.17.44-1.98L12.87 7.48c.66-1.69 1.83-2.53 3.52-2.53s2.86.84 3.52 2.53l12.38 29.54c.29.7.44 1.36.44 1.98Zm-21.61-8.92h10.45l-5.17-14.19-5.28 14.19ZM60.53 17.05c1.85 1.98 2.78 4.64 2.78 7.98v13.75c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.9-.37-2.61-1.1c-.72-.73-1.07-1.63-1.07-2.69V26.02c0-1.58-.47-2.85-1.4-3.82-.93-.97-2.15-1.46-3.66-1.46s-2.74.5-3.71 1.48c-.97.99-1.46 2.26-1.46 3.8v12.76c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.95-.37-2.67-1.1c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.35-1.95 1.04-2.67.7-.71 1.58-1.07 2.64-1.07.84 0 1.59.26 2.23.77s1.05 1.19 1.24 2.03c.99-.88 2.14-1.57 3.44-2.06 1.3-.49 2.7-.74 4.21-.74 3.12 0 5.6.99 7.45 2.97ZM87.67 36.69c.59.55.88 1.28.88 2.2 0 .66-.17 1.25-.5 1.76s-.79.92-1.38 1.21c-1.14.48-2.42.71-3.85.71-3.56 0-6.26-.87-8.11-2.61s-2.78-4.28-2.78-7.62V20.96h-1.54c-.92 0-1.68-.29-2.28-.88-.6-.59-.91-1.34-.91-2.25s.3-1.67.91-2.25c.61-.59 1.37-.88 2.28-.88h1.54v-3.74c0-1.06.35-1.95 1.04-2.67s1.6-1.07 2.7-1.07 1.94.36 2.64 1.07 1.05 1.6 1.05 2.67v3.74h5c.92 0 1.67.29 2.25.88.59.59.88 1.34.88 2.25s-.29 1.67-.88 2.25-1.34.88-2.25.88h-5v10.72c0 1.5.38 2.59 1.15 3.25.77.66 2.02.99 3.74.99l1.04-.05c.99 0 1.78.27 2.37.83ZM100.32 1.59c.92.88 1.38 1.94 1.38 3.19s-.46 2.3-1.38 3.16c-.92.86-2.02 1.29-3.3 1.29s-2.37-.43-3.27-1.29c-.9-.86-1.35-1.92-1.35-3.16s.45-2.31 1.35-3.19c.9-.88 1.99-1.32 3.27-1.32s2.38.44 3.3 1.32Zm-5.91 39.88c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.36-1.95 1.07-2.67s1.6-1.07 2.67-1.07 1.94.36 2.64 1.07c.7.71 1.04 1.6 1.04 2.67v20.96c0 1.06-.36 1.96-1.07 2.69-.72.73-1.6 1.1-2.67 1.1s-1.9-.37-2.61-1.1ZM120.34 22.05c.59.59.88 1.32.88 2.2s-.29 1.62-.88 2.23c-.59.61-1.34.91-2.25.91h-8.42c-.92 0-1.67-.3-2.25-.91-.59-.6-.88-1.35-.88-2.23s.29-1.61.88-2.2 1.34-.88 2.25-.88h8.42c.92 0 1.67.29 2.25.88ZM153.83 25.69c1.14 1.54 1.71 3.39 1.71 5.55s-.51 3.9-1.54 5.53c-1.03 1.63-2.45 2.9-4.26 3.79-1.81.9-3.88 1.35-6.19 1.35h-12.38c-1.1 0-2.01-.36-2.72-1.07-.71-.71-1.07-1.62-1.07-2.72V9.41c0-1.1.36-2.01 1.07-2.72.72-.71 1.62-1.07 2.72-1.07h9.08c2.24 0 4.23.43 5.97 1.29 1.74.86 3.1 2.05 4.07 3.58.97 1.52 1.46 3.27 1.46 5.25 0 2.68-.9 4.86-2.7 6.54 2.05.73 3.65 1.87 4.79 3.41Zm-19.25-13.7v8.3h5.12c1.47 0 2.62-.38 3.46-1.13.84-.75 1.26-1.77 1.26-3.05s-.42-2.29-1.26-3.03c-.84-.73-2-1.1-3.46-1.1h-5.12Zm12.21 22.36c.92-.79 1.38-1.92 1.38-3.38s-.46-2.55-1.38-3.35c-.92-.81-2.18-1.21-3.79-1.21h-8.42v9.13H143c1.61 0 2.88-.39 3.79-1.18ZM166.81 40.98c-1.91-1.06-3.39-2.56-4.46-4.48-1.06-1.92-1.59-4.12-1.59-6.57v-12.1c0-1.06.36-1.95 1.07-2.67s1.6-1.07 2.67-1.07 1.94.36 2.64 1.07c.7.71 1.04 1.6 1.04 2.67v12.71c0 1.5.49 2.75 1.46 3.74.97.99 2.21 1.48 3.71 1.48s2.68-.5 3.63-1.48c.95-.99 1.43-2.24 1.43-3.74V17.83c0-1.06.35-1.95 1.04-2.67s1.6-1.07 2.7-1.07 1.94.36 2.64 1.07 1.05 1.6 1.05 2.67v12.1c0 2.46-.53 4.65-1.6 6.57a11.234 11.234 0 0 1-4.43 4.48c-1.89 1.06-4.04 1.59-6.46 1.59s-4.64-.53-6.54-1.59ZM194.01 41.47c-.71-.73-1.07-1.63-1.07-2.69V3.79c0-1.06.36-1.96 1.07-2.69s1.6-1.1 2.67-1.1 1.9.37 2.61 1.1c.71.73 1.07 1.63 1.07 2.69v34.98c0 1.06-.36 1.96-1.07 2.69-.72.73-1.59 1.1-2.61 1.1s-1.95-.37-2.67-1.1ZM208.8 41.47c-.71-.73-1.07-1.63-1.07-2.69V3.79c0-1.06.36-1.96 1.07-2.69s1.6-1.1 2.67-1.1 1.9.37 2.61 1.1c.71.73 1.07 1.63 1.07 2.69v34.98c0 1.06-.36 1.96-1.07 2.69-.72.73-1.59 1.1-2.61 1.1s-1.95-.37-2.67-1.1ZM247.36 15.15c.71.71 1.07 1.55 1.07 2.5 0 .59-.15 1.16-.44 1.71L236 43.94c-1.47 3.01-3.08 5.18-4.84 6.52-1.76 1.34-3.87 2.01-6.33 2.01-1.21 0-2.25-.2-3.13-.6-.59-.26-1.04-.65-1.38-1.18-.33-.53-.5-1.11-.5-1.73 0-.92.32-1.68.96-2.28.64-.61 1.44-.91 2.39-.91l.66.06c1.21 0 2.23-.28 3.05-.83s1.53-1.43 2.12-2.64l.99-2.2-9.41-20.74c-.33-.66-.49-1.25-.49-1.76 0-.95.36-1.79 1.07-2.5s1.57-1.07 2.56-1.07c.73 0 1.39.18 1.98.55.59.37 1.01.88 1.27 1.54l7.21 16.12 7.37-16.12c.29-.62.73-1.13 1.32-1.51.59-.38 1.25-.58 1.98-.58.95 0 1.79.36 2.5 1.07ZM260.26 1.59c.92.88 1.38 1.94 1.38 3.19s-.46 2.3-1.38 3.16c-.92.86-2.02 1.29-3.3 1.29s-2.38-.43-3.27-1.29c-.9-.86-1.35-1.92-1.35-3.16s.45-2.31 1.35-3.19c.9-.88 1.99-1.32 3.27-1.32s2.38.44 3.3 1.32Zm-5.92 39.88c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.36-1.95 1.07-2.67.72-.71 1.6-1.07 2.67-1.07s1.94.36 2.64 1.07 1.04 1.6 1.04 2.67v20.96c0 1.06-.36 1.96-1.07 2.69-.71.73-1.6 1.1-2.67 1.1s-1.9-.37-2.61-1.1ZM290.31 17.05c1.85 1.98 2.78 4.64 2.78 7.98v13.75c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.9-.37-2.61-1.1c-.71-.73-1.07-1.63-1.07-2.69V26.02c0-1.58-.47-2.85-1.4-3.82-.94-.97-2.15-1.46-3.66-1.46s-2.74.5-3.71 1.48c-.97.99-1.46 2.26-1.46 3.8v12.76c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.95-.37-2.67-1.1c-.71-.73-1.07-1.63-1.07-2.69V17.82c0-1.06.35-1.95 1.04-2.67s1.58-1.07 2.64-1.07c.84 0 1.58.26 2.23.77.64.51 1.05 1.19 1.24 2.03.99-.88 2.14-1.57 3.44-2.06 1.3-.49 2.7-.74 4.21-.74 3.12 0 5.6.99 7.45 2.97ZM326.53 15.15c.7.71 1.04 1.6 1.04 2.67v21.06c0 4.29-1.24 7.63-3.71 10.01-2.47 2.38-5.93 3.57-10.37 3.57-2.24 0-4.35-.32-6.35-.96-2-.64-3.79-1.59-5.36-2.83-1.03-.73-1.54-1.63-1.54-2.69 0-.92.33-1.71.99-2.37.66-.66 1.45-.99 2.37-.99.62 0 1.28.24 1.98.71 2.31 1.61 4.75 2.42 7.31 2.42 2.27 0 4.05-.57 5.33-1.71s1.93-2.71 1.93-4.73v-1.49c-1.98 2.16-4.75 3.25-8.31 3.25-2.53 0-4.79-.58-6.76-1.73-1.98-1.16-3.52-2.76-4.62-4.81s-1.65-4.38-1.65-6.99.55-4.93 1.65-6.98c1.1-2.05 2.64-3.65 4.62-4.79 1.98-1.14 4.23-1.71 6.76-1.71 1.83 0 3.46.3 4.9.91 1.43.61 2.62 1.46 3.57 2.56.04-.99.41-1.81 1.13-2.47s1.55-.99 2.5-.99c1.03 0 1.89.36 2.58 1.07Zm-8.17 17.63c1.26-1.36 1.9-3.13 1.9-5.33s-.62-3.83-1.87-5.12c-1.25-1.28-2.92-1.92-5-1.92s-3.74.66-5.06 1.98-1.98 3.03-1.98 5.12.66 3.88 1.98 5.25c1.32 1.38 3.01 2.06 5.06 2.06s3.71-.68 4.98-2.04ZM397.67 6.02c.71.71 1.07 1.59 1.07 2.61 0 .55-.13 1.16-.38 1.82l-11.11 29.59c-.29.81-.74 1.43-1.35 1.87-.61.44-1.31.66-2.12.66-1.69 0-2.84-.84-3.46-2.53l-7.92-21.95-7.92 21.95c-.29.81-.73 1.43-1.32 1.87-.59.44-1.28.66-2.09.66s-1.57-.22-2.17-.66c-.6-.44-1.05-1.06-1.35-1.87l-11.11-29.59c-.29-.7-.44-1.3-.44-1.82 0-1.03.37-1.9 1.1-2.61.73-.71 1.61-1.07 2.64-1.07.81 0 1.51.22 2.12.66.61.44 1.04 1.03 1.29 1.76l7.97 22.11 7.65-21.73c.29-.88.76-1.57 1.4-2.06s1.38-.74 2.23-.74 1.59.25 2.23.74c.64.5 1.11 1.18 1.4 2.06l7.7 21.73 7.87-22.06c.29-.77.74-1.38 1.35-1.81.6-.44 1.31-.66 2.12-.66 1.03 0 1.9.36 2.61 1.07ZM420.5 15.73c1.96 1.1 3.5 2.62 4.62 4.56 1.12 1.94 1.68 4.12 1.68 6.54V27c0 1.14-.38 2.05-1.13 2.75-.75.7-1.73 1.04-2.94 1.04h-15.51c.44 1.72 1.32 3.05 2.64 3.99 1.32.93 2.99 1.4 5 1.4s3.98-.53 5.67-1.6c.55-.33 1.08-.49 1.59-.49.84 0 1.56.28 2.14.85s.88 1.27.88 2.12c0 .62-.15 1.16-.44 1.62-.29.46-.77.91-1.43 1.35-2.53 1.69-5.41 2.53-8.64 2.53-2.82 0-5.37-.62-7.64-1.87-2.27-1.25-4.05-2.95-5.33-5.12-1.28-2.16-1.92-4.58-1.92-7.26s.61-5.05 1.84-7.23 2.92-3.9 5.09-5.14c2.16-1.25 4.57-1.87 7.21-1.87 2.46 0 4.67.55 6.63 1.65Zm-10.95 5.83c-1.16.99-1.93 2.33-2.34 4.01h12.38c-.07-1.65-.64-2.98-1.71-3.99-1.06-1.01-2.46-1.51-4.18-1.51-1.61 0-3 .5-4.15 1.49ZM451.79 15.73c1.96 1.1 3.5 2.62 4.62 4.56 1.12 1.94 1.68 4.12 1.68 6.54V27c0 1.14-.38 2.05-1.13 2.75-.75.7-1.73 1.04-2.94 1.04h-15.51c.44 1.72 1.32 3.05 2.64 3.99 1.32.93 2.99 1.4 5 1.4s3.98-.53 5.67-1.6c.55-.33 1.08-.49 1.59-.49.84 0 1.56.28 2.15.85.59.57.88 1.27.88 2.12 0 .62-.15 1.16-.44 1.62-.29.46-.77.91-1.43 1.35-2.53 1.69-5.41 2.53-8.63 2.53-2.82 0-5.37-.62-7.65-1.87s-4.05-2.95-5.33-5.12c-1.28-2.16-1.92-4.58-1.92-7.26s.61-5.05 1.84-7.23c1.23-2.18 2.92-3.9 5.09-5.14 2.16-1.25 4.56-1.87 7.2-1.87 2.46 0 4.67.55 6.63 1.65Zm-10.94 5.83c-1.15.99-1.93 2.33-2.34 4.01h12.38c-.07-1.65-.64-2.98-1.71-3.99-1.06-1.01-2.46-1.51-4.18-1.51-1.61 0-3 .5-4.15 1.49ZM470.24 1.07c.7.72 1.04 1.62 1.04 2.72v34.98c0 1.1-.35 2.01-1.04 2.72-.7.71-1.58 1.07-2.64 1.07s-1.95-.37-2.67-1.1c-.71-.73-1.07-1.63-1.07-2.69V3.79c0-1.06.36-1.96 1.07-2.69.72-.73 1.6-1.1 2.67-1.1s1.94.36 2.64 1.07ZM489 38.94c0 .99-.35 1.83-1.04 2.53-.7.7-1.54 1.05-2.53 1.05-1.17 0-2.18-.53-3.03-1.6l-8.75-9.96c-.77-.92-1.16-1.81-1.16-2.69s.39-1.72 1.16-2.64l8.08-10.01c.81-1.03 1.82-1.54 3.03-1.54.99 0 1.83.35 2.53 1.04.7.7 1.04 1.54 1.04 2.53 0 .88-.4 1.8-1.21 2.75l-6.6 7.75 7.26 8.03c.81.95 1.21 1.87 1.21 2.75ZM534.87 35.92c.7.66 1.04 1.49 1.04 2.48s-.34 1.87-1.02 2.53c-.68.66-1.55.99-2.61.99l-19.75.05c-1.03 0-1.9-.36-2.61-1.07s-1.07-1.59-1.07-2.61c0-1.17.51-2.2 1.54-3.08l11.11-9.41c2.02-1.72 3.43-3.22 4.24-4.48a7.532 7.532 0 0 0 1.21-4.15c0-1.61-.46-2.91-1.38-3.88-.92-.97-2.13-1.46-3.63-1.46-1.36 0-2.48.41-3.38 1.24s-1.44 1.93-1.62 3.33l-.22 1.59c-.15.99-.56 1.78-1.24 2.37s-1.49.88-2.45.88-1.83-.34-2.53-1.02-1.08-1.55-1.15-2.61c-.04-.18-.06-.48-.06-.88 0-.59.06-1.21.17-1.87.33-1.91 1.08-3.61 2.25-5.12 1.17-1.5 2.67-2.68 4.48-3.52 1.82-.84 3.8-1.26 5.97-1.26 2.38 0 4.52.51 6.41 1.54 1.89 1.03 3.36 2.44 4.43 4.24s1.59 3.81 1.59 6.05c0 2.38-.66 4.63-1.98 6.74s-3.54 4.46-6.66 7.07l-5.17 4.34h11.5c1.03 0 1.89.33 2.58.99ZM563.69 7.15c2.16 1.47 3.81 3.59 4.95 6.38 1.14 2.79 1.71 6.1 1.71 9.96s-.58 7.27-1.73 10.15c-1.15 2.88-2.81 5.09-4.98 6.63s-4.71 2.31-7.64 2.31-5.49-.77-7.67-2.31-3.85-3.75-5-6.63-1.73-6.26-1.73-10.15.58-7.17 1.73-9.96c1.16-2.79 2.81-4.91 4.98-6.38 2.16-1.47 4.73-2.2 7.7-2.2s5.54.73 7.7 2.2Zm-12.79 7.56c-1.12 1.92-1.68 4.87-1.68 8.83s.57 7.02 1.71 9.08c1.14 2.05 2.82 3.08 5.06 3.08 4.47 0 6.71-4.05 6.71-12.16 0-3.96-.55-6.9-1.65-8.83-1.1-1.92-2.79-2.89-5.06-2.89s-3.97.96-5.09 2.89ZM601.91 35.92c.7.66 1.04 1.49 1.04 2.48s-.34 1.87-1.02 2.53c-.68.66-1.55.99-2.61.99l-19.75.05c-1.03 0-1.9-.36-2.61-1.07s-1.07-1.59-1.07-2.61c0-1.17.51-2.2 1.54-3.08l11.11-9.41c2.02-1.72 3.43-3.22 4.24-4.48a7.532 7.532 0 0 0 1.21-4.15c0-1.61-.46-2.91-1.38-3.88-.92-.97-2.13-1.46-3.63-1.46-1.36 0-2.48.41-3.38 1.24s-1.44 1.93-1.62 3.33l-.22 1.59c-.15.99-.56 1.78-1.24 2.37s-1.49.88-2.45.88-1.83-.34-2.53-1.02-1.08-1.55-1.15-2.61c-.04-.18-.06-.48-.06-.88 0-.59.06-1.21.17-1.87.33-1.91 1.08-3.61 2.25-5.12 1.17-1.5 2.67-2.68 4.48-3.52 1.82-.84 3.8-1.26 5.97-1.26 2.38 0 4.52.51 6.41 1.54 1.89 1.03 3.36 2.44 4.43 4.24s1.59 3.81 1.59 6.05c0 2.38-.66 4.63-1.98 6.74s-3.54 4.46-6.66 7.07l-5.17 4.34h11.5c1.03 0 1.89.33 2.58.99ZM627.85 19.88c1.92.93 3.45 2.27 4.57 4.01 1.12 1.74 1.68 3.77 1.68 6.08s-.61 4.59-1.84 6.52c-1.23 1.93-2.91 3.42-5.03 4.48-2.13 1.06-4.47 1.59-7.04 1.59s-4.89-.52-6.98-1.57-3.81-2.48-5.17-4.32c-.44-.62-.66-1.3-.66-2.04 0-.95.34-1.76 1.02-2.42.68-.66 1.49-.99 2.45-.99.48 0 .93.1 1.38.3s.81.47 1.1.8c.92 1.1 1.92 1.93 3 2.5 1.08.57 2.3.85 3.66.85 1.91 0 3.46-.51 4.67-1.54s1.82-2.38 1.82-4.07-.62-3.02-1.87-3.91c-1.25-.88-3.1-1.32-5.55-1.32h-4.73c-1.06 0-1.95-.36-2.67-1.07s-1.07-1.6-1.07-2.67V9.32c0-1.06.36-1.95 1.07-2.67.71-.71 1.6-1.07 2.67-1.07h14.96c.99 0 1.81.32 2.45.96.64.64.96 1.44.96 2.39s-.32 1.75-.96 2.39c-.64.64-1.46.96-2.45.96h-11.55v6.16h3.79c2.31 0 4.43.47 6.35 1.4Z' class='cls-2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#abw_top .abw_summary {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media only screen and (max-width: 983px) {
  #abw_top {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 623px) {
  #abw_top {
    margin-bottom: 3.5rem;
  }
  #abw_top::before {
    width: 48rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='768' height='175.082'%3E%3Cpath d='M0 0v175.082l389.131-34.511c.27-.012 1.486-.111 3.455-.278a1.872 1.872 0 01.986.707l17.894 25.736a1.887 1.887 0 003.434-1.009l.93-25.972a1.881 1.881 0 01.983-1.583c32.22-2.852 81.361-7.262 84.17-7.509l261.825-23.137a8.29 8.29 0 001.179-.2l4.013-.356V0z'/%3E%3C/svg%3E");
  }
}
@media only screen and (max-width: 479px) {
  #abw_top {
    padding-top: 3rem;
  }
}

.full_width__pre_content .field--name-field-banner-image-small {
  background-image: url("../../images/ncb_sectional_banner_shapes--aba@2x.png");
}

/*  Listed content item – Home News
    Colour overrides
*********************************** */
.listed_content_item.style___home_news {
  /*  Listed content item – Home Highlight
  *********************************** */
}
.listed_content_item.style___home_news.style__home_highlight {
  background-color: #FF557A;
}
@media only screen and (min-width: 408px) {
  .listed_content_item.style___home_news.style__home_highlight .listing_box_image::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='392.358' height='144.573'%3E%3Cpath data-name='Path 613' d='M343.107 141.822A68.573 68.573 0 00325.784 7.489L70.932.042a68.554 68.554 0 00-4.754 137.026q.37.012.741.021l254.854 7.45a68.1 68.1 0 0021.334-2.717z' fill='%238757E5'/%3E%3C/svg%3E");
  }
}

/*  Listed content item – Essentials
*********************************** */
.listed_content_item.style__essentials:nth-child(3n+1) {
  background-color: #8757E5;
}
.listed_content_item.style__essentials:nth-child(2n) {
  background-color: #FF557A;
}

/* 	Footer – Layout
*********************************** */
/* 	Footer – Elements
*********************************** */
.full_width__footer .site-branding a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='296.059' height='49.785'%3E%3Cpath d='M164.776 14.12c0-1.542-1.038-2.461-2.789-2.461h-4.537v4.923h4.537c1.751 0 2.789-.89 2.789-2.462zM162.759 6.112c0-1.394-.979-2.225-2.551-2.225h-2.758v4.479h2.758c1.572 0 2.551-.86 2.551-2.254zM75.673 13.646h5.635L78.52 5.993l-2.847 7.653zM139.534 43.052h5.636l-2.788-7.653-2.848 7.653zM75.673 43.052h5.635l-2.788-7.653-2.847 7.653z' fill='none'/%3E%3Cpath d='M25.973 21.054a3.413 3.413 0 005.432-2.754l-.028-14.892a3.412 3.412 0 10-6.824.009l.027 14.891a3.4 3.4 0 001.393 2.746zM51.38 17.42l-14.125 4.714a3.412 3.412 0 102.157 6.474L53.537 23.9a3.412 3.412 0 10-2.157-6.48zM20.776 26.449a3.411 3.411 0 00-2.159-4.315L4.492 17.42a3.412 3.412 0 00-2.157 6.48l14.125 4.708a3.412 3.412 0 004.316-2.159zM30.652 27.167h-.007a3.391 3.391 0 00-5.493.017c-.022.031-.051.056-.072.088l-.008.01-12.163 16.727a3.412 3.412 0 105.519 4.014l9.5-13.057 9.641 13.067a3.412 3.412 0 105.492-4.05z' fill='%23fff'/%3E%3Cpath d='M25.146 27.185l-.066.092c.021-.032.05-.057.072-.088z' fill='%238857e5'/%3E%3Cpath d='M80.419 1.455a2 2 0 00-3.8 0l-6.7 15.928a3.343 3.343 0 00-.237 1.068 1.938 1.938 0 001.988 1.928 1.964 1.964 0 001.868-1.424l.831-2.017h8.275l.831 2.017a2.026 2.026 0 001.9 1.424 1.913 1.913 0 001.958-1.928 2.708 2.708 0 00-.237-1.068zm-4.746 12.191l2.847-7.653 2.788 7.653zM106.432.09a1.989 1.989 0 00-2.017 2.047l.03 10.382L95.754 1.4C95.161.654 94.716.09 93.707.09a1.97 1.97 0 00-1.958 2.018v16.224a2 2 0 104.005 0V7.951l8.72 11.212a2.444 2.444 0 001.988 1.216 1.951 1.951 0 001.957-2.017V2.137A1.983 1.983 0 00106.432.09zM129 2.256a1.77 1.77 0 00-1.839-1.81h-13.314a1.787 1.787 0 00-1.839 1.81 1.8 1.8 0 001.839 1.809h4.653v14.267a2 2 0 104 0V4.065h4.657A1.8 1.8 0 00129 2.256zM136.6 18.332V2.137a2 2 0 10-4 0v16.2a2 2 0 104 0zM142.827 11.362h4.537a1.654 1.654 0 001.691-1.691 1.629 1.629 0 00-1.691-1.661h-4.537a1.629 1.629 0 00-1.691 1.661 1.653 1.653 0 001.691 1.691zM162.284 20.023c3.8 0 6.466-2.373 6.466-5.754a4.9 4.9 0 00-3.5-4.835A4.645 4.645 0 00166.7 5.9c0-3.233-2.551-5.458-6.2-5.458h-4.894a1.979 1.979 0 00-2.047 2.047v15.487a1.979 1.979 0 002.047 2.047zM157.45 3.887h2.758c1.572 0 2.551.831 2.551 2.225s-.979 2.254-2.551 2.254h-2.758zm0 7.772h4.537c1.751 0 2.789.919 2.789 2.461 0 1.572-1.038 2.462-2.789 2.462h-4.537zM189.6 11.925V2.137a2 2 0 10-4 0v10.085c0 2.729-1.661 4.449-4.3 4.449s-4.3-1.72-4.3-4.449V2.137a2 2 0 10-4.005 0v9.788c0 5.043 3.352 8.454 8.306 8.454s8.299-3.411 8.299-8.454zM207.9 18.214a1.787 1.787 0 00-1.839-1.81h-6.971V2.137A1.965 1.965 0 00197.107.09a2.025 2.025 0 00-2.017 2.047v15.839a1.979 1.979 0 002.047 2.047h8.928a1.769 1.769 0 001.835-1.809zM222.765 16.4h-6.971V2.137A1.965 1.965 0 00213.807.09a2.024 2.024 0 00-2.017 2.047v15.839a1.979 1.979 0 002.047 2.047h8.928a1.81 1.81 0 100-3.619zM238.812.09a1.986 1.986 0 00-1.869 1.187l-4.212 7.3-4.212-7.3a2.005 2.005 0 00-1.9-1.187 1.907 1.907 0 00-1.958 1.9 2.248 2.248 0 00.445 1.335l5.606 9.254v5.754a2 2 0 104 0v-5.755l5.635-9.254a2.261 2.261 0 00.416-1.306A1.913 1.913 0 00238.812.09zM247.414.09a1.972 1.972 0 00-2.014 2.047v16.2a2 2 0 104 0v-16.2A1.966 1.966 0 00247.414.09zM269.72.09a1.989 1.989 0 00-2.02 2.047l.03 10.382L259.041 1.4C258.448.654 258 .09 257 .09a1.97 1.97 0 00-1.958 2.018v16.224a2 2 0 104 0V7.951l8.721 11.212a2.444 2.444 0 001.988 1.216 1.951 1.951 0 001.957-2.017V2.137A1.983 1.983 0 00269.72.09zM294.013 9.286h-5.695a1.74 1.74 0 100 3.47h3.737v1.691a6.341 6.341 0 01-5.161 2.343 6.236 6.236 0 01-6.526-6.555 6.3 6.3 0 0110.975-4.36 2.147 2.147 0 001.691.889 1.841 1.841 0 001.838-1.809 2.931 2.931 0 00-1.216-2.106A9.814 9.814 0 00286.715.09a10.15 10.15 0 100 20.289 10.776 10.776 0 008.721-4.3 3.761 3.761 0 00.623-2.225v-2.522a1.978 1.978 0 00-2.046-2.046zM80.419 30.861a2 2 0 00-3.8 0l-6.7 15.928a3.343 3.343 0 00-.237 1.068 1.938 1.938 0 001.988 1.928 1.965 1.965 0 001.868-1.424l.831-2.017h8.275l.831 2.017a2.027 2.027 0 001.9 1.424 1.913 1.913 0 001.958-1.928 2.708 2.708 0 00-.237-1.068zm-4.746 12.191L78.52 35.4l2.788 7.653zM102.724 45.81h-6.97V31.543a1.966 1.966 0 00-1.988-2.043 2.025 2.025 0 00-2.017 2.047v15.835a1.979 1.979 0 002.051 2.047h8.928a1.81 1.81 0 100-3.619zM119.424 45.81h-6.971V31.543a1.965 1.965 0 00-1.987-2.047 2.024 2.024 0 00-2.017 2.047v15.839a1.979 1.979 0 002.046 2.047h8.929a1.81 1.81 0 100-3.619zM127.165 29.5a1.972 1.972 0 00-2.017 2.047v16.2a2 2 0 104 0V31.543a1.966 1.966 0 00-1.983-2.043zM144.28 30.861a2 2 0 00-3.8 0l-6.7 15.928a3.348 3.348 0 00-.238 1.068 1.938 1.938 0 001.988 1.928 1.964 1.964 0 001.868-1.424l.831-2.017h8.271l.831 2.017a2.027 2.027 0 001.9 1.424 1.912 1.912 0 001.958-1.928 2.69 2.69 0 00-.237-1.068zm-4.746 12.191l2.848-7.653 2.788 7.653zM170.293 29.5a1.989 1.989 0 00-2.017 2.047l.03 10.382-8.691-11.129c-.593-.741-1.038-1.3-2.047-1.3a1.969 1.969 0 00-1.957 2.017v16.221a2 2 0 104 0V37.356l8.72 11.213a2.445 2.445 0 001.988 1.216 1.952 1.952 0 001.958-2.017V31.543a1.984 1.984 0 00-1.984-2.043zM187.259 33.2a6.03 6.03 0 014.776 2.2 2.057 2.057 0 001.542.771 1.849 1.849 0 001.869-1.809 2.2 2.2 0 00-.623-1.483 9.863 9.863 0 00-7.564-3.382 10.148 10.148 0 10-.03 20.289 9.772 9.772 0 007.564-3.382 2.274 2.274 0 00.623-1.483 1.823 1.823 0 00-1.839-1.809 2.116 2.116 0 00-1.572.771 6.054 6.054 0 01-4.746 2.2 6.13 6.13 0 01-6.318-6.407 6.162 6.162 0 016.318-6.476zM212.383 45.81h-7.92v-4.953h5.19a1.706 1.706 0 100-3.411h-5.19v-3.975h7.564a1.8 1.8 0 001.839-1.81 1.769 1.769 0 00-1.839-1.809h-9.581a1.951 1.951 0 00-1.988 1.988v15.6a1.951 1.951 0 001.988 1.988h9.937a1.81 1.81 0 100-3.619z' fill='%23fff'/%3E%3C/svg%3E");
}

.section-anti-bullying-week {
  /*  Listed content item COLOURS
  *********************************** */
}
.section-anti-bullying-week .full_width__pre_content.small_banner h1,
.section-anti-bullying-week .full_width__pre_content.small_banner .field--name-field-introduction p {
  color: #000000;
}
.section-anti-bullying-week .full_width__pre_content.small_banner .region-pre-content-option {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-anti-bullying-week .full_width__pre_content.small_banner .region-pre-content {
    width: 68.3250414594%;
  }
}
.section-anti-bullying-week .gridItem {
  /*
  .colored_item {
    h2 {
      &,
      a {
        color:$color__black;
      }
    }
    p {
      color:$color__black;
    }

    .read_more {
      color:$color__black;

      .underline {
        // Pseudos for underline (2 pieces with gap in middle, for interact effect)
        &::before,
        &::after {
          border-bottom-color:$color__black;
        }

      }

    }
  }
  */
  /*
  &.color_id_abw__a {
    .colored_item {
      h2 {
        &,
        a {
          color:white;
        }
      }
      p {
        color:white;
      }

      .read_more {
        color:white;

        .underline {
          // Pseudos for underline (2 pieces with gap in middle, for interact effect)
          &::before,
          &::after {
            border-bottom-color:white;
          }

        }

      }
    }


  }

  */
}
.section-anti-bullying-week,
#home_abw {
  /*  Listed content item – Home News
      Colour overrides
  *********************************** */
  /*  Listed content item – Home 5050
      Colour overrides
  *********************************** */
  /*
  .listed_content_item.style__home_5050 {
    h2 {
      &,
      a {
        color:$color__aba_abw__alpha;
      }
    }

    .teaser_text,
    .read_more {
      color:$color__aba_abw__alpha;
    }

    .read_more {
      .underline {
        // Pseudos for underline (2 pieces with gap in middle, for interact effect)
        &::before,
        &::after {
          border-bottom-color:$color__aba_abw__alpha;
        }
      }
    }
  }
  */
  /*  Listed content item – Home tips
      Colour overrides
  *********************************** */
  /*
  .listed_content_item.style__home_tips {
    .tips_list {

      h3 {
        &,
        a {
          color:$color__aba_abw__alpha;
        }
      }

      h3 {
        a {
          border-bottom-color:$color__aba_abw__beta;

          &:hover,
          &:focus {
            color:$color__aba_abw__beta;
          }
        }
      }


    }
  }
  */
}
.section-anti-bullying-week .listed_content_item.style___home_news,
#home_abw .listed_content_item.style___home_news {
  background-color: white;
  /*
  .read_more {
    .underline {
      // Pseudos for underline (2 pieces with gap in middle, for interact effect)
      &::before,
      &::after {
        border-bottom-color:$color__aba_abw__alpha;
      }
    }
  }
  */
  /*
  @include min_408 {
    .listing_box_image {
      // Pseudo for pill graphic
      &::before {
        @include asset__listed_home_highlight_pill(aba_abw__charlie);
      }
    }
  }
  */
}
.section-anti-bullying-week .listed_content_item.style___home_news .tag_box,
#home_abw .listed_content_item.style___home_news .tag_box {
  color: #1B1464;
}
.section-anti-bullying-week .listed_content_item.style___home_news h2 a,
.section-anti-bullying-week .listed_content_item.style___home_news p,
.section-anti-bullying-week .listed_content_item.style___home_news .read_more,
#home_abw .listed_content_item.style___home_news h2 a,
#home_abw .listed_content_item.style___home_news p,
#home_abw .listed_content_item.style___home_news .read_more {
  color: #1B1464;
}
.section-anti-bullying-week .listed_content_item.style___home_news .read_more .underline::before, .section-anti-bullying-week .listed_content_item.style___home_news .read_more .underline::after,
#home_abw .listed_content_item.style___home_news .read_more .underline::before,
#home_abw .listed_content_item.style___home_news .read_more .underline::after {
  border-bottom-color: #1B1464;
}

#home_abw {
  font-size: 1.875rem;
  position: relative;
  padding-bottom: 2em;
}
@media only screen and (min-width: 624px) {
  #home_abw {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  #home_abw {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1272px) {
  #home_abw {
    font-size: 3.125rem;
  }
}
#home_abw::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: calc(100vw + 2px);
  min-width: 320px;
  height: 100%;
  background-color: #8757E5;
  transform: translateX(-50%);
}
#home_abw #abw_top h2 {
  width: 39.75rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5em;
}
#home_abw #abw_top .aba_antibullying_week_countdown .time_segment_wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
#home_abw #abw_top .aba_antibullying_week_countdown .time_segment {
  margin-right: 0.5em;
}
#home_abw #abw_top .aba_antibullying_week_countdown .time_segment:last-child {
  margin-right: 0;
}
#home_abw #abw_top .aba_antibullying_week_countdown .time_segment_label {
  color: #1B1464;
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.357em;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
  margin-bottom: 0.35em;
}
@media only screen and (min-width: 768px) {
  #home_abw #abw_top .aba_antibullying_week_countdown .time_segment_label {
    font-size: 1.1875rem;
  }
}
#home_abw #abw_top .aba_antibullying_week_countdown .time_segment_time {
  color: white;
  font-family: "Cera Round Pro W01", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15em;
  font-size: 1.5625rem;
  margin-top: 0;
  margin-bottom: 0.45em;
  display: inline-block;
  background-color: #1B1464;
  padding-top: 0.2em;
  padding-bottom: 0.15em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  min-width: 1.5em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #home_abw #abw_top .aba_antibullying_week_countdown .time_segment_time {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 1272px) {
  #home_abw #abw_top .aba_antibullying_week_countdown .time_segment_time {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 839px) {
  #home_abw #abw_top h2 {
    width: 65%;
  }
}
@media only screen and (max-width: 623px) {
  #home_abw #abw_top::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='768' height='274.883'%3E%3Cpath d='M0 0v274.883l392.439-34.756a1.884 1.884 0 011.133.753l17.894 25.737a1.887 1.887 0 003.434-1.009l.93-25.972a1.879 1.879 0 011.216-1.688l345.762-30.622a8.289 8.289 0 001.179-.2l4.013-.356V0z'/%3E%3C/svg%3E");
  }
  #home_abw #abw_top h2 {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 551px) {
  #home_abw #abw_top h2 {
    max-width: 16.875rem;
  }
  #home_abw #abw_top h2 a::after {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='193.557' height='57.678'%3E%3Cg data-name='Anti-Bullying Week 2021' style='isolation:isolate'%3E%3Cg style='isolation:isolate' fill='%23fd0f47'%3E%3Cpath d='M14.4 18.149H6.39L4.8 22.5H.06l8.22-21h4.23l8.249 21H16.02zm-1.529-4.11L10.41 7.38l-2.49 6.659zM27.27 7.08v2.039a5.068 5.068 0 014.62-2.4c3.119 0 5.489 1.83 5.489 5.67V22.5h-4.35v-9.21a2.4 2.4 0 00-2.579-2.73c-1.68 0-3.06 1.139-3.06 3.479V22.5h-4.32V7.08zM42.419 7.08V3.3h4.35v3.78h4.41v3.869h-4.41v5.46a2.169 2.169 0 002.31 2.4 4.538 4.538 0 002.25-.691l1.05 3.21a8.349 8.349 0 01-4.47 1.35 5.133 5.133 0 01-5.49-5.49v-6.24H39.39V7.08zM59.909 2.7a2.807 2.807 0 01-5.61 0 2.807 2.807 0 015.61 0zm-4.95 4.38h4.32V22.5h-4.32zM72.388 11.64v3.87h-9.539v-3.87zM90.418 6.63a4.622 4.622 0 01-3.45 4.559c2.88.75 4.17 2.73 4.17 5.04 0 3.24-2.64 6.27-7.11 6.27h-7.98V1.5h8.43c3.87 0 5.94 2.55 5.94 5.13zM83.4 9.96a2.292 2.292 0 002.55-2.311c0-1.29-.93-2.069-2.49-2.069h-3.03v4.38zm.36 8.459c1.8 0 2.97-.96 2.97-2.58 0-1.529-1.11-2.52-2.91-2.52h-3.39v5.1zM108.178 22.5h-4.2v-2.19a4.955 4.955 0 01-4.47 2.369c-2.91 0-5.43-1.65-5.43-5.73V7.08H98.4v9c0 1.89.96 2.76 2.43 2.76 1.83 0 3.029-1.319 3.029-3.51V7.08h4.321zM117.059 22.679c-2.79 0-5.04-1.86-5.04-5.34V1.5h4.319v15.39a1.745 1.745 0 001.77 1.92 3.086 3.086 0 001.47-.391l1.02 3.3a7.666 7.666 0 01-3.539.96zM127.2 22.679c-2.79 0-5.04-1.86-5.04-5.34V1.5h4.32v15.39a1.745 1.745 0 001.77 1.92 3.086 3.086 0 001.47-.391l1.019 3.3a7.66 7.66 0 01-3.539.96zM147.178 7.08v14.489c0 5.25-3.9 7.979-8.16 7.979-3.48 0-6.36-1.59-7.62-4.919l3.78-1.77a3.907 3.907 0 003.96 2.819 3.413 3.413 0 003.689-3.569v-2.46a4.8 4.8 0 01-4.59 2.43c-3.269 0-5.759-2.01-5.759-6.09V7.08h4.32v8.22a2.65 2.65 0 002.819 2.939c1.8 0 3.21-1.23 3.21-3.51V7.08zM156.178 2.7a2.808 2.808 0 01-5.611 0 2.808 2.808 0 015.611 0zm-4.95 4.38h4.32V22.5h-4.32zM163.8 7.08v2.039a5.07 5.07 0 014.62-2.4c3.12 0 5.49 1.83 5.49 5.67V22.5h-4.35v-9.21a2.4 2.4 0 00-2.579-2.729c-1.681 0-3.061 1.139-3.061 3.479v8.46h-4.32V7.08zM193.557 7.08v14.489c0 4.949-3.811 7.979-8.64 7.979a8.469 8.469 0 01-8.07-4.889l3.75-1.92a4.788 4.788 0 004.469 2.909c2.431 0 4.141-1.349 4.141-3.659v-1.95c-.841 1.41-2.52 2.13-4.77 2.13-4.41 0-7.41-3.18-7.41-7.739 0-4.41 2.85-7.71 7.44-7.71 2.4 0 4.26.87 4.859 2.309V7.08zm-8.25 11.249a3.66 3.66 0 003.929-3.9 3.662 3.662 0 00-3.929-3.9 3.716 3.716 0 00-3.96 3.9 3.716 3.716 0 003.96 3.9z'/%3E%3C/g%3E%3Cg style='isolation:isolate' fill='%23fd0f47'%3E%3Cpath d='M30.149 36.5l-6.69 21H19.2l-4.11-13.08-4.14 13.08H6.69L0 36.5h4.74l4.11 14.009L12.93 36.5h4.289L21.3 50.509 25.409 36.5zM34.44 51.168a3.47 3.47 0 003.78 2.79 5.116 5.116 0 003.989-1.769l2.19 2.7a8.658 8.658 0 01-6.509 2.79c-4.71 0-7.86-3.029-7.86-7.8 0-4.679 3.09-8.159 7.95-8.159 4.2 0 6.9 2.58 6.9 7.83v1.619zm6.15-3.089a2.59 2.59 0 00-2.88-2.82 3.148 3.148 0 00-3.33 2.82zM51.33 51.168a3.469 3.469 0 003.779 2.79 5.118 5.118 0 003.99-1.769l2.19 2.7a8.659 8.659 0 01-6.509 2.79c-4.71 0-7.86-3.029-7.86-7.8 0-4.679 3.09-8.159 7.95-8.159 4.2 0 6.9 2.58 6.9 7.83v1.619zm6.149-3.089a2.589 2.589 0 00-2.879-2.82 3.148 3.148 0 00-3.33 2.82zM69.029 36.5v11.489l5.82-5.909h5.82l-7.5 7.2 8.46 8.22h-6.18l-6.42-6.36v6.36h-4.32v-21z'/%3E%3C/g%3E%3Cg style='isolation:isolate' fill='%232bfdf1'%3E%3Cpath d='M105.269 53.418V57.5h-14.73v-3.84l6.48-5.79c1.47-1.29 3.089-2.82 3.089-4.65a2.549 2.549 0 00-2.7-2.639c-1.8 0-3.48 1.229-3.51 3.809l-4.02-.18a7.423 7.423 0 017.74-7.709c4.079 0 6.9 2.549 6.9 6.449 0 3.06-1.92 5.009-3.39 6.3l-4.89 4.169zM123.388 46.729v.72c0 6.57-2.97 10.229-8.07 10.229-5.069 0-8.04-3.659-8.04-10.229v-.72c0-6.569 2.971-10.229 8.04-10.229 5.1 0 8.07 3.66 8.07 10.229zm-8.07 6.93c2.43 0 3.63-1.8 3.63-6.21v-.72c0-4.41-1.2-6.21-3.63-6.21-2.4 0-3.63 1.8-3.63 6.21v.72c0 4.41 1.231 6.21 3.63 6.21zM141.088 53.418V57.5h-14.73v-3.84l6.48-5.79c1.47-1.29 3.09-2.82 3.09-4.65a2.549 2.549 0 00-2.7-2.639c-1.8 0-3.481 1.229-3.51 3.809l-4.021-.18a7.424 7.424 0 017.74-7.709c4.08 0 6.9 2.549 6.9 6.449 0 3.06-1.92 5.009-3.39 6.3l-4.889 4.169zM146.338 40.879H143.4V36.8h7.32v20.7h-4.38z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 195 95.87'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{isolation:isolate}.cls-2{fill:%23fff;stroke-width:0}%3C/style%3E%3C/defs%3E%3Cg class='cls-1'%3E%3Cpath d='M19.98 23.04c0 .58-.21 1.08-.62 1.5s-.92.62-1.53.62c-.95 0-1.65-.52-2.08-1.56l-.91-2.21H5.78l-.91 2.21c-.41 1.04-1.09 1.56-2.05 1.56-.61 0-1.12-.21-1.54-.62s-.63-.91-.63-1.5c0-.3.09-.69.26-1.17L8.25 4.42c.39-1 1.08-1.49 2.08-1.49s1.69.5 2.08 1.49l7.31 17.45c.17.41.26.8.26 1.17ZM7.21 17.78h6.17l-3.06-8.39-3.12 8.39ZM36.41 10.08c1.09 1.17 1.64 2.74 1.64 4.71v8.12c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.12-.22-1.54-.65c-.42-.43-.63-.96-.63-1.59v-7.54c0-.93-.28-1.68-.83-2.26-.55-.57-1.27-.86-2.16-.86s-1.62.29-2.19.88c-.57.58-.86 1.33-.86 2.24v7.54c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.15-.22-1.58-.65c-.42-.43-.63-.96-.63-1.59V10.53c0-.63.21-1.15.62-1.58.41-.42.93-.63 1.56-.63.5 0 .94.15 1.32.45.38.3.62.7.73 1.2.58-.52 1.26-.93 2.03-1.22.77-.29 1.6-.44 2.49-.44 1.84 0 3.31.58 4.4 1.75ZM52.45 21.68c.35.32.52.76.52 1.3 0 .39-.1.74-.29 1.04-.2.3-.47.54-.81.71-.67.28-1.43.42-2.28.42-2.1 0-3.7-.51-4.79-1.54-1.09-1.03-1.64-2.53-1.64-4.5v-6.73h-.91c-.54 0-.99-.17-1.35-.52s-.54-.79-.54-1.33.18-.99.54-1.33.81-.52 1.35-.52h.91V6.47c0-.63.21-1.15.62-1.58.41-.42.94-.63 1.59-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v2.21h2.96c.54 0 .99.17 1.33.52s.52.79.52 1.33-.17.99-.52 1.33-.79.52-1.33.52h-2.96v6.34c0 .89.23 1.53.68 1.92s1.19.58 2.21.58l.62-.03c.58 0 1.05.16 1.4.49ZM59.93.94c.54.52.81 1.15.81 1.88s-.27 1.36-.81 1.87-1.19.76-1.95.76-1.4-.25-1.93-.76-.8-1.13-.8-1.87.27-1.37.8-1.88c.53-.52 1.17-.78 1.93-.78s1.41.26 1.95.78Zm-3.5 23.57c-.42-.43-.63-.96-.63-1.59V10.54c0-.63.21-1.15.63-1.58.42-.42.95-.63 1.58-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v12.38c0 .63-.21 1.16-.63 1.59-.42.43-.95.65-1.58.65s-1.12-.22-1.54-.65ZM71.76 13.03c.35.35.52.78.52 1.3s-.17.96-.52 1.32-.79.54-1.33.54h-4.97c-.54 0-.99-.18-1.33-.54s-.52-.8-.52-1.32.17-.95.52-1.3c.35-.35.79-.52 1.33-.52h4.97c.54 0 .99.17 1.33.52ZM91.55 15.18c.67.91 1.01 2 1.01 3.28s-.3 2.3-.91 3.27c-.61.96-1.45 1.71-2.52 2.24-1.07.53-2.29.8-3.66.8h-7.31c-.65 0-1.19-.21-1.61-.63-.42-.42-.63-.96-.63-1.61V5.56c0-.65.21-1.19.63-1.61.42-.42.96-.63 1.61-.63h5.36c1.32 0 2.5.25 3.53.76 1.03.51 1.83 1.21 2.4 2.11.57.9.86 1.93.86 3.1 0 1.58-.53 2.87-1.59 3.87 1.21.43 2.16 1.1 2.83 2.02Zm-11.38-8.1v4.91h3.02c.87 0 1.55-.22 2.05-.67.5-.44.75-1.04.75-1.8s-.25-1.35-.75-1.79c-.5-.43-1.18-.65-2.05-.65h-3.02Zm7.22 13.22c.54-.47.81-1.13.81-2s-.27-1.51-.81-1.98c-.54-.48-1.29-.71-2.24-.71h-4.97v5.4h4.97c.95 0 1.7-.23 2.24-.7ZM99.22 24.21a6.64 6.64 0 0 1-2.63-2.65c-.63-1.14-.94-2.43-.94-3.88v-7.15c0-.63.21-1.15.63-1.58.42-.42.95-.63 1.58-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v7.51c0 .89.29 1.62.86 2.21s1.31.88 2.19.88 1.58-.29 2.14-.88.84-1.32.84-2.21v-7.51c0-.63.21-1.15.62-1.58.41-.42.94-.63 1.59-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v7.15c0 1.45-.31 2.75-.94 3.88a6.68 6.68 0 0 1-2.62 2.65c-1.12.63-2.39.94-3.82.94s-2.74-.31-3.87-.94ZM115.29 24.51c-.42-.43-.63-.96-.63-1.59V2.24c0-.63.21-1.16.63-1.59.42-.43.95-.65 1.58-.65s1.12.22 1.54.65c.42.43.63.96.63 1.59v20.67c0 .63-.21 1.16-.63 1.59-.42.43-.94.65-1.54.65s-1.15-.22-1.58-.65ZM124.03 24.51c-.42-.43-.63-.96-.63-1.59V2.24c0-.63.21-1.16.63-1.59.42-.43.95-.65 1.58-.65s1.12.22 1.54.65c.42.43.63.96.63 1.59v20.67c0 .63-.21 1.16-.63 1.59-.42.43-.94.65-1.54.65s-1.15-.22-1.58-.65ZM146.81 8.95c.42.42.63.92.63 1.48 0 .35-.09.68-.26 1.01l-7.08 14.53c-.87 1.78-1.82 3.06-2.86 3.85-1.04.79-2.29 1.19-3.74 1.19-.71 0-1.33-.12-1.85-.36-.35-.15-.62-.38-.81-.7-.19-.31-.29-.66-.29-1.02 0-.54.19-.99.57-1.35.38-.36.85-.54 1.41-.54l.39.03c.71 0 1.32-.16 1.8-.49.49-.32.9-.84 1.25-1.56l.58-1.3-5.56-12.25c-.2-.39-.29-.74-.29-1.04 0-.56.21-1.06.63-1.48.42-.42.93-.63 1.51-.63.43 0 .82.11 1.17.32.35.22.6.52.75.91l4.26 9.52 4.35-9.52c.17-.37.43-.67.78-.89.35-.23.74-.34 1.17-.34.56 0 1.06.21 1.48.63ZM154.44.94c.54.52.81 1.15.81 1.88s-.27 1.36-.81 1.87-1.19.76-1.95.76-1.4-.25-1.93-.76-.8-1.13-.8-1.87.27-1.37.8-1.88c.53-.52 1.17-.78 1.93-.78s1.41.26 1.95.78Zm-3.5 23.57c-.42-.43-.63-.96-.63-1.59V10.54c0-.63.21-1.15.63-1.58.42-.42.95-.63 1.58-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v12.38c0 .63-.21 1.16-.63 1.59-.42.43-.95.65-1.58.65s-1.12-.22-1.54-.65ZM172.2 10.08c1.09 1.17 1.64 2.74 1.64 4.71v8.12c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.12-.22-1.54-.65c-.42-.43-.63-.96-.63-1.59v-7.54c0-.93-.28-1.68-.83-2.26-.55-.57-1.27-.86-2.16-.86s-1.62.29-2.19.88c-.57.58-.86 1.33-.86 2.24v7.54c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.15-.22-1.58-.65c-.42-.43-.63-.96-.63-1.59V10.53c0-.63.21-1.15.62-1.58.41-.42.93-.63 1.56-.63.5 0 .94.15 1.32.45.38.3.62.7.73 1.2.58-.52 1.26-.93 2.03-1.22.77-.29 1.6-.44 2.49-.44 1.84 0 3.31.58 4.4 1.75ZM193.6 8.95c.41.42.62.95.62 1.58v12.45c0 2.54-.73 4.51-2.19 5.92-1.46 1.41-3.5 2.11-6.13 2.11-1.32 0-2.57-.19-3.75-.57a10.12 10.12 0 0 1-3.17-1.67c-.61-.43-.91-.96-.91-1.59 0-.54.19-1.01.58-1.4.39-.39.86-.58 1.4-.58.37 0 .76.14 1.17.42 1.36.95 2.81 1.43 4.32 1.43 1.34 0 2.39-.34 3.15-1.01.76-.67 1.14-1.6 1.14-2.79v-.88c-1.17 1.28-2.81 1.92-4.91 1.92-1.5 0-2.83-.34-4-1.02s-2.08-1.63-2.73-2.84c-.65-1.21-.98-2.59-.98-4.13s.33-2.91.98-4.13c.65-1.21 1.56-2.16 2.73-2.83 1.17-.67 2.5-1.01 4-1.01 1.08 0 2.05.18 2.89.54.84.36 1.55.86 2.11 1.51.02-.58.24-1.07.67-1.46.42-.39.92-.58 1.48-.58.61 0 1.12.21 1.53.63Zm-4.83 10.42c.75-.8 1.12-1.85 1.12-3.15s-.37-2.26-1.1-3.02c-.74-.76-1.72-1.14-2.96-1.14s-2.21.39-2.99 1.17c-.78.78-1.17 1.79-1.17 3.02s.39 2.29 1.17 3.1c.78.81 1.78 1.22 2.99 1.22s2.19-.4 2.94-1.2ZM31.34 40.56c.42.42.63.94.63 1.54 0 .33-.08.68-.23 1.07l-6.57 17.48c-.17.48-.44.85-.8 1.1s-.77.39-1.25.39c-1 0-1.68-.5-2.05-1.5l-4.68-12.97-4.68 12.97c-.17.48-.43.85-.78 1.1-.35.26-.76.39-1.24.39s-.93-.13-1.28-.39c-.36-.26-.62-.63-.8-1.1L1.07 43.18c-.17-.41-.26-.77-.26-1.07 0-.61.22-1.12.65-1.54.43-.42.95-.63 1.56-.63.48 0 .89.13 1.25.39s.61.61.76 1.04l4.71 13.06 4.52-12.84c.17-.52.45-.93.83-1.22s.82-.44 1.32-.44.94.15 1.32.44c.38.29.65.7.83 1.22l4.55 12.84 4.65-13.03c.17-.46.44-.81.8-1.07.36-.26.77-.39 1.25-.39.61 0 1.12.21 1.54.63ZM44.83 46.29c1.16.65 2.07 1.55 2.73 2.7s.99 2.44.99 3.87v.1c0 .67-.22 1.21-.67 1.62-.44.41-1.02.62-1.74.62h-9.17c.26 1.02.78 1.8 1.56 2.36.78.55 1.77.83 2.96.83s2.35-.31 3.35-.94c.32-.2.64-.29.94-.29.5 0 .92.17 1.27.5.35.34.52.75.52 1.25 0 .37-.09.69-.26.96s-.46.54-.84.8c-1.5 1-3.2 1.5-5.1 1.5-1.67 0-3.17-.37-4.52-1.1-1.34-.74-2.39-1.74-3.15-3.02-.76-1.28-1.14-2.71-1.14-4.29s.36-2.98 1.09-4.27a7.99 7.99 0 0 1 3.01-3.04c1.28-.74 2.7-1.1 4.26-1.1 1.45 0 2.76.32 3.92.97Zm-6.47 3.45c-.68.58-1.14 1.38-1.38 2.37h7.31c-.04-.98-.38-1.76-1.01-2.36-.63-.6-1.45-.89-2.47-.89-.95 0-1.77.29-2.45.88ZM63.32 46.29c1.16.65 2.07 1.55 2.73 2.7s.99 2.44.99 3.87v.1c0 .67-.22 1.21-.67 1.62-.44.41-1.02.62-1.74.62h-9.17c.26 1.02.78 1.8 1.56 2.36.78.55 1.77.83 2.96.83s2.35-.31 3.35-.94c.32-.2.64-.29.94-.29.5 0 .92.17 1.27.5.35.34.52.75.52 1.25 0 .37-.09.69-.26.96s-.46.54-.84.8c-1.5 1-3.2 1.5-5.1 1.5-1.67 0-3.17-.37-4.52-1.1-1.34-.74-2.39-1.74-3.15-3.02-.76-1.28-1.14-2.71-1.14-4.29s.36-2.98 1.09-4.27a7.99 7.99 0 0 1 3.01-3.04c1.28-.74 2.7-1.1 4.26-1.1 1.45 0 2.76.32 3.92.97Zm-6.47 3.45c-.68.58-1.14 1.38-1.38 2.37h7.31c-.04-.98-.38-1.76-1.01-2.36-.63-.6-1.45-.89-2.47-.89-.95 0-1.77.29-2.45.88ZM74.23 37.63c.41.42.62.96.62 1.61v20.67c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.15-.22-1.58-.65c-.42-.43-.63-.96-.63-1.59V39.24c0-.63.21-1.16.63-1.59.42-.43.95-.65 1.58-.65s1.15.21 1.56.63Zm11.08 22.38c0 .58-.21 1.08-.62 1.5-.41.41-.91.62-1.5.62-.69 0-1.29-.31-1.79-.94l-5.17-5.88c-.46-.54-.68-1.07-.68-1.59s.23-1.02.68-1.56l4.78-5.92c.48-.61 1.07-.91 1.79-.91.58 0 1.08.21 1.5.62.41.41.62.91.62 1.5 0 .52-.24 1.06-.71 1.62l-3.9 4.58 4.29 4.75c.48.56.71 1.1.71 1.62ZM112.41 58.22c.41.39.62.88.62 1.46s-.2 1.1-.6 1.5c-.4.39-.92.58-1.54.58l-11.67.03c-.61 0-1.12-.21-1.54-.63-.42-.42-.63-.94-.63-1.54 0-.69.3-1.3.91-1.82l6.57-5.56c1.19-1.02 2.03-1.9 2.5-2.65s.71-1.56.71-2.45c0-.95-.27-1.72-.81-2.29-.54-.57-1.26-.86-2.14-.86-.8 0-1.47.24-2 .73s-.85 1.14-.96 1.97l-.13.94c-.09.58-.33 1.05-.73 1.4-.4.35-.88.52-1.45.52s-1.08-.2-1.5-.6c-.41-.4-.64-.92-.68-1.54-.02-.11-.03-.28-.03-.52 0-.35.03-.72.1-1.11.2-1.13.64-2.13 1.33-3.02.69-.89 1.58-1.58 2.65-2.08s2.25-.75 3.53-.75c1.41 0 2.67.3 3.79.91 1.12.61 1.99 1.44 2.62 2.5.63 1.06.94 2.25.94 3.58 0 1.41-.39 2.74-1.17 3.98-.78 1.25-2.09 2.64-3.93 4.18l-3.05 2.57h6.79c.61 0 1.12.19 1.53.58ZM129.44 41.23c1.28.87 2.25 2.12 2.93 3.77.67 1.65 1.01 3.61 1.01 5.88s-.34 4.3-1.02 6c-.68 1.7-1.66 3.01-2.94 3.92-1.28.91-2.78 1.37-4.52 1.37s-3.25-.46-4.53-1.37c-1.29-.91-2.28-2.21-2.96-3.92-.68-1.7-1.02-3.7-1.02-6s.34-4.24 1.02-5.88c.68-1.65 1.66-2.9 2.94-3.77 1.28-.87 2.79-1.3 4.55-1.3s3.27.43 4.55 1.3Zm-7.55 4.46c-.66 1.14-.99 2.88-.99 5.22s.34 4.15 1.01 5.36c.67 1.21 1.67 1.82 2.99 1.82 2.64 0 3.96-2.39 3.96-7.18 0-2.34-.32-4.08-.97-5.22s-1.65-1.71-2.99-1.71-2.35.57-3.01 1.71ZM152.03 58.22c.41.39.62.88.62 1.46s-.2 1.1-.6 1.5c-.4.39-.92.58-1.54.58l-11.67.03c-.61 0-1.12-.21-1.54-.63-.42-.42-.63-.94-.63-1.54 0-.69.3-1.3.91-1.82l6.57-5.56c1.19-1.02 2.03-1.9 2.5-2.65s.71-1.56.71-2.45c0-.95-.27-1.72-.81-2.29-.54-.57-1.26-.86-2.14-.86-.8 0-1.47.24-2 .73s-.85 1.14-.96 1.97l-.13.94c-.09.58-.33 1.05-.73 1.4-.4.35-.88.52-1.45.52s-1.08-.2-1.5-.6c-.41-.4-.64-.92-.68-1.54-.02-.11-.03-.28-.03-.52 0-.35.03-.72.1-1.11.2-1.13.64-2.13 1.33-3.02.69-.89 1.58-1.58 2.65-2.08s2.25-.75 3.53-.75c1.41 0 2.67.3 3.79.91 1.12.61 1.99 1.44 2.62 2.5.63 1.06.94 2.25.94 3.58 0 1.41-.39 2.74-1.17 3.98-.78 1.25-2.09 2.64-3.93 4.18l-3.05 2.57h6.79c.61 0 1.12.19 1.53.58ZM172.13 54.81c.38.41.57.89.57 1.43s-.19 1.01-.57 1.41c-.38.4-.88.6-1.51.6h-.88v1.66c0 .63-.21 1.16-.63 1.59-.42.43-.95.65-1.58.65s-1.12-.22-1.54-.65c-.42-.43-.63-.96-.63-1.59v-1.66h-8.48c-.61 0-1.12-.21-1.54-.63-.42-.42-.63-.94-.63-1.54 0-.3.06-.62.19-.94l6.01-13.78c.2-.41.48-.75.84-1.02s.77-.41 1.2-.41c.61 0 1.13.22 1.56.65a2.13 2.13 0 0 1 .49 2.34l-4.88 11.28h5.23v-3.58c0-.63.21-1.15.62-1.58.41-.42.93-.63 1.56-.63s1.15.21 1.58.63c.42.42.63.95.63 1.58v3.58h.88c.63 0 1.13.21 1.51.62Z' class='cls-2'/%3E%3C/g%3E%3Cg class='cls-1'%3E%3Cpath d='M6.45 79.8c.3.32.45.69.45 1.13v12.92c0 .5-.14.9-.43 1.19-.28.29-.68.44-1.18.44s-.89-.15-1.17-.44c-.28-.29-.41-.69-.41-1.19V83.2l-1.51.66c-.25.11-.5.17-.73.17-.41 0-.76-.15-1.04-.44-.28-.29-.43-.65-.43-1.07 0-.3.08-.57.25-.81.17-.24.41-.44.74-.58l3.54-1.61c.38-.13.65-.19.83-.19.43 0 .79.16 1.09.47ZM15.92 79.8c.3.32.45.69.45 1.13v12.92c0 .5-.14.9-.43 1.19-.28.29-.68.44-1.18.44s-.89-.15-1.17-.44c-.28-.29-.41-.69-.41-1.19V83.2l-1.51.66c-.25.11-.5.17-.73.17-.41 0-.76-.15-1.04-.44-.28-.29-.43-.65-.43-1.07 0-.3.08-.57.25-.81.17-.24.41-.44.74-.58L14 79.52c.38-.13.65-.19.83-.19.43 0 .79.16 1.09.47ZM25.35 86.67c.25.25.38.57.38.94s-.13.7-.38.96-.58.39-.97.39h-3.61c-.39 0-.72-.13-.97-.39s-.38-.58-.38-.96.13-.69.38-.94.57-.38.97-.38h3.61c.39 0 .72.13.97.38ZM33.23 79.8c.3.32.45.69.45 1.13v12.92c0 .5-.14.9-.43 1.19-.28.29-.68.44-1.18.44s-.89-.15-1.17-.44c-.28-.29-.41-.69-.41-1.19V83.2l-1.51.66c-.25.11-.5.17-.73.17-.41 0-.76-.15-1.04-.44-.28-.29-.43-.65-.43-1.07 0-.3.08-.57.25-.81.17-.24.41-.44.74-.58l3.54-1.61c.38-.13.65-.19.83-.19.43 0 .79.16 1.09.47ZM45.41 85.74c.83.4 1.48.98 1.96 1.72s.72 1.62.72 2.61-.26 1.97-.79 2.8c-.53.83-1.25 1.47-2.16 1.93-.91.46-1.92.69-3.02.69s-2.1-.22-3-.67c-.9-.45-1.64-1.07-2.22-1.85-.19-.27-.28-.56-.28-.87 0-.41.15-.76.44-1.04a1.466 1.466 0 0 1 2.11.04c.39.47.82.83 1.29 1.08.46.24.99.37 1.57.37.82 0 1.49-.22 2.01-.66s.78-1.02.78-1.75-.27-1.3-.8-1.68-1.33-.57-2.39-.57H39.6c-.46 0-.84-.15-1.15-.46s-.46-.69-.46-1.15v-5.06c0-.46.15-.84.46-1.15.31-.31.69-.46 1.15-.46h6.42c.43 0 .78.14 1.05.41s.41.62.41 1.03-.14.75-.41 1.03-.63.41-1.05.41h-4.96v2.65h1.63c.99 0 1.9.2 2.73.6ZM70.36 79.8c.31.32.46.7.46 1.16v12.92c0 .46-.15.84-.45 1.15-.3.31-.67.46-1.11.46-.35 0-.63-.08-.85-.24-.22-.16-.46-.4-.73-.73l-6.94-8.93v8.27c0 .46-.15.84-.46 1.16s-.68.47-1.12.47-.84-.16-1.15-.47-.46-.7-.46-1.16V80.94c0-.46.15-.84.45-1.15s.67-.46 1.11-.46c.36 0 .65.08.86.24.21.16.47.43.77.8l6.92 8.86-.02-8.27a1.591 1.591 0 0 1 1.61-1.63c.46 0 .81.16 1.12.47ZM82.82 84.06c.96.54 1.72 1.28 2.28 2.21s.84 1.95.84 3.07-.28 2.15-.84 3.08-1.32 1.68-2.29 2.22c-.97.54-2.03.81-3.18.81s-2.2-.27-3.15-.81a6.02 6.02 0 0 1-2.26-2.22c-.55-.94-.83-1.96-.83-3.08s.28-2.15.83-3.08a5.95 5.95 0 0 1 2.27-2.21c.96-.54 2.02-.8 3.17-.8s2.2.27 3.17.81Zm-5.34 3c-.57.61-.85 1.37-.85 2.3s.28 1.67.85 2.27c.57.6 1.29.9 2.17.9s1.59-.3 2.16-.9c.57-.6.86-1.35.86-2.27s-.29-1.68-.86-2.29c-.58-.61-1.3-.92-2.16-.92s-1.61.3-2.17.91ZM98.61 83.71c.31.31.46.67.46 1.07 0 .24-.08.52-.24.85l-4.39 8.86c-.16.31-.36.56-.61.73-.25.17-.54.26-.85.26s-.6-.09-.85-.26a1.84 1.84 0 0 1-.61-.73l-4.39-8.86c-.17-.33-.26-.61-.26-.85 0-.41.15-.77.46-1.07s.67-.46 1.1-.46c.63 0 1.09.3 1.39.9l3.17 6.52 3.14-6.52c.3-.6.77-.9 1.42-.9.41 0 .77.15 1.07.46ZM118.41 92.63c.3.28.45.64.45 1.06s-.15.8-.44 1.09c-.29.28-.67.43-1.12.43l-8.48.02c-.44 0-.81-.15-1.12-.46s-.46-.68-.46-1.12c0-.5.22-.94.66-1.32l4.77-4.04c.87-.74 1.47-1.38 1.82-1.93.35-.54.52-1.14.52-1.78 0-.69-.2-1.25-.59-1.67-.39-.42-.91-.63-1.56-.63-.58 0-1.07.18-1.45.53-.39.35-.62.83-.7 1.43l-.09.69c-.06.43-.24.76-.53 1.02-.29.25-.64.38-1.05.38s-.79-.15-1.09-.44c-.3-.29-.46-.67-.5-1.12-.02-.08-.02-.2-.02-.38 0-.25.02-.52.07-.8.14-.82.46-1.55.97-2.2.5-.65 1.15-1.15 1.92-1.51.78-.36 1.63-.54 2.56-.54 1.02 0 1.94.22 2.75.66.81.44 1.44 1.05 1.9 1.82.46.77.69 1.64.69 2.6 0 1.02-.28 1.99-.85 2.89-.57.91-1.52 1.92-2.86 3.04l-2.22 1.87h4.94c.44 0 .81.14 1.11.43ZM130.79 80.27c.93.63 1.64 1.54 2.13 2.74.49 1.2.73 2.62.73 4.28s-.25 3.12-.74 4.36c-.5 1.24-1.21 2.19-2.14 2.85-.93.66-2.02.99-3.28.99s-2.36-.33-3.3-.99c-.94-.66-1.65-1.61-2.15-2.85s-.74-2.69-.74-4.36.25-3.08.74-4.28 1.21-2.11 2.14-2.74 2.03-.94 3.31-.94 2.38.31 3.31.94Zm-5.49 3.25c-.48.83-.72 2.09-.72 3.79s.24 3.02.73 3.9c.49.88 1.21 1.32 2.17 1.32 1.92 0 2.88-1.74 2.88-5.22 0-1.7-.24-2.96-.71-3.79-.47-.83-1.2-1.24-2.17-1.24s-1.71.41-2.19 1.24ZM147.21 92.63c.3.28.45.64.45 1.06s-.15.8-.44 1.09c-.29.28-.67.43-1.12.43l-8.48.02c-.44 0-.81-.15-1.12-.46s-.46-.68-.46-1.12c0-.5.22-.94.66-1.32l4.77-4.04c.87-.74 1.47-1.38 1.82-1.93.35-.54.52-1.14.52-1.78 0-.69-.2-1.25-.59-1.67-.39-.42-.91-.63-1.56-.63-.58 0-1.07.18-1.45.53-.39.35-.62.83-.7 1.43l-.09.69c-.06.43-.24.76-.53 1.02-.29.25-.64.38-1.05.38s-.79-.15-1.09-.44c-.3-.29-.46-.67-.5-1.12-.02-.08-.02-.2-.02-.38 0-.25.02-.52.07-.8.14-.82.46-1.55.97-2.2.5-.65 1.15-1.15 1.92-1.51.78-.36 1.63-.54 2.56-.54 1.02 0 1.94.22 2.75.66.81.44 1.44 1.05 1.9 1.82.46.77.69 1.64.69 2.6 0 1.02-.28 1.99-.85 2.89-.57.91-1.52 1.92-2.86 3.04l-2.22 1.87h4.94c.44 0 .81.14 1.11.43ZM161.82 90.15c.28.3.41.65.41 1.04s-.14.74-.41 1.03c-.28.29-.64.44-1.1.44h-.64v1.21c0 .46-.15.84-.46 1.16s-.69.47-1.15.47-.81-.16-1.12-.47-.46-.7-.46-1.16v-1.21h-6.17c-.44 0-.81-.15-1.12-.46s-.46-.68-.46-1.12c0-.22.05-.45.14-.69l4.37-10.02c.14-.3.35-.55.61-.74.27-.2.56-.29.87-.29.44 0 .82.16 1.13.47.31.32.47.69.47 1.13 0 .17-.04.36-.12.57l-3.54 8.2h3.8v-2.6c0-.46.15-.84.45-1.15.3-.31.68-.46 1.13-.46s.84.15 1.15.46c.31.31.46.69.46 1.15v2.6h.64c.46 0 .82.15 1.1.45Z' class='cls-2'/%3E%3C/g%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 195 95.87'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{isolation:isolate}.cls-2{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cg class='cls-1'%3E%3Cpath d='M19.98 23.04c0 .58-.21 1.08-.62 1.5-.41.41-.92.62-1.53.62-.95 0-1.65-.52-2.08-1.56l-.91-2.21H5.78l-.91 2.21c-.41 1.04-1.09 1.56-2.05 1.56-.61 0-1.12-.21-1.54-.62-.42-.41-.63-.91-.63-1.5 0-.3.09-.69.26-1.17L8.25 4.42c.39-1 1.08-1.5 2.08-1.5s1.69.5 2.08 1.5l7.31 17.45c.17.41.26.8.26 1.17ZM7.21 17.78h6.17L10.33 9.4l-3.12 8.38ZM36.41 10.08c1.09 1.17 1.64 2.74 1.64 4.71v8.12c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.12-.22-1.54-.65c-.42-.43-.63-.96-.63-1.59v-7.54c0-.93-.28-1.68-.83-2.26-.55-.57-1.27-.86-2.16-.86s-1.62.29-2.19.88c-.57.58-.86 1.33-.86 2.24v7.54c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.15-.22-1.58-.65-.63-.96-.63-1.59V10.53c0-.63.21-1.15.62-1.58.41-.42.93-.63 1.56-.63.5 0 .94.15 1.32.45.38.3.62.71.73 1.2.58-.52 1.26-.93 2.03-1.22.77-.29 1.6-.44 2.49-.44 1.84 0 3.31.58 4.4 1.75ZM52.45 21.68c.35.32.52.76.52 1.3 0 .39-.1.74-.29 1.04s-.47.54-.81.71c-.67.28-1.43.42-2.27.42-2.1 0-3.7-.51-4.79-1.54-1.09-1.03-1.64-2.53-1.64-4.5v-6.73h-.91c-.54 0-.99-.17-1.35-.52s-.54-.79-.54-1.33.18-.99.54-1.33.81-.52 1.35-.52h.91V6.47c0-.63.21-1.15.62-1.58.41-.42.94-.63 1.59-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v2.21h2.96c.54 0 .99.17 1.33.52.35.35.52.79.52 1.33s-.17.99-.52 1.33c-.35.35-.79.52-1.33.52h-2.96v6.34c0 .89.23 1.53.68 1.92.46.39 1.19.58 2.21.58l.62-.03c.58 0 1.05.16 1.4.49ZM59.93.94c.54.52.81 1.15.81 1.88s-.27 1.36-.81 1.87-1.19.76-1.95.76-1.4-.25-1.93-.76-.8-1.13-.8-1.87.26-1.37.8-1.88 1.17-.78 1.93-.78 1.41.26 1.95.78Zm-3.5 23.56c-.42-.43-.63-.96-.63-1.59V10.53c0-.63.21-1.15.63-1.58s.95-.63 1.58-.63 1.15.21 1.56.63c.41.42.62.95.62 1.58v12.38c0 .63-.21 1.16-.63 1.59-.42.43-.95.65-1.58.65s-1.12-.22-1.54-.65ZM71.76 13.03c.35.35.52.78.52 1.3s-.17.96-.52 1.32c-.35.36-.79.54-1.33.54h-4.97c-.54 0-.99-.18-1.33-.54s-.52-.8-.52-1.32.17-.95.52-1.3c.35-.35.79-.52 1.33-.52h4.97c.54 0 .99.17 1.33.52ZM91.55 15.18c.67.91 1.01 2 1.01 3.28s-.3 2.3-.91 3.27-1.45 1.71-2.52 2.24-2.29.8-3.66.8h-7.31c-.65 0-1.19-.21-1.61-.63-.42-.42-.63-.96-.63-1.61V5.56c0-.65.21-1.19.63-1.61s.96-.63 1.61-.63h5.36c1.32 0 2.5.25 3.53.76 1.03.51 1.83 1.21 2.41 2.11.57.9.86 1.93.86 3.1 0 1.58-.53 2.87-1.59 3.87 1.21.43 2.16 1.11 2.83 2.02Zm-11.38-8.1v4.91h3.02c.87 0 1.55-.22 2.05-.67.5-.44.75-1.04.75-1.8s-.25-1.35-.75-1.79c-.5-.43-1.18-.65-2.05-.65h-3.02Zm7.22 13.22c.54-.47.81-1.13.81-2s-.27-1.51-.81-1.98c-.54-.48-1.29-.71-2.24-.71h-4.97v5.4h4.97c.95 0 1.7-.23 2.24-.7ZM99.22 24.21a6.64 6.64 0 0 1-2.63-2.65c-.63-1.14-.94-2.43-.94-3.88v-7.15c0-.63.21-1.15.63-1.58.42-.42.95-.63 1.58-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v7.51c0 .89.29 1.62.86 2.21.57.58 1.3.88 2.19.88s1.58-.29 2.15-.88c.56-.58.84-1.32.84-2.21v-7.51c0-.63.21-1.15.62-1.58.41-.42.94-.63 1.59-.63s1.15.21 1.56.63c.41.42.62.95.62 1.58v7.15c0 1.45-.31 2.75-.94 3.88a6.68 6.68 0 0 1-2.62 2.65c-1.12.63-2.39.94-3.82.94s-2.74-.31-3.87-.94ZM115.29 24.5c-.42-.43-.63-.96-.63-1.59V2.24c0-.63.21-1.16.63-1.59.42-.43.95-.65 1.58-.65s1.12.22 1.54.65c.42.43.63.96.63 1.59v20.67c0 .63-.21 1.16-.63 1.59-.42.43-.94.65-1.54.65s-1.15-.22-1.58-.65ZM124.03 24.5c-.42-.43-.63-.96-.63-1.59V2.24c0-.63.21-1.16.63-1.59.42-.43.95-.65 1.58-.65s1.12.22 1.54.65c.42.43.63.96.63 1.59v20.67c0 .63-.21 1.16-.63 1.59-.42.43-.94.65-1.54.65s-1.15-.22-1.58-.65ZM146.81 8.95c.42.42.63.92.63 1.48 0 .35-.09.68-.26 1.01l-7.08 14.53c-.87 1.78-1.82 3.06-2.86 3.85s-2.29 1.19-3.74 1.19c-.71 0-1.33-.12-1.85-.36-.35-.15-.62-.38-.81-.7-.2-.31-.29-.66-.29-1.02 0-.54.19-.99.57-1.35.38-.36.85-.54 1.41-.54l.39.03c.71 0 1.32-.16 1.8-.49s.9-.84 1.25-1.56l.58-1.3-5.56-12.25c-.19-.39-.29-.74-.29-1.04 0-.56.21-1.06.63-1.48.42-.42.93-.63 1.51-.63.43 0 .82.11 1.17.32.35.22.6.52.75.91l4.26 9.52 4.36-9.52c.17-.37.43-.67.78-.89.35-.23.74-.34 1.17-.34.56 0 1.06.21 1.48.63ZM154.43.94c.54.52.81 1.15.81 1.88s-.27 1.36-.81 1.87-1.19.76-1.95.76-1.4-.25-1.93-.76-.8-1.13-.8-1.87.26-1.37.8-1.88 1.17-.78 1.93-.78 1.41.26 1.95.78Zm-3.49 23.56c-.42-.43-.63-.96-.63-1.59V10.53c0-.63.21-1.15.63-1.58s.95-.63 1.58-.63 1.15.21 1.56.63c.41.42.62.95.62 1.58v12.38c0 .63-.21 1.16-.63 1.59-.42.43-.95.65-1.58.65s-1.12-.22-1.54-.65ZM172.2 10.08c1.09 1.17 1.64 2.74 1.64 4.71v8.12c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.12-.22-1.54-.65c-.42-.43-.63-.96-.63-1.59v-7.54c0-.93-.28-1.68-.83-2.26-.55-.57-1.27-.86-2.16-.86s-1.62.29-2.19.88-.86 1.33-.86 2.24v7.54c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.15-.22-1.58-.65c-.42-.43-.63-.96-.63-1.59V10.53c0-.63.21-1.15.62-1.58.41-.42.93-.63 1.56-.63.5 0 .94.15 1.32.45.38.3.62.71.73 1.2.58-.52 1.26-.93 2.03-1.22.77-.29 1.6-.44 2.49-.44 1.84 0 3.31.58 4.4 1.75ZM193.6 8.95c.41.42.62.95.62 1.58v12.45c0 2.54-.73 4.51-2.19 5.92-1.46 1.41-3.5 2.11-6.13 2.11-1.32 0-2.57-.19-3.75-.57a10.12 10.12 0 0 1-3.17-1.67c-.61-.43-.91-.96-.91-1.59 0-.54.2-1.01.58-1.4s.86-.58 1.4-.58c.37 0 .76.14 1.17.42 1.37.95 2.81 1.43 4.32 1.43 1.34 0 2.39-.34 3.15-1.01.76-.67 1.14-1.6 1.14-2.79v-.88c-1.17 1.28-2.81 1.92-4.91 1.92-1.5 0-2.83-.34-4-1.02s-2.08-1.63-2.73-2.84c-.65-1.21-.97-2.59-.97-4.13s.33-2.91.97-4.13c.65-1.21 1.56-2.16 2.73-2.83 1.17-.67 2.5-1.01 4-1.01 1.08 0 2.05.18 2.89.54s1.55.86 2.11 1.51c.02-.58.24-1.07.67-1.46.42-.39.92-.58 1.48-.58.61 0 1.12.21 1.53.63Zm-4.83 10.42c.75-.8 1.12-1.85 1.12-3.15s-.37-2.26-1.11-3.02c-.74-.76-1.72-1.14-2.96-1.14s-2.21.39-2.99 1.17-1.17 1.79-1.17 3.02.39 2.29 1.17 3.1 1.78 1.22 2.99 1.22 2.19-.4 2.94-1.2ZM31.34 40.56c.42.42.63.94.63 1.54 0 .33-.08.68-.23 1.07l-6.56 17.49c-.17.48-.44.84-.8 1.1-.36.26-.78.39-1.25.39-1 0-1.68-.5-2.05-1.5L16.4 47.68l-4.68 12.97c-.17.48-.43.84-.78 1.1s-.76.39-1.23.39c-.5 0-.93-.13-1.28-.39s-.62-.63-.8-1.1L1.07 43.17C.9 42.76.81 42.4.81 42.1c0-.61.22-1.12.65-1.54s.95-.63 1.56-.63c.48 0 .89.13 1.25.39s.61.61.76 1.04l4.71 13.07 4.52-12.84c.17-.52.45-.93.83-1.22.38-.29.82-.44 1.32-.44s.94.15 1.32.44c.38.29.66.7.83 1.22l4.55 12.84 4.65-13.03c.17-.46.44-.81.8-1.07.36-.26.77-.39 1.25-.39.61 0 1.12.21 1.54.63ZM44.83 46.29c1.16.65 2.07 1.55 2.73 2.7.66 1.15.99 2.44.99 3.87v.1c0 .67-.22 1.21-.67 1.62-.44.41-1.02.62-1.74.62h-9.17c.26 1.02.78 1.8 1.56 2.36.78.55 1.77.83 2.96.83s2.35-.31 3.35-.94c.33-.2.64-.29.94-.29.5 0 .92.17 1.27.5.35.34.52.75.52 1.25 0 .37-.09.69-.26.96s-.46.54-.84.8c-1.5 1-3.2 1.5-5.1 1.5-1.67 0-3.17-.37-4.52-1.11s-2.39-1.74-3.15-3.02c-.76-1.28-1.14-2.71-1.14-4.29s.36-2.98 1.09-4.27a7.99 7.99 0 0 1 3.01-3.04c1.28-.74 2.7-1.1 4.26-1.1 1.45 0 2.76.32 3.92.97Zm-6.47 3.45c-.68.58-1.14 1.38-1.38 2.37h7.31c-.04-.97-.38-1.76-1.01-2.36-.63-.6-1.45-.89-2.47-.89-.95 0-1.77.29-2.45.88ZM63.32 46.29c1.16.65 2.07 1.55 2.73 2.7.66 1.15.99 2.44.99 3.87v.1c0 .67-.22 1.21-.67 1.62-.44.41-1.02.62-1.74.62h-9.17c.26 1.02.78 1.8 1.56 2.36.78.55 1.77.83 2.96.83s2.35-.31 3.35-.94c.33-.2.64-.29.94-.29.5 0 .92.17 1.27.5.35.34.52.75.52 1.25 0 .37-.09.69-.26.96s-.46.54-.84.8c-1.5 1-3.2 1.5-5.1 1.5-1.67 0-3.17-.37-4.52-1.11s-2.39-1.74-3.15-3.02c-.76-1.28-1.14-2.71-1.14-4.29s.36-2.98 1.09-4.27a7.99 7.99 0 0 1 3.01-3.04c1.28-.74 2.7-1.1 4.26-1.1 1.45 0 2.76.32 3.92.97Zm-6.46 3.45c-.68.58-1.14 1.38-1.38 2.37h7.31c-.04-.97-.38-1.76-1.01-2.36-.63-.6-1.45-.89-2.47-.89-.95 0-1.77.29-2.45.88ZM74.23 37.63c.41.42.62.96.62 1.61v20.67c0 .65-.21 1.19-.62 1.61-.41.42-.93.63-1.56.63s-1.15-.22-1.58-.65-.63-.96-.63-1.59V39.24c0-.63.21-1.16.63-1.59.42-.43.95-.65 1.58-.65s1.15.21 1.56.63Zm11.08 22.38c0 .58-.21 1.08-.62 1.5-.41.41-.91.62-1.5.62-.69 0-1.29-.31-1.79-.94l-5.17-5.88c-.46-.54-.68-1.07-.68-1.59s.23-1.02.68-1.56l4.78-5.92c.48-.61 1.07-.91 1.79-.91.58 0 1.08.21 1.5.62.41.41.62.91.62 1.5 0 .52-.24 1.06-.72 1.62l-3.9 4.58 4.29 4.75c.48.56.71 1.11.71 1.62ZM112.41 58.22c.41.39.62.88.62 1.46s-.2 1.11-.6 1.5c-.4.39-.92.58-1.54.58l-11.67.03c-.61 0-1.12-.21-1.54-.63s-.63-.94-.63-1.54c0-.69.3-1.3.91-1.82l6.56-5.56c1.19-1.02 2.03-1.9 2.5-2.65.48-.75.71-1.57.71-2.45 0-.95-.27-1.72-.81-2.29-.54-.57-1.26-.86-2.15-.86-.8 0-1.47.24-2 .73s-.85 1.14-.96 1.97l-.13.94c-.09.58-.33 1.05-.73 1.4-.4.35-.88.52-1.45.52s-1.08-.2-1.5-.6c-.41-.4-.64-.92-.68-1.54-.02-.11-.03-.28-.03-.52 0-.35.03-.71.1-1.11.2-1.13.64-2.13 1.33-3.02.69-.89 1.58-1.58 2.65-2.08 1.07-.5 2.25-.75 3.53-.75 1.41 0 2.67.3 3.79.91 1.12.61 1.99 1.44 2.62 2.5.63 1.06.94 2.25.94 3.58 0 1.41-.39 2.74-1.17 3.98-.78 1.25-2.09 2.64-3.93 4.18l-3.05 2.57h6.79c.61 0 1.12.19 1.53.58ZM129.44 41.22c1.28.87 2.25 2.12 2.92 3.77s1.01 3.61 1.01 5.88-.34 4.3-1.02 6c-.68 1.7-1.66 3.01-2.94 3.92-1.28.91-2.78 1.37-4.52 1.37s-3.25-.46-4.53-1.37-2.27-2.21-2.96-3.92-1.02-3.7-1.02-6 .34-4.24 1.02-5.88 1.66-2.9 2.94-3.77c1.28-.87 2.79-1.3 4.55-1.3s3.27.43 4.55 1.3Zm-7.55 4.47c-.66 1.14-.99 2.88-.99 5.22s.34 4.15 1.01 5.36c.67 1.21 1.67 1.82 2.99 1.82 2.64 0 3.96-2.39 3.96-7.18 0-2.34-.33-4.08-.97-5.22-.65-1.14-1.65-1.71-2.99-1.71s-2.35.57-3.01 1.71ZM152.03 58.22c.41.39.62.88.62 1.46s-.2 1.11-.6 1.5c-.4.39-.92.58-1.54.58l-11.67.03c-.61 0-1.12-.21-1.54-.63s-.63-.94-.63-1.54c0-.69.3-1.3.91-1.82l6.56-5.56c1.19-1.02 2.03-1.9 2.5-2.65.48-.75.71-1.57.71-2.45 0-.95-.27-1.72-.81-2.29-.54-.57-1.26-.86-2.15-.86-.8 0-1.47.24-2 .73s-.85 1.14-.96 1.97l-.13.94c-.09.58-.33 1.05-.73 1.4-.4.35-.88.52-1.45.52s-1.08-.2-1.5-.6c-.41-.4-.64-.92-.68-1.54-.02-.11-.03-.28-.03-.52 0-.35.03-.71.1-1.11.2-1.13.64-2.13 1.33-3.02.69-.89 1.58-1.58 2.65-2.08 1.07-.5 2.25-.75 3.53-.75 1.41 0 2.67.3 3.79.91 1.12.61 1.99 1.44 2.62 2.5.63 1.06.94 2.25.94 3.58 0 1.41-.39 2.74-1.17 3.98-.78 1.25-2.09 2.64-3.93 4.18l-3.05 2.57h6.79c.61 0 1.12.19 1.53.58ZM167.35 48.75c1.14.55 2.04 1.34 2.7 2.37.66 1.03.99 2.23.99 3.59s-.36 2.71-1.09 3.85-1.72 2.02-2.97 2.65c-1.26.63-2.64.94-4.16.94s-2.89-.31-4.13-.93a8.53 8.53 0 0 1-3.06-2.55c-.26-.37-.39-.77-.39-1.2 0-.56.2-1.04.6-1.43.4-.39.88-.58 1.45-.58.28 0 .55.06.81.18s.48.28.65.47c.54.65 1.13 1.14 1.77 1.48.64.34 1.36.5 2.16.5 1.13 0 2.05-.3 2.76-.91s1.07-1.41 1.07-2.41-.37-1.79-1.1-2.31c-.74-.52-1.83-.78-3.28-.78h-2.79c-.63 0-1.15-.21-1.58-.63s-.63-.95-.63-1.58v-6.96c0-.63.21-1.15.63-1.58.42-.42.95-.63 1.58-.63h8.84c.58 0 1.07.19 1.45.57s.57.85.57 1.41-.19 1.03-.57 1.41c-.38.38-.86.57-1.45.57h-6.82v3.64h2.24c1.37 0 2.62.28 3.75.83Z' class='cls-2'/%3E%3C/g%3E%3Cg class='cls-1'%3E%3Cpath d='M6.45 79.8c.3.32.45.69.45 1.13v12.92c0 .5-.14.9-.43 1.19-.28.29-.68.44-1.18.44s-.89-.15-1.17-.44c-.28-.29-.41-.69-.41-1.19V83.2l-1.51.66c-.25.11-.5.17-.73.17-.41 0-.76-.15-1.04-.44-.28-.29-.42-.65-.42-1.07 0-.3.08-.57.25-.82.17-.24.41-.44.74-.58l3.54-1.61c.38-.13.65-.19.83-.19.43 0 .79.16 1.09.47ZM19.87 80.27c.93.63 1.64 1.54 2.13 2.74.49 1.2.73 2.62.73 4.28s-.25 3.12-.74 4.36c-.5 1.24-1.21 2.19-2.14 2.85-.93.66-2.02.99-3.28.99s-2.36-.33-3.29-.99c-.94-.66-1.65-1.61-2.15-2.85s-.74-2.69-.74-4.36.25-3.08.74-4.28c.5-1.2 1.21-2.11 2.14-2.74.93-.63 2.03-.95 3.31-.95s2.38.32 3.31.95Zm-5.5 3.25c-.48.83-.72 2.09-.72 3.79s.24 3.02.73 3.9c.49.88 1.21 1.32 2.17 1.32 1.92 0 2.88-1.74 2.88-5.22 0-1.7-.24-2.96-.71-3.79-.47-.83-1.2-1.24-2.17-1.24s-1.71.41-2.18 1.24ZM30.87 86.67c.25.25.38.57.38.94s-.13.7-.38.96-.58.39-.97.39h-3.61c-.39 0-.72-.13-.97-.39s-.38-.58-.38-.96.13-.69.38-.94.57-.38.97-.38h3.61c.39 0 .72.13.97.38ZM38.76 79.8c.3.32.45.69.45 1.13v12.92c0 .5-.14.9-.42 1.19-.28.29-.68.44-1.18.44s-.89-.15-1.17-.44c-.28-.29-.41-.69-.41-1.19V83.2l-1.51.66c-.25.11-.5.17-.73.17-.41 0-.76-.15-1.04-.44-.28-.29-.43-.65-.43-1.07 0-.3.08-.57.25-.82s.41-.44.74-.58l3.54-1.61c.38-.13.65-.19.83-.19.42 0 .79.16 1.09.47ZM54.41 90.15c.28.3.41.65.41 1.04s-.14.74-.41 1.03-.64.44-1.1.44h-.64v1.21c0 .46-.15.84-.46 1.16-.31.32-.69.47-1.15.47s-.81-.16-1.12-.47c-.31-.31-.46-.7-.46-1.16v-1.21h-6.17c-.44 0-.81-.15-1.12-.46-.31-.31-.46-.68-.46-1.12 0-.22.05-.45.14-.69l4.37-10.02c.14-.3.35-.55.61-.74.27-.2.56-.29.87-.29.44 0 .82.16 1.13.47.31.32.47.69.47 1.13 0 .17-.04.36-.12.57l-3.54 8.2h3.8v-2.6c0-.46.15-.84.45-1.15s.68-.46 1.13-.46.84.15 1.15.46c.31.31.46.69.46 1.15v2.6h.64c.46 0 .82.15 1.1.45ZM76.19 79.8c.31.32.46.7.46 1.16v12.92c0 .46-.15.84-.45 1.15-.3.31-.67.46-1.11.46-.35 0-.63-.08-.85-.24s-.46-.4-.73-.73l-6.94-8.93v8.27c0 .46-.15.84-.46 1.16-.31.32-.68.47-1.12.47s-.84-.16-1.15-.47c-.31-.31-.46-.7-.46-1.16V80.94c0-.46.15-.84.45-1.15.3-.31.67-.46 1.11-.46.36 0 .65.08.86.24.21.16.47.42.77.8l6.92 8.86-.02-8.27c0-.46.15-.84.46-1.16.31-.32.69-.47 1.15-.47s.81.16 1.12.47ZM88.65 84.06c.96.54 1.72 1.28 2.28 2.21.56.93.84 1.95.84 3.07s-.28 2.15-.84 3.08a6.03 6.03 0 0 1-2.29 2.22c-.97.54-2.03.82-3.18.82s-2.2-.27-3.15-.82a6.02 6.02 0 0 1-2.26-2.22c-.55-.94-.83-1.96-.83-3.08s.28-2.15.83-3.08c.55-.94 1.31-1.67 2.27-2.21s2.02-.8 3.17-.8 2.2.27 3.17.82Zm-5.34 3c-.57.61-.85 1.37-.85 2.3s.28 1.67.85 2.27c.57.6 1.29.9 2.17.9s1.59-.3 2.16-.9c.57-.6.86-1.35.86-2.27s-.29-1.68-.86-2.29c-.58-.61-1.3-.92-2.16-.92s-1.61.3-2.17.91ZM104.44 83.71c.31.31.46.67.46 1.08 0 .24-.08.52-.24.85l-4.39 8.86c-.16.32-.36.56-.61.73s-.54.26-.85.26-.6-.09-.85-.26-.46-.42-.61-.73l-4.39-8.86c-.17-.33-.26-.61-.26-.85 0-.41.15-.77.46-1.08s.67-.46 1.1-.46c.63 0 1.09.3 1.39.9l3.17 6.52 3.14-6.52c.3-.6.77-.9 1.42-.9.41 0 .77.15 1.08.46ZM124.25 92.63c.3.28.45.64.45 1.06s-.15.8-.44 1.09c-.29.28-.67.43-1.12.43l-8.48.02c-.44 0-.81-.15-1.12-.46s-.46-.68-.46-1.12c0-.5.22-.94.66-1.32l4.77-4.04c.87-.74 1.47-1.38 1.82-1.93.35-.54.52-1.14.52-1.78 0-.69-.2-1.25-.59-1.67s-.91-.63-1.56-.63c-.58 0-1.07.18-1.45.53s-.62.83-.7 1.43l-.09.69c-.06.42-.24.76-.53 1.02-.29.25-.64.38-1.05.38s-.79-.15-1.09-.44c-.3-.29-.46-.67-.5-1.12-.02-.08-.02-.2-.02-.38 0-.25.02-.52.07-.8.14-.82.46-1.55.97-2.2.5-.65 1.15-1.15 1.92-1.51.78-.36 1.63-.54 2.56-.54 1.02 0 1.94.22 2.75.66.81.44 1.45 1.05 1.9 1.82.46.77.69 1.64.69 2.6 0 1.02-.28 1.99-.85 2.89-.57.91-1.52 1.92-2.86 3.04l-2.22 1.87h4.94c.44 0 .81.14 1.11.42ZM136.63 80.27c.93.63 1.64 1.54 2.13 2.74.49 1.2.73 2.62.73 4.28s-.25 3.12-.74 4.36c-.5 1.24-1.21 2.19-2.14 2.85-.93.66-2.02.99-3.28.99s-2.36-.33-3.29-.99c-.94-.66-1.65-1.61-2.15-2.85s-.74-2.69-.74-4.36.25-3.08.74-4.28c.5-1.2 1.21-2.11 2.14-2.74.93-.63 2.03-.95 3.31-.95s2.38.32 3.31.95Zm-5.5 3.25c-.48.83-.72 2.09-.72 3.79s.24 3.02.73 3.9c.49.88 1.21 1.32 2.17 1.32 1.92 0 2.88-1.74 2.88-5.22 0-1.7-.24-2.96-.71-3.79-.47-.83-1.2-1.24-2.17-1.24s-1.71.41-2.18 1.24ZM153.04 92.63c.3.28.45.64.45 1.06s-.15.8-.44 1.09c-.29.28-.67.43-1.12.43l-8.48.02c-.44 0-.82-.15-1.12-.46-.31-.31-.46-.68-.46-1.12 0-.5.22-.94.66-1.32l4.77-4.04c.87-.74 1.47-1.38 1.82-1.93.35-.54.52-1.14.52-1.78 0-.69-.2-1.25-.59-1.67-.39-.42-.91-.63-1.56-.63-.58 0-1.07.18-1.45.53s-.62.83-.7 1.43l-.09.69c-.06.42-.24.76-.53 1.02-.29.25-.64.38-1.05.38s-.79-.15-1.09-.44c-.3-.29-.46-.67-.5-1.12-.02-.08-.02-.2-.02-.38 0-.25.02-.52.07-.8.14-.82.46-1.55.97-2.2.5-.65 1.15-1.15 1.92-1.51.78-.36 1.63-.54 2.56-.54 1.02 0 1.94.22 2.75.66.81.44 1.44 1.05 1.9 1.82.46.77.68 1.64.68 2.6 0 1.02-.28 1.99-.85 2.89-.57.91-1.52 1.92-2.86 3.04l-2.22 1.87h4.94c.44 0 .81.14 1.11.42ZM164.18 85.74c.83.4 1.48.98 1.96 1.72s.72 1.62.72 2.61-.26 1.97-.79 2.8c-.53.83-1.25 1.47-2.16 1.93-.91.46-1.92.68-3.02.68s-2.1-.22-3-.67c-.9-.45-1.64-1.07-2.22-1.85-.19-.27-.28-.56-.28-.87 0-.41.15-.76.44-1.04a1.466 1.466 0 0 1 2.11.04c.39.47.82.83 1.29 1.08.46.24.99.37 1.57.37.82 0 1.49-.22 2.01-.66.52-.44.78-1.02.78-1.75s-.27-1.3-.8-1.68-1.33-.57-2.39-.57h-2.03c-.46 0-.84-.15-1.15-.46s-.46-.69-.46-1.15v-5.06c0-.46.15-.84.46-1.15.31-.31.69-.46 1.15-.46h6.42c.42 0 .78.14 1.05.41s.41.62.41 1.03-.14.75-.41 1.03-.63.41-1.05.41h-4.96v2.65h1.63c.99 0 1.9.2 2.73.6Z' class='cls-2'/%3E%3C/g%3E%3C/svg%3E");
    padding-bottom: 49.164102%;
  }
}
@media only screen and (max-width: 983px) {
  #home_abw .listed_content_item.listed_home.style__home_highlight_full {
    margin-bottom: 1.8em;
  }
}
@media only screen and (min-width: 984px) {
  #home_abw #home_abw_hl_and_tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
  }
  #home_abw #home_abw_hl_and_tips > * {
    width: 50%;
  }
}

#block-homeabaabw {
  margin-bottom: 0;
}

/*# sourceMappingURL=aba_styles.css.map */
