@charset "UTF-8";/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
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)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/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;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}/*
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)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
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 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/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;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 480px){.container{
    max-width: 480px;
  }
}@media (min-width: 600px){.container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 782px){.container{
    max-width: 782px;
  }
}@media (min-width: 992px){.container{
    max-width: 992px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1440px){.container{
    max-width: 1440px;
  }
}@media (min-width: 1720px){.container{
    max-width: 1720px;
  }
}@media (min-width: 1920px){.container{
    max-width: 1920px;
  }
}.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 20px;
  line-height: 34px;
  overflow-wrap: break-word;
  font-family: mundial, sans-serif;
}.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #BF311A;
}.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 60px;
  font-family: adriane, serif;
}@media (max-width: 782px){.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 40px;
    line-height: 44px;
  }
}.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 54px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 54px;
  font-family: adriane, serif;
}@media (max-width: 782px){.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 46px;
    line-height: 54px;
  }
}.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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 :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}.pointer-events-none{
  pointer-events: none;
}.visible{
  visibility: visible;
}.invisible{
  visibility: hidden;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.-bottom-full{
  bottom: -100%;
}.-left-1\/4{
  left: -25%;
}.-left-8{
  left: -2rem;
}.-left-\[23rem\]{
  left: -23rem;
}.-right-12{
  right: -3rem;
}.-right-8{
  right: -2rem;
}.-top-8{
  top: -2rem;
}.-top-\[2px\]{
  top: -2px;
}.-top-\[35px\]{
  top: -35px;
}.bottom-0{
  bottom: 0px;
}.bottom-1\/4{
  bottom: 25%;
}.bottom-full{
  bottom: 100%;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-\[55\%\]{
  left: 55%;
}.right-0{
  right: 0px;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-3\/4{
  top: 75%;
}.top-\[2px\]{
  top: 2px;
}.top-\[3px\]{
  top: 3px;
}.top-px{
  top: 1px;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-\[1\]{
  z-index: 1;
}.z-\[30\]{
  z-index: 30;
}.z-\[40\]{
  z-index: 40;
}.z-\[5\]{
  z-index: 5;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-10{
  grid-column: span 10 / span 10;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-5{
  grid-column: span 5 / span 5;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-start-1{
  grid-column-start: 1;
}.col-start-2{
  grid-column-start: 2;
}.col-start-3{
  grid-column-start: 3;
}.col-start-7{
  grid-column-start: 7;
}.row-span-1{
  grid-row: span 1 / span 1;
}.row-span-2{
  grid-row: span 2 / span 2;
}.row-span-4{
  grid-row: span 4 / span 4;
}.row-start-1{
  grid-row-start: 1;
}.row-start-5{
  grid-row-start: 5;
}.row-start-6{
  grid-row-start: 6;
}.row-start-7{
  grid-row-start: 7;
}.row-start-\[11\]{
  grid-row-start: 11;
}.m-8{
  margin: 2rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-ml-2{
  margin-left: -0.5rem;
}.-mt-16{
  margin-top: -4rem;
}.-mt-8{
  margin-top: -2rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-14{
  margin-bottom: 3.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-7{
  margin-bottom: 1.75rem;
}.mb-8{
  margin-bottom: 2rem;
}.ml-auto{
  margin-left: auto;
}.mr-4{
  margin-right: 1rem;
}.mr-6{
  margin-right: 1.5rem;
}.mt-12{
  margin-top: 3rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-7{
  margin-top: 1.75rem;
}.mt-8{
  margin-top: 2rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.\!inline-flex{
  display: inline-flex !important;
}.inline-flex{
  display: inline-flex;
}.grid{
  display: grid;
}.\!hidden{
  display: none !important;
}.hidden{
  display: none;
}.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.h-1{
  height: 0.25rem;
}.h-14{
  height: 3.5rem;
}.h-24{
  height: 6rem;
}.h-8{
  height: 2rem;
}.h-\[160px\]{
  height: 160px;
}.h-\[265px\]{
  height: 265px;
}.h-\[300px\]{
  height: 300px;
}.h-\[315px\]{
  height: 315px;
}.h-full{
  height: 100%;
}.h-px{
  height: 1px;
}.max-h-0{
  max-height: 0px;
}.max-h-12{
  max-height: 3rem;
}.max-h-\[145px\]{
  max-height: 145px;
}.max-h-\[175px\]{
  max-height: 175px;
}.max-h-\[200px\]{
  max-height: 200px;
}.max-h-\[275px\]{
  max-height: 275px;
}.max-h-\[350px\]{
  max-height: 350px;
}.min-h-\[260px\]{
  min-height: 260px;
}.min-h-\[315px\]{
  min-height: 315px;
}.min-h-\[330px\]{
  min-height: 330px;
}.min-h-\[350px\]{
  min-height: 350px;
}.min-h-\[450px\]{
  min-height: 450px;
}.min-h-screen{
  min-height: 100vh;
}.w-12{
  width: 3rem;
}.w-14{
  width: 3.5rem;
}.w-16{
  width: 4rem;
}.w-24{
  width: 6rem;
}.w-8{
  width: 2rem;
}.w-\[101\%\]{
  width: 101%;
}.w-\[225px\]{
  width: 225px;
}.w-\[300px\]{
  width: 300px;
}.w-\[364px\]{
  width: 364px;
}.w-\[93vw\]{
  width: 93vw;
}.w-full{
  width: 100%;
}.min-w-\[130px\]{
  min-width: 130px;
}.min-w-\[300px\]{
  min-width: 300px;
}.max-w-\[125px\]{
  max-width: 125px;
}.max-w-\[1280px\]{
  max-width: 1280px;
}.max-w-\[1440px\]{
  max-width: 1440px;
}.max-w-\[150px\]{
  max-width: 150px;
}.max-w-\[1580px\]{
  max-width: 1580px;
}.max-w-\[1590px\]{
  max-width: 1590px;
}.max-w-\[165px\]{
  max-width: 165px;
}.max-w-\[1920px\]{
  max-width: 1920px;
}.max-w-\[270px\]{
  max-width: 270px;
}.max-w-\[275px\]{
  max-width: 275px;
}.max-w-\[315px\]{
  max-width: 315px;
}.max-w-\[325px\]{
  max-width: 325px;
}.max-w-\[350px\]{
  max-width: 350px;
}.max-w-\[400px\]{
  max-width: 400px;
}.max-w-\[900px\]{
  max-width: 900px;
}.max-w-full{
  max-width: 100%;
}.max-w-screen-2xl{
  max-width: 1440px;
}.max-w-screen-4xl{
  max-width: 1720px;
}.max-w-screen-md{
  max-width: 782px;
}.max-w-screen-xl{
  max-width: 1280px;
}.max-w-screen-xs{
  max-width: 480px;
}.max-w-sm{
  max-width: 24rem;
}.max-w-\[80px\]{
  max-width: 80px;
}.flex-1{
  flex: 1 1 0%;
}.flex-none{
  flex: none;
}.flex-shrink{
  flex-shrink: 1;
}.flex-grow{
  flex-grow: 1;
}.basis-1\/2{
  flex-basis: 50%;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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-1\/4{
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), 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-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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-y-1\/4{
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), 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-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), 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-1\/4{
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), 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-\[80\%\]{
  --tw-translate-x: 80%;
  transform: translate(var(--tw-translate-x), 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-y-1\/4{
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), 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-y-3\/4{
  --tw-translate-y: 75%;
  transform: translate(var(--tw-translate-x), 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));
}.transform{
  transform: translate(var(--tw-translate-x), 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));
}.cursor-grab{
  cursor: grab;
}.cursor-pointer{
  cursor: pointer;
}.resize{
  resize: both;
}.list-decimal{
  list-style-type: decimal;
}.list-disc{
  list-style-type: disc;
}.list-none{
  list-style-type: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-rows-14{
  grid-template-rows: repeat(14, 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-center{
  align-items: center !important;
}.items-center{
  align-items: center;
}.items-stretch{
  align-items: stretch;
}.justify-start{
  justify-content: flex-start;
}.\!justify-center{
  justify-content: center !important;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-4{
  gap: 1rem;
}.gap-6{
  gap: 1.5rem;
}.\!gap-x-4{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-4{
  row-gap: 1rem;
}.gap-y-5{
  row-gap: 1.25rem;
}.gap-y-6{
  row-gap: 1.5rem;
}.gap-y-8{
  row-gap: 2rem;
}.gap-y-9{
  row-gap: 2.25rem;
}.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-brown > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(60 38 35 / var(--tw-divide-opacity));
}.self-stretch{
  align-self: stretch;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-x-clip{
  overflow-x: clip;
}.whitespace-nowrap{
  white-space: nowrap;
}.\!rounded-\[45px\]{
  border-radius: 45px !important;
}.rounded{
  border-radius: 0.25rem;
}.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}.rounded-\[20px\]{
  border-radius: 20px;
}.rounded-\[30px\]{
  border-radius: 30px;
}.rounded-\[35px\]{
  border-radius: 35px;
}.rounded-\[40px\]{
  border-radius: 40px;
}.rounded-\[45px\]{
  border-radius: 45px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-bl-\[40px\]{
  border-bottom-left-radius: 40px;
}.rounded-br-\[40px\]{
  border-bottom-right-radius: 40px;
}.border{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-4{
  border-bottom-width: 4px;
}.border-b-\[3px\]{
  border-bottom-width: 3px;
}.\!border-solid{
  border-style: solid !important;
}.border-solid{
  border-style: solid;
}.\!border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 49 26 / var(--tw-border-opacity)) !important;
}.\!border-tan{
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 186 169 / var(--tw-border-opacity)) !important;
}.border-brown{
  --tw-border-opacity: 1;
  border-color: rgb(60 38 35 / var(--tw-border-opacity));
}.border-darkbrown{
  --tw-border-opacity: 1;
  border-color: rgb(23 1 3 / var(--tw-border-opacity));
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(191 49 26 / var(--tw-border-opacity));
}.border-tan{
  --tw-border-opacity: 1;
  border-color: rgb(203 186 169 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.\!border-t-red{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(191 49 26 / var(--tw-border-opacity)) !important;
}.\!border-t-secondary{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}.border-b-red{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 49 26 / var(--tw-border-opacity));
}.border-b-tan{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 186 169 / var(--tw-border-opacity));
}.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}.\!bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 49 26 / var(--tw-bg-opacity)) !important;
}.\!bg-tan{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 186 169 / var(--tw-bg-opacity)) !important;
}.bg-\[rgba\(255\2c 255\2c 255\2c \.90\)\]{
  background-color: rgba(255,255,255,.90);
}.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(60 38 35 / var(--tw-bg-opacity));
}.bg-darkbrown{
  --tw-bg-opacity: 1;
  background-color: rgb(23 1 3 / var(--tw-bg-opacity));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-lighttan{
  --tw-bg-opacity: 1;
  background-color: rgb(238 229 219 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(191 49 26 / var(--tw-bg-opacity));
}.bg-tan{
  --tw-bg-opacity: 1;
  background-color: rgb(203 186 169 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.from-brown{
  --tw-gradient-from: #3C2623 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(60 38 35 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-darkbrown{
  --tw-gradient-to: #170103 var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}.bg-cover{
  background-size: cover;
}.bg-w100\%{
  background-size: 100% auto;
}.bg-center{
  background-position: center;
}.bg-left{
  background-position: left;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.p-10{
  padding: 2.5rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-6{
  padding: 1.5rem;
}.p-8{
  padding: 2rem;
}.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 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-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-12{
  padding-bottom: 3rem;
}.pb-16{
  padding-bottom: 4rem;
}.pb-20{
  padding-bottom: 5rem;
}.pb-28{
  padding-bottom: 7rem;
}.pb-32{
  padding-bottom: 8rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pb-8{
  padding-bottom: 2rem;
}.pb-9{
  padding-bottom: 2.25rem;
}.pl-6{
  padding-left: 1.5rem;
}.pr-12{
  padding-right: 3rem;
}.pr-5{
  padding-right: 1.25rem;
}.pt-10{
  padding-top: 2.5rem;
}.pt-12{
  padding-top: 3rem;
}.pt-14{
  padding-top: 3.5rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-8{
  padding-top: 2rem;
}.pt-9{
  padding-top: 2.25rem;
}.text-center{
  text-align: center;
}.\!font-mundial{
  font-family: mundial, sans-serif !important;
}.font-adriane{
  font-family: adriane, sans-serif;
}.font-mundial{
  font-family: mundial, sans-serif;
}.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-\[100px\]{
  font-size: 100px;
}.text-\[125px\]{
  font-size: 125px;
}.text-\[14px\]{
  font-size: 14px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[250px\]{
  font-size: 250px;
}.text-\[26px\]{
  font-size: 26px;
}.text-\[29px\]{
  font-size: 29px;
}.text-body{
  font-size: 20px;
}.text-h2{
  font-size: 54px;
}.text-h3{
  font-size: 40px;
}.text-h4{
  font-size: 34px;
}.text-h6{
  font-size: 22px;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-mh1{
  font-size: 40px;
}.text-mh2{
  font-size: 46px;
}.text-mh3{
  font-size: 28px;
}.text-mh4{
  font-size: 30px;
}.text-mh5{
  font-size: 22px;
}.text-mh6{
  font-size: 22px;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-small{
  font-size: 17px;
}.font-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-light{
  font-weight: 300;
}.font-semibold{
  font-weight: 600;
}.font-thin{
  font-weight: 100;
}.uppercase{
  text-transform: uppercase;
}.capitalize{
  text-transform: capitalize;
}.italic{
  font-style: italic;
}.leading-\[\.95\]{
  line-height: .95;
}.leading-\[20px\]{
  line-height: 20px;
}.leading-\[24px\]{
  line-height: 24px;
}.leading-\[28px\]{
  line-height: 28px;
}.leading-\[2\]{
  line-height: 2;
}.leading-body{
  line-height: 34px;
}.leading-h2{
  line-height: 54px;
}.leading-h3{
  line-height: 40px;
}.leading-h4{
  line-height: 34px;
}.leading-h6{
  line-height: 22px;
}.leading-mh1{
  line-height: 44px;
}.leading-mh2{
  line-height: 54px;
}.leading-mh4{
  line-height: 36px;
}.leading-mh5{
  line-height: 28px;
}.leading-mh6{
  line-height: 26px;
}.leading-none{
  line-height: 1;
}.leading-normal{
  line-height: 1.5;
}.leading-relaxed{
  line-height: 1.625;
}.leading-tight{
  line-height: 1.25;
}.tracking-\[0\.17px\]{
  letter-spacing: 0.17px;
}.tracking-\[1\.2px\]{
  letter-spacing: 1.2px;
}.tracking-\[1px\]{
  letter-spacing: 1px;
}.tracking-\[2\.9px\]{
  letter-spacing: 2.9px;
}.tracking-\[3\.3px\]{
  letter-spacing: 3.3px;
}.tracking-\[4\.2px\]{
  letter-spacing: 4.2px;
}.tracking-\[6px\]{
  letter-spacing: 6px;
}.tracking-wide{
  letter-spacing: 0.025em;
}.tracking-widest{
  letter-spacing: 0.1em;
}.\!text-brown{
  --tw-text-opacity: 1 !important;
  color: rgb(60 38 35 / var(--tw-text-opacity)) !important;
}.\!text-darkbrown{
  --tw-text-opacity: 1 !important;
  color: rgb(23 1 3 / var(--tw-text-opacity)) !important;
}.\!text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(191 49 26 / var(--tw-text-opacity)) !important;
}.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}.text-brown{
  --tw-text-opacity: 1;
  color: rgb(60 38 35 / var(--tw-text-opacity));
}.text-dark{
  --tw-text-opacity: 1;
  color: rgb(28 28 30 / var(--tw-text-opacity));
}.text-darkbrown{
  --tw-text-opacity: 1;
  color: rgb(23 1 3 / var(--tw-text-opacity));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-lighttan{
  --tw-text-opacity: 1;
  color: rgb(238 229 219 / var(--tw-text-opacity));
}.text-red{
  --tw-text-opacity: 1;
  color: rgb(191 49 26 / var(--tw-text-opacity));
}.text-tan{
  --tw-text-opacity: 1;
  color: rgb(203 186 169 / var(--tw-text-opacity));
}.text-transparent{
  color: transparent;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.no-underline{
  text-decoration-line: none;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-60{
  opacity: 0.6;
}.shadow-\[0_4px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{
  --tw-shadow: 0 4px 10px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -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-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.\!duration-300{
  transition-duration: 300ms !important;
}.duration-150{
  transition-duration: 150ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-700{
  transition-duration: 700ms;
}.\!ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear{
  transition-timing-function: linear;
}.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}.aligncenter{
  margin: 0.5rem auto;
  display: block;
}@media (min-width: 600px){.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;
}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}/* Attention seekers  */@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}.animate__flash {
  animation-name: flash;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}.animate__rubberBand {
  animation-name: rubberBand;
}@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}.animate__shakeX {
  animation-name: shakeX;
}@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}.animate__shakeY {
  animation-name: shakeY;
}@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}.animate__tada {
  animation-name: tada;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__wobble {
  animation-name: wobble;
}@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}.animate__jello {
  animation-name: jello;
  transform-origin: center;
}@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}/* Back entrances */@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInDown {
  animation-name: backInDown;
}@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInLeft {
  animation-name: backInLeft;
}@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInRight {
  animation-name: backInRight;
}@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}.animate__backInUp {
  animation-name: backInUp;
}/* Back exits */@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutDown {
  animation-name: backOutDown;
}@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutLeft {
  animation-name: backOutLeft;
}@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutRight {
  animation-name: backOutRight;
}@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}.animate__backOutUp {
  animation-name: backOutUp;
}/* Bouncing entrances  */@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__bounceInDown {
  animation-name: bounceInDown;
}@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__bounceInLeft {
  animation-name: bounceInLeft;
}@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__bounceInRight {
  animation-name: bounceInRight;
}@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__bounceInUp {
  animation-name: bounceInUp;
}/* Bouncing exits  */@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}.animate__bounceOutDown {
  animation-name: bounceOutDown;
}@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}.animate__bounceOutRight {
  animation-name: bounceOutRight;
}@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}.animate__bounceOutUp {
  animation-name: bounceOutUp;
}/* Fading entrances  */@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}.animate__fadeIn {
  animation-name: fadeIn;
}@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInDown {
  animation-name: fadeInDown;
}@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInLeft {
  animation-name: fadeInLeft;
}@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInRight {
  animation-name: fadeInRight;
}@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInUp {
  animation-name: fadeInUp;
}@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}/* Fading exits */@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}.animate__fadeOut {
  animation-name: fadeOut;
}@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}.animate__fadeOutDown {
  animation-name: fadeOutDown;
}@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}.animate__fadeOutRight {
  animation-name: fadeOutRight;
}@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}.animate__fadeOutUp {
  animation-name: fadeOutUp;
}@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}/* Flippers */@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}/* Lightspeed */@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}/* Rotating entrances */@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}/* Rotating exits */@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}/* Specials */@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}.animate__jackInTheBox {
  animation-name: jackInTheBox;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}.animate__rollIn {
  animation-name: rollIn;
}/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}.animate__rollOut {
  animation-name: rollOut;
}/* Zooming entrances */@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}.animate__zoomIn {
  animation-name: zoomIn;
}@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomInDown {
  animation-name: zoomInDown;
}@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomInLeft {
  animation-name: zoomInLeft;
}@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomInRight {
  animation-name: zoomInRight;
}@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomInUp {
  animation-name: zoomInUp;
}/* Zooming exits */@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}.animate__zoomOut {
  animation-name: zoomOut;
}@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}/* Sliding entrances */@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__slideInDown {
  animation-name: slideInDown;
}@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__slideInLeft {
  animation-name: slideInLeft;
}@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__slideInRight {
  animation-name: slideInRight;
}@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.animate__slideInUp {
  animation-name: slideInUp;
}/* Sliding exits */@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}.animate__slideOutDown {
  animation-name: slideOutDown;
}@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}.animate__slideOutLeft {
  animation-name: slideOutLeft;
}@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}.animate__slideOutRight {
  animation-name: slideOutRight;
}@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}.animate__slideOutUp {
  animation-name: slideOutUp;
}article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
}.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
    text-decoration: none;
}.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}.outline-text {
    -webkit-text-stroke: 1px white;
}.outline-text-brown {
    -webkit-text-stroke: 1px #3C2623;
}.outline-text-tan {
    -webkit-text-stroke: 1px #CBBAA9;
}.outline-text-red {
    -webkit-text-stroke: 2px #BF311A;
}.red-outline-text{
  font-family: mundial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BF311A;
    font-size: 100px;
    line-height: 150px;
    letter-spacing: 3.5px;
    color: transparent;
}@media (max-width: 991px){.red-outline-text{
        font-size: 50px;
        line-height: 1.5;
        letter-spacing: 1.5px
}
    }.mainlink{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(60 38 35 / var(--tw-text-opacity));
    position: relative;
}.mainlink:after{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        content: "";
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .4s ease-in-out;
        z-index: 1;
        background: currentColor;
    }.mainlink:hover:after{
            transform-origin: left;
            transform: scaleX(1);
        }.text-fill{
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}.fill-text{
  display: inline-block;
  white-space: nowrap;
    text-wrap: nowrap;
    bottom: -1vw;
    line-height: .95;
    position: absolute;
}.fill-text-top{
  position: relative;
  display: inline-block;
  white-space: nowrap;
    line-height: .95;
    text-wrap: none;
    top: 1vw;
}@media(max-width:479px){.fill-text-top {
        top:1.85vw
}
    }.bg-tan {
    background-color: #CBBAA9;
}.stat.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}.stat.is-active .title{
  --tw-text-opacity: 1;
  color: rgb(60 38 35 / var(--tw-text-opacity));
  font-family: mundial, sans-serif;
}.stat.is-active .subtitle, .stat.is-active .body{
  display: block;
}.stat .subtitle, .stat .body{
  display: none;
}.animate-bar-holder .animate-bar {
        width: 9px;
        height: 100%;
        border-radius: 9px;
        background: #CBBAA9;
        position: relative;
        transition: all 8s linear;
    }.animate-bar-holder .animate-bar .handle {
            background-color: #3C2623;
            width: 9px;
            border-radius: 9px;
            height: 0;
        }.radial-bg {
    background-size: auto 100%;
}@media (max-width: 991px) {.radial-bg {
        background-size: 100%
}
    }.radial-bg:before {
    opacity: 0.4;
    background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}.team-slider .slick-track {
    display: flex !important;
    gap: 60px;
}@media (max-width: 991px) {.team-slider .slick-track {
        gap: 15px;
        margin-left: initial
}
    }.team-slider .slick-track .slick-slide {
        height: inherit !important;
        max-width: 364px;
    }.team-slider .slick-track .slick-slide > div {
            display: flex;
            height: 100%;
        }.gfield input, .gfield textarea {
    border: 1px solid #3c2623;
    border-radius: 2px;
}.gfield input:active, .gfield input:focus, .gfield input:focus-visible, .gfield textarea:active, .gfield textarea:focus, .gfield textarea:focus-visible {
        border-color: #BF311A;
        outline-color: #BF311A;
    }.gform-field-label {
    font-size: 16px;
    font-family: mundial, sans-serif;
    color: #3C2623;
}.gfield_checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}@media (max-width: 781px) {.gfield_checkbox {
        flex-direction: column
}
    }.gchoice {
    flex-basis: 50%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
}.gchoice .gform-field-label {
        font-size: 18px !important;
        font-weight: 300;
    }.gchoice .gfield-choice-input {
        height: 20px;
        width: 20px;
    }.gchoice .gfield-choice-input:checked {
        accent-color: #BF311A;
    }.no-underline {
    text-decoration: none;
}.timeline-slide-next-wrapper{
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    z-index: 15;
}.timeline-slide-prev-wrapper{
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    z-index: 15;
}.timeline-dots{
  position: relative;
  overflow-x: scroll;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none;
}/* Firefox 64 */.timeline-dots::-webkit-scrollbar{
        display: none;
        width: 0;
        background: transparent;
    }.timeline-dots:before{
  position: absolute;
  top: 75%;
  height: 1px;
  width: 100%;
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), 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-bg-opacity: 1;
  background-color: rgb(203 186 169 / var(--tw-bg-opacity));
    background-color: #CBBAA9;
        content: '';
}.timeline-dots .slick-dots{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }.timeline-dots .slick-dots li{
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
            width: 150px;
}.timeline-dots .slick-dots li.slick-active .timeline-dot span{
  --tw-text-opacity: 1;
  color: rgb(191 49 26 / var(--tw-text-opacity));
}.timeline-dots .slick-dots li.slick-active .timeline-dot .pin-line{
  --tw-border-opacity: 1;
  border-color: rgb(191 49 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 49 26 / var(--tw-bg-opacity));
}.timeline-dots .slick-dots li.slick-active .timeline-dot .pin-line:before{
  --tw-border-opacity: 1;
  border-color: rgb(191 49 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(191 49 26 / var(--tw-bg-opacity));
}.timeline-dots .slick-dots li .timeline-dot{
  text-align: center;
}.timeline-dots .slick-dots li .timeline-dot span{
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: adriane, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(23 1 3 / var(--tw-text-opacity));
}.timeline-dots .slick-dots li .timeline-dot .pin-line{
                    position: relative;
                    height: 75px;
                    width: 1px;
                    margin: auto;
                    background: black;
                }.timeline-dots .slick-dots li .timeline-dot .pin-line:before{
                        content: '';
                        position: absolute;
                        width: 10px;
                        height: 10px;
                        border-radius: 5px;
                        border: 1px solid black;
                        top: 0px;
                        left: 50%;
                        transform: translateX(-50%);
                        background: white;
                    }.timeline-dots .slick-dots li .timeline-dot:before{
                    content: '';
                    width: 1px;
                    height: 30px;
                    background-color: black;
                    position: absolute;
                    bottom: 15px;
                    left: 25px;
                }.timeline-dots .slick-dots li .timeline-dot:after{
                    content: '';
                    width: 1px;
                    height: 30px;
                    background-color: black;
                    position: absolute;
                    bottom: 15px;
                    right: 25px;
                }.stretched-link::after {
    content: "";
    pointer-events: auto;
    position: absolute;
    inset: 0px;
    z-index: 10;
    background-color: transparent;
}.parallax-wrapper{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 850ms;
}.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}.hover\:\!border-brown:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(60 38 35 / var(--tw-border-opacity)) !important;
}.hover\:border-brown:hover{
  --tw-border-opacity: 1;
  border-color: rgb(60 38 35 / var(--tw-border-opacity));
}.hover\:\!bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}.hover\:bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.hover\:\!from-brown:hover{
  --tw-gradient-from: #3C2623 var(--tw-gradient-from-position) !important;
  --tw-gradient-from-position:   !important;
  --tw-gradient-to: rgb(60 38 35 / 0)  var(--tw-gradient-from-position) !important;
  --tw-gradient-to-position:   !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}.hover\:from-brown:hover{
  --tw-gradient-from: #3C2623 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(60 38 35 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.hover\:to-\[\#160002\]:hover{
  --tw-gradient-to: #160002 var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}.hover\:text-\[\#ff644b\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 100 75 / var(--tw-text-opacity));
}.hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgb(191 49 26 / var(--tw-text-opacity));
}.hover\:after\:h-1:hover::after{
  content: var(--tw-content);
  height: 0.25rem;
}.hover\:after\:bg-red:hover::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(191 49 26 / var(--tw-bg-opacity));
}.focus\:cursor-grabbing:focus{
  cursor: grabbing;
}.group:hover .group-hover\:visible{
  visibility: visible;
}.group:hover .group-hover\:bottom-0{
  bottom: 0px;
}.group:hover .group-hover\:translate-x-\[15px\]{
  --tw-translate-x: 15px;
  transform: translate(var(--tw-translate-x), 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));
}.group:hover .group-hover\:pr-\[15px\]{
  padding-right: 15px;
}.prose-p\:mb-4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1rem;
}.prose-p\:font-mundial :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: mundial, sans-serif;
}.prose-p\:text-body :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 20px;
}.prose-p\:leading-body :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 34px;
}.prose-p\:text-darkbrown :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(23 1 3 / var(--tw-text-opacity));
}.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-decoration-line: underline;
}.hover\:prose-a\:text-red :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(191 49 26 / var(--tw-text-opacity));
}@media (min-width: 600px){.sm\:col-span-8{
    grid-column: span 8 / span 8;
  }.sm\:col-start-3{
    grid-column-start: 3;
  }.sm\:row-span-2{
    grid-row: span 2 / span 2;
  }.sm\:row-span-3{
    grid-row: span 3 / span 3;
  }.sm\:row-start-4{
    grid-row-start: 4;
  }.sm\:mb-4{
    margin-bottom: 1rem;
  }.sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }.sm\:h-full{
    height: 100%;
  }.sm\:w-4\/5{
    width: 80%;
  }.sm\:gap-y-6{
    row-gap: 1.5rem;
  }.sm\:text-h6{
    font-size: 22px;
  }
}@media (min-width: 782px){.md\:order-1{
    order: 1;
  }.md\:order-2{
    order: 2;
  }.md\:col-span-10{
    grid-column: span 10 / span 10;
  }.md\:col-span-3{
    grid-column: span 3 / span 3;
  }.md\:col-span-4{
    grid-column: span 4 / span 4;
  }.md\:col-span-5{
    grid-column: span 5 / span 5;
  }.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-8{
    grid-column: span 8 / span 8;
  }.md\:col-start-1{
    grid-column-start: 1;
  }.md\:col-start-2{
    grid-column-start: 2;
  }.md\:col-start-3{
    grid-column-start: 3;
  }.md\:col-start-5{
    grid-column-start: 5;
  }.md\:col-start-8{
    grid-column-start: 8;
  }.md\:col-start-9{
    grid-column-start: 9;
  }.md\:row-start-1{
    grid-row-start: 1;
  }.md\:row-end-1{
    grid-row-end: 1;
  }.md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:flex{
    display: flex;
  }.md\:h-auto{
    height: auto;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-2\/3{
    width: 66.666667%;
  }.md\:max-w-\[275px\]{
    max-width: 275px;
  }.md\:max-w-full{
    max-width: 100%;
  }.md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }.md\:gap-y-12{
    row-gap: 3rem;
  }.md\:gap-y-8{
    row-gap: 2rem;
  }.md\:rounded-\[2\.5rem\]{
    border-radius: 2.5rem;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}@media (min-width: 992px){.lg\:absolute{
    position: absolute;
  }.lg\:-right-4{
    right: -1rem;
  }.lg\:-top-4{
    top: -1rem;
  }.lg\:-top-8{
    top: -2rem;
  }.lg\:-top-\[75px\]{
    top: -75px;
  }.lg\:bottom-1\/2{
    bottom: 50%;
  }.lg\:bottom-\[unset\]{
    bottom: unset;
  }.lg\:top-16{
    top: 4rem;
  }.lg\:z-10{
    z-index: 10;
  }.lg\:order-1{
    order: 1;
  }.lg\:order-2{
    order: 2;
  }.lg\:col-span-1{
    grid-column: span 1 / span 1;
  }.lg\:col-span-11{
    grid-column: span 11 / span 11;
  }.lg\:col-span-3{
    grid-column: span 3 / span 3;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-5{
    grid-column: span 5 / span 5;
  }.lg\:col-span-6{
    grid-column: span 6 / span 6;
  }.lg\:col-span-7{
    grid-column: span 7 / span 7;
  }.lg\:col-start-1{
    grid-column-start: 1;
  }.lg\:col-start-10{
    grid-column-start: 10;
  }.lg\:col-start-2{
    grid-column-start: 2;
  }.lg\:col-start-4{
    grid-column-start: 4;
  }.lg\:col-start-6{
    grid-column-start: 6;
  }.lg\:col-start-7{
    grid-column-start: 7;
  }.lg\:col-start-8{
    grid-column-start: 8;
  }.lg\:col-start-\[7\]{
    grid-column-start: 7;
  }.lg\:row-span-2{
    grid-row: span 2 / span 2;
  }.lg\:row-span-5{
    grid-row: span 5 / span 5;
  }.lg\:row-start-2{
    grid-row-start: 2;
  }.lg\:row-start-5{
    grid-row-start: 5;
  }.lg\:row-start-\[10\]{
    grid-row-start: 10;
  }.lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }.lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:mb-10{
    margin-bottom: 2.5rem;
  }.lg\:mb-6{
    margin-bottom: 1.5rem;
  }.lg\:mb-7{
    margin-bottom: 1.75rem;
  }.lg\:mb-8{
    margin-bottom: 2rem;
  }.lg\:ml-0{
    margin-left: 0px;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:mt-20{
    margin-top: 5rem;
  }.lg\:mt-8{
    margin-top: 2rem;
  }.lg\:mt-9{
    margin-top: 2.25rem;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:aspect-auto{
    aspect-ratio: auto;
  }.lg\:h-\[200px\]{
    height: 200px;
  }.lg\:h-\[400px\]{
    height: 400px;
  }.lg\:h-\[785px\]{
    height: 785px;
  }.lg\:h-\[calc\(100\%-90px\)\]{
    height: calc(100% - 90px);
  }.lg\:h-auto{
    height: auto;
  }.lg\:max-h-none{
    max-height: none;
  }.lg\:min-h-\[550px\]{
    min-height: 550px;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-\[400px\]{
    width: 400px;
  }.lg\:w-\[50\%\]{
    width: 50%;
  }.lg\:w-px{
    width: 1px;
  }.lg\:max-w-\[195px\]{
    max-width: 195px;
  }.lg\:max-w-\[400px\]{
    max-width: 400px;
  }.lg\:max-w-\[450px\]{
    max-width: 450px;
  }.lg\:max-w-\[600px\]{
    max-width: 600px;
  }.lg\:max-w-\[775px\]{
    max-width: 775px;
  }.lg\:max-w-\[850px\]{
    max-width: 850px;
  }.lg\:max-w-\[885px\]{
    max-width: 885px;
  }.lg\:max-w-none{
    max-width: none;
  }.lg\:basis-1\/4{
    flex-basis: 25%;
  }.lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), 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));
  }.lg\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 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));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }.lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }.lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }.lg\:gap-y-0{
    row-gap: 0px;
  }.lg\:gap-y-14{
    row-gap: 3.5rem;
  }.lg\:gap-y-2{
    row-gap: 0.5rem;
  }.lg\:rounded-\[50px\]{
    border-radius: 50px;
  }.lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }.lg\:rounded-tr-\[40px\]{
    border-top-right-radius: 40px;
  }.lg\:bg-transparent{
    background-color: transparent;
  }.lg\:p-0{
    padding: 0px;
  }.lg\:p-12{
    padding: 3rem;
  }.lg\:p-20{
    padding: 5rem;
  }.lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }.lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }.lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }.lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.lg\:py-25{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }.lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }.lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.lg\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pb-12{
    padding-bottom: 3rem;
  }.lg\:pb-16{
    padding-bottom: 4rem;
  }.lg\:pb-20{
    padding-bottom: 5rem;
  }.lg\:pb-24{
    padding-bottom: 6rem;
  }.lg\:pb-30{
    padding-bottom: 7.5rem;
  }.lg\:pb-60{
    padding-bottom: 15rem;
  }.lg\:pb-64{
    padding-bottom: 16rem;
  }.lg\:pl-12{
    padding-left: 3rem;
  }.lg\:pl-14{
    padding-left: 3.5rem;
  }.lg\:pr-20{
    padding-right: 5rem;
  }.lg\:pt-10{
    padding-top: 2.5rem;
  }.lg\:pt-12{
    padding-top: 3rem;
  }.lg\:pt-16{
    padding-top: 4rem;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:pt-24{
    padding-top: 6rem;
  }.lg\:pt-56{
    padding-top: 14rem;
  }.lg\:text-left{
    text-align: left;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-\[210px\]{
    font-size: 210px;
  }.lg\:text-\[32px\]{
    font-size: 32px;
  }.lg\:text-\[60px\]{
    font-size: 60px;
  }.lg\:text-\[64px\]{
    font-size: 64px;
  }.lg\:text-\[68px\]{
    font-size: 68px;
  }.lg\:text-\[76px\]{
    font-size: 76px;
  }.lg\:text-\[94px\]{
    font-size: 94px;
  }.lg\:text-body{
    font-size: 20px;
  }.lg\:text-h1{
    font-size: 50px;
  }.lg\:text-h2{
    font-size: 54px;
  }.lg\:text-h3{
    font-size: 40px;
  }.lg\:text-h4{
    font-size: 34px;
  }.lg\:text-h5{
    font-size: 24px;
  }.lg\:text-h6{
    font-size: 22px;
  }.lg\:text-hero{
    font-size: 76px;
  }.lg\:text-mh1{
    font-size: 40px;
  }.lg\:text-mh5{
    font-size: 22px;
  }.lg\:text-mh6{
    font-size: 22px;
  }.lg\:leading-\[105px\]{
    line-height: 105px;
  }.lg\:leading-\[135px\]{
    line-height: 135px;
  }.lg\:leading-\[42px\]{
    line-height: 42px;
  }.lg\:leading-\[86px\]{
    line-height: 86px;
  }.lg\:leading-h1{
    line-height: 60px;
  }.lg\:leading-h2{
    line-height: 54px;
  }.lg\:leading-h3{
    line-height: 40px;
  }.lg\:leading-h4{
    line-height: 34px;
  }.lg\:leading-h5{
    line-height: 24px;
  }.lg\:leading-mh1{
    line-height: 44px;
  }.lg\:leading-tight{
    line-height: 1.25;
  }.lg\:tracking-\[3\.5px\]{
    letter-spacing: 3.5px;
  }.lg\:tracking-normal{
    letter-spacing: 0em;
  }.lg\:hover\:basis-\[35\%\]:hover{
    flex-basis: 35%;
  }
}@media (min-width: 1280px){.xl\:col-span-2{
    grid-column: span 2 / span 2;
  }.xl\:col-span-4{
    grid-column: span 4 / span 4;
  }.xl\:col-span-5{
    grid-column: span 5 / span 5;
  }.xl\:col-span-6{
    grid-column: span 6 / span 6;
  }.xl\:col-span-9{
    grid-column: span 9 / span 9;
  }.xl\:col-start-2{
    grid-column-start: 2;
  }.xl\:col-start-7{
    grid-column-start: 7;
  }.xl\:col-start-8{
    grid-column-start: 8;
  }.xl\:h-\[calc\(100\%-40px\)\]{
    height: calc(100% - 40px);
  }.xl\:max-w-\[330px\]{
    max-width: 330px;
  }.xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:border-b-0{
    border-bottom-width: 0px;
  }.xl\:border-r-\[3px\]{
    border-right-width: 3px;
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.xl\:pb-0{
    padding-bottom: 0px;
  }.xl\:pb-40{
    padding-bottom: 10rem;
  }.xl\:pr-0{
    padding-right: 0px;
  }
}@media (min-width: 1440px){.\32xl\:h-full{
    height: 100%;
  }.\32xl\:w-\[45\%\]{
    width: 45%;
  }.\32xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
