@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

/*
! tailwindcss v3.4.3 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}

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

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

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

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

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

.prose{
  color: var(--tw-prose-body);
  max-width: 1024px;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.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(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-inline-start: 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-inline-start: 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-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 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: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.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: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 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: start;
  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-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 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(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-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p: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-inline-start: 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-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 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;
}

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

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

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

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-bottom-\[7\.5rem\]{
  bottom: -7.5rem;
}

.-left-10{
  left: -2.5rem;
}

.-left-\[12\%\]{
  left: -12%;
}

.-right-32{
  right: -8rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1\/2{
  bottom: 50%;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-14{
  bottom: 3.5rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-\[-30px\]{
  bottom: -30px;
}

.bottom-\[24px\]{
  bottom: 24px;
}

.bottom-\[6px\]{
  bottom: 6px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-10{
  left: 2.5rem;
}

.left-5{
  left: 1.25rem;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-5{
  right: 1.25rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-10{
  top: 2.5rem;
}

.top-5{
  top: 1.25rem;
}

.top-\[110\%\]{
  top: 110%;
}

.top-\[25vh\]{
  top: 25vh;
}

.top-\[29px\]{
  top: 29px;
}

.top-\[53px\]{
  top: 53px;
}

.top-full{
  top: 100%;
}

.\!z-\[0\]{
  z-index: 0 !important;
}

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

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

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

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

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

.z-\[-1\]{
  z-index: -1;
}

.z-\[-2\]{
  z-index: -2;
}

.z-\[11\]{
  z-index: 11;
}

.z-\[12\]{
  z-index: 12;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[60\]{
  z-index: 60;
}

.z-\[80\]{
  z-index: 80;
}

.z-\[999\]{
  z-index: 999;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.\!m-0{
  margin: 0px !important;
}

.m-0{
  margin: 0px;
}

.\!my-\[28px\]{
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

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

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

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

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

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

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

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

.-mb-\[7px\]{
  margin-bottom: -7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10{
  margin-right: 2.5rem;
}

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

.mr-14{
  margin-right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.mt-\[40vh\]{
  margin-top: 40vh;
}

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.\!grid{
  display: grid !important;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-14{
  width: 3.5rem;
  height: 3.5rem;
}

.size-24{
  width: 6rem;
  height: 6rem;
}

.size-28{
  width: 7rem;
  height: 7rem;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-8{
  width: 2rem;
  height: 2rem;
}

.\!h-80{
  height: 20rem !important;
}

.\!h-\[80px\]{
  height: 80px !important;
}

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

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-4\/5{
  height: 80%;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-80{
  height: 20rem;
}

.h-\[1\.5lh\]{
  height: 1.5lh;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[275px\]{
  height: 275px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[350px\]{
  height: 350px;
}

.h-\[370px\]{
  height: 370px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[450px\]{
  height: 450px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[50vh\]{
  height: 50vh;
}

.h-\[550px\]{
  height: 550px;
}

.h-\[600px\]{
  height: 600px;
}

.h-\[75vh\]{
  height: 75vh;
}

.h-\[80vh\]{
  height: 80vh;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-min{
  height: -moz-min-content;
  height: min-content;
}

.h-screen{
  height: 100vh;
}

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

.max-h-40{
  max-height: 10rem;
}

.max-h-\[10lh\]{
  max-height: 10lh;
}

.max-h-\[300px\]{
  max-height: 300px;
}

.max-h-\[5lh\]{
  max-height: 5lh;
}

.max-h-\[80\%\]{
  max-height: 80%;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

.max-h-min{
  max-height: -moz-min-content;
  max-height: min-content;
}

.min-h-\[157px\]{
  min-height: 157px;
}

.min-h-\[500px\]{
  min-height: 500px;
}

.min-h-\[fit-content\]{
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}

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

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

.\!w-\[100vw\]{
  width: 100vw !important;
}

.\!w-\[80vw\]{
  width: 80vw !important;
}

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

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[85\%\]{
  width: 85%;
}

.w-\[calc\(100\%-20px\)\]{
  width: calc(100% - 20px);
}

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

.min-w-\[200px\]{
  min-width: 200px;
}

.min-w-\[260px\]{
  min-width: 260px;
}

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

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[1400px\]{
  max-width: 1400px;
}

.max-w-\[1600px\]{
  max-width: 1600px;
}

.max-w-\[1640px\]{
  max-width: 1640px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[90vw\]{
  max-width: 90vw;
}

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

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

.max-w-none{
  max-width: none;
}

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

.flex-\[1\]{
  flex: 1;
}

.flex-\[2\]{
  flex: 2;
}

.flex-\[3\]{
  flex: 3;
}

.flex-\[6\]{
  flex: 6;
}

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

.origin-center{
  transform-origin: center;
}

.-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-6{
  --tw-translate-x: -1.5rem;
  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-2{
  --tw-translate-y: -0.5rem;
  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-\[30\%\]{
  --tw-translate-y: -30%;
  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-\[75\%\]{
  --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));
}

.-translate-y-\[7px\]{
  --tw-translate-y: -7px;
  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-3{
  --tw-translate-x: 0.75rem;
  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-full{
  --tw-translate-x: 100%;
  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-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));
}

.translate-y-2{
  --tw-translate-y: 0.5rem;
  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));
}

.-rotate-45{
  --tw-rotate: -45deg;
  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));
}

.rotate-0{
  --tw-rotate: 0deg;
  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));
}

.rotate-180{
  --tw-rotate: 180deg;
  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));
}

.rotate-45{
  --tw-rotate: 45deg;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.scale-\[200\%\]{
  --tw-scale-x: 200%;
  --tw-scale-y: 200%;
  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));
}

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

.animate-spin{
  animation: spin 1s linear infinite;
}

.\!cursor-grab{
  cursor: grab !important;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-grab{
  cursor: grab;
}

.cursor-pointer{
  cursor: pointer;
}

.\!list-none{
  list-style-type: none !important;
}

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

.columns-4{
  -moz-columns: 4;
       columns: 4;
}

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

.grid-cols-\[120px_1fr\]{
  grid-template-columns: 120px 1fr;
}

.grid-cols-\[1fr_1fr_1fr_2\.5fr\]{
  grid-template-columns: 1fr 1fr 1fr 2.5fr;
}

.grid-cols-\[1fr_1fr_2\.5fr_1fr\]{
  grid-template-columns: 1fr 1fr 2.5fr 1fr;
}

.grid-cols-\[1fr_2\.5fr_1fr_1fr\]{
  grid-template-columns: 1fr 2.5fr 1fr 1fr;
}

.grid-cols-\[2\.5fr_1fr_1fr_1fr\]{
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

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

.grid-rows-\[auto_1fr\]{
  grid-template-rows: auto 1fr;
}

.grid-rows-\[min-content_min-content_0fr\]{
  grid-template-rows: min-content min-content 0fr;
}

.grid-rows-\[min-content_min-content_0fr_1fr\]{
  grid-template-rows: min-content min-content 0fr 1fr;
}

.grid-rows-\[min-content_min-content_1fr_0fr\]{
  grid-template-rows: min-content min-content 1fr 0fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

.self-stretch{
  align-self: stretch;
}

.justify-self-end{
  justify-self: end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

.overflow-visible{
  overflow: visible;
}

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

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

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

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

.text-wrap{
  text-wrap: wrap;
}

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(12 35 42 / var(--tw-border-opacity));
}

.border-black\/20{
  border-color: rgb(12 35 42 / 0.2);
}

.border-black\/50{
  border-color: rgb(12 35 42 / 0.5);
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-shadow{
  --tw-border-opacity: 1;
  border-color: rgb(163 211 199 / var(--tw-border-opacity));
}

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

.\!bg-obsidian{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 35 42 / var(--tw-bg-opacity)) !important;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 42 / var(--tw-bg-opacity));
}

.bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-black\/50{
  background-color: rgb(12 35 42 / 0.5);
}

.bg-black\/60{
  background-color: rgb(12 35 42 / 0.6);
}

.bg-black\/90{
  background-color: rgb(12 35 42 / 0.9);
}

.bg-concrete{
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 241 / var(--tw-bg-opacity));
}

.bg-current{
  background-color: currentColor;
}

.bg-obsidian{
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 42 / var(--tw-bg-opacity));
}

.bg-obsidian-100{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-obsidian-300{
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity));
}

.bg-persimmon{
  --tw-bg-opacity: 1;
  background-color: rgb(224 85 50 / var(--tw-bg-opacity));
}

.bg-shadow{
  --tw-bg-opacity: 1;
  background-color: rgb(163 211 199 / var(--tw-bg-opacity));
}

.bg-stone{
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 141 / var(--tw-bg-opacity));
}

.bg-sun{
  --tw-bg-opacity: 1;
  background-color: rgb(248 171 30 / 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-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

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

.from-obsidian{
  --tw-gradient-from: #0C232A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 35 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.fill-sun{
  fill: #f8ab1e;
}

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

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

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

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

.\!p-0{
  padding: 0px !important;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.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-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[1px\]{
  padding-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[100px\]{
  padding-top: 100px;
}

.pt-\[10rem\]{
  padding-top: 10rem;
}

.pt-\[6rem\]{
  padding-top: 6rem;
}

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

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

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

.font-body{
  font-family: Outfit, serif;
}

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

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

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

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

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

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

.text-\[2rem\]{
  font-size: 2rem;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[3rem\]{
  font-size: 3rem;
}

.text-\[4rem\]{
  font-size: 4rem;
}

.text-\[6rem\]{
  font-size: 6rem;
}

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

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

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

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

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

.\!font-semibold{
  font-weight: 600 !important;
}

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

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

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

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

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-8{
  line-height: 2rem !important;
}

.\!leading-\[1\.5\]{
  line-height: 1.5 !important;
}

.\!leading-snug{
  line-height: 1.375 !important;
}

.\!leading-tight{
  line-height: 1.25 !important;
}

.leading-\[100\%\]{
  line-height: 100%;
}

.leading-\[110\%\]{
  line-height: 110%;
}

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

.leading-snug{
  line-height: 1.375;
}

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

.tracking-wide{
  letter-spacing: 0.025em;
}

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

.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(12 35 42 / var(--tw-text-opacity)) !important;
}

.\!text-obsidian{
  --tw-text-opacity: 1 !important;
  color: rgb(12 35 42 / var(--tw-text-opacity)) !important;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(12 35 42 / var(--tw-text-opacity));
}

.text-black\/60{
  color: rgb(12 35 42 / 0.6);
}

.text-concrete{
  --tw-text-opacity: 1;
  color: rgb(244 241 241 / var(--tw-text-opacity));
}

.text-obsidian{
  --tw-text-opacity: 1;
  color: rgb(12 35 42 / var(--tw-text-opacity));
}

.text-obsidian-300{
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}

.text-persimmon{
  --tw-text-opacity: 1;
  color: rgb(224 85 50 / var(--tw-text-opacity));
}

.text-shadow{
  --tw-text-opacity: 1;
  color: rgb(163 211 199 / var(--tw-text-opacity));
}

.text-stone{
  --tw-text-opacity: 1;
  color: rgb(0 142 141 / var(--tw-text-opacity));
}

.text-sun{
  --tw-text-opacity: 1;
  color: rgb(248 171 30 / var(--tw-text-opacity));
}

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

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-75{
  opacity: 0.75;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: 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;
}

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

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

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

.\!delay-\[600ms\]{
  transition-delay: 600ms !important;
}

.delay-0{
  transition-delay: 0s;
}

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

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

.delay-75{
  transition-delay: 75ms;
}

.\!duration-\[600ms\]{
  transition-duration: 600ms !important;
}

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

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

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

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

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

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

.duration-\[200ms\]{
  transition-duration: 200ms;
}

.duration-\[600ms\]{
  transition-duration: 600ms;
}

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

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

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

.will-change-transform{
  will-change: transform;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0b0b0b;
  line-height: normal;
  font-family: Outfit, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.bg-gray,
.bg-grey {
  background-color: #f4f1f1;
}

.swiper-wrapper.not-enough-slides {
  display: flex;
  justify-content: center;
  gap: 80px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.swiper-wrapper.not-enough-slides > .swiper-slide {
  scroll-snap-align: center;
  flex-shrink: 0;
}

.prose h1,
.h1,
h1,
.large-text{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.625;
}

@media (min-width: 720px){
  .prose h1,
.h1,
h1,
.large-text{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.prose h2,
.h2,
h2,
.medium-text{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.625;
}

@media (min-width: 720px){
  .prose h2,
.h2,
h2,
.medium-text{
    font-size: 3rem;
    line-height: 1;
  }
}

.prose h3,
.h3,
h3,
.small-text{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.5;
}

@media (min-width: 720px){
  .prose h3,
.h3,
h3,
.small-text{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.prose p,
p,
.p,
.paragraph{
  margin-top: 1lh;
  margin-bottom: 1lh;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

@media (min-width: 720px){
  .prose p,
p,
.p,
.paragraph{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.prose a{
  text-decoration-line: underline;
}

strong,
.strong{
  font-weight: 600;
}

[data-gsap-animated-text-line] {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

[data-gsap-animated-text-line]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.5s;
}

[x-cloak] {
  display: none !important;
}

.footer-header{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(224 85 50 / var(--tw-text-opacity));
}

.menu-link{
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 720px){
  .menu-link{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.wp-block-heading{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 142 141 / var(--tw-text-opacity)) !important;
}

.pagination {
  font-weight: 300;
}

.pagination span.current {
  font-weight: 700;
}

.custom-quote{
  position: relative !important;
  z-index: 1;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(163 211 199 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 720px){
  .custom-quote{
    margin-top: 7rem;
    margin-bottom: 7rem;
    padding-bottom: 6rem;
    padding-top: 8rem;
  }
}

.custom-quote {
  border-inline-start-width: unset !important;
  padding-inline-start: 0;
}

.custom-quote .custom-quote__container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 960px){
  .custom-quote .custom-quote__container{
    position: relative;
    max-width: 60%;
  }
}

.custom-quote .custom-quote__quote{
  margin: 0px;
  padding: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
}

@media (min-width: 1140px){
  .custom-quote .custom-quote__quote{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.custom-quote .custom-quote__author{
  margin: 0px;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.custom-quote .custom-quote__position{
  margin: 0px;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.custom-quote .custom-quote__svg{
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 15rem;
  height: 15rem;
}

@media (min-width: 960px){
  .custom-quote .custom-quote__svg{
    top: 0px;
    left: 0px;
    --tw-translate-x: -40%;
    --tw-translate-y: -40%;
    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));
  }
}

@media (min-width: 1140px){
  .custom-quote .custom-quote__svg{
    width: 20rem;
    height: 20rem;
  }
}

/* Containers */

.ml-container{
  margin-left: 1.25rem;
}

@media (min-width: 720px){
  .ml-container{
    margin-left: calc((100vw - 840px) / 2);
  }
}

@media (min-width: 960px){
  .ml-container{
    margin-left: calc((100vw - calc(1024px - 20px)) / 2);
  }
}

@media (min-width: 1140px){
  .ml-container{
    margin-left: calc((100vw - calc(1280px - 20px)) / 2);
  }
}

.mr-container{
  margin-right: 1.25rem;
}

@media (min-width: 720px){
  .mr-container{
    margin-right: calc((100vw - calc(840px - 20px)) / 2);
  }
}

@media (min-width: 960px){
  .mr-container{
    margin-right: calc((100vw - calc(1024px - 20px)) / 2);
  }
}

@media (min-width: 1140px){
  .mr-container{
    margin-right: calc((100vw - calc(1280px - 20px)) / 2);
  }
}

.m-container{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 720px){
  .m-container{
    margin-left: calc((100vw - calc(840px - 20px)) / 2);
    margin-right: calc((100vw - calc(840px - 20px)) / 2);
  }
}

@media (min-width: 960px){
  .m-container{
    margin-left: calc((100vw - calc(1024px - 20px)) / 2);
    margin-right: calc((100vw - calc(1024px - 20px)) / 2);
  }
}

@media (min-width: 1140px){
  .m-container{
    margin-left: calc((100vw - calc(1280px - 20px)) / 2);
    margin-right: calc((100vw - calc(1280px - 20px)) / 2);
  }
}

.p-container{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px){
  .p-container{
    padding-left: calc((100vw - calc(640px - 20px)) / 2);
    padding-right: calc((100vw - calc(640px - 20px)) / 2);
  }
}

@media (min-width: 720px){
  .p-container{
    padding-left: calc((100vw - calc(720px - 20px)) / 2);
    padding-right: calc((100vw - calc(720px - 20px)) / 2);
  }
}

@media (min-width: 960px){
  .p-container{
    padding-left: calc((100vw - calc(960px - 20px)) / 2);
    padding-right: calc((100vw - calc(960px - 20px)) / 2);
  }
}

@media (min-width: 1140px){
  .p-container{
    padding-left: calc((100vw - calc(1140px - 20px)) / 2);
    padding-right: calc((100vw - calc(1140px - 20px)) / 2);
  }
}

@media (min-width: 1536px){
  .p-container{
    padding-left: calc((100vw - calc(1536px - 20px)) / 2);
    padding-right: calc((100vw - calc(1536px - 20px)) / 2);
  }
}

@media (min-width: 1600px){
  .p-container{
    padding-left: calc((100vw - calc(1600px - 20px)) / 2);
    padding-right: calc((100vw - calc(1600px - 20px)) / 2);
  }
}

.pl-container{
  padding-left: 1.25rem;
}

@media (min-width: 640px){
  .pl-container{
    padding-left: calc((100vw - calc(640px - 20px)) / 2);
  }
}

@media (min-width: 720px){
  .pl-container{
    padding-left: calc((100vw - calc(720px - 20px)) / 2);
  }
}

@media (min-width: 960px){
  .pl-container{
    padding-left: calc((100vw - calc(960px - 20px)) / 2);
  }
}

@media (min-width: 1140px){
  .pl-container{
    padding-left: calc((100vw - calc(1140px - 20px)) / 2);
  }
}

@media (min-width: 1536px){
  .pl-container{
    padding-left: calc((100vw - calc(1536px - 20px)) / 2);
  }
}

@media (min-width: 1600px){
  .pl-container{
    padding-left: calc((100vw - calc(1600px - 20px)) / 2);
  }
}

.pr-container{
  padding-right: 1.25rem;
}

@media (min-width: 640px){
  .pr-container{
    padding-right: calc((100vw - calc(640px - 20px)) / 2);
  }
}

@media (min-width: 720px){
  .pr-container{
    padding-right: calc((100vw - calc(720px - 20px)) / 2);
  }
}

@media (min-width: 960px){
  .pr-container{
    padding-right: calc((100vw - calc(960px - 20px)) / 2);
  }
}

@media (min-width: 1140px){
  .pr-container{
    padding-right: calc((100vw - calc(1140px - 20px)) / 2);
  }
}

@media (min-width: 1536px){
  .pr-container{
    padding-right: calc((100vw - calc(1536px - 20px)) / 2);
  }
}

@media (min-width: 1600px){
  .pr-container{
    padding-right: calc((100vw - calc(1600px - 20px)) / 2);
  }
}

.swiper-bullets{
  position: relative;
  left: 0px !important;
  right: 0px !important;
  top: 0px !important;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0px !important;
  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)) !important;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.5rem;
}

.swiper-bullets .swiper-pagination-bullet{
  margin: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiper-bullets .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 171 30 / var(--tw-bg-opacity)) !important;
}

.review-pag .swiper-bullets .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 142 141 / var(--tw-bg-opacity)) !important;
}

.swiper-bullets.text-black .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 42 / var(--tw-bg-opacity));
}

.swiper-bullets.text-black .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 85 50 / var(--tw-bg-opacity)) !important;
}

/* Vacancies */

.vacancies-grid {
  .description {
    p{
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
    h2{
      padding-bottom: 1rem;
    }
    h2{
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    h2{
      --tw-text-opacity: 1 !important;
      color: rgb(12 35 42 / var(--tw-text-opacity)) !important;
    }
    h3{
      font-size: 1.5rem;
      line-height: 2rem;
    }
    h3{
      font-weight: 700;
    }
    li{
      position: relative;
    }
    li{
      padding-left: 1.5rem;
    }
    li{
      line-height: 2.25rem;
    }
    li {
      &::before {
        content: "";
      }
      &::before{
        position: absolute;
      }
      &::before{
        left: 0px;
      }
      &::before{
        top: 37%;
      }
      &::before{
        height: 0.625rem;
      }
      &::before{
        width: 0.625rem;
      }
      &::before{
        border-radius: 9999px;
      }
      &::before{
        --tw-bg-opacity: 1;
        background-color: rgb(224 85 50 / var(--tw-bg-opacity));
      }
    }
  }
}

form .gform-body .gform-field-label{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 400 !important;
}

.gform-theme--foundation .gform_fields {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework
  .gform-field-label:where(:not([class*="gform-field-label--type-"])){
  padding-left: 12px;
}

.ginput_container_fileupload input{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

form .gform-body .gform_fields .gfield .ginput_container input,
form
  .gform-body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_textarea
  textarea {
  border: none;
  box-shadow: none;
}

form
  .gform-body
  .gform_fields
  .gfield
  .ginput_container
  input[type="checkbox"] {
  border: 1px solid #000 !important;
  border-radius: 0;
}

.gfield_checkbox a{
  --tw-text-opacity: 1;
  color: rgb(0 142 141 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.gfield_checkbox a:hover{
  --tw-text-opacity: 1;
  color: rgb(6 104 105 / var(--tw-text-opacity));
}

.gfield_checkbox .gchoice{
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

form .gform-body .gform_fields .gfield .ginput_container.ginput_container_text,
.ginput_container.ginput_container_email,
form
  .gform-body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_textarea {
  border-bottom: 1px solid black;
  /* color: red !important; */
}

form
  .gform-body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_textarea{
  margin-bottom: 2.5rem;
}

form
  .gform-body
  .gform_fields
  .gfield
  .ginput_container.ginput_container_fileupload
  input{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 35 42 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.gform_heading,
.gfield_required,
.gfield_description.gform_fileupload_rules {
  display: none !important;
}

form .gform-footer{
  margin-top: 0px !important;
  margin-bottom: 2rem;
  input[type="submit"]{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 142 141 / var(--tw-bg-opacity)) !important;
  }
  input[type="submit"]{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  input[type="submit"]{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  input[type="submit"]{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  input[type="submit"]{
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

form .gform-body fieldset .ginput_container_consent{
  display: flex;
  align-items: center;
}

form .gform-body .gform_fields .gfield .ginput_container input,
form .gform-body .gform_fields .gfield .ginput_container textarea{
  border-style: none;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  &::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  &::placeholder{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  &::-webkit-input-placeholder{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  &::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  &:-ms-input-placeholder{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

.blog-content p,
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6{
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@keyframes scaleFadePulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(0.95);
    opacity: 0;
  }
}

.pulse-ring {
  animation: scaleFadePulse 2s ease-out infinite;
  transform-origin: center;
}

.small-titles{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

@media (min-width: 720px){
  .small-titles{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

[class^="logo-slider-"] + [class^="fill-text-"] [div] {
  padding-bottom: 0 !important;
}

[class^="fill-text-"] + [class^="logo-slider-"] [class^="ticker_wrapper"] {
  padding-top: 0 !important;
}

/* ===== White scrollbar CSS ===== */

/* Firefox */

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
  scrollbar-gutter: stable;
}

/* Chrome, Edge, and Safari */

.custom-scrollbar::-webkit-scrollbar {
  width: 5px !important;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
  border: 0px solid transparent;
}

/* ===== Shadow scrollbar CSS ===== */

/* Firefox */

.custom-scrollbar-shadow {
  scrollbar-width: thin;
  scrollbar-color: #a3d3c7 transparent;
}

/* Chrome, Edge, and Safari */

.custom-scrollbar-shadow::-webkit-scrollbar {
  width: 10px !important;
}

.custom-scrollbar-shadow::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar-shadow::-webkit-scrollbar-thumb {
  background-color: #a3d3c7;
  border-radius: 20px;
  border: 0px solid transparent;
}

ul.post-categories li{
  text-align: left;
}

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

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

.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(12 35 42 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(12 35 42 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 42 / var(--tw-bg-opacity));
}

.after\:bg-opacity-50::after{
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}

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

.first\:pl-5:first-child{
  padding-left: 1.25rem;
}

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

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:rotate-45{
  --tw-rotate: 45deg;
  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\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:grid-rows-\[min-content_min-content_1fr\]{
  grid-template-rows: min-content min-content 1fr;
}

.group:hover .group-hover\:bg-obsidian{
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 42 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:stroke-sun{
  stroke: #f8ab1e;
}

.group:hover .group-hover\:text-black-200{
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-700{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-persimmon{
  --tw-text-opacity: 1;
  color: rgb(224 85 50 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone{
  --tw-text-opacity: 1;
  color: rgb(0 142 141 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sun{
  --tw-text-opacity: 1;
  color: rgb(248 171 30 / var(--tw-text-opacity));
}

.group .group-\[\&_div\]\:transition div{
  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;
}

.group .group-\[\&_div\]\:ease-in-out div{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.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));
}

.hover\:gap-4:hover{
  gap: 1rem;
}

.hover\:border-sun:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 171 30 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-sun:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 171 30 / var(--tw-bg-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(12 35 42 / var(--tw-text-opacity));
}

.hover\:text-black-200:hover{
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity));
}

.hover\:text-black-700:hover{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.hover\:text-obsidian:hover{
  --tw-text-opacity: 1;
  color: rgb(12 35 42 / var(--tw-text-opacity));
}

.hover\:text-shadow:hover{
  --tw-text-opacity: 1;
  color: rgb(163 211 199 / var(--tw-text-opacity));
}

.hover\:text-stone:hover{
  --tw-text-opacity: 1;
  color: rgb(0 142 141 / var(--tw-text-opacity));
}

.hover\:text-sun:hover{
  --tw-text-opacity: 1;
  color: rgb(248 171 30 / var(--tw-text-opacity));
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

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

@media not all and (min-width: 720px){
  .max-md\:\!w-full{
    width: 100% !important;
  }

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

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

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

  .sm\:-left-\[6\%\]{
    left: -6%;
  }

  .sm\:-right-44{
    right: -11rem;
  }

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:h-4\/6{
    height: 66.666667%;
  }

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:max-w-\[80\%\]{
    max-width: 80%;
  }

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

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

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

  .sm\:pt-\[12rem\]{
    padding-top: 12rem;
  }

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

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

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

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

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

  .md\:-left-\[5\%\]{
    left: -5%;
  }

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

  .md\:left-full{
    left: 100%;
  }

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

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

  .md\:top-\[52px\]{
    top: 52px;
  }

  .md\:top-\[75px\]{
    top: 75px;
  }

  .md\:top-\[unset\]{
    top: unset;
  }

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

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

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:m-0{
    margin: 0px;
  }

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

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

  .md\:-mb-\[12\.5px\]{
    margin-bottom: -12.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[3\/4\]{
    aspect-ratio: 3/4;
  }

  .md\:size-10{
    width: 2.5rem;
    height: 2.5rem;
  }

  .md\:size-60{
    width: 15rem;
    height: 15rem;
  }

  .md\:size-8{
    width: 2rem;
    height: 2rem;
  }

  .md\:\!h-\[500px\]{
    height: 500px !important;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-60{
    height: 15rem;
  }

  .md\:h-\[150px\]{
    height: 150px;
  }

  .md\:h-\[2lh\]{
    height: 2lh;
  }

  .md\:h-\[300px\]{
    height: 300px;
  }

  .md\:h-\[370px\]{
    height: 370px;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:h-\[54px\]{
    height: 54px;
  }

  .md\:h-\[550px\]{
    height: 550px;
  }

  .md\:h-\[600px\]{
    height: 600px;
  }

  .md\:h-\[650px\]{
    height: 650px;
  }

  .md\:h-\[70\%\]{
    height: 70%;
  }

  .md\:h-\[80vh\]{
    height: 80vh;
  }

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

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

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

  .md\:h-screen{
    height: 100vh;
  }

  .md\:max-h-\[600px\]{
    max-height: 600px;
  }

  .md\:max-h-\[95vh\]{
    max-height: 95vh;
  }

  .md\:\!w-\[50vw\]{
    width: 50vw !important;
  }

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

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

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-72{
    width: 18rem;
  }

  .md\:w-80{
    width: 20rem;
  }

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:w-\[400px\]{
    width: 400px;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

  .md\:w-\[70\%\]{
    width: 70%;
  }

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

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

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

  .md\:\!min-w-\[45\%\]{
    min-width: 45% !important;
  }

  .md\:min-w-\[50\%\]{
    min-width: 50%;
  }

  .md\:max-w-\[30\%\]{
    max-width: 30%;
  }

  .md\:max-w-\[520px\]{
    max-width: 520px;
  }

  .md\:max-w-\[80\%\]{
    max-width: 80%;
  }

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

  .md\:flex-\[2\]{
    flex: 2;
  }

  .md\:flex-\[3\]{
    flex: 3;
  }

  .md\:-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));
  }

  .md\:-translate-y-\[12\.5px\]{
    --tw-translate-y: -12.5px;
    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));
  }

  .md\: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));
  }

  .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }

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

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

  .md\:grid-cols-\[1\.5fr_1\.5fr_1fr_1fr_1fr\]{
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
  }

  .md\:grid-cols-\[60\%_40\%\]{
    grid-template-columns: 60% 40%;
  }

  .md\:grid-cols-\[65\%_35\%\]{
    grid-template-columns: 65% 35%;
  }

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

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

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

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

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

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

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

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

  .md\:gap-10{
    gap: 2.5rem;
  }

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

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

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

  .md\:gap-40{
    gap: 10rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

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

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

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

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

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

  .md\:border-concrete{
    --tw-border-opacity: 1;
    border-color: rgb(244 241 241 / var(--tw-border-opacity));
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:p-0{
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-40{
    padding-right: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[3rem\]{
    font-size: 3rem;
  }

  .md\:text-\[42px\]{
    font-size: 42px;
  }

  .md\:text-\[4rem\]{
    font-size: 4rem;
  }

  .md\:text-\[6rem\]{
    font-size: 6rem;
  }

  .md\:text-\[7rem\]{
    font-size: 7rem;
  }

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

  .md\:leading-\[100\%\]{
    line-height: 100%;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .group-hover\:md\:rotate-45{
    --tw-rotate: 45deg;
    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\:md\:rotate-90{
    --tw-rotate: 90deg;
    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\/parent:hover .group-hover\/parent\:md\:bg-obsidian{
    --tw-bg-opacity: 1;
    background-color: rgb(12 35 42 / var(--tw-bg-opacity));
  }

  .group\/sub:hover .group-hover\/sub\:md\:bg-obsidian{
    --tw-bg-opacity: 1;
    background-color: rgb(12 35 42 / var(--tw-bg-opacity));
  }

  .group\/parent:hover .group-hover\/parent\:md\:text-obsidian{
    --tw-text-opacity: 1;
    color: rgb(12 35 42 / var(--tw-text-opacity));
  }

  .group\/sub:hover .group-hover\/sub\:md\:text-obsidian{
    --tw-text-opacity: 1;
    color: rgb(12 35 42 / var(--tw-text-opacity));
  }

  .group:hover .group-hover\:md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .group:hover .group-hover\:md\:opacity-100{
    opacity: 1;
  }

  .hover\:md\:\!bg-persimmon:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 85 50 / var(--tw-bg-opacity)) !important;
  }
}

@media (min-width: 960px){
  .lg\:bottom-\[7\.5px\]{
    bottom: 7.5px;
  }

  .lg\:left-auto{
    left: auto;
  }

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

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

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

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

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

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

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

  .lg\:line-clamp-\[10\]{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }

  .lg\:block{
    display: block;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[54px\]{
    height: 54px;
  }

  .lg\:h-\[550px\]{
    height: 550px;
  }

  .lg\:h-\[600px\]{
    height: 600px;
  }

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

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

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

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

  .lg\:flex-\[2\]{
    flex: 2;
  }

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

  .lg\:grid-cols-\[1fr_1fr\]{
    grid-template-columns: 1fr 1fr;
  }

  .lg\:grid-cols-\[1fr_52px\]{
    grid-template-columns: 1fr 52px;
  }

  .lg\:grid-cols-\[35\%_1fr\]{
    grid-template-columns: 35% 1fr;
  }

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

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

  .lg\:justify-normal{
    justify-content: normal;
  }

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

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

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

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

  .lg\:gap-32{
    gap: 8rem;
  }

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

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

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[10rem\]{
    font-size: 10rem;
  }
}

@media (min-width: 1140px){
  .xl\:sticky{
    position: sticky;
  }

  .xl\:bottom-10{
    bottom: 2.5rem;
  }

  .xl\:bottom-14{
    bottom: 3.5rem;
  }

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

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

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

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

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

  .xl\:\!mt-16{
    margin-top: 4rem !important;
  }

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

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

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

  .xl\:ml-24{
    margin-left: 6rem;
  }

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

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

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:aspect-square{
    aspect-ratio: 1 / 1;
  }

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

  .xl\:h-\[600px\]{
    height: 600px;
  }

  .xl\:h-min{
    height: -moz-min-content;
    height: min-content;
  }

  .xl\:max-h-64{
    max-height: 16rem;
  }

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

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

  .xl\:max-w-\[44rem\]{
    max-width: 44rem;
  }

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

  .xl\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }

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

  .xl\:grid-cols-\[150px_1fr\]{
    grid-template-columns: 150px 1fr;
  }

  .xl\:grid-cols-\[160px_240px\]{
    grid-template-columns: 160px 240px;
  }

  .xl\:grid-cols-\[30\%_70\%\]{
    grid-template-columns: 30% 70%;
  }

  .xl\:grid-cols-\[50\%_50\%\]{
    grid-template-columns: 50% 50%;
  }

  .xl\:grid-cols-\[65\%_30\%\]{
    grid-template-columns: 65% 30%;
  }

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

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

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

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

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

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

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

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

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

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

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

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

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

  .xl\:pr-28{
    padding-right: 7rem;
  }

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

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

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

  .xl\:text-\[50px\]{
    font-size: 50px;
  }

  .xl\:text-\[64px\]{
    font-size: 64px;
  }

  .xl\:text-\[6rem\]{
    font-size: 6rem;
  }

  .xl\:text-\[80px\]{
    font-size: 80px;
  }

  .xl\:text-\[8rem\]{
    font-size: 8rem;
  }

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

@media (min-width: 1536px){
  .\32xl\:grid-cols-\[1fr_2fr\]{
    grid-template-columns: 1fr 2fr;
  }

  .\32xl\:grid-cols-\[60\%_40\%\]{
    grid-template-columns: 60% 40%;
  }

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

@media (min-width: 1600px){
  .\31 600\:text-\[12rem\]{
    font-size: 12rem;
  }

  .\31 600\:text-\[7rem\]{
    font-size: 7rem;
  }
}

.\[\&\.active\]\:translate-y-0.active{
  --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));
}

.\[\&\.active\]\:bg-obsidian.active{
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 42 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:opacity-100.active{
  opacity: 1;
}

.\[\&\.active_img\]\:opacity-100.active img{
  opacity: 1;
}

.\[\&\.top\]\:bg-transparent.top{
  background-color: transparent;
}

@media (min-width: 720px){
  .\[\&\>\*\:nth-child\(3n\)\]\:md\:\!min-w-full>*:nth-child(3n){
    min-width: 100% !important;
  }

  .\[\&\>\*\:nth-child\(3n\)\]\:md\:border-y>*:nth-child(3n){
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .\[\&\>\*\:nth-child\(3n\+1\)\]\:md\:border-r>*:nth-child(3n+1){
    border-right-width: 1px;
  }

  .\[\&\>\*\:nth-child\(3n\+1\)\]\:md\:pr-20>*:nth-child(3n+1){
    padding-right: 5rem;
  }

  .\[\&\>\*\:nth-child\(3n\+2\)\]\:md\:pl-20>*:nth-child(3n+2){
    padding-left: 5rem;
  }

  .\[\&\>\*\:nth-child\(6\)\]\:md\:border-b-0>*:nth-child(6){
    border-bottom-width: 0px;
  }
}

.\[\&\>\.swiper-pagination-bullet-active\]\:\!bg-sun>.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 171 30 / var(--tw-bg-opacity)) !important;
}

.\[\&_\.pin-spacer\]\:\!inset-0 .pin-spacer{
  inset: 0px !important;
}

.\[\&_\.project-title\]\:px-10 .project-title{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.\[\&_button\]\:mt-10 button{
  margin-top: 2.5rem;
}

.\[\&_button\]\:justify-end button{
  justify-content: flex-end;
}

.\[\&_iframe\]\:min-h-\[600px\] iframe{
  min-height: 600px;
}

.\[\&_iframe\]\:w-full iframe{
  width: 100%;
}

.\[\&_img\]\:hover\:opacity-100:hover img{
  opacity: 1;
}

@media (min-width: 640px){
  .\[\&_img\]\:sm\:opacity-50 img{
    opacity: 0.5;
  }
}

.\[\&_ol\]\:flex ol{
  display: flex;
}

.\[\&_ol\]\:items-center ol{
  align-items: center;
}

.\[\&_ol\]\:gap-2 ol{
  gap: 0.5rem;
}

.\[\&_ol\]\:text-xl ol{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 960px){
  .lg\:\[\&_ol\]\:text-\[1\.5rem\] ol{
    font-size: 1.5rem;
  }
}

.\[\&_p\]\:m-0 p{
  margin: 0px;
}

.\[\&_p\]\:my-0 p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.\[\&_p\]\:pb-4 p{
  padding-bottom: 1rem;
}

.\[\&_path\]\:stroke-persimmon path{
  stroke: #E05532;
}

.group:hover .group-hover\:\[\&_path\]\:stroke-white path{
  stroke: #fff;
}

@media (min-width: 720px){
  .group:hover .group-hover\:\[\&_path\]\:md\:stroke-white path{
    stroke: #fff;
  }
}

.\[\&_svg\]\:translate-x-6 svg{
  --tw-translate-x: 1.5rem;
  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));
}

.\[\&_svg\]\:rotate-180 svg{
  --tw-rotate: 180deg;
  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));
}
