/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    @font-face {
        font-family: "Proxima Nova";
        src: url("/code-of-conduct/fonts/proxima/proxima-regular.otf") format("opentype");
        /* Regular */
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: "Proxima Nova";
        src: url("/code-of-conduct/fonts/proxima/proxima-bold.otf") format("opentype");
        /* Bold */
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: "Proxima Nova";
        src: url("/code-of-conduct/fonts/proxima/proxima-regular-italic.otf") format("opentype");
        /* Italic */
        font-weight: 400;
        font-style: italic;
    }

    @font-face {
        font-family: "Proxima Nova";
        src: url("/code-of-conduct/fonts/proxima/proxima-extrabold.otf") format("opentype");
        /* Bold Italic */
        font-weight: 800;
        font-style: normal;
    }

    @font-face {
        font-family: "Proxima Nova";
        src: url("/code-of-conduct/fonts/proxima/proxima-semibold.otf") format("opentype");
        /* Light */
        font-weight: 600;
        /* Adjust weight as necessary */
        font-style: normal;
    }

    /* 769px to 1535px: 1.2vw (default) i.e. Where there are no media queries */
    html {
        font-size: 1.2vw;
        font-family: "Proxima Nova";
    }

    /* 0px to 430px: 4vw (due to !important), NOTE: Below media query targets iPhone 14 and 15 and their Pro versions */
    @media (max-width: 430px) {
        html {
            font-size: 4vw !important;
        }
    }

    /* 426px to 768px: 2vw */
    @media (max-width: 768px) {
        html {
            font-size: 2vw;
        }
    }

    /* 1536px and above: 1vw */
    @media (min-width: 1536px) {
        html {
            font-size: 1vw;
        }
    }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@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: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.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;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-full {
  bottom: 100%;
}
.end-4 {
  inset-inline-end: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-10 {
  top: 2.5rem;
}
.top-32 {
  top: 8rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-start {
  float: inline-start;
}
.m-0 {
  margin: 0px;
}
.m-6 {
  margin: 1.5rem;
}
.m-8 {
  margin: 2rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-1 {
  margin-inline-end: 0.25rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-auto {
  margin-inline-end: auto;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[18\.75rem\] {
  height: 18.75rem;
}
.h-\[18\.937rem\] {
  height: 18.937rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[240px\] {
  height: 240px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-\[25rem\] {
  width: 25rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[26\.75rem\] {
  max-width: 26.75rem;
}
.max-w-\[7\.375rem\] {
  max-width: 7.375rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-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-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-\[lower-alpha\] {
  list-style-type: lower-alpha;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-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-\[\#FFFFFF26\] > :not([hidden]) ~ :not([hidden]) {
  border-color: #FFFFFF26;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-pretty {
  text-wrap: pretty;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.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-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#2CB34A26\] {
  border-color: #2CB34A26;
}
.border-\[\#2CB34A2B\] {
  border-color: #2CB34A2B;
}
.border-\[\#2CB34A80\] {
  border-color: #2CB34A80;
}
.border-\[\#2CB34A\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 179 74 / var(--tw-border-opacity));
}
.border-\[\#53B44B\] {
  --tw-border-opacity: 1;
  border-color: rgb(83 180 75 / var(--tw-border-opacity));
}
.border-\[\#808080\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-\[\#cccccc57\] {
  border-color: #cccccc57;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#00563E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 62 / var(--tw-bg-opacity));
}
.bg-\[\#046147\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 97 71 / var(--tw-bg-opacity));
}
.bg-\[\#2C2C2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}
.bg-\[\#2CB34A0D\] {
  background-color: #2CB34A0D;
}
.bg-\[\#2CB34A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 179 74 / var(--tw-bg-opacity));
}
.bg-\[\#51B44A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 180 74 / var(--tw-bg-opacity));
}
.bg-\[\#555555\] {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
}
.bg-\[\#DFF5E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 245 228 / var(--tw-bg-opacity));
}
.bg-\[\#F7F7F7F2\] {
  background-color: #F7F7F7F2;
}
.bg-\[\#f0f9f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 241 / var(--tw-bg-opacity));
}
.bg-\[\#f7fcf8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 252 248 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-saf-black {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}
.bg-saf-gray-background {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-saf-green {
  --tw-bg-opacity: 1;
  background-color: rgb(44 179 74 / var(--tw-bg-opacity));
}
.bg-saf-menu-green {
  --tw-bg-opacity: 1;
  background-color: rgb(82 180 75 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-gray-900\/40 {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!p-0 {
  padding: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pe-0 {
  padding-inline-end: 0px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-40 {
  padding-top: 10rem;
}
.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-start {
  text-align: start;
}
.align-baseline {
  vertical-align: baseline;
}
.font-futuramedium {
  font-family: futuramedium, Lato, Helvetica, Arial, sans-serif;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.45rem\] {
  font-size: 1.45rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1em\] {
  font-size: 1em;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[7\.5rem\] {
  font-size: 7.5rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[24\.36px\] {
  line-height: 24.36px;
}
.leading-\[38\.98px\] {
  line-height: 38.98px;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[10px\] {
  letter-spacing: 10px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#00000099\] {
  color: #00000099;
}
.text-\[\#00573F\] {
  --tw-text-opacity: 1;
  color: rgb(0 87 63 / var(--tw-text-opacity));
}
.text-\[\#2AB44A\] {
  --tw-text-opacity: 1;
  color: rgb(42 180 74 / var(--tw-text-opacity));
}
.text-\[\#2CB34A\] {
  --tw-text-opacity: 1;
  color: rgb(44 179 74 / var(--tw-text-opacity));
}
.text-\[\#51B44A\] {
  --tw-text-opacity: 1;
  color: rgb(81 180 74 / var(--tw-text-opacity));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-saf-green {
  --tw-text-opacity: 1;
  color: rgb(44 179 74 / var(--tw-text-opacity));
}
.text-saf-offwhite {
  --tw-text-opacity: 1;
  color: rgb(203 203 203 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(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);
}
.shadow-card {
  --tw-shadow: 0px 0px 20px 0px #0000000A;
  --tw-shadow-colored: 0px 0px 20px 0px 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 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-\[\#2CB34A38\] {
  --tw-ring-color: #2CB34A38;
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[object-position\:left_30\%_top_20\%\] {
  -o-object-position: left 30% top 20%;
     object-position: left 30% top 20%;
}

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

/* All Slider's active Indicator styling */
.slider button[aria-current="true"] {
    background-color: #39b54a !important;
    border-radius: 10px;
    width: 29px;
    height: 7px;
}

/* Drawer opacity */
div[drawer-backdrop] {
    z-index: 49;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/* Style all ul lists in FAQ */

[id^="accordion-flush-body-"] :is(ul, ol) {
    padding-left: 1rem;
}

[id^="accordion-flush-body-"] ul {
    list-style: disc;
}

[id^="accordion-flush-body-"] ol {
    list-style: decimal;
}

@font-face {
    font-family: "opendyslexicregular";
    src: url("/code-of-conduct/fonts/opendyslexic-regular-webfont.woff2") format("woff2"),
        url("/code-of-conduct/fonts/opendyslexic-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.inline_block {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.acc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none;
}

.acc_widget {
    background: #fff;
    max-width: 360px;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 999;
    position: absolute;
    box-shadow: 0 22px 110px rgba(180, 191, 208, 0.56);
}

.acc_widget_content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.acc_widget_content_header {
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acc_widget_content_header_title {
    font-size: 1.112rem;
    font-weight: 600;
    text-transform: capitalize;
}

.acc_widget_content_header_close {
    padding: 0;
    background: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: button;
    border: none;
    outline: none;
}

.acc_widget_content_header_close:focus,
.acc_widget_content_header_close:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0);
    color: #2cb34a;
}

.acc_widget_content_header_close:focus:after,
.acc_widget_content_header_close:focus-visible:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #2cb34a;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(44, 179, 74, 0.22);
    z-index: 2;
}

.acc_widget_content_header_close_svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.acc_widget_content_header_close:hover {
    color: #2cb34a;
}

.acc_widget_content_header_close:hover:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #2cb34a;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(44, 179, 74, 0.22);
    z-index: 2;
}

.acc_widget_content_header_left,
.acc_widget_content_header_right {
    display: flex;
    align-items: center;
}

.acc_widget_content_header_right {
    margin-left: auto;
}

.acc_widget_content_body {
    height: calc(100% - 154px);
    overflow: auto;
    background: #eff1f5;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px;
    flex: 1 1 auto;
    z-index: 1;
}

.acc_widget_content_footer {
    background: #fff;
    border-top: 2px solid #eff1f5;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    padding: 15px;
    box-sizing: border-box;
}

.acc_list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 15px;
    padding-bottom: 15px;
}

.acc_list_item {
    position: relative;
}

.acc_list_item_btn {
    position: relative;
    width: 100%;
    height: 114px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff !important;
    border-radius: 12px;
    border: 2px solid #fff !important;
    padding: 10px;
    transition: border-color 0.15s ease;
}

.acc_list_item_btn_check {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2cb34a;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: none;
}

.acc_list_item_btn_check_svg {
    width: 10px;
    height: 7px;
    display: flex;
    fill: #2cb34a;
    stroke: currentColor;
}

.acc_list_item_btn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: inherit;
}

.acc_list_item_btn_icon_svg {
    fill: currentColor;
    width: 29px;
    height: 29px;
}

.acc_list_item_btn_title {
    color: inherit !important;
    font-weight: 900;
    font-size: 14px;
}

.acc_list_item_btn_steps {
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3px;
    width: 100%;
    display: none;
}

.acc_list_item_btn_steps.two_steps {
    grid-template-columns: repeat(2, 1fr);
}

.acc_list_item_btn_steps.four_steps {
    grid-template-columns: repeat(4, 1fr);
}

.acc_list_item_btn_steps_col {
    height: 3px;
    background: #8ad3995e;
    border-radius: 10px;
}

.acc_list_item_btn:hover {
    color: #2cb34a;
}

.acc_list_item_btn:hover:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #2cb34a;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(44, 179, 74, 0.22);
    z-index: 2;
}

.acc_list_item_btn:focus {
    outline: 1px solid rgba(255, 255, 255, 0);
}

.acc_list_item_btn:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0);
    color: #2cb34a;
}

.acc_list_item_btn:focus-visible:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #2cb34a;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(44, 179, 74, 0.22);
    z-index: 2;
}

.acc_list_item_btn.contrast-1 .acc_list_item_btn_steps,
.acc_list_item_btn.contrast-2 .acc_list_item_btn_steps,
.acc_list_item_btn.contrast-3 .acc_list_item_btn_steps,
.acc_list_item_btn.zoom-1 .acc_list_item_btn_steps,
.acc_list_item_btn.zoom-2 .acc_list_item_btn_steps,
.acc_list_item_btn.zoom-3 .acc_list_item_btn_steps,
.acc_list_item_btn.textSpacing-1 .acc_list_item_btn_steps,
.acc_list_item_btn.textSpacing-2 .acc_list_item_btn_steps,
.acc_list_item_btn.textSpacing-3 .acc_list_item_btn_steps,
.acc_list_item_btn.dyslexia-1 .acc_list_item_btn_steps,
.acc_list_item_btn.dyslexia-2 .acc_list_item_btn_steps,
.acc_list_item_btn.dyslexia-3 .acc_list_item_btn_steps,
.acc_list_item_btn.textAlign-1 .acc_list_item_btn_steps,
.acc_list_item_btn.textAlign-2 .acc_list_item_btn_steps,
.acc_list_item_btn.textAlign-3 .acc_list_item_btn_steps,
.acc_list_item_btn.textAlign-4 .acc_list_item_btn_steps,
.acc_list_item_btn.cursor-1 .acc_list_item_btn_steps,
.acc_list_item_btn.cursor-2 .acc_list_item_btn_steps,
.acc_list_item_btn.lineHeight-1 .acc_list_item_btn_steps,
.acc_list_item_btn.lineHeight-2 .acc_list_item_btn_steps,
.acc_list_item_btn.lineHeight-3 .acc_list_item_btn_steps,
.acc_list_item_btn.saturation-1 .acc_list_item_btn_steps,
.acc_list_item_btn.saturation-2 .acc_list_item_btn_steps,
.acc_list_item_btn.saturation-3 .acc_list_item_btn_steps {
    display: grid;
}

.acc_list_item_btn.contrast-1 .acc_list_item_btn_steps_col:first-of-type,
.acc_list_item_btn.zoom-1 .acc_list_item_btn_steps_col:first-of-type,
.acc_list_item_btn.textSpacing-1 .acc_list_item_btn_steps_col:first-of-type,
.acc_list_item_btn.dyslexia-1 .acc_list_item_btn_steps_col:first-of-type,
.acc_list_item_btn.textAlign-1 .acc_list_item_btn_steps_col:first-of-type,
.acc_list_item_btn.cursor-1 .acc_list_item_btn_steps_col:first-of-type,
.acc_list_item_btn.lineHeight-1 .acc_list_item_btn_steps_col:first-of-type,
.acc_list_item_btn.saturation-1 .acc_list_item_btn_steps_col:first-of-type {
    background: #2cb34a;
}

.acc_list_item_btn.contrast-2 .acc_list_item_btn_steps_col:nth-of-type(2),
.acc_list_item_btn.zoom-2 .acc_list_item_btn_steps_col:nth-of-type(2),
.acc_list_item_btn.textSpacing-2 .acc_list_item_btn_steps_col:nth-of-type(2),
.acc_list_item_btn.dyslexia-2 .acc_list_item_btn_steps_col:nth-of-type(2),
.acc_list_item_btn.textAlign-2 .acc_list_item_btn_steps_col:nth-of-type(2),
.acc_list_item_btn.cursor-2 .acc_list_item_btn_steps_col:nth-of-type(2),
.acc_list_item_btn.lineHeight-2 .acc_list_item_btn_steps_col:nth-of-type(2),
.acc_list_item_btn.saturation-2 .acc_list_item_btn_steps_col:nth-of-type(2) {
    background: #2cb34a;
}

.acc_list_item_btn.contrast-3 .acc_list_item_btn_steps_col:nth-of-type(3),
.acc_list_item_btn.zoom-3 .acc_list_item_btn_steps_col:nth-of-type(3),
.acc_list_item_btn.textSpacing-3 .acc_list_item_btn_steps_col:nth-of-type(3),
.acc_list_item_btn.dyslexia-3 .acc_list_item_btn_steps_col:nth-of-type(3),
.acc_list_item_btn.textAlign-3 .acc_list_item_btn_steps_col:nth-of-type(3),
.acc_list_item_btn.lineHeight-3 .acc_list_item_btn_steps_col:nth-of-type(3),
.acc_list_item_btn.saturation-3 .acc_list_item_btn_steps_col:nth-of-type(3) {
    background: #2cb34a;
}

.acc_list_item_btn.textAlign-4 .acc_list_item_btn_steps_col:nth-of-type(4) {
    background: #2cb34a;
}

.acc_list_item.active .acc_list_item_btn {
    border-color: #2cb34a;
    box-shadow: 0 0 0 5px rgba(44, 179, 74, 0.15);
    color: #2cb34a;
}

.acc_list_item.active .acc_list_item_btn:focus,
.acc_list_item.active .acc_list_item_btn:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0);
    color: #2cb34a;
}

.acc_list_item.active .acc_list_item_btn:focus:after,
.acc_list_item.active .acc_list_item_btn:focus-visible:after {
    display: none;
}

.acc_list_item.active .acc_list_item_btn_check {
    display: flex;
}

.svg_hidden {
    display: none;
}

.acc_widget_trigger {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background: #2cb34a;
    z-index: 90;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    -webkit-appearance: button;
    transition: all 0.3s ease-in;
    border-radius: 50%;
}

.acc_widget_trigger_svg {
    fill: currentColor;
    width: 48px;
    height: 48px;
}

.acc_widget_trigger_check {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #ffffff;
    width: 20px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #2cb34a;
    border: #2cb34a solid 1px;
}

.acc_widget_trigger:hover {
    transform: scale(1.1);
}

.acc_widget_trigger:focus,
.acc_widget_trigger:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0);
}

.acc_widget_trigger:focus:after,
.acc_widget_trigger:focus-visible:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(44, 179, 74, 0.42);
    z-index: 2;
}

.reset_acc_setting {
    display: block;
    padding: 14px 20px;
    color: #fff;
    background: #2cb34a;
    border-radius: 10px;
    font-weight: 900;
    font-size: 14px;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    visibility: visible;
    cursor: pointer;
    box-shadow: none;
    position: relative;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.reset_acc_setting:focus,
.reset_acc_setting:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0);
}

.reset_acc_setting:focus:after,
.reset_acc_setting:focus-visible:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #2cb34a;
    border-radius: 12px;
    box-shadow: 0 0 0 3px rgba(44, 179, 74, 0.22);
    z-index: 2;
}

.body_contrast-1 img {
    filter: invert(100%) !important;
    -webkit-filter: invert(100%) !important;
    /* background: black  !important;
    color: white  !important; */
}

.body_contrast-1 article,
.body_contrast-2 .filter {
    background-color: #000;
    border: black;
    color: white;
}

.body_contrast-1 article * {
    color: white;
}

.body_contrast-1 .body_contrast-2-black-bg {
    background-color: #000 !important;
    color: white !important;
}

.body_contrast-1 .body_contrast-2-black-bg * {
    background-color: #000 !important;
    color: white !important;
}

.body_contrast-1 .filter,
.body_contrast-1 .filter *,
.body_contrast-1 footer {
    background-color: #000 !important;
    border: black !important;
    color: white !important;
}


.body_contrast-1 .acc_widget_trigger_check {
    display: flex;
}

.body_contrast-1 .acc_list_item.active .acc_list_item_btn_check {
    display: flex;
}

.body_contrast-1 .acc_list_item.active .contrast-1 .acc_list_item_btn_steps {
    display: grid;
}

.body_contrast-1 .acc_list_item.active .contrast-1 .acc_list_item_btn_steps.col:first-of-type {
    background: #2cb34a;
}

.body_contrast-2 *:not(#accessibilityModal):not(#accessibilityModal *):not(video):not(img) {
    transition: all;
    color: #fff !important;
    border-color: white !important;
}

body.body_contrast-2 {
    background-color: #000;
}

.body_contrast-2 article,
.body_contrast-2 .filter {
    background-color: #000;
    border: black;
}

.body_contrast-2 .body_contrast-2-black-bg {
    background-color: #000 !important;
    color: white !important;
}

.body_contrast-2 .body_contrast-2-black-bg * {
    background-color: #000 !important;
    color: white !important;
}

.body_contrast-2 .filter *,
.body_contrast-2 footer {
    background-color: #000;
    border: black;
    color: white;
}

.body_contrast-2 *:not(#accessibilityModal):not(#accessibilityModal *) [role="link"],
.body_contrast-2 *:not(#accessibilityModal):not(#accessibilityModal *) [role="link"] *,
.body_contrast-2 *:not(#accessibilityModal):not(#accessibilityModal *) a,
.body_contrast-2 *:not(#accessibilityModal):not(#accessibilityModal *) a * {
    color: #50d0a0 !important;
}

.body_contrast-2 .acc_widget_trigger_check {
    display: flex;
}

.body_contrast-2 input::-moz-placeholder, .body_contrast-2 textarea::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.body_contrast-2 input::placeholder,
.body_contrast-2 textarea::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.body_contrast-2 input:-moz-placeholder,
.body_contrast-2 input::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.body_contrast-2 input:-ms-input-placeholder,
.body_contrast-2 input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.body_contrast-2 textarea:-moz-placeholder,
.body_contrast-2 textarea::-moz-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.body_contrast-2 textarea:-ms-input-placeholder,
.body_contrast-2 textarea::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.body_contrast-3 *:not(#accessibilityModal):not(#accessibilityModal *) {
    transition: all;
    /* backgdround-color: #fff !important; */
    /* border-color: #000 !important;
    color: #000; */
}

body.body_contrast-3,
body.body_contrast-3 .body_contrast-3-white-bg {
    background-color: #fff !important;
    color: black !important;
}

body.body_contrast-3 .main-content {
    color: #fff !important;
}

body.body_contrast-3 footer {
    background-color: #fff !important;
}

.body_contrast-3 .regulatory a,
.body_contrast-3 .regulatory span {
    color: #fff !important;
}

.body_contrast-3 .acc_widget_trigger_check {
    display: flex;
}

.body_contrast-3 input::-moz-placeholder, .body_contrast-3 textarea::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.body_contrast-3 input::placeholder,
.body_contrast-3 textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.body_contrast-3 input:-moz-placeholder,
.body_contrast-3 input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.body_contrast-3 input:-ms-input-placeholder,
.body_contrast-3 input::-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.body_contrast-3 textarea:-moz-placeholder,
.body_contrast-3 textarea::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.body_contrast-3 textarea:-ms-input-placeholder,
.body_contrast-3 textarea::-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.body_highLightLinks-1 [role="link"],
.body_highLightLinks-1 [role="link"] *,
.body_highLightLinks-1 a,
.body_highLightLinks-1 a * {
    transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-decoration: underline !important;
    color: #ff0 !important;
    background-color: #000 !important;
}

.body_highLightLinks-1 .acc_widget_trigger_check {
    display: flex;
}

.body_highLightLinks-1 .acc {
    text-decoration: none !important;
    color: inherit !important;
    /* background-color: white !important; */
}

.body_zoom-1 *:not(#accessibilityModal):not(#accessibilityModal *):not(.zoom-exception):not(.zoom-exception *) {
    zoom: 1.004;
}

.body_zoom-2 *:not(#accessibilityModal):not(#accessibilityModal *):not(.zoom-exception):not(.zoom-exception *) {
    zoom: 1.008;
}

.body_zoom-3 *:not(#accessibilityModal):not(#accessibilityModal *):not(.zoom-exception):not(.zoom-exception *) {
    zoom: 1.012;
}


.body_zoom-1 .acc_widget_trigger_check,
.body_zoom-2 .acc_widget_trigger_check,
.body_zoom-3 .acc_widget_trigger_check {
    display: flex;
}

.body_textSpacing-1 {
    word-spacing: 0.16em !important;
    letter-spacing: 0.12em !important;
}

.body_textSpacing-1 * {
    word-spacing: 0.16em !important;
    letter-spacing: 0.12em !important;
}

.body_textSpacing-1 .acc {
    word-spacing: initial !important;
    letter-spacing: initial !important;
}

.body_textSpacing-1 .acc .acc_list_item_btn_title,
.body_textSpacing-1 .acc .acc_widget_content_header_title,
.body_textSpacing-1 .acc .reset_acc_setting {
    word-spacing: initial !important;
    letter-spacing: initial !important;
}

.body_textSpacing-2 {
    word-spacing: 0.32em !important;
    letter-spacing: 0.24em !important;
}

.body_textSpacing-2 * {
    word-spacing: 0.32em !important;
    letter-spacing: 0.24em !important;
}

.body_textSpacing-2 .acc {
    word-spacing: initial !important;
    letter-spacing: initial !important;
}

.body_textSpacing-2 .acc .acc_list_item_btn_title,
.body_textSpacing-2 .acc .acc_widget_content_header_title,
.body_textSpacing-2 .acc .reset_acc_setting {
    word-spacing: initial !important;
    letter-spacing: initial !important;
}

.body_textSpacing-3 {
    word-spacing: 0.48em !important;
    letter-spacing: 0.36em !important;
}

.body_textSpacing-3 * {
    word-spacing: 0.48em !important;
    letter-spacing: 0.36em !important;
}

.body_textSpacing-3 .acc {
    word-spacing: initial !important;
    letter-spacing: initial !important;
}

.body_textSpacing-3 .acc .acc_list_item_btn_title,
.body_textSpacing-3 .acc .acc_widget_content_header_title,
.body_textSpacing-3 .acc .reset_acc_setting {
    word-spacing: initial !important;
    letter-spacing: initial !important;
}

.body_textSpacing-1 .acc_widget_trigger_check,
.body_textSpacing-2 .acc_widget_trigger_check,
.body_textSpacing-3 .acc_widget_trigger_check {
    display: flex;
}

.body_dyslexia-1 *:not(#accessibilityModal):not(#accessibilityModal *) {
    font-family: "opendyslexicregular", serif !important;
    font-size: 12px;
}

.body_dyslexia-1 .acc {
    font-family: initial !important;
}

.body_dyslexia-1 .acc .acc_list_item_btn_title,
.body_dyslexia-1 .acc .acc_widget_content_header_title,
.body_dyslexia-1 .acc .reset_acc_setting {
    font-family: "Proxima Nova" !important;
}

.body_dyslexia-2 {
    font-family: Arial, Helvetica, sans-serif !important;
}

.body_dyslexia-2 * {
    font-family: Arial, Helvetica, sans-serif !important;
}

.body_dyslexia-2 .acc {
    font-family: "Proxima Nova" !important;
}

.body_dyslexia-2 .acc .acc_list_item_btn_title,
.body_dyslexia-2 .acc .acc_widget_content_header_title,
.body_dyslexia-2 .acc .reset_acc_setting {
    font-family: "Proxima Nova" !important;
}

.body_dyslexia-1 .acc_widget_trigger_check,
.body_dyslexia-2 .acc_widget_trigger_check {
    display: flex;
}

.body_hideImages-1 img *,
.body_hideImages-1 img {
    visibility: hidden !important;
}

.body_hideImages-1 .acc_widget_trigger_check {
    display: flex;
}

.body_textAlign-1 {
    text-align: left !important;
    justify-content: left !important;
}

.body_textAlign-1 * {
    text-align: left !important;
    justify-content: left !important;
}

.body_textAlign-1 .acc {
    text-align: initial !important;
}

.body_textAlign-1 .acc_list_item_btn_title {
    text-align: initial !important;
}

.body_textAlign-1 .reset_acc_setting,
.body_textAlign-1 .acc_list_item.active .acc_list_item_btn_check,
.body_textAlign-1 .acc_list_item_btn,
.body_textAlign-1 .acc_widget_content_header_close {
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
}

.body_textAlign-1 .acc_widget_trigger,
.body_textAlign-1 .acc_widget_trigger_svg,
.body_textAlign-1 .acc_widget_trigger_check {
    text-align: center !important;
    display: flex;
    justify-content: center !important;
}

.body_textAlign-2 {
    text-align: right !important;
    justify-content: right !important;
}

.body_textAlign-2 * {
    text-align: right !important;
    justify-content: right !important;
}

.body_textAlign-2 .acc_list_item_btn_title {
    text-align: initial !important;
}

.body_textAlign-2 .reset_acc_setting,
.body_textAlign-2 .acc_list_item.active .acc_list_item_btn_check,
.body_textAlign-2 .acc_list_item_btn,
.body_textAlign-2 .acc_widget_content_header_close {
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
}

.body_textAlign-2 .acc_widget_trigger,
.body_textAlign-2 .acc_widget_trigger_svg,
.body_textAlign-2 .acc_widget_trigger_check {
    text-align: center !important;
    display: flex;
    justify-content: center !important;
}

.body_textAlign-3 {
    text-align: center !important;
    justify-content: center !important;
}

.body_textAlign-3 * {
    text-align: center !important;
    justify-content: center !important;
}

.body_textAlign-3 .acc {
    text-align: initial !important;
    justify-content: initial !important;
}

.body_textAlign-3 .acc .reset_acc_setting {
    text-align: initial !important;
    justify-content: center !important;
    display: flex;
}

.body_textAlign-3 .acc .acc_widget_content_body {
    justify-content: flex-start !important;
}

.body_textAlign-4 {
    text-align: justify !important;
}

.body_textAlign-4 * {
    text-align: justify !important;
}

.body_textAlign-4 .acc_list_item_btn_title {
    text-align: initial !important;
}

.body_textAlign-4 .reset_acc_setting,
.body_textAlign-4 .acc_list_item.active .acc_list_item_btn_check,
.body_textAlign-4 .acc_list_item_btn,
.body_textAlign-4 .acc_widget_content_header_close {
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
}

.body_textAlign-4 .acc_widget_trigger,
.body_textAlign-4 .acc_widget_trigger_svg,
.body_textAlign-4 .acc_widget_trigger_check {
    text-align: center !important;
    display: flex;
    justify-content: center !important;
}

.body_textAlign-1,
.body_textAlign-2,
.body_textAlign-3,
.body_textAlign-4 {
    transition: all;
}

.body_textAlign-1 .acc_widget_trigger_check,
.body_textAlign-2 .acc_widget_trigger_check,
.body_textAlign-3 .acc_widget_trigger_check,
.body_textAlign-4 .acc_widget_trigger_check {
    display: flex;
}

.body_cursor-1 {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0ibTI3LjQgMjYuNSA5LjIgMTguMy03LjkgMy45LTkuMi0xOC4zLTkuMyA4LjZWMi4zbDI5LjggMjItMTIuNiAyLjJ6IiBzdHlsZT0ic3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7dHJhbnNmb3JtOnNjYWxlKC42NCkiLz48L3N2Zz4=) 10 0,
        auto !important;
}

.body_cursor-1 * {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0ibTI3LjQgMjYuNSA5LjIgMTguMy03LjkgMy45LTkuMi0xOC4zLTkuMyA4LjZWMi4zbDI5LjggMjItMTIuNiAyLjJ6IiBzdHlsZT0ic3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7dHJhbnNmb3JtOnNjYWxlKC42NCkiLz48L3N2Zz4=) 10 0,
        auto !important;
}

.body_cursor-2 {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0ibTI3LjMgMjYuMyA5LjIgMTguNC04IDMuOS05LjItMTguNC05LjIgOC43VjJMNDAgMjQuMWwtMTIuNyAyLjJ6IiBzdHlsZT0iZmlsbDojZmZmIWltcG9ydGFudDtzdHJva2U6IzAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt0cmFuc2Zvcm06c2NhbGUoLjY0KSIvPjwvc3ZnPg==) 10 0,
        auto !important;
}

.body_cursor-2 * {
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0ibTI3LjMgMjYuMyA5LjIgMTguNC04IDMuOS05LjItMTguNC05LjIgOC43VjJMNDAgMjQuMWwtMTIuNyAyLjJ6IiBzdHlsZT0iZmlsbDojZmZmIWltcG9ydGFudDtzdHJva2U6IzAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt0cmFuc2Zvcm06c2NhbGUoLjY0KSIvPjwvc3ZnPg==) 10 0,
        auto !important;
}

.body_cursor-1,
.body_cursor-2 {
    transition: all;
}

.body_cursor-1 .acc_widget_trigger_check,
.body_cursor-2 .acc_widget_trigger_check {
    display: flex;
}

.body_lineHeight-1 {
    line-height: 30px !important;
}

.body_lineHeight-1 * {
    line-height: 30px !important;
}

.body_lineHeight-1 .acc {
    line-height: initial !important;
}

.body_lineHeight-1 .acc .acc_list_item_btn_title,
.body_lineHeight-1 .acc .acc_widget_content_header_title,
.body_lineHeight-1 .acc .reset_acc_setting {
    line-height: initial !important;
}

.body_lineHeight-2 {
    line-height: 35px !important;
}

.body_lineHeight-2 * {
    line-height: 35px !important;
}

.body_lineHeight-2 .acc {
    line-height: initial !important;
}

.body_lineHeight-2 .acc .acc_list_item_btn_title,
.body_lineHeight-2 .acc .acc_widget_content_header_title,
.body_lineHeight-2 .acc .reset_acc_setting {
    line-height: initial !important;
}

.body_lineHeight-3 {
    line-height: 40px !important;
}

.body_lineHeight-3 * {
    line-height: 40px !important;
}

.body_lineHeight-3 .acc {
    line-height: initial !important;
}

.body_lineHeight-3 .acc .acc_list_item_btn_title,
.body_lineHeight-3 .acc .acc_widget_content_header_title,
.body_lineHeight-3 .acc .reset_acc_setting {
    line-height: initial !important;
}

.body_lineHeight-1,
.body_lineHeight-2,
.body_lineHeight-3 {
    transition: all;
}

.body_lineHeight-1 .acc_widget_trigger_check,
.body_lineHeight-2 .acc_widget_trigger_check,
.body_lineHeight-3 .acc_widget_trigger_check {
    display: flex;
}

.body_saturation-1 *:not(#accessibilityModal):not(#accessibilityModal *) {
    filter: saturate(0.5) !important;
}

.body_saturation-2 *:not(#accessibilityModal):not(#accessibilityModal *) {
    filter: saturate(3) !important;
}

.body_saturation-3 *:not(#accessibilityModal):not(#accessibilityModal *) {
    filter: saturate(0) !important;
}

.body_saturation-1,
.body_saturation-2,
.body_saturation-3 {
    transition: all;
}

.body_saturation-1 .acc_widget_trigger_check,
.body_saturation-2 .acc_widget_trigger_check,
.body_saturation-3 .acc_widget_trigger_check {
    display: flex;
}

@media only screen and (max-width: 500px) {
    .acc_list {
        gap: 10px;
    }

    .acc_widget {
        max-width: 320px;
    }

    .acc_widget_trigger {
        width: 48px;
        height: 48px;
    }

    .acc_widget_trigger_svg {
        width: 38px;
        height: 38px;
    }

    .acc_list_item_btn_title {
        font-size: 13px;
    }
}


/* Custom Scrollbar Styles */
.custom-scrollbar::-webkit-scrollbar {
    padding-top: 20px;
    width: 12px;
    /* Width of the scrollbar */
    height: 12px;
    /* Height of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track background */
    border-radius: 6px;
    /* Optional: rounded edges */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #2CB34A;
    /* Scrollbar color */
    border-radius: 6px;
    /* Rounded edges for the scrollbar */
    border: 3px solid #f1f1f1;
    /* Optional: adds space around the scrollbar thumb */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #238c38;
    /* Darker green when hovered */
}
.bg-table-row-1 {
    background: #2CB34A1A !important;
}
.bg-table-row-2 {
    background: #2CB34A26 !important;
}
.\*\:py-2 > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\*\:py-2\.5 > * {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.\*\:text-sm > * {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\*\:tracking-widest > * {
  letter-spacing: 0.1em;
}
.placeholder\:text-\[17px\]::-moz-placeholder {
  font-size: 17px;
}
.placeholder\:text-\[17px\]::placeholder {
  font-size: 17px;
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#51B44A\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(81 180 74 / var(--tw-border-opacity));
}
.hover\:bg-\[\#2AB44A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 180 74 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-\[\#249c3e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(36 156 62 / var(--tw-text-opacity));
}
.hover\:text-\[\#2AB44A\]:hover {
  --tw-text-opacity: 1;
  color: rgb(42 180 74 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-saf-menu-green:hover {
  --tw-text-opacity: 1;
  color: rgb(82 180 75 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}
.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#DFF4E4\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(223 244 228 / var(--tw-ring-opacity));
}
.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:ml-5 {
  margin-left: 1.25rem;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-xl\/8 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

  .md\:mt-\[15px\] {
    margin-top: 15px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

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

  .md\:h-\[27\.5938rem\] {
    height: 27.5938rem;
  }

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

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

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

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

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

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

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

  .md\:w-\[33\.75rem\] {
    width: 33.75rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-64 {
    padding-top: 16rem;
  }

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

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

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

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

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

  .md\:\[object-position\:right_15\%_top_30\%\] {
    -o-object-position: right 15% top 30%;
       object-position: right 15% top 30%;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

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

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

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

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

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

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

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

  .lg\:max-w-64 {
    max-width: 16rem;
  }

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

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

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

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .xl\:w-\[30\%\] {
    width: 30%;
  }
}
@media (min-width: 1536px) {

  .\32xl\:w-\[30\%\] {
    width: 30%;
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

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