/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

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

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

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

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

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

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

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

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

body {
  font-family:
		system-ui,
		-apple-system, /* 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='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.
*/

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

/**
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: "Berlingske Serif", sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input::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.
 */

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-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

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

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

@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

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


.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}


.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

html {
  font-size: 15px;
}

@media (min-width: 1000px) {
  html {
    font-size: 18px;
  }
}

.ey-text-xs {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-text-xs {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.ey-text-sm {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-text-sm {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.ey-text-base {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-text-base {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ey-text-lg {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-text-lg {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.ey-text-xl {
  font-size: 1.33rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-text-xl {
    font-size: 1.55rem;
    line-height: 1.5;
  }
}

.ey-text-2xl {
  font-size: 1.53rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-text-2xl {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.ey-text-3xl {
  font-size: 1.53rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-text-3xl {
    font-size: 2.45rem;
    line-height: 1.1;
  }
}

.ey-text-4xl {
  font-size: 2.3rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-text-4xl {
    font-size: 3rem;
    line-height: 1.1;
  }
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-4rem {
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-text-4rem {
    font-size: 4rem;
  }
}

.ey-text-2rem {
  font-size: 1.26rem;
}

@media (min-width: 1000px) {
  .ey-text-2rem {
    font-size: 2rem;
  }
}

.ey-text-xs.ey-button-full-text, .ey-text-sm.ey-button-full-text, .ey-text-base.ey-button-full-text, .ey-text-lg.ey-button-full-text, .ey-text-xl.ey-button-full-text {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-button-full-text {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 233, 225, var(--tw-border-opacity));
}

.ey-button-full-text:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 250, 248, var(--tw-bg-opacity));
}

.ey-button-full-text {
  padding: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: "Basis", serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(239, 233, 225, var(--tw-text-opacity));
}

.ey-button-full-text:hover {
  --tw-text-opacity: 1;
  color: rgba(48, 38, 56, var(--tw-text-opacity));
}

.ey-button-full-text {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

.text-and-image-block.feature .ey-text-sm.ey-button-full-text,.text-and-image-block.hero-feature .ey-text-sm.ey-button-full-text,.text-and-image-block.main-feature .ey-text-sm.ey-button-full-text{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-text-xs.ey-button-number-box, .ey-text-sm.ey-button-number-box, .ey-text-base.ey-button-number-box, .ey-text-lg.ey-button-number-box, .ey-text-xl.ey-button-number-box {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-block.ey-button-number-box h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-button-number-box h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-content-block.ey-button-number-box h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-button-number-box h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-button-number-box {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity));
}

.ey-button-number-box:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 38, 56, var(--tw-bg-opacity));
}

.ey-button-number-box {
  padding: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: "Basis", serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(48, 38, 56, var(--tw-text-opacity));
}

.ey-button-number-box:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 250, 248, var(--tw-text-opacity));
}

.ey-button-number-box {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

.text-and-image-block.feature .ey-text-sm.ey-button-number-box,.text-and-image-block.hero-feature .ey-text-sm.ey-button-number-box,.text-and-image-block.main-feature .ey-text-sm.ey-button-number-box{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-text-xs.ey-button-subscribe, .ey-text-sm.ey-button-subscribe, .ey-text-base.ey-button-subscribe, .ey-text-lg.ey-button-subscribe, .ey-text-xl.ey-button-subscribe {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-block.ey-button-subscribe h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-button-subscribe h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-content-block.ey-button-subscribe h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-button-subscribe h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-button-subscribe {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity));
  background-color: transparent;
}

.ey-button-subscribe:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 38, 56, var(--tw-bg-opacity));
}

.ey-button-subscribe {
  padding: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Basis", serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(48, 38, 56, var(--tw-text-opacity));
}

.ey-button-subscribe:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 250, 248, var(--tw-text-opacity));
}

.ey-button-subscribe {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

.text-and-image-block.feature .ey-text-sm.ey-button-subscribe,.text-and-image-block.hero-feature .ey-text-sm.ey-button-subscribe,.text-and-image-block.main-feature .ey-text-sm.ey-button-subscribe{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-text-xs.ey-link-button-alt, .ey-text-sm.ey-link-button-alt, .ey-text-base.ey-link-button-alt, .ey-text-lg.ey-link-button-alt, .ey-text-xl.ey-link-button-alt {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-block.ey-link-button-alt h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-link-button-alt h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-content-block.ey-link-button-alt h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-link-button-alt h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-link-button-alt .ey-right-arrow-gold {
  display: none;
}

.ey-link-button-alt .ey-right-arrow-bone {
  display: inline;
}

.ey-link-button-alt .ey-right-arrow-slate {
  display: none;
}

.ey-link-button-alt {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(45, 65, 90, var(--tw-border-opacity));
}

.ey-link-button-alt:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 223, 210, var(--tw-border-opacity));
}

.ey-link-button-alt {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 65, 90, var(--tw-bg-opacity));
}

.ey-link-button-alt:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 223, 210, var(--tw-bg-opacity));
}

.ey-link-button-alt {
  padding: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Basis", serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(48, 38, 56, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(239, 233, 225, var(--tw-text-opacity));
}

.ey-link-button-alt:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 65, 90, var(--tw-text-opacity));
}

.ey-link-button-alt {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

.text-and-image-block.feature .ey-text-sm.ey-link-button-alt,.text-and-image-block.hero-feature .ey-text-sm.ey-link-button-alt,.text-and-image-block.main-feature .ey-text-sm.ey-link-button-alt{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.news-post .news-recent.ey-link-button-alt h2,.news-post .essays-recent.ey-link-button-alt h2{
  color:#9dbbd9
}

.news-post .news-recent.bg-ey-ocean h2,.news-post .essays-recent.bg-ey-ocean h2{
  color:#9dbbd9
}

.ey-link-button-alt {
  padding: 1rem 2rem;
  font-family: "Basis", serif;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: inline-block;
}

.social-share__links {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.social-share__links span {
  display: inline-block;
  margin: 0 16px 0 0;
}

.social-share__link {
  display: inline-block;
  margin: 0 16px 0 0;
}

.ey-blue-number {
  font-size: 180px;
  line-height: 180px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(45, 65, 90, var(--tw-text-opacity));
}

.parallax-height {
  /* adds extra height to allow for scrolling */
  height: 300px;
}

@media (min-width: 1000px) {
  .parallax-height {
    height: 540px;
  }
}

@media (min-width: 1920px) {
  .parallax-height {
    height: 850px;
  }
}

@media (min-width: 1000px) {
  .report .two-columns > ul, .report .two-columns > ol {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 54px;
         column-gap: 54px;
    overflow-wrap: break-word;
  }

  .report .two-columns > ul li, .report .two-columns > ol li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .three-columns ul, .three-columns ol {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 54px;
         column-gap: 54px;
    overflow-wrap: break-word;
  }

  .three-columns ul li, .three-columns ol li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

[x-cloak] {
  display: none;
}

.ey-text-block {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-text-block {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ey-text-block p {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-text-block p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ey-text-block p {
  padding-bottom: 1rem;
}

.ey-text-block p:last-of-type {
  padding-bottom: 0rem;
}

.ey-text-block h1 {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 233, 225, var(--tw-border-opacity));
  font-size: 1.53rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-text-block h1 {
    padding-bottom: 0.5rem;
    font-size: 2.45rem;
    line-height: 1.1;
  }
}

.ey-text-block.text-ey-slate h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .text-ey-slate h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-text-block h2 {
  font-size: 1.53rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1000px) {
  .ey-text-block h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.ey-text-block h2 {
  margin-bottom: 1rem;
}

.ey-text-block h3 {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-text-block h3 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.ey-text-block h3 {
  padding-bottom: 1.5rem;
}

.ey-content-block {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-content-block {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ey-content-block > p, .ey-content-block > div > p {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-content-block > p, .ey-content-block > div > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.ey-content-block > p,
  .ey-content-block > div > p {
  padding-bottom: 1rem;
}

.ey-content-block h1 {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 233, 225, var(--tw-border-opacity));
  font-size: 1.53rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-content-block h1 {
    padding-bottom: 0.5rem;
    font-size: 2.45rem;
    line-height: 1.1;
  }
}

.ey-content-block.text-ey-slate h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .text-ey-slate h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-text-xs.ey-grid-text p, .ey-text-sm.ey-grid-text p, .ey-text-base.ey-grid-text p, .ey-text-lg.ey-grid-text p, .ey-text-xl.ey-grid-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-grid-text p {
  font-family: "Basis", serif;
}

.text-and-image-block.feature .ey-text-sm.ey-grid-text p,.text-and-image-block.hero-feature .ey-text-sm.ey-grid-text p,.text-and-image-block.main-feature .ey-text-sm.ey-grid-text p{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-headings-format p {
  line-height: 1.5;
}

.ey-headings-format h2 {
  font-size: 1.53rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-headings-format h2 {
    font-size: 2.45rem;
    line-height: 1.1;
  }
}

.ey-headings-format h2 {
  padding-bottom: 1rem;
  font-weight: 400;
}

.ey-headings-format h3 {
  padding-bottom: 1rem;
  font-size: 1.53rem;
  line-height: 1.2;
  font-weight: 400;
  font-weight: 700;
}

@media (min-width: 1000px) {
  .ey-headings-format h3 {
    font-size: 1.55rem;
    line-height: 1.5;
  }
}

.ey-grid-text h1, .ey-content-block h2 {
  font-size: 1.53rem;
  line-height: 1.2;
}

@media (min-width: 1000px) {
  .ey-grid-text h1, .ey-content-block h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.ey-grid-text h1,
  .ey-content-block h2 {
  padding-bottom: 2rem;
}

.ey-grid-text h1 {
  padding-bottom: 1rem;
}

.ey-content-block h3 {
  font-size: 1.33rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1000px) {
  .ey-content-block h3 {
    font-size: 1.55rem;
    line-height: 1.5;
  }
}

.ey-content-block h3 {
  padding-bottom: 1rem;
}

.ey-content-block h4 {
  font-size: 1.13rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .ey-content-block h4 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.ey-content-block h4 {
  padding-bottom: 1rem;
}

.ey-text-xs.ey-content-block ul, .ey-text-sm.ey-content-block ul, .ey-text-base.ey-content-block ul, .ey-text-lg.ey-content-block ul, .ey-text-xl.ey-content-block ul {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-content-block ul {
  margin-left: 1.5rem;
  list-style-type: disc;
  font-family: "Basis", serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-and-image-block.feature .ey-text-sm.ey-content-block ul,.text-and-image-block.hero-feature .ey-text-sm.ey-content-block ul,.text-and-image-block.main-feature .ey-text-sm.ey-content-block ul{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-content-block ul {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.ey-content-block ol li, .ey-content-block ul li {
  margin-bottom: 0.5rem;
}

.ey-text-xs.ey-content-block.ey-accordion-block ul, .ey-text-sm.ey-content-block.ey-accordion-block ul, .ey-text-base.ey-content-block.ey-accordion-block ul, .ey-text-lg.ey-content-block.ey-accordion-block ul, .ey-text-xl.ey-content-block.ey-accordion-block ul {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-content-block.ey-accordion-block ul {
  font-family: "Basis", serif;
}

.text-and-image-block.feature .ey-text-sm.ey-content-block.ey-accordion-block ul,.text-and-image-block.hero-feature .ey-text-sm.ey-content-block.ey-accordion-block ul,.text-and-image-block.main-feature .ey-text-sm.ey-content-block.ey-accordion-block ul{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-text-xs.ey-content-block.ey-accordion-block ol, .ey-text-sm.ey-content-block.ey-accordion-block ol, .ey-text-base.ey-content-block.ey-accordion-block ol, .ey-text-lg.ey-content-block.ey-accordion-block ol, .ey-text-xl.ey-content-block.ey-accordion-block ol {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-content-block.ey-accordion-block ol {
  font-family: "Basis", serif;
}

.text-and-image-block.feature .ey-text-sm.ey-content-block.ey-accordion-block ol,.text-and-image-block.hero-feature .ey-text-sm.ey-content-block.ey-accordion-block ol,.text-and-image-block.main-feature .ey-text-sm.ey-content-block.ey-accordion-block ol{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-text-xs.ey-content-block ol, .ey-text-sm.ey-content-block ol, .ey-text-base.ey-content-block ol, .ey-text-lg.ey-content-block ol, .ey-text-xl.ey-content-block ol {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-content-block ol {
  margin-left: 1.5rem;
  list-style-type: decimal;
  font-family: "Basis", serif;
}

.text-and-image-block.feature .ey-text-sm.ey-content-block ol,.text-and-image-block.hero-feature .ey-text-sm.ey-content-block ol,.text-and-image-block.main-feature .ey-text-sm.ey-content-block ol{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-content-block ol {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.ey-grid-text a, .ey-content-block a {
  font-weight: 700;
  text-decoration: underline;
}

.ey-content-block blockquote {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 91.666667%;
  font-size: 1.33rem;
  line-height: 1.2;
  font-weight: 300;
}

@media (min-width: 1000px) {
  .ey-content-block blockquote {
    width: 75%;
    font-size: 1.55rem;
    line-height: 1.5;
  }
}

.ey-right-arrow-gold {
  display: inline !important;
}

.ey-right-arrow-slate {
  display: none !important;
}

.ey-right-arrow-bone {
  display: none !important;
}

.bg-ey-sky .ey-right-arrow-gold {
  display: none !important;
}

.bg-ey-sky .ey-right-arrow-bone {
  display: none !important;
}

.bg-ey-sky .ey-right-arrow-slate {
  display: inline !important;
}

.bg-ey-ocean .ey-right-arrow-gold {
  display: none !important;
}

.bg-ey-ocean .ey-right-arrow-bone {
  display: inline !important;
}

.bg-ey-ocean .ey-right-arrow-slate {
  display: none !important;
}

.bg-ey-pebble .ey-right-arrow-gold {
  display: none !important;
}

.bg-ey-pebble .ey-right-arrow-bone {
  display: inline !important;
}

.bg-ey-pebble .ey-right-arrow-slate {
  display: none !important;
}

.no-underline {
  text-decoration: none !important;
}

.ey-underline-a a {
  text-decoration: underline;
}

.ey-billion-small {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(157, 187, 217, var(--tw-text-opacity));
  font-size: 2rem;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}

.ey-billion-large {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(157, 187, 217, var(--tw-text-opacity));
  font-size: 6rem;
  letter-spacing: -0.5rem;
  line-height: 6rem;
}

@media (min-width: 1000px) {
  .ey-billion-small {
    font-size: 120px;
    letter-spacing: -0.05em;
    line-height: 1em;
  }

  .ey-billion-large {
    font-size: 300px;
    letter-spacing: -0.1em;
    line-height: 1em;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 1140px;
  }
}

.ey-main-nav {
  font-size: 3.6vh;
}

.swiper-blue-line {
  position: absolute;
  bottom: 200px;
  left: 30px;
  width: 100%;
  height: 2px;
  background-color: #9dbbd9;
}

.padding-bottom-ps p {
  padding-bottom: 1em;
}

.padding-bottom-ps p:last-of-type {
  padding-bottom: 0em;
}

.ey-max-h-mobile {
  max-height: 250px;
}

@media (min-width: 1000px) {
  .ey-max-h-mobile {
    max-height: unset;
  }
}

.ey-text-block.ey-footer-content h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-footer-content h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-content-block.ey-footer-content h1 {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.bg-ey-sky .ey-footer-content h1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity)) !important;
}

.ey-footer-content {
  --tw-text-opacity: 1;
  color: rgba(48, 38, 56, var(--tw-text-opacity));
}

.ey-footer-content h1 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1.5;
}

.ey-text-xs.ey-footer-content p, .ey-text-sm.ey-footer-content p, .ey-text-base.ey-footer-content p, .ey-text-lg.ey-footer-content p, .ey-text-xl.ey-footer-content p {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-footer-content p {
  padding-bottom: 0.5rem;
  font-family: "Basis", serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-and-image-block.feature .ey-text-sm.ey-footer-content p,.text-and-image-block.hero-feature .ey-text-sm.ey-footer-content p,.text-and-image-block.main-feature .ey-text-sm.ey-footer-content p{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.ey-prev-pos {
  left: 0;
}

.ey-next-pos {
  right: 0;
}

@media (min-width: 1024px) {
  .ey-prev-pos {
    left: -10px;
  }

  .ey-next-pos {
    right: -10px;
  }
}

@media (min-width: 1280px) {
  .ey-prev-pos {
    left: -67px;
  }

  .ey-next-pos {
    right: -67px;
  }
}

.min-h-480px {
  min-height: 240px;
}

@media (min-width: 1000px) {
  .min-h-480px {
    min-height: 480px;
  }
}

.min-h-380px {
  min-height: 240px;
}

@media (min-width: 1000px) {
  .min-h-380px {
    min-height: 380px;
  }
}

.ey-white-box-title {
  font-size: 6.5vw;
  line-height: 1.1;
}

@media (min-width: 1000px) {
  .ey-white-box-title {
    font-size: 51px;
    line-height: 1.1;
  }
}

.ey-screen-minus-header {
  height: calc(60vh - 8rem);
  min-height: 400px;
}

@media (min-width: 1000px) {
  .ey-screen-minus-header {
    height: calc(100vh - 8rem);
    min-height: 500px;
  }
}

.ey-logo {
  width: 180px;
  height: auto;
}

@media (min-width: 1000px) {
  .ey-logo {
    width: 200px;
    height: auto;
  }
}

.ey-text-footer {
  font-size: 12px;
}

@media (min-width: 1000px) {
  .ey-text-footer {
    font-size: unset;
  }
}

.ey-min-h-timeline {
  min-height: 300px;
}

@media (min-width: 1000px) {
  .ey-min-h-timeline {
    min-height: 495px;
  }
}

.ey-side-menu {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}

.ey-report-content h2 {
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.ey-report-content h2:first-of-type {
  padding-top: 0;
}

.ey-grid div:nth-child(1) {
  order: 1;
}

.ey-grid div:nth-child(2) {
  order: 2;
}

.ey-grid div:nth-child(3) {
  order: 4;
}

.ey-grid div:nth-child(4) {
  order: 3;
}

.ey-grid div:nth-child(5) {
  order: 5;
}

.ey-grid div:nth-child(6) {
  order: 6;
}

.ey-grid div:nth-child(7) {
  order: 8;
}

.ey-grid div:nth-child(8) {
  order: 7;
}

.ey-grid div:nth-child(9) {
  order: 9;
}

.ey-grid div:nth-child(10) {
  order: 10;
}

.ey-grid div:nth-child(11) {
  order: 12;
}

.ey-grid div:nth-child(12) {
  order: 11;
}

.ey-grid div:nth-child(13) {
  order: 13;
}

.ey-grid div:nth-child(14) {
  order: 14;
}

.ey-grid div:nth-child(15) {
  order: 16;
}

.ey-grid div:nth-child(16) {
  order: 15;
}

.ey-grid div:nth-child(17) {
  order: 17;
}

.ey-grid div:nth-child(18) {
  order: 18;
}

.ey-grid div:nth-child(19) {
  order: 20;
}

.ey-grid div:nth-child(20) {
  order: 19;
}

@media (min-width: 1000px) {
  .ey-grid div:nth-child(3) {
    order: 3;
  }

  .ey-grid div:nth-child(4) {
    order: 4;
  }

  .ey-grid div:nth-child(7) {
    order: 7;
  }

  .ey-grid div:nth-child(8) {
    order: 8;
  }

  .ey-grid div:nth-child(11) {
    order: 11;
  }

  .ey-grid div:nth-child(12) {
    order: 12;
  }

  .ey-grid div:nth-child(15) {
    order: 15;
  }

  .ey-grid div:nth-child(16) {
    order: 16;
  }

  .ey-grid div:nth-child(19) {
    order: 19;
  }

  .ey-grid div:nth-child(20) {
    order: 20;
  }
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-10 {
  top: 2.5rem;
}

.top-36 {
  top: 9rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-0 {
  margin: 0px;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-9 {
  height: 2.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-232px {
  height: 232px;
}

.max-h-480px {
  max-height: 480px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-640px {
  min-height: 640px;
}

.min-h-80vw {
  min-height: 80vw;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-44 {
  width: 11rem;
}

.w-52 {
  width: 13rem;
}

.w-auto {
  width: auto;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.transform {
  --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;
  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));
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.gap-9 {
  gap: 2.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

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

.border {
  border-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-ey-slate {
  --tw-border-opacity: 1;
  border-color: rgba(48, 38, 56, var(--tw-border-opacity));
}

.border-ey-bone-lightest {
  --tw-border-opacity: 1;
  border-color: rgba(252, 250, 248, var(--tw-border-opacity));
}

.border-ey-bone-light {
  --tw-border-opacity: 1;
  border-color: rgba(244, 240, 235, var(--tw-border-opacity));
}

.border-ey-bone-medium {
  --tw-border-opacity: 1;
  border-color: rgba(239, 233, 225, var(--tw-border-opacity));
}

.border-ey-bone-dark {
  --tw-border-opacity: 1;
  border-color: rgba(229, 223, 210, var(--tw-border-opacity));
}

.border-ey-pebble {
  --tw-border-opacity: 1;
  border-color: rgba(106, 106, 98, var(--tw-border-opacity));
}

.border-ey-ocean {
  --tw-border-opacity: 1;
  border-color: rgba(45, 65, 90, var(--tw-border-opacity));
}

.border-ey-sky {
  --tw-border-opacity: 1;
  border-color: rgba(157, 187, 217, var(--tw-border-opacity));
}

.border-ey-gold {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.border-ey-accessible-gold {
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
}

.border-ey-pool {
  --tw-border-opacity: 1;
  border-color: rgba(60, 115, 160, var(--tw-border-opacity));
}

.border-ey-green-lightest {
  --tw-border-opacity: 1;
  border-color: rgba(181, 181, 174, var(--tw-border-opacity));
}

.border-ey-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(135, 135, 124, var(--tw-border-opacity));
}

.border-ey-green {
  --tw-border-opacity: 1;
  border-color: rgba(69, 69, 59, var(--tw-border-opacity));
}

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-ey-slate {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 38, 56, var(--tw-bg-opacity));
}

.bg-ey-bone-lightest {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 250, 248, var(--tw-bg-opacity));
}

.bg-ey-bone-light {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 240, 235, var(--tw-bg-opacity));
}

.bg-ey-bone-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 233, 225, var(--tw-bg-opacity));
}

.bg-ey-bone-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 223, 210, var(--tw-bg-opacity));
}

.bg-ey-pebble {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 106, 98, var(--tw-bg-opacity));
}

.bg-ey-ocean {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 65, 90, var(--tw-bg-opacity));
}

.bg-ey-sky {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 187, 217, var(--tw-bg-opacity));
}

.bg-ey-gold {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 146, 116, var(--tw-bg-opacity));
}

.bg-ey-accessible-gold {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 146, 116, var(--tw-bg-opacity));
}

.bg-ey-pool {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 115, 160, var(--tw-bg-opacity));
}

.bg-ey-green-lightest {
  --tw-bg-opacity: 1;
  background-color: rgba(181, 181, 174, var(--tw-bg-opacity));
}

.bg-ey-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 135, 124, var(--tw-bg-opacity));
}

.bg-ey-green {
  --tw-bg-opacity: 1;
  background-color: rgba(69, 69, 59, var(--tw-bg-opacity));
}

.hover\:bg-ey-ocean:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 65, 90, var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-black-tran-75 {
  --tw-gradient-from: rgba(0,0,0,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.to-black-tran-25 {
  --tw-gradient-to: rgba(0,0,0,0.1);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-32 {
  padding-top: 8rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.text-center {
  text-align: center;
}

.font-sans {
  font-family: "Berlingske Serif", sans-serif;
}

.font-serif {
  font-family: "Basis", serif;
}

.text-2xl-mobile {
  font-size: 1.53rem;
  line-height: 1.2;
}

.text-3xl-mobile {
  font-size: 1.53rem;
  line-height: 1.2;
}

.text-3\.5xl-mobile {
  font-size: 1.74rem;
  line-height: 1.2;
}

.text-4xl-mobile {
  font-size: 2.3rem;
  line-height: 1.2;
}

.text-xxs {
  font-size: 0.6rem;
  line-height: 1.5;
}

.text-sm {
  font-size: 0.9rem;
  line-height: 1.5;
}

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

.text-lg {
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-xl {
  font-size: 1.55rem;
  line-height: 1.5;
}

.font-light {
  font-weight: 300;
}

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

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

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

.leading-4 {
  line-height: 1rem;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-ey-slate {
  --tw-text-opacity: 1;
  color: rgba(48, 38, 56, var(--tw-text-opacity));
}

.text-ey-bone-medium {
  --tw-text-opacity: 1;
  color: rgba(239, 233, 225, var(--tw-text-opacity));
}

.text-ey-pebble {
  --tw-text-opacity: 1;
  color: rgba(106, 106, 98, var(--tw-text-opacity));
}

.text-ey-ocean {
  --tw-text-opacity: 1;
  color: rgba(45, 65, 90, var(--tw-text-opacity));
}

.text-ey-sky {
  --tw-text-opacity: 1;
  color: rgba(157, 187, 217, var(--tw-text-opacity));
}

.text-ey-gold {
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

.text-ey-accessible-gold {
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-ey-gold:hover {
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

.hover\:text-ey-accessible-gold:hover {
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0px 2px 10px rgba(48, 38, 56, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter {
  --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,/*!*/ /*!*/);
  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);
}

.blur {
  --tw-blur: blur(8px);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Berlingske Serif";

  src: url("/fonts/BerlingskeSerif-Lt.eot");

  src: url("/fonts/BerlingskeSerif-Lt.eot?#iefix") format("embedded-opentype"),
    url("/fonts/BerlingskeSerif-Lt.woff2") format("woff2"),
    url("/fonts/BerlingskeSerif-Lt.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Berlingske Serif";

  src: url("/fonts/BerlingskeSerif-Bd.eot");

  src: url("/fonts/BerlingskeSerif-Bd.eot?#iefix") format("embedded-opentype"),
    url("/fonts/BerlingskeSerif-Bd.woff2") format("woff2"),
    url("/fonts/BerlingskeSerif-Bd.woff") format("woff");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Basis";

  src: url("/fonts/basis-grotesque-regular.eot");

  src: url("/fonts/basis-grotesque-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/basis-grotesque-regular.woff2") format("woff2"),
    url("/fonts/basis-grotesque-regular.woff") format("woff"),
    url("/fonts/basis-grotesque-regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Basis";

  src: url("/fonts/basis-grotesque-off-white.eot");

  src: url("/fonts/basis-grotesque-off-white.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/basis-grotesque-off-white.woff2") format("woff2"),
    url("/fonts/basis-grotesque-off-white.woff") format("woff"),
    url("/fonts/basis-grotesque-off-white.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Basis";

  src: url("/fonts/basis-grotesque-off-white.eot");

  src: url("/fonts/basis-grotesque-off-white.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/basis-grotesque-off-white.woff2") format("woff2"),
    url("/fonts/basis-grotesque-off-white.woff") format("woff"),
    url("/fonts/basis-grotesque-off-white.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Basis";

  src: url("/fonts/basis-grotesque-bold.eot");

  src: url("/fonts/basis-grotesque-bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/basis-grotesque-bold.woff2") format("woff2"),
    url("/fonts/basis-grotesque-bold.woff") format("woff"),
    url("/fonts/basis-grotesque-bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;
}

/* PE changes */

.ey-text-xsmain.report p, .ey-text-smmain.report p, .ey-text-basemain.report p, .ey-text-lgmain.report p, .ey-text-xlmain.report p {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

main.report p {
  font-family: "Basis", serif;
}

.text-and-image-block.feature .ey-text-smmain.report p,.text-and-image-block.hero-feature .ey-text-smmain.report p,.text-and-image-block.main-feature .ey-text-smmain.report p{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

main.report .header-block p {
  font-family: "Berlingske Serif", sans-serif;
  line-height: 1.375em;
}

main.report .quote-block p {
  font-family: "Berlingske Serif", sans-serif;
  margin-bottom: 30px;
}

main.report .ey-report-content img {
  margin-left: 0;
}

.report-header-block .grid {
  min-height: 480px;
  text-align: center;
}

.report-header-block .grid h1,
.report-header-block .grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-header-block .grid h1 .ey-right-arrow-gold {
  display: none;
}

.report-header-block .grid h1 .ey-right-arrow-bone {
  display: inline;
}

.report-header-block .grid h1 .ey-right-arrow-slate {
  display: none;
}

.report-header-block .grid h1 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 65, 90, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(157, 187, 217, var(--tw-text-opacity));
}

.news-post .news-recent.report-header-block .grid h1 h2,.news-post .essays-recent.report-header-block .grid h1 h2{
  color:#9dbbd9
}

.news-post .news-recent.bg-ey-ocean h2,.news-post .essays-recent.bg-ey-ocean h2{
  color:#9dbbd9
}

.report-header-block .grid h1 {
  justify-content: flex-end;
  padding-top: 38px;
  padding-bottom: 20px;
}

.report-header-block .grid h2 {
  --tw-text-opacity: 1;
  color: rgba(45, 65, 90, var(--tw-text-opacity));
}

.report-header-block .grid > div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: flex-start;
}

.report-header-block h1,
.report-header-block h2 {
  font-size: 84px;
  line-height: 1.075em;
  font-weight: bold;
}

.appendix .report-header-block h1 {
  font-size: 60px;
}

main.report .image-block {
  min-height: 60vh;
}

main.report .report-header-block p {
  font-family: "Berlingske Serif", sans-serif;
  font-size: 1.55rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

main.report .report-header-block p:first-of-type {
  margin-bottom: 6px;
}

main.report .report-header-block p:last-of-type {
  margin-bottom: 20px;
}

.ey-text-xsmain.report .report-header-block p:last-of-type, .ey-text-smmain.report .report-header-block p:last-of-type, .ey-text-basemain.report .report-header-block p:last-of-type, .ey-text-lgmain.report .report-header-block p:last-of-type, .ey-text-xlmain.report .report-header-block p:last-of-type {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

main.report .report-header-block p:last-of-type {
  font-family: "Basis", serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-and-image-block.feature .ey-text-smmain.report .report-header-block p:last-of-type,.text-and-image-block.hero-feature .ey-text-smmain.report .report-header-block p:last-of-type,.text-and-image-block.main-feature .ey-text-smmain.report .report-header-block p:last-of-type{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.report-header-block .ey-button-download {
  border-width: 2px;
  margin-bottom: 20px;
}

.ey-button-external-link:after {
  content:'';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  margin-top: -4px;
  vertical-align: middle;
  background: url('/images/external-link-white.svg') no-repeat center center / contain;
}

.ey-button-external-link:hover::after {
  background: url('/images/external-link-blue.svg') no-repeat center center / contain;
}

.report-header-block .ey-button-download:after {
  content:'';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 18px;
  margin-top: -4px;
  vertical-align: middle;
  background: url('/images/download.svg') no-repeat center center / contain;
}

.report-header-block .ey-button-download:hover:after {
  background-image: url('/images/download-white.svg');
}

.report-header-block .ey-button-scroll {
  margin-top: auto;
  margin-bottom: 30px;
  --tw-text-opacity: 1 !important;
  color: rgba(45, 65, 90, var(--tw-text-opacity)) !important;
}

.report-header-block .ey-button-scroll:after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #AE9274;
  border-left: 10px solid #AE9274;
  transform: rotate(-45deg) translate(calc(-50% + 8px), -8px);
}

@media (min-width: 1000px) {
  .report-header-block .grid {
    min-height: 80vh;
  }

  .report-header-block h1,
	.report-header-block h2,
	.appendix .report-header-block h1 {
    font-size: 120px;
    line-height: 1.4em;
  }
}

header.dark > .container > .flex {
  will-change: height;
  transition: height 0.75s;
}

header.dark.slim > .container > .flex {
  height: 60px;
}

header.dark .logo {
  will-change: height;
  transition: height 0.75s;
  overflow: hidden;
}

header.dark.slim .logo {
  height: 20px;
}

header.dark ~ main.report {
  will-change: top;
  top: 0;
  transition: top 0.75s;
}

header.dark.slim ~ main.report {
  top: -60px;
}

@media (min-width: 1000px) {
  header.dark.slim ~ main.report {
    top: -84px;
  }
}

#content-dropdown {
  z-index: 2;
}

#content-dropdown ol {
  list-style: none;
  counter-reset: content-counter;
  margin-top: 40px;
  margin-bottom: 60px;
}

@media (min-width: 1000px) {
  #content-dropdown ol {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

#content-dropdown li {
  margin-top: 10px;
}

#content-dropdown a {
  display: inline;
  margin: 0;
}

#content-dropdown a.text-ey-accessible-gold {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 65, 90, var(--tw-text-opacity)) !important;
}

#content-dropdown li:hover a.text-ey-accessible-gold {
  color: rgba(174, 146, 116, var(--tw-text-opacity)) !important;
}

#content-dropdown ol {
  max-height: calc(100vh - 206px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* @media (min-width: 1000px) {
    max-height: calc(100vh - 266px);
} */

#content-dropdown ol > li {
  counter-increment: content-counter;
}

#content-dropdown ol > li::before {
  content: counter(content-counter) ". ";
}

.ey-text-xs#content-dropdown ol > li::before, .ey-text-sm#content-dropdown ol > li::before, .ey-text-base#content-dropdown ol > li::before, .ey-text-lg#content-dropdown ol > li::before, .ey-text-xl#content-dropdown ol > li::before {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

#content-dropdown ol > li::before {
  font-family: "Basis", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(45, 65, 90, var(--tw-text-opacity));
}

.text-and-image-block.feature .ey-text-sm#content-dropdown ol > li::before,.text-and-image-block.hero-feature .ey-text-sm#content-dropdown ol > li::before,.text-and-image-block.main-feature .ey-text-sm#content-dropdown ol > li::before{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

#content-dropdown ol > li:hover:before {
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

#content-dropdown ol > li:hover > a {
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

#content-dropdown .sub-indicator {
  content: '';
  display: inline-block;
  width: 22px;
  height: 10px;
  background: url('/images/down-triangle.svg') no-repeat bottom center / 22px 10px;
  text-indent: -9999px;
  float: right;
  padding: 10px;
  transform: rotate(180deg);
  position: relative;
  top: 13px;
}

@media (min-width: 1000px) {
  #content-dropdown .sub-indicator {
    float: none;
    margin-top: 0;
    margin-left: 10px;
    padding: 6px;
  }
}

#content-dropdown .sub-indicator.closed {
  transform: rotate(0deg);
  background-position: top center;
}

#content-dropdown .sub-indicator.closed ~ ul {
  display: none;
}

#content-dropdown .sub-indicator ~ ul {
  display: block;
}

#content-dropdown ol ul {
  padding-left: 46px;
}

@media (min-width: 1000px) {
  #content-dropdown ol ul {
    padding-left: 86px;
  }
}

#content-dropdown ol ul > li {
  position: relative;
  padding-left: 9px;
}

#content-dropdown ol ul > li::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: 8px;
  border: 2px solid;
  border-radius: 50%;
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(174, 146, 116, var(--tw-bg-opacity));
  position: absolute;
  left: -20px;
  background: transparent;
}

@media (min-width: 1000px) {
  #content-dropdown ol ul > li::before {
    margin-top: 11px;
  }
}

#content-dropdown.closed ol {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

#content-dropdown .indicator {
  float: right;
  margin-top: 6px;
}

#content-dropdown .indicator:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 13px;
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  border-left: 10px solid white;
  transform: rotate(135deg) translate(50%, -20%);
  transform-origin: center center;
}

#content-dropdown.closed .indicator:after {
  transform: rotate(-45deg) translate(0%, -20%);
}

.quote-block {
  position: relative;
}

.quote-block, .split-quote-block {
  overflow: hidden;
}

main.report .quote-block p {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .quote-block, .split-quote-block {
    position: relative;
  }

  .split-quote-block .quote-block {
    position: static;
  }

  .split-quote-block .quote-block > .container {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1000px) {
  .split-quote-block > img {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 50%;
    height: 100%;
  }

  .split-quote-block > img.left {
    left: 0;
    right: 50%;
    width: 50%;
  }

  .split-quote-block .quote-block:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: auto;
    background-color: inherit;
    z-index: 1;
  }

  .split-quote-block > .items-end .quote-block:after {
    right: auto;
    left: 50%;
  }
}

.quote-block .quote-border {
  border-left-width: 9px;
  padding-left: 19px;
}

.quote-block blockquote {
  font-size: 70px;
  line-height: 1;
}

@media (min-width: 1000px) {
  .quote-block blockquote {
    font-size: 120px;
  }
}

main.report img.object-cover {
  height: 100%;
}

#jump-menu span {
  font-weight: bold;
}

#jump-menu:before {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(174, 146, 116, var(--tw-bg-opacity));
  z-index: 1;
}

#faux-jump-menu {
  height: 60px;
}

.ey-text-xs.table-block table, .ey-text-sm.table-block table, .ey-text-base.table-block table, .ey-text-lg.table-block table, .ey-text-xl.table-block table {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.table-block table {
  font-family: "Basis", serif;
}

.text-and-image-block.feature .ey-text-sm.table-block table,.text-and-image-block.hero-feature .ey-text-sm.table-block table,.text-and-image-block.main-feature .ey-text-sm.table-block table{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

.table-block th,
.table-block td {
  text-align: left;
  padding: 16px 0 16px 4px;
  line-height: 1;
}

@media (min-width: 1000px) {
  .table-block th,
	.table-block td {
    padding: 16px 0 16px 16px;
  }
}

.table-block th:last-of-type,
.table-block td:last-of-type {
  text-align: right;
  padding-right: 16px;
}

.table-block tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 223, 210, var(--tw-bg-opacity));
}

.table-block tbody .swatch {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
}

.table-block thead, .table-block tfoot {
  --tw-text-opacity: 1;
  color: rgba(45, 65, 90, var(--tw-text-opacity));
}

.table-block thead th, .table-block tfoot td {
  font-size: 1rem;
  line-height: 1.5;
}

.table-block thead th,
.table-block tfoot td {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .table-block thead th, .table-block tfoot td {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.table-block tfoot {
  font-weight: bold;
}

.three-columns ul, .three-columns ol {
  overflow-wrap: break-word;
}

.report .styled-list ul,
.report .styled-list ol {
  list-style: none;
}

.report .styled-list ul li,
.report .styled-list ol li {
  position: relative;
}

.report .styled-list ul {
  margin-left: 0;
}

.report .styled-list ul li {
  padding-left: 29px;
}

.report .styled-list ol li {
  padding-left: 50px;
}

.report .styled-list ul li:before {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: 8px;
  border: 2px solid;
  border-radius: 50%;
  --tw-border-opacity: 1;
  border-color: rgba(174, 146, 116, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(174, 146, 116, var(--tw-bg-opacity));
  position: absolute;
  left: 0px;
}

.report .styled-list ul ul li:before {
  content: "";
  background: transparent;
}

.report .styled-list ul ul {
  padding-top: 0.5rem;
}

.report .styled-list ol li:before,
.report .pre-header-number {
  width: 54px;
  height: 54px;
  margin-top: 4px;
  border-radius: 50%;
}

.report .styled-list ol li:before, .report .pre-header-number {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 146, 116, var(--tw-bg-opacity));
}

.report .styled-list ol li:before, .report .pre-header-number {
  font-size: 1.55rem;
  line-height: 1.5;
}

.report .styled-list ol li:before, .report .pre-header-number {
  font-family: "Berlingske Serif", sans-serif;
}

.report .styled-list ol li:before,
.report .pre-header-number {
  font-weight: bold;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.report .styled-list ol li:before {
  content: "";
  position: absolute;
  left: -20px;
}

.report .styled-list ol {
  counter-reset: content-counter;
}

.report .styled-list ol > li {
  counter-increment: content-counter;
  margin-bottom: 35px;
}

.report .styled-list ol > li::before {
  content: counter(content-counter);
  --tw-text-opacity: 1;
  color: rgba(239, 233, 225, var(--tw-text-opacity));
}

.report .three-columns ol, .report .three-columns ul {
  font-size: 0.8rem;
  line-height: 1.5;
}

.report .three-columns ol li,
.report .three-columns ul li {
  margin-bottom: 40px;
}

[class^="bg-ey-bone"] .ey-report-content h2, .bg-white .ey-report-content h2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(45, 65, 90, var(--tw-text-opacity));
}

[class^="bg-ey-bone"] .ey-report-content h3, .bg-white .ey-report-content h3 {
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

[class^="bg-ey-bone"].styled-list .ey-report-content ol b,
.bg-white.styled-list .ey-report-content ol b {
  display: block;
}

.ey-text-xs[class^="bg-ey-bone"].styled-list .ey-report-content ol b, .ey-text-xs.bg-white.styled-list .ey-report-content ol b, .ey-text-sm[class^="bg-ey-bone"].styled-list .ey-report-content ol b, .ey-text-sm.bg-white.styled-list .ey-report-content ol b, .ey-text-base[class^="bg-ey-bone"].styled-list .ey-report-content ol b, .ey-text-base.bg-white.styled-list .ey-report-content ol b, .ey-text-lg[class^="bg-ey-bone"].styled-list .ey-report-content ol b, .ey-text-lg.bg-white.styled-list .ey-report-content ol b, .ey-text-xl[class^="bg-ey-bone"].styled-list .ey-report-content ol b, .ey-text-xl.bg-white.styled-list .ey-report-content ol b {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

.ey-text-xs.font-serif, .ey-text-xs.font-serif, .ey-text-sm.font-serif, .ey-text-sm.font-serif, .ey-text-base.font-serif, .ey-text-base.font-serif, .ey-text-lg.font-serif, .ey-text-lg.font-serif, .ey-text-xl.font-serif, .ey-text-xl.font-serif {
  font-size: 1rem;
  line-height: 1.5;
}

[class^="bg-ey-bone"].styled-list .ey-report-content ol b, .bg-white.styled-list .ey-report-content ol b {
  font-family: "Basis", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(174, 146, 116, var(--tw-text-opacity));
}

.text-and-image-block.feature .ey-text-sm[class^="bg-ey-bone"].styled-list .ey-report-content ol b,.text-and-image-block.feature .ey-text-sm.bg-white.styled-list .ey-report-content ol b,.text-and-image-block.hero-feature .ey-text-sm[class^="bg-ey-bone"].styled-list .ey-report-content ol b,.text-and-image-block.hero-feature .ey-text-sm.bg-white.styled-list .ey-report-content ol b,.text-and-image-block.main-feature .ey-text-sm[class^="bg-ey-bone"].styled-list .ey-report-content ol b,.text-and-image-block.main-feature .ey-text-sm.bg-white.styled-list .ey-report-content ol b{
  font-size:.889rem
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem;
  font-size:.889rem
}

/* From Sass */

@charset "UTF-8";

.container{
  position:relative
}

.text-ey-gold2{
  color:#745730
}

.light-caption{
  font-size:1rem
}

.ey-text-3rem{
  font-size:3rem
}

.section-heading{
  padding:60px 0 0
}

.section-heading h1{
  margin:7px 0 -20px;
  font-size:3rem
}

.link-text{
  display:flex;
  align-items:center;
  font-weight:700
}

.link-text span{
  margin-right:8px
}

.container.more-link{
  padding:0 0 10px
}

.container.more-link div{
  padding-top:7px;
  padding-bottom:53px
}

.container.more-link a{
  font-size:.889rem;
  font-weight:600;
  color:#302638
}

@media(min-width:1024px){
  .feature.has-more-link .container.more-link div{
    padding-bottom:70px
  }
}

.ey-content-block blockquote{
  -webkit-margin-after:0;
          margin-block-end:0;
  -webkit-margin-before:0;
          margin-block-start:0;
  margin-bottom:0;
  margin-top:0;
  -webkit-margin-end:0;
          margin-inline-end:0;
  -webkit-margin-start:0;
          margin-inline-start:0;
  margin-left:0;
  margin-right:0
}

@media(min-width:1024px){
  .ey-content-block blockquote{
    -webkit-margin-after:30px;
            margin-block-end:30px;
    -webkit-margin-before:30px;
            margin-block-start:30px;
    margin-bottom:30px;
    margin-top:0;
    -webkit-margin-end:30px;
            margin-inline-end:30px;
    -webkit-margin-start:30px;
            margin-inline-start:30px;
    margin-left:30px;
    margin-right:30px
  }
}

.text-block-2{
  padding:45px 45px 90px
}

p{
  word-break:break-word
}

.main-feature{
  padding-bottom:0
}

.main-feature.bg-ey-bone-medium .ey-text-block h1,.main-feature.bg-ey-bone-medium .ey-text-block h2,.main-feature.bg-ey-bone-medium .ey-text-block h3,.main-feature.bg-ey-bone-medium .ey-text-block h4,.main-feature.bg-ey-bone-medium .ey-text-block p,.main-feature.bg-ey-pebble .ey-text-block h1,.main-feature.bg-ey-pebble .ey-text-block h2,.main-feature.bg-ey-pebble .ey-text-block h3,.main-feature.bg-ey-pebble .ey-text-block h4,.main-feature.bg-ey-pebble .ey-text-block p{
  color:#302638
}

.main-feature.bg-ey-bone-medium .ey-text-block .ey-right-arrow-gold,.main-feature.bg-ey-pebble .ey-text-block .ey-right-arrow-gold{
  display:inline-block !important
}

.main-feature.bg-ey-bone-medium .ey-text-block .ey-right-arrow-bone,.main-feature.bg-ey-pebble .ey-text-block .ey-right-arrow-bone{
  display:none !important
}

.main-feature .ey-text-block{
  padding:40px 80px 40px 40px;
  position:relative;
  z-index:1
}

.main-feature .ey-text-block h3{
  font-size:1.556rem;
  line-height:1.889rem;
  padding-bottom:.833rem
}

.main-feature .ey-text-block p{
  font-size:.889rem
}

.main-feature .ey-text-block p a.rtextlink{
  font-size:.889rem;
  font-weight:600
}

.main-feature .ey-text-block .ey-text-sm{
  font-weight:400;
  font-size:.889rem
}

.main-feature .ey-image-block{
  position:relative
}

@media(max-width:1023px){
  .main-feature.main-feature>.container{
    max-width:unset
  }

  .main-feature.hero-feature .section-heading{
    padding-top:40px;
    padding-bottom:40px
  }
}

@media(min-width:1024px){
  .main-feature.main-feature>.container{
    padding-top:60px
  }

  .main-feature.hero-feature>.container.content{
    padding-top:40px
  }

  .main-feature .ey-text-block{
    padding:70px 40px 40px;
    position:absolute;
    top:60px;
    z-index:1
  }

  .main-feature .ey-image-block{
    position:relative;
    padding-top:75px;
    left:25%;
    padding-bottom:90px
  }

  .main-feature.hero-feature .ey-text-block{
    padding:38px 40px 78px;
    position:absolute;
    top:60px;
    z-index:1
  }

  .main-feature.hero-feature .ey-text-block p{
    padding-bottom:30px
  }

  .main-feature.hero-feature .ey-image-block{
    padding-top:84px;
    padding-bottom:168px
  }

  .main-feature.hero-feature .ey-image-block.pb-0{
    padding-bottom:0
  }
}

@media(max-width:1023px){
  .text-and-image-block.feature,.text-and-image-block.hero-feature,.text-and-image-block.main-feature{
    padding:20px
  }
}

.text-and-image-block.feature .ey-text-sm.font-serif,.text-and-image-block.hero-feature .ey-text-sm.font-serif,.text-and-image-block.main-feature .ey-text-sm.font-serif{
  font-size:.889rem
}

.text-and-image-block.feature p,.text-and-image-block.hero-feature p,.text-and-image-block.main-feature p{
  font-size:.889rem
}

@media(max-width:1023px){
  .text-and-image-block.feature{
    padding-bottom:40px
  }
}

@media(max-width:1023px){
  .text-and-image-block.feature.has-more-link{
    padding-bottom:0
  }
}

.text-and-image-block.feature .container{
  padding:0 0 10px
}

.text-and-image-block.feature .light-caption{
  margin-top:2px;
  margin-bottom:8px
}

.text-and-image-block.feature h3{
  font-size:1.556rem;
  line-height:1.778rem;
  padding-bottom:18px
}

@media(max-width:767px){
  .text-and-image-block.feature .container-feature{
    max-width:100%
  }
}

.text-and-image-block.feature .container-feature{
  padding:0
}

@media(max-width:1024px){
  .text-and-image-block.feature .container-feature .ey-text-block{
    padding-bottom:20px
  }
}

@media(min-width:1024px){
  .text-and-image-block.feature .container-feature{
    padding:120px 0 105px
  }

  .text-and-image-block.feature .ey-text-block .light-caption,.text-and-image-block.feature .ey-text-block h3,.text-and-image-block.feature .ey-text-block p{
    padding-right:60px
  }

  .text-and-image-block.feature .ey-content{
    position:relative;
    top:-20px
  }
}

@media(max-width:1200px){
  .text-and-image-block.feature .ey-text-block{
    padding-left:30px;
    padding-right:30px
  }
}

.text-and-image-block p{
  font-family:"Basis",serif
}

.floating-text-block-light h2{
  padding:24px 18px;
  font-size:2rem;
  line-height:1.778rem
}

.floating-text-block-light h3{
  padding:0 18px 10px
}

.floating-text-block-light.floating-text-block-light>div{
  max-width:100%
}

@media(min-width:640px) and (max-width:1023px){
  .floating-text-block-light{
    width:100%;
    max-width:100%
  }
}

@media(max-width:1024px){
  .floating-text-block-light{
    margin:18px 10px 15px
  }
}

@media(min-width:1280px){
  .floating-text-block-light.floating-text-block-light>div{
    display:inline-block;
    min-width:53%;
    display:inline-block;
    margin-left:-15px
  }
}

@media(max-width:1023px){
  .image-link-boxes-block.news-cards,.image-link-boxes-block.news-recent,.image-link-boxes-block.essays-recent,.image-link-boxes-block.news-all-top{
    padding:20px 20px 0
  }
}

@media(min-width:1024px){
  .image-link-boxes-block.news-cards{
    padding-top:55px
  }

  .image-link-boxes-block.news-cards>.container{
    padding-bottom:22px
  }
}

.image-link-boxes-block.news-cards .item *,.image-link-boxes-block.news-essays .item *{
  word-wrap:break-word
}

.image-link-boxes-block.news-cards .container{
  max-width:1300px
}

.image-link-boxes-block.news-cards .items{
  position:relative
}

.image-link-boxes-block.news-cards .items .item{
  display:flex;
  flex-direction:column;
  align-items:stretch
}

.image-link-boxes-block.news-cards .items .item a{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:stretch;
  position:relative
}

.image-link-boxes-block.news-cards h3{
  font-size:1.556rem;
  padding-top:6px;
  padding-bottom:14px;
  line-height:36px
}

.image-link-boxes-block.news-cards p{
  margin-bottom:14px
}

.image-link-boxes-block.news-cards p.excerpt{
  padding-bottom:60px
}

.image-link-boxes-block.news-cards a.bg-white.block .link-text{
  position:absolute;
  bottom:50px;
  font-weight:700
}

.image-link-boxes-block.news-cards .object-cover{
  background-color:#ededed
}

@media(max-width:1023px){
  .image-link-boxes-block.news-cards .item a{
    padding-bottom:20px
  }
}

.image-link-boxes-block.news-all-top{
  padding-top:0;
  padding-bottom:0
}

@media(min-width:1024px){
  .image-link-boxes-block.news-all-top{
    padding-bottom:70px
  }
}

.image-link-boxes-block.news-all-top .section-heading{
  padding-bottom:70px
}

.image-link-boxes-block.news-essays .container{
  max-width:1300px
}

.image-link-boxes-block.news-essays .item{
  margin-bottom:35px
}

.image-link-boxes-block.news-essays .item a{
  padding-bottom:30px
}

.image-link-boxes-block.news-essays h3{
  font-size:1.556rem;
  padding-top:6px;
  padding-bottom:14px;
  line-height:36px
}

.image-link-boxes-block.news-essays p{
  margin-bottom:14px
}

.image-link-boxes-block.news-essays .object-cover{
  background-color:#ededed
}

@media(min-width:768px){
  .image-link-boxes-block.news-essays .item a{
    position:relative;
    top:-40px;
    margin:0 40px;
    padding-bottom:20px
  }
}

@media(min-width:1024px){
  .image-link-boxes-block.news-essays{
    padding-top:80px
  }

  .image-link-boxes-block.news-essays.spacey .item{
    margin-bottom:155px
  }

  .image-link-boxes-block.news-essays .item{
    display:flex;
    flex-grow:0;
    align-items:flex-start;
    align-content:flex-start;
    position:relative;
    margin-bottom:70px
  }

  .image-link-boxes-block.news-essays .item img.object-cover{
    position:relative;
    left:8.333333%
  }

  .image-link-boxes-block.news-essays .item a{
    position:absolute;
    top:50%;
    left:50%;
    transform:translateY(-50%);
    min-height:370px;
    padding-bottom:0
  }

  .image-link-boxes-block.news-essays .item a img.block.ml-0.mt-4.h-3{
    position:absolute;
    bottom:40px
  }

  .image-link-boxes-block.news-essays .light-caption{
    margin-top:-20px
  }

  .image-link-boxes-block.news-all-top .item a:first-of-type{
    padding-bottom:70px
  }
}

.image-link-boxes-block.news-recent,.image-link-boxes-block.essays-recent{
  padding-top:0
}

@media(min-width:1024px){
  .image-link-boxes-block.news-recent,.image-link-boxes-block.essays-recent{
    padding-top:100px
  }
}

.image-link-boxes-block.news-recent .items:after,.image-link-boxes-block.essays-recent .items:after{
  content:"";
  flex:auto
}

.image-link-boxes-block.news-recent .item,.image-link-boxes-block.essays-recent .item{
  margin-bottom:20px
}

.image-link-boxes-block.news-padding{
  padding-top:24px;
  padding-bottom:66px
}

.filter-group{
  display:flex
}

.filter-group span{
  font-size:1.333rem;
  display:block;
  width:100%
}

@media(max-width:1023px){
  .filter-group{
    padding-top:20px;
    flex-direction:column
  }

  .filter-group span{
    margin:0 0 12px
  }

  .filter-group label{
    padding:4px 30px;
    margin:0 12px 12px 0
  }
}

@media(min-width:1024px){
  .filter-group{
    margin:0 62px 10px;
    flex-direction:row
  }

  .filter-group span{
    display:inline-block;
    font-size:1.333rem;
    margin:0 24px 24px;
    width:auto
  }

  .filter-group label{
    padding:4px 50px;
    margin:0 24px 24px 0
  }
}

.filter-group label{
  border:1px solid #6a6a62;
  display:inline-block;
  font-size:.889rem;
  cursor:pointer
}

.filter-group label.selected{
  transition:all .4s;
  background-color:#6a6a62;
  color:#fcfaf8
}

.filter-group label.cat.selected{
  opacity:.7;
  cursor:default
}

.filter-group label input{
  display:none
}

.pagination{
  margin:16px 40px 40px
}

.pagination li{
  margin:0 10px;
  font-family:Basis,serif;
  font-weight:700;
  font-size:1.111rem;
  cursor:pointer
}

.pagination li.active{
  border-bottom:3px solid #adc0e7
}

.news-post .news-header-block .news-header-block-top{
  padding-top:37px;
  background-color:#f4f1ec
}

.news-post .news-header-block .news-header-block-base{
  position:relative;
  z-index:1
}

.news-post .news-header-block .news-header-block-base:before{
  z-index:0;
  position:absolute;
  top:0;
  left:0;
  display:block;
  content:'';
  width:100%;
  height:50%;
  background-color:#f4f1ec
}

.news-post .news-header-block .header-caption{
  font-size:.889rem
}

.news-post .news-header-block .header-caption a{
  text-decoration:underline;
  text-underline-offset:2px
}

.news-post .news-header-block .header-author{
  padding:0 0 22px;
  margin-top:-5px
}

.news-post .news-header-block h1{
  padding-bottom:8px
}

.news-post .news-header-block .image-caption{
  font-size:.889rem;
  padding:4px 0 8px
}

.news-post .news-header-block .tags{
  padding-bottom:7px
}

.news-post .news-header-block .tags span,.news-post .news-header-block .tags a{
  padding-top:8px;
  display:inline-block;
  font-size:.889rem
}

.news-post .news-header-block .tags a{
  text-decoration:underline;
  text-underline-offset:2px
}

.news-post .news-recent.bg-ey-ocean h2,.news-post .essays-recent.bg-ey-ocean h2{
  color:#9dbbd9
}

.news-post .news-recent h2,.news-post .essays-recent h2{
  padding:2px 0 36px 10px;
  font-size:2.167rem;
  max-width:80%
}

.news-post .essays-recent img.object-cover{
  position:relative
}

@media(min-width:1370px){
  .news-post .essays-recent img.object-cover{
    left:64px;
    max-width:366px
  }
}

.latest-learning-article .essays-recent img.object-cover{
  position:relative
}

@media(min-width:1370px){
  .latest-learning-article .essays-recent img.object-cover{
    left:64px;
    max-width:366px
  }
}

ul.newslistings{
  flex-wrap:wrap
}

@media(max-width:1023px){
  .number-less-boxes-block{
    padding:20px 20px 40px
  }
}

@media(min-width:1024px){
  .number-less-boxes-block .container{
    padding-top:57px
  }

  .number-less-boxes-block h2{
    font-size:3rem
  }

  .number-less-boxes-block .ey-content{
    margin-top:0;
    padding-top:0
  }

  .number-less-boxes-block .ey-content .ey-content-item{
    padding:55px 36px 64px
  }
}

.number-less-boxes-block .ey-text-base{
  padding-bottom:50px
}

main.latest-learning-article .content-block p{
  font-family:"Basis",serif
}

@media(min-width:1024px){
  .image-block.image-block-16-9{
    height:calc(100vh - 8rem);
    min-height:500px
  }
}

.image-block.image-block-contained{
  padding:46px 20px;
  margin:0 auto
}

.image-block.image-block-contained img{
  width:100%
}

.image-block-caption p{
  padding-top:4px;
  padding-bottom:4px;
  color:#6a6a62
}

.split-quote-block>.contained{
  margin:0;
  position:relative;
  max-width:100%
}

.split-quote-block>.contained img{
  width:100%;
  height:auto
}

@media(min-width:1024px){
  .split-quote-block>.contained{
    margin:auto;
    max-width:1380px
  }

  .split-quote-block>.contained img{
    width:auto;
    height:100%;
    right:0
  }
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1000px) {
  .lg\:container {
    width: 100%;
  }

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

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

  @media (min-width: 1000px) {
    .lg\:container {
      max-width: 1000px;
    }
  }

  @media (min-width: 1140px) {
    .lg\:container {
      max-width: 1140px;
    }
  }

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

  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

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

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

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-480px {
    height: 480px;
  }

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

  .lg\:min-h-768px {
    min-height: 768px;
  }

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

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

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

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

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

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

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

  .lg\:p-20 {
    padding: 5rem;
  }

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

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

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

  .lg\:text-right {
    text-align: right;
  }

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

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

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

@media (min-width: 1140px) {
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1536px) {
}
