@charset "UTF-8";
/*
! tailwindcss v3.3.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: #eeeeee; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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: #bdbdbd; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #bdbdbd; /* 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;
}
:root,
[data-theme]{
  background-color: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsl(var(--bc) / var(--tw-text-opacity, 1));
}
html{
  -webkit-tap-highlight-color: transparent;
}
:root{
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}
[data-theme=light]{
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}
[data-theme=dark]{
  color-scheme: dark;
  --pf: 262 80% 43%;
  --sf: 316 70% 43%;
  --af: 175 70% 34%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 262 80% 50%;
  --pc: 0 0% 100%;
  --s: 316 70% 50%;
  --sc: 0 0% 100%;
  --a: 175 70% 41%;
  --ac: 0 0% 100%;
  --n: 213 18% 20%;
  --nf: 212 17% 17%;
  --nc: 220 13% 69%;
  --b1: 212 18% 14%;
  --b2: 213 18% 12%;
  --b3: 213 18% 10%;
  --bc: 220 13% 69%;
}
*, ::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:  ;
}
::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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1500px){
  .container{
    max-width: 1500px;
  }
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.aspect-h-9{
  --tw-aspect-h: 9;
}
.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.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-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 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(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-right: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-left: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.alert{
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px){
  .alert{
    grid-auto-flow: column;
    grid-template-columns: auto minmax(auto,1fr);
    justify-items: start;
    text-align: left;
  }
}
.avatar{
  position: relative;
  display: inline-flex;
}
.avatar > div{
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.avatar img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar.placeholder > div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs{
  max-width: 100%;
  overflow-x: auto;
}
.breadcrumbs > ul,
  .breadcrumbs > ol{
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-height: -moz-min-content;
  min-height: min-content;
}
.breadcrumbs > ul > li, .breadcrumbs > ol > li{
  display: flex;
  align-items: center;
}
.breadcrumbs > ul > li > a, .breadcrumbs > ol > li > a{
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media (hover:hover){
  .breadcrumbs > ul > li > a:hover, .breadcrumbs > ol > li > a:hover{
    text-decoration-line: underline;
  }
}
.card{
  position: relative;
  display: flex;
  flex-direction: column;
}
.card:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card figure{
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full{
  display: grid;
}
.card.image-full:before{
  position: relative;
  content: "";
}
.card.image-full:before,
    .card.image-full > *{
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body{
  position: relative;
}
.carousel{
  display: inline-flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.checkbox{
  flex-shrink: 0;
}
.collapse:not(td):not(tr):not(colgroup){
  visibility: visible;
}
.collapse{
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.2s;
}
.collapse-title,
.collapse > input[type="checkbox"],
.collapse > input[type="radio"],
.collapse-content{
  grid-column-start: 1;
  grid-row-start: 1;
}
.collapse > input[type="checkbox"],
.collapse > input[type="radio"]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.collapse-content{
  visibility: hidden;
  grid-column-start: 1;
  grid-row-start: 2;
  min-height: 0px;
  transition: visibility 0.2s;
}
.collapse[open],
.collapse-open,
.collapse:focus:not(.collapse-close){
  grid-template-rows: auto 1fr;
}
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
.collapse:not(.collapse-close):has(> input[type="radio"]:checked){
  grid-template-rows: auto 1fr;
}
.collapse[open] > .collapse-content,
.collapse-open > .collapse-content,
.collapse:focus:not(.collapse-close) > .collapse-content,
.collapse:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-content{
  visibility: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.drawer{
  position: relative;
  display: grid;
  grid-auto-columns: max-content auto;
}
.dropdown{
  position: relative;
  display: inline-block;
}
.dropdown > *:not(summary):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown .dropdown-content{
  position: absolute;
}
.dropdown:is(:not(details)) .dropdown-content{
  visibility: hidden;
  opacity: 0;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content{
  visibility: visible;
  opacity: 1;
}
@media (hover: hover){
  .dropdown.dropdown-hover:hover .dropdown-content{
    visibility: visible;
    opacity: 1;
  }
}
.dropdown:is(details) summary::-webkit-details-marker{
  display: none;
}
.footer{
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
}
.footer > *{
  display: grid;
  place-items: start;
}
@media (min-width: 48rem){
  .footer{
    grid-auto-flow: column;
  }
  .footer-center{
    grid-auto-flow: row dense;
  }
}
.label{
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
}
.hero-overlay{
  grid-column-start: 1;
  grid-row-start: 1;
  height: 100%;
  width: 100%;
}
.hero-content{
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indicator{
  position: relative;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.indicator :where(.indicator-item){
  z-index: 1;
  position: absolute;
  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));
  white-space: nowrap;
}
.input{
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}
.input-group > .input{
  isolation: isolate;
}
.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select{
  border-radius: 0px;
}
.join{
  display: inline-flex;
  align-items: stretch;
}
.join :where(.join-item){
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item{
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item{
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item{
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item){
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item{
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item){
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
:where(.join *){
  border-radius: inherit;
}
.link{
  cursor: pointer;
  text-decoration-line: underline;
}
.menu{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.menu :where(li ul){
  position: relative;
  white-space: nowrap;
}
.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
  .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu li.disabled{
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)){
  display: none;
}
:where(.menu li){
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
:where(.menu li) .badge{
  justify-self: end;
}
.progress{
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}
.radio{
  flex-shrink: 0;
}
.range{
  height: 1.5rem;
  width: 100%;
  cursor: pointer;
}
.range:focus{
  outline: none;
}
.select{
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
}
.select[multiple]{
  height: auto;
}
.steps .step{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}
.swap{
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
}
.swap > *{
  grid-column-start: 1;
  grid-row-start: 1;
}
.swap input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on{
  opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off{
  opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate{
  opacity: 1;
}
.tabs{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.tab{
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
}
.textarea{
  flex-shrink: 1;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}
.toggle{
  flex-shrink: 0;
}
.artboard.phone{
  width: 320px;
}
.artboard.phone-1.horizontal,
      .artboard.phone-1.artboard-horizontal{
  width: 568px;
  height: 320px;
}
.artboard.phone-2.horizontal,
      .artboard.phone-2.artboard-horizontal{
  width: 667px;
  height: 375px;
}
.artboard.phone-3.horizontal,
      .artboard.phone-3.artboard-horizontal{
  width: 736px;
  height: 414px;
}
.artboard.phone-4.horizontal,
      .artboard.phone-4.artboard-horizontal{
  width: 812px;
  height: 375px;
}
.artboard.phone-5.horizontal,
      .artboard.phone-5.artboard-horizontal{
  width: 896px;
  height: 414px;
}
.artboard.phone-6.horizontal,
      .artboard.phone-6.artboard-horizontal{
  width: 1024px;
  height: 320px;
}
.btm-nav-xs > *:where(.active){
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active){
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active){
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active){
  border-top-width: 4px;
}
.indicator :where(.indicator-item){
  bottom: auto;
  left: auto;
  right: 0px;
  top: 0px;
  --tw-translate-y: -50%;
  --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));
}
.indicator :where(.indicator-item.indicator-start){
  left: 0px;
  right: auto;
  --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));
}
.indicator :where(.indicator-item.indicator-center){
  left: 50%;
  right: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-end){
  left: auto;
  right: 0px;
  --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));
}
.indicator :where(.indicator-item.indicator-bottom){
  bottom: 0px;
  top: auto;
  --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));
}
.indicator :where(.indicator-item.indicator-middle){
  bottom: 50%;
  top: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-top){
  bottom: auto;
  top: 0px;
  --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));
}
.join.join-vertical{
  flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.join.join-horizontal{
  flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}
.steps-horizontal .step{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}
.steps-vertical .step{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.tooltip{
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
}
.tooltip:before{
  position: absolute;
  pointer-events: none;
  z-index: 1;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
}
.tooltip:before, .tooltip-top:before{
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}
.avatar.online:before{
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--b1) / 1);
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}
.avatar.offline:before{
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--b1) / 1);
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}
.join.join-vertical > :where(*:not(:first-child)){
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)){
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.steps-horizontal .step{
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}
.steps-horizontal .step:before{
  height: 0.5rem;
  width: 100%;
  --tw-translate-x: 0px;
  --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));
  content: "";
  margin-left: -100%;
}
.steps-vertical .step{
  gap: 0.5rem;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
  min-height: 4rem;
  justify-items: start;
}
.steps-vertical .step:before{
  height: 100%;
  width: 0.5rem;
  --tw-translate-x: -50%;
  --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));
  margin-left: 50%;
}
[dir="rtl"] .steps-vertical .step:before{
  margin-right: auto;
}
.tooltip{
  position: relative;
  display: inline-block;
  text-align: center;
  --tooltip-tail: 0.1875rem;
  --tooltip-color: hsl(var(--n));
  --tooltip-text-color: hsl(var(--nc));
  --tooltip-tail-offset: calc(100% + 0.0625rem - var(--tooltip-tail));
}
.tooltip:before,
.tooltip:after{
  opacity: 0;
  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-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after{
  position: absolute;
  content: "";
  border-style: solid;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}
.tooltip:before{
  max-width: 20rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -moz-max-content;
  width: max-content;
}
.tooltip.tooltip-open:before,
.tooltip.tooltip-open:after,
.tooltip:hover:before,
.tooltip:hover:after{
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible):before{
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after{
  visibility: hidden;
  opacity: 0;
}
.tooltip:after, .tooltip-top:after{
  transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-7{
  bottom: -1.75rem;
}
.-left-\[60px\]{
  left: -60px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[65px\]{
  bottom: 65px;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[30px\]{
  left: 30px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-6{
  top: 1.5rem;
}
.top-\[65px\]{
  top: 65px;
}
.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;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-first{
  order: -9999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.m-0{
  margin: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-gs_xl{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.-mb-10{
  margin-bottom: -2.5rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-6{
  margin-bottom: -1.5rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mr-gs_md{
  margin-right: -1rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-gs_md{
  margin-top: -1rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-auto{
  margin-bottom: auto;
}
.mb-gs_2xl{
  margin-bottom: 4rem;
}
.mb-gs_lg{
  margin-bottom: 2rem;
}
.mb-gs_md{
  margin-bottom: 1rem;
}
.mb-gs_sm{
  margin-bottom: .5rem;
}
.mb-gs_xl{
  margin-bottom: 3rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-32{
  margin-right: 8rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-auto{
  margin-right: auto;
}
.mr-gs_lg{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-gs_lg{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-\[48px\]{
  height: 48px;
}
.h-auto{
  height: auto;
}
.h-card_min{
  height: 17.5rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-9{
  max-height: 2.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[2px\]{
  width: 2px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.\!max-w-3xl{
  max-width: 48rem !important;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.-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-\[1px\]{
  --tw-translate-x: -1px;
  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));
}
.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));
}
.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-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.scroll-mt-12{
  scroll-margin-top: 3rem;
}
.scroll-mt-32{
  scroll-margin-top: 8rem;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-between{
  align-content: space-between;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-gs_lg{
  gap: 2rem;
}
.gap-gs_md{
  gap: 1rem;
}
.gap-gs_sm{
  gap: .5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-light_grey > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.\!rounded-xl{
  border-radius: 0.75rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#8D397E\]{
  --tw-border-opacity: 1;
  border-color: rgb(141 57 126 / var(--tw-border-opacity));
}
.border-\[\#C4C4C4\]{
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-darkpurple{
  --tw-border-opacity: 1;
  border-color: rgb(165 80 152 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.border-gs_purple{
  --tw-border-opacity: 1;
  border-color: rgb(184 106 171 / var(--tw-border-opacity));
}
.border-gs_red{
  --tw-border-opacity: 1;
  border-color: rgb(215 44 50 / var(--tw-border-opacity));
}
.border-light_grey{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-off_black{
  --tw-border-opacity: 1;
  border-color: rgb(35 31 32 / var(--tw-border-opacity));
}
.border-purple{
  --tw-border-opacity: 1;
  border-color: rgb(184 106 171 / var(--tw-border-opacity));
}
.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(215 44 50 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#3E3E3E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(62 62 62 / var(--tw-bg-opacity));
}
.bg-\[\#86774F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(134 119 79 / var(--tw-bg-opacity));
}
.bg-\[\#EBDCEC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 236 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-gs_purple{
  --tw-bg-opacity: 1;
  background-color: rgb(184 106 171 / var(--tw-bg-opacity));
}
.bg-gs_red{
  --tw-bg-opacity: 1;
  background-color: rgb(215 44 50 / var(--tw-bg-opacity));
}
.bg-light_grey{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-light_purple{
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 252 / var(--tw-bg-opacity));
}
.bg-lightpurple{
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 252 / var(--tw-bg-opacity));
}
.bg-off_black{
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}
.bg-off_white{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-offwhite{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(184 106 171 / var(--tw-bg-opacity));
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(215 44 50 / 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-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-\[\.85\]{
  --tw-bg-opacity: .85;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-24{
  padding: 6rem;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-gs_lg{
  padding: 2rem;
}
.p-gs_md{
  padding: 1rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-gs_lg{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-gs_md{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-gs_2xl{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-gs_lg{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-gs_md{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-gs_sm{
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-64{
  padding-bottom: 16rem;
}
.pb-72{
  padding-bottom: 18rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[64px\]{
  padding-left: 64px;
}
.pr-0{
  padding-right: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-gs_lg{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.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-\[15px\]{
  font-size: 15px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-gs_h3{
  font-size: 1.3125rem;
}
.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-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#3E3E3E\]{
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
}
.text-\[\#707070\]{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-\[\#85774F\]{
  --tw-text-opacity: 1;
  color: rgb(133 119 79 / var(--tw-text-opacity));
}
.text-\[\#B86AAA\]{
  --tw-text-opacity: 1;
  color: rgb(184 106 170 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-body{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-current{
  color: currentColor;
}
.text-darkpurple{
  --tw-text-opacity: 1;
  color: rgb(165 80 152 / var(--tw-text-opacity));
}
.text-default{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-gs_grey{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-gs_purple{
  --tw-text-opacity: 1;
  color: rgb(184 106 171 / var(--tw-text-opacity));
}
.text-gs_red{
  --tw-text-opacity: 1;
  color: rgb(215 44 50 / var(--tw-text-opacity));
}
.text-off_black{
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}
.text-purple{
  --tw-text-opacity: 1;
  color: rgb(184 106 171 / var(--tw-text-opacity));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(215 44 50 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.no-underline{
  text-decoration-line: none;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-12dp{
  --tw-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.05), 0 5px 22px 0 rgba(0, 0, 0, 0.03), 0 12px 17px 0 rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 7px 8px 0 var(--tw-shadow-color), 0 5px 22px 0 var(--tw-shadow-color), 0 12px 17px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-6dp{
  --tw-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 18px 0 rgba(0, 0, 0, 0.03), 0 6px 10px 0 rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 3px 5px 0 var(--tw-shadow-color), 0 1px 18px 0 var(--tw-shadow-color), 0 6px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.05), 0 5px 22px 0 rgba(0, 0, 0, 0.03), 0 12px 17px 0 rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 7px 8px 0 var(--tw-shadow-color), 0 5px 22px 0 var(--tw-shadow-color), 0 12px 17px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 2px 50px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.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);
}
.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-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a svg, a {
  transition: all 0.1s ease-in-out;
}

.mdc-select--filled .mdc-select__anchor {
  border-radius: 4px;
}

.mdc-text-field {
  border-radius: 4px;
}

.mdc-line-ripple::before {
  border-bottom-width: 0px;
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #B86AAB;
}

.mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #B86AAB;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: #B86AAB;
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-floating-label {
  font-family: "Poppins", sans-serif;
}

.mdc-select__selected-text {
  font-family: "Poppins", sans-serif;
}

.mdc-list {
  font-family: "Poppins", sans-serif;
}

.mdc-linear-progress__bar-inner {
  border-color: #B86AAB;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #D72C32;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 24px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #D72C32;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h4 {
    font-size: 21px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  h6 {
    font-size: 16px;
  }
}

.text-wrapper ul,
.text-wrapper ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-position: outside;
}
.text-wrapper ul {
  list-style-type: disc;
}
.text-wrapper ol {
  list-style-type: decimal;
}

blockquote.quote-text::before {
  content: open-quote;
  font-size: 28px;
  vertical-align: top;
}
blockquote.quote-text::after {
  content: close-quote;
  font-size: 28px;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  .wrap {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .wrap {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .wrap {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .wrap {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .wrap {
    max-width: 1536px;
  }
}

.singular.content .site-inner > .wrap {
  max-width: 800px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 768px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
.card ul{
  list-style-position: inside;
  list-style-type: disc;
}
.card ol{
  list-style-position: inside;
  list-style-type: decimal;
}
.card a{
  text-decoration-line: underline;
}
.card a:hover{
  text-decoration-line: none;
}

.notice-card.bg-white .title-wrapper,
.notice-card.bg-white .text-wrapper{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  min-width: 350px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  width: 100%;
  border: 1px solid #E0E0E0;
  padding: 10px 1rem;
  padding-right: 44px;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  margin: 0 auto;
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #D72C32;
}
@media (max-width: 992px) {
  .search-form {
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}

/* formidable pro styles */
.frm_checkbox label{
  display: flex;
  align-items: center;
}
.frm_checkbox input[type=checkbox]{
  margin-right: 0.75rem;
  width: 1.5rem;
  flex-shrink: 1;
}

.frm_submit button{
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 44 50 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.cta_list-item.frm_submit button a {
  color: white;
}

.frm_submit button:hover{
  text-decoration-line: underline;
}

.mdc-menu-surface {
  z-index: 100;
}

.form-styled label {
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #3f4b5b;
  font-weight: 500;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0;
  width: auto;
  display: block;
}
.form-styled select[multiple=multiple] {
  height: auto;
  line-height: normal;
}
.form-styled [type=submit] {
  display: inline-block;
  border-radius: 0.25rem;
  background-color: rgb(215, 44, 50);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  text-decoration: none;
  width: auto;
  cursor: pointer;
  border-style: none;
}
.form-styled [type=submit]:hover{
  text-decoration-line: underline;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  position: relative;
  z-index: 50;
  min-height: 49px;
}
.site-header > .wrap {
  display: flex;
}

.title-area {
  text-align: left;
  padding: 1rem 0;
}
.title-area h1.site-title,
.title-area p.site-title {
  font-size: 1rem;
  display: none;
  text-indent: -9999px;
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #333333;
  text-decoration: none;
}
@media (min-width: 992px) {
  .title-area {
    padding: 2rem 0;
    max-width: 368px;
  }
}
@media (max-width: 992px) {
  .title-area {
    float: none;
    text-align: center;
  }
  .title-area .site-title a {
    padding-bottom: 0;
    height: 48px;
    background-size: auto 42px;
  }
  .title-area .custom-logo {
    height: 2.5rem;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.site-nav{
  position: relative;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.notice-card.site-nav .title-wrapper,
.notice-card.site-nav .text-wrapper{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .site-nav{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }
}

.nav-menu {
  flex: 1 1 auto;
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #333333;
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #D72C32;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
@media (max-width: 992px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 993px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary {
  padding: 0.5rem 0;
}
.nav-menu .nav-primary .menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 993px) {
  .nav-menu .nav-primary .menu {
    flex-direction: row;
  }
  .nav-menu .nav-primary .menu .menu-item {
    margin-right: 2rem;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
}
@media (max-width: 992px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}

.mobile-menu {
  width: 44px;
  margin-left: -8px;
  flex: 0;
}

.mobile-search-form {
  display: none;
}
.mobile-search-form.active {
  display: block;
}

header .custom-logo{
  height: 3.5rem;
  width: auto;
}

body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
    padding-bottom: 0px;
  }
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label{
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after{
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (min-width: 1024px){
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  height: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 400;
}

@media (min-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
  font-weight: 400;
}
@media (min-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    font-weight: 600;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
  font-weight: 400;
}

@media (min-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    font-weight: 600;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
  font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu{
    padding: 2rem;
    --tw-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.05), 0 5px 22px 0 rgba(0, 0, 0, 0.03), 0 12px 17px 0 rgba(0, 0, 0, 0.04);
    --tw-shadow-colored: 0 7px 8px 0 var(--tw-shadow-color), 0 5px 22px 0 var(--tw-shadow-color), 0 12px 17px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 32px;
  height: 3px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
  width: 32px;
}

#mega-menu-wrap-primary .menu-image > img{
  margin: 0px;
  height: 7rem;
  width: 7rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.img-greyscale img {
  filter: grayscale(100%);
}
.img-greyscale:hover img {
  filter: grayscale(0%);
}

/* Page Navigation
--------------------------------------------- */
.page-anchor-nav {
  margin-top: -44px;
  position: relative;
  z-index: 10;
}

.jump-section.mdc-select {
  width: 100%;
}
.jump-section.mdc-select .mdc-select__anchor {
  padding-left: 32px;
  padding-right: 16px;
}
.jump-section.mdc-select .mdc-select__menu .mdc-list-item {
  padding-left: 32px;
  padding-right: 32px;
}
.jump-section.mdc-select--filled .mdc-select__anchor {
  height: 88px;
}
.jump-section.mdc-select--filled .mdc-floating-label {
  left: 32px;
}
.jump-section.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: #B86AAB;
}
.jump-section.mdc-select--filled:not(.mdc-select--disabled) .mdc-floating-label {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.jump-section.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: white;
}
.jump-section.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: white;
}
.jump-section .mdc-select__selected-text-container {
  align-self: center;
  padding-top: 12px;
  height: 40px;
}
.jump-section .mdc-select__selected-text {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.jump-section .mdc-list {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}
.jump-section .mdc-list-item {
  height: 64px;
}

[dir=rtl] .jump-section.mdc-select {
  direction: rtl !important;
}
[dir=rtl] .jump-section.mdc-select .mdc-select__anchor{
  padding-left: 1rem;
  padding-right: 2rem;
}
[dir=rtl] .jump-section.mdc-select--filled .mdc-floating-label{
  right: 2rem;
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: block;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

.site-header .wrap{
  display: flex;
  flex-direction: row;
}

@media (min-width: 768px){
  .site-header .wrap{
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .site-header .wrap{
    align-items: center;
  }
  .site-header .wrap .title-area {
    flex: 1 1 auto;
  }
  .site-header .wrap .title-area .custom-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .wrap .search-toggle {
    flex: 0;
    padding: 12px;
    margin-right: -12px;
  }
}

/* Header Search
--------------------------------------------- */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

#mega-menu-wrap-primary .mega-sub-menu .menu-item a{
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 768px){
  #mega-menu-wrap-primary .mega-sub-menu .menu-item a{
    border-style: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #D72C32;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: #D72C32;
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #333333;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #D72C32;
}
.pagination ul li.active > a {
  background: #D72C32;
  color: #fff;
  font-weight: 700;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Page Header
--------------------------------------------- */
.page-header > .container {
  min-height: 400px;
  position: relative;
  z-index: 0;
  background-position: right;
  background-repeat: no-repeat;
}
.page-header > .container > .hero-content {
  display: block !important;
}
.page-header > .container > .hero-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.5019607843);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .page-header > .container > .hero-content:before {
    display: none;
  }
}

/* Entry Content
--------------------------------------------- */
.entry-content {
  word-break: break-word;
}
.entry-content ul,
.entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li,
.entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery,
.entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li,
.entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
  .full-width-content .block-area > *.alignwide,
  .content .block-area > *.alignwide {
    margin: calc(2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 20px);
  margin-bottom: calc(2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #333333;
  text-decoration: none;
}
.entry-author a:hover {
  color: #D72C32;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #333333;
}
.breadcrumb a:hover {
  color: #D72C32;
}
.single .breadcrumb {
  border-top: 1px solid #E0E0E0;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 768px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 48px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 24px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(215, 44, 50, 0.05);
  border-left: 2px solid #D72C32;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: Constantia, Georgia, serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #333333;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #D72C32;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #D72C32;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.site-footer{
  position: relative;
  z-index: 40;
}
.site-footer .menu-item{
  padding-bottom: 0.25rem;
}
.site-footer .menu-item a{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.site-footer .menu-item a:hover{
  text-decoration-line: underline;
}

.footer-widgets {
  background: #458BCA;
  padding: 40px 0 10px;
  position: relative;
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 12px;
}
.footer-widgets .widget-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .footer-widgets-1 {
    float: left;
    width: calc(50% - 8px);
  }
  .footer-widgets .footer-widgets-2 {
    float: right;
    width: calc(50% - 8px);
  }
  .footer-widgets .footer-widgets-3 {
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap > div {
    float: left;
    margin-left: 2.5641025641%;
    width: 31.6239316239%;
  }
  .footer-widgets .wrap > div:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .footer-widgets .wrap {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }
    .footer-widgets .wrap > div {
      margin-left: 0;
      width: 100%;
    }
    .footer-widgets .wrap header, .footer-widgets .wrap nav, .footer-widgets .wrap aside, .footer-widgets .wrap footer {
      grid-column: 1/-1;
    }
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.text-wrapper ul{
  margin-bottom: 1.5rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.5rem;
}

.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container .video iframe,
.video-container .video object,
.video-container .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-lead-wrapper{
  margin-bottom: 1.5rem;
}

video {
  width: 100% !important;
  height: auto !important;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.video-lead-form{
  position: fixed;
  inset: 0px;
  z-index: 30;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  opacity: 0;
}
.video-lead-form .form-container{
  max-width: 36rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}
.notice-card.video-lead-form .form-container .title-wrapper,
.notice-card.video-lead-form .form-container .text-wrapper{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .video-lead-form .form-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.video-lead-form .form-container {
  max-height: 95vh;
  overflow-y: auto;
}

.video-survey-form{
  position: fixed;
  inset: 0px;
  z-index: 30;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  opacity: 0;
}
.video-survey-form .form-container{
  max-width: 36rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}
.notice-card.video-survey-form .form-container .title-wrapper,
.notice-card.video-survey-form .form-container .text-wrapper{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .video-survey-form .form-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.video-survey-form .form-container {
  max-height: 95vh;
  overflow-y: auto;
}

.frm_error_style p{
  margin-bottom: 0px;
}

.accordion-button:not(.collapsed){
  --tw-text-opacity: 1;
  color: rgb(215 44 50 / var(--tw-text-opacity));
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D72C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D72C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-item:not(:first-of-type){
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.collapse-content{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .collapse-content{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type=checkbox]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type=radio]:checked ~ .collapse-content){
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type=checkbox]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type=radio]:checked ~ .collapse-content){
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.collapse:not(.collapse-close) > :where(input[type=radio]:checked ~ .collapse-title),
.collapse:not(.collapse-close) > :where(input[type=checkbox]:checked ~ .collapse-title){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.collapse-title,
:where(.collapse > input[type=checkbox]),
:where(.collapse > input[type=radio]) {
  min-height: 3.75rem;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  transition: background-color 0.2s ease-out 0s;
}

.collapse-plus > .collapse-title::after {
  content: "+";
  display: block;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1.4rem;
  top: 0.9rem;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 0.5rem;
}

.collapse-open.collapse-plus > .collapse-title::after,
.collapse-plus:focus:not(.collapse-close) > .collapse-title::after,
.collapse-plus:not(.collapse-close) > input[type=checkbox]:checked ~ .collapse-title::after,
.collapse-plus:not(.collapse-close) > input[type=radio]:checked ~ .collapse-title::after,
.collapse[open].collapse-plus > .collapse-title::after {
  content: "−";
}

.page-hero {
  background: #000;
  color: white;
}
.page-hero > .container {
  min-height: 400px;
  background-position: 61% center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-hero > .container {
    background-position: right center;
  }
}
.page-hero .hero-content {
  z-index: 2;
  display: block !important;
}
.page-hero .hero-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fi-card {
  filter: saturate(1);
  transition: filter 0.4s;
}
.fi-card:hover {
  filter: saturate(0);
}

.select-service .mdc-select__anchor {
  width: 320px;
}
@media (max-width: 320px) {
  .select-service .mdc-select__anchor {
    width: 288px;
  }
}
@media (min-width: 640px) {
  .select-service .mdc-select__anchor {
    width: 400px;
  }
}
.select-service.mdc-select .mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: white;
}
.select-service .mdc-floating-label {
  font-size: 21px;
}
.select-service .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.6);
}

.section-weare .weare-icon {
  max-width: 90px;
}
.section-weare .weare-statement p{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px){
  .section-weare .weare-statement p{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .section-weare .weare-statement p{
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.service_locator-content {
  flex-direction: column;
}
@media (min-width: 992px) {
  .service_locator-content {
    flex-direction: row;
  }
}

.service_locator-sidebar {
  position: relative;
}
@media (min-width: 992px) {
  .service_locator-sidebar {
    width: 400px;
  }
}

.service_locator-map {
  display: none;
}
@media (min-width: 992px) {
  .service_locator-map {
    display: block;
    width: calc(100% - 400px);
  }
}

.service_locator-details_panel {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 210;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.3s cubic-bezier(0.74, 0.25, 0.01, 1);
}
@media (min-width: 992px) {
  .service_locator-details_panel {
    width: 400px;
  }
}
.open .service_locator-details_panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.service_locator-details_panel .panel_content {
  top: 4rem;
  bottom: 4rem;
}

.service_locator-details_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.74, 0.25, 0.01, 1);
  will-change: opacity;
}
.open .service_locator-details_overlay {
  opacity: 1;
  visibility: visible;
}

#service_locator-info_bar {
  height: 56px;
}

.service_locator-view-mode > button.active {
  background-color: #B86AAB;
  color: white;
}
.service_locator-view-mode > button:focus, .service_locator-view-mode > button:active {
  outline: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .service_locator-view-mode {
    display: none;
  }
}

.service_locator .pac-icon-marker {
  display: none;
}
.service_locator .pac-logo:after {
  display: none;
}
.service_locator .pac-item-query {
  font-size: 14px;
}
.service_locator .pac-item {
  font-size: 14px;
  padding: 8px 16px;
}

#service_locator_form .mdc-text-field {
  padding: 0;
}
#service_locator_form .mdc-text-field__input {
  padding: 0 16px;
}

.media-coverage .breadcrumbs {
  background-color: #F7F7F7;
}

.jobs-filter-select.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: white;
  border: 1px solid #E0E0E0;
}

.job-details ul {
  list-style-type: disc;
}

.people-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden scroll;
  z-index: 210;
}

.people-popup--container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
}

.people-popup--content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 211;
  width: 100%;
  max-width: 1200px;
}

.people-popup--content-wrap {
  width: 100%;
  background: #fff;
  text-align: left;
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
}

.people-popup--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: 200;
  opacity: 0;
  display: none;
  transition: opacity 0.3s cubic-bezier(0.74, 0.25, 0.01, 1);
  will-change: opacity;
}
.people-popup--overlay.open {
  opacity: 1;
  visibility: visible;
}

.archive .content-area {
  display: block;
}
.archive.content-sidebar .site-main {
  max-width: none;
  padding-top: 115px;
}
.archive aside {
  display: none;
}

.type-publications.entry{
  width: 100%;
}

@media (min-width: 640px){
  .type-publications.entry{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .type-publications.entry{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .type-publications.entry{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .type-publications.entry{
    max-width: 1280px;
  }
}

@media (min-width: 1500px){
  .type-publications.entry{
    max-width: 1500px;
  }
}

.type-publications.entry{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.notice-card.type-publications.entry .title-wrapper,
.notice-card.type-publications.entry .text-wrapper{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.page-header > .type-publications.entry {
  min-height: 400px;
  position: relative;
  z-index: 0;
  background-position: right;
  background-repeat: no-repeat;
}

.page-header > .type-publications.entry > .hero-content {
  display: block;
}

.page-header > .type-publications.entry > .hero-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.5019607843);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

@media (min-width: 768px) {
  .page-header > .type-publications.entry > .hero-content:before {
    display: none;
  }
}

.page-hero > .type-publications.entry {
  min-height: 400px;
  background-position: 61% center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .page-hero > .type-publications.entry {
    background-position: right center;
  }
}
.type-publications.entry .entry-content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.type-publications.entry .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.type-publications.entry .entry-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.type-publications.entry .entry-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.type-publications.entry .entry-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.type-publications.entry .entry-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.type-publications.entry .entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.type-publications.entry .entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.type-publications.entry .entry-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.type-publications.entry .entry-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.type-publications.entry .entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.type-publications.entry .entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.type-publications.entry .entry-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.type-publications.entry .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.type-publications.entry .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.type-publications.entry .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.type-publications.entry .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.type-publications.entry .entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.type-publications.entry .entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.type-publications.entry .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-publications.entry .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-publications.entry .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.type-publications.entry .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.type-publications.entry .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.type-publications.entry .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.type-publications.entry .entry-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.type-publications.entry .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.type-publications.entry .entry-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.type-publications.entry .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.type-publications.entry .entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.type-publications.entry .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.type-publications.entry .entry-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.type-publications.entry .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.type-publications.entry .entry-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.type-publications.entry .entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.type-publications.entry .entry-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.type-publications.entry .entry-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.type-publications.entry .entry-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.type-publications.entry .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content{
  --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;
}
.type-publications.entry .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.type-publications.entry .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-publications.entry .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.type-publications.entry .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.type-publications.entry .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.type-publications.entry .entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.type-publications.entry .entry-content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.type-publications.entry .entry-content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.type-publications.entry .entry-content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.type-publications.entry .entry-content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.type-publications.entry .entry-content :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;
}
.type-publications.entry .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.type-publications.entry .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.type-publications.entry .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.type-publications.entry .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.type-publications.entry .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.type-publications.entry .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.type-publications.entry .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.type-publications.entry .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.type-publications.entry .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.type-publications.entry .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.type-publications.entry .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.type-publications.entry .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-publications.entry .entry-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.type-publications.entry .entry-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.type-publications.entry .entry-content{
  max-width: none;
}
@media (min-width: 768px){
  .type-publications.entry .entry-content{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .type-publications.entry .entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .type-publications.entry .entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .type-publications.entry .entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .type-publications.entry .entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .type-publications.entry .entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .type-publications.entry .entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .type-publications.entry .entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .type-publications.entry .entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .type-publications.entry .entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .type-publications.entry .entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .type-publications.entry .entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .type-publications.entry .entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-right: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-left: 0.4444444em;
  }
  .type-publications.entry .entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .type-publications.entry .entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .type-publications.entry .entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .type-publications.entry .entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .type-publications.entry .entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .type-publications.entry .entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .type-publications.entry .entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .type-publications.entry .entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .type-publications.entry .entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .type-publications.entry .entry-content :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .type-publications.entry .entry-content :where(.md\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .type-publications.entry .entry-content :where(.md\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .type-publications.entry .entry-content :where(.md\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .type-publications.entry .entry-content :where(.md\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .type-publications.entry .entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .type-publications.entry .entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .type-publications.entry .entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .type-publications.entry .entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-left: 1.5555556em;
  }
  .type-publications.entry .entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .type-publications.entry .entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .type-publications.entry .entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .type-publications.entry .entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .type-publications.entry .entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .type-publications.entry .entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .type-publications.entry .entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .type-publications.entry .entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  .type-publications.entry .entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  .type-publications.entry .entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .type-publications.entry .entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  .type-publications.entry .entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  .type-publications.entry .entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .type-publications.entry .entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .type-publications.entry .entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .type-publications.entry .entry-content :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .type-publications.entry .entry-content :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

.lang-switcher .wpml-ls-legacy-dropdown-click {
  width: 150px;
}
.lang-switcher .wpml-ls-legacy-dropdown-click a{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.notice-card.lang-switcher .wpml-ls-legacy-dropdown-click a .title-wrapper,
.notice-card.lang-switcher .wpml-ls-legacy-dropdown-click a .text-wrapper{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.lang-switcher .wpml-ls-legacy-dropdown-click a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.lang-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.trp-language-switcher {
  width: 150px;
}
.trp-language-switcher > div > a{
  display: block;
  padding: 0.375rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.trp-flag-image{
  height: auto;
  width: 2.25rem;
}

.menu-language-switcher li{
  flex: none;
}

html {
  direction: ltr !important;
}

.category-icon {
  filter: brightness(0) invert(1);
}

.splide__arrow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.splide__arrow svg {
  width: 12px;
  height: 12px;
}

.splide__arrow--prev {
  left: 1.5em;
}

.splide__arrow--next {
  right: 1.5em;
}

.splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.fancybox__backdrop{
  background-color: rgb(0 0 0 / 0.8);
}

.fancybox__content > .f-button.is-close-btn{
  top: -3rem;
  --tw-text-opacity: 1;
  color: rgb(215 44 50 / var(--tw-text-opacity));
}

.f-button svg{
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px){
  .f-button svg{
    height: 2rem;
    width: 2rem;
  }
}

.fancybox__nav{
  display: none;
}

@media (min-width: 1280px){
  .fancybox__nav{
    display: block;
  }
}

.fancybox__slide{
  padding: 0.375rem;
}

@media (min-width: 768px){
  .fancybox__slide{
    padding: 0.5rem;
  }
}

.fancybox__footer{
  display: none;
}

:root {
  --swiper-navigation-size: 24px;
  --swiper-theme-color: rgb(215, 44, 50);
  --swiper-pagination-bullet-inactive-color: white;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
}

.cta_list-item.bg-gs_red a {
  color: white;
}

/* Flag Popover Styles */
.flag-popover {
  position: absolute;
  z-index: 1000;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.flag-popover.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flag-popover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #e0e0e0;
}

.flag-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: white;
}

.flag-popover-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.flag-popover-description {
  font-size: 14px;
  margin-bottom: 12px;
  color: #666;
  line-height: 1.4;
}

.flag-popover-link {
  display: inline-block;
  background: #b86aab;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.flag-popover-link:hover {
  background: #a55996;
  text-decoration: none;
}

.flag-popover-trigger {
  cursor: pointer;
  position: relative;
}

.after\:\!right-2::after{
  content: var(--tw-content);
  right: 0.5rem !important;
}

.after\:\!h-6::after{
  content: var(--tw-content);
  height: 1.5rem !important;
}

.after\:\!w-6::after{
  content: var(--tw-content);
  width: 1.5rem !important;
}

.after\:text-xl::after{
  content: var(--tw-content);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.after\:font-light::after{
  content: var(--tw-content);
  font-weight: 300;
}

.after\:text-gs_red::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(215 44 50 / var(--tw-text-opacity));
}

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

.hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 44 50 / var(--tw-bg-opacity));
}

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

.hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgb(215 44 50 / var(--tw-text-opacity));
}

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

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

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:shadow-12dp:hover{
  --tw-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.05), 0 5px 22px 0 rgba(0, 0, 0, 0.03), 0 12px 17px 0 rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 7px 8px 0 var(--tw-shadow-color), 0 5px 22px 0 var(--tw-shadow-color), 0 12px 17px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-24dp:hover{
  --tw-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.05), 0 9px 46px 0 rgba(0, 0, 0, 0.03), 0 24px 38px 0 rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 11px 15px 0 var(--tw-shadow-color), 0 9px 46px 0 var(--tw-shadow-color), 0 24px 38px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.05), 0 5px 22px 0 rgba(0, 0, 0, 0.03), 0 12px 17px 0 rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 7px 8px 0 var(--tw-shadow-color), 0 5px 22px 0 var(--tw-shadow-color), 0 12px 17px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 2px 50px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.prose-li\:my-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 0px;
}

:is([dir="rtl"] .rtl\:ml-4){
  margin-left: 1rem;
}

:is([dir="rtl"] .rtl\:ml-6){
  margin-left: 1.5rem;
}

:is([dir="rtl"] .rtl\:pl-24){
  padding-left: 6rem;
}

:is([dir="rtl"] .rtl\:pl-8){
  padding-left: 2rem;
}

:is([dir="rtl"] .rtl\:pl-gs_lg){
  padding-left: 2rem;
}

:is([dir="rtl"] .rtl\:pr-24){
  padding-right: 6rem;
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:-left-16{
    left: -4rem;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:bottom-8{
    bottom: 2rem;
  }
  .md\:left-1\/2{
    left: 50%;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-last{
    order: 9999;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-ml-16{
    margin-left: -4rem;
  }
  .md\:-mr-10{
    margin-right: -2.5rem;
  }
  .md\:-mt-0{
    margin-top: -0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-slider_height{
    height: 43.75rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:min-w-\[640px\]{
    min-width: 640px;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-6xl{
    max-width: 72rem;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:-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));
  }
  .md\:-translate-x-\[6px\]{
    --tw-translate-x: -6px;
    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-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));
  }
  .md\: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));
  }
  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-32{
    gap: 8rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-gs_3xl{
    gap: 6rem;
  }
  .md\:gap-gs_4xl{
    gap: 8rem;
  }
  .md\:gap-gs_5xl{
    gap: 10rem;
  }
  .md\:gap-gs_lg{
    gap: 2rem;
  }
  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .md\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:gap-y-0{
    row-gap: 0px;
  }
  .md\:gap-y-12{
    row-gap: 3rem;
  }
  .md\:gap-y-16{
    row-gap: 4rem;
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }
  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(158 158 158 / var(--tw-divide-opacity));
  }
  .md\:rounded-none{
    border-radius: 0px;
  }
  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
  .md\:border{
    border-width: 1px;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-16{
    padding: 4rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-gs_2xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-gs_3xl{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-gs_lg{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-48{
    padding-bottom: 12rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:pl-6{
    padding-left: 1.5rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-12{
    padding-right: 3rem;
  }
  .md\:pr-14{
    padding-right: 3.5rem;
  }
  .md\:pr-16{
    padding-right: 4rem;
  }
  .md\:pr-20{
    padding-right: 5rem;
  }
  .md\:pr-24{
    padding-right: 6rem;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .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-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-normal{
    line-height: 1.5;
  }
  :is([dir="rtl"] .rtl\:md\:mr-auto){
    margin-right: auto;
  }
  :is([dir="rtl"] .rtl\:md\:w-2\/5){
    width: 40%;
  }
  :is([dir="rtl"] .rtl\:md\:pl-14){
    padding-left: 3.5rem;
  }
  :is([dir="rtl"] .rtl\:md\:text-right){
    text-align: right;
  }
}

@media (min-width: 1024px){
  .lg\:left-auto{
    left: auto;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-gs_2xl{
    margin-bottom: 4rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mr-8{
    margin-right: 2rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-64{
    height: 16rem;
  }
  .lg\:h-8{
    height: 2rem;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-8{
    width: 2rem;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[768px\]{
    min-width: 768px;
  }
  .lg\:max-w-prose{
    max-width: 65ch;
  }
  .lg\:flex-none{
    flex: none;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-gs_4xl{
    gap: 8rem;
  }
  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }
  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-gs_3xl{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pl-12{
    padding-left: 3rem;
  }
  .lg\:pl-24{
    padding-left: 6rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-24{
    padding-right: 6rem;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-px34{
    font-size: 34px;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-tight{
    line-height: 1.25;
  }
  .lg\:after\:\!right-4::after{
    content: var(--tw-content);
    right: 1rem !important;
  }
  .lg\:after\:text-3xl::after{
    content: var(--tw-content);
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  :is([dir="rtl"] .rtl\:lg\:mr-auto){
    margin-right: auto;
  }
  :is([dir="rtl"] .rtl\:lg\:w-2\/5){
    width: 40%;
  }
}

@media (min-width: 1280px){
  .xl\:-left-36{
    left: -9rem;
  }
  .xl\:-ml-36{
    margin-left: -9rem;
  }
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:mb-12{
    margin-bottom: 3rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:h-24{
    height: 6rem;
  }
  .xl\:h-6{
    height: 1.5rem;
  }
  .xl\:h-\[55px\]{
    height: 55px;
  }
  .xl\:min-h-\[420px\]{
    min-height: 420px;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-16{
    width: 4rem;
  }
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:w-3\/5{
    width: 60%;
  }
  .xl\:w-6{
    width: 1.5rem;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }
  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }
  .xl\:p-10{
    padding: 2.5rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:pb-12{
    padding-bottom: 3rem;
  }
  .xl\:pb-24{
    padding-bottom: 6rem;
  }
  .xl\:pl-0{
    padding-left: 0px;
  }
  .xl\:pl-24{
    padding-left: 6rem;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:pr-10{
    padding-right: 2.5rem;
  }
  .xl\:pr-24{
    padding-right: 6rem;
  }
  .xl\:pr-36{
    padding-right: 9rem;
  }
  .xl\:pt-12{
    padding-top: 3rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-\[30px\]{
    font-size: 30px;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:text-\[48px\]{
    font-size: 48px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:leading-tight{
    line-height: 1.25;
  }
  :is([dir="rtl"] .rtl\:xl\:pl-24){
    padding-left: 6rem;
  }
}

@media (min-width: 1500px){
  .\32xl\:absolute{
    position: absolute;
  }
  .\32xl\:right-0{
    right: 0px;
  }
  .\32xl\:block{
    display: block;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:w-1\/3{
    width: 33.333333%;
  }
  .\32xl\:w-2\/3{
    width: 66.666667%;
  }
  .\32xl\:w-5\/12{
    width: 41.666667%;
  }
  .\32xl\:w-7\/12{
    width: 58.333333%;
  }
  .\32xl\:items-start{
    align-items: flex-start;
  }
  .\32xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .\32xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .\32xl\:pl-8{
    padding-left: 2rem;
  }
  .\32xl\:pr-12{
    padding-right: 3rem;
  }
  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
