/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder,textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: none;
	background-image: initial;
	background-position: 0 0;
	background-position: initial;
	background-repeat: repeat;
	background-repeat: initial;
	background-size: auto auto;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: initial;
	        color-adjust: initial;
}

[type='checkbox'],[type='radio'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
}
.\!container {
	width: 100% !important;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}

	.\!container {
		max-width: 640px !important;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}

	.\!container {
		max-width: 768px !important;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}

	.\!container {
		max-width: 1024px !important;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}

	.\!container {
		max-width: 1280px !important;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}

	.\!container {
		max-width: 1536px !important;
	}
}
@media (min-width: 2500px) {

	.container {
		max-width: 2500px;
	}

	.\!container {
		max-width: 2500px !important;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.fluid-container-narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (min-width: 640px) {

	.fluid-container-narrow {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (min-width: 1024px) {

	.fluid-container-narrow {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.styled-body-with-container .field--type-text-long.text-formatted > blockquote, .styled-body-with-container .field--type-text-long.text-formatted > h1, .styled-body-with-container .field--type-text-long.text-formatted > h2, .styled-body-with-container .field--type-text-long.text-formatted > h3, .styled-body-with-container .field--type-text-long.text-formatted > h4, .styled-body-with-container .field--type-text-long.text-formatted > h5, .styled-body-with-container .field--type-text-long.text-formatted > h6, .styled-body-with-container .field--type-text-long.text-formatted > ul, .styled-body-with-container .field--type-text-long.text-formatted > ol, .styled-body-with-container .field--type-text-long.text-formatted > p, .styled-body-with-container .field--type-text-long.text-formatted > figure.media-is-half-width, .styled-body-with-container .field--type-text-long.text-formatted > figure.media-is-square, .styled-body-with-container .field--name-body.text-formatted > blockquote, .styled-body-with-container .field--name-body.text-formatted > h1, .styled-body-with-container .field--name-body.text-formatted > h2, .styled-body-with-container .field--name-body.text-formatted > h3, .styled-body-with-container .field--name-body.text-formatted > h4, .styled-body-with-container .field--name-body.text-formatted > h5, .styled-body-with-container .field--name-body.text-formatted > h6, .styled-body-with-container .field--name-body.text-formatted > ul, .styled-body-with-container .field--name-body.text-formatted > ol, .styled-body-with-container .field--name-body.text-formatted > p, .styled-body-with-container .field--name-body.text-formatted > figure.media-is-half-width, .styled-body-with-container .field--name-body.text-formatted > figure.media-is-square {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (min-width: 640px) {

	.styled-body-with-container .field--type-text-long.text-formatted > blockquote, .styled-body-with-container .field--type-text-long.text-formatted > h1, .styled-body-with-container .field--type-text-long.text-formatted > h2, .styled-body-with-container .field--type-text-long.text-formatted > h3, .styled-body-with-container .field--type-text-long.text-formatted > h4, .styled-body-with-container .field--type-text-long.text-formatted > h5, .styled-body-with-container .field--type-text-long.text-formatted > h6, .styled-body-with-container .field--type-text-long.text-formatted > ul, .styled-body-with-container .field--type-text-long.text-formatted > ol, .styled-body-with-container .field--type-text-long.text-formatted > p, .styled-body-with-container .field--type-text-long.text-formatted > figure.media-is-half-width, .styled-body-with-container .field--type-text-long.text-formatted > figure.media-is-square, .styled-body-with-container .field--name-body.text-formatted > blockquote, .styled-body-with-container .field--name-body.text-formatted > h1, .styled-body-with-container .field--name-body.text-formatted > h2, .styled-body-with-container .field--name-body.text-formatted > h3, .styled-body-with-container .field--name-body.text-formatted > h4, .styled-body-with-container .field--name-body.text-formatted > h5, .styled-body-with-container .field--name-body.text-formatted > h6, .styled-body-with-container .field--name-body.text-formatted > ul, .styled-body-with-container .field--name-body.text-formatted > ol, .styled-body-with-container .field--name-body.text-formatted > p, .styled-body-with-container .field--name-body.text-formatted > figure.media-is-half-width, .styled-body-with-container .field--name-body.text-formatted > figure.media-is-square {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (min-width: 1024px) {

	.styled-body-with-container .field--type-text-long.text-formatted > blockquote, .styled-body-with-container .field--type-text-long.text-formatted > h1, .styled-body-with-container .field--type-text-long.text-formatted > h2, .styled-body-with-container .field--type-text-long.text-formatted > h3, .styled-body-with-container .field--type-text-long.text-formatted > h4, .styled-body-with-container .field--type-text-long.text-formatted > h5, .styled-body-with-container .field--type-text-long.text-formatted > h6, .styled-body-with-container .field--type-text-long.text-formatted > ul, .styled-body-with-container .field--type-text-long.text-formatted > ol, .styled-body-with-container .field--type-text-long.text-formatted > p, .styled-body-with-container .field--type-text-long.text-formatted > figure.media-is-half-width, .styled-body-with-container .field--type-text-long.text-formatted > figure.media-is-square, .styled-body-with-container .field--name-body.text-formatted > blockquote, .styled-body-with-container .field--name-body.text-formatted > h1, .styled-body-with-container .field--name-body.text-formatted > h2, .styled-body-with-container .field--name-body.text-formatted > h3, .styled-body-with-container .field--name-body.text-formatted > h4, .styled-body-with-container .field--name-body.text-formatted > h5, .styled-body-with-container .field--name-body.text-formatted > h6, .styled-body-with-container .field--name-body.text-formatted > ul, .styled-body-with-container .field--name-body.text-formatted > ol, .styled-body-with-container .field--name-body.text-formatted > p, .styled-body-with-container .field--name-body.text-formatted > figure.media-is-half-width, .styled-body-with-container .field--name-body.text-formatted > figure.media-is-square {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
[dir="ltr"] .styled-body-with-container .field--type-text-long.text-formatted > h2,[dir="ltr"]  .styled-body-with-container .field--type-text-long.text-formatted > h3,[dir="ltr"]  .styled-body-with-container .field--type-text-long.text-formatted > h4,[dir="ltr"]  .styled-body-with-container .field--type-text-long.text-formatted > h5,[dir="ltr"]  .styled-body-with-container .field--type-text-long.text-formatted > h6,[dir="ltr"]  .styled-body-with-container .field--name-body.text-formatted > h2,[dir="ltr"]  .styled-body-with-container .field--name-body.text-formatted > h3,[dir="ltr"]  .styled-body-with-container .field--name-body.text-formatted > h4,[dir="ltr"]  .styled-body-with-container .field--name-body.text-formatted > h5,[dir="ltr"]  .styled-body-with-container .field--name-body.text-formatted > h6 {
	padding-left: 0px;
}
[dir="rtl"] .styled-body-with-container .field--type-text-long.text-formatted > h2,[dir="rtl"]  .styled-body-with-container .field--type-text-long.text-formatted > h3,[dir="rtl"]  .styled-body-with-container .field--type-text-long.text-formatted > h4,[dir="rtl"]  .styled-body-with-container .field--type-text-long.text-formatted > h5,[dir="rtl"]  .styled-body-with-container .field--type-text-long.text-formatted > h6,[dir="rtl"]  .styled-body-with-container .field--name-body.text-formatted > h2,[dir="rtl"]  .styled-body-with-container .field--name-body.text-formatted > h3,[dir="rtl"]  .styled-body-with-container .field--name-body.text-formatted > h4,[dir="rtl"]  .styled-body-with-container .field--name-body.text-formatted > h5,[dir="rtl"]  .styled-body-with-container .field--name-body.text-formatted > h6 {
	padding-right: 0px;
}
.paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h2, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h3, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h4, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h5, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h6, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h2, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h3, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h4, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h5, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h6 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (min-width: 640px) {

	.paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h2, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h3, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h4, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h5, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h6, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h2, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h3, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h4, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h5, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h6 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (min-width: 1024px) {

	.paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h2, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h3, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h4, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h5, .paragraph--type--grid-of-items .styled-body-with-container .field--type-text-long.text-formatted > h6, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h2, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h3, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h4, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h5, .paragraph--type--grid-of-items .styled-body-with-container .field--name-body.text-formatted > h6 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.styled-body .field--type-text-long.text-formatted > blockquote, .styled-body .field--type-text-long.text-formatted > h1, .styled-body .field--type-text-long.text-formatted > h2, .styled-body .field--type-text-long.text-formatted > h3, .styled-body .field--type-text-long.text-formatted > h4, .styled-body .field--type-text-long.text-formatted > h5, .styled-body .field--type-text-long.text-formatted > h6, .styled-body .field--type-text-long.text-formatted > ul, .styled-body .field--type-text-long.text-formatted > ol, .styled-body .field--type-text-long.text-formatted > p, .styled-body .field--name-body.text-formatted > blockquote, .styled-body .field--name-body.text-formatted > h1, .styled-body .field--name-body.text-formatted > h2, .styled-body .field--name-body.text-formatted > h3, .styled-body .field--name-body.text-formatted > h4, .styled-body .field--name-body.text-formatted > h5, .styled-body .field--name-body.text-formatted > h6, .styled-body .field--name-body.text-formatted > ul, .styled-body .field--name-body.text-formatted > ol, .styled-body .field--name-body.text-formatted > p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
@media (min-width: 640px) {

	.styled-body .field--type-text-long.text-formatted > blockquote, .styled-body .field--type-text-long.text-formatted > h1, .styled-body .field--type-text-long.text-formatted > h2, .styled-body .field--type-text-long.text-formatted > h3, .styled-body .field--type-text-long.text-formatted > h4, .styled-body .field--type-text-long.text-formatted > h5, .styled-body .field--type-text-long.text-formatted > h6, .styled-body .field--type-text-long.text-formatted > ul, .styled-body .field--type-text-long.text-formatted > ol, .styled-body .field--type-text-long.text-formatted > p, .styled-body .field--name-body.text-formatted > blockquote, .styled-body .field--name-body.text-formatted > h1, .styled-body .field--name-body.text-formatted > h2, .styled-body .field--name-body.text-formatted > h3, .styled-body .field--name-body.text-formatted > h4, .styled-body .field--name-body.text-formatted > h5, .styled-body .field--name-body.text-formatted > h6, .styled-body .field--name-body.text-formatted > ul, .styled-body .field--name-body.text-formatted > ol, .styled-body .field--name-body.text-formatted > p {
		max-width: 41rem;
	}
}
.styled-body .field--type-text-long.text-formatted figure, .styled-body .field--name-body.text-formatted figure {
	margin-left: auto;
	margin-right: auto;
}
.styled-body .field--type-text-long.text-formatted img, .styled-body .field--name-body.text-formatted img {
	margin-left: auto;
	margin-right: auto;
}
.styled-body .field--type-text-long.text-formatted a, .styled-body .field--name-body.text-formatted a {
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
.styled-body .field--type-text-long.text-formatted blockquote p, .styled-body .field--name-body.text-formatted blockquote p {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
	padding-top: 3.5rem;
	padding-bottom: 2rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(124, 124, 124, var(--tw-text-opacity));
}
.styled-body .field--type-text-long.text-formatted h1, .styled-body .field--name-body.text-formatted h1 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
}
.styled-body .field--type-text-long.text-formatted h2, .styled-body .field--name-body.text-formatted h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
}
.styled-body .field--type-text-long.text-formatted h3, .styled-body .field--name-body.text-formatted h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}
.styled-body .field--type-text-long.text-formatted ul, .styled-body .field--name-body.text-formatted ul {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	list-style-position: outside;
	list-style-type: disc;
}
[dir="ltr"] .styled-body .field--type-text-long.text-formatted ul, [dir="ltr"] .styled-body .field--name-body.text-formatted ul {
	padding-left: 2.5rem;
}
[dir="rtl"] .styled-body .field--type-text-long.text-formatted ul, [dir="rtl"] .styled-body .field--name-body.text-formatted ul {
	padding-right: 2.5rem;
}
.styled-body .field--type-text-long.text-formatted ol, .styled-body .field--name-body.text-formatted ol {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	list-style-position: outside;
	list-style-type: decimal;
}
[dir="ltr"] .styled-body .field--type-text-long.text-formatted ol, [dir="ltr"] .styled-body .field--name-body.text-formatted ol {
	padding-left: 2.5rem;
}
[dir="rtl"] .styled-body .field--type-text-long.text-formatted ol, [dir="rtl"] .styled-body .field--name-body.text-formatted ol {
	padding-right: 2.5rem;
}
.styled-body .field--type-text-long.text-formatted > figure, .styled-body .field--name-body.text-formatted > figure {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	display: flow-root;
}
.styled-body .field--type-text-long.text-formatted > figure > figcaption, .styled-body .field--name-body.text-formatted > figure > figcaption {
	display: block;
}
[dir="ltr"] .styled-body .field--type-text-long.text-formatted > figure > figcaption, [dir="ltr"] .styled-body .field--name-body.text-formatted > figure > figcaption {
	float: right;
	margin-right: 0.75rem;
}
@media (min-width: 640px) {

	[dir="ltr"] .styled-body .field--type-text-long.text-formatted > figure > figcaption, [dir="ltr"] .styled-body .field--name-body.text-formatted > figure > figcaption {
		margin-right: 0px;
	}
}
[dir="rtl"] .styled-body .field--type-text-long.text-formatted > figure > figcaption, [dir="rtl"] .styled-body .field--name-body.text-formatted > figure > figcaption {
	float: left;
	margin-left: 0.75rem;
}
@media (min-width: 640px) {

	[dir="rtl"] .styled-body .field--type-text-long.text-formatted > figure > figcaption, [dir="rtl"] .styled-body .field--name-body.text-formatted > figure > figcaption {
		margin-left: 0px;
	}
}
.styled-body .field--type-text-long.text-formatted > figure > figcaption, .styled-body .field--name-body.text-formatted > figure > figcaption {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.styled-body .field--type-text-long.text-formatted > figure > figcaption, .styled-body .field--name-body.text-formatted > figure > figcaption {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.styled-body .field--type-text-long.text-formatted > figure.media-is-half-width, .styled-body .field--name-body.text-formatted > figure.media-is-half-width {
		max-width: 41rem;
	}

	.styled-body .field--type-text-long.text-formatted > figure.media-is-half-width figcaption, .styled-body .field--name-body.text-formatted > figure.media-is-half-width figcaption {
		max-width: 30rem;
	}

	.styled-body .field--type-text-long.text-formatted > figure.media-is-square, .styled-body .field--name-body.text-formatted > figure.media-is-square {
		max-width: 25rem;
	}

	.styled-body .field--type-text-long.text-formatted > figure.media-is-square figcaption, .styled-body .field--name-body.text-formatted > figure.media-is-square figcaption {
		max-width: 41rem;
	}
}
.node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > p, .node--type-announcement .styled-body .field--type-text-long.text-formatted > p, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > p, .node--type-announcement .styled-body .field--name-body.text-formatted > p {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > blockquote, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > h1, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > h2, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > h3, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > h4, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > h5, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > h6, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > ul, .node--type-dco-global-persons .styled-body .field--type-text-long.text-formatted > ol, .node--type-announcement .styled-body .field--type-text-long.text-formatted > blockquote, .node--type-announcement .styled-body .field--type-text-long.text-formatted > h1, .node--type-announcement .styled-body .field--type-text-long.text-formatted > h2, .node--type-announcement .styled-body .field--type-text-long.text-formatted > h3, .node--type-announcement .styled-body .field--type-text-long.text-formatted > h4, .node--type-announcement .styled-body .field--type-text-long.text-formatted > h5, .node--type-announcement .styled-body .field--type-text-long.text-formatted > h6, .node--type-announcement .styled-body .field--type-text-long.text-formatted > ul, .node--type-announcement .styled-body .field--type-text-long.text-formatted > ol, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > blockquote, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > h1, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > h2, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > h3, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > h4, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > h5, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > h6, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > ul, .node--type-dco-global-persons .styled-body .field--name-body.text-formatted > ol, .node--type-announcement .styled-body .field--name-body.text-formatted > blockquote, .node--type-announcement .styled-body .field--name-body.text-formatted > h1, .node--type-announcement .styled-body .field--name-body.text-formatted > h2, .node--type-announcement .styled-body .field--name-body.text-formatted > h3, .node--type-announcement .styled-body .field--name-body.text-formatted > h4, .node--type-announcement .styled-body .field--name-body.text-formatted > h5, .node--type-announcement .styled-body .field--name-body.text-formatted > h6, .node--type-announcement .styled-body .field--name-body.text-formatted > ul, .node--type-announcement .styled-body .field--name-body.text-formatted > ol {
	margin-left: 0px;
	margin-right: 0px;
}
$black: #000000;
$black-lighter: #1C1A1A;
$black-darker: #2A2A2A;
$black-lightest: #3E3A3A;
$black-lighter-2: #0F0E0E;
$white: #FFFFFF;
$white-opacity: rgba(255, 255, 255, 0.30);
$gray-lightest: #F9F9F9;
$gray-lighter: #E4E4E4;
$gray-light-med: #E6E6E6;
$gray-light-1: #CECECE;
$gray-light: #B1B1B1;
$gray: #A6A6A6;
$gray-dark: #7C7C7C;
$gray-dark-2: #979797;
$gray-dark-3: #433F3F;
$gray-dark-4: #9D9D9D;
$gray-darker: #656565;
$gray-medium: #9A9A9A;
$smoke-white: #F2F2F2;
$page-gray-background: #F9F9F9;
$blue-light: #07ACEF;
$blue-light-2: #00A6E8;
$red-alert: red;
$primary-text: #333333;
$primary-dark: #184B6E;
$primary: #006CB7;
$primary-light: #00ADEF;
$primary-lighter: #3CC9FF;
$secondary-links: #8CDFFF;
$secondary: #4068A0;
$tootip-separator: #F1F1F1;
$caption-background: #F9FCFE;
$svg-primary-light: invert(66%) sepia(58%) saturate(5675%) hue-rotate(163deg) brightness(98%) contrast(101%);
$svg-gray: invert(76%) sepia(0%) saturate(1181%) hue-rotate(220deg) brightness(87%) contrast(94%);
$svg-gray-light: invert(72%) sepia(24%) saturate(0%) hue-rotate(233deg) brightness(95%) contrast(86%);
$top-border: 1px solid $gray-lighter;
$huge-font-size: 72px;
$big-font-size: 48px;
$mini-screen: 480px;
$small-screen: 780px;
$medium-screen: 960px;
$large-screen: 1080px;
$larger-screen: 1240px;
$wide-screen: 1600px;
$normal-container: 1200px;
$expanded-container: 1492px;
$max-container: 1600px;
$layout-container-side-padding: 4.1666%;
$normal-padding: 80px;
$teaser-width: 371px;
$funding-stream-levy: #ABA431;
$funding-stream-voluntary-contribution: #00AFF5;
$funding-stream-unsdg-cost-sharing: #4AAE61;
$funding-stream-orange: #EAB686;
$max-width: 500px;
.page-node-type-cf-documents {
  background-color: $page-gray-background;
}
.page-node-type-cf-documents .block-server-elm {
    padding-bottom: 1em;
  }
#initiatives-map h2 {
    margin-bottom: 40px;
  }
#initiatives-map .filters {
    margin-bottom: 30px;
  }
#initiatives-map .filters select {
      font-family: Roboto;
      margin-top: 40px;
      margin-bottom: 40px;
      width: 25%;
      border: 0;
      border-bottom: 1px solid black;
      background: url('../images/arrow-down.png') no-repeat $white;
      font-size: 14px;
      -moz-appearance: none;
      -webkit-appearance: none;
    }
[dir="ltr"] #initiatives-map .filters select {
        background-position: right;
      }
[dir="rtl"] #initiatives-map .filters select {
        background-position: left;
      }
[dir="ltr"] #initiatives-map .filters .contributor-selector {
        margin-left: 10%;
      }
[dir="rtl"] #initiatives-map .filters .contributor-selector {
        margin-right: 10%;
      }
#initiatives-map #map {
    height: 850px;
    width: 100%;
  }
#initiatives-map #map .info-window {
      padding: 0 10px;
    }
#initiatives-map #map .info-window .header {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
        padding: 10px 5px;
      }
#initiatives-map #map .info-window .status {
        border-bottom: 1px solid $tootip-separator;
        padding-bottom: 10px;
      }
[dir="ltr"] #initiatives-map #map .info-window .status {
          padding-left: 5px;
        }
[dir="rtl"] #initiatives-map #map .info-window .status {
          padding-right: 5px;
        }
#initiatives-map #map .info-window .status svg {
          vertical-align: bottom;
        }
[dir="ltr"] #initiatives-map #map .info-window .status svg {
            margin-right: 10px;
          }
[dir="rtl"] #initiatives-map #map .info-window .status svg {
            margin-left: 10px;
          }
#initiatives-map #map .info-window .status span {
          font-weight: 500;
        }
#initiatives-map #map .info-window .line {
        display: flex;
        padding: 15px 0;
      }
#initiatives-map #map .info-window .line .left, #initiatives-map #map .info-window .line .right {
          width: 50%;
        }
[dir="ltr"] #initiatives-map #map .info-window .line .left, [dir="ltr"] #initiatives-map #map .info-window .line .right {
            float: left;
          }
[dir="rtl"] #initiatives-map #map .info-window .line .left, [dir="rtl"] #initiatives-map #map .info-window .line .right {
            float: right;
          }
#initiatives-map #map .info-window .line .left .title, #initiatives-map #map .info-window .line .right .title {
            color: $gray-medium;
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 14px;
          }
#initiatives-map #map .info-window .line .left .value, #initiatives-map #map .info-window .line .right .value {
            font-weight: 400;
          }
#initiatives-map #map .line.top, #initiatives-map #map .line.middle{
      border-bottom: 1px solid $tootip-separator;
    }
@media (max-width: $small-screen) {

      #initiatives-map .filters select {
        width: 47%;
      }

        [dir="ltr"] #initiatives-map .filters .contributor-selector {
          margin-left: 5%;
        }
        [dir="rtl"] #initiatives-map .filters .contributor-selector {
          margin-right: 5%;
        }

    #initiatives-map #map {
      height: 600px;
    }

    #initiatives-map .source-of-data {
      margin-top: 10px;
    }

}
@media (max-width: $mini-screen) {

    #initiatives-map h2 {
      margin-bottom: 0;
    }

      #initiatives-map .filters select {
        width: 99%;
      }

      #initiatives-map .filters .contributor-selector {
        margin: 0;
      }

}
#treemap {
  margin-bottom: 120px;
}
#treemap .sub-header {
    font-size: 18px;
    max-width: 60%;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
#treemap .period-selector {
    font-family: Roboto;
    margin-bottom: 40px;
    width: 250px;
    border: 0;
    border-bottom: 1px solid black;
    background: $white;
    font-size: 22px;
    background: url('../images/arrow-down.png') no-repeat $white;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
[dir="ltr"] #treemap .period-selector {
      margin-left: 5px;
      background-position: right;
    }
[dir="rtl"] #treemap .period-selector {
      margin-right: 5px;
      background-position: left;
    }
#treemap .rotate-helper {
    display: none;
  }
#treemap #treemap-chart {
    height: 600px;
    width: 100%;
  }
#treemap .sdg-details-pane {
    border: 1px solid;
    height: 150px;
    margin-top: 5px;
    text-align: center;
    width: calc(100% - 18px);
  }
[dir="ltr"] #treemap .sdg-details-pane {
      margin-left: 5px;
    }
[dir="rtl"] #treemap .sdg-details-pane {
      margin-right: 5px;
    }
#treemap .sdg-details-pane .sdg-icon {
      height: 100%;
      width: 150px;
    }
[dir="ltr"] #treemap .sdg-details-pane .sdg-icon {
        float: left;
      }
[dir="rtl"] #treemap .sdg-details-pane .sdg-icon {
        float: right;
      }
#treemap .sdg-details-pane .sdg-icon img {
        height: 100%;
      }
#treemap .sdg-details-pane .sdg-percentage {
      height: 100%;
      width: calc(28% - 150px);
    }
[dir="ltr"] #treemap .sdg-details-pane .sdg-percentage {
        float: left;
      }
[dir="rtl"] #treemap .sdg-details-pane .sdg-percentage {
        float: right;
      }
#treemap .sdg-details-pane .sdg-percentage span {
        line-height: 150px;
        font-size: 32px;
        font-weight: bold;
      }
#treemap .sdg-details-pane .sdg-description {
      border-left: 1px solid;
      border-right: 1px solid;
      height: 100%;
      width: 47%;
    }
[dir="ltr"] #treemap .sdg-details-pane .sdg-description {
        float: left;
        text-align: left;
      }
[dir="rtl"] #treemap .sdg-details-pane .sdg-description {
        float: right;
        text-align: right;
      }
#treemap .sdg-details-pane .sdg-description .title {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 16px;
      }
[dir="ltr"] #treemap .sdg-details-pane .sdg-description .title {
          margin-left: 10px;
        }
[dir="rtl"] #treemap .sdg-details-pane .sdg-description .title {
          margin-right: 10px;
        }
#treemap .sdg-details-pane .sdg-description .content {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
      }
[dir="ltr"] #treemap .sdg-details-pane .sdg-description .content {
          margin-left: 10px;
        }
[dir="rtl"] #treemap .sdg-details-pane .sdg-description .content {
          margin-right: 10px;
        }
#treemap .sdg-details-pane .sdg-amount {
      height: 100%;
      width: calc(25% - 3px);
    }
[dir="ltr"] #treemap .sdg-details-pane .sdg-amount {
        float: left;
      }
[dir="rtl"] #treemap .sdg-details-pane .sdg-amount {
        float: right;
      }
#treemap .sdg-details-pane .sdg-amount .title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
      }
#treemap .sdg-details-pane .sdg-amount .content {
        font-size: 30px;
        font-weight: bold;
      }
#treemap .disclaimer {
    display: inline-block;
    font-size: 14px;
  }
[dir="ltr"] #treemap .disclaimer {
      margin-left: 5px;
    }
[dir="rtl"] #treemap .disclaimer {
      margin-right: 5px;
    }
@media (max-width: $large-screen) {

        #treemap .sdg-details-pane .sdg-percentage span {
          font-size: 28px;
        }

        #treemap .sdg-details-pane .sdg-description .content {
          font-size: 15px;
        }

        #treemap .sdg-details-pane .sdg-amount .content {
          font-size: 26px;
        }

}
@media (max-width: $medium-screen) {

      #treemap .sdg-details-pane .sdg-percentage {
        width: calc(33% - 150px);
      }

        #treemap .sdg-details-pane .sdg-percentage span {
          font-size: 24px;
        }

        #treemap .sdg-details-pane .sdg-description .content {
          font-size: 14px;
          line-height: 18px;
        }

      #treemap .sdg-details-pane .sdg-amount {
        width: calc(20% - 3px);
      }

        #treemap .sdg-details-pane .sdg-amount .content {
          font-size: 20px;
        }

}
@media (max-width: $small-screen) {

    #treemap .sub-header {
      line-height: 24px;
      max-width: 100%;
    }

    #treemap #treemap-chart {
      height: 400px;
    }

    #treemap .sdg-details-pane {
      border: 1px solid;
      height: 100px;
    }

      #treemap .sdg-details-pane .sdg-icon {
        width: 100px;
      }

      #treemap .sdg-details-pane .sdg-percentage {
        width: calc(35% - 100px);
      }

        #treemap .sdg-details-pane .sdg-percentage span {
          line-height: 100px;
          font-size: 25px;
        }

      #treemap .sdg-details-pane .sdg-description {
        width: calc(65% - 2px);
      }

        [dir="ltr"] #treemap .sdg-details-pane .sdg-description {
          border-right-width: 0;
        }
        [dir="rtl"] #treemap .sdg-details-pane .sdg-description {
          border-left-width: 0;
        }

        #treemap .sdg-details-pane .sdg-description .title {
          font-size: 14px;
          margin-bottom: 0;
          margin-top: 5px;
        }

        #treemap .sdg-details-pane .sdg-description .content {
          font-size: 11px;
          font-weight: normal;
          line-height: 16px;
        }

          [dir="ltr"] #treemap .sdg-details-pane .sdg-description .content {
            margin-left: 10px;
          }
          [dir="rtl"] #treemap .sdg-details-pane .sdg-description .content {
            margin-right: 10px;
          }

      #treemap .sdg-details-pane .sdg-amount {
        border: 1px solid;
        width: 100%;
      }

        [dir="ltr"] #treemap .sdg-details-pane .sdg-amount {
          margin-left: -1px;
          text-align: left;
        }
        [dir="rtl"] #treemap .sdg-details-pane .sdg-amount {
          margin-right: -1px;
          text-align: right;
        }

        #treemap .sdg-details-pane .sdg-amount .title {
          margin-bottom: 0;
          margin-top: 20px;
        }

          [dir="ltr"] #treemap .sdg-details-pane .sdg-amount .title {
            margin-left: 15px;
          }
          [dir="rtl"] #treemap .sdg-details-pane .sdg-amount .title {
            margin-right: 15px;
          }

        #treemap .sdg-details-pane .sdg-amount .content {
          font-size: 16px;
        }

          [dir="ltr"] #treemap .sdg-details-pane .sdg-amount .content {
            margin-left: 15px;
          }
          [dir="rtl"] #treemap .sdg-details-pane .sdg-amount .content {
            margin-right: 15px;
          }

    #treemap .disclaimer {
      font-size: 12px;
      line-height: 14px;
    }

}
@media (max-width: $mini-screen) {

    #treemap .period-selector {
      width: 100%;
    }

    #treemap .rotate-helper {
      display: block;
      margin-bottom: 10px;
    }

      [dir="ltr"] #treemap .rotate-helper {
        margin-left: 5px;
      }
      [dir="rtl"] #treemap .rotate-helper {
        margin-right: 5px;
      }

      #treemap .rotate-helper .rotate-helper-icon {
        margin-right: 10px;
        vertical-align: middle;
      }

        [dir="ltr"] #treemap .rotate-helper .rotate-helper-icon {
          margin-right: 10px;
        }
        [dir="rtl"] #treemap .rotate-helper .rotate-helper-icon {
          margin-left: 10px;
        }

      #treemap .rotate-helper .rotate-helper-text {
        color: $gray-medium;
        font-size: 14px;
      }

    #treemap .sdg-details-pane {
      height: 100px;
    }

      #treemap .sdg-details-pane .sdg-icon {
        width: 100px;
      }

      #treemap .sdg-details-pane .sdg-percentage {
        border: 0;
        width: calc(100% - 100px);
      }

        [dir="ltr"] #treemap .sdg-details-pane .sdg-percentage {
          text-align: left;
        }
        [dir="rtl"] #treemap .sdg-details-pane .sdg-percentage {
          text-align: right;
        }

          [dir="ltr"] #treemap .sdg-details-pane .sdg-percentage span {
            margin-left: 15px;
          }
          [dir="rtl"] #treemap .sdg-details-pane .sdg-percentage span {
            margin-right: 15px;
          }

      #treemap .sdg-details-pane .sdg-description {
        border-bottom: 0;
        border-left: 1px solid;
        border-right: 1px solid;
        width: 100%;
      }

        [dir="ltr"] #treemap .sdg-details-pane .sdg-description {
          margin-left: -1px;
        }
        [dir="rtl"] #treemap .sdg-details-pane .sdg-description {
          margin-right: -1px;
        }

        #treemap .sdg-details-pane .sdg-description .content {
          font-size: 11px;
          font-weight: 500;
          line-height: 16px;
          margin-left: 10px;
        }

          [dir="ltr"] #treemap .sdg-details-pane .sdg-description .content {
            margin-left: 10px;
          }
          [dir="rtl"] #treemap .sdg-details-pane .sdg-description .content {
            margin-right: 10px;
          }

      #treemap .sdg-details-pane .sdg-amount {
        border: 1px solid;
        width: 100%;
      }

        [dir="ltr"] #treemap .sdg-details-pane .sdg-amount {
          margin-left: -1px;
          text-align: left;
        }
        [dir="rtl"] #treemap .sdg-details-pane .sdg-amount {
          margin-right: -1px;
          text-align: right;
        }

        #treemap .sdg-details-pane .sdg-amount .content {
          font-weight: 500;
        }

    #treemap .disclaimer {
      font-size: 10px;
    }

}
#bars-chart {
  margin-bottom: 120px;
}
#bars-chart .sub-header {
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
    max-width: 70%;
  }
#bars-chart .selector-legend {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;

  }
#bars-chart .selector-legend .country-selector {
      font-family: Roboto;
      width: 30%;
      border: 0;
      border-bottom: 1px solid black;
      background: $white;
      height: 30px;
      font-size: 22px;
      background: url('../images/arrow-down.png') no-repeat $white;
      -moz-appearance: none;
      -webkit-appearance: none;
    }
[dir="ltr"] #bars-chart .selector-legend .country-selector {
        background-position: right;
      }
[dir="rtl"] #bars-chart .selector-legend .country-selector {
        background-position: left;
      }
#bars-chart .selector-legend .legend {
      width: 70%;
    }
[dir="ltr"] #bars-chart .selector-legend .legend {
        float: right;
        text-align: right;
      }
[dir="rtl"] #bars-chart .selector-legend .legend {
        float: left;
        text-align: left;
      }
[dir="ltr"] #bars-chart .selector-legend .legend svg {
          margin-left: 20px;
        }
[dir="rtl"] #bars-chart .selector-legend .legend svg {
          margin-right: 20px;
        }
[dir="ltr"] #bars-chart .selector-legend .legend span {
          margin-left: 10px;
        }
[dir="rtl"] #bars-chart .selector-legend .legend span {
          margin-right: 10px;
        }
#bars-chart #ge-bars-chart {
    height: 1000px;
    width: 100%;
  }
@media (max-width: $small-screen) {

    #bars-chart h2 {
      font-size: 20px;
    }

    #bars-chart .sub-header {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 40px;
      margin-top: 10px;
    }

    #bars-chart .selector-legend {
      display: inline-block;
      margin-bottom: 40px;
      margin-top: 40px;
      width: 100%;

    }

      #bars-chart .selector-legend .country-selector {
        margin-bottom: 40px;
        width: 60%;
      }

      #bars-chart .selector-legend .legend {
        font-size: 14px;
        width: 100%;
      }

        [dir="ltr"] #bars-chart .selector-legend .legend {
          float: left;
          text-align: left;
        }
        [dir="rtl"] #bars-chart .selector-legend .legend {
          float: right;
          text-align: right;
        }

          [dir="ltr"] #bars-chart .selector-legend .legend svg {
            margin-left: 0;
          }
          [dir="rtl"] #bars-chart .selector-legend .legend svg {
            margin-right: 0;
          }

          [dir="ltr"] #bars-chart .selector-legend .legend span {
            margin-left: 10px;
            margin-right: 20px;
          }
          [dir="rtl"] #bars-chart .selector-legend .legend span {
            margin-right: 10px;
            margin-left: 20px
          }
}
@media (max-width: $mini-screen) {

    #bars-chart .sub-header {
      margin-bottom: 40px;
      max-width: 100%;
    }

      #bars-chart .selector-legend .country-selector {
        width: 100%;
      }
}
#world-geo-chart path {
    stroke: $white;
    stroke-width: 1;
  }
.world-map #world-geo-chart-tooltip img {
	width: 2rem;
}
#sankey-chart {
  margin-bottom: 120px;
}
#sankey-chart .sub-header {
    font-size: 18px;
    max-width: 60%;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
#sankey-chart iframe {
    border: 0;
    height: 900px;
    width: 100%;
  }
@media (max-width: $small-screen) {

    #sankey-chart .sub-header {
      line-height: 24px;
      max-width: 100%;
    }

}
.elm-block-error {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.source-of-data {
  border-style: solid;
  border-color: $gray-light;
  color: $gray-light;
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
}
[dir="ltr"] .source-of-data {
    border-left-width: 1px;
    margin-left: 5px;
    padding-left: 15px;
  }
[dir="rtl"] .source-of-data {
    border-right-width: 1px;
    margin-right: 5px;
    padding-right: 15px;
  }
.map-designation {
  border-style: solid;
  border-color: $gray-light;
  color: $gray-light;
  font-size: 16px;
  line-height: 17px;
  margin-top: 20px;
}
[dir="ltr"] .map-designation {
    border-left-width: 1px;
    margin-left: 5px;
    padding-left: 15px;
  }
[dir="rtl"] .map-designation {
    border-right-width: 1px;
    margin-right: 5px;
    padding-right: 15px;
  }
@media (max-width: $mini-screen) {

  .map-designation {
    font-size: 11px;
    line-height: 12px;
    margin-top: 10px;
  }
}
@media (max-width: $small-screen) {

  .elm-block-error {
    margin-top: 0;
  }

  .map-designation {
    font-size: 12px;
    line-height: 13px;
    margin-top: 15px;
  }
}
.field--name-field-media-oembed-video {
	position: relative;
	height: 0px;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.field--name-field-media-oembed-video > iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.embed-dashboard {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (min-width: 640px) {

	.embed-dashboard {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (min-width: 1024px) {

	.embed-dashboard {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.powerbi-embed {
	height: 26rem;
	width: 100%;
}
@media (min-width: 768px) {

	.powerbi-embed {
		height: 56rem;
	}
}
.facets-widget-links a {
	display: block;
	border-bottom-width: 2px;
	border-color: transparent;
	padding-bottom: 1.125rem;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.facets-widget-links a:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
[dir="ltr"] .facets-widget-links a {
	padding-left: 0px;
	padding-right: 1rem;
}
@media (min-width: 640px) {

	[dir="ltr"] .facets-widget-links a {
		padding-left: 1rem;
	}
}
@media (min-width: 1024px) {

	[dir="ltr"] .facets-widget-links a {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
[dir="rtl"] .facets-widget-links a {
	padding-right: 0px;
	padding-left: 1rem;
}
@media (min-width: 640px) {

	[dir="rtl"] .facets-widget-links a {
		padding-right: 1rem;
	}
}
@media (min-width: 1024px) {

	[dir="rtl"] .facets-widget-links a {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
.facets-widget-links a.is-active {
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 173, 239, var(--tw-border-opacity));
	font-weight: 700;
}
.facets-wrapper .form-item {
	position: relative;
	border-top-width: 1px;
	border-color: transparent;
}
.facets-wrapper .form-item label {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(83, 83, 83, var(--tw-text-opacity));
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
[dir="ltr"] .facets-wrapper .form-item label {
	margin-right: 0.75rem;
}
[dir="rtl"] .facets-wrapper .form-item label {
	margin-left: 0.75rem;
}
.facets-wrapper .form-item span.select2 {
	z-index: 10;
}
.facets-wrapper .form-item span.select2 span.select2-selection {
	display: flex;
	min-height: 3rem;
	cursor: pointer;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.facets-wrapper .form-item span.select2 span.select2-selection .select2-search__field::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.facets-wrapper .form-item span.select2 span.select2-selection .select2-search__field:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.facets-wrapper .form-item span.select2 span.select2-selection .select2-search__field, .facets-wrapper .form-item span.select2 span.select2-selection .select2-search__field::placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.facets-wrapper .form-item span.select2 span.select2-selection .select2-search--inline {
	float: none;
}
.facets-wrapper .form-item span.select2 span.select2-selection .select2-search--inline .select2-search__field {
	width: 75%;
}
.facets-wrapper .form-item span.select2 span.select2-selection .select2-selection__rendered .select2-selection__choice {
	display: none;
}
#views-exposed-form-search-embed-1 label, #views-exposed-form-resources-embed-1 label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
#views-exposed-form-search-embed-1 input.form-text::-moz-placeholder, #views-exposed-form-resources-embed-1 input.form-text::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(157, 157, 157, var(--tw-text-opacity));
}
#views-exposed-form-search-embed-1 input.form-text:-ms-input-placeholder, #views-exposed-form-resources-embed-1 input.form-text:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(157, 157, 157, var(--tw-text-opacity));
}
#views-exposed-form-search-embed-1 input.form-text::placeholder, #views-exposed-form-resources-embed-1 input.form-text::placeholder {
	--tw-text-opacity: 1;
	color: rgba(157, 157, 157, var(--tw-text-opacity));
}
.select2-container {
	max-width: 100%;
}
.select2-container .select2-dropdown {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
[dir="rtl"] .select2-container .select2-dropdown {
	left: 100%;
}
.select2-container .select2-dropdown .select2-results__options > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.select2-container .select2-dropdown .select2-results__options .select2-results__options {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.hero-banner-header .hero-grid-wrapper-half {
	width: 100%;
}
.hero-banner-header .hero-grid-wrapper-half::before {
	position: absolute;
	right: auto;
	bottom: auto;
	top: 0px;
	z-index: 0;
	display: block;
	height: 66.666667%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(50, 92, 119, var(--tw-bg-opacity));
      content: '';
}
[dir="ltr"] .hero-banner-header .hero-grid-wrapper-half::before {
	left: 0px;
}
[dir="rtl"] .hero-banner-header .hero-grid-wrapper-half::before {
	right: 0px;
}
.hero-banner-header .hero-grid-wrapper-half figure {
      height: 52vw;
      width: calc(100% - 2.5rem);
    }
@media (min-width: 768px) {
    .hero-banner-header .hero-grid-wrapper-half figure {
      width: calc(100% - 8rem);
    }
  }
@media (min-width: 1024px) {
    .hero-banner-header .hero-grid-wrapper-half {
      width: calc(100% - 5rem);
    }

      .hero-banner-header .hero-grid-wrapper-half::before {
		height: 100%;
	}

      .hero-banner-header .hero-grid-wrapper-half figure {
        height: calc(100% - 10.5rem);
        width: 60%;
      }
  }
.hero-banner-divider::before {
	position: absolute;
	right: auto;
	bottom: auto;
	top: 0px;
	z-index: 0;
	display: block;
	height: 66.666667%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(50, 92, 119, var(--tw-bg-opacity));
}
@media (min-width: 768px) {

	.hero-banner-divider::before {
		height: 30rem;
	}
}
.hero-banner-divider::before {
    content: '';
  }
[dir="ltr"] .hero-banner-divider::before {
	left: 0px;
}
[dir="rtl"] .hero-banner-divider::before {
	right: 0px;
}
@media (min-width: 1024px) {
  .hero-banner-divider .hero-grid-wrapper {
    width: calc(100% - 14.5rem);
  }
}
.hero-banner-homepage::before {
	position: absolute;
	right: auto;
	bottom: auto;
	top: 0px;
	display: block;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(50, 92, 119, var(--tw-bg-opacity));
    content: '';
}
[dir="ltr"] .hero-banner-homepage::before {
	left: 0px;
}
[dir="rtl"] .hero-banner-homepage::before {
	right: 0px;
}
.hero-banner-homepage .images-slider::before {
	display: block;
	padding-bottom: 55%;
    content: '';
}
@media (min-width: 1024px) {

    .hero-banner-homepage::before {
		width: 62.5%;
	}

    .hero-banner-homepage .banner-info {
      max-width: calc(40% - 1rem);
    }

    .hero-banner-homepage .banner-image {
      max-width: calc(60% - 0.75rem);
    }

      .hero-banner-homepage .banner-image .images-slider::before {
		display: block;
	}

      .hero-banner-homepage .banner-image .images-slider::before {
		padding-bottom: 75%;
	}

      .hero-banner-homepage .banner-image .images-slider::before {
        content: '';
      }
}
.hero-grid-wrapper {
  width: calc(100% - 2.5rem);
}
@media (min-width: 768px) {
  .hero-grid-wrapper {
    width: calc(100% - 8rem);
  }
}
@media (min-width: 1024px) {
  .hero-grid-wrapper {
    width: calc(100% - 10rem);
  }
}
.child-object-cover > picture, .child-object-cover > picture img, .child-object-cover > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.child-object-contain > picture, .child-object-contain > picture img, .child-object-contain > img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.page-node-type-announcement figure:first-of-type {
    max-width: 320px;
  }
#language-switcher a.is-active {
	font-weight: 700;
}
#language-switcher a.language-link[hreflang="ar"] {
	font-family: "Noto Kufi Arabic", sans-serif;
}
#mobile-menu-toggle .fa-times {
	display: none;
}
#main-menu-container #block-mainmenu {
	position: static;
}
#main-menu-container #block-mainmenu #superfish-main {
	padding-top: 1rem;
}
@media (min-width: 1024px) {

	#main-menu-container #block-mainmenu #superfish-main {
		display: flex;
	}

	#main-menu-container #block-mainmenu #superfish-main {
		flex-direction: row;
	}

	#main-menu-container #block-mainmenu #superfish-main {
		flex-wrap: nowrap;
	}

	#main-menu-container #block-mainmenu #superfish-main {
		padding-top: 0px;
	}
}
#main-menu-container #block-mainmenu #superfish-main .sf-sub-indicator {
	display: none;
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 {
	position: static;
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(157, 157, 157, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1:hover {
	cursor: pointer;
	text-decoration: underline;
}
@media (min-width: 1024px) {

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 {
		width: auto;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 {
		border-width: 0px;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1.sfHover, #main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1.active-trail {
		margin-bottom: 1rem;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1.sfHover, #main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1.active-trail {
		border-bottom-width: 5px;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1.sfHover, #main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1.active-trail {
		--tw-border-opacity: 1;
		border-color: rgba(0, 158, 219, var(--tw-border-opacity));
	}
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
}
@media (min-width: 1024px) {

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a {
		white-space: nowrap;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a {
		font-weight: 400;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a:hover {
		text-decoration: underline;
	}
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.sf-clicked, #main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.is-active {
	font-weight: 700;
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.menuparent::after {
              content: '';
              background-image: url("../images/arrow-left-white.svg");
              top: 25px;
              position: absolute;
              height: 1.25rem;
              width: 1.25rem;
              transform: var(--tw-transform);
              background-size: contain;
              background-position: right top;
              background-repeat: no-repeat;
            }
@media (min-width: 1024px) {

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.menuparent::after {
		display: none;
	}
}
[dir="ltr"] #main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.menuparent::after {
	right: 0.625rem;
	--tw-rotate: -180deg;
	transform: var(--tw-transform);
}
[dir="rtl"] #main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.menuparent::after {
	left: 0.625rem;
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.is-active {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a.is-active {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 > a span.sf-sub-indicator {
	display: none;
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn {
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(50, 92, 119, var(--tw-bg-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn .sf-clone-parent {
	display: none;
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn .sf-multicolumn-wrapper ul.sf-shadow-off li:last-child {
	border-width: 0px;
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn .sf-multicolumn-wrapper ul.sf-shadow-off li a:hover {
	text-decoration: underline;
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn .sf-multicolumn-wrapper .carousel-arrows-wrapper {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: 0.4;
}
#main-menu-container #block-mainmenu #superfish-main > li.sf-depth-1 ul.sf-multicolumn .sf-multicolumn-wrapper .carousel-arrows-wrapper svg {
                fill: white;
              }
@media (min-width: 768px) {

	[dir="ltr"] .rtl-md-divide > * + * {
		border-left-width: 1px;
	}

	[dir="rtl"] .rtl-md-divide > * + * {
		border-right-width: 1px;
	}
}
[dir=rtl] .rtl-rotate {
  transform: rotate(180deg);
}
[dir=rtl] .lg\:justify-start {
  justify-content: flex-end;
}
.select-circle::before {
	display: block;
	height: 0.25rem;
	width: 0.5rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  background-image: url(../images/select-angle.svg);
  content: '';
}
.select__search-container::before {
	pointer-events: none;
	position: absolute;
	left: 0.25rem;
	height: 1.5rem;
	width: 1.5rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  background-image: url(../images/icon_search.svg);
  content: '';
}
.select__item__icon::before {
	height: 0.5rem;
	width: 0.5rem;
	background-color: currentColor;
	opacity: 0;
  content: '';
}
.select__item__icon.selected {
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
.select__item__icon.selected::before {
	opacity: 1;
}
.select__item__icon.selected span {
	font-weight: 700;
}
.slick-slide:focus {
  outline: none;
}
.carousel-half-card {
  max-width: calc(100% - (100% - 1140px) / 2);
  padding-left: 0.75rem;
  padding-right: 0.75rem}
@media (min-width: 768px) {

	.carousel-half-card {
		padding-left: 0px;
		padding-right: 0px;
	}
  .carousel-half-card {
    width: calc(100% - 1.25rem);
  }

    .carousel-half-card.carousel-horizontal {
      width: calc(100% - 0.25rem);
    }
}
@media (min-width: 1280px) {
  .carousel-half-card {
    width: calc(100% - 5rem);
  }
}
.slick-arrow.slick-disabled {
	opacity: 0.6;
}
.slick-dots li button:before {
	display: inline-block;
	height: 0.625rem;
	width: 0.625rem;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
    content: '';
}
.slick-dots li.slick-active button:before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 158, 219, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .featured-slide-text {
    width: calc(52% - 30px);
  }

  .featured-slide-media {
    width: 50%;
 }

  .featured-slide-wrapper {
    width: calc(100% - 80px * 2);
  }

  .featured-slide-wrapper {
		margin-left: auto;
		margin-right: auto;
	}

  .featured-slide-wrapper {
		max-width: 73.75rem;
	}
}
@media (min-width: 1280px) {
  .featured-slide-wrapper {
    width: calc(100% - 150px * 2);
  }
  .featured-slide-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
  .featured-slide-wrapper {
		max-width: 73.75rem;
	}
}
.filter-tabs .active {
	border-bottom-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.slick-track, .slick-slide > div {
	height: 100%;
}
.carousel-progress-bar::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: left;
    --tw-scale-x: 0;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    --tw-bg-opacity: 1;
    background-color: rgba(0, 158, 219, var(--tw-bg-opacity));
  }
[dir='rtl'] .carousel-progress-bar::after {
	transform-origin: right;
}
.carousel-progress-bar.progressing::after {
	--tw-scale-x: 1;
	transform: var(--tw-transform);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 5000ms;
	transition-timing-function: linear;
}
.social-media-sharing ul {
	margin-top: 1.75rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.social-media-sharing ul > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
[dir="ltr"] .social-media-sharing ul li {
	margin-left: 1rem;
	margin-right: 0px;
}
[dir="rtl"] .social-media-sharing ul li {
	margin-right: 1rem;
	margin-left: 0px;
}
.dashboards--tabs-wrapper {
	margin-bottom: 4rem;
}
@media (min-width: 1024px) {

	.dashboards--tabs-wrapper {
		margin-bottom: 8rem;
	}
}
.dashboards--tabs-wrapper .horizontal-tabs {
	border-width: 0px;
}
.dashboards--tabs-wrapper .horizontal-tabs-list {
	display: flex;
	cursor: pointer;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
	overflow-x: auto;
	background-color: transparent;
}
@media (min-width: 1280px) {

	.dashboards--tabs-wrapper .horizontal-tabs-list {
		cursor: auto;
	}

	.dashboards--tabs-wrapper .horizontal-tabs-list {
		justify-content: center;
	}

	.dashboards--tabs-wrapper .horizontal-tabs-list {
		overflow-x: visible;
	}

	.dashboards--tabs-wrapper .horizontal-tabs-list {
		overflow-y: visible;
	}
}
.dashboards--tabs-wrapper .horizontal-tabs-list {

      /* Hide scrollbar for IE, Edge and Firefox */
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
[dir="ltr"] .dashboards--tabs-wrapper .horizontal-tabs-list > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
[dir="ltr"] .dashboards--tabs-wrapper .horizontal-tabs-list {
	border-width: 0px;
}
[dir="rtl"] .dashboards--tabs-wrapper .horizontal-tabs-list > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	--tw-space-x-reverse: 1;
}
[dir="rtl"] .dashboards--tabs-wrapper .horizontal-tabs-list {
	border-width: 0px;
}
.dashboards--tabs-wrapper .horizontal-tabs-list::-webkit-scrollbar {
	display: none;
}
.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button {
	width: 8.5rem;
	flex: none;
	border-width: 0px;
	background-color: transparent;
}
@media (min-width: 1280px) {

	.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button {
		width: auto;
	}

	.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button {
		max-width: 12.625rem;
	}

	.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button {
		flex: 1 1 0%;
	}
}
.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button a {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0.625rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(175, 174, 174, var(--tw-text-opacity));
}
.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button.selected {
	margin-bottom: 0px;
}
.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button.selected a {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0.625rem;
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button.selected a::after {
              content: '';
              height: 5px;
              position: absolute;
              left: 0px;
              bottom: 0px;
              display: block;
              width: 100%;
              border-radius: 9999px;
              --tw-bg-opacity: 1;
              background-color: rgba(0, 158, 219, var(--tw-bg-opacity));
            }
@media (min-width: 1280px) {

	.dashboards--tabs-wrapper .horizontal-tabs-list li.horizontal-tab-button.selected a::after {
		bottom: -0.125rem;
	}
}
.permanent-entity--type-country-region .person-wrapper:first-child {
	grid-column: span 1 / span 1;
}
@media (min-width: 768px) {

	.permanent-entity--type-country-region .person-wrapper:first-child {
		grid-column: span 2 / span 2;
	}
}
.mailchimp-signup-subscribe-form .form-item {
	position: relative;
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
}
@media (min-width: 640px) {

	.mailchimp-signup-subscribe-form .form-item {
		justify-content: flex-start;
	}
}
.mailchimp-signup-subscribe-form .form-item label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.mailchimp-signup-subscribe-form .form-item [type="email"] {
	width: 100%;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
@media (min-width: 640px) {

	.mailchimp-signup-subscribe-form .form-item [type="email"] {
		width: auto;
	}
}
.mailchimp-signup-subscribe-form .form-actions {
	display: flex;
	justify-content: center;
}
@media (min-width: 640px) {

	.mailchimp-signup-subscribe-form .form-actions {
		justify-content: flex-start;
	}
}
.mailchimp-signup-subscribe-form [type="submit"] {
	display: inline-block;
	white-space: nowrap;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 6rem;
	padding-right: 6rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
	--tw-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mailchimp-signup-subscribe-form [type="submit"]:hover {
	opacity: 0.6;
	--tw-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
@media (min-width: 640px) {

	.mailchimp-signup-subscribe-form [type="submit"] {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}

	.mailchimp-signup-subscribe-form [type="submit"] {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
body:not(.path-search) .views-exposed-form .form-item {
	margin-bottom: 0.5rem;
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}
@media (min-width: 1024px) {

	body:not(.path-search) .views-exposed-form .form-item {
		margin-bottom: 0px;
	}

	body:not(.path-search) .views-exposed-form .form-item {
		margin-top: 0px;
	}
}
body:not(.path-search) .views-exposed-form input.button {
	display: flex;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
body:not(.path-search) .views-exposed-form .form-actions {
	margin-top: 1rem;
	display: flex;
	height: 100%;
	width: 100%;
}
@media (min-width: 1024px) {

	body:not(.path-search) .views-exposed-form .form-actions {
		margin-top: 0px;
	}

	body:not(.path-search) .views-exposed-form .form-actions {
		margin-bottom: 0.125rem;
	}
}
.view-footer {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}
.view-footer .views-display-link {
	margin-bottom: 0.5rem;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.view-footer .views-display-link {
		margin-bottom: 1.25rem;
	}
}
.views-view-grid .views-row {
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
}
@media (min-width: 1024px) {

	.views-view-grid .views-row {
		flex-direction: row;
	}
}
.view-header > h1, .view-header > h2, .view-header > h3, .view-header > h4, .view-header > h5, .view-header > h6, .view-header > ul, .view-header > ol, .view-header > p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
@media (min-width: 640px) {

	.view-header > h1, .view-header > h2, .view-header > h3, .view-header > h4, .view-header > h5, .view-header > h6, .view-header > ul, .view-header > ol, .view-header > p {
		max-width: 41rem;
	}
}
.view-header figure {
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
}
.view-header img {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1024px) {

	.view-header img {
		max-width: 56rem;
	}
}
.view-header a {
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
.view-header blockquote p {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
	padding-top: 3.5rem;
	padding-bottom: 2rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(124, 124, 124, var(--tw-text-opacity));
}
.view-header h1 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
}
.view-header h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
}
.view-header h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}
.horizontal-tabs {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (min-width: 640px) {

	.horizontal-tabs {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (min-width: 1024px) {

	.horizontal-tabs {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.visible {
	visibility: visible;
}
.\!visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.\!absolute {
	position: absolute !important;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.inset-auto {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.top-10 {
	top: 2.5rem;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.top-4 {
	top: 1rem;
}
.z-999 {
	z-index: 999;
}
.z-50 {
	z-index: 50;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-ereport-menu {
	z-index: 1001;
}
.z-ereport-share-card {
	z-index: 1002;
}
.order-2 {
	order: 2;
}
.m-auto {
	margin: auto;
}
.m-3 {
	margin: 0.75rem;
}
.m-0 {
	margin: 0px;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-14 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-7\.5 {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}
.my-7 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mx-1\.5 {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-10\.5 {
	margin-top: 2.625rem;
	margin-bottom: 2.625rem;
}
.mb-13 {
	margin-bottom: 3.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-11 {
	margin-bottom: 2.75rem;
}
.mt-18 {
	margin-top: 4.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-2\.5 {
	margin-bottom: 0.625rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.-mt-10 {
	margin-top: -2.5rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mt-10\.5 {
	margin-top: 2.625rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mb-18 {
	margin-bottom: 4.5rem;
}
.mt-11 {
	margin-top: 2.75rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mr-8 {
	margin-right: 2rem;
}
.-mb-px {
	margin-bottom: -1px;
}
.mt-20 {
	margin-top: 5rem;
}
.-mt-50 {
	margin-top: -12.5rem;
}
.mt-auto {
	margin-top: auto;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-6 {
	height: 1.5rem;
}
.h-full {
	height: 100%;
}
.h-12 {
	height: 3rem;
}
.h-auto {
	height: auto;
}
.h-10 {
	height: 2.5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-24 {
	height: 6rem;
}
.h-8 {
	height: 2rem;
}
.h-screen {
	height: 100vh;
}
.h-36 {
	height: 9rem;
}
.h-42\.5 {
	height: 10.625rem;
}
.h-42 {
	height: 10.5rem;
}
.h-2 {
	height: 0.5rem;
}
.h-56 {
	height: 14rem;
}
.h-80 {
	height: 20rem;
}
.h-70 {
	height: 17.5rem;
}
.h-0\.25 {
	height: 0.0625rem;
}
.h-0 {
	height: 0px;
}
.h-44 {
	height: 11rem;
}
.h-48 {
	height: 12rem;
}
.h-32 {
	height: 8rem;
}
.h-87\.5 {
	height: 21.875rem;
}
.h-14 {
	height: 3.5rem;
}
.h-120 {
	height: 30rem;
}
.h-15 {
	height: 3.75rem;
}
.h-50 {
	height: 12.5rem;
}
.h-4 {
	height: 1rem;
}
.h-28 {
	height: 7rem;
}
.h-110 {
	height: 27.5rem;
}
.h-40 {
	height: 10rem;
}
.h-4\.5 {
	height: 1.125rem;
}
.h-90 {
	height: 22.5rem;
}
.h-118 {
	height: 29.5rem;
}
.h-5\.5 {
	height: 1.375rem;
}
.h-3 {
	height: 0.75rem;
}
.h-22 {
	height: 5.5rem;
}
.h-20 {
	height: 5rem;
}
.h-1\.5 {
	height: 0.375rem;
}
.h-1 {
	height: 0.25rem;
}
.h-7 {
	height: 1.75rem;
}
.h-16 {
	height: 4rem;
}
.max-h-full {
	max-height: 100%;
}
.max-h-120 {
	max-height: 30rem;
}
.max-h-32 {
	max-height: 8rem;
}
.max-h-screen {
	max-height: 100vh;
}
.min-h-12 {
	min-height: 3rem;
}
.min-h-16 {
	min-height: 4rem;
}
.min-h-56 {
	min-height: 14rem;
}
.w-full {
	width: 100%;
}
.w-6 {
	width: 1.5rem;
}
.w-40 {
	width: 10rem;
}
.w-16 {
	width: 4rem;
}
.w-44 {
	width: 11rem;
}
.w-10 {
	width: 2.5rem;
}
.w-5 {
	width: 1.25rem;
}
.w-24 {
	width: 6rem;
}
.w-8 {
	width: 2rem;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-11 {
	width: 2.75rem;
}
.w-75 {
	width: 18.75rem;
}
.w-64 {
	width: 16rem;
}
.w-48 {
	width: 12rem;
}
.w-2 {
	width: 0.5rem;
}
.w-10\/9 {
	width: 111%;
}
.w-7\/10 {
	width: 70%;
}
.w-3\/10 {
	width: 30%;
}
.w-70 {
	width: 17.5rem;
}
.w-78 {
	width: 19.5rem;
}
.w-65 {
	width: 16.25rem;
}
.w-32 {
	width: 8rem;
}
.w-67\.5 {
	width: 16.875rem;
}
.w-15 {
	width: 3.75rem;
}
.w-38 {
	width: 9.5rem;
}
.w-4 {
	width: 1rem;
}
.w-58 {
	width: 14.5rem;
}
.w-3 {
	width: 0.75rem;
}
.w-56 {
	width: 14rem;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-4\.5 {
	width: 1.125rem;
}
.w-5\.5 {
	width: 1.375rem;
}
.w-screen {
	width: 100vw;
}
.w-12 {
	width: 3rem;
}
.w-22 {
	width: 5.5rem;
}
.w-20 {
	width: 5rem;
}
.w-9\/10 {
	width: 90%;
}
.w-7 {
	width: 1.75rem;
}
.w-auto {
	width: auto;
}
.max-w-full {
	max-width: 100%;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-285 {
	max-width: 71.25rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-\[80\%\] {
	max-width: 80%;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-10 {
	max-width: 2.75rem;
}
.max-w-230 {
	max-width: 57.5rem;
}
.max-w-video-xl {
	max-width: 63rem;
}
.max-w-100 {
	max-width: 25rem;
}
.max-w-194 {
	max-width: 48.5rem;
}
.max-w-none {
	max-width: none;
}
.flex-none {
	flex: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.flex-grow-0 {
	flex-grow: 0;
}
.origin-top-right {
	transform-origin: top right;
}
.-translate-x-0\.5 {
	--tw-translate-x: -0.125rem;
	transform: var(--tw-transform);
}
.-translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.translate-x-0\.5 {
	--tw-translate-x: 0.125rem;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.transform-none {
	transform: none;
}
@-webkit-keyframes ping {

	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes ping {

	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}
.animate-ping {
	-webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
	        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.list-decimal {
	list-style-type: decimal;
}
.grid-flow-row {
	grid-auto-flow: row;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-body-and-contact-details {
	grid-template-columns: auto 360px;
}
.grid-cols-main-with-right-sidebar {
	grid-template-columns: auto 30%;
}
.grid-cols-body-and-social-links {
	grid-template-columns: auto 60px;
}
.grid-cols-sidebar {
	grid-template-columns: 400px auto;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}
.justify-items-center {
	justify-items: center;
}
.gap-4 {
	gap: 1rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-y-8 {
	row-gap: 2rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-x-14 {
	-moz-column-gap: 3.5rem;
	     column-gap: 3.5rem;
}
.gap-x-20 {
	-moz-column-gap: 5rem;
	     column-gap: 5rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.gap-x-24 {
	-moz-column-gap: 6rem;
	     column-gap: 6rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-17\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-un-primary-light > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-divide-opacity));
}
.divide-un-gray-dark > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(124, 124, 124, var(--tw-divide-opacity));
}
.divide-un-gray-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(232, 232, 232, var(--tw-divide-opacity));
}
.self-center {
	align-self: center;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-ellipsis {
	text-overflow: ellipsis;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-words {
	word-wrap: break-word;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-t-md {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.rounded-b-md {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.border-0 {
	border-width: 0px;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-un-gray-light {
	--tw-border-opacity: 1;
	border-color: rgba(157, 157, 157, var(--tw-border-opacity));
}
.border-un-primary-light {
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
}
.border-un-gray-3 {
	--tw-border-opacity: 1;
	border-color: rgba(230, 232, 234, var(--tw-border-opacity));
}
.border-un-gray-lighter {
	--tw-border-opacity: 1;
	border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}
.border-un-gray-lightest {
	--tw-border-opacity: 1;
	border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}
.border-current {
	border-color: currentColor;
}
.border-un-primary-light-2 {
	--tw-border-opacity: 1;
	border-color: rgba(0, 158, 219, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-un-primary-light-1 {
	--tw-border-opacity: 1;
	border-color: rgba(0, 173, 239, var(--tw-border-opacity));
}
.border-un-gray-5 {
	--tw-border-opacity: 1;
	border-color: rgba(232, 232, 232, var(--tw-border-opacity));
}
.bg-ereport-pillar0 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 158, 219, var(--tw-bg-opacity));
}
.bg-ereport-pillar0-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(46, 75, 99, var(--tw-bg-opacity));
}
.bg-ereport-pillar1 {
	--tw-bg-opacity: 1;
	background-color: rgba(80, 146, 205, var(--tw-bg-opacity));
}
.bg-ereport-pillar1-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(46, 75, 99, var(--tw-bg-opacity));
}
.bg-ereport-pillar2 {
	--tw-bg-opacity: 1;
	background-color: rgba(81, 193, 237, var(--tw-bg-opacity));
}
.bg-ereport-pillar2-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(47, 97, 115, var(--tw-bg-opacity));
}
.bg-ereport-pillar3 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 194, 8, var(--tw-bg-opacity));
}
.bg-ereport-pillar3-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(117, 91, 9, var(--tw-bg-opacity));
}
.bg-ereport-pillar4 {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 132, 29, var(--tw-bg-opacity));
}
.bg-ereport-pillar4-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(113, 62, 18, var(--tw-bg-opacity));
}
.bg-ereport-pillar5 {
	--tw-bg-opacity: 1;
	background-color: rgba(169, 40, 69, var(--tw-bg-opacity));
}
.bg-ereport-pillar5-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(78, 20, 36, var(--tw-bg-opacity));
}
.bg-ereport-pillar6 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 173, 75, var(--tw-bg-opacity));
}
.bg-ereport-pillar6-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(1, 86, 47, var(--tw-bg-opacity));
}
.bg-ereport-pillar7 {
	--tw-bg-opacity: 1;
	background-color: rgba(135, 234, 216, var(--tw-bg-opacity));
}
.bg-ereport-pillar7-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(71, 102, 93, var(--tw-bg-opacity));
}
.bg-ereport-pillar8 {
	--tw-bg-opacity: 1;
	background-color: rgba(135, 129, 189, var(--tw-bg-opacity));
}
.bg-ereport-pillar8-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(70, 66, 90, var(--tw-bg-opacity));
}
.bg-ereport-pillar9 {
	--tw-bg-opacity: 1;
	background-color: rgba(20, 76, 110, var(--tw-bg-opacity));
}
.bg-ereport-pillar9-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 46, 59, var(--tw-bg-opacity));
}
.bg-un-gray-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 232, 234, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-un-gray-lightest {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.bg-un-primary-main {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 92, 119, var(--tw-bg-opacity));
}
.bg-un-primary-light {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 158, 219, var(--tw-bg-opacity));
}
.bg-un-gray-light {
	--tw-bg-opacity: 1;
	background-color: rgba(157, 157, 157, var(--tw-bg-opacity));
}
.bg-un-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 154, 60, var(--tw-bg-opacity));
}
.bg-un-purple {
	--tw-bg-opacity: 1;
	background-color: rgba(159, 19, 59, var(--tw-bg-opacity));
}
.bg-un-green {
	--tw-bg-opacity: 1;
	background-color: rgba(127, 178, 138, var(--tw-bg-opacity));
}
.bg-un-indigo {
	--tw-bg-opacity: 1;
	background-color: rgba(13, 68, 97, var(--tw-bg-opacity));
}
.bg-un-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(121, 118, 177, var(--tw-bg-opacity));
}
.bg-un-gray-lighter-30 {
	background-color: rgba(216,216,216,0.30196);
}
.bg-un-gray-lighter {
	--tw-bg-opacity: 1;
	background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-un-primary-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(24, 75, 110, var(--tw-bg-opacity));
}
.bg-un-gray-darkest {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}
.bg-ereport-black-50 {
	background-color: rgba(0,0,0,0.50196);
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-un-gray-darkest {
	--tw-gradient-from: #333333;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
}
.bg-cover {
	background-size: cover;
}
.bg-full {
	background-size: 100%;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-1 {
	padding: 0.25rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-0 {
	padding: 0px;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-4\.8 {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-10\.5 {
	padding-top: 2.625rem;
	padding-bottom: 2.625rem;
}
.px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}
.px-8\.5 {
	padding-left: 2.125rem;
	padding-right: 2.125rem;
}
.py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-6\.5 {
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-12\.5 {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-4\.5 {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-11 {
	padding-top: 2.75rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pt-6\.5 {
	padding-top: 1.625rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pb-15 {
	padding-bottom: 3.75rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-2\.5 {
	padding-bottom: 0.625rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-10\.5 {
	padding-bottom: 2.625rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-14 {
	padding-bottom: 3.5rem;
}
.pb-7\.5 {
	padding-bottom: 1.875rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pb-9 {
	padding-bottom: 2.25rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-25 {
	padding-top: 6.25rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pt-4\.5 {
	padding-top: 1.125rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.font-body {
	font-family: Roboto, sans-serif;
}
.font-sans {
	font-family: sans-serif;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-1\.5xl {
	font-size: 1.375rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-2\.5xl {
	font-size: 1.75rem;
}
.text-2xs {
	font-size: 0.625rem;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.font-black {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.not-italic {
	font-style: normal;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
	font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ordinal {
	--tw-ordinal: ordinal;
}
.leading-8 {
	line-height: 2rem;
}
.leading-normal {
	line-height: 1.5;
}
.leading-snug {
	line-height: 1.375;
}
.leading-relaxed {
	line-height: 1.75;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-5 {
	line-height: 1.25;
}
.leading-tight {
	line-height: 1.16;
}
.leading-9 {
	line-height: 2.25;
}
.leading-card {
	line-height: 1.33;
}
.leading-loose {
	line-height: 2;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-ereport-menu {
	letter-spacing: 3.75px;
}
.text-ereport-pillar0 {
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
.text-ereport-pillar1 {
	--tw-text-opacity: 1;
	color: rgba(80, 146, 205, var(--tw-text-opacity));
}
.text-ereport-pillar2 {
	--tw-text-opacity: 1;
	color: rgba(81, 193, 237, var(--tw-text-opacity));
}
.text-ereport-pillar3 {
	--tw-text-opacity: 1;
	color: rgba(255, 194, 8, var(--tw-text-opacity));
}
.text-ereport-pillar4 {
	--tw-text-opacity: 1;
	color: rgba(247, 132, 29, var(--tw-text-opacity));
}
.text-ereport-pillar5 {
	--tw-text-opacity: 1;
	color: rgba(169, 40, 69, var(--tw-text-opacity));
}
.text-ereport-pillar6 {
	--tw-text-opacity: 1;
	color: rgba(0, 173, 75, var(--tw-text-opacity));
}
.text-ereport-pillar7 {
	--tw-text-opacity: 1;
	color: rgba(135, 234, 216, var(--tw-text-opacity));
}
.text-ereport-pillar8 {
	--tw-text-opacity: 1;
	color: rgba(135, 129, 189, var(--tw-text-opacity));
}
.text-ereport-pillar9 {
	--tw-text-opacity: 1;
	color: rgba(20, 76, 110, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-un-primary-light-1 {
	--tw-text-opacity: 1;
	color: rgba(0, 173, 239, var(--tw-text-opacity));
}
.text-un-gray-light {
	--tw-text-opacity: 1;
	color: rgba(157, 157, 157, var(--tw-text-opacity));
}
.text-un-gray-dark {
	--tw-text-opacity: 1;
	color: rgba(124, 124, 124, var(--tw-text-opacity));
}
.text-un-gray-darkest {
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-un-gray-4 {
	--tw-text-opacity: 1;
	color: rgba(175, 174, 174, var(--tw-text-opacity));
}
.text-un-primary-light {
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-un-primary-light-2 {
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
.text-un-gray-lighter {
	--tw-text-opacity: 1;
	color: rgba(216, 216, 216, var(--tw-text-opacity));
}
.text-un-gray-dark-2 {
	--tw-text-opacity: 1;
	color: rgba(83, 83, 83, var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.placeholder-opacity-50::-moz-placeholder {
	--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50:-ms-input-placeholder {
	--tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
	--tw-placeholder-opacity: 0.5;
}
.opacity-10 {
	opacity: 0.1;
}
.opacity-20 {
	opacity: 0.2;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-65 {
	opacity: .65;
}
.opacity-100 {
	opacity: 1;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-0 {
	opacity: 0;
}
.opacity-25 {
	opacity: 0.25;
}
.mix-blend-multiply {
	mix-blend-mode: multiply;
}
.shadow-un {
	--tw-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-none {
	--tw-shadow: 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-countries-list {
	--tw-shadow: 0 15px 10px -4px rgba(0, 0, 0, 0.1), 0 -10px 10px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-ereport-card {
	--tw-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-shadow {
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.duration-700 {
	transition-duration: 700ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.line-clamp-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.line-clamp-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
[dir="ltr"] .ps-3 {
	padding-left: 0.75rem;
}
[dir="rtl"] .ps-3 {
	padding-right: 0.75rem;
}
[dir="ltr"] .pe-3 {
	padding-right: 0.75rem;
}
[dir="rtl"] .pe-3 {
	padding-left: 0.75rem;
}
[dir="ltr"] .ps-5 {
	padding-left: 1.25rem;
}
[dir="rtl"] .ps-5 {
	padding-right: 1.25rem;
}
[dir="ltr"] .ps-6 {
	padding-left: 1.5rem;
}
[dir="rtl"] .ps-6 {
	padding-right: 1.5rem;
}
[dir="ltr"] .pe-6 {
	padding-right: 1.5rem;
}
[dir="rtl"] .pe-6 {
	padding-left: 1.5rem;
}
[dir="ltr"] .ps-10 {
	padding-left: 2.5rem;
}
[dir="rtl"] .ps-10 {
	padding-right: 2.5rem;
}
[dir="ltr"] .ps-5\.5 {
	padding-left: 1.375rem;
}
[dir="rtl"] .ps-5\.5 {
	padding-right: 1.375rem;
}
[dir="ltr"] .me-0 {
	margin-right: 0px;
}
[dir="rtl"] .me-0 {
	margin-left: 0px;
}
[dir="ltr"] .me-1 {
	margin-right: 0.25rem;
}
[dir="rtl"] .me-1 {
	margin-left: 0.25rem;
}
[dir="ltr"] .ms-2 {
	margin-left: 0.5rem;
}
[dir="rtl"] .ms-2 {
	margin-right: 0.5rem;
}
[dir="ltr"] .me-2 {
	margin-right: 0.5rem;
}
[dir="rtl"] .me-2 {
	margin-left: 0.5rem;
}
[dir="ltr"] .ms-3 {
	margin-left: 0.75rem;
}
[dir="rtl"] .ms-3 {
	margin-right: 0.75rem;
}
[dir="ltr"] .me-3 {
	margin-right: 0.75rem;
}
[dir="rtl"] .me-3 {
	margin-left: 0.75rem;
}
[dir="ltr"] .ms-4 {
	margin-left: 1rem;
}
[dir="rtl"] .ms-4 {
	margin-right: 1rem;
}
[dir="ltr"] .me-4 {
	margin-right: 1rem;
}
[dir="rtl"] .me-4 {
	margin-left: 1rem;
}
[dir="ltr"] .ms-5 {
	margin-left: 1.25rem;
}
[dir="rtl"] .ms-5 {
	margin-right: 1.25rem;
}
[dir="ltr"] .me-5 {
	margin-right: 1.25rem;
}
[dir="rtl"] .me-5 {
	margin-left: 1.25rem;
}
[dir="ltr"] .me-7 {
	margin-right: 1.75rem;
}
[dir="rtl"] .me-7 {
	margin-left: 1.75rem;
}
[dir="ltr"] .ms-8 {
	margin-left: 2rem;
}
[dir="rtl"] .ms-8 {
	margin-right: 2rem;
}
[dir="ltr"] .ms-16 {
	margin-left: 4rem;
}
[dir="rtl"] .ms-16 {
	margin-right: 4rem;
}
[dir="ltr"] .ms-auto {
	margin-left: auto;
}
[dir="rtl"] .ms-auto {
	margin-right: auto;
}
[dir="ltr"] .me-1\.5 {
	margin-right: 0.375rem;
}
[dir="rtl"] .me-1\.5 {
	margin-left: 0.375rem;
}
[dir="ltr"] .ms-2\.5 {
	margin-left: 0.625rem;
}
[dir="rtl"] .ms-2\.5 {
	margin-right: 0.625rem;
}
[dir="ltr"] .me-2\.5 {
	margin-right: 0.625rem;
}
[dir="rtl"] .me-2\.5 {
	margin-left: 0.625rem;
}
[dir="ltr"] .ms-5\.5 {
	margin-left: 1.375rem;
}
[dir="rtl"] .ms-5\.5 {
	margin-right: 1.375rem;
}
[dir="ltr"] .-me-1 {
	margin-right: -0.25rem;
}
[dir="rtl"] .-me-1 {
	margin-left: -0.25rem;
}
[dir="ltr"] .-ms-2 {
	margin-left: -0.5rem;
}
[dir="rtl"] .-ms-2 {
	margin-right: -0.5rem;
}
[dir="rtl"] .start-0 {
	right: 0px;
}
[dir="rtl"] .end-0 {
	left: 0px;
}
[dir="ltr"] .end-0 {
	right: 0px;
}
[dir="ltr"] .start-0 {
	left: 0px;
}
[dir="rtl"] .start-4 {
	right: 1rem;
}
[dir="ltr"] .start-4 {
	left: 1rem;
}
[dir="rtl"] .end-10 {
	left: 2.5rem;
}
[dir="ltr"] .end-10 {
	right: 2.5rem;
}
[dir="rtl"] .start-16 {
	right: 4rem;
}
[dir="ltr"] .start-16 {
	left: 4rem;
}
[dir="rtl"] .-start-19 {
	right: -4.75rem;
}
[dir="ltr"] .-start-19 {
	left: -4.75rem;
}
[dir="rtl"] .-start-1\/18 {
	right: -5.5%;
}
[dir="ltr"] .-start-1\/18 {
	left: -5.5%;
}
[dir="ltr"] .rounded-ts-md {
	border-top-left-radius: 0.375rem;
}
[dir="ltr"] .rounded-te-md {
	border-top-right-radius: 0.375rem;
}
[dir="ltr"] .rounded-bs-md {
	border-bottom-left-radius: 0.375rem;
}
[dir="rtl"] .rounded-te-md {
	border-top-left-radius: 0.375rem;
}
[dir="rtl"] .rounded-ts-md {
	border-top-right-radius: 0.375rem;
}
[dir="rtl"] .rounded-bs-md {
	border-bottom-right-radius: 0.375rem;
}
[dir="rtl"] .text-start {
	text-align: right;
}
[dir="rtl"] .text-end {
	text-align: left;
}
[dir="ltr"] .text-end {
	text-align: right;
}
[dir="ltr"] .text-start {
	text-align: left;
}
[dir="ltr"] .space-s-1 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(0.25rem * var(--tw-space-s-reverse));
}
[dir="rtl"] .space-s-1 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(0.25rem * var(--tw-space-s-reverse));
}
[dir="ltr"] .space-s-1 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-s-reverse)));
}
[dir="rtl"] .space-s-1 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(0.25rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-s-reverse: 0;
}
[dir="ltr"] .space-s-2 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(0.5rem * var(--tw-space-s-reverse));
}
[dir="rtl"] .space-s-2 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(0.5rem * var(--tw-space-s-reverse));
}
[dir="ltr"] .space-s-2 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-s-reverse)));
}
[dir="rtl"] .space-s-2 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(0.5rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-s-reverse: 0;
}
[dir="ltr"] .space-s-3 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(0.75rem * var(--tw-space-s-reverse));
}
[dir="rtl"] .space-s-3 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(0.75rem * var(--tw-space-s-reverse));
}
[dir="ltr"] .space-s-3 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
}
[dir="rtl"] .space-s-3 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-s-reverse: 0;
}
[dir="ltr"] .space-s-4 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(1rem * var(--tw-space-s-reverse));
}
[dir="rtl"] .space-s-4 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(1rem * var(--tw-space-s-reverse));
}
[dir="ltr"] .space-s-4 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
}
[dir="rtl"] .space-s-4 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-s-reverse: 0;
}
[dir="ltr"] .space-s-5 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(1.25rem * var(--tw-space-s-reverse));
}
[dir="rtl"] .space-s-5 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(1.25rem * var(--tw-space-s-reverse));
}
[dir="ltr"] .space-s-5 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
}
[dir="rtl"] .space-s-5 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-s-reverse: 0;
}
[dir="ltr"] .space-s-6 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(1.5rem * var(--tw-space-s-reverse));
}
[dir="rtl"] .space-s-6 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(1.5rem * var(--tw-space-s-reverse));
}
[dir="ltr"] .space-s-6 > :not([hidden]) ~ :not([hidden]) {
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-s-reverse)));
}
[dir="rtl"] .space-s-6 > :not([hidden]) ~ :not([hidden]) {
	margin-right: calc(1.5rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-s-reverse: 0;
}
[dir="ltr"] .divide-s > :not([hidden]) ~ :not([hidden]) {
	border-right-width: calc(1px * var(--tw-divide-s-reverse));
}
[dir="rtl"] .divide-s > :not([hidden]) ~ :not([hidden]) {
	border-left-width: calc(1px * var(--tw-divide-s-reverse));
}
[dir="ltr"] .divide-s > :not([hidden]) ~ :not([hidden]) {
	border-left-width: calc(1px * calc(1 - var(--tw-divide-s-reverse)));
}
[dir="rtl"] .divide-s > :not([hidden]) ~ :not([hidden]) {
	border-right-width: calc(1px * calc(1 - var(--tw-divide-s-reverse)));
}
.divide-s > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-s-reverse: 0;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: inherit;
}
.first\:pl-0:first-child {
	padding-left: 0px;
}
.last\:pr-0:last-child {
	padding-right: 0px;
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:bg-un-gray-light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(157, 157, 157, var(--tw-bg-opacity));
}
.hover\:bg-un-primary-main:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 92, 119, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-un-gray-lightest:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.hover\:text-un-gray-darkest:hover {
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.hover\:text-un-primary-light:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 158, 219, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:opacity-60:hover {
	opacity: 0.6;
}
.hover\:opacity-80:hover {
	opacity: 0.8;
}
.hover\:opacity-50:hover {
	opacity: 0.5;
}
.hover\:opacity-100:hover {
	opacity: 1;
}
.hover\:shadow-un:hover {
	--tw-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
[dir="ltr"] .hover\:ps-2:hover {
	padding-left: 0.5rem;
}
[dir="rtl"] .hover\:ps-2:hover {
	padding-right: 0.5rem;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:ring-gray-100:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}
.focus\:ring-offset-gray-100:focus {
	--tw-ring-offset-color: #f3f4f6;
}
.group:hover .group-hover\:block {
	display: block;
}
.group:hover .group-hover\:h-8 {
	height: 2rem;
}
.group:hover .group-hover\:translate-x-2\.5 {
	--tw-translate-x: 0.625rem;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:translate-x-2 {
	--tw-translate-x: 0.5rem;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:bg-full\+10 {
	background-size: 110%;
}
.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
[dir="ltr"] .ltr\:ml-2 {
	margin-left: 0.5rem;
}
[dir="rtl"] .rtl\:mr-2 {
	margin-right: 0.5rem;
}
@media (min-width: 640px) {

	.sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.sm\:my-24 {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}

	.sm\:my-3\.5 {
		margin-top: 0.875rem;
		margin-bottom: 0.875rem;
	}

	.sm\:my-3 {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}

	.sm\:my-auto {
		margin-top: auto;
		margin-bottom: auto;
	}

	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.sm\:mt-6 {
		margin-top: 1.5rem;
	}

	.sm\:mt-14 {
		margin-top: 3.5rem;
	}

	.sm\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.sm\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}

	.sm\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.sm\:mb-12 {
		margin-bottom: 3rem;
	}

	.sm\:mt-12 {
		margin-top: 3rem;
	}

	.sm\:mt-0 {
		margin-top: 0px;
	}

	.sm\:mb-8 {
		margin-bottom: 2rem;
	}

	.sm\:mb-13 {
		margin-bottom: 3.25rem;
	}

	.sm\:mb-9 {
		margin-bottom: 2.25rem;
	}

	.sm\:mb-28 {
		margin-bottom: 7rem;
	}

	.sm\:mt-4 {
		margin-top: 1rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:grid {
		display: grid;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-16 {
		height: 4rem;
	}

	.sm\:h-auto {
		height: auto;
	}

	.sm\:h-50 {
		height: 12.5rem;
	}

	.sm\:h-8 {
		height: 2rem;
	}

	.sm\:w-96 {
		width: 24rem;
	}

	.sm\:w-auto {
		width: auto;
	}

	.sm\:w-134\.5 {
		width: 33.625rem;
	}

	.sm\:w-93 {
		width: 23.25rem;
	}

	.sm\:w-90 {
		width: 22.5rem;
	}

	.sm\:w-88 {
		width: 22rem;
	}

	.sm\:w-3\/12 {
		width: 25%;
	}

	.sm\:w-16 {
		width: 4rem;
	}

	.sm\:w-58 {
		width: 14.5rem;
	}

	.sm\:w-40 {
		width: 10rem;
	}

	.sm\:w-8 {
		width: 2rem;
	}

	.sm\:max-w-100 {
		max-width: 25rem;
	}

	.sm\:max-w-48 {
		max-width: 11rem;
	}

	.sm\:max-w-container-narrow {
		max-width: 73.75rem;
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sm\:flex-row {
		flex-direction: row;
	}

	.sm\:flex-wrap {
		flex-wrap: wrap;
	}

	.sm\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.sm\:items-start {
		align-items: flex-start;
	}

	.sm\:justify-start {
		justify-content: flex-start;
	}

	.sm\:justify-center {
		justify-content: center;
	}

	.sm\:gap-x-4 {
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
	}

	.sm\:gap-y-8 {
		row-gap: 2rem;
	}

	.sm\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}

	.sm\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}

	.sm\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}

	.sm\:gap-y-0 {
		row-gap: 0px;
	}

	.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.sm\:overflow-hidden {
		overflow: hidden;
	}

	.sm\:truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sm\:rounded {
		border-radius: 0.25rem;
	}

	.sm\:border {
		border-width: 1px;
	}

	.sm\:p-8 {
		padding: 2rem;
	}

	.sm\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.sm\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.sm\:px-15 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}

	.sm\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.sm\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.sm\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sm\:pt-24 {
		padding-top: 6rem;
	}

	.sm\:pb-0 {
		padding-bottom: 0px;
	}

	.sm\:pt-20 {
		padding-top: 5rem;
	}

	.sm\:pb-12 {
		padding-bottom: 3rem;
	}

	.sm\:pt-15 {
		padding-top: 3.75rem;
	}

	.sm\:pb-13 {
		padding-bottom: 3.25rem;
	}

	.sm\:pt-6\.5 {
		padding-top: 1.625rem;
	}

	.sm\:pb-7\.5 {
		padding-bottom: 1.875rem;
	}

	.sm\:pt-6 {
		padding-top: 1.5rem;
	}

	.sm\:pb-7 {
		padding-bottom: 1.75rem;
	}

	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.sm\:shadow-un {
		--tw-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	}

	[dir="ltr"] .sm\:me-0 {
		margin-right: 0px;
	}

	[dir="rtl"] .sm\:me-0 {
		margin-left: 0px;
	}

	[dir="ltr"] .sm\:ms-5 {
		margin-left: 1.25rem;
	}

	[dir="rtl"] .sm\:ms-5 {
		margin-right: 1.25rem;
	}

	[dir="ltr"] .sm\:me-5 {
		margin-right: 1.25rem;
	}

	[dir="rtl"] .sm\:me-5 {
		margin-left: 1.25rem;
	}

	[dir="ltr"] .sm\:me-7 {
		margin-right: 1.75rem;
	}

	[dir="rtl"] .sm\:me-7 {
		margin-left: 1.75rem;
	}

	[dir="rtl"] .sm\:float-end {
		float: left;
	}

	[dir="ltr"] .sm\:float-end {
		float: right;
	}

	[dir="rtl"] .sm\:text-start {
		text-align: right;
	}

	[dir="ltr"] .sm\:text-start {
		text-align: left;
	}

	[dir="ltr"] .sm\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1.25rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .sm\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1.25rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .sm\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .sm\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.sm\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .sm\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(2rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .sm\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(2rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .sm\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(2rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .sm\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(2rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.sm\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .sm\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(3.5rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .sm\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(3.5rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .sm\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(3.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .sm\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(3.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.sm\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}
}
@media (min-width: 768px) {

	.md\:static {
		position: static;
	}

	.md\:absolute {
		position: absolute;
	}

	.md\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.md\:my-18 {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:mx-1 {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}

	.md\:my-20 {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	.md\:mt-16 {
		margin-top: 4rem;
	}

	.md\:mb-20 {
		margin-bottom: 5rem;
	}

	.md\:mb-38 {
		margin-bottom: 9.5rem;
	}

	.md\:mb-24 {
		margin-bottom: 6rem;
	}

	.md\:mt-20 {
		margin-top: 5rem;
	}

	.md\:mb-9 {
		margin-bottom: 2.25rem;
	}

	.md\:mt-8 {
		margin-top: 2rem;
	}

	.md\:mb-12 {
		margin-bottom: 3rem;
	}

	.md\:mb-11 {
		margin-bottom: 2.75rem;
	}

	.md\:mb-8 {
		margin-bottom: 2rem;
	}

	.md\:mt-10 {
		margin-top: 2.5rem;
	}

	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mt-6 {
		margin-top: 1.5rem;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:mt-9 {
		margin-top: 2.25rem;
	}

	.md\:mt-28 {
		margin-top: 7rem;
	}

	.md\:mb-18 {
		margin-bottom: 4.5rem;
	}

	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.md\:mt-4 {
		margin-top: 1rem;
	}

	.md\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.md\:mb-16 {
		margin-bottom: 4rem;
	}

	.md\:mt-12 {
		margin-top: 3rem;
	}

	.md\:mt-auto {
		margin-top: auto;
	}

	.md\:mt-18 {
		margin-top: 4.5rem;
	}

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:inline {
		display: inline;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-28 {
		height: 7rem;
	}

	.md\:h-115 {
		height: 28.75rem;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:h-161\.5 {
		height: 40.375rem;
	}

	.md\:h-38 {
		height: 9.5rem;
	}

	.md\:min-h-115 {
		min-height: 28.75rem;
	}

	.md\:min-h-0 {
		min-height: 0px;
	}

	.md\:w-28 {
		width: 7rem;
	}

	.md\:w-auto {
		width: auto;
	}

	.md\:w-4\/6 {
		width: 66.666667%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-90 {
		width: 22.5rem;
	}

	.md\:w-78 {
		width: 19.5rem;
	}

	.md\:w-38 {
		width: 9.5rem;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:max-w-sm {
		max-width: 24rem;
	}

	.md\:max-w-50\.5 {
		max-width: 12.625rem;
	}

	.md\:max-w-150 {
		max-width: 37.5rem;
	}

	.md\:flex-1 {
		flex: 1 1 0%;
	}

	.md\:grid-flow-col {
		grid-auto-flow: column;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:flex-wrap {
		flex-wrap: wrap;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

	.md\:justify-end {
		justify-content: flex-end;
	}

	.md\:justify-center {
		justify-content: center;
	}

	.md\:justify-between {
		justify-content: space-between;
	}

	.md\:justify-evenly {
		justify-content: space-evenly;
	}

	.md\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}

	.md\:gap-y-8 {
		row-gap: 2rem;
	}

	.md\:gap-x-4 {
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
	}

	.md\:gap-y-12 {
		row-gap: 3rem;
	}

	.md\:gap-x-14 {
		-moz-column-gap: 3.5rem;
		     column-gap: 3.5rem;
	}

	.md\:gap-x-28 {
		-moz-column-gap: 7rem;
		     column-gap: 7rem;
	}

	.md\:gap-x-18 {
		-moz-column-gap: 4.5rem;
		     column-gap: 4.5rem;
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.md\:border-0 {
		border-width: 0px;
	}

	.md\:border-b {
		border-bottom-width: 1px;
	}

	.md\:bg-transparent {
		background-color: transparent;
	}

	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.md\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.md\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.md\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.md\:px-20\.5 {
		padding-left: 5.125rem;
		padding-right: 5.125rem;
	}

	.md\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.md\:py-25 {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem;
	}

	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.md\:py-7\.5 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}

	.md\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.md\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.md\:pb-20 {
		padding-bottom: 5rem;
	}

	.md\:pt-16 {
		padding-top: 4rem;
	}

	.md\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.md\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.md\:pt-5 {
		padding-top: 1.25rem;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.md\:text-black {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.md\:shadow-un {
		--tw-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	}

	.md\:line-clamp-2 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	[dir="ltr"] .md\:ps-4 {
		padding-left: 1rem;
	}

	[dir="rtl"] .md\:ps-4 {
		padding-right: 1rem;
	}

	[dir="ltr"] .md\:pe-4 {
		padding-right: 1rem;
	}

	[dir="rtl"] .md\:pe-4 {
		padding-left: 1rem;
	}

	[dir="ltr"] .md\:ps-6 {
		padding-left: 1.5rem;
	}

	[dir="rtl"] .md\:ps-6 {
		padding-right: 1.5rem;
	}

	[dir="ltr"] .md\:pe-12 {
		padding-right: 3rem;
	}

	[dir="rtl"] .md\:pe-12 {
		padding-left: 3rem;
	}

	[dir="ltr"] .md\:pe-12\.5 {
		padding-right: 3.125rem;
	}

	[dir="rtl"] .md\:pe-12\.5 {
		padding-left: 3.125rem;
	}

	[dir="ltr"] .md\:me-2 {
		margin-right: 0.5rem;
	}

	[dir="rtl"] .md\:me-2 {
		margin-left: 0.5rem;
	}

	[dir="ltr"] .md\:ms-4 {
		margin-left: 1rem;
	}

	[dir="rtl"] .md\:ms-4 {
		margin-right: 1rem;
	}

	[dir="ltr"] .md\:ms-6 {
		margin-left: 1.5rem;
	}

	[dir="rtl"] .md\:ms-6 {
		margin-right: 1.5rem;
	}

	[dir="ltr"] .md\:me-7 {
		margin-right: 1.75rem;
	}

	[dir="rtl"] .md\:me-7 {
		margin-left: 1.75rem;
	}

	[dir="rtl"] .md\:text-start {
		text-align: right;
	}

	[dir="ltr"] .md\:text-start {
		text-align: left;
	}

	[dir="ltr"] .md\:space-s-2 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(0.5rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .md\:space-s-2 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(0.5rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .md\:space-s-2 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .md\:space-s-2 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(0.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.md\:space-s-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .md\:space-s-3 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(0.75rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .md\:space-s-3 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(0.75rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .md\:space-s-3 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .md\:space-s-3 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.md\:space-s-3 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .md\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .md\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .md\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .md\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.md\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .md\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1.25rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .md\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1.25rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .md\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .md\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.md\:space-s-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .md\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(2rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .md\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(2rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .md\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(2rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .md\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(2rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.md\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .md\:space-s-20 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(5rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .md\:space-s-20 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(5rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .md\:space-s-20 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .md\:space-s-20 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.md\:space-s-20 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}
}
@media (min-width: 1024px) {

	.lg\:static {
		position: static;
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:top-12 {
		top: 3rem;
	}

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:my-4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mb-8 {
		margin-bottom: 2rem;
	}

	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.lg\:mt-5 {
		margin-top: 1.25rem;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:mt-2\.5 {
		margin-top: 0.625rem;
	}

	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.lg\:mt-2 {
		margin-top: 0.5rem;
	}

	.lg\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.lg\:mb-37\.5 {
		margin-bottom: 9.375rem;
	}

	.lg\:mt-6 {
		margin-top: 1.5rem;
	}

	.lg\:mt-8 {
		margin-top: 2rem;
	}

	.lg\:mt-10 {
		margin-top: 2.5rem;
	}

	.lg\:mb-4 {
		margin-bottom: 1rem;
	}

	.lg\:mb-18 {
		margin-bottom: 4.5rem;
	}

	.lg\:mb-32 {
		margin-bottom: 8rem;
	}

	.lg\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.lg\:mb-12 {
		margin-bottom: 3rem;
	}

	.lg\:-mt-2 {
		margin-top: -0.5rem;
	}

	.lg\:mt-24 {
		margin-top: 6rem;
	}

	.lg\:mt-32 {
		margin-top: 8rem;
	}

	.lg\:mb-16 {
		margin-bottom: 4rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-auto {
		height: auto;
	}

	.lg\:h-150 {
		height: 37.5rem;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:h-96 {
		height: 24rem;
	}

	.lg\:h-8 {
		height: 2rem;
	}

	.lg\:h-120 {
		height: 30rem;
	}

	.lg\:h-56 {
		height: 14rem;
	}

	.lg\:h-15 {
		height: 3.75rem;
	}

	.lg\:h-25 {
		height: 6.25rem;
	}

	.lg\:min-h-150 {
		min-height: 37.5rem;
	}

	.lg\:min-h-full {
		min-height: 100%;
	}

	.lg\:min-h-20 {
		min-height: 6rem;
	}

	.lg\:w-65 {
		width: 16.25rem;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-4\/5 {
		width: 80%;
	}

	.lg\:w-7\/10 {
		width: 70%;
	}

	.lg\:w-3\/10 {
		width: 30%;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-auto {
		width: auto;
	}

	.lg\:w-20 {
		width: 5rem;
	}

	.lg\:w-15 {
		width: 3.75rem;
	}

	.lg\:w-69 {
		width: 17.25rem;
	}

	.lg\:w-25 {
		width: 6.25rem;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:max-w-56 {
		max-width: 14rem;
	}

	.lg\:max-w-max {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}

	.lg\:max-w-xs {
		max-width: 20rem;
	}

	.lg\:max-w-125 {
		max-width: 31.25rem;
	}

	.lg\:flex-shrink-0 {
		flex-shrink: 0;
	}

	.lg\:cursor-default {
		cursor: default;
	}

	.lg\:grid-flow-col {
		grid-auto-flow: column;
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.lg\:grid-rows-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.lg\:grid-rows-10 {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.lg\:flex-col {
		flex-direction: column;
	}

	.lg\:items-start {
		align-items: flex-start;
	}

	.lg\:items-end {
		align-items: flex-end;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:items-baseline {
		align-items: baseline;
	}

	.lg\:justify-start {
		justify-content: flex-start;
	}

	.lg\:justify-end {
		justify-content: flex-end;
	}

	.lg\:justify-between {
		justify-content: space-between;
	}

	.lg\:gap-7 {
		gap: 1.75rem;
	}

	.lg\:gap-y-8 {
		row-gap: 2rem;
	}

	.lg\:gap-x-36 {
		-moz-column-gap: 9rem;
		     column-gap: 9rem;
	}

	.lg\:gap-y-2 {
		row-gap: 0.5rem;
	}

	.lg\:gap-x-24 {
		-moz-column-gap: 6rem;
		     column-gap: 6rem;
	}

	.lg\:gap-x-20 {
		-moz-column-gap: 5rem;
		     column-gap: 5rem;
	}

	.lg\:gap-y-4vw {
		row-gap: 4vw;
	}

	.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}

	.lg\:whitespace-nowrap {
		white-space: nowrap;
	}

	.lg\:rounded-full {
		border-radius: 9999px;
	}

	.lg\:border-0 {
		border-width: 0px;
	}

	.lg\:bg-transparent {
		background-color: transparent;
	}

	.lg\:p-10 {
		padding: 2.5rem;
	}

	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.lg\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.lg\:pt-0 {
		padding-top: 0px;
	}

	.lg\:pt-8 {
		padding-top: 2rem;
	}

	.lg\:pb-0 {
		padding-bottom: 0px;
	}

	.lg\:pt-15 {
		padding-top: 3.75rem;
	}

	.lg\:pb-4 {
		padding-bottom: 1rem;
	}

	.lg\:pt-37\.5 {
		padding-top: 9.375rem;
	}

	.lg\:pb-3 {
		padding-bottom: 0.75rem;
	}

	.lg\:pt-3 {
		padding-top: 0.75rem;
	}

	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.lg\:text-2\.5xl {
		font-size: 1.75rem;
	}

	.lg\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.lg\:text-2xs {
		font-size: 0.625rem;
	}

	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.lg\:font-bold {
		font-weight: 700;
	}

	.lg\:font-normal {
		font-weight: 400;
	}

	.lg\:shadow-ereport-card {
		--tw-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
	}

	[dir="ltr"] .lg\:ps-5 {
		padding-left: 1.25rem;
	}

	[dir="rtl"] .lg\:ps-5 {
		padding-right: 1.25rem;
	}

	[dir="ltr"] .lg\:pe-5 {
		padding-right: 1.25rem;
	}

	[dir="rtl"] .lg\:pe-5 {
		padding-left: 1.25rem;
	}

	[dir="ltr"] .lg\:ps-14 {
		padding-left: 3.5rem;
	}

	[dir="rtl"] .lg\:ps-14 {
		padding-right: 3.5rem;
	}

	[dir="ltr"] .lg\:ps-5\.5 {
		padding-left: 1.375rem;
	}

	[dir="rtl"] .lg\:ps-5\.5 {
		padding-right: 1.375rem;
	}

	[dir="ltr"] .lg\:ps-37\.5 {
		padding-left: 9.375rem;
	}

	[dir="rtl"] .lg\:ps-37\.5 {
		padding-right: 9.375rem;
	}

	[dir="ltr"] .lg\:ms-0 {
		margin-left: 0px;
	}

	[dir="rtl"] .lg\:ms-0 {
		margin-right: 0px;
	}

	[dir="ltr"] .lg\:me-2 {
		margin-right: 0.5rem;
	}

	[dir="rtl"] .lg\:me-2 {
		margin-left: 0.5rem;
	}

	[dir="ltr"] .lg\:me-5 {
		margin-right: 1.25rem;
	}

	[dir="rtl"] .lg\:me-5 {
		margin-left: 1.25rem;
	}

	[dir="ltr"] .lg\:me-7 {
		margin-right: 1.75rem;
	}

	[dir="rtl"] .lg\:me-7 {
		margin-left: 1.75rem;
	}

	[dir="ltr"] .lg\:me-8 {
		margin-right: 2rem;
	}

	[dir="rtl"] .lg\:me-8 {
		margin-left: 2rem;
	}

	[dir="ltr"] .lg\:ms-9 {
		margin-left: 2.25rem;
	}

	[dir="rtl"] .lg\:ms-9 {
		margin-right: 2.25rem;
	}

	[dir="ltr"] .lg\:ms-12 {
		margin-left: 3rem;
	}

	[dir="rtl"] .lg\:ms-12 {
		margin-right: 3rem;
	}

	[dir="rtl"] .lg\:start-0 {
		right: 0px;
	}

	[dir="ltr"] .lg\:start-0 {
		left: 0px;
	}

	[dir="rtl"] .lg\:end-1 {
		left: 0.25rem;
	}

	[dir="ltr"] .lg\:end-1 {
		right: 0.25rem;
	}

	[dir="rtl"] .lg\:start-12 {
		right: 3rem;
	}

	[dir="ltr"] .lg\:start-12 {
		left: 3rem;
	}

	[dir="rtl"] .lg\:start-auto {
		right: auto;
	}

	[dir="ltr"] .lg\:start-auto {
		left: auto;
	}

	[dir="rtl"] .lg\:-end-10 {
		left: -2.5rem;
	}

	[dir="ltr"] .lg\:-end-10 {
		right: -2.5rem;
	}

	[dir="rtl"] .lg\:text-start {
		text-align: right;
	}

	[dir="ltr"] .lg\:text-start {
		text-align: left;
	}

	[dir="ltr"] .lg\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .lg\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .lg\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .lg\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.lg\:space-s-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .lg\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(2rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .lg\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(2rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .lg\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(2rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .lg\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(2rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.lg\:space-s-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .lg\:space-s-12 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(3rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .lg\:space-s-12 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(3rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .lg\:space-s-12 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(3rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .lg\:space-s-12 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(3rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.lg\:space-s-12 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .lg\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(3.5rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .lg\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(3.5rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .lg\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(3.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .lg\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(3.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.lg\:space-s-14 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	.lg\:space-s-reverse > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 1;
	}
}
@media (min-width: 1280px) {

	.xl\:absolute {
		position: absolute;
	}

	.xl\:top-16 {
		top: 4rem;
	}

	.xl\:inline {
		display: inline;
	}

	.xl\:h-28 {
		height: 7rem;
	}

	.xl\:h-161\.5 {
		height: 40.375rem;
	}

	.xl\:h-full {
		height: 100%;
	}

	.xl\:h-2 {
		height: 0.5rem;
	}

	.xl\:h-6 {
		height: 1.5rem;
	}

	.xl\:w-90 {
		width: 22.5rem;
	}

	.xl\:w-auto {
		width: auto;
	}

	.xl\:w-28 {
		width: 7rem;
	}

	.xl\:w-full {
		width: 100%;
	}

	.xl\:w-143 {
		width: 35.75rem;
	}

	.xl\:max-w-max {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}

	.xl\:max-w-150 {
		max-width: 37.5rem;
	}

	.xl\:flex-1 {
		flex: 1 1 0%;
	}

	.xl\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xl\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.xl\:justify-end {
		justify-content: flex-end;
	}

	.xl\:justify-between {
		justify-content: space-between;
	}

	.xl\:gap-x-64 {
		-moz-column-gap: 16rem;
		     column-gap: 16rem;
	}

	.xl\:rounded-none {
		border-radius: 0px;
	}

	.xl\:border-un-gray-lighter-06 {
		border-color: rgba(216,216,216,0.05882);
	}

	.xl\:bg-ereport-pillar0-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(46, 75, 99, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar1-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(46, 75, 99, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar2-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(47, 97, 115, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar3-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(117, 91, 9, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar4-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(113, 62, 18, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar5-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(78, 20, 36, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar6-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(1, 86, 47, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar7-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(71, 102, 93, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar8-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(70, 66, 90, var(--tw-bg-opacity));
	}

	.xl\:bg-ereport-pillar9-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(21, 46, 59, var(--tw-bg-opacity));
	}

	.xl\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.xl\:pb-33 {
		padding-bottom: 8.25rem;
	}

	.xl\:pt-48\.5 {
		padding-top: 12.125rem;
	}

	.xl\:pt-48 {
		padding-top: 12rem;
	}

	.xl\:pb-7\.5 {
		padding-bottom: 1.875rem;
	}

	.xl\:pb-7 {
		padding-bottom: 1.75rem;
	}

	.xl\:pt-7\.5 {
		padding-top: 1.875rem;
	}

	.xl\:pt-7 {
		padding-top: 1.75rem;
	}

	.xl\:text-5\.5xl {
		font-size: 3.5rem;
	}

	.xl\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.xl\:text-1\.5xl {
		font-size: 1.375rem;
	}

	.xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.xl\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	[dir="ltr"] .xl\:ps-20 {
		padding-left: 5rem;
	}

	[dir="rtl"] .xl\:ps-20 {
		padding-right: 5rem;
	}

	[dir="rtl"] .xl\:start-16 {
		right: 4rem;
	}

	[dir="ltr"] .xl\:start-16 {
		left: 4rem;
	}

	[dir="ltr"] .xl\:border-e {
		border-right-width: 1px;
	}

	[dir="rtl"] .xl\:border-e {
		border-left-width: 1px;
	}

	[dir="ltr"] .xl\:space-s-0 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(0px * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .xl\:space-s-0 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(0px * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .xl\:space-s-0 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(0px * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .xl\:space-s-0 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(0px * calc(1 - var(--tw-space-s-reverse)));
	}

	.xl\:space-s-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	[dir="ltr"] .xl\:space-s-6 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1.5rem * var(--tw-space-s-reverse));
	}

	[dir="rtl"] .xl\:space-s-6 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1.5rem * var(--tw-space-s-reverse));
	}

	[dir="ltr"] .xl\:space-s-6 > :not([hidden]) ~ :not([hidden]) {
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	[dir="rtl"] .xl\:space-s-6 > :not([hidden]) ~ :not([hidden]) {
		margin-right: calc(1.5rem * calc(1 - var(--tw-space-s-reverse)));
	}

	.xl\:space-s-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-s-reverse: 0;
	}

	.group:hover .xl\:group-hover\:h-6 {
		height: 1.5rem;
	}
}
@media (min-width: 1536px) {

	.\32xl\:-mx-32 {
		margin-left: -8rem;
		margin-right: -8rem;
	}

	.\32xl\:h-32 {
		height: 8rem;
	}

	.\32xl\:w-32 {
		width: 8rem;
	}

	.\32xl\:max-w-175 {
		max-width: 43.75rem;
	}

	.\32xl\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.\32xl\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.\32xl\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.\32xl\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	[dir="ltr"] .\32xl\:ps-6 {
		padding-left: 1.5rem;
	}

	[dir="rtl"] .\32xl\:ps-6 {
		padding-right: 1.5rem;
	}

	[dir="ltr"] .\32xl\:pe-6 {
		padding-right: 1.5rem;
	}

	[dir="rtl"] .\32xl\:pe-6 {
		padding-left: 1.5rem;
	}
}
