@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! tailwindcss v2.2.16 | 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, /* Firefox supports this but not yet `system-ui` */
		'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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--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);
}
@tailwind components;
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.overflow--disallowed {
  overflow: hidden;
}
*, *:before, *:after {
  position: relative;
  box-sizing: border-box;
}
/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
  overflow-x: hidden;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img, embed {
  border-style: none;
  max-width: 100%;
}
/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
/**
* Remove list styles
*/
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**
* Remove button styles
*/
button, input, textarea {
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
/*
    Doc: https://www.rapiddg.com/article/fluid-typography-css-sass
    Generates responsive font-size.

    @params
    $property_name: font-size, margin-bottom
    $minimum: minimum size can be fit
    $maximum: maximum size can be fit
    $preferred: preferred size (usually maximum)
    $preferred_viewport_width: window size when unit starts to be fitted

    RECOMMENDED: not modify this file.

    MODIFY @ core/font-units.scss
*/
.objectfit{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
body {
    font-family: "EB Garamond", serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  }
main p{
	margin-bottom: 2rem;
}
@media (max-width: 768px){
	main p{
		margin-bottom: 1.25rem;
	}
}
main p:last-child{
	margin-bottom: 0px;
}
.btn--opacity{
	opacity: 1;
	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;
}
.btn--opacity:hover{
	opacity: 0.6;
}
.btn--default{
	display: inline-flex;
	height: 85px;
	align-items: center;
}
.btn--default > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.btn--default{
	overflow: hidden;
	border-radius: 12px;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (max-width: 1024px){
	.btn--default{
		height: 65px;
	}
}
@media (max-width: 640px){
	.btn--default > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.btn--default{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.btn--default img{
	z-index: 10;
}
.btn--default span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    z-index: 10;
    font-weight: 600;
  }
@media (max-width: 1024px){

  .btn--default span{
		font-size: 15px;
	}
}
.btn--default:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
  --tw-scale-y: 0;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  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-duration: 200ms;
}
.btn--default:hover:after{
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.btn--default.btn--default-red{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--survey{
	display: inline-flex;
	height: 45px;
	align-items: center;
	overflow: hidden;
	border-radius: 40px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 46, 33, var(--tw-border-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.btn--survey span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    z-index: 10;
    --tw-text-opacity: 1;
    color: rgba(255, 46, 33, var(--tw-text-opacity));
  }
.btn--survey:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
  --tw-scale-y: 0;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  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-duration: 200ms;
}
.btn--survey:hover:after{
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.container{
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
	max-width: 1280px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 1280px){
	.container{
		width: 100%;
	}
}
@media (max-width: 640px){
	.container{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.container--xs{
	margin-left: auto;
	margin-right: auto;
	width: 375px;
	max-width: 375px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.container--sm{
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	max-width: 640px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 640px){
	.container--sm{
		width: 100%;
	}
	.container--sm{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.container--md{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	max-width: 768px;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 768px){
	.container--md{
		width: 100%;
	}
}
@media (max-width: 640px){
	.container--md{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.container--lg{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	max-width: 1024px;
}
@media (max-width: 1024px){
	.container--lg{
		width: 100%;
	}
	.container--lg{
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
}
@media (max-width: 640px){
	.container--lg{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.container--full{
	max-width: 100%;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
@media (max-width: 640px){
	.container--full{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.container--pr-0{
	padding-right: 0px;
}
.border--full{
	border-radius: 12px;
}
.border--l{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.border--r{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.gradient{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 50%;
	width: 100%;
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
	--tw-gradient-from: #F1F6FF;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 246, 255, 0));
}
.gradient.gradient--inverted{
	top: 0px;
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.graph-source p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }
.graph-source p a{
	text-decoration: underline;
}
.brand .logo{
	z-index: 10;
}
.brand .logo__bg{
	position: absolute;
	top: 50%;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.brand.brand--big .logo__bg{
	top: 0px;
}
.card{
	height: 475px;
	cursor: pointer;
	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;
}
.card:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 100%;
  width: 100%;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  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;
}
.card .background{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.card .background img{
	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-duration: 500ms;
}
.card .background:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
  opacity: 0.8;
  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-duration: 500ms;
}
.card .card__ico{
	display: flex;
	height: 210px;
	align-items: center;
	justify-content: center;
}
.card .card__ico.card__ico--top{
	align-items: flex-start;
}
.card .card__text{
	display: flex;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
.card .card__text p{
	font-size: 50px;
}
@media (max-width: 1024px){
	.card .card__text p{
		font-size: 40px;
	}
}
.card .card__text p{
	line-height: 58px;
	text-align: center;
	font-weight: 500;
}
@media (max-width: 1024px){

  .card .card__text p{
		font-size: 36px;
	}

  .card .card__text p{
		line-height: 46px;
	}
}
.card .card__trigger{
	position: absolute;
	left: 50%;
	bottom: 1.25rem;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.card .card__trigger button{
	transform: var(--tw-transform);
	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;
}
.card:hover:before{
	--tw-translate-x: -0.25rem;
	transform: var(--tw-transform);
	--tw-translate-y: -0.25rem;
	transform: var(--tw-transform);
}
.card:hover .background img{
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	transform: var(--tw-transform);
}
.card:hover .background:after{
	opacity: 0.9;
}
.card:hover .card__trigger button{
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.card.card--red .background:after{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
.card.card--red .card__text{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.card.card--pic{
	padding-top: 5rem;
}
.card.card--pic .card__trigger{
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 1.5rem;
	display: flex;
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
	justify-content: center;
}
.card.card--pic .card__pic{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.popup{
	pointer-events: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	display: flex;
	height: 100vh;
	width: 100vw;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.popup .popup__overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.9;
}
.popup .popup__pill{
	width: 1280px;
	--tw-scale-x: 0;
	--tw-scale-y: 0;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 1280px){
	.popup .popup__pill{
		width: 90vw;
	}
}
.popup .popup__pill:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  border-radius: 6px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.popup .popup__pill .popup__close{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 10;
}
@media (max-width: 768px){
	.popup .popup__pill .popup__close{
		top: 0.75rem;
	}
	.popup .popup__pill .popup__close{
		right: 0.75rem;
	}
}
@media (max-width: 640px){
	.popup .popup__pill .popup__close{
		top: 0px;
	}
	.popup .popup__pill .popup__close{
		right: 0px;
	}
}
.popup .popup__pill .wrap{
	max-height: 90vh;
	overflow: auto;
	border-radius: 20px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 9rem;
	padding-bottom: 9rem;
	padding-left: 5rem;
	padding-right: 5rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 1280px){
	.popup .popup__pill .wrap{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
@media (max-width: 768px){
	.popup .popup__pill .wrap{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.popup .popup__pill .wrap{
		padding-right: 5rem;
	}
}
@media (max-width: 640px){
	.popup .popup__pill .wrap{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.popup .popup__pill .wrap .popup__content{
	width: 80%;
	--tw-translate-y: 5rem;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 0;
}
@media (max-width: 1280px){
	.popup .popup__pill .wrap .popup__content{
		width: 100%;
	}
}
.popup .popup__pill .wrap .popup__content h3{
	font-size: 50px;
}
@media (max-width: 1024px){
	.popup .popup__pill .wrap .popup__content h3{
		font-size: 40px;
	}
}
.popup .popup__pill .wrap .popup__content h3{
	line-height: 58px;
	margin-bottom: 2.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
@media (max-width: 1280px){

  .popup .popup__pill .wrap .popup__content h3{
		font-size: 36px;
	}

  .popup .popup__pill .wrap .popup__content h3{
		line-height: 46px;
	}
}
@media (max-width: 768px){

  .popup .popup__pill .wrap .popup__content h3{
		font-size: 30px;
	}
}
.popup .popup__pill .wrap .popup__content p{
	font-size: 30px;
	line-height: 46px;
}
@media (max-width: 1280px){

  .popup .popup__pill .wrap .popup__content p{
		font-size: 20px;
	}

  .popup .popup__pill .wrap .popup__content p{
		line-height: 36px;
	}
}
.popup .popup__pill .wrap .popup__content ul{
	font-size: 30px;
	line-height: 46px;
	margin-left: 1.5rem;
	margin-bottom: 2rem;
	list-style-type: disc;
}
@media (max-width: 1280px){

  .popup .popup__pill .wrap .popup__content ul{
		font-size: 20px;
	}

  .popup .popup__pill .wrap .popup__content ul{
		line-height: 36px;
	}
}
@media (max-width: 768px){
	.popup .popup__pill .wrap .popup__content ul{
		margin-bottom: 1.25rem;
	}
}
.popup .popup__pill .wrap .popup__content ul li{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.popup .popup__pill .wrap .popup__pic{
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 280px;
}
.popup .popup__pill .wrap .popup__pic.popup__pic--natural{
	position: relative;
	left: 0px;
	margin-top: 2.5rem;
	max-width: none;
}
.popup.popup--red .popup__pill .wrap .popup__content h3{
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
.popup.popup--signatories .wrap .popup__content{
	width: 100%;
}
.popup.popup--signatories .wrap .popup__content h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
.popup.popup--signatories .wrap .popup__content .popup__actions{
	margin: -0.25rem;
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
}
.popup.popup--signatories .wrap .popup__content .popup__actions li{
	display: flex;
	align-items: center;
}
.popup.popup--signatories .wrap .popup__content .popup__actions li > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.popup.popup--signatories .wrap .popup__content .popup__actions li{
	padding: 0.25rem;
}
.popup.popup--signatories .wrap .popup__content .popup__actions li img{
	height: 12px;
}
.popup.popup--signatories .wrap .popup__content .popup__actions li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    font-size: 12px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
    text-decoration: underline;
    opacity: 1;
    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;
  }
.popup.popup--signatories .wrap .popup__content .popup__actions li a:hover{
	opacity: 0.7;
}
.popup.popup--signatories .signatories__table table{
	width: 100%;
}
.popup.popup--signatories .signatories__table table tr th {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgba(241, 246, 255, var(--tw-border-opacity));
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
.popup.popup--signatories .signatories__table table tr:first-child th{
	text-align: left;
}
.popup.popup--signatories .signatories__table table tbody tr td{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.popup.popup--signatories .signatories__table table tbody tr td .dashboard__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }
.popup.popup--signatories .signatories__table table tbody tr td .dashboard__pill {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
.popup.popup--signatories .signatories__table table tbody tr td .dashboard__pill.dashboard__pill--no{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
.popup.popup--signatories .signatories__table table tbody tr td .dashboard__pill.dashboard__pill--blue{
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
.popup.popup--signatories .signatories__table table tbody tr td .dashboard__pill.dashboard__pill--bluemiddle{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 124, 222, var(--tw-bg-opacity));
}
.popup.popup--signatories .signatories__table table tbody tr td .dashboard__pill.dashboard__pill--purple{
	--tw-bg-opacity: 1;
	background-color: rgba(150, 88, 115, var(--tw-bg-opacity));
}
.popup.popup--signatories .signatories__table table tbody tr td .dashboard__pill.dashboard__pill--red{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
.source {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 11px;
    margin-top: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }
.survey{
	height: 205px;
}
@media (max-width: 640px){
	.survey{
		height: 250px;
	}
}
.survey .survey__inner{
	height: 100%;
	width: 100%;
	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-duration: 500ms;
  transform-style: preserve-3d;
}
.survey .survey__inner:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: none;
  height: 100%;
  width: 100%;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  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;
}
.survey .survey__inner > *{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding: 1.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.survey .survey__inner > *.survey__back{
	transform: var(--tw-transform);
  transform: rotateY(180deg);
}
.survey .survey__inner > * .title{
	font-size: 18px;
	margin-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.survey .survey__inner > * .text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 46, 33, var(--tw-text-opacity));
  }
.survey .survey__inner > * .results{
	display: flex;
	align-items: center;
}
.survey .survey__inner > * .results > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.survey.is--active .survey__inner {
  transform: rotateY(180deg);
}
.survey.is--active .survey__inner .survey__back {
  transform: rotateY(-180deg);
}
#map__svg #map__pic{
	opacity: 0;
}
#map__svg #map__locations{
	--tw-translate-y: 200px;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 0;
}
#map__svg #map__legend{
	--tw-translate-y: 200px;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 0;
}
#map__svg #map__arrow-up{
	opacity: 0;
}
#map__svg #map__arrow-down{
	opacity: 0;
}
#footprint__svg #footprint__data{
	opacity: 0;
}
#footprint__svg #footprint__bg{
	opacity: 0;
}
#footprint__svg #footprint__bars polygon{
	opacity: 0;
}
#footprint__svg #footprint__ovals path{
	opacity: 0;
}
#estimated__svg #bg{
	opacity: 0;
}
#estimated__svg #bars g{
	opacity: 0;
}
#estimated__svg #legend{
	opacity: 0;
}
.header--main{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.header--main nav{
	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;
}
@media (max-width: 768px){
	.header--main nav{
		position: fixed;
	}
	.header--main nav{
		top: 0px;
	}
	.header--main nav{
		left: 0px;
	}
	.header--main nav{
		display: flex;
	}
	.header--main nav{
		height: 100vh;
	}
	.header--main nav{
		width: 100vw;
	}
	.header--main nav{
		--tw-translate-x: 100%;
		transform: var(--tw-transform);
	}
	.header--main nav{
		transform: var(--tw-transform);
	}
	.header--main nav{
		align-items: center;
	}
	.header--main nav{
		justify-content: center;
	}
	.header--main nav{
		--tw-bg-opacity: 1;
		background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	}
}
.header--main nav ul{
	display: flex;
	align-items: center;
}
.header--main nav ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(4rem * var(--tw-space-x-reverse));
	margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	.header--main nav ul{
		flex-direction: column;
	}
	.header--main nav ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.header--main nav ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(5rem * var(--tw-space-y-reverse));
	}
}
.header--main nav ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
.header--main .hamburger{
	display: none;
	width: 25px;
}
@media (max-width: 768px){
	.header--main .hamburger{
		display: block;
	}
}
.header--main .hamburger span{
	display: block;
	height: 1px;
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 1;
	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;
}
.header--main .hamburger span:nth-child(2){
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
@media (max-width: 768px){
	.header--main.nav--expanded nav{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
}
.header--main.nav--expanded .hamburger span:nth-child(1){
	top: 5px;
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}
.header--main.nav--expanded .hamburger span:nth-child(2){
	opacity: 0;
}
.header--main.nav--expanded .hamburger span:nth-child(3){
	top: -5px;
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
}
.footer--main{
	margin-top: 11rem;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 5rem;
	padding-bottom: 2.5rem;
}
.footer--main .sitemap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer--main .sitemap .brand{
	margin-bottom: 5rem;
}
.footer--main .sitemap .brand .logo{
	width: 130px;
}
.footer--main .sitemap .brand .logo__bg{
	top: 5px;
	width: 53px;
}
.footer--main .sitemap .brand:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  height: 1px;
  width: 30px;
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(208, 218, 236, var(--tw-bg-opacity));
}
.footer--main .sitemap ul{
	display: flex;
	align-items: center;
}
.footer--main .sitemap ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	.footer--main .sitemap ul{
		flex-direction: column;
	}
	.footer--main .sitemap ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.footer--main .sitemap ul > :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));
	}
}
.footer--main .sitemap ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
.footer--main .copyright{
	font-size: 15px;
	margin-top: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (max-width: 640px){
	.footer--main .copyright{
		text-align: center;
	}
}
.page-manifesto .footer--main{
	margin-top: 0px;
}
main .section{
	margin-top: 9rem;
}
@media (max-width: 768px){
	main .section{
		margin-top: 5rem;
	}
}
main .section {
  /*
      PAGES
  */
}
main .section:first-child, main .section.section--mt-0{
	margin-top: 0px;
}
main .section.section--page-header .background{
	height: 100px;
}
main .section.section--page-header header{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
@media (max-width: 1280px){
	main .section.section--page-header header{
		padding-left: 9rem;
		padding-right: 9rem;
	}
}
@media (max-width: 768px){
	main .section.section--page-header header{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--page-header header h1{
	font-size: 80px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--page-header header h1 span{
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--home-header .content{
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 9rem;
}
main .section.section--home-header .content .brand{
	margin-bottom: 5rem;
}
@media (max-width: 1440px){
	main .section.section--home-header .content .brand{
		--tw-scale-x: .9;
		--tw-scale-y: .9;
		transform: var(--tw-transform);
	}
}
main .section.section--home-header .content .text p{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--home-header .content .text p{
		font-size: 24px;
	}
}
main .section.section--home-header .content .text p{
	line-height: 50px;
}
@media (max-width: 1680px){
	main .section.section--home-header .content .text p{
		line-height: 44px;
	}
}
@media (max-width: 1024px){
	main .section.section--home-header .content .text p{
		line-height: 40px;
	}
}
main .section.section--home-header .content .text p{
	text-align: center;
	font-weight: 500;
}
main .section.section--home-header .image{
	position: absolute;
	top: 50%;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 1024px){
	main .section.section--home-header .image{
		display: none;
	}
}
main .section.section--home-header .image.image--right{
	right: 0px;
}
@media (max-width: 1366px){
	main .section.section--home-header .image.image--right{
		max-width: 250px;
	}
}
main .section.section--home-intro .background--left{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -5rem;
	height: 100%;
	width: 50%;
}
@media (max-width: 640px){
	main .section.section--home-intro .background--left{
		position: relative;
	}
	main .section.section--home-intro .background--left{
		margin-left: -1.5rem;
	}
	main .section.section--home-intro .background--left{
		margin-bottom: 2rem;
	}
	main .section.section--home-intro .background--left{
		width: 100%;
	}
}
main .section.section--home-intro .background--left .image{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 50%;
}
main .section.section--home-intro .background--right{
	position: absolute;
	right: 0px;
	top: -11rem;
	margin-bottom: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
@media (max-width: 1440px){
	main .section.section--home-intro .background--right{
		display: none;
	}
}
main .section.section--home-intro .background--right:last-child{
	margin-bottom: 0px;
}
main .section.section--home-intro .grid{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 640px){
	main .section.section--home-intro .grid{
		flex-direction: column;
	}
}
main .section.section--home-intro .grid .column{
	flex: 1 1 0%;
}
main .section.section--home-intro .grid .column .block{
	margin-bottom: 3rem;
}
main .section.section--home-intro .grid .column .block h3{
	font-size: 40px;
	margin-bottom: 1rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-intro .grid .column .block p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--home-intro .grid .column .block:last-child{
	margin-bottom: 0px;
}
main .section.section--home-government .wrap{
	display: flex;
	align-items: center;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 5rem;
	padding-right: 5rem;
}
@media (max-width: 1024px){
	main .section.section--home-government .wrap{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 768px){
	main .section.section--home-government .wrap{
		flex-direction: column-reverse;
	}
	main .section.section--home-government .wrap{
		text-align: center;
	}
}
@media (max-width: 640px){
	main .section.section--home-government .wrap{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	main .section.section--home-government .wrap{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
main .section.section--home-government .wrap .column{
	flex: 1 1 0%;
}
main .section.section--home-government .wrap .column p{
	font-size: 50px;
}
@media (max-width: 1024px){
	main .section.section--home-government .wrap .column p{
		font-size: 40px;
	}
}
main .section.section--home-government .wrap .column p{
	line-height: 58px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
@media (max-width: 640px){

  main .section.section--home-government .wrap .column p{
		font-size: 26px;
	}

  @media (max-width: 1680px){
		main .section.section--home-government .wrap .column p{
			font-size: 24px;
		}
	}

  main .section.section--home-government .wrap .column p{
		line-height: 36px;
	}
}
main .section.section--home-government .wrap .column.column--button{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px){
	main .section.section--home-government .wrap .column.column--button{
		margin-top: 2.5rem;
	}
}
main .section.section--home-commitments header{
	margin-bottom: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
main .section.section--home-commitments header h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--home-commitments header:after {
  content: "";
  margin-top: 1rem;
  height: 1px;
  width: 80px;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
main .section.section--home-commitments .grid{
	margin: -1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main .section.section--home-commitments .grid .column{
	width: 33.333333%;
	padding: 1.5rem;
}
@media (max-width: 768px){
	main .section.section--home-commitments .grid .column{
		width: 50%;
	}
}
@media (max-width: 640px){
	main .section.section--home-commitments .grid .column{
		width: 100%;
	}
}
main .section.section--home-commitments .grid .column .commitment{
	display: flex;
	height: 235px;
	flex-direction: column;
	align-items: center;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
main .section.section--home-commitments .grid .column .commitment .num{
	margin-bottom: 2rem;
	display: flex;
	height: 25px;
	width: 25px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(7, 47, 123, var(--tw-border-opacity));
}
main .section.section--home-commitments .grid .column .commitment .num span{
	font-size: 14px;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-commitments .grid .column .commitment p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--home-report{
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding-top: 6rem;
	padding-bottom: 6rem;
}
main .section.section--home-report .bg{
	position: absolute;
}
@media (max-width: 768px){
	main .section.section--home-report .bg{
		display: none;
	}
}
main .section.section--home-report .bg.bg--01{
	top: 0px;
	right: 1.5rem;
}
main .section.section--home-report .bg.bg--02{
	top: 50%;
	left: 1.5rem;
	opacity: 0.5;
}
main .section.section--home-report header{
	margin-bottom: 5rem;
	text-align: center;
}
main .section.section--home-report header h3{
	font-size: 50px;
}
@media (max-width: 1024px){
	main .section.section--home-report header h3{
		font-size: 40px;
	}
}
main .section.section--home-report header h3{
	margin-bottom: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(241, 246, 255, var(--tw-text-opacity));
}
main .section.section--home-report header h3 strong{
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--home-report header p{
	font-size: 32px;
	font-weight: 700;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(208, 218, 236, var(--tw-text-opacity));
}
main .section.section--home-report .cta{
	display: flex;
	justify-content: center;
}
main .section.section--home-signatories > header{
	display: flex;
	flex-direction: column;
	align-items: center;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
main .section.section--home-signatories > header h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--home-signatories > header:before {
  content: "";
  height: 1px;
  width: 80px;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
main .section.section--home-signatories > header:after {
  content: "";
  height: 1px;
  width: 80px;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
main .section.section--home-signatories .signatories .signatory{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-top: 8rem;
	padding-bottom: 8rem;
	padding-bottom: 13rem;
}
@media (max-width: 640px){
	main .section.section--home-signatories .signatories .signatory{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	main .section.section--home-signatories .signatories .signatory{
		padding-bottom: 8rem;
	}
}
main .section.section--home-signatories .signatories .signatory .signatory__header{
	display: flex;
	flex-direction: column;
	align-items: center;
}
main .section.section--home-signatories .signatories .signatory .signatory__header .num{
	margin-bottom: 2rem;
	display: flex;
	height: 65px;
	width: 65px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(7, 47, 123, var(--tw-border-opacity));
}
main .section.section--home-signatories .signatories .signatory .signatory__header .num span{
	font-size: 36px;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-signatories .signatories .signatory .signatory__header h3{
	font-size: 32px;
	padding-left: 7rem;
	padding-right: 7rem;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
@media (max-width: 768px){
	main .section.section--home-signatories .signatories .signatory .signatory__header h3{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-signatories .signatories .signatory .signatory__actions{
	margin-top: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
main .section.section--home-signatories .signatories .signatory .signatory__actions img{
	margin-bottom: 1.25rem;
}
main .section.section--home-signatories .signatories .signatory .signatory__actions .action__bar{
	display: flex;
	width: 100%;
	justify-content: center;
	overflow: hidden;
}
main .section.section--home-signatories .signatories .signatory .signatory__actions .action__bar span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    z-index: 10;
    padding-left: 2rem;
    padding-right: 2rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--home-signatories .signatories .signatory .signatory__actions .action__bar span:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 1px;
  width: 1000px;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
}
main .section.section--home-signatories .signatories .signatory .signatory__actions .action__bar span:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 1px;
  width: 1000px;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
}
main .section.section--home-signatories .signatories .signatory .signatory__cards{
	margin-top: 4rem;
	display: flex;
	justify-content: center;
}
main .section.section--home-signatories .signatories .signatory .signatory__cards > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	main .section.section--home-signatories .signatories .signatory .signatory__cards{
		flex-direction: column;
	}
	main .section.section--home-signatories .signatories .signatory .signatory__cards{
		align-items: center;
	}
	main .section.section--home-signatories .signatories .signatory .signatory__cards > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--home-signatories .signatories .signatory .signatory__cards > :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));
	}
}
main .section.section--home-signatories .signatories .signatory .signatory__cards .card{
	width: 33.333333%;
}
@media (max-width: 768px){
	main .section.section--home-signatories .signatories .signatory .signatory__cards .card{
		width: 50%;
	}
}
@media (max-width: 640px){
	main .section.section--home-signatories .signatories .signatory .signatory__cards .card{
		width: 100%;
	}
}
main .section.section--home-signatories .signatories .signatory .signatory__cards .card.card--big{
	width: 66.666667%;
}
@media (max-width: 640px){
	main .section.section--home-signatories .signatories .signatory .signatory__cards .card.card--big{
		width: 100%;
	}
}
main .section.section--home-signatures > header{
	margin-bottom: 4rem;
	--tw-bg-opacity: 1;
	background-color: rgba(73, 124, 222, var(--tw-bg-opacity));
	padding-top: 7rem;
	padding-bottom: 7rem;
}
main .section.section--home-signatures > header h3{
	font-size: 60px;
	text-align: center;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
main .section.section--home-signatures > header .background{
	position: absolute;
	top: 50%;
	left: 50%;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
main .section.section--home-signatures .signatures h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4rem;
    font-weight: 500;
  }
main .section.section--home-signatures .signatures .grid{
	margin-left: -2rem;
	margin-right: -2rem;
	display: flex;
	flex-wrap: wrap;
}
main .section.section--home-signatures .signatures .grid .signature{
	margin-bottom: 2rem;
	display: flex;
	width: 33.333333%;
	flex-direction: column;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (max-width: 768px){
	main .section.section--home-signatures .signatures .grid .signature{
		width: 50%;
	}
}
main .section.section--home-signatures .signatures .grid .signature .signature__logo{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	align-self: center;
}
main .section.section--home-signatures .signatures .grid .signature .signature__logo img{
	max-height: 100px;
	max-width: 170px;
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
	filter: var(--tw-filter);
}
main .section.section--home-signatures .signatures .grid .signature .signature__quote{
	font-size: 18px;
	margin-top: 1.25rem;
	text-align: center;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
main .section.section--home-signatures .signatures .grid .signature .supporter__txt{
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
main .section.section--home-signatures .signatures.supporters{
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-top: 2.5rem;
}
main .section.section--home-signatures footer{
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}
main .section.section--home-ctas{
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding-top: 9rem;
	padding-bottom: 9rem;
}
@media (max-width: 768px){
	main .section.section--home-ctas{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
main .section.section--home-ctas .grid{
	display: flex;
}
main .section.section--home-ctas .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(9rem * var(--tw-space-x-reverse));
	margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	main .section.section--home-ctas .grid{
		flex-direction: column;
	}
	main .section.section--home-ctas .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--home-ctas .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(5rem * var(--tw-space-y-reverse));
	}
}
main .section.section--home-ctas .grid .cta{
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
main .section.section--home-ctas .grid .cta h5{
	font-size: 30px;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--home-ctas .grid .cta > img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
main .section.section--home-ctas .grid:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85%;
  width: 1px;
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
@media (max-width: 768px){
	main .section.section--home-ctas .grid:after{
		height: 1px;
	}
	main .section.section--home-ctas .grid:after{
		width: 75%;
	}
}
main .section.section--home-dashboard{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
	padding-top: 8rem;
	padding-bottom: 8rem;
}
main .section.section--home-dashboard .section__header{
	margin-bottom: 5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-dashboard .section__header h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 1rem;
  }
main .section.section--home-dashboard .section__header p{
	font-size: 20px;
}
main .section.section--home-dashboard .dashboard__update {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard{
	margin: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}
main .section.section--home-dashboard .dashboard .dashboard__col{
	padding: 0.75rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card{
	height: 100%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap{
	height: 100%;
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding: 1.5rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__header {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(208, 218, 236, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__header.card__header--center{
	text-align: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__chart.card__chart--doughnut .chart__center{
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	flex-direction: column;
	justify-content: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__chart.card__chart--doughnut .chart__center span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(208, 218, 236, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__chart.card__chart--doughnut .chart__center span:first-child{
	margin-bottom: 1rem;
	font-size: 60px;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__chart .chart{
		margin-left: auto;
		margin-right: auto;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__chart .chart{
		max-width: 50%;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__button{
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__button button{
	display: flex;
	align-items: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__button button > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__button button{
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	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;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__button button:hover{
	--tw-bg-opacity: 0.9;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card .dashboard__card-wrap .card__button button span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--light .dashboard__card-wrap{
	--tw-bg-opacity: 1;
	background-color: rgba(208, 218, 236, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--h-half .dashboard__card-wrap{
	height: 100%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-01 .dashboard__card-wrap .card__header{
	margin-bottom: 1.5rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-01 .dashboard__card-wrap .card__header:after {
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  height: 1px;
  width: 70px;
  --tw-bg-opacity: 1;
  background-color: rgba(99, 133, 195, var(--tw-bg-opacity));
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-01 .dashboard__card-wrap .chart{
		margin-left: auto;
		margin-right: auto;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-01 .dashboard__card-wrap .chart{
		max-width: 50%;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap{
		flex-direction: column-reverse;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter{
	width: 33.333333%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__num{
	margin-bottom: 0.5rem;
	display: flex;
	align-items: flex-end;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__num > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__num span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__num span:first-child{
	font-size: 46px;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__num span:last-child{
	top: -5px;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__blocks{
	margin: -0.25rem;
	display: flex;
	flex-wrap: wrap;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__blocks .block{
	width: 8.333333%;
	padding: 0.25rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter .counter__blocks .block span{
	display: block;
	height: 23px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 193, 221, var(--tw-bg-opacity));
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .dashboard__counter:after{
		display: none;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .card__header{
	width: 66.666667%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .card__header{
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .card__header{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-02 .dashboard__card-wrap .card__header{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap{
		flex-direction: column-reverse;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__chart{
	width: 33.333333%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__chart{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__chart{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__chart .chart__center span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__chart .chart__center span:first-child{
	margin-bottom: 1rem;
	font-size: 40px;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__chart:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 193, 221, var(--tw-bg-opacity));
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__chart:after{
		display: none;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__header{
	width: 66.666667%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__header{
		margin-bottom: 1.5rem;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__header{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__header{
		padding-left: 0px;
		padding-right: 0px;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__header{
		text-align: center;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__header .card__button{
	justify-content: flex-start;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-03 .dashboard__card-wrap .card__header .card__button{
		justify-content: center;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap{
		flex-direction: column-reverse;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars{
	display: flex;
	width: 66.666667%;
	flex-direction: column;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars > :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));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars{
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar{
	display: flex;
	flex-direction: column;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar > :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));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar .card__bar-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(208, 218, 236, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar .card__bar-wrap{
	height: 30px;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar .card__bar-wrap .card__bar-data{
	position: absolute;
	top: 0px;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar .card__bar-wrap .card__bar-data span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
  }
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar .card__bar-wrap .card__bar-data span{
		font-size: 12px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar .card__bar-wrap .card__bar-data.card__bar-data--left{
	left: 0px;
	justify-content: flex-end;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
	padding-right: 0.75rem;
	text-align: right;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__bars .card__bar .card__bar-wrap .card__bar-data.card__bar-data--right{
	right: 0px;
	justify-content: flex-start;
	--tw-bg-opacity: 1;
	background-color: rgba(208, 218, 236, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__header{
	width: 33.333333%;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__header{
		margin-bottom: 1.5rem;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__header{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__header{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 193, 221, var(--tw-bg-opacity));
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-04 .dashboard__card-wrap .card__header:before{
		display: none;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .card__header{
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(166, 179, 206, var(--tw-border-opacity));
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .card__header .text{
	width: 66.666667%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .card__header .card__button{
	margin-top: 0px;
	width: 33.333333%;
	align-self: flex-start;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .dashboard__actions{
	margin: -0.25rem;
	display: flex;
	flex-wrap: wrap;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .dashboard__actions li{
	display: flex;
	align-items: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .dashboard__actions li > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .dashboard__actions li{
	padding: 0.25rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .dashboard__actions li img{
	height: 12px;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .dashboard__actions li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    font-size: 12px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
    text-decoration: underline;
    opacity: 1;
    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;
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-05 .dashboard__card-wrap .dashboard__actions li a:hover{
	opacity: 0.7;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap{
		flex-direction: column-reverse;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__chart{
	width: 41.666667%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__chart{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__chart{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__chart:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(177, 193, 221, var(--tw-bg-opacity));
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__chart .chart{
		max-width: none;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header{
	width: 58.333333%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header{
		margin-bottom: 1.5rem;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header{
		width: 100%;
	}
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend{
	margin-top: 1.5rem;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend{
		margin-top: 0.5rem;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li{
	display: flex;
	align-items: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li span.legend__bullet{
	height: 13px;
	width: 13px;
	border-radius: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li span.legend__bullet.legend__bullet--blue{
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li span.legend__bullet.legend__bullet--bluemiddle{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 124, 222, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li span.legend__bullet.legend__bullet--purple{
	--tw-bg-opacity: 1;
	background-color: rgba(150, 88, 115, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li span.legend__bullet.legend__bullet--red{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__legend ul li span.legend__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-06 .dashboard__card-wrap .card__header .card__button{
	justify-content: flex-start;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap{
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap{
		min-height: 450px;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__header{
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__header:after {
  content: "";
  margin-top: 1rem;
  display: block;
  height: 1px;
  width: 70px;
  --tw-bg-opacity: 1;
  background-color: rgba(99, 133, 195, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend{
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 1.5rem;
}
@media (max-width: 640px){
	main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend{
		margin-top: 0.5rem;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li{
	display: flex;
	align-items: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li span.legend__bullet{
	height: 13px;
	width: 13px;
	border-radius: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li span.legend__bullet.legend__bullet--white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li span.legend__bullet.legend__bullet--bluemiddle{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 124, 222, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li span.legend__bullet.legend__bullet--purple{
	--tw-bg-opacity: 1;
	background-color: rgba(150, 88, 115, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li span.legend__bullet.legend__bullet--red{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .card__legend ul li span.legend__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis{
	margin-top: 1rem;
	flex: 1 1 0%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x{
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: space-between;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x{
	padding-left: 1.5rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x .range{
	display: flex;
	height: 100%;
	flex: 1 1 0%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x .range .range__bars{
	display: flex;
	flex: 1 1 0%;
	align-items: flex-end;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x .range .range__bars > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x .range .range__bars .range__bar{
	flex: 1 1 0%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x .range .range__bars .range__bar.range__bar--white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x .range .range__bars .range__bar.range__bar--bluemiddle{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 124, 222, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-x .range .range__bars .range__bar.range__bar--red{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-y{
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	flex-direction: column-reverse;
	padding-left: 1.5rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-y .level{
	flex: 1 1 0%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-y .level .level__num {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: absolute;
    left: -1.5rem;
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    font-size: 11px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-y .level .level__line{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(39, 82, 166, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-ranges{
	padding-left: 1.5rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-ranges .line{
	height: 1px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(39, 82, 166, var(--tw-bg-opacity));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-ranges .ranges{
	display: flex;
	justify-content: space-between;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-ranges .ranges > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-ranges .ranges{
	padding-top: 1rem;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-ranges .range{
	display: flex;
	flex: 1 1 0%;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .dashboard__card-wrap .axis .axis-ranges .range .range__name {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 100%;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    padding-top: 0.25rem;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .axis__label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .axis__label.axis__label--x{
	text-align: center;
}
main .section.section--home-dashboard .dashboard .dashboard__col .dashboard__card.dashboard__card--type-07 .axis__label.axis__label--y{
	max-width: 60px;
}
main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--sm{
	width: 25%;
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--sm{
		width: 100%;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--md{
	width: 50%;
}
@media (max-width: 768px){
	main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--md{
		width: 100%;
	}
}
main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--xl{
	width: 100%;
}
main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--flex{
	display: flex;
	flex-direction: column;
}
main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--flex > :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));
}
main .section.section--home-dashboard .dashboard .dashboard__col.dashboard__col--flex > *{
	flex: 1 1 0%;
}
main .section.section--home-resources{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 124, 222, var(--tw-bg-opacity));
}
main .section.section--home-resources .grid{
	display: flex;
	align-items: center;
}
main .section.section--home-resources .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(8rem * var(--tw-space-x-reverse));
	margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	main .section.section--home-resources .grid{
		flex-direction: column;
	}
	main .section.section--home-resources .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--home-resources .grid > :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));
	}
	main .section.section--home-resources .grid{
		padding-top: 5rem;
	}
}
main .section.section--home-resources .grid .col{
	flex: 1 1 0%;
}
@media (max-width: 768px){
	main .section.section--home-resources .grid .col{
		width: 100vw;
	}
}
main .section.section--home-resources .grid .col.col--header{
	display: flex;
	justify-content: center;
}
@media (max-width: 768px){
	main .section.section--home-resources .grid .col.col--header{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
main .section.section--home-resources .grid .col.col--header .header{
	text-align: center;
}
main .section.section--home-resources .grid .col.col--header .header h3{
	font-size: 60px;
	margin-bottom: 0.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
main .section.section--home-resources .grid .col.col--header .header p{
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--home-resources .grid .col.col--btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10rem;
	padding-bottom: 10rem;
}
@media (max-width: 768px){
	main .section.section--home-resources .grid .col.col--btn{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
main .section.section--home-resources .grid .col.col--btn .bg{
	position: absolute;
	top: 0px;
	left: -2.5rem;
	height: 100%;
	width: 50vw;
}
@media (max-width: 768px){
	main .section.section--home-resources .grid .col.col--btn .bg{
		left: 0px;
	}
	main .section.section--home-resources .grid .col.col--btn .bg{
		width: 100vw;
	}
}
main .section.section--home-resources .grid .col.col--btn .bg img{
	max-width: none;
}
main .section.section--why-header{
	margin-top: 9rem;
}
@media (max-width: 1440px){
	main .section.section--why-header{
		margin-top: 5rem;
	}
}
main .section.section--why-header .grid{
	display: flex;
}
main .section.section--why-header .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	main .section.section--why-header .grid{
		flex-direction: column;
	}
	main .section.section--why-header .grid{
		align-items: center;
	}
	main .section.section--why-header .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--why-header .grid > :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));
	}
}
main .section.section--why-header .grid .text{
	flex: 1 1 0%;
}
main .section.section--why-header .grid .text h1{
	font-size: 80px;
	margin-bottom: 1.25rem;
	font-weight: 500;
	line-height: 80px;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
@media (max-width: 1440px){

  main .section.section--why-header .grid .text h1{
		font-size: 60px;
	}

  main .section.section--why-header .grid .text h1{
		line-height: 60px;
	}
}
main .section.section--why-header .grid .text h2{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--why-header .grid .text h2{
		font-size: 24px;
	}
}
main .section.section--why-header .grid .text h2{
	line-height: 36px;
	margin-bottom: 1.25rem;
}
main .section.section--why-header .grid .text p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--why-header .grid .pic{
	flex: 1 1 0%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-bottom: 4rem;
}
main .section.section--why-soybean-crop{
	padding-top: 7rem;
}
main .section.section--why-soybean-crop .grid{
	display: flex;
}
main .section.section--why-soybean-crop .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	main .section.section--why-soybean-crop .grid{
		flex-direction: column;
	}
	main .section.section--why-soybean-crop .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--why-soybean-crop .grid > :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));
	}
}
main .section.section--why-soybean-crop .grid > *{
	flex: 1 1 0%;
}
main .section.section--why-soybean-crop .grid > *.description p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--why-soybean-crop .graph{
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 246, 255, var(--tw-border-opacity));
}
main .section.section--why-size-land .content p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--why-size-land .graph{
	display: flex;
	justify-content: center;
}
main .section.section--why-size-land .graph embed{
	min-width: 1740px;
}
@media (max-width: 640px){
	main .section.section--why-size-land .graph embed{
		margin-left: -400px;
	}
}
main .section.section--why-size-land .graph .survey__wrap{
	position: absolute;
	bottom: 25%;
	left: 50%;
	width: 370px;
}
@media (max-width: 640px){
	main .section.section--why-size-land .graph .survey__wrap{
		left: 0px;
	}
	main .section.section--why-size-land .graph .survey__wrap{
		max-width: 100%;
	}
	main .section.section--why-size-land .graph .survey__wrap{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
main .section.section--product-regions .graphic__wrap{
	padding-top: 7rem;
}
main .section.section--product-regions .graphic__wrap header{
	margin-bottom: 4rem;
}
main .section.section--product-regions .graphic__wrap header h3{
	font-size: 36px;
	text-align: center;
}
main .section.section--product-regions .graphic__wrap .graph{
	display: flex;
	justify-content: center;
}
main .section.section--product-regions .graphic__wrap .content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
main .section.section--product-regions .graphic__wrap .content p{
	font-size: 30px;
	line-height: 50px;
}
@media (max-width: 1680px){
	main .section.section--product-regions .graphic__wrap .content p{
		line-height: 44px;
	}
}
@media (max-width: 1024px){
	main .section.section--product-regions .graphic__wrap .content p{
		line-height: 40px;
	}
}
main .section.section--product-regions .graphic__wrap .content p{
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
@media (max-width: 768px){

  main .section.section--product-regions .graphic__wrap .content p{
		font-size: 20px;
	}

  main .section.section--product-regions .graphic__wrap .content p{
		line-height: 36px;
	}
}
main .section.section--product-regions .graphic__wrap .content .pic img{
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
	filter: var(--tw-filter);
}
main .section.section--product-regions .footprint{
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main .section.section--product-regions .estimated{
	margin-top: 5rem;
}
main .section.section--product-regions .estimated .grid{
	display: flex;
}
@media (max-width: 768px){
	main .section.section--product-regions .estimated .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 640px){
	main .section.section--product-regions .estimated .grid{
		flex-direction: column;
	}
	main .section.section--product-regions .estimated .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--product-regions .estimated .grid > :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));
	}
}
main .section.section--product-regions .estimated .grid > *{
	flex: 1 1 0%;
}
main .section.section--product-regions .estimated .grid > *.content p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--product-regions .estimated .grid > *.content p:last-child{
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--why-manifesto{
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding-top: 7rem;
	padding-bottom: 7rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 640px){
	main .section.section--why-manifesto{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
main .section.section--why-manifesto header{
	margin-bottom: 4rem;
	text-align: center;
}
main .section.section--why-manifesto header h3{
	font-size: 40px;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--why-manifesto header p{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--why-manifesto header p{
		font-size: 24px;
	}
}
main .section.section--why-manifesto .grid{
	display: flex;
}
main .section.section--why-manifesto .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(5rem * var(--tw-space-x-reverse));
	margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	main .section.section--why-manifesto .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
@media (max-width: 640px){
	main .section.section--why-manifesto .grid{
		flex-direction: column;
	}
	main .section.section--why-manifesto .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--why-manifesto .grid > :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));
	}
}
main .section.section--why-manifesto .grid .column{
	flex: 1 1 0%;
}
main .section.section--why-manifesto .grid .column p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--why-soy-production .description{
	margin-bottom: 4rem;
}
main .section.section--why-soy-production .description p{
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
main .section.section--why-soy-production .graphic{
	display: flex;
	justify-content: center;
}
main .section.section--faq-content{
	margin-top: 2.5rem;
}
@media (max-width: 1024px){
	main .section.section--faq-content{
		margin-top: 2.5rem;
	}
}
main .section.section--faq-content .faq{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media (max-width: 1280px){
	main .section.section--faq-content .faq .faq__content{
		padding-left: 9rem;
		padding-right: 9rem;
	}
}
@media (max-width: 768px){
	main .section.section--faq-content .faq .faq__content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--faq-content .faq .faq__content h4{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--faq-content .faq .faq__content h4{
		font-size: 24px;
	}
}
main .section.section--faq-content .faq .faq__content h4{
	line-height: 36px;
	margin-bottom: 2rem;
	font-weight: 700;
}
main .section.section--faq-content .faq .faq__content p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--faq-content .faq .faq__content ul, main .section.section--faq-content .faq .faq__content ol{
	margin-bottom: 2rem;
}
@media (max-width: 768px){
	main .section.section--faq-content .faq .faq__content ul, main .section.section--faq-content .faq .faq__content ol{
		margin-bottom: 1.25rem;
	}
}
main .section.section--faq-content .faq .faq__content ul li, main .section.section--faq-content .faq .faq__content ol li{
	font-size: 20px;
	line-height: 36px;
	margin-left: 25px;
}
main .section.section--faq-content .faq .faq__content ul li:last-child, main .section.section--faq-content .faq .faq__content ol li:last-child{
	margin-bottom: 0px;
}
main .section.section--faq-content .faq .faq__content ul:last-child, main .section.section--faq-content .faq .faq__content ol:last-child{
	margin-bottom: 0px;
}
main .section.section--faq-content .faq .faq__content ul li{
	list-style-type: disc;
}
main .section.section--faq-content .faq .faq__content ol li{
	list-style-type: decimal;
}
main .section.section--faq-content .faq:first-child{
	padding-top: 0px;
}
main .section.section--faq-content .faq:nth-child(even){
	--tw-bg-opacity: 1;
	background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
}
main .section.section--faq-content .faq .tosummary{
	position: absolute;
	top: 5px;
	right: 100%;
	display: flex;
	height: 25px;
	width: 25px;
	--tw-translate-x: -5px;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
main .section.section--faq-content .faq__pic{
	width: 100%;
}
main .section.section--about-intro{
	margin-top: 1.5rem;
}
main .section.section--about-intro .content{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-bottom: 2rem;
}
@media (max-width: 1280px){
	main .section.section--about-intro .content{
		padding-left: 9rem;
		padding-right: 9rem;
	}
}
@media (max-width: 768px){
	main .section.section--about-intro .content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--about-intro .content p{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--about-intro .content p{
		font-size: 24px;
	}
}
main .section.section--about-intro .content p{
	line-height: 36px;
	width: 66.666667%;
	font-weight: 700;
}
@media (max-width: 1024px){
	main .section.section--about-intro .content p{
		width: 100%;
	}
}
main .section.section--about-content{
	padding-top: 5rem;
}
@media (max-width: 1024px){
	main .section.section--about-content{
		margin-top: 2.5rem;
	}
}
main .section.section--about-content p, main .section.section--about-content ul{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--about-content ul li{
	margin-left: 5rem;
	list-style-type: disc;
}
main .section.section--about-content .main .grid{
	display: flex;
	flex-wrap: wrap;
}
main .section.section--about-content .main .grid .pic{
	width: 33.333333%;
	mix-blend-mode: multiply;
}
@media (max-width: 1024px){
	main .section.section--about-content .main .grid .pic{
		display: none;
	}
}
main .section.section--about-content .main .grid .text{
	width: 66.666667%;
}
@media (max-width: 1024px){
	main .section.section--about-content .main .grid .text{
		width: 100%;
	}
}
main .section.section--about-content footer{
	margin-top: 5rem;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-top: 5rem;
}
@media (max-width: 1280px){
	main .section.section--about-content footer{
		padding-left: 9rem;
		padding-right: 9rem;
	}
}
@media (max-width: 768px){
	main .section.section--about-content footer{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--report-intro{
	margin-top: 1.5rem;
}
@media (max-width: 1280px){
	main .section.section--report-intro .content{
		padding-left: 9rem;
		padding-right: 9rem;
	}
}
@media (max-width: 768px){
	main .section.section--report-intro .content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--report-intro .content .grid{
	display: flex;
}
@media (max-width: 640px){
	main .section.section--report-intro .content .grid{
		flex-direction: column;
	}
}
main .section.section--report-intro .content .grid .col{
	flex: 1 1 0%;
}
main .section.section--report-intro .content .grid .col:first-child p{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--report-intro .content .grid .col:first-child p{
		font-size: 24px;
	}
}
main .section.section--report-intro .content .grid .col:first-child p{
	line-height: 36px;
}
main .section.section--report-intro .content .grid .col:last-child{
	display: flex;
	justify-content: center;
}
@media (max-width: 640px){
	main .section.section--report-intro .content .grid .col:last-child .pic{
		margin-top: 2.5rem;
	}
}
main .section.section--report-intro .content .grid .col:last-child .pic span{
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 50%;
	font-size: 32px;
	height: 100%;
	--tw-translate-y: -2.5rem;
	transform: var(--tw-transform);
	--tw-translate-x: 0.5rem;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 640px){
	main .section.section--report-intro .content .grid .col:last-child .pic span{
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
	main .section.section--report-intro .content .grid .col:last-child .pic span{
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}
	main .section.section--report-intro .content .grid .col:last-child .pic span{
		transform: var(--tw-transform);
	}
}
main .section.section--report-intro .content .grid .col:last-child .pic span:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50%;
  width: 1px;
  --tw-translate-x: -0.5rem;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
@media (max-width: 640px){
	main .section.section--report-intro .content .grid .col:last-child .pic span:after{
		display: none;
	}
}
main .section.section--report-intro .content .grid .col:last-child .pic .signatories__list {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66.666667%;
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
    --tw-translate-y: -33.333333%;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    border-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 46, 33, var(--tw-text-opacity));
    opacity: 0;
    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;
  }
@media (max-width: 640px){
	main .section.section--report-intro .content .grid .col:last-child .pic .signatories__list{
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
	main .section.section--report-intro .content .grid .col:last-child .pic .signatories__list{
		opacity: 1;
	}
}
main .section.section--report-intro .content .grid .col:last-child .pic:hover .signatories__list{
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	opacity: 1;
}
main .section.section--report-intro .chart{
	margin-top: 5rem;
}
main .section.section--report-intro .chart h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    width: 25%;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
@media (max-width: 1024px){
	main .section.section--report-intro .chart h4{
		width: 33.333333%;
	}
}
@media (max-width: 768px){
	main .section.section--report-intro .chart h4{
		width: 50%;
	}
}
@media (max-width: 640px){
	main .section.section--report-intro .chart h4{
		width: 66.666667%;
	}
}
main .section.section--report-intro .chart .chart__items .chart__item{
	margin-bottom: 1.5rem;
}
main .section.section--report-intro .chart .chart__items .chart__item .chart__item-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }
main .section.section--report-intro .chart .chart__items .chart__item .chart__item-bar{
	height: 35px;
}
main .section.section--report-intro .chart .chart__items .chart__item .chart__item-bar > *{
	position: absolute;
	top: 0px;
	display: flex;
	height: 100%;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
}
main .section.section--report-intro .chart .chart__items .chart__item .chart__item-bar > * span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
  }
main .section.section--report-intro .chart .chart__items .chart__item .chart__item-bar > *.chart__item-bar-left{
	left: 0px;
	justify-content: flex-end;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
main .section.section--report-intro .chart .chart__items .chart__item .chart__item-bar > *.chart__item-bar-right{
	right: 0px;
	justify-content: flex-start;
	--tw-bg-opacity: 1;
	background-color: rgba(208, 218, 236, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--report-intro .chart .chart__bottom{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 640px){
	main .section.section--report-intro .chart .chart__bottom{
		flex-direction: column;
	}
}
main .section.section--report-intro .chart .chart__bottom .chart__legend{
	display: flex;
	align-items: center;
}
main .section.section--report-intro .chart .chart__bottom .chart__legend > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--report-intro .chart .chart__bottom .chart__legend li{
	display: flex;
	align-items: center;
}
main .section.section--report-intro .chart .chart__bottom .chart__legend li > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--report-intro .chart .chart__bottom .chart__legend li span:first-child{
	height: 13px;
	width: 13px;
	border-radius: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
main .section.section--report-intro .chart .chart__bottom .chart__legend li span:last-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--report-intro .chart .chart__bottom .chart__legend li:last-child span:first-child{
	--tw-bg-opacity: 1;
	background-color: rgba(208, 218, 236, var(--tw-bg-opacity));
}
main .section.section--report-intro .chart .chart__bottom .chart__note {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 25%;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }
@media (max-width: 1024px){
	main .section.section--report-intro .chart .chart__bottom .chart__note{
		width: 33.333333%;
	}
}
@media (max-width: 768px){
	main .section.section--report-intro .chart .chart__bottom .chart__note{
		width: 50%;
	}
}
@media (max-width: 640px){
	main .section.section--report-intro .chart .chart__bottom .chart__note{
		margin-top: 0.5rem;
	}
	main .section.section--report-intro .chart .chart__bottom .chart__note{
		width: 100%;
	}
}
main .section.section--report-intro .highlight{
	margin-top: 5rem;
}
main .section.section--report-intro .highlight p{
	font-size: 30px;
	line-height: 46px;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--report-intro .closing{
	margin-top: 5rem;
}
main .section.section--report-intro .closing .grid{
	display: flex;
}
main .section.section--report-intro .closing .grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	main .section.section--report-intro .closing .grid{
		flex-direction: column;
	}
	main .section.section--report-intro .closing .grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-intro .closing .grid > :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));
	}
}
main .section.section--report-intro .closing .grid .col{
	flex: 1 1 0%;
}
main .section.section--report-intro .closing .grid .col p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--report-content .report__block{
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media (max-width: 640px){
	main .section.section--report-content .report__block{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
main .section.section--report-content .report__block .report__section{
	margin-bottom: 5rem;
}
main .section.section--report-content .report__block .report__ill{
	position: absolute;
}
@media (max-width: 1024px){
	main .section.section--report-content .report__block .report__ill{
		display: none;
	}
}
main .section.section--report-content .report__block .report__ill.report__ill--01{
	top: 0px;
	left: 66.666667%;
}
main .section.section--report-content .report__block .report__ill.report__ill--02{
	top: 25vh;
	left: 2.5rem;
}
main .section.section--report-content .report__block .report__header{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--report-content .report__block .report__header .report__num{
	margin-bottom: 1.5rem;
	display: flex;
	height: 65px;
	width: 65px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(7, 47, 123, var(--tw-border-opacity));
}
main .section.section--report-content .report__block .report__header .report__num span{
	--tw-text-opacity: 1;
	color: rgba(7, 47, 123, var(--tw-text-opacity));
}
main .section.section--report-content .report__block .report__header h3{
	font-size: 32px;
	margin-bottom: 1.5rem;
	font-weight: 700;
	font-style: italic;
}
main .section.section--report-content .report__block .report__header p{
	font-size: 30px;
}
main .section.section--report-content .report__block .report__pie .report__pie-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    max-width: 50%;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--report-content .report__block .report__pie .report__pie-title.report__pie-title--auto{
	max-width: none;
}
main .section.section--report-content .report__block .report__pie .report__pie-pic img{
	margin-left: auto;
	margin-right: auto;
}
main .section.section--report-content .report__block .report__pie-legend{
	margin-top: 1.5rem;
}
main .section.section--report-content .report__block .report__pie-legend ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
main .section.section--report-content .report__block .report__pie-legend ul > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	main .section.section--report-content .report__block .report__pie-legend ul{
		flex-direction: column;
	}
	main .section.section--report-content .report__block .report__pie-legend ul > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-content .report__block .report__pie-legend ul > :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));
	}
}
main .section.section--report-content .report__block .report__pie-legend ul li{
	display: flex;
	align-items: center;
}
main .section.section--report-content .report__block .report__pie-legend ul li > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--report-content .report__block .report__pie-legend ul li span.legend__bullet{
	height: 13px;
	width: 13px;
	border-radius: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
main .section.section--report-content .report__block .report__pie-legend ul li span.legend__bullet.legend__bullet--blue{
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
}
main .section.section--report-content .report__block .report__pie-legend ul li span.legend__bullet.legend__bullet--bluemiddle{
	--tw-bg-opacity: 1;
	background-color: rgba(73, 124, 222, var(--tw-bg-opacity));
}
main .section.section--report-content .report__block .report__pie-legend ul li span.legend__bullet.legend__bullet--purple{
	--tw-bg-opacity: 1;
	background-color: rgba(150, 88, 115, var(--tw-bg-opacity));
}
main .section.section--report-content .report__block .report__pie-legend ul li span.legend__bullet.legend__bullet--red{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
main .section.section--report-content .report__block .report__pie-legend ul li span.legend__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--report-content .report__block .report__pie-legend.report__pie-legend--big ul li span.legend__bullet{
	height: 21px;
	width: 21px;
}
main .section.section--report-content .report__block .report__pie-legend.report__pie-legend--big ul li span.legend__text{
	font-size: 1rem;
	line-height: 1.5rem;
}
main .section.section--report-content .report__block .report__text p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--report-content .report__block .report__text ul{
	margin-left: 1.5rem;
}
main .section.section--report-content .report__block .report__text ul li{
	font-size: 20px;
	line-height: 36px;
	list-style-type: disc;
	padding-left: 0.5rem;
}
main .section.section--report-content .report__block .report__text.report__text--center{
	text-align: center;
}
main .section.section--report-content .report__block .report__charts{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media (max-width: 640px){
	main .section.section--report-content .report__block .report__charts{
		flex-direction: column;
	}
	main .section.section--report-content .report__block .report__charts{
		align-items: center;
	}
	main .section.section--report-content .report__block .report__charts > :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));
	}
}
main .section.section--report-content .report__block .report__charts .chart{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block .report__charts .chart .chart__svg img{
	margin-left: auto;
	margin-right: auto;
}
main .section.section--report-content .report__block .report__charts .chart .chart__bottom {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgba(241, 246, 255, var(--tw-border-opacity));
    padding-top: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--report-content .report__block .report__action .wrap{
	border-radius: 6px;
	--tw-bg-opacity: 1;
	background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 5rem;
	padding-bottom: 8rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	main .section.section--report-content .report__block .report__action .wrap{
		padding-top: 2.5rem;
	}
	main .section.section--report-content .report__block .report__action .wrap{
		padding-bottom: 5rem;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__action-sep{
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	margin-bottom: 3rem;
	height: 1px;
	width: 130px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
main .section.section--report-content .report__block .report__action .wrap .report__control{
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
main .section.section--report-content .report__block .report__action .wrap .report__control img{
	opacity: 1;
	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;
}
main .section.section--report-content .report__block .report__action .wrap .report__control img:last-child{
	position: absolute;
	top: 0px;
	opacity: 0;
}
main .section.section--report-content .report__block .report__action .wrap .report__action-header{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	text-align: center;
}
@media (max-width: 1024px){
	main .section.section--report-content .report__block .report__action .wrap .report__action-header{
		width: 100%;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__action-header h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
  }
main .section.section--report-content .report__block .report__action .wrap .report__action-header h3{
	font-size: 40px;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--report-content .report__block .report__action .wrap .report__action-header p{
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}
main .section.section--report-content .report__block .report__action .wrap .report__action-header p:last-child{
	margin-bottom: 0px;
}
main .section.section--report-content .report__block .report__action .wrap .report__grid{
	display: flex;
	align-items: center;
}
main .section.section--report-content .report__block .report__action .wrap .report__grid > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--report-content .report__block .report__action .wrap .report__grid{
	padding-bottom: 3rem;
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__grid{
		flex-direction: column;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__grid > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-content .report__block .report__action .wrap .report__grid > :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));
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__grid .col{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block .report__action .wrap .report__grid .col.col--text .col__wrap p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--report-content .report__block .report__action .wrap .report__grid .col.col--pic .col__wrap img{
	margin-left: auto;
	margin-right: auto;
}
main .section.section--report-content .report__block .report__action .wrap .report__grid .col.col--pic .col__wrap img.pic__absolute{
	position: absolute;
	top: 50%;
	max-width: none;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__grid .col.col--pic .col__wrap img.pic__absolute{
		position: relative;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__grid .col.col--pic .col__wrap img.pic__absolute{
		top: auto;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__grid .col.col--pic .col__wrap img.pic__absolute{
		max-width: 100%;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__grid .col.col--pic .col__wrap img.pic__absolute{
		transform: none;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__closing{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	text-align: center;
}
@media (max-width: 1024px){
	main .section.section--report-content .report__block .report__action .wrap .report__closing{
		width: 100%;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__closing .closing__content p{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--report-content .report__block .report__action .wrap .report__closing .closing__person{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: 50%;
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__closing .closing__person{
		width: 66.666667%;
	}
}
@media (max-width: 640px){
	main .section.section--report-content .report__block .report__action .wrap .report__closing .closing__person{
		width: 100%;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__closing .closing__person span{
	display: block;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(255, 46, 33, var(--tw-text-opacity));
}
main .section.section--report-content .report__block .report__action .wrap .report__closing .closing__person span:first-child{
	font-size: 24px;
	font-weight: 700;
}
main .section.section--report-content .report__block .report__action .wrap .report__closing .closing__person span:last-child{
	font-size: 20px;
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology{
	margin-left: auto;
	margin-right: auto;
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block{
		margin-left: 0px;
		margin-right: 0px;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__date {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 25%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: right;
    font-size: 1rem;
    line-height: 1.5rem;
  }
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__date{
		margin-bottom: 0.75rem;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__date{
		width: 100%;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__date{
		padding-left: 0px;
		padding-right: 0px;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__date{
		text-align: center;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content{
	width: 58.333333%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-bottom: 2.5rem;
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content{
		width: 100%;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content{
		padding-left: 0px;
		padding-right: 0px;
	}
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content{
		text-align: center;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content .chron__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
  }
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content .chron__title:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -2.5rem;
  height: 1px;
  width: 18px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content .chron__title:after{
		display: none;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content .chron__description{
	font-size: 18px;
	line-height: 24px;
	margin-top: 0.25rem;
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0px;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (max-width: 768px){
	main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block .chron__content:before{
		display: none;
	}
}
main .section.section--report-content .report__block .report__action .wrap .report__chronology .chron__block:last-child .chron__content{
	padding-bottom: 0px;
}
main .section.section--report-content .report__block .report__action.is--expanded .wrap .report__control img:last-child{
	opacity: 1;
}
main .section.section--report-content .report__block.report__block--01 .report__pies{
	display: flex;
	justify-content: space-between;
}
main .section.section--report-content .report__block.report__block--01 .report__pies > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	main .section.section--report-content .report__block.report__block--01 .report__pies{
		flex-direction: column;
	}
	main .section.section--report-content .report__block.report__block--01 .report__pies > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-content .report__block.report__block--01 .report__pies > :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));
	}
}
main .section.section--report-content .report__block.report__block--01 .report__pies .report__pie{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block.report__block--02 .report__pies{
	display: flex;
	justify-content: space-between;
}
main .section.section--report-content .report__block.report__block--02 .report__pies > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	main .section.section--report-content .report__block.report__block--02 .report__pies{
		flex-direction: column;
	}
	main .section.section--report-content .report__block.report__block--02 .report__pies > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-content .report__block.report__block--02 .report__pies > :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));
	}
}
main .section.section--report-content .report__block.report__block--02 .report__pies .report__pie{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block.report__block--02 .report__pies .report__text{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block.report__block--02 .report__signatories{
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
}
main .section.section--report-content .report__block.report__block--02 .report__signatories > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
main .section.section--report-content .report__block.report__block--02 .report__signatories p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--report-content .report__block.report__block--02 .report__signatories p:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1.25rem;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 255, var(--tw-bg-opacity));
}
main .section.section--report-content .report__block.report__block--03 .report__pies{
	display: flex;
	justify-content: space-between;
}
main .section.section--report-content .report__block.report__block--03 .report__pies > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	main .section.section--report-content .report__block.report__block--03 .report__pies{
		flex-direction: column;
	}
	main .section.section--report-content .report__block.report__block--03 .report__pies > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-content .report__block.report__block--03 .report__pies > :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));
	}
}
main .section.section--report-content .report__block.report__block--03 .report__pies .report__pie{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block.report__block--03 .report__pies .report__text{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph{
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}
main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph{
		flex-direction: column;
	}
	main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph > :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));
	}
	main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph img:nth-child(2), main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph img:nth-child(4){
		--tw-rotate: 90deg;
		transform: var(--tw-transform);
	}
	main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph img:nth-child(2), main .section.section--report-content .report__block.report__block--03 .report__text .report__text-graph img:nth-child(4){
		transform: var(--tw-transform);
	}
}
main .section.section--report-content .report__block.report__block--04 .report__pies{
	display: flex;
	justify-content: space-between;
}
main .section.section--report-content .report__block.report__block--04 .report__pies > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 640px){
	main .section.section--report-content .report__block.report__block--04 .report__pies{
		flex-direction: column;
	}
	main .section.section--report-content .report__block.report__block--04 .report__pies > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-content .report__block.report__block--04 .report__pies > :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));
	}
}
main .section.section--report-content .report__block.report__block--04 .report__pies .report__pie{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block.report__block--04 .report__pies .report__text{
	flex: 1 1 0%;
}
main .section.section--report-content .report__block.report__block--04 .report__signatories{
	display: flex;
	align-items: center;
	justify-content: center;
}
main .section.section--report-content .report__block.report__block--04 .report__signatories > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
@media (max-width: 768px){
	main .section.section--report-content .report__block.report__block--04 .report__signatories{
		flex-direction: column;
	}
	main .section.section--report-content .report__block.report__block--04 .report__signatories > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	main .section.section--report-content .report__block.report__block--04 .report__signatories > :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));
	}
	main .section.section--report-content .report__block.report__block--04 .report__signatories img:nth-child(2){
		--tw-rotate: 90deg;
		transform: var(--tw-transform);
	}
	main .section.section--report-content .report__block.report__block--04 .report__signatories img:nth-child(2){
		transform: var(--tw-transform);
	}
}
main .section.section--resources-intro{
	margin-top: 1.5rem;
}
main .section.section--resources-intro .content{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-bottom: 2rem;
}
@media (max-width: 1280px){
	main .section.section--resources-intro .content{
		padding-left: 9rem;
		padding-right: 9rem;
	}
}
@media (max-width: 768px){
	main .section.section--resources-intro .content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
main .section.section--resources-intro .content p{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--resources-intro .content p{
		font-size: 24px;
	}
}
main .section.section--resources-intro .content p{
	line-height: 36px;
	width: 66.666667%;
	font-weight: 700;
}
@media (max-width: 1024px){
	main .section.section--resources-intro .content p{
		width: 100%;
	}
}
main .section.section--resources-content{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
main .section.section--resources-content table{
	width: 100%;
}
main .section.section--resources-content table tr th {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgba(241, 246, 255, var(--tw-border-opacity));
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(7, 47, 123, var(--tw-text-opacity));
  }
main .section.section--resources-content table tr:first-child th{
	text-align: left;
}
main .section.section--resources-content table tbody tr td{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(241, 246, 255, var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
main .section.section--resources-content table tbody tr td .dashboard__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }
main .section.section--resources-content table tbody tr td .dashboard__pill {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgba(7, 47, 123, var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
main .section.section--resources-content table tbody tr td .dashboard__pill.dashboard__pill--no{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 46, 33, var(--tw-bg-opacity));
}
main .section.section--legal-content{
	margin-top: 4rem;
}
main .section.section--legal-content h2{
	font-size: 36px;
	margin-top: 2.5rem;
	font-weight: 500;
}
main .section.section--legal-content h3{
	font-size: 26px;
}
@media (max-width: 1680px){
	main .section.section--legal-content h3{
		font-size: 24px;
	}
}
main .section.section--legal-content h3{
	margin-top: 2.5rem;
	font-weight: 500;
}
main .section.section--legal-content h4{
	font-size: 20px;
	margin-bottom: 2.5rem;
}
main .section.section--legal-content p, main .section.section--legal-content ul, main .section.section--legal-content ol{
	font-size: 20px;
	line-height: 36px;
}
main .section.section--legal-content ul li, main .section.section--legal-content ol li{
	margin-left: 25px;
	list-style-type: disc;
}
