/*! tailwindcss v2.2.9 | 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;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

body {
  margin: 0;
  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';
}

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

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

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

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

ol,
ul {
  list-style: none;
}

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

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

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

.prose {
  color: #374151;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong {
  color: #111827;
  font-weight: 600;
}

.prose ol[type="A"] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="A" s] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a" s] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="I"] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="I" s] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i" s] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h3,.prose h4 {
  color: #111827;
  font-weight: 600;
}

.prose h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before,.prose code::after {
  content: "`";
}

.prose a code {
  color: #111827;
}

.prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before,.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img,.prose video,.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol,.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + *,.prose h2 + *,.prose h3 + *,.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img,.prose-sm video,.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol,.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
}

.prose-sm ol > li::before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + *,.prose-sm h2 + *,.prose-sm h3 + *,.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img,.prose-lg video,.prose-lg figure {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code {
  font-size: 0.8888889em;
}

.prose-lg h2 code {
  font-size: 0.8666667em;
}

.prose-lg h3 code {
  font-size: 0.875em;
}

.prose-lg pre {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol,.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li {
  padding-left: 1.6666667em;
}

.prose-lg ol > li::before {
  left: 0;
}

.prose-lg ul > li {
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + *,.prose-lg h2 + *,.prose-lg h3 + *,.prose-lg h4 + * {
  margin-top: 0;
}

.prose-lg table {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child {
  padding-left: 0;
}

.prose-lg thead th:last-child {
  padding-right: 0;
}

.prose-lg tbody td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child {
  padding-left: 0;
}

.prose-lg tbody td:last-child {
  padding-right: 0;
}

.prose-lg > :first-child {
  margin-top: 0;
}

.prose-lg > :last-child {
  margin-bottom: 0;
}

.prose-purple a,.prose-purple a code {
  color: #7c3aed;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-0,.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

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

.left-1\/4 {
  left: 25%;
}

.-top-28 {
  top: -7rem;
}

.-right-1\/3 {
  right: -33.333333%;
}

.top-20 {
  top: 5rem;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-16 {
  right: 4rem;
}

.bottom-16 {
  bottom: 4rem;
}

.top-8 {
  top: 2rem;
}

.right-auto {
  right: auto;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-5 {
  margin: 1.25rem;
}

.m-0 {
  margin: 0px;
}

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

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

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-20 {
  margin-left: -5rem;
}

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

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

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

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

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

.mr-8 {
  margin-right: 2rem;
}

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

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

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

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

.-mt-80 {
  margin-top: -20rem;
}

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.-mr-20 {
  margin-right: -5rem;
}

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-14 {
  height: 3.5rem;
}

.h-full {
  height: 100%;
}

.h-20 {
  height: 5rem;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-24 {
  height: 6rem;
}

.h-48 {
  height: 12rem;
}

.h-32 {
  height: 8rem;
}

.h-16 {
  height: 4rem;
}

.h-96 {
  height: 24rem;
}

.h-60 {
  height: 15rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-auto {
  height: auto;
}

.max-h-16 {
  max-height: 4rem;
}

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

.w-10\/12 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

.w-6\/12 {
  width: 50%;
}

.w-4 {
  width: 1rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-1\/12 {
  width: 8.333333%;
}

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

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

.w-5\/12 {
  width: 41.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-2\/6 {
  width: 33.333333%;
}

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

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

.max-w-5xl {
  max-width: 64rem;
}

.max-w-full {
  max-width: 100%;
}

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

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

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

.rotate-180,.rotate-45 {
  transform: var(--tw-transform);
}

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

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

.-rotate-45,.scale-125 {
  transform: var(--tw-transform);
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-90,.scale-100 {
  transform: var(--tw-transform);
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.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-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

.border-2 {
  border-width: 2px;
}

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

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

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

.border-t-2 {
  border-top-width: 2px;
}

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

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

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

.border-black\/10 {
  border-color: rgba(0, 0, 0, 0.1);
}

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(30, 39, 43, var(--tw-border-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 28, 31, var(--tw-bg-opacity));
}

.bg-red {
  background-color: rgba(255, 85, 93, var(--tw-bg-opacity));
}

.bg-red,.bg-white {
  --tw-bg-opacity: 1;
}

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

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 237, 238, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 85, 85, var(--tw-bg-opacity));
}

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-none {
  background-image: none;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-left {
  background-position: left;
}

.bg-center {
  background-position: center;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-origin-content {
  background-origin: content-box;
}

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

.pl-20 {
  padding-left: 5rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

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

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

.pt-60 {
  padding-top: 15rem;
}

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

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

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

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

.pl-12 {
  padding-left: 3rem;
}

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pr-20 {
  padding-right: 5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

.font-medium {
  font-weight: 500;
}

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

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

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

.tracking-wider {
  letter-spacing: .05em;
}

.tracking-widest {
  letter-spacing: .25em;
}

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

.text-pink {
  --tw-text-opacity: 1;
  color: rgba(252, 237, 238, var(--tw-text-opacity));
}

.text-primary-light {
  --tw-text-opacity: 1;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(30, 39, 43, var(--tw-text-opacity));
}

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

.text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.blur,.grayscale {
  filter: var(--tw-filter);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.invert {
  --tw-invert: invert(100%);
}

.invert,.sepia {
  filter: var(--tw-filter);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.filter {
  filter: var(--tw-filter);
}

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

.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;
}

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

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

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

.alignfull {
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1280px;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

html {
  scroll-behavior: smooth;
}

/*Z Index Utility*/

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

body {
  font-family: monotype-grotesque, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: roc-grotesk-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose-sm h1, .prose-sm h2, .prose-sm h3, .prose-sm h4, .prose-sm h5, .prose-sm h6, prose-lg h1, prose-lg h2, prose-lg h3, prose-lg h4, prose-lg h5, prose-lg h6 {
    --tw-text-opacity: 1;
    color: rgba(30, 39, 43, var(--tw-text-opacity));
  }

.leading-6rem {
  line-height: 6rem;
}

.font-roc {
  font-family: roc-grotesk-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-freight {
  font-family: freight-big-pro, serif;
  font-weight: 700;
}

.font-freight-display {
  font-family: freight-display-pro, serif;
  font-weight: 400;
}

.callout-heading em {
  --tw-text-opacity: 1;
  color: rgba(255, 85, 93, var(--tw-text-opacity));
  text-transform: initial;
  font-family: freight-display-pro, serif;
  font-weight: 700;
  font-style: italic;
  line-height: 0.9;
  display: block;
}

.callout-heading-pink em {
  margin-top: -1.25rem;
  margin-right: -5rem;
  display: inline-block;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 5rem;
  text-transform: initial;
  font-family: freight-big-pro, serif;
  font-weight: 700;
  font-style: normal;
}

.callout-heading-pink em.question {
    background-image: url('../images/question-mark.svg');
  }

.people-heading em {
  font-style: normal;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-image: url("../images/people-scribble.svg");
  display: inline-block;
  margin-top: -10px;
}

.label-service {
  margin-right: 0.25rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(30, 39, 43, var(--tw-border-opacity));
  padding-right: 0.25rem;
}

.label-service:last-child {
  border-width: 0px;
}

.line-tight {
  line-height: 0.8em !important;
}

html, body {
  overflow-x: hidden;
}

.logo-white {
  filter: brightness(10);
}

footer ul li {
      margin-bottom: 1.5rem;
    }

footer ul li:last-child {
      margin-bottom: 0px;
    }

footer ul li a {
        display: flex;
        flex-shrink: 0;
      }

footer ul li a:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 85, 93, var(--tw-text-opacity));
      }

.c-button {
  position: relative;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  background-origin: content-box;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 1rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.c-button:hover {
  padding-right: 4rem;
}

.c-button {
  font-family: Moderat;
}

.c-button span {
    position: absolute;
    right: 0px;
    margin-left: 0.75rem;
    padding-right: 0.75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
  }

.c-button:hover span {
      font-size: 36px;
    }

.c-button--short {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.c-button--hero {
  margin-left: 2rem;
  margin-right: 0.5rem;
  margin-top: -5rem;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: rgba(30, 39, 43, var(--tw-text-opacity));
}

.c-button--hero,.c-button--hero:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}

.c-button--hero:hover {
  border-color: rgba(30, 39, 43, var(--tw-border-opacity));
  background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .c-button--hero {
    margin-top: 1rem;
  }
}

.c-button--video {
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 3rem;
  --tw-text-opacity: 1;
  color: rgba(30, 39, 43, var(--tw-text-opacity));
}

.c-button--video,.c-button--video:hover {
  --tw-border-opacity: 1;
  padding-right: 1rem;
}

.c-button--video:hover {
  border-color: rgba(30, 39, 43, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
  padding-left: 4rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-button--video span {
    left: 0px;
    right: auto;
  }

.c-button--primary {
  --tw-border-opacity: 1;
  border-color: rgba(30, 39, 43, var(--tw-border-opacity));
  background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-button--primary,.c-button--primary:hover {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}

.c-button--primary:hover {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: rgba(30, 39, 43, var(--tw-text-opacity));
}

.c-form {
  width: 100%;
}

.c-form .labelBox {
    line-height: 1rem;
    border-top: 2px solid #1E272B;
    border-left: 2px solid #1E272B;
    border-right: 2px solid #1E272B;
  }

.c-form input, .c-form textarea {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    outline: none;
    border-bottom: 2px solid #1E272B;
    border-left: 2px solid #1E272B;
    border-right: 2px solid #1E272B;
  }

.c-form label {
    z-index: 10;
    margin-left: 1rem;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(30, 39, 43, var(--tw-text-opacity));
    font-family: roc-grotesk-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: -7px;
  }

.c-form .wpcf7-submit {
    margin-top: -2rem;
    cursor: pointer;
    border-width: 0px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-size: 100% auto;
    background-image: url('../images/send-bg.svg');
    font-family: roc-grotesk-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: transparent !important;
  }

.c-form .wpcf7-submit:hover {
      background-image: url('../images/send-bg-hover.svg');
    }

.c-form--filter .dropdown {
    display: none;
  }

.c-form--filter:hover .dropdown {
      display: block;
    }

.c-form--filter:hover .c-link--dropdown {
      background-position: 0 100%;
    }

.c-form--filter2 ul li ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
      }

.c-form--filter2 ul li ul li label {
            border-width: 2px;
            --tw-border-opacity: 1;
            border-color: rgba(30, 39, 43, var(--tw-border-opacity));
            padding-right: 0.5rem;
          }

.c-form--filter2 ul li ul li {
          margin-left: 0.5rem;
          margin-right: 0.5rem;
          margin-bottom: 0.5rem;
          display: flex;
          flex-shrink: 0;
          cursor: pointer;
          align-items: center;
          justify-content: center;
          font-size: 0.875rem;
          line-height: 1.25rem;
          text-transform: uppercase;
          --tw-text-opacity: 1;
          color: rgba(30, 39, 43, var(--tw-text-opacity));
        }

@media (min-width: 1024px) {
          .c-form--filter2 ul li ul li {
            margin-bottom: 0px;
          }
        }

.c-form--filter2 ul li ul li {
          font-family: roc-grotesk-condensed, sans-serif;
          font-weight: 600;
          font-style: normal;
        }

.c-form--filter2 ul li ul li input {
            visibility: hidden;
            width: 0;
            height: 0;
          }

.c-form--filter2 ul li ul li.selected {
            --tw-bg-opacity: 1;
            background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
          }

.c-form--filter2 ul li ul li.selected label {
              cursor: pointer;
              --tw-bg-opacity: 1;
              background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
              background-repeat: no-repeat;
              padding-top: 0.25rem;
              padding-bottom: 0.25rem;
              padding-right: 1.5rem;
              --tw-text-opacity: 1;
              color: rgba(255, 255, 255, var(--tw-text-opacity));
              background-position: 98%;
              background-image: url('../images/close.svg');
            }

.c-form--filter2 ul li ul li.selected label:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
                --tw-bg-opacity: 0.9;
              }

.c-form--filter2 ul li ul li label {
            cursor: pointer;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            line-height: initial;
          }

.c-form--filter2 ul li ul li label:hover {
              background-color: rgba(30, 39, 43, 0.1);
            }

.c-link {
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(30, 39, 43, var(--tw-text-opacity));
  text-decoration: none;
}

.c-link div {
    display: flex;
    align-items: center;
  }

.c-link div:after {
      margin-left: 1rem;
      content:url('../images/arrow-btn.svg');
    }

.c-link div:hover {
      color: #FF555D !important;
    }

.c-link div:hover:after {
        /*red*/
        filter: brightness(0) saturate(100%) invert(44%) sepia(86%) saturate(2572%) hue-rotate(327deg) brightness(107%) contrast(108%);
      }

.c-link.c-link--hover-white div:hover {
        color: #fff !important;
      }

.c-link.c-link--hover-white div:hover:after {
          filter: brightness(100);
        }

.c-link.c-link--hover-primary div:hover {
        color: #1E272B !important;
      }

.c-link.c-link--hover-primary div:hover:after {
          /*primary*/
          filter: brightness(0) saturate(100%) invert(9%) sepia(12%) saturate(1294%) hue-rotate(153deg) brightness(99%) contrast(86%);
        }

.c-link.c-link--red div {
      color: #FF555D !important;
    }

.c-link.c-link--red div:after {
        content:url('../images/arrow-btn-red.svg');
      }

.c-link--underline {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.c-link--underline a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0.25rem;
  }

.c-link--underline a::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.125rem;
    width: 100%;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    content: '';
    transform: translate3d(-100%, 0, 0);
  }

.c-link--underline a:hover::after, .c-link--underline a:focus::after {
    opacity: 1;
  }

.c-link--underline a:hover::after,
  .c-link--underline a:focus::after {
    transform: translate3d(0, 0, 0);
  }

.c-link--underline-primary a::after {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
  }

.c-link--dropdown {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgba(30, 39, 43, var(--tw-text-opacity));
  text-decoration: none;
}

.c-link--dropdown div {
    display: flex;
    align-items: center;
  }

.c-link--dropdown div:after {
      margin-left: 0.5rem;
      margin-top: -5px;
      content:url('../images/dropdown-arrow.svg');
    }

#c-map {
  height: 700px;
  margin-top: -200px;
  z-index: -1;
}

.c-map--contact-gradient {
  margin-bottom: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.c-news--option {
  background-size: contain;
  background-repeat: no-repeat;
}

.c-news--option.selected {
    background-image: url("../images/active-circle.svg')");
    background-position-y: 40%;
  }

.c-news--option.selected:after {
      content: none !important;
    }

/*Trade Page*/

.page-id-758 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
}

.page-id-758 .text-primary, .page-id-758 .menu-main-menu-container ul li a, .page-id-758 p, .page-id-758 h1, .page-id-758 h2, .page-id-758 h3, .page-id-758 h4, .page-id-758 h5, .page-id-758 h6 {
    color: #fff !important;
  }

.page-id-758 .newsletter h3,.page-id-758 .newsletter p,.page-id-758 .newsletter a,.page-id-758 .newsletter h5 {
    color: #1E272B !important;
  }

.page-id-758 header img,.page-id-758 .c-link div:after {
        /*white*/
        filter: brightness(100);
      }

.page-id-758 .c-link div:hover h5 {
          color: #FF555D !important;
        }

.page-id-758 .c-link div:hover:after {
          /*red*/
          filter: brightness(0) saturate(100%) invert(44%) sepia(86%) saturate(2572%) hue-rotate(327deg) brightness(107%) contrast(108%);
        }

.page-id-758 .c-link--dropdown div:after {
        /*white*/
        filter: brightness(100);
      }

/*Consumer Page*/

.page-id-760 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 85, 93, var(--tw-bg-opacity));
}

.page-id-760 .menu-main-menu-container ul li a:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.page-id-760 header img {
      filter: brightness(100);
    }

.page-id-760 .c-link div:hover h5 {
          color: #FFF !important;
        }

.page-id-760 .c-link div:hover:after {
          /*white*/
          filter: brightness(100);
        }

.page-id-760 .c-news--option.selected {
      background-image: url("../images/active-circle-white.svg')");
    }

.page-id-760 .menu-main-menu-container ul li.get-in-touch a{
          background-image: url('../images/get-in-touch-scribble-white.svg');
        }

.c-news--leading {
  grid-column: span 3;
}

.c-news--remaining {
  grid-column: span 2;
}

#menu-main-menu {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.c-carousel .c-carousel--cell {
    width: 100%;
  }

.c-carousel-spinner .flickity-slider {
    display: flex;
    align-items: center;
  }

.c-carousel-spinner .c-carousel-spinner--cell {
    display: flex;
    width: 75%;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

@media (min-width: 768px) {
    .c-carousel-spinner .c-carousel-spinner--cell {
      width: 41.666667%;
    }
  }

@media (min-width: 1024px) {
    .c-carousel-spinner .c-carousel-spinner--cell {
      width: 25%;
    }
  }

.c-carousel-spinner .c-carousel-spinner--cell img {
      max-height: 24rem;
      max-width: 100%;
    }

.c-carousel--testimonials .flickity-page-dots .dot {
    background: none !important;
    opacity: 1 !important;
  }

.c-carousel--testimonials .flickity-page-dots .dot:after {
      content: url('../images/testimonial-circle.svg');
    }

.c-carousel--testimonials .flickity-page-dots .dot.is-selected {
      content: url('../images/testimonial-circle-full.svg');
      width: 15px;
      height: 15px;
      margin-right: 2px;
    }

.c-carousel--logos .flickity-viewport, .c-carousel--logos2 .flickity-viewport {
    height: 120px;
  }

.c-carousel--logos .flickity-viewport .c-carousel--cell, .c-carousel--logos2 .flickity-viewport .c-carousel--cell {
      margin-left: 2rem;
      margin-right: 2rem;
      display: flex;
      width: 33.333333%;
      align-items: center;
      justify-content: center;
    }

@media (min-width: 768px) {
      .c-carousel--logos .flickity-viewport .c-carousel--cell, .c-carousel--logos2 .flickity-viewport .c-carousel--cell {
        width: 8.333333%;
      }
    }

.c-carousel--logos .flickity-viewport .c-carousel--cell, .c-carousel--logos2 .flickity-viewport .c-carousel--cell {
      height: 120px;
    }

.c-carousel--logos .flickity-viewport .c-carousel--cell img, .c-carousel--logos2 .flickity-viewport .c-carousel--cell img {
        max-height: 120px;
      }

#home-video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

/*What makes us different page - We Find Leaders section*/

.c-misc--leaders p:last-child {
    border-left: 0;
    padding-top: 1rem;
  }

/*Underline Light Blue*/

.c-misc--blue-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--light-blue);
          text-decoration-color: var(--light-blue);
}

/*Single Career - Heading Sizes*/

.c-misc--career-description h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
  }

.c-misc--career-description h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.875rem;
  }

.c-misc--career-description h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
  }

.c-misc--career-description h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem;
  }

.c-misc--career-description p {
    margin-bottom: 2rem;
  }

/*Single Career Sidebar Height Fix */

.c-misc--career-sidebar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/*Single Career HR */

.c-misc--career-hr {
  border-color: var(--light-blue);
  border-width: 1px;
}

/*Responsive Overlapping Logos*/

.c-misc--overlap-single,.c-misc--overlap-market {
  background-size: 25vw;
}

.c-misc--overlap-market {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url('/wp-content/themes/MammothPress/dist/assets/images/logo-upper-right-blue.png');
}

.c-misc--overlap-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/wp-content/themes/MammothPress/dist/assets/images/video-placeholder.png');
  height: 400px;
}

.c-misc--overlap-double-contain {
  background-size: 25vw, cover;
}

.c-misc--overlap-treble-contain {
  background-size: 25vw, 25vw, cover;
}

.c-misc--overlap-double-cover {
  background-size: 25vw, cover;
}

.c-misc--overlap-treble-cover {
  background-size: auto, auto, cover;
}

/*Hide Contact Form Spinner*/

.wpcf7-spinner {
  display: none;
}

/*MEDIA QUERIES*/

/*LG*/

/*2XL*/

.c-work .c-work--item {
    cursor: pointer;
  }

.c-work .c-work--item img {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition-duration: 300ms;
    }

.c-work .c-work--item:hover img {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: var(--tw-transform);
      }

.c-work .c-work--item:hover .c-link div,.c-work .c-work--item:hover .c-link div:after {
          filter: brightness(0) saturate(100%) invert(44%) sepia(86%) saturate(2572%) hue-rotate(327deg) brightness(107%) contrast(108%);
          }

.c-work .c-work--item:hover .c-link div:after {
            content:url('../images/arrow-btn.svg');
          }

.c-work1 .c-work--item {
    cursor: pointer;
  }

.c-work1 .c-work--item img {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition-duration: 300ms;
    }

.c-work1 .c-work--item:hover img {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: var(--tw-transform);
      }

.c-work1 .c-work--item:hover .c-link div {
          filter: brightness(100);
        }

.c-work1 .c-work--item:hover .c-link div:after {
            content:url('../images/arrow-btn.svg');
            filter: brightness(100);
          }

@media (min-width: 1024px) {
  .c-type--tall {
    transform: scale(1, 1.5);
  }

  .c-misc--overlap-single,.c-misc--overlap-market {
    background-size: 30vw;
  }

  .c-misc--overlap-market {
    background-position: left bottom;
    background-image: url('/wp-content/themes/MammothPress/dist/assets/images/logo-upper-right-blue.png');
  }

  .c-misc--overlap-video {
    background-repeat: no-repeat;
    background-position: right top, center;
    background-image: url('/wp-content/themes/MammothPress/dist/assets/images/logo-lower-left-white.png'), url('/wp-content/themes/MammothPress/dist/assets/images/video-placeholder.png');
    height: 600px;
  }

  .c-misc--overlap-video,.c-misc--overlap-double-contain {
    background-size: 30vw, cover;
  }

  .c-misc--overlap-treble-contain {
    background-size: 30vw, 30vw, cover;
  }

  .c-misc--overlap-double-cover {
    background-size: 30vw, cover;
  }

  .c-misc--overlap-treble-cover {
    background-size: auto, auto, cover;
  }
}

@media (min-width: 768px) {
    .menu-main-menu-container ul {
      position: relative;
      margin: 0px;
      display: flex;
      height: auto;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      padding: 0px;
    }
      .menu-main-menu-container ul li {
        position: relative;
        margin: 0px;
        display: block;
        background-image: none;
        padding: 0px;
      }
        .menu-main-menu-container ul li a {
          margin-left: 2rem;
          margin-right: 2rem;
          display: block;
          border-bottom-width: 2px;
          border-color: transparent;
          padding: 1rem;
          text-align: center;
          font-size: 1.125rem;
          line-height: 1.75rem;
          font-weight: 700;
          text-transform: uppercase;
          --tw-text-opacity: 1;
          color: rgba(30, 39, 43, var(--tw-text-opacity));
        }
        .menu-main-menu-container ul li a:last-child {
          margin-right: 0px;
        }
        .menu-main-menu-container ul li a {
          font-family: roc-grotesk-condensed, sans-serif;
          font-weight: 600;
          font-style: normal;
          line-height: 0.8em;
        }
          .menu-main-menu-container ul li a:hover {
            --tw-text-opacity: 1;
            color: rgba(255, 85, 93, var(--tw-text-opacity));
          }
        .menu-main-menu-container ul li:hover > ul {
          display: block;
        }
        .menu-main-menu-container ul li.menu-item {
          cursor: pointer;
        }
        .menu-main-menu-container ul li.get-in-touch {
          margin-top: -0.25rem;
          flex-shrink: 0;
        }
          .menu-main-menu-container ul li.get-in-touch a {
            flex-shrink: 0;
            border-width: 0px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            text-transform: none;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
            transition-duration: 200ms;
            background-image: url('../images/get-in-touch-scribble.svg');
            font-family: freight-display-pro, serif;
            font-weight: 400;
            font-style: italic;
          }
            .menu-main-menu-container ul li.get-in-touch a:hover {
              border-width: 0px;
              --tw-text-opacity: 1;
              color: rgba(255, 85, 93, var(--tw-text-opacity));
              background-image: url('../images/get-in-touch-scribble-primary.svg');
            }
        .menu-main-menu-container ul .menu-item-has-children a:hover {
          display: block;
          border: 0 !important;
        }
      .menu-main-menu-container ul .menu-item-has-children:after {
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        padding-right: 0.5rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
        --tw-text-opacity: 1;
        color: rgba(30, 39, 43, var(--tw-text-opacity));
        margin-top: -3px;
        font-family: "Material Icons";
        content: "expand_more";
      }
      .menu-main-menu-container ul ul {
        position: absolute;
        z-index: 50;
        margin: 0px;
        display: none;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 0.75rem;
        top: 30px;
        left: -76px;
      }
        .menu-main-menu-container ul ul:hover {
          display: block;
        }
        .menu-main-menu-container ul ul:before {
          position: absolute;
          right: 8rem;
          display: block;
          content: "";
          top: -8px;
          border-bottom: 8px solid #E355EC;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
        }
        .menu-main-menu-container ul ul li {
          margin-bottom: 0.5rem;
          height: auto;
          background-image: none;
          padding-left: 0px;
        }
          .menu-main-menu-container ul ul li a {
            margin-left: 0px;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            --tw-text-opacity: 1;
            color: rgba(30, 39, 43, var(--tw-text-opacity));
          }
}

@media (max-width: 767px) {
  .menu-main-menu-container {
    height: 100%;
  }
    .menu-main-menu-container ul {
      display: flex;
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
      .menu-main-menu-container ul li {
        height: auto;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
      }
        .menu-main-menu-container ul li a {
          padding: 0px;
          font-size: 1.875rem;
          line-height: 2.25rem;
          text-transform: uppercase;
          --tw-text-opacity: 1;
          color: rgba(255, 255, 255, var(--tw-text-opacity));
          font-family: roc-grotesk-condensed, sans-serif;
          font-weight: 600;
          font-style: normal;
        }
      .menu-main-menu-container ul .menu-item-has-children {
        padding-top: 0px;
        padding-bottom: 0px;
      }
      .menu-main-menu-container ul .menu-item-has-children > a {
        display: none;
      }
      .menu-main-menu-container ul ul {
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        width: 100%;
        flex-direction: column;
        background-color: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }
        .menu-main-menu-container ul ul li {
          margin-bottom: 0px;
          width: 100%;
          background-image: url('../images/border.png');
          background-position: bottom center;
        }
          .menu-main-menu-container ul ul li a {
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
          }
}

@media (max-width: 768px) {

  .c-news--leading,.c-news--remaining {
    grid-column: span 2;
  }
}

@media (max-width: 1024px) {

  .c-news--leading,.c-news--remaining {
    grid-column: span 2;
  }
}

@media (min-width: 1536px) {
  .c-misc--overlap-single {
    background-size: auto;
  }

  .c-misc--overlap-double-contain {
    background-size: auto, contain;
  }

  .c-misc--overlap-treble-contain {
    background-size: auto, auto, contain;
  }

  .c-misc--overlap-double-cover {
    background-size: auto, cover;
  }

  .c-misc--overlap-treble-cover {
    background-size: auto, auto, cover;
  }
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 39, 43, var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 39, 43, var(--tw-bg-opacity));
}

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

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

.hover\:pl-16:hover {
  padding-left: 4rem;
}

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

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

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

  .md\:top-60 {
    top: 15rem;
  }

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

  .md\:top-52 {
    top: 13rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:-ml-16 {
    margin-left: -4rem;
  }

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

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-36 {
    height: 9rem;
  }

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

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

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

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

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

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

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

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

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:w-1\/12 {
    width: 8.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:bg-none {
    background-image: none;
  }

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

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

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

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

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

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

  .md\:text-right {
    text-align: right;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-6\/12 {
    width: 50%;
  }

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:right-1\/3 {
    right: 33.333333%;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:-left-1\/4 {
    left: -25%;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

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

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

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

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

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

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}