*, ::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:  ;
}

/*
! tailwindcss v3.4.16 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!bottom-\[32px\] {
  bottom: 32px !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[16px\] {
  right: 16px;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

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

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

.-ml-\[50\%\] {
  margin-left: -50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-\[calc\(100vh-160px\)\] {
  max-height: calc(100vh - 160px);
}

.min-h-14 {
  min-height: 3.5rem;
}

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

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

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.min-w-60 {
  min-width: 15rem;
}

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

.basis-0 {
  flex-basis: 0px;
}

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

.basis-full {
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-\[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));
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.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-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[80px\] {
  gap: 80px;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

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

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

.border {
  border-width: 1px;
}

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

.border-\[2px\] {
  border-width: 2px;
}

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

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

.border-solid {
  border-style: solid;
}

.\!border-none {
  border-style: none !important;
}

.border-none {
  border-style: none;
}

.border-\[\#8B8B8B\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 139 139 / var(--tw-border-opacity, 1));
}

.border-\[\#B2B2B2\] {
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#ECECEC\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 112 67 / var(--tw-border-opacity, 1));
}

.border-greenLight {
  --tw-border-opacity: 1;
  border-color: rgb(232 238 234 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#44B038\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 176 56 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DA1E28\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 30 40 / var(--tw-bg-opacity, 1));
}

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

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity, 1));
}

.bg-dark\/0 {
  background-color: rgb(60 60 60 / 0);
}

.bg-dark\/10 {
  background-color: rgb(60 60 60 / 0.1);
}

.bg-dark\/100 {
  background-color: rgb(60 60 60 / 1);
}

.bg-dark\/15 {
  background-color: rgb(60 60 60 / 0.15);
}

.bg-dark\/20 {
  background-color: rgb(60 60 60 / 0.2);
}

.bg-dark\/25 {
  background-color: rgb(60 60 60 / 0.25);
}

.bg-dark\/30 {
  background-color: rgb(60 60 60 / 0.3);
}

.bg-dark\/35 {
  background-color: rgb(60 60 60 / 0.35);
}

.bg-dark\/40 {
  background-color: rgb(60 60 60 / 0.4);
}

.bg-dark\/45 {
  background-color: rgb(60 60 60 / 0.45);
}

.bg-dark\/5 {
  background-color: rgb(60 60 60 / 0.05);
}

.bg-dark\/50 {
  background-color: rgb(60 60 60 / 0.5);
}

.bg-dark\/55 {
  background-color: rgb(60 60 60 / 0.55);
}

.bg-dark\/60 {
  background-color: rgb(60 60 60 / 0.6);
}

.bg-dark\/65 {
  background-color: rgb(60 60 60 / 0.65);
}

.bg-dark\/70 {
  background-color: rgb(60 60 60 / 0.7);
}

.bg-dark\/75 {
  background-color: rgb(60 60 60 / 0.75);
}

.bg-dark\/80 {
  background-color: rgb(60 60 60 / 0.8);
}

.bg-dark\/85 {
  background-color: rgb(60 60 60 / 0.85);
}

.bg-dark\/90 {
  background-color: rgb(60 60 60 / 0.9);
}

.bg-dark\/95 {
  background-color: rgb(60 60 60 / 0.95);
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 67 / var(--tw-bg-opacity, 1));
}

.bg-green\/0 {
  background-color: rgb(0 112 67 / 0);
}

.bg-green\/10 {
  background-color: rgb(0 112 67 / 0.1);
}

.bg-green\/100 {
  background-color: rgb(0 112 67 / 1);
}

.bg-green\/15 {
  background-color: rgb(0 112 67 / 0.15);
}

.bg-green\/20 {
  background-color: rgb(0 112 67 / 0.2);
}

.bg-green\/25 {
  background-color: rgb(0 112 67 / 0.25);
}

.bg-green\/30 {
  background-color: rgb(0 112 67 / 0.3);
}

.bg-green\/35 {
  background-color: rgb(0 112 67 / 0.35);
}

.bg-green\/40 {
  background-color: rgb(0 112 67 / 0.4);
}

.bg-green\/45 {
  background-color: rgb(0 112 67 / 0.45);
}

.bg-green\/5 {
  background-color: rgb(0 112 67 / 0.05);
}

.bg-green\/50 {
  background-color: rgb(0 112 67 / 0.5);
}

.bg-green\/55 {
  background-color: rgb(0 112 67 / 0.55);
}

.bg-green\/60 {
  background-color: rgb(0 112 67 / 0.6);
}

.bg-green\/65 {
  background-color: rgb(0 112 67 / 0.65);
}

.bg-green\/70 {
  background-color: rgb(0 112 67 / 0.7);
}

.bg-green\/75 {
  background-color: rgb(0 112 67 / 0.75);
}

.bg-green\/80 {
  background-color: rgb(0 112 67 / 0.8);
}

.bg-green\/85 {
  background-color: rgb(0 112 67 / 0.85);
}

.bg-green\/90 {
  background-color: rgb(0 112 67 / 0.9);
}

.bg-green\/95 {
  background-color: rgb(0 112 67 / 0.95);
}

.bg-greenDark {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-greenDark\/0 {
  background-color: rgb(38 38 38 / 0);
}

.bg-greenDark\/10 {
  background-color: rgb(38 38 38 / 0.1);
}

.bg-greenDark\/100 {
  background-color: rgb(38 38 38 / 1);
}

.bg-greenDark\/15 {
  background-color: rgb(38 38 38 / 0.15);
}

.bg-greenDark\/20 {
  background-color: rgb(38 38 38 / 0.2);
}

.bg-greenDark\/25 {
  background-color: rgb(38 38 38 / 0.25);
}

.bg-greenDark\/30 {
  background-color: rgb(38 38 38 / 0.3);
}

.bg-greenDark\/35 {
  background-color: rgb(38 38 38 / 0.35);
}

.bg-greenDark\/40 {
  background-color: rgb(38 38 38 / 0.4);
}

.bg-greenDark\/45 {
  background-color: rgb(38 38 38 / 0.45);
}

.bg-greenDark\/5 {
  background-color: rgb(38 38 38 / 0.05);
}

.bg-greenDark\/50 {
  background-color: rgb(38 38 38 / 0.5);
}

.bg-greenDark\/55 {
  background-color: rgb(38 38 38 / 0.55);
}

.bg-greenDark\/60 {
  background-color: rgb(38 38 38 / 0.6);
}

.bg-greenDark\/65 {
  background-color: rgb(38 38 38 / 0.65);
}

.bg-greenDark\/70 {
  background-color: rgb(38 38 38 / 0.7);
}

.bg-greenDark\/75 {
  background-color: rgb(38 38 38 / 0.75);
}

.bg-greenDark\/80 {
  background-color: rgb(38 38 38 / 0.8);
}

.bg-greenDark\/85 {
  background-color: rgb(38 38 38 / 0.85);
}

.bg-greenDark\/90 {
  background-color: rgb(38 38 38 / 0.9);
}

.bg-greenDark\/95 {
  background-color: rgb(38 38 38 / 0.95);
}

.bg-greenLight {
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 234 / var(--tw-bg-opacity, 1));
}

.bg-greenLight\/0 {
  background-color: rgb(232 238 234 / 0);
}

.bg-greenLight\/10 {
  background-color: rgb(232 238 234 / 0.1);
}

.bg-greenLight\/100 {
  background-color: rgb(232 238 234 / 1);
}

.bg-greenLight\/15 {
  background-color: rgb(232 238 234 / 0.15);
}

.bg-greenLight\/20 {
  background-color: rgb(232 238 234 / 0.2);
}

.bg-greenLight\/25 {
  background-color: rgb(232 238 234 / 0.25);
}

.bg-greenLight\/30 {
  background-color: rgb(232 238 234 / 0.3);
}

.bg-greenLight\/35 {
  background-color: rgb(232 238 234 / 0.35);
}

.bg-greenLight\/40 {
  background-color: rgb(232 238 234 / 0.4);
}

.bg-greenLight\/45 {
  background-color: rgb(232 238 234 / 0.45);
}

.bg-greenLight\/5 {
  background-color: rgb(232 238 234 / 0.05);
}

.bg-greenLight\/50 {
  background-color: rgb(232 238 234 / 0.5);
}

.bg-greenLight\/55 {
  background-color: rgb(232 238 234 / 0.55);
}

.bg-greenLight\/60 {
  background-color: rgb(232 238 234 / 0.6);
}

.bg-greenLight\/65 {
  background-color: rgb(232 238 234 / 0.65);
}

.bg-greenLight\/70 {
  background-color: rgb(232 238 234 / 0.7);
}

.bg-greenLight\/75 {
  background-color: rgb(232 238 234 / 0.75);
}

.bg-greenLight\/80 {
  background-color: rgb(232 238 234 / 0.8);
}

.bg-greenLight\/85 {
  background-color: rgb(232 238 234 / 0.85);
}

.bg-greenLight\/90 {
  background-color: rgb(232 238 234 / 0.9);
}

.bg-greenLight\/95 {
  background-color: rgb(232 238 234 / 0.95);
}

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

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-\[url\(\.\.\/img\/icons\/icon-checkbox\.svg\)\] {
  background-image: url(../img/icons/icon-checkbox.svg);
}

.bg-\[url\(\.\.\/img\/icons\/icon-radio\.svg\)\] {
  background-image: url(../img/icons/icon-radio.svg);
}

.fill-\[\#007043\] {
  fill: #007043;
}

.fill-gray-600 {
  fill: #4b5563;
}

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

.\!p-4 {
  padding: 1rem !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-\[142\.22\%\] {
  padding-top: 142.22%;
}

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

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

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

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

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

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

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

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

.text-h1_mobile {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 600;
}

.text-h2_mobile {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}

.text-h3_mobile {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

.text-h4_mobile {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 600;
}

.text-h5_mobile {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

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

.text-p {
  font-size: 18px;
  line-height: 1.5;
}

.text-plarge {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

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

.text-pxlarge {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-7 {
  line-height: 1.75rem;
}

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

.text-\[\#636363\] {
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity, 1));
}

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

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 112 67 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.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-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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

/* vars */

/*gaps*/

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

.pb-zero {
  padding-bottom: 0px;
}

.pt-small {
  padding-top: 40px;
}

.pb-small {
  padding-bottom: 40px;
}

.pt-medium {
  padding-top: 80px;
}

.pb-medium {
  padding-bottom: 80px;
}

.pt-large {
  padding-top: 80px;
}

@media (min-width: 1024px) {
  .pt-large {
    padding-top: 160px;
  }
}

.pb-large {
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .pb-large {
    padding-bottom: 160px;
  }
}

/* vars */

@font-face {
  font-family: Calibre;

  font-weight: 400;

  src: url("../fonts/CalibreRegular.woff") format("woff");
}

@font-face {
  font-family: Calibre;

  font-weight: 500;

  src: url("../fonts/CalibreMedium.woff") format("woff");
}

@font-face {
  font-family: Calibre;

  font-weight: 600;

  src: url("../fonts/CalibreSemibold.woff") format("woff");
}

html,
body {
  font-family: Calibre, sans-serif;
}

.button {
  position: relative;
  font-weight: 500;
  padding: 12px 24px 8px;
  border-radius: 4px;
  transition: 0.2s ease;
}

.button svg {
  position: relative;
  margin-left: 8px;
  margin-bottom: 4px;
  left: 0;
}

.button .button-popover {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 8px;
  z-index: 5;
}

.button .button-popover .content {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px 0;
}

.button .button-popover .content ul li {
  padding: 8px 16px;
}

.button:hover {
  /* &.hover-icon{
       svg {
           left: 6px;
       }
   }*/
}

.button:hover .button-popover {
  display: block;
}

.button:hover.bg-green {
  background-color: #44b038;
}

.button:hover.border-green {
  color: #fff;
  background-color: #007043;
}

.button:hover.border-green svg path {
  fill: #fff;
}

.button [role] {
  display: none;
}

.button [role] svg {
  margin: 0;
}

.button.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.button.disabled .hide-on-disabled {
  display: none;
}

.button.disabled [role=status] {
  display: block;
}

.hover-icon > svg, .hover-icon .text-green > svg {
  transition: 0.2s ease;
}

.hover-icon:hover > svg, .hover-icon:hover .text-green > svg {
  transform: translateX(6px);
}

a.text-green:not(.button) > svg {
  margin-bottom: 0.25rem;
}

a.text-green.button > svg {
  margin-bottom: 0.5rem;
}

.header ul li {
  position: relative;
}

.header ul li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  background: #007043;
  height: 2px;
  z-index: 0;
  bottom: 0;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.header ul li.is-active:before, .header ul li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.header .user-dropdown {
  position: relative;
}

.header .user-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 156px;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.header .user-dropdown .dropdown-content a {
  display: block;
  color: #3C3C3C;
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 16px 4px 16px;
}

.header .user-dropdown .dropdown-content a:hover {
  background-color: #E8EEEA;
}

.header .user-dropdown:hover .dropdown-content {
  display: block;
}

.footer {
  position: relative;
  background-image: url("../img/footer-bkg.jpg");
  background-size: auto 100vh;
  background-position: 0% 100%;
}

.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  pointer-events: none;
}

.footer > * {
  position: relative;
  z-index: 2;
}

.has-decoration {
  background-image: url("../img/decoration.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 704px auto;
}

@media (max-width: 1023px) {
  .has-decoration {
    background-size: 352px auto;
  }
}

.cut-corner {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}

.content-default ul {
  list-style: disc;
}

.parallax-wrapper {
  overflow: hidden;
}

.parallax-wrapper img {
  position: relative;
  max-width: unset;
  width: 110%;
  left: -5%;
}

ul.checklist, .content-area ul {
  font-size: 24px;
}

ul.checklist li, .content-area ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}

ul.checklist li:before, .content-area ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.checklist li.py-4:before, .content-area ul li.py-4:before {
  top: 18px;
}

@media (max-width: 1023px) {
  .nero__elements__keyfeature ul {
    font-size: 16px;
  }

  .nero__elements__keyfeature ul li:before {
    width: 24px;
    height: 24px;
    top: 15px !important;
  }
}

.popup-wrapper .content-default ul {
  margin-left: 16px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 72px;
  padding-bottom: 100px;
  z-index: 100;
}

.mobile-menu ul li.is-active a {
  border-bottom: 2px solid #fff;
}

.show-menu .mobile-menu {
  display: block;
}

.show-menu .toggle-menu .open-icon {
  display: none;
}

.show-menu .toggle-menu .close-icon {
  display: block;
}

.project-list .item.is-active .image {
  width: 555px;
  height: 388px;
}

.project-list .item .show-on-active {
  display: none;
}

.project-list .item .image {
  transition: all 0.25s;
  transform-origin: top right;
}

.project-list .content-default ul {
  margin-left: 16px;
}

.faq-list .show-on-active {
  display: none;
}

.faq-list .item.is-active .hide-on-active {
  display: none;
}

.faq-list .item.is-active .show-on-active {
  display: block;
}

.htmlcontent a {
  color: #007043;
  font-weight: 500;
  text-decoration: underline;
}

.project-map {
  position: relative;
  overflow: hidden;
}

.project-map img {
  pointer-events: none;
}

.project-map .image-container > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*make sure to add stroke class on path because there were so many path on oranga,
  grouping wasnt workign as because logo was going behind the stroke
  so find default class (add stroke) done use default class as this changse as you generate new image
  */
}

.project-map .image-container > svg path, .project-map .image-container > svg polygon, .project-map .image-container > svg rect {
  pointer-events: none;
}

.project-map .image-container > svg path.stroke {
  pointer-events: all;
  cursor: pointer;
  transition: all 0.2s;
}

.project-map .image-container > svg path.stroke:hover {
  stroke-width: 14px;
}

@media screen and (max-width: 576px) {
  .project-map .image-container .move-up-hover {
    transform: translate(23%, 0);
  }

  .project-map .image-container .move-up-hover:hover {
    transform: translate(23%, -20px);
  }
}

.project-map .project-details {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 432px;
  max-width: calc(100% - 24px);
  height: calc(100% - 24px);
  z-index: 2;
  overflow: hidden;
}

.project-map .project-details-inner {
  position: relative;
  overflow: auto;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13), 0px 0px 80px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  overflow-y: auto;
  height: 100%;
}

.project-map .project-details-inner .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #B2B2B2;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-map .project-details-inner .close svg {
  position: relative;
}

.project-map .project-details-inner .item {
  position: relative;
}

.project-map .project-details-inner .item ul {
  list-style: disc;
  padding-left: 20px;
}

@media screen and (max-width: 576px) {
  body.show-project-active:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
  }

  body.show-project-active .project-details {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    max-height: calc(100vh - 60px);
  }

  body.show-project-active .project-details-inner {
    margin: 0 auto;
    max-height: calc(100vh - 60px);
    height: auto;
  }
}

.form-steps .step {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.form-steps .step:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 13px;
  right: 50%;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
}

.form-steps .step .pos {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  z-index: 1;
  color: #636363;
  background: #D9D9D9;
}

.form-steps .step .pos span {
  margin-bottom: -4px;
}

.form-steps .step.active {
  pointer-events: none;
}

.form-steps .step.active .pos {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 67 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button:hover.form-steps .step.active .pos {
  background-color: #44b038;
}

.form-steps .step.step-valid .pos {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 67 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button:hover.form-steps .step.step-valid .pos {
  background-color: #44b038;
}

.form-steps .step.invalid .pos {
  background: #DA7C1E url("../img/icons/icon-cross.svg") center center no-repeat !important;
}

.form-steps .step.invalid .pos span {
  opacity: 0;
}

.input-wrap {
  position: relative;
  /* Style for range input */
  /* Thumb (WebKit Browsers) */
  /* Thumb (Firefox) */
  /* Tooltip styling */
  /* Tooltip arrow */
}

.input-wrap .validation-message {
  color: #DA1E28;
  font-size: 14px;
  margin-top: 4px;
}

.input-wrap label {
  font-weight: 500;
}

.input-wrap > label {
  margin-bottom: 8px;
}

.input-wrap .input {
  font-size: 18px;
  border: 2px solid #B2B2B2;
  border-radius: 4px;
  padding: 12px 12px 8px;
}

.input-wrap .input.checked {
  border-color: #007043;
}

.input-wrap input[type=radio], .input-wrap input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.input-wrap input.option[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-top: -5px;
}

.input-wrap .icon {
  position: absolute;
  top: 22px;
  left: 22px;
  --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));
}

.input-wrap .icon + .input {
  padding-left: 44px;
}

.input-wrap.required > label:after {
  content: "*";
  display: inline-block;
  margin-left: 4px;
  color: #DA1E28;
}

.input-wrap.invalid .form-group {
  position: relative;
}

.input-wrap.invalid .form-group:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: calc(100% + 12px);
  top: 24px;
  transform: translateY(-50%);
  background: transparent url("../img/icons/icon-invalid.svg") center center no-repeat;
}

.input-wrap.invalid .form-group .input {
  border-color: #DA1E28;
}

@media screen and (max-width: 768px) {
  .input-wrap.invalid .form-group:after {
    left: calc(100% - 35px);
  }
}

.input-wrap.valid .form-group {
  position: relative;
}

.input-wrap.valid .form-group:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: calc(100% + 12px);
  top: 24px;
  transform: translateY(-50%);
  background: transparent url("../img/icons/icon-valid.svg") center center no-repeat;
}

@media screen and (max-width: 768px) {
  .input-wrap.valid .form-group:after {
    left: calc(100% - 35px);
  }
}

.input-wrap .range-input {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #007043 0%, #007043 50%, #B2B2B2 50%, #B2B2B2 100%);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
}

.input-wrap .range-split {
  width: 50%;
  left: 25%;
  height: 10px;
  position: absolute;
  top: 50%;
  pointer-events: none;
  TRANSFORM: translateY(-50%);
  background-image: url("../img/icons/icon-split.svg"), url("../img/icons/icon-split.svg"), url("../img/icons/icon-split.svg");
  background-position: left center, center center, right center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.input-wrap .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: #007043;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.input-wrap .range-input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #007043;
  border-radius: 50%;
  cursor: pointer;
}

.input-wrap .tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 20%);
  background: #3C3C3C;
  color: white;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  width: 65px;
  text-align: center;
  margin-left: -20px;
  padding: 0;
  pointer-events: none;
}

.input-wrap .tooltip span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0px 0px 0px;
  font-weight: 200;
}

.input-wrap .tooltip span::after {
  content: "";
  width: 12px;
  height: 5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: transparent url(../img/icons/icon-tooltip.svg) 0 0 no-repeat;
}

.input-wrap [data-label=primary] .primary-label {
  display: block;
}

.input-wrap [data-label=primary] .secondary-label {
  display: none;
}

.input-wrap [data-label=secondary] .primary-label {
  display: none;
}

.input-wrap [data-label=secondary] .secondary-label {
  display: block;
}

.step-form .button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.color-red {
  color: #DA1E28;
}

.filter-wrapper li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 234 / var(--tw-bg-opacity, 1));
}

.img-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 54.58%, rgba(0, 0, 0, 0.4) 100%);
}

.move-up-hover {
  pointer-events: all;
  transition: all 0.3s ease;
}

.move-up-hover path {
  pointer-events: all !important;
}

.move-up-hover:hover {
  transform: translateY(-20px);
}

.nero__elements__contentwithtwotitle .content-area.text-p ul {
  font-size: 18px;
}

/*nero__elements__imagecarousel*/

.nero__elements__imagecarousel {
  position: relative;
}

.nero__elements__imagecarousel:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #E8EEEA;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.upload-field {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

ul.checklist li.upload-field:before, .content-area ul li.upload-field:before {
  top: 18px;
}

@media not all and (min-width: 768px) {
  .upload-field {
    max-width: 100%;
  }
}

.upload-field .extension {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.upload-field input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-list li {
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 6px;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
  padding-left: 36px;
  position: relative;
  padding-right: 60px;
}

.file-list li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  background: transparent url("../img/icons/icon-file.svg") center center no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.file-list .remove {
  width: 20px;
  height: 20px;
  background: transparent url("../img/icons/icon-remove.svg") center center no-repeat;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.steps-review {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
}

.steps-review .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.steps-review h2 {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.steps-review h2 .edit {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  font-size: 18px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 112 67 / var(--tw-text-opacity, 1));
}

 .hover-icon .steps-review h2 .edit > svg {
  transition: 0.2s ease;
}

 .hover-icon:hover .steps-review h2 .edit > svg {
  transform: translateX(6px);
}

a.steps-review h2 .edit:not(.button) > svg {
  margin-bottom: 0.25rem;
}

a.steps-review h2 .edit.button > svg {
  margin-bottom: 0.5rem;
}

.nero__elements__contentwithtwotitle .content-area.steps-review h2 .edit ul {
  font-size: 18px;
}

@media (min-width: 992px) {
  .steps-review h2 .edit {
    align-items: center;
  }
}

.steps-review h2 .edit:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: transparent url("../img/icons/icon-edit.svg") center center no-repeat;
  top: 0;
  left: 0;
}

.steps-review h4 {
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.steps-review ul li {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-size: 18px;
  line-height: 1.5;
}

.nero__elements__contentwithtwotitle .content-area.steps-review ul li ul {
  font-size: 18px;
}

@media (min-width: 768px) {
  .steps-review ul li {
    flex-direction: row;
  }

  .steps-review ul li span {
    max-width: 50%;
  }

  .steps-review ul li span:nth-child(even) {
    text-align: right;
  }
}

.error-holder {
  background: rgba(218, 30, 40, 0.1);
  color: #DA1E28;
}

.modal-save-later {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.modal-save-later .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.modal-save-later > .inner {
  position: absolute;
  right: 16px;
  bottom: 27px;
  background-color: #fff;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  margin: 0 6px !important;
  cursor: pointer;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #007043;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  content: "";
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper .swiper-button-prev {
  left: 0;
}

.swiper .swiper-button-prev:after {
  background-image: url("../img/chevron-left.svg");
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-next:after {
  background-image: url("../img/chevron-right.svg");
}

#hero-carousel {
  width: 100%;
  height: 80vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.shadow {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.shadow-b {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}

.application-view {
  position: relative;
}

.application-view .view-item {
  position: relative;
  background-color: #fff;
}

.application-view .view-item .label {
  font-size: 24px;
  line-height: 1;
  padding: 20px 32px;
  cursor: pointer;
}

.application-view .view-item .content {
  padding: 20px 32px;
}

.application-view .view-item .content .group > * {
  border-bottom: 1px solid #B2B2B2;
}

.application-view .view-item .content .group > *:last-child {
  border-bottom: 0;
}

.application-view .view-item .attachments > *:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .text-h4_mobile .close-item.show-on-active {
    display: none !important;
  }
}

a.btn-download {
  cursor: pointer;
}

a.btn-download span, a.btn-download svg {
  pointer-events: none;
}

.no-result-found strong {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.no-result-found p {
  font-size: 18px;
  line-height: 1.5;
}

.nero__elements__contentwithtwotitle .content-area.no-result-found p ul {
  font-size: 18px;
}

.no-result-found a {
  --tw-text-opacity: 1;
  color: rgb(0 112 67 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

 .hover-icon .no-result-found a > svg {
  transition: 0.2s ease;
}

 .hover-icon:hover .no-result-found a > svg {
  transform: translateX(6px);
}

a.no-result-found a:not(.button) > svg {
  margin-bottom: 0.25rem;
}

a.no-result-found a.button > svg {
  margin-bottom: 0.5rem;
}

.show-project {
  cursor: pointer;
}

.before\:\!hidden::before {
  content: var(--tw-content);
  display: none !important;
}

.checked\:bg-\[url\(\.\.\/img\/icons\/icon-checkbox-checked\.svg\)\]:checked {
  background-image: url(../img/icons/icon-checkbox-checked.svg);
}

.checked\:bg-\[url\(\.\.\/img\/icons\/icon-radio-checked\.svg\)\]:checked {
  background-image: url(../img/icons/icon-radio-checked.svg);
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 67 / var(--tw-bg-opacity, 1));
}

.hover\:bg-greenLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 234 / var(--tw-bg-opacity, 1));
}

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

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

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

@media not all and (min-width: 1272px) {
  .max-xxl\:mb-10 {
    margin-bottom: 2.5rem;
  }
}

@media not all and (min-width: 992px) {
  .max-lg\:order-1 {
    order: 1;
  }

  .max-lg\:order-2 {
    order: 2;
  }

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

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

  .max-lg\:\!h-auto {
    height: auto !important;
  }

  .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mt-2 {
    margin-top: 0.5rem;
  }

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

@media (min-width: 576px) {
  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .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\:gap-16 {
    gap: 4rem;
  }

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

@media (min-width: 1024px) {
  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-\[80px\] {
    gap: 80px;
  }

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

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

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

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

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

  .xl\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

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

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

  .xl\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .xl\:text-h1 {
    font-size: 84px;
    line-height: 1.1;
    font-weight: 600;
  }

  .xl\:text-h2 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 600;
  }

  .xl\:text-h3 {
    font-size: 58px;
    line-height: 1.2;
    font-weight: 600;
  }

  .xl\:text-h4 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
  }

  .xl\:text-h5 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
  }
}

@media (min-width: 1272px) {
  .xxl\:flex {
    display: flex;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:fill-gray-300 {
    fill: #d1d5db;
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}



/*# sourceMappingURL=style.css.map */