/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
body {
  font-family: "Maven Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1A2A2E;
  background-color: #ffffff;
}

.font-merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
}

.font-merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
}

.font-merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.font-merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
}

* {
  font-family: "Merriweather";
}

*, ::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.19 | 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: 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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-top-7 {
  top: -1.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-20\%\] {
  left: -20%;
}
.left-full {
  left: 100%;
}
.right-5 {
  right: 1.25rem;
}
.right-\[calc\(100\%-50vw\)\] {
  right: calc(100% - 50vw);
}
.right-\[calc\(70\%-50vw\)\] {
  right: calc(70% - 50vw);
}
.top-0 {
  top: 0px;
}
.top-5 {
  top: 1.25rem;
}
.top-\[93\%\] {
  top: 93%;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.-mt-28 {
  margin-top: -7rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.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-auto {
  margin-top: auto;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[278px\] {
  height: 278px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[90px\] {
  height: 90px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[210px\] {
  height: 210px;
}
.h-16 {
  height: 4rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[380px\] {
  min-height: 380px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[118px\] {
  width: 118px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[calc\(\(100\%-1\.5rem\)\/2\)\] {
  width: calc((100% - 1.5rem) / 2);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-16 {
  width: 4rem;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[826px\] {
  max-width: 826px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-none {
  max-width: none;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.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-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: 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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[18px\] {
  gap: 18px;
}
.-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-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-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-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-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));
}
.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}
.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[5px\] {
  border-bottom-width: 5px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#006064\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 96 100 / var(--tw-border-opacity, 1));
}
.border-\[\#00636D\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 99 109 / var(--tw-border-opacity, 1));
}
.border-\[\#006475\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 117 / var(--tw-border-opacity, 1));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#e8e9ea\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 233 234 / var(--tw-border-opacity, 1));
}
.border-brand-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 116 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-\[\#E2E8F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}
.border-b-\[\#006064\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 96 100 / var(--tw-border-opacity, 1));
}
.bg-\[\#005D72\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 114 / var(--tw-bg-opacity, 1));
}
.bg-\[\#006064\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 100 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00636D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 109 / var(--tw-bg-opacity, 1));
}
.bg-\[\#006475\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 117 / var(--tw-bg-opacity, 1));
}
.bg-\[\#006D80\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 128 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2D2D2D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6F0F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E7F3F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 243 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBF3F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 243 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EDF3F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF6F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFE8DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 232 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F4F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 249 / var(--tw-bg-opacity, 1));
}
.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(26 42 46 / var(--tw-bg-opacity, 1));
}
.bg-brand-mint\/50 {
  background-color: rgb(239 247 248 / 0.5);
}
.bg-brand-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 116 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#67994E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(103 153 78 / var(--tw-bg-opacity, 1));
}
.bg-\[\#94B32A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(148 179 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#961A5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(150 26 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E10052\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 0 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ED4A00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 74 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 248 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF6F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 248 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#006475\]\/85 {
  --tw-gradient-from: rgb(0 100 117 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 100 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#006475\]\/30 {
  --tw-gradient-to: rgb(0 100 117 / 0.3) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.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;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-0 {
  padding-top: 0px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-maven {
  font-family: "Maven Pro", 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-\[0\.85rem\] {
  font-size: 0.85rem;
}
.text-\[0\.95rem\] {
  font-size: 0.95rem;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[1\.35rem\] {
  font-size: 1.35rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[2\.35rem\] {
  font-size: 2.35rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.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;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.font-\[900\] {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[23\.8px\] {
  line-height: 23.8px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[31\.2px\] {
  line-height: 31.2px;
}
.leading-\[52\.8px\] {
  line-height: 52.8px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[27\.2px\] {
  line-height: 27.2px;
}
.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}
.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}
.tracking-\[-1px\] {
  letter-spacing: -1px;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#005D72\] {
  --tw-text-opacity: 1;
  color: rgb(0 93 114 / var(--tw-text-opacity, 1));
}
.text-\[\#006064\] {
  --tw-text-opacity: 1;
  color: rgb(0 96 100 / var(--tw-text-opacity, 1));
}
.text-\[\#00636D\] {
  --tw-text-opacity: 1;
  color: rgb(0 99 109 / var(--tw-text-opacity, 1));
}
.text-\[\#006475\] {
  --tw-text-opacity: 1;
  color: rgb(0 100 117 / var(--tw-text-opacity, 1));
}
.text-\[\#008294\] {
  --tw-text-opacity: 1;
  color: rgb(0 130 148 / var(--tw-text-opacity, 1));
}
.text-\[\#1C8694\] {
  --tw-text-opacity: 1;
  color: rgb(28 134 148 / var(--tw-text-opacity, 1));
}
.text-\[\#2C3E50\] {
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity, 1));
}
.text-\[\#333333CC\] {
  color: #333333CC;
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#334155\] {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-\[\#38bdf8\] {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-\[\#4B4B4B\] {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity, 1));
}
.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#585A5A\] {
  --tw-text-opacity: 1;
  color: rgb(88 90 90 / var(--tw-text-opacity, 1));
}
.text-\[\#64748B\] {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#8a8a8a\] {
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity, 1));
}
.text-\[\#9e9e9e\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}
.text-\[transparent\] {
  color: transparent;
}
.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(26 42 46 / var(--tw-text-opacity, 1));
}
.text-brand-primary {
  --tw-text-opacity: 1;
  color: rgb(0 102 116 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-\[\#4A5568\] {
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
.text-\[\#1E293B\] {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.placeholder-slate-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.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-\[0_2px_15px_rgba\(0\2c 0\2c 0\2c 0\.03\)\] {
  --tw-shadow: 0 2px 15px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 2px 15px 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-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 8px 24px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-2 {
  --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);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.blur-\[90px\] {
  --tw-blur: blur(90px);
  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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.invert {
  --tw-invert: invert(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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[-webkit-text-stroke\:1\.5px_\#7EB7C8\] {
  -webkit-text-stroke: 1.5px #7EB7C8;
}
.gpc-label {
  color: #006475;
  border-left: 3px solid #006475;
}
.gpc-label-2 {
  color: #006475;
  display: flex;
  align-items: center;
}
.gpc-label-2::before {
  content: "";
  width: 50px;
  height: 1px;
  background: currentColor;
  margin-right: 20px;
}

/* 3. ACF Floral Background Pattern (CSS ::before Pseudo-element - Zero extra DOM elements) */
.bg-before-flora {
  background-color: #EBF5F6;
  position: relative;
}
.bg-before-flora::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/floral-pattern.png);
  opacity: 0.04;
  filter: invert(1) brightness(200%);
  pointer-events: none;
  z-index: 0;
}
.bg-before-flora--partial-\[1px\]::before {
  height: 1px;
}
.bg-before-flora--partial-\[2px\]::before {
  height: 2px;
}
.bg-before-flora--partial-\[3px\]::before {
  height: 3px;
}
.bg-before-flora--partial-\[4px\]::before {
  height: 4px;
}
.bg-before-flora--partial-\[5px\]::before {
  height: 5px;
}
.bg-before-flora--partial-\[6px\]::before {
  height: 6px;
}
.bg-before-flora--partial-\[7px\]::before {
  height: 7px;
}
.bg-before-flora--partial-\[8px\]::before {
  height: 8px;
}
.bg-before-flora--partial-\[9px\]::before {
  height: 9px;
}
.bg-before-flora--partial-\[10px\]::before {
  height: 10px;
}
.bg-before-flora--partial-\[11px\]::before {
  height: 11px;
}
.bg-before-flora--partial-\[12px\]::before {
  height: 12px;
}
.bg-before-flora--partial-\[13px\]::before {
  height: 13px;
}
.bg-before-flora--partial-\[14px\]::before {
  height: 14px;
}
.bg-before-flora--partial-\[15px\]::before {
  height: 15px;
}
.bg-before-flora--partial-\[16px\]::before {
  height: 16px;
}
.bg-before-flora--partial-\[17px\]::before {
  height: 17px;
}
.bg-before-flora--partial-\[18px\]::before {
  height: 18px;
}
.bg-before-flora--partial-\[19px\]::before {
  height: 19px;
}
.bg-before-flora--partial-\[20px\]::before {
  height: 20px;
}
.bg-before-flora--partial-\[21px\]::before {
  height: 21px;
}
.bg-before-flora--partial-\[22px\]::before {
  height: 22px;
}
.bg-before-flora--partial-\[23px\]::before {
  height: 23px;
}
.bg-before-flora--partial-\[24px\]::before {
  height: 24px;
}
.bg-before-flora--partial-\[25px\]::before {
  height: 25px;
}
.bg-before-flora--partial-\[26px\]::before {
  height: 26px;
}
.bg-before-flora--partial-\[27px\]::before {
  height: 27px;
}
.bg-before-flora--partial-\[28px\]::before {
  height: 28px;
}
.bg-before-flora--partial-\[29px\]::before {
  height: 29px;
}
.bg-before-flora--partial-\[30px\]::before {
  height: 30px;
}
.bg-before-flora--partial-\[31px\]::before {
  height: 31px;
}
.bg-before-flora--partial-\[32px\]::before {
  height: 32px;
}
.bg-before-flora--partial-\[33px\]::before {
  height: 33px;
}
.bg-before-flora--partial-\[34px\]::before {
  height: 34px;
}
.bg-before-flora--partial-\[35px\]::before {
  height: 35px;
}
.bg-before-flora--partial-\[36px\]::before {
  height: 36px;
}
.bg-before-flora--partial-\[37px\]::before {
  height: 37px;
}
.bg-before-flora--partial-\[38px\]::before {
  height: 38px;
}
.bg-before-flora--partial-\[39px\]::before {
  height: 39px;
}
.bg-before-flora--partial-\[40px\]::before {
  height: 40px;
}
.bg-before-flora--partial-\[41px\]::before {
  height: 41px;
}
.bg-before-flora--partial-\[42px\]::before {
  height: 42px;
}
.bg-before-flora--partial-\[43px\]::before {
  height: 43px;
}
.bg-before-flora--partial-\[44px\]::before {
  height: 44px;
}
.bg-before-flora--partial-\[45px\]::before {
  height: 45px;
}
.bg-before-flora--partial-\[46px\]::before {
  height: 46px;
}
.bg-before-flora--partial-\[47px\]::before {
  height: 47px;
}
.bg-before-flora--partial-\[48px\]::before {
  height: 48px;
}
.bg-before-flora--partial-\[49px\]::before {
  height: 49px;
}
.bg-before-flora--partial-\[50px\]::before {
  height: 50px;
}
.bg-before-flora--partial-\[51px\]::before {
  height: 51px;
}
.bg-before-flora--partial-\[52px\]::before {
  height: 52px;
}
.bg-before-flora--partial-\[53px\]::before {
  height: 53px;
}
.bg-before-flora--partial-\[54px\]::before {
  height: 54px;
}
.bg-before-flora--partial-\[55px\]::before {
  height: 55px;
}
.bg-before-flora--partial-\[56px\]::before {
  height: 56px;
}
.bg-before-flora--partial-\[57px\]::before {
  height: 57px;
}
.bg-before-flora--partial-\[58px\]::before {
  height: 58px;
}
.bg-before-flora--partial-\[59px\]::before {
  height: 59px;
}
.bg-before-flora--partial-\[60px\]::before {
  height: 60px;
}
.bg-before-flora--partial-\[61px\]::before {
  height: 61px;
}
.bg-before-flora--partial-\[62px\]::before {
  height: 62px;
}
.bg-before-flora--partial-\[63px\]::before {
  height: 63px;
}
.bg-before-flora--partial-\[64px\]::before {
  height: 64px;
}
.bg-before-flora--partial-\[65px\]::before {
  height: 65px;
}
.bg-before-flora--partial-\[66px\]::before {
  height: 66px;
}
.bg-before-flora--partial-\[67px\]::before {
  height: 67px;
}
.bg-before-flora--partial-\[68px\]::before {
  height: 68px;
}
.bg-before-flora--partial-\[69px\]::before {
  height: 69px;
}
.bg-before-flora--partial-\[70px\]::before {
  height: 70px;
}
.bg-before-flora--partial-\[71px\]::before {
  height: 71px;
}
.bg-before-flora--partial-\[72px\]::before {
  height: 72px;
}
.bg-before-flora--partial-\[73px\]::before {
  height: 73px;
}
.bg-before-flora--partial-\[74px\]::before {
  height: 74px;
}
.bg-before-flora--partial-\[75px\]::before {
  height: 75px;
}
.bg-before-flora--partial-\[76px\]::before {
  height: 76px;
}
.bg-before-flora--partial-\[77px\]::before {
  height: 77px;
}
.bg-before-flora--partial-\[78px\]::before {
  height: 78px;
}
.bg-before-flora--partial-\[79px\]::before {
  height: 79px;
}
.bg-before-flora--partial-\[80px\]::before {
  height: 80px;
}
.bg-before-flora--partial-\[81px\]::before {
  height: 81px;
}
.bg-before-flora--partial-\[82px\]::before {
  height: 82px;
}
.bg-before-flora--partial-\[83px\]::before {
  height: 83px;
}
.bg-before-flora--partial-\[84px\]::before {
  height: 84px;
}
.bg-before-flora--partial-\[85px\]::before {
  height: 85px;
}
.bg-before-flora--partial-\[86px\]::before {
  height: 86px;
}
.bg-before-flora--partial-\[87px\]::before {
  height: 87px;
}
.bg-before-flora--partial-\[88px\]::before {
  height: 88px;
}
.bg-before-flora--partial-\[89px\]::before {
  height: 89px;
}
.bg-before-flora--partial-\[90px\]::before {
  height: 90px;
}
.bg-before-flora--partial-\[91px\]::before {
  height: 91px;
}
.bg-before-flora--partial-\[92px\]::before {
  height: 92px;
}
.bg-before-flora--partial-\[93px\]::before {
  height: 93px;
}
.bg-before-flora--partial-\[94px\]::before {
  height: 94px;
}
.bg-before-flora--partial-\[95px\]::before {
  height: 95px;
}
.bg-before-flora--partial-\[96px\]::before {
  height: 96px;
}
.bg-before-flora--partial-\[97px\]::before {
  height: 97px;
}
.bg-before-flora--partial-\[98px\]::before {
  height: 98px;
}
.bg-before-flora--partial-\[99px\]::before {
  height: 99px;
}
.bg-before-flora--partial-\[100px\]::before {
  height: 100px;
}
.bg-before-flora--partial-\[101px\]::before {
  height: 101px;
}
.bg-before-flora--partial-\[102px\]::before {
  height: 102px;
}
.bg-before-flora--partial-\[103px\]::before {
  height: 103px;
}
.bg-before-flora--partial-\[104px\]::before {
  height: 104px;
}
.bg-before-flora--partial-\[105px\]::before {
  height: 105px;
}
.bg-before-flora--partial-\[106px\]::before {
  height: 106px;
}
.bg-before-flora--partial-\[107px\]::before {
  height: 107px;
}
.bg-before-flora--partial-\[108px\]::before {
  height: 108px;
}
.bg-before-flora--partial-\[109px\]::before {
  height: 109px;
}
.bg-before-flora--partial-\[110px\]::before {
  height: 110px;
}
.bg-before-flora--partial-\[111px\]::before {
  height: 111px;
}
.bg-before-flora--partial-\[112px\]::before {
  height: 112px;
}
.bg-before-flora--partial-\[113px\]::before {
  height: 113px;
}
.bg-before-flora--partial-\[114px\]::before {
  height: 114px;
}
.bg-before-flora--partial-\[115px\]::before {
  height: 115px;
}
.bg-before-flora--partial-\[116px\]::before {
  height: 116px;
}
.bg-before-flora--partial-\[117px\]::before {
  height: 117px;
}
.bg-before-flora--partial-\[118px\]::before {
  height: 118px;
}
.bg-before-flora--partial-\[119px\]::before {
  height: 119px;
}
.bg-before-flora--partial-\[120px\]::before {
  height: 120px;
}
.bg-before-flora--partial-\[121px\]::before {
  height: 121px;
}
.bg-before-flora--partial-\[122px\]::before {
  height: 122px;
}
.bg-before-flora--partial-\[123px\]::before {
  height: 123px;
}
.bg-before-flora--partial-\[124px\]::before {
  height: 124px;
}
.bg-before-flora--partial-\[125px\]::before {
  height: 125px;
}
.bg-before-flora--partial-\[126px\]::before {
  height: 126px;
}
.bg-before-flora--partial-\[127px\]::before {
  height: 127px;
}
.bg-before-flora--partial-\[128px\]::before {
  height: 128px;
}
.bg-before-flora--partial-\[129px\]::before {
  height: 129px;
}
.bg-before-flora--partial-\[130px\]::before {
  height: 130px;
}
.bg-before-flora--partial-\[131px\]::before {
  height: 131px;
}
.bg-before-flora--partial-\[132px\]::before {
  height: 132px;
}
.bg-before-flora--partial-\[133px\]::before {
  height: 133px;
}
.bg-before-flora--partial-\[134px\]::before {
  height: 134px;
}
.bg-before-flora--partial-\[135px\]::before {
  height: 135px;
}
.bg-before-flora--partial-\[136px\]::before {
  height: 136px;
}
.bg-before-flora--partial-\[137px\]::before {
  height: 137px;
}
.bg-before-flora--partial-\[138px\]::before {
  height: 138px;
}
.bg-before-flora--partial-\[139px\]::before {
  height: 139px;
}
.bg-before-flora--partial-\[140px\]::before {
  height: 140px;
}
.bg-before-flora--partial-\[141px\]::before {
  height: 141px;
}
.bg-before-flora--partial-\[142px\]::before {
  height: 142px;
}
.bg-before-flora--partial-\[143px\]::before {
  height: 143px;
}
.bg-before-flora--partial-\[144px\]::before {
  height: 144px;
}
.bg-before-flora--partial-\[145px\]::before {
  height: 145px;
}
.bg-before-flora--partial-\[146px\]::before {
  height: 146px;
}
.bg-before-flora--partial-\[147px\]::before {
  height: 147px;
}
.bg-before-flora--partial-\[148px\]::before {
  height: 148px;
}
.bg-before-flora--partial-\[149px\]::before {
  height: 149px;
}
.bg-before-flora--partial-\[150px\]::before {
  height: 150px;
}
.bg-before-flora--partial-\[151px\]::before {
  height: 151px;
}
.bg-before-flora--partial-\[152px\]::before {
  height: 152px;
}
.bg-before-flora--partial-\[153px\]::before {
  height: 153px;
}
.bg-before-flora--partial-\[154px\]::before {
  height: 154px;
}
.bg-before-flora--partial-\[155px\]::before {
  height: 155px;
}
.bg-before-flora--partial-\[156px\]::before {
  height: 156px;
}
.bg-before-flora--partial-\[157px\]::before {
  height: 157px;
}
.bg-before-flora--partial-\[158px\]::before {
  height: 158px;
}
.bg-before-flora--partial-\[159px\]::before {
  height: 159px;
}
.bg-before-flora--partial-\[160px\]::before {
  height: 160px;
}
.bg-before-flora--partial-\[161px\]::before {
  height: 161px;
}
.bg-before-flora--partial-\[162px\]::before {
  height: 162px;
}
.bg-before-flora--partial-\[163px\]::before {
  height: 163px;
}
.bg-before-flora--partial-\[164px\]::before {
  height: 164px;
}
.bg-before-flora--partial-\[165px\]::before {
  height: 165px;
}
.bg-before-flora--partial-\[166px\]::before {
  height: 166px;
}
.bg-before-flora--partial-\[167px\]::before {
  height: 167px;
}
.bg-before-flora--partial-\[168px\]::before {
  height: 168px;
}
.bg-before-flora--partial-\[169px\]::before {
  height: 169px;
}
.bg-before-flora--partial-\[170px\]::before {
  height: 170px;
}
.bg-before-flora--partial-\[171px\]::before {
  height: 171px;
}
.bg-before-flora--partial-\[172px\]::before {
  height: 172px;
}
.bg-before-flora--partial-\[173px\]::before {
  height: 173px;
}
.bg-before-flora--partial-\[174px\]::before {
  height: 174px;
}
.bg-before-flora--partial-\[175px\]::before {
  height: 175px;
}
.bg-before-flora--partial-\[176px\]::before {
  height: 176px;
}
.bg-before-flora--partial-\[177px\]::before {
  height: 177px;
}
.bg-before-flora--partial-\[178px\]::before {
  height: 178px;
}
.bg-before-flora--partial-\[179px\]::before {
  height: 179px;
}
.bg-before-flora--partial-\[180px\]::before {
  height: 180px;
}
.bg-before-flora--partial-\[181px\]::before {
  height: 181px;
}
.bg-before-flora--partial-\[182px\]::before {
  height: 182px;
}
.bg-before-flora--partial-\[183px\]::before {
  height: 183px;
}
.bg-before-flora--partial-\[184px\]::before {
  height: 184px;
}
.bg-before-flora--partial-\[185px\]::before {
  height: 185px;
}
.bg-before-flora--partial-\[186px\]::before {
  height: 186px;
}
.bg-before-flora--partial-\[187px\]::before {
  height: 187px;
}
.bg-before-flora--partial-\[188px\]::before {
  height: 188px;
}
.bg-before-flora--partial-\[189px\]::before {
  height: 189px;
}
.bg-before-flora--partial-\[190px\]::before {
  height: 190px;
}
.bg-before-flora--partial-\[191px\]::before {
  height: 191px;
}
.bg-before-flora--partial-\[192px\]::before {
  height: 192px;
}
.bg-before-flora--partial-\[193px\]::before {
  height: 193px;
}
.bg-before-flora--partial-\[194px\]::before {
  height: 194px;
}
.bg-before-flora--partial-\[195px\]::before {
  height: 195px;
}
.bg-before-flora--partial-\[196px\]::before {
  height: 196px;
}
.bg-before-flora--partial-\[197px\]::before {
  height: 197px;
}
.bg-before-flora--partial-\[198px\]::before {
  height: 198px;
}
.bg-before-flora--partial-\[199px\]::before {
  height: 199px;
}
.bg-before-flora--partial-\[200px\]::before {
  height: 200px;
}
.bg-before-flora--partial-\[201px\]::before {
  height: 201px;
}
.bg-before-flora--partial-\[202px\]::before {
  height: 202px;
}
.bg-before-flora--partial-\[203px\]::before {
  height: 203px;
}
.bg-before-flora--partial-\[204px\]::before {
  height: 204px;
}
.bg-before-flora--partial-\[205px\]::before {
  height: 205px;
}
.bg-before-flora--partial-\[206px\]::before {
  height: 206px;
}
.bg-before-flora--partial-\[207px\]::before {
  height: 207px;
}
.bg-before-flora--partial-\[208px\]::before {
  height: 208px;
}
.bg-before-flora--partial-\[209px\]::before {
  height: 209px;
}
.bg-before-flora--partial-\[210px\]::before {
  height: 210px;
}
.bg-before-flora--partial-\[211px\]::before {
  height: 211px;
}
.bg-before-flora--partial-\[212px\]::before {
  height: 212px;
}
.bg-before-flora--partial-\[213px\]::before {
  height: 213px;
}
.bg-before-flora--partial-\[214px\]::before {
  height: 214px;
}
.bg-before-flora--partial-\[215px\]::before {
  height: 215px;
}
.bg-before-flora--partial-\[216px\]::before {
  height: 216px;
}
.bg-before-flora--partial-\[217px\]::before {
  height: 217px;
}
.bg-before-flora--partial-\[218px\]::before {
  height: 218px;
}
.bg-before-flora--partial-\[219px\]::before {
  height: 219px;
}
.bg-before-flora--partial-\[220px\]::before {
  height: 220px;
}
.bg-before-flora--partial-\[221px\]::before {
  height: 221px;
}
.bg-before-flora--partial-\[222px\]::before {
  height: 222px;
}
.bg-before-flora--partial-\[223px\]::before {
  height: 223px;
}
.bg-before-flora--partial-\[224px\]::before {
  height: 224px;
}
.bg-before-flora--partial-\[225px\]::before {
  height: 225px;
}
.bg-before-flora--partial-\[226px\]::before {
  height: 226px;
}
.bg-before-flora--partial-\[227px\]::before {
  height: 227px;
}
.bg-before-flora--partial-\[228px\]::before {
  height: 228px;
}
.bg-before-flora--partial-\[229px\]::before {
  height: 229px;
}
.bg-before-flora--partial-\[230px\]::before {
  height: 230px;
}
.bg-before-flora--partial-\[231px\]::before {
  height: 231px;
}
.bg-before-flora--partial-\[232px\]::before {
  height: 232px;
}
.bg-before-flora--partial-\[233px\]::before {
  height: 233px;
}
.bg-before-flora--partial-\[234px\]::before {
  height: 234px;
}
.bg-before-flora--partial-\[235px\]::before {
  height: 235px;
}
.bg-before-flora--partial-\[236px\]::before {
  height: 236px;
}
.bg-before-flora--partial-\[237px\]::before {
  height: 237px;
}
.bg-before-flora--partial-\[238px\]::before {
  height: 238px;
}
.bg-before-flora--partial-\[239px\]::before {
  height: 239px;
}
.bg-before-flora--partial-\[240px\]::before {
  height: 240px;
}
.bg-before-flora--partial-\[241px\]::before {
  height: 241px;
}
.bg-before-flora--partial-\[242px\]::before {
  height: 242px;
}
.bg-before-flora--partial-\[243px\]::before {
  height: 243px;
}
.bg-before-flora--partial-\[244px\]::before {
  height: 244px;
}
.bg-before-flora--partial-\[245px\]::before {
  height: 245px;
}
.bg-before-flora--partial-\[246px\]::before {
  height: 246px;
}
.bg-before-flora--partial-\[247px\]::before {
  height: 247px;
}
.bg-before-flora--partial-\[248px\]::before {
  height: 248px;
}
.bg-before-flora--partial-\[249px\]::before {
  height: 249px;
}
.bg-before-flora--partial-\[250px\]::before {
  height: 250px;
}
.bg-before-flora--partial-\[251px\]::before {
  height: 251px;
}
.bg-before-flora--partial-\[252px\]::before {
  height: 252px;
}
.bg-before-flora--partial-\[253px\]::before {
  height: 253px;
}
.bg-before-flora--partial-\[254px\]::before {
  height: 254px;
}
.bg-before-flora--partial-\[255px\]::before {
  height: 255px;
}
.bg-before-flora--partial-\[256px\]::before {
  height: 256px;
}
.bg-before-flora--partial-\[257px\]::before {
  height: 257px;
}
.bg-before-flora--partial-\[258px\]::before {
  height: 258px;
}
.bg-before-flora--partial-\[259px\]::before {
  height: 259px;
}
.bg-before-flora--partial-\[260px\]::before {
  height: 260px;
}
.bg-before-flora--partial-\[261px\]::before {
  height: 261px;
}
.bg-before-flora--partial-\[262px\]::before {
  height: 262px;
}
.bg-before-flora--partial-\[263px\]::before {
  height: 263px;
}
.bg-before-flora--partial-\[264px\]::before {
  height: 264px;
}
.bg-before-flora--partial-\[265px\]::before {
  height: 265px;
}
.bg-before-flora--partial-\[266px\]::before {
  height: 266px;
}
.bg-before-flora--partial-\[267px\]::before {
  height: 267px;
}
.bg-before-flora--partial-\[268px\]::before {
  height: 268px;
}
.bg-before-flora--partial-\[269px\]::before {
  height: 269px;
}
.bg-before-flora--partial-\[270px\]::before {
  height: 270px;
}
.bg-before-flora--partial-\[271px\]::before {
  height: 271px;
}
.bg-before-flora--partial-\[272px\]::before {
  height: 272px;
}
.bg-before-flora--partial-\[273px\]::before {
  height: 273px;
}
.bg-before-flora--partial-\[274px\]::before {
  height: 274px;
}
.bg-before-flora--partial-\[275px\]::before {
  height: 275px;
}
.bg-before-flora--partial-\[276px\]::before {
  height: 276px;
}
.bg-before-flora--partial-\[277px\]::before {
  height: 277px;
}
.bg-before-flora--partial-\[278px\]::before {
  height: 278px;
}
.bg-before-flora--partial-\[279px\]::before {
  height: 279px;
}
.bg-before-flora--partial-\[280px\]::before {
  height: 280px;
}
.bg-before-flora--partial-\[281px\]::before {
  height: 281px;
}
.bg-before-flora--partial-\[282px\]::before {
  height: 282px;
}
.bg-before-flora--partial-\[283px\]::before {
  height: 283px;
}
.bg-before-flora--partial-\[284px\]::before {
  height: 284px;
}
.bg-before-flora--partial-\[285px\]::before {
  height: 285px;
}
.bg-before-flora--partial-\[286px\]::before {
  height: 286px;
}
.bg-before-flora--partial-\[287px\]::before {
  height: 287px;
}
.bg-before-flora--partial-\[288px\]::before {
  height: 288px;
}
.bg-before-flora--partial-\[289px\]::before {
  height: 289px;
}
.bg-before-flora--partial-\[290px\]::before {
  height: 290px;
}
.bg-before-flora--partial-\[291px\]::before {
  height: 291px;
}
.bg-before-flora--partial-\[292px\]::before {
  height: 292px;
}
.bg-before-flora--partial-\[293px\]::before {
  height: 293px;
}
.bg-before-flora--partial-\[294px\]::before {
  height: 294px;
}
.bg-before-flora--partial-\[295px\]::before {
  height: 295px;
}
.bg-before-flora--partial-\[296px\]::before {
  height: 296px;
}
.bg-before-flora--partial-\[297px\]::before {
  height: 297px;
}
.bg-before-flora--partial-\[298px\]::before {
  height: 298px;
}
.bg-before-flora--partial-\[299px\]::before {
  height: 299px;
}
.bg-before-flora--partial-\[300px\]::before {
  height: 300px;
}
.bg-before-flora--partial-\[301px\]::before {
  height: 301px;
}
.bg-before-flora--partial-\[302px\]::before {
  height: 302px;
}
.bg-before-flora--partial-\[303px\]::before {
  height: 303px;
}
.bg-before-flora--partial-\[304px\]::before {
  height: 304px;
}
.bg-before-flora--partial-\[305px\]::before {
  height: 305px;
}
.bg-before-flora--partial-\[306px\]::before {
  height: 306px;
}
.bg-before-flora--partial-\[307px\]::before {
  height: 307px;
}
.bg-before-flora--partial-\[308px\]::before {
  height: 308px;
}
.bg-before-flora--partial-\[309px\]::before {
  height: 309px;
}
.bg-before-flora--partial-\[310px\]::before {
  height: 310px;
}
.bg-before-flora--partial-\[311px\]::before {
  height: 311px;
}
.bg-before-flora--partial-\[312px\]::before {
  height: 312px;
}
.bg-before-flora--partial-\[313px\]::before {
  height: 313px;
}
.bg-before-flora--partial-\[314px\]::before {
  height: 314px;
}
.bg-before-flora--partial-\[315px\]::before {
  height: 315px;
}
.bg-before-flora--partial-\[316px\]::before {
  height: 316px;
}
.bg-before-flora--partial-\[317px\]::before {
  height: 317px;
}
.bg-before-flora--partial-\[318px\]::before {
  height: 318px;
}
.bg-before-flora--partial-\[319px\]::before {
  height: 319px;
}
.bg-before-flora--partial-\[320px\]::before {
  height: 320px;
}
.bg-before-flora--partial-\[321px\]::before {
  height: 321px;
}
.bg-before-flora--partial-\[322px\]::before {
  height: 322px;
}
.bg-before-flora--partial-\[323px\]::before {
  height: 323px;
}
.bg-before-flora--partial-\[324px\]::before {
  height: 324px;
}
.bg-before-flora--partial-\[325px\]::before {
  height: 325px;
}
.bg-before-flora--partial-\[326px\]::before {
  height: 326px;
}
.bg-before-flora--partial-\[327px\]::before {
  height: 327px;
}
.bg-before-flora--partial-\[328px\]::before {
  height: 328px;
}
.bg-before-flora--partial-\[329px\]::before {
  height: 329px;
}
.bg-before-flora--partial-\[330px\]::before {
  height: 330px;
}
.bg-before-flora--partial-\[331px\]::before {
  height: 331px;
}
.bg-before-flora--partial-\[332px\]::before {
  height: 332px;
}
.bg-before-flora--partial-\[333px\]::before {
  height: 333px;
}
.bg-before-flora--partial-\[334px\]::before {
  height: 334px;
}
.bg-before-flora--partial-\[335px\]::before {
  height: 335px;
}
.bg-before-flora--partial-\[336px\]::before {
  height: 336px;
}
.bg-before-flora--partial-\[337px\]::before {
  height: 337px;
}
.bg-before-flora--partial-\[338px\]::before {
  height: 338px;
}
.bg-before-flora--partial-\[339px\]::before {
  height: 339px;
}
.bg-before-flora--partial-\[340px\]::before {
  height: 340px;
}
.bg-before-flora--partial-\[341px\]::before {
  height: 341px;
}
.bg-before-flora--partial-\[342px\]::before {
  height: 342px;
}
.bg-before-flora--partial-\[343px\]::before {
  height: 343px;
}
.bg-before-flora--partial-\[344px\]::before {
  height: 344px;
}
.bg-before-flora--partial-\[345px\]::before {
  height: 345px;
}
.bg-before-flora--partial-\[346px\]::before {
  height: 346px;
}
.bg-before-flora--partial-\[347px\]::before {
  height: 347px;
}
.bg-before-flora--partial-\[348px\]::before {
  height: 348px;
}
.bg-before-flora--partial-\[349px\]::before {
  height: 349px;
}
.bg-before-flora--partial-\[350px\]::before {
  height: 350px;
}
.bg-before-flora--partial-\[351px\]::before {
  height: 351px;
}
.bg-before-flora--partial-\[352px\]::before {
  height: 352px;
}
.bg-before-flora--partial-\[353px\]::before {
  height: 353px;
}
.bg-before-flora--partial-\[354px\]::before {
  height: 354px;
}
.bg-before-flora--partial-\[355px\]::before {
  height: 355px;
}
.bg-before-flora--partial-\[356px\]::before {
  height: 356px;
}
.bg-before-flora--partial-\[357px\]::before {
  height: 357px;
}
.bg-before-flora--partial-\[358px\]::before {
  height: 358px;
}
.bg-before-flora--partial-\[359px\]::before {
  height: 359px;
}
.bg-before-flora--partial-\[360px\]::before {
  height: 360px;
}
.bg-before-flora--partial-\[361px\]::before {
  height: 361px;
}
.bg-before-flora--partial-\[362px\]::before {
  height: 362px;
}
.bg-before-flora--partial-\[363px\]::before {
  height: 363px;
}
.bg-before-flora--partial-\[364px\]::before {
  height: 364px;
}
.bg-before-flora--partial-\[365px\]::before {
  height: 365px;
}
.bg-before-flora--partial-\[366px\]::before {
  height: 366px;
}
.bg-before-flora--partial-\[367px\]::before {
  height: 367px;
}
.bg-before-flora--partial-\[368px\]::before {
  height: 368px;
}
.bg-before-flora--partial-\[369px\]::before {
  height: 369px;
}
.bg-before-flora--partial-\[370px\]::before {
  height: 370px;
}
.bg-before-flora--partial-\[371px\]::before {
  height: 371px;
}
.bg-before-flora--partial-\[372px\]::before {
  height: 372px;
}
.bg-before-flora--partial-\[373px\]::before {
  height: 373px;
}
.bg-before-flora--partial-\[374px\]::before {
  height: 374px;
}
.bg-before-flora--partial-\[375px\]::before {
  height: 375px;
}
.bg-before-flora--partial-\[376px\]::before {
  height: 376px;
}
.bg-before-flora--partial-\[377px\]::before {
  height: 377px;
}
.bg-before-flora--partial-\[378px\]::before {
  height: 378px;
}
.bg-before-flora--partial-\[379px\]::before {
  height: 379px;
}
.bg-before-flora--partial-\[380px\]::before {
  height: 380px;
}
.bg-before-flora--partial-\[381px\]::before {
  height: 381px;
}
.bg-before-flora--partial-\[382px\]::before {
  height: 382px;
}
.bg-before-flora--partial-\[383px\]::before {
  height: 383px;
}
.bg-before-flora--partial-\[384px\]::before {
  height: 384px;
}
.bg-before-flora--partial-\[385px\]::before {
  height: 385px;
}
.bg-before-flora--partial-\[386px\]::before {
  height: 386px;
}
.bg-before-flora--partial-\[387px\]::before {
  height: 387px;
}
.bg-before-flora--partial-\[388px\]::before {
  height: 388px;
}
.bg-before-flora--partial-\[389px\]::before {
  height: 389px;
}
.bg-before-flora--partial-\[390px\]::before {
  height: 390px;
}
.bg-before-flora--partial-\[391px\]::before {
  height: 391px;
}
.bg-before-flora--partial-\[392px\]::before {
  height: 392px;
}
.bg-before-flora--partial-\[393px\]::before {
  height: 393px;
}
.bg-before-flora--partial-\[394px\]::before {
  height: 394px;
}
.bg-before-flora--partial-\[395px\]::before {
  height: 395px;
}
.bg-before-flora--partial-\[396px\]::before {
  height: 396px;
}
.bg-before-flora--partial-\[397px\]::before {
  height: 397px;
}
.bg-before-flora--partial-\[398px\]::before {
  height: 398px;
}
.bg-before-flora--partial-\[399px\]::before {
  height: 399px;
}
.bg-before-flora--partial-\[400px\]::before {
  height: 400px;
}
.bg-before-flora--partial-\[401px\]::before {
  height: 401px;
}
.bg-before-flora--partial-\[402px\]::before {
  height: 402px;
}
.bg-before-flora--partial-\[403px\]::before {
  height: 403px;
}
.bg-before-flora--partial-\[404px\]::before {
  height: 404px;
}
.bg-before-flora--partial-\[405px\]::before {
  height: 405px;
}
.bg-before-flora--partial-\[406px\]::before {
  height: 406px;
}
.bg-before-flora--partial-\[407px\]::before {
  height: 407px;
}
.bg-before-flora--partial-\[408px\]::before {
  height: 408px;
}
.bg-before-flora--partial-\[409px\]::before {
  height: 409px;
}
.bg-before-flora--partial-\[410px\]::before {
  height: 410px;
}
.bg-before-flora--partial-\[411px\]::before {
  height: 411px;
}
.bg-before-flora--partial-\[412px\]::before {
  height: 412px;
}
.bg-before-flora--partial-\[413px\]::before {
  height: 413px;
}
.bg-before-flora--partial-\[414px\]::before {
  height: 414px;
}
.bg-before-flora--partial-\[415px\]::before {
  height: 415px;
}
.bg-before-flora--partial-\[416px\]::before {
  height: 416px;
}
.bg-before-flora--partial-\[417px\]::before {
  height: 417px;
}
.bg-before-flora--partial-\[418px\]::before {
  height: 418px;
}
.bg-before-flora--partial-\[419px\]::before {
  height: 419px;
}
.bg-before-flora--partial-\[420px\]::before {
  height: 420px;
}
.bg-before-flora--partial-\[421px\]::before {
  height: 421px;
}
.bg-before-flora--partial-\[422px\]::before {
  height: 422px;
}
.bg-before-flora--partial-\[423px\]::before {
  height: 423px;
}
.bg-before-flora--partial-\[424px\]::before {
  height: 424px;
}
.bg-before-flora--partial-\[425px\]::before {
  height: 425px;
}
.bg-before-flora--partial-\[426px\]::before {
  height: 426px;
}
.bg-before-flora--partial-\[427px\]::before {
  height: 427px;
}
.bg-before-flora--partial-\[428px\]::before {
  height: 428px;
}
.bg-before-flora--partial-\[429px\]::before {
  height: 429px;
}
.bg-before-flora--partial-\[430px\]::before {
  height: 430px;
}
.bg-before-flora--partial-\[431px\]::before {
  height: 431px;
}
.bg-before-flora--partial-\[432px\]::before {
  height: 432px;
}
.bg-before-flora--partial-\[433px\]::before {
  height: 433px;
}
.bg-before-flora--partial-\[434px\]::before {
  height: 434px;
}
.bg-before-flora--partial-\[435px\]::before {
  height: 435px;
}
.bg-before-flora--partial-\[436px\]::before {
  height: 436px;
}
.bg-before-flora--partial-\[437px\]::before {
  height: 437px;
}
.bg-before-flora--partial-\[438px\]::before {
  height: 438px;
}
.bg-before-flora--partial-\[439px\]::before {
  height: 439px;
}
.bg-before-flora--partial-\[440px\]::before {
  height: 440px;
}
.bg-before-flora--partial-\[441px\]::before {
  height: 441px;
}
.bg-before-flora--partial-\[442px\]::before {
  height: 442px;
}
.bg-before-flora--partial-\[443px\]::before {
  height: 443px;
}
.bg-before-flora--partial-\[444px\]::before {
  height: 444px;
}
.bg-before-flora--partial-\[445px\]::before {
  height: 445px;
}
.bg-before-flora--partial-\[446px\]::before {
  height: 446px;
}
.bg-before-flora--partial-\[447px\]::before {
  height: 447px;
}
.bg-before-flora--partial-\[448px\]::before {
  height: 448px;
}
.bg-before-flora--partial-\[449px\]::before {
  height: 449px;
}
.bg-before-flora--partial-\[450px\]::before {
  height: 450px;
}
.bg-before-flora--partial-\[451px\]::before {
  height: 451px;
}
.bg-before-flora--partial-\[452px\]::before {
  height: 452px;
}
.bg-before-flora--partial-\[453px\]::before {
  height: 453px;
}
.bg-before-flora--partial-\[454px\]::before {
  height: 454px;
}
.bg-before-flora--partial-\[455px\]::before {
  height: 455px;
}
.bg-before-flora--partial-\[456px\]::before {
  height: 456px;
}
.bg-before-flora--partial-\[457px\]::before {
  height: 457px;
}
.bg-before-flora--partial-\[458px\]::before {
  height: 458px;
}
.bg-before-flora--partial-\[459px\]::before {
  height: 459px;
}
.bg-before-flora--partial-\[460px\]::before {
  height: 460px;
}
.bg-before-flora--partial-\[461px\]::before {
  height: 461px;
}
.bg-before-flora--partial-\[462px\]::before {
  height: 462px;
}
.bg-before-flora--partial-\[463px\]::before {
  height: 463px;
}
.bg-before-flora--partial-\[464px\]::before {
  height: 464px;
}
.bg-before-flora--partial-\[465px\]::before {
  height: 465px;
}
.bg-before-flora--partial-\[466px\]::before {
  height: 466px;
}
.bg-before-flora--partial-\[467px\]::before {
  height: 467px;
}
.bg-before-flora--partial-\[468px\]::before {
  height: 468px;
}
.bg-before-flora--partial-\[469px\]::before {
  height: 469px;
}
.bg-before-flora--partial-\[470px\]::before {
  height: 470px;
}
.bg-before-flora--partial-\[471px\]::before {
  height: 471px;
}
.bg-before-flora--partial-\[472px\]::before {
  height: 472px;
}
.bg-before-flora--partial-\[473px\]::before {
  height: 473px;
}
.bg-before-flora--partial-\[474px\]::before {
  height: 474px;
}
.bg-before-flora--partial-\[475px\]::before {
  height: 475px;
}
.bg-before-flora--partial-\[476px\]::before {
  height: 476px;
}
.bg-before-flora--partial-\[477px\]::before {
  height: 477px;
}
.bg-before-flora--partial-\[478px\]::before {
  height: 478px;
}
.bg-before-flora--partial-\[479px\]::before {
  height: 479px;
}
.bg-before-flora--partial-\[480px\]::before {
  height: 480px;
}
.bg-before-flora--partial-\[481px\]::before {
  height: 481px;
}
.bg-before-flora--partial-\[482px\]::before {
  height: 482px;
}
.bg-before-flora--partial-\[483px\]::before {
  height: 483px;
}
.bg-before-flora--partial-\[484px\]::before {
  height: 484px;
}
.bg-before-flora--partial-\[485px\]::before {
  height: 485px;
}
.bg-before-flora--partial-\[486px\]::before {
  height: 486px;
}
.bg-before-flora--partial-\[487px\]::before {
  height: 487px;
}
.bg-before-flora--partial-\[488px\]::before {
  height: 488px;
}
.bg-before-flora--partial-\[489px\]::before {
  height: 489px;
}
.bg-before-flora--partial-\[490px\]::before {
  height: 490px;
}
.bg-before-flora--partial-\[491px\]::before {
  height: 491px;
}
.bg-before-flora--partial-\[492px\]::before {
  height: 492px;
}
.bg-before-flora--partial-\[493px\]::before {
  height: 493px;
}
.bg-before-flora--partial-\[494px\]::before {
  height: 494px;
}
.bg-before-flora--partial-\[495px\]::before {
  height: 495px;
}
.bg-before-flora--partial-\[496px\]::before {
  height: 496px;
}
.bg-before-flora--partial-\[497px\]::before {
  height: 497px;
}
.bg-before-flora--partial-\[498px\]::before {
  height: 498px;
}
.bg-before-flora--partial-\[499px\]::before {
  height: 499px;
}
.bg-before-flora--partial-\[500px\]::before {
  height: 500px;
}
.bg-before-flora--partial-\[501px\]::before {
  height: 501px;
}
.bg-before-flora--partial-\[502px\]::before {
  height: 502px;
}
.bg-before-flora--partial-\[503px\]::before {
  height: 503px;
}
.bg-before-flora--partial-\[504px\]::before {
  height: 504px;
}
.bg-before-flora--partial-\[505px\]::before {
  height: 505px;
}
.bg-before-flora--partial-\[506px\]::before {
  height: 506px;
}
.bg-before-flora--partial-\[507px\]::before {
  height: 507px;
}
.bg-before-flora--partial-\[508px\]::before {
  height: 508px;
}
.bg-before-flora--partial-\[509px\]::before {
  height: 509px;
}
.bg-before-flora--partial-\[510px\]::before {
  height: 510px;
}
.bg-before-flora--partial-\[511px\]::before {
  height: 511px;
}
.bg-before-flora--partial-\[512px\]::before {
  height: 512px;
}
.bg-before-flora--partial-\[513px\]::before {
  height: 513px;
}
.bg-before-flora--partial-\[514px\]::before {
  height: 514px;
}
.bg-before-flora--partial-\[515px\]::before {
  height: 515px;
}
.bg-before-flora--partial-\[516px\]::before {
  height: 516px;
}
.bg-before-flora--partial-\[517px\]::before {
  height: 517px;
}
.bg-before-flora--partial-\[518px\]::before {
  height: 518px;
}
.bg-before-flora--partial-\[519px\]::before {
  height: 519px;
}
.bg-before-flora--partial-\[520px\]::before {
  height: 520px;
}
.bg-before-flora--partial-\[521px\]::before {
  height: 521px;
}
.bg-before-flora--partial-\[522px\]::before {
  height: 522px;
}
.bg-before-flora--partial-\[523px\]::before {
  height: 523px;
}
.bg-before-flora--partial-\[524px\]::before {
  height: 524px;
}
.bg-before-flora--partial-\[525px\]::before {
  height: 525px;
}
.bg-before-flora--partial-\[526px\]::before {
  height: 526px;
}
.bg-before-flora--partial-\[527px\]::before {
  height: 527px;
}
.bg-before-flora--partial-\[528px\]::before {
  height: 528px;
}
.bg-before-flora--partial-\[529px\]::before {
  height: 529px;
}
.bg-before-flora--partial-\[530px\]::before {
  height: 530px;
}
.bg-before-flora--partial-\[531px\]::before {
  height: 531px;
}
.bg-before-flora--partial-\[532px\]::before {
  height: 532px;
}
.bg-before-flora--partial-\[533px\]::before {
  height: 533px;
}
.bg-before-flora--partial-\[534px\]::before {
  height: 534px;
}
.bg-before-flora--partial-\[535px\]::before {
  height: 535px;
}
.bg-before-flora--partial-\[536px\]::before {
  height: 536px;
}
.bg-before-flora--partial-\[537px\]::before {
  height: 537px;
}
.bg-before-flora--partial-\[538px\]::before {
  height: 538px;
}
.bg-before-flora--partial-\[539px\]::before {
  height: 539px;
}
.bg-before-flora--partial-\[540px\]::before {
  height: 540px;
}
.bg-before-flora--partial-\[541px\]::before {
  height: 541px;
}
.bg-before-flora--partial-\[542px\]::before {
  height: 542px;
}
.bg-before-flora--partial-\[543px\]::before {
  height: 543px;
}
.bg-before-flora--partial-\[544px\]::before {
  height: 544px;
}
.bg-before-flora--partial-\[545px\]::before {
  height: 545px;
}
.bg-before-flora--partial-\[546px\]::before {
  height: 546px;
}
.bg-before-flora--partial-\[547px\]::before {
  height: 547px;
}
.bg-before-flora--partial-\[548px\]::before {
  height: 548px;
}
.bg-before-flora--partial-\[549px\]::before {
  height: 549px;
}
.bg-before-flora--partial-\[550px\]::before {
  height: 550px;
}
.bg-before-flora--partial-\[551px\]::before {
  height: 551px;
}
.bg-before-flora--partial-\[552px\]::before {
  height: 552px;
}
.bg-before-flora--partial-\[553px\]::before {
  height: 553px;
}
.bg-before-flora--partial-\[554px\]::before {
  height: 554px;
}
.bg-before-flora--partial-\[555px\]::before {
  height: 555px;
}
.bg-before-flora--partial-\[556px\]::before {
  height: 556px;
}
.bg-before-flora--partial-\[557px\]::before {
  height: 557px;
}
.bg-before-flora--partial-\[558px\]::before {
  height: 558px;
}
.bg-before-flora--partial-\[559px\]::before {
  height: 559px;
}
.bg-before-flora--partial-\[560px\]::before {
  height: 560px;
}
.bg-before-flora--partial-\[561px\]::before {
  height: 561px;
}
.bg-before-flora--partial-\[562px\]::before {
  height: 562px;
}
.bg-before-flora--partial-\[563px\]::before {
  height: 563px;
}
.bg-before-flora--partial-\[564px\]::before {
  height: 564px;
}
.bg-before-flora--partial-\[565px\]::before {
  height: 565px;
}
.bg-before-flora--partial-\[566px\]::before {
  height: 566px;
}
.bg-before-flora--partial-\[567px\]::before {
  height: 567px;
}
.bg-before-flora--partial-\[568px\]::before {
  height: 568px;
}
.bg-before-flora--partial-\[569px\]::before {
  height: 569px;
}
.bg-before-flora--partial-\[570px\]::before {
  height: 570px;
}
.bg-before-flora--partial-\[571px\]::before {
  height: 571px;
}
.bg-before-flora--partial-\[572px\]::before {
  height: 572px;
}
.bg-before-flora--partial-\[573px\]::before {
  height: 573px;
}
.bg-before-flora--partial-\[574px\]::before {
  height: 574px;
}
.bg-before-flora--partial-\[575px\]::before {
  height: 575px;
}
.bg-before-flora--partial-\[576px\]::before {
  height: 576px;
}
.bg-before-flora--partial-\[577px\]::before {
  height: 577px;
}
.bg-before-flora--partial-\[578px\]::before {
  height: 578px;
}
.bg-before-flora--partial-\[579px\]::before {
  height: 579px;
}
.bg-before-flora--partial-\[580px\]::before {
  height: 580px;
}
.bg-before-flora--partial-\[581px\]::before {
  height: 581px;
}
.bg-before-flora--partial-\[582px\]::before {
  height: 582px;
}
.bg-before-flora--partial-\[583px\]::before {
  height: 583px;
}
.bg-before-flora--partial-\[584px\]::before {
  height: 584px;
}
.bg-before-flora--partial-\[585px\]::before {
  height: 585px;
}
.bg-before-flora--partial-\[586px\]::before {
  height: 586px;
}
.bg-before-flora--partial-\[587px\]::before {
  height: 587px;
}
.bg-before-flora--partial-\[588px\]::before {
  height: 588px;
}
.bg-before-flora--partial-\[589px\]::before {
  height: 589px;
}
.bg-before-flora--partial-\[590px\]::before {
  height: 590px;
}
.bg-before-flora--partial-\[591px\]::before {
  height: 591px;
}
.bg-before-flora--partial-\[592px\]::before {
  height: 592px;
}
.bg-before-flora--partial-\[593px\]::before {
  height: 593px;
}
.bg-before-flora--partial-\[594px\]::before {
  height: 594px;
}
.bg-before-flora--partial-\[595px\]::before {
  height: 595px;
}
.bg-before-flora--partial-\[596px\]::before {
  height: 596px;
}
.bg-before-flora--partial-\[597px\]::before {
  height: 597px;
}
.bg-before-flora--partial-\[598px\]::before {
  height: 598px;
}
.bg-before-flora--partial-\[599px\]::before {
  height: 599px;
}
.bg-before-flora--partial-\[600px\]::before {
  height: 600px;
}
.bg-before-flora--partial-\[601px\]::before {
  height: 601px;
}
.bg-before-flora--partial-\[602px\]::before {
  height: 602px;
}
.bg-before-flora--partial-\[603px\]::before {
  height: 603px;
}
.bg-before-flora--partial-\[604px\]::before {
  height: 604px;
}
.bg-before-flora--partial-\[605px\]::before {
  height: 605px;
}
.bg-before-flora--partial-\[606px\]::before {
  height: 606px;
}
.bg-before-flora--partial-\[607px\]::before {
  height: 607px;
}
.bg-before-flora--partial-\[608px\]::before {
  height: 608px;
}
.bg-before-flora--partial-\[609px\]::before {
  height: 609px;
}
.bg-before-flora--partial-\[610px\]::before {
  height: 610px;
}
.bg-before-flora--partial-\[611px\]::before {
  height: 611px;
}
.bg-before-flora--partial-\[612px\]::before {
  height: 612px;
}
.bg-before-flora--partial-\[613px\]::before {
  height: 613px;
}
.bg-before-flora--partial-\[614px\]::before {
  height: 614px;
}
.bg-before-flora--partial-\[615px\]::before {
  height: 615px;
}
.bg-before-flora--partial-\[616px\]::before {
  height: 616px;
}
.bg-before-flora--partial-\[617px\]::before {
  height: 617px;
}
.bg-before-flora--partial-\[618px\]::before {
  height: 618px;
}
.bg-before-flora--partial-\[619px\]::before {
  height: 619px;
}
.bg-before-flora--partial-\[620px\]::before {
  height: 620px;
}
.bg-before-flora--partial-\[621px\]::before {
  height: 621px;
}
.bg-before-flora--partial-\[622px\]::before {
  height: 622px;
}
.bg-before-flora--partial-\[623px\]::before {
  height: 623px;
}
.bg-before-flora--partial-\[624px\]::before {
  height: 624px;
}
.bg-before-flora--partial-\[625px\]::before {
  height: 625px;
}
.bg-before-flora--partial-\[626px\]::before {
  height: 626px;
}
.bg-before-flora--partial-\[627px\]::before {
  height: 627px;
}
.bg-before-flora--partial-\[628px\]::before {
  height: 628px;
}
.bg-before-flora--partial-\[629px\]::before {
  height: 629px;
}
.bg-before-flora--partial-\[630px\]::before {
  height: 630px;
}
.bg-before-flora--partial-\[631px\]::before {
  height: 631px;
}
.bg-before-flora--partial-\[632px\]::before {
  height: 632px;
}
.bg-before-flora--partial-\[633px\]::before {
  height: 633px;
}
.bg-before-flora--partial-\[634px\]::before {
  height: 634px;
}
.bg-before-flora--partial-\[635px\]::before {
  height: 635px;
}
.bg-before-flora--partial-\[636px\]::before {
  height: 636px;
}
.bg-before-flora--partial-\[637px\]::before {
  height: 637px;
}
.bg-before-flora--partial-\[638px\]::before {
  height: 638px;
}
.bg-before-flora--partial-\[639px\]::before {
  height: 639px;
}
.bg-before-flora--partial-\[640px\]::before {
  height: 640px;
}
.bg-before-flora--partial-\[641px\]::before {
  height: 641px;
}
.bg-before-flora--partial-\[642px\]::before {
  height: 642px;
}
.bg-before-flora--partial-\[643px\]::before {
  height: 643px;
}
.bg-before-flora--partial-\[644px\]::before {
  height: 644px;
}
.bg-before-flora--partial-\[645px\]::before {
  height: 645px;
}
.bg-before-flora--partial-\[646px\]::before {
  height: 646px;
}
.bg-before-flora--partial-\[647px\]::before {
  height: 647px;
}
.bg-before-flora--partial-\[648px\]::before {
  height: 648px;
}
.bg-before-flora--partial-\[649px\]::before {
  height: 649px;
}
.bg-before-flora--partial-\[650px\]::before {
  height: 650px;
}
.bg-before-flora--partial-\[651px\]::before {
  height: 651px;
}
.bg-before-flora--partial-\[652px\]::before {
  height: 652px;
}
.bg-before-flora--partial-\[653px\]::before {
  height: 653px;
}
.bg-before-flora--partial-\[654px\]::before {
  height: 654px;
}
.bg-before-flora--partial-\[655px\]::before {
  height: 655px;
}
.bg-before-flora--partial-\[656px\]::before {
  height: 656px;
}
.bg-before-flora--partial-\[657px\]::before {
  height: 657px;
}
.bg-before-flora--partial-\[658px\]::before {
  height: 658px;
}
.bg-before-flora--partial-\[659px\]::before {
  height: 659px;
}
.bg-before-flora--partial-\[660px\]::before {
  height: 660px;
}
.bg-before-flora--partial-\[661px\]::before {
  height: 661px;
}
.bg-before-flora--partial-\[662px\]::before {
  height: 662px;
}
.bg-before-flora--partial-\[663px\]::before {
  height: 663px;
}
.bg-before-flora--partial-\[664px\]::before {
  height: 664px;
}
.bg-before-flora--partial-\[665px\]::before {
  height: 665px;
}
.bg-before-flora--partial-\[666px\]::before {
  height: 666px;
}
.bg-before-flora--partial-\[667px\]::before {
  height: 667px;
}
.bg-before-flora--partial-\[668px\]::before {
  height: 668px;
}
.bg-before-flora--partial-\[669px\]::before {
  height: 669px;
}
.bg-before-flora--partial-\[670px\]::before {
  height: 670px;
}
.bg-before-flora--partial-\[671px\]::before {
  height: 671px;
}
.bg-before-flora--partial-\[672px\]::before {
  height: 672px;
}
.bg-before-flora--partial-\[673px\]::before {
  height: 673px;
}
.bg-before-flora--partial-\[674px\]::before {
  height: 674px;
}
.bg-before-flora--partial-\[675px\]::before {
  height: 675px;
}
.bg-before-flora--partial-\[676px\]::before {
  height: 676px;
}
.bg-before-flora--partial-\[677px\]::before {
  height: 677px;
}
.bg-before-flora--partial-\[678px\]::before {
  height: 678px;
}
.bg-before-flora--partial-\[679px\]::before {
  height: 679px;
}
.bg-before-flora--partial-\[680px\]::before {
  height: 680px;
}
.bg-before-flora--partial-\[681px\]::before {
  height: 681px;
}
.bg-before-flora--partial-\[682px\]::before {
  height: 682px;
}
.bg-before-flora--partial-\[683px\]::before {
  height: 683px;
}
.bg-before-flora--partial-\[684px\]::before {
  height: 684px;
}
.bg-before-flora--partial-\[685px\]::before {
  height: 685px;
}
.bg-before-flora--partial-\[686px\]::before {
  height: 686px;
}
.bg-before-flora--partial-\[687px\]::before {
  height: 687px;
}
.bg-before-flora--partial-\[688px\]::before {
  height: 688px;
}
.bg-before-flora--partial-\[689px\]::before {
  height: 689px;
}
.bg-before-flora--partial-\[690px\]::before {
  height: 690px;
}
.bg-before-flora--partial-\[691px\]::before {
  height: 691px;
}
.bg-before-flora--partial-\[692px\]::before {
  height: 692px;
}
.bg-before-flora--partial-\[693px\]::before {
  height: 693px;
}
.bg-before-flora--partial-\[694px\]::before {
  height: 694px;
}
.bg-before-flora--partial-\[695px\]::before {
  height: 695px;
}
.bg-before-flora--partial-\[696px\]::before {
  height: 696px;
}
.bg-before-flora--partial-\[697px\]::before {
  height: 697px;
}
.bg-before-flora--partial-\[698px\]::before {
  height: 698px;
}
.bg-before-flora--partial-\[699px\]::before {
  height: 699px;
}
.bg-before-flora--partial-\[700px\]::before {
  height: 700px;
}
.bg-before-flora--partial-\[701px\]::before {
  height: 701px;
}
.bg-before-flora--partial-\[702px\]::before {
  height: 702px;
}
.bg-before-flora--partial-\[703px\]::before {
  height: 703px;
}
.bg-before-flora--partial-\[704px\]::before {
  height: 704px;
}
.bg-before-flora--partial-\[705px\]::before {
  height: 705px;
}
.bg-before-flora--partial-\[706px\]::before {
  height: 706px;
}
.bg-before-flora--partial-\[707px\]::before {
  height: 707px;
}
.bg-before-flora--partial-\[708px\]::before {
  height: 708px;
}
.bg-before-flora--partial-\[709px\]::before {
  height: 709px;
}
.bg-before-flora--partial-\[710px\]::before {
  height: 710px;
}
.bg-before-flora--partial-\[711px\]::before {
  height: 711px;
}
.bg-before-flora--partial-\[712px\]::before {
  height: 712px;
}
.bg-before-flora--partial-\[713px\]::before {
  height: 713px;
}
.bg-before-flora--partial-\[714px\]::before {
  height: 714px;
}
.bg-before-flora--partial-\[715px\]::before {
  height: 715px;
}
.bg-before-flora--partial-\[716px\]::before {
  height: 716px;
}
.bg-before-flora--partial-\[717px\]::before {
  height: 717px;
}
.bg-before-flora--partial-\[718px\]::before {
  height: 718px;
}
.bg-before-flora--partial-\[719px\]::before {
  height: 719px;
}
.bg-before-flora--partial-\[720px\]::before {
  height: 720px;
}
.bg-before-flora--partial-\[721px\]::before {
  height: 721px;
}
.bg-before-flora--partial-\[722px\]::before {
  height: 722px;
}
.bg-before-flora--partial-\[723px\]::before {
  height: 723px;
}
.bg-before-flora--partial-\[724px\]::before {
  height: 724px;
}
.bg-before-flora--partial-\[725px\]::before {
  height: 725px;
}
.bg-before-flora--partial-\[726px\]::before {
  height: 726px;
}
.bg-before-flora--partial-\[727px\]::before {
  height: 727px;
}
.bg-before-flora--partial-\[728px\]::before {
  height: 728px;
}
.bg-before-flora--partial-\[729px\]::before {
  height: 729px;
}
.bg-before-flora--partial-\[730px\]::before {
  height: 730px;
}
.bg-before-flora--partial-\[731px\]::before {
  height: 731px;
}
.bg-before-flora--partial-\[732px\]::before {
  height: 732px;
}
.bg-before-flora--partial-\[733px\]::before {
  height: 733px;
}
.bg-before-flora--partial-\[734px\]::before {
  height: 734px;
}
.bg-before-flora--partial-\[735px\]::before {
  height: 735px;
}
.bg-before-flora--partial-\[736px\]::before {
  height: 736px;
}
.bg-before-flora--partial-\[737px\]::before {
  height: 737px;
}
.bg-before-flora--partial-\[738px\]::before {
  height: 738px;
}
.bg-before-flora--partial-\[739px\]::before {
  height: 739px;
}
.bg-before-flora--partial-\[740px\]::before {
  height: 740px;
}
.bg-before-flora--partial-\[741px\]::before {
  height: 741px;
}
.bg-before-flora--partial-\[742px\]::before {
  height: 742px;
}
.bg-before-flora--partial-\[743px\]::before {
  height: 743px;
}
.bg-before-flora--partial-\[744px\]::before {
  height: 744px;
}
.bg-before-flora--partial-\[745px\]::before {
  height: 745px;
}
.bg-before-flora--partial-\[746px\]::before {
  height: 746px;
}
.bg-before-flora--partial-\[747px\]::before {
  height: 747px;
}
.bg-before-flora--partial-\[748px\]::before {
  height: 748px;
}
.bg-before-flora--partial-\[749px\]::before {
  height: 749px;
}
.bg-before-flora--partial-\[750px\]::before {
  height: 750px;
}
.bg-before-flora--partial-\[751px\]::before {
  height: 751px;
}
.bg-before-flora--partial-\[752px\]::before {
  height: 752px;
}
.bg-before-flora--partial-\[753px\]::before {
  height: 753px;
}
.bg-before-flora--partial-\[754px\]::before {
  height: 754px;
}
.bg-before-flora--partial-\[755px\]::before {
  height: 755px;
}
.bg-before-flora--partial-\[756px\]::before {
  height: 756px;
}
.bg-before-flora--partial-\[757px\]::before {
  height: 757px;
}
.bg-before-flora--partial-\[758px\]::before {
  height: 758px;
}
.bg-before-flora--partial-\[759px\]::before {
  height: 759px;
}
.bg-before-flora--partial-\[760px\]::before {
  height: 760px;
}
.bg-before-flora--partial-\[761px\]::before {
  height: 761px;
}
.bg-before-flora--partial-\[762px\]::before {
  height: 762px;
}
.bg-before-flora--partial-\[763px\]::before {
  height: 763px;
}
.bg-before-flora--partial-\[764px\]::before {
  height: 764px;
}
.bg-before-flora--partial-\[765px\]::before {
  height: 765px;
}
.bg-before-flora--partial-\[766px\]::before {
  height: 766px;
}
.bg-before-flora--partial-\[767px\]::before {
  height: 767px;
}
.bg-before-flora--partial-\[768px\]::before {
  height: 768px;
}
.bg-before-flora--partial-\[769px\]::before {
  height: 769px;
}
.bg-before-flora--partial-\[770px\]::before {
  height: 770px;
}
.bg-before-flora--partial-\[771px\]::before {
  height: 771px;
}
.bg-before-flora--partial-\[772px\]::before {
  height: 772px;
}
.bg-before-flora--partial-\[773px\]::before {
  height: 773px;
}
.bg-before-flora--partial-\[774px\]::before {
  height: 774px;
}
.bg-before-flora--partial-\[775px\]::before {
  height: 775px;
}
.bg-before-flora--partial-\[776px\]::before {
  height: 776px;
}
.bg-before-flora--partial-\[777px\]::before {
  height: 777px;
}
.bg-before-flora--partial-\[778px\]::before {
  height: 778px;
}
.bg-before-flora--partial-\[779px\]::before {
  height: 779px;
}
.bg-before-flora--partial-\[780px\]::before {
  height: 780px;
}
.bg-before-flora--partial-\[781px\]::before {
  height: 781px;
}
.bg-before-flora--partial-\[782px\]::before {
  height: 782px;
}
.bg-before-flora--partial-\[783px\]::before {
  height: 783px;
}
.bg-before-flora--partial-\[784px\]::before {
  height: 784px;
}
.bg-before-flora--partial-\[785px\]::before {
  height: 785px;
}
.bg-before-flora--partial-\[786px\]::before {
  height: 786px;
}
.bg-before-flora--partial-\[787px\]::before {
  height: 787px;
}
.bg-before-flora--partial-\[788px\]::before {
  height: 788px;
}
.bg-before-flora--partial-\[789px\]::before {
  height: 789px;
}
.bg-before-flora--partial-\[790px\]::before {
  height: 790px;
}
.bg-before-flora--partial-\[791px\]::before {
  height: 791px;
}
.bg-before-flora--partial-\[792px\]::before {
  height: 792px;
}
.bg-before-flora--partial-\[793px\]::before {
  height: 793px;
}
.bg-before-flora--partial-\[794px\]::before {
  height: 794px;
}
.bg-before-flora--partial-\[795px\]::before {
  height: 795px;
}
.bg-before-flora--partial-\[796px\]::before {
  height: 796px;
}
.bg-before-flora--partial-\[797px\]::before {
  height: 797px;
}
.bg-before-flora--partial-\[798px\]::before {
  height: 798px;
}
.bg-before-flora--partial-\[799px\]::before {
  height: 799px;
}
.bg-before-flora--partial-\[800px\]::before {
  height: 800px;
}
.bg-before-flora--partial-\[801px\]::before {
  height: 801px;
}
.bg-before-flora--partial-\[802px\]::before {
  height: 802px;
}
.bg-before-flora--partial-\[803px\]::before {
  height: 803px;
}
.bg-before-flora--partial-\[804px\]::before {
  height: 804px;
}
.bg-before-flora--partial-\[805px\]::before {
  height: 805px;
}
.bg-before-flora--partial-\[806px\]::before {
  height: 806px;
}
.bg-before-flora--partial-\[807px\]::before {
  height: 807px;
}
.bg-before-flora--partial-\[808px\]::before {
  height: 808px;
}
.bg-before-flora--partial-\[809px\]::before {
  height: 809px;
}
.bg-before-flora--partial-\[810px\]::before {
  height: 810px;
}
.bg-before-flora--partial-\[811px\]::before {
  height: 811px;
}
.bg-before-flora--partial-\[812px\]::before {
  height: 812px;
}
.bg-before-flora--partial-\[813px\]::before {
  height: 813px;
}
.bg-before-flora--partial-\[814px\]::before {
  height: 814px;
}
.bg-before-flora--partial-\[815px\]::before {
  height: 815px;
}
.bg-before-flora--partial-\[816px\]::before {
  height: 816px;
}
.bg-before-flora--partial-\[817px\]::before {
  height: 817px;
}
.bg-before-flora--partial-\[818px\]::before {
  height: 818px;
}
.bg-before-flora--partial-\[819px\]::before {
  height: 819px;
}
.bg-before-flora--partial-\[820px\]::before {
  height: 820px;
}
.bg-before-flora--partial-\[821px\]::before {
  height: 821px;
}
.bg-before-flora--partial-\[822px\]::before {
  height: 822px;
}
.bg-before-flora--partial-\[823px\]::before {
  height: 823px;
}
.bg-before-flora--partial-\[824px\]::before {
  height: 824px;
}
.bg-before-flora--partial-\[825px\]::before {
  height: 825px;
}
.bg-before-flora--partial-\[826px\]::before {
  height: 826px;
}
.bg-before-flora--partial-\[827px\]::before {
  height: 827px;
}
.bg-before-flora--partial-\[828px\]::before {
  height: 828px;
}
.bg-before-flora--partial-\[829px\]::before {
  height: 829px;
}
.bg-before-flora--partial-\[830px\]::before {
  height: 830px;
}
.bg-before-flora--partial-\[831px\]::before {
  height: 831px;
}
.bg-before-flora--partial-\[832px\]::before {
  height: 832px;
}
.bg-before-flora--partial-\[833px\]::before {
  height: 833px;
}
.bg-before-flora--partial-\[834px\]::before {
  height: 834px;
}
.bg-before-flora--partial-\[835px\]::before {
  height: 835px;
}
.bg-before-flora--partial-\[836px\]::before {
  height: 836px;
}
.bg-before-flora--partial-\[837px\]::before {
  height: 837px;
}
.bg-before-flora--partial-\[838px\]::before {
  height: 838px;
}
.bg-before-flora--partial-\[839px\]::before {
  height: 839px;
}
.bg-before-flora--partial-\[840px\]::before {
  height: 840px;
}
.bg-before-flora--partial-\[841px\]::before {
  height: 841px;
}
.bg-before-flora--partial-\[842px\]::before {
  height: 842px;
}
.bg-before-flora--partial-\[843px\]::before {
  height: 843px;
}
.bg-before-flora--partial-\[844px\]::before {
  height: 844px;
}
.bg-before-flora--partial-\[845px\]::before {
  height: 845px;
}
.bg-before-flora--partial-\[846px\]::before {
  height: 846px;
}
.bg-before-flora--partial-\[847px\]::before {
  height: 847px;
}
.bg-before-flora--partial-\[848px\]::before {
  height: 848px;
}
.bg-before-flora--partial-\[849px\]::before {
  height: 849px;
}
.bg-before-flora--partial-\[850px\]::before {
  height: 850px;
}
.bg-before-flora--partial-\[851px\]::before {
  height: 851px;
}
.bg-before-flora--partial-\[852px\]::before {
  height: 852px;
}
.bg-before-flora--partial-\[853px\]::before {
  height: 853px;
}
.bg-before-flora--partial-\[854px\]::before {
  height: 854px;
}
.bg-before-flora--partial-\[855px\]::before {
  height: 855px;
}
.bg-before-flora--partial-\[856px\]::before {
  height: 856px;
}
.bg-before-flora--partial-\[857px\]::before {
  height: 857px;
}
.bg-before-flora--partial-\[858px\]::before {
  height: 858px;
}
.bg-before-flora--partial-\[859px\]::before {
  height: 859px;
}
.bg-before-flora--partial-\[860px\]::before {
  height: 860px;
}
.bg-before-flora--partial-\[861px\]::before {
  height: 861px;
}
.bg-before-flora--partial-\[862px\]::before {
  height: 862px;
}
.bg-before-flora--partial-\[863px\]::before {
  height: 863px;
}
.bg-before-flora--partial-\[864px\]::before {
  height: 864px;
}
.bg-before-flora--partial-\[865px\]::before {
  height: 865px;
}
.bg-before-flora--partial-\[866px\]::before {
  height: 866px;
}
.bg-before-flora--partial-\[867px\]::before {
  height: 867px;
}
.bg-before-flora--partial-\[868px\]::before {
  height: 868px;
}
.bg-before-flora--partial-\[869px\]::before {
  height: 869px;
}
.bg-before-flora--partial-\[870px\]::before {
  height: 870px;
}
.bg-before-flora--partial-\[871px\]::before {
  height: 871px;
}
.bg-before-flora--partial-\[872px\]::before {
  height: 872px;
}
.bg-before-flora--partial-\[873px\]::before {
  height: 873px;
}
.bg-before-flora--partial-\[874px\]::before {
  height: 874px;
}
.bg-before-flora--partial-\[875px\]::before {
  height: 875px;
}
.bg-before-flora--partial-\[876px\]::before {
  height: 876px;
}
.bg-before-flora--partial-\[877px\]::before {
  height: 877px;
}
.bg-before-flora--partial-\[878px\]::before {
  height: 878px;
}
.bg-before-flora--partial-\[879px\]::before {
  height: 879px;
}
.bg-before-flora--partial-\[880px\]::before {
  height: 880px;
}
.bg-before-flora--partial-\[881px\]::before {
  height: 881px;
}
.bg-before-flora--partial-\[882px\]::before {
  height: 882px;
}
.bg-before-flora--partial-\[883px\]::before {
  height: 883px;
}
.bg-before-flora--partial-\[884px\]::before {
  height: 884px;
}
.bg-before-flora--partial-\[885px\]::before {
  height: 885px;
}
.bg-before-flora--partial-\[886px\]::before {
  height: 886px;
}
.bg-before-flora--partial-\[887px\]::before {
  height: 887px;
}
.bg-before-flora--partial-\[888px\]::before {
  height: 888px;
}
.bg-before-flora--partial-\[889px\]::before {
  height: 889px;
}
.bg-before-flora--partial-\[890px\]::before {
  height: 890px;
}
.bg-before-flora--partial-\[891px\]::before {
  height: 891px;
}
.bg-before-flora--partial-\[892px\]::before {
  height: 892px;
}
.bg-before-flora--partial-\[893px\]::before {
  height: 893px;
}
.bg-before-flora--partial-\[894px\]::before {
  height: 894px;
}
.bg-before-flora--partial-\[895px\]::before {
  height: 895px;
}
.bg-before-flora--partial-\[896px\]::before {
  height: 896px;
}
.bg-before-flora--partial-\[897px\]::before {
  height: 897px;
}
.bg-before-flora--partial-\[898px\]::before {
  height: 898px;
}
.bg-before-flora--partial-\[899px\]::before {
  height: 899px;
}
.bg-before-flora--partial-\[900px\]::before {
  height: 900px;
}
.bg-before-flora--partial-\[901px\]::before {
  height: 901px;
}
.bg-before-flora--partial-\[902px\]::before {
  height: 902px;
}
.bg-before-flora--partial-\[903px\]::before {
  height: 903px;
}
.bg-before-flora--partial-\[904px\]::before {
  height: 904px;
}
.bg-before-flora--partial-\[905px\]::before {
  height: 905px;
}
.bg-before-flora--partial-\[906px\]::before {
  height: 906px;
}
.bg-before-flora--partial-\[907px\]::before {
  height: 907px;
}
.bg-before-flora--partial-\[908px\]::before {
  height: 908px;
}
.bg-before-flora--partial-\[909px\]::before {
  height: 909px;
}
.bg-before-flora--partial-\[910px\]::before {
  height: 910px;
}
.bg-before-flora--partial-\[911px\]::before {
  height: 911px;
}
.bg-before-flora--partial-\[912px\]::before {
  height: 912px;
}
.bg-before-flora--partial-\[913px\]::before {
  height: 913px;
}
.bg-before-flora--partial-\[914px\]::before {
  height: 914px;
}
.bg-before-flora--partial-\[915px\]::before {
  height: 915px;
}
.bg-before-flora--partial-\[916px\]::before {
  height: 916px;
}
.bg-before-flora--partial-\[917px\]::before {
  height: 917px;
}
.bg-before-flora--partial-\[918px\]::before {
  height: 918px;
}
.bg-before-flora--partial-\[919px\]::before {
  height: 919px;
}
.bg-before-flora--partial-\[920px\]::before {
  height: 920px;
}
.bg-before-flora--partial-\[921px\]::before {
  height: 921px;
}
.bg-before-flora--partial-\[922px\]::before {
  height: 922px;
}
.bg-before-flora--partial-\[923px\]::before {
  height: 923px;
}
.bg-before-flora--partial-\[924px\]::before {
  height: 924px;
}
.bg-before-flora--partial-\[925px\]::before {
  height: 925px;
}
.bg-before-flora--partial-\[926px\]::before {
  height: 926px;
}
.bg-before-flora--partial-\[927px\]::before {
  height: 927px;
}
.bg-before-flora--partial-\[928px\]::before {
  height: 928px;
}
.bg-before-flora--partial-\[929px\]::before {
  height: 929px;
}
.bg-before-flora--partial-\[930px\]::before {
  height: 930px;
}
.bg-before-flora--partial-\[931px\]::before {
  height: 931px;
}
.bg-before-flora--partial-\[932px\]::before {
  height: 932px;
}
.bg-before-flora--partial-\[933px\]::before {
  height: 933px;
}
.bg-before-flora--partial-\[934px\]::before {
  height: 934px;
}
.bg-before-flora--partial-\[935px\]::before {
  height: 935px;
}
.bg-before-flora--partial-\[936px\]::before {
  height: 936px;
}
.bg-before-flora--partial-\[937px\]::before {
  height: 937px;
}
.bg-before-flora--partial-\[938px\]::before {
  height: 938px;
}
.bg-before-flora--partial-\[939px\]::before {
  height: 939px;
}
.bg-before-flora--partial-\[940px\]::before {
  height: 940px;
}
.bg-before-flora--partial-\[941px\]::before {
  height: 941px;
}
.bg-before-flora--partial-\[942px\]::before {
  height: 942px;
}
.bg-before-flora--partial-\[943px\]::before {
  height: 943px;
}
.bg-before-flora--partial-\[944px\]::before {
  height: 944px;
}
.bg-before-flora--partial-\[945px\]::before {
  height: 945px;
}
.bg-before-flora--partial-\[946px\]::before {
  height: 946px;
}
.bg-before-flora--partial-\[947px\]::before {
  height: 947px;
}
.bg-before-flora--partial-\[948px\]::before {
  height: 948px;
}
.bg-before-flora--partial-\[949px\]::before {
  height: 949px;
}
.bg-before-flora--partial-\[950px\]::before {
  height: 950px;
}
.bg-before-flora--partial-\[951px\]::before {
  height: 951px;
}
.bg-before-flora--partial-\[952px\]::before {
  height: 952px;
}
.bg-before-flora--partial-\[953px\]::before {
  height: 953px;
}
.bg-before-flora--partial-\[954px\]::before {
  height: 954px;
}
.bg-before-flora--partial-\[955px\]::before {
  height: 955px;
}
.bg-before-flora--partial-\[956px\]::before {
  height: 956px;
}
.bg-before-flora--partial-\[957px\]::before {
  height: 957px;
}
.bg-before-flora--partial-\[958px\]::before {
  height: 958px;
}
.bg-before-flora--partial-\[959px\]::before {
  height: 959px;
}
.bg-before-flora--partial-\[960px\]::before {
  height: 960px;
}
.bg-before-flora--partial-\[961px\]::before {
  height: 961px;
}
.bg-before-flora--partial-\[962px\]::before {
  height: 962px;
}
.bg-before-flora--partial-\[963px\]::before {
  height: 963px;
}
.bg-before-flora--partial-\[964px\]::before {
  height: 964px;
}
.bg-before-flora--partial-\[965px\]::before {
  height: 965px;
}
.bg-before-flora--partial-\[966px\]::before {
  height: 966px;
}
.bg-before-flora--partial-\[967px\]::before {
  height: 967px;
}
.bg-before-flora--partial-\[968px\]::before {
  height: 968px;
}
.bg-before-flora--partial-\[969px\]::before {
  height: 969px;
}
.bg-before-flora--partial-\[970px\]::before {
  height: 970px;
}
.bg-before-flora--partial-\[971px\]::before {
  height: 971px;
}
.bg-before-flora--partial-\[972px\]::before {
  height: 972px;
}
.bg-before-flora--partial-\[973px\]::before {
  height: 973px;
}
.bg-before-flora--partial-\[974px\]::before {
  height: 974px;
}
.bg-before-flora--partial-\[975px\]::before {
  height: 975px;
}
.bg-before-flora--partial-\[976px\]::before {
  height: 976px;
}
.bg-before-flora--partial-\[977px\]::before {
  height: 977px;
}
.bg-before-flora--partial-\[978px\]::before {
  height: 978px;
}
.bg-before-flora--partial-\[979px\]::before {
  height: 979px;
}
.bg-before-flora--partial-\[980px\]::before {
  height: 980px;
}
.bg-before-flora--partial-\[981px\]::before {
  height: 981px;
}
.bg-before-flora--partial-\[982px\]::before {
  height: 982px;
}
.bg-before-flora--partial-\[983px\]::before {
  height: 983px;
}
.bg-before-flora--partial-\[984px\]::before {
  height: 984px;
}
.bg-before-flora--partial-\[985px\]::before {
  height: 985px;
}
.bg-before-flora--partial-\[986px\]::before {
  height: 986px;
}
.bg-before-flora--partial-\[987px\]::before {
  height: 987px;
}
.bg-before-flora--partial-\[988px\]::before {
  height: 988px;
}
.bg-before-flora--partial-\[989px\]::before {
  height: 989px;
}
.bg-before-flora--partial-\[990px\]::before {
  height: 990px;
}
.bg-before-flora--partial-\[991px\]::before {
  height: 991px;
}
.bg-before-flora--partial-\[992px\]::before {
  height: 992px;
}
.bg-before-flora--partial-\[993px\]::before {
  height: 993px;
}
.bg-before-flora--partial-\[994px\]::before {
  height: 994px;
}
.bg-before-flora--partial-\[995px\]::before {
  height: 995px;
}
.bg-before-flora--partial-\[996px\]::before {
  height: 996px;
}
.bg-before-flora--partial-\[997px\]::before {
  height: 997px;
}
.bg-before-flora--partial-\[998px\]::before {
  height: 998px;
}
.bg-before-flora--partial-\[999px\]::before {
  height: 999px;
}
.bg-before-flora--partial-\[1000px\]::before {
  height: 1000px;
}

/* 4. Pre-Footer Newsletter Overlap Modifiers for ACF Flexible Content */
.bg-before-flora {
  /* Default: Extra bottom padding for floating newsletter overlap */
}
.bg-before-flora.has-newsletter-overlap {
  padding-bottom: 9rem;
}
@media (min-width: 1024px) {
  .bg-before-flora.has-newsletter-overlap {
    padding-bottom: 4rem;
  }
}
.bg-before-flora {
  /* Toggle OFF: Standard bottom padding when overlap is disabled */
}
.bg-before-flora.no-newsletter-overlap {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .bg-before-flora.no-newsletter-overlap {
    padding-bottom: 5rem;
  }
}

/* 5. Custom Mobile Carousel Styles (Mission Feature Cards) */
.mission-carousel .mission-card {
  background-color: #ffffff;
  color: #4A5568;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.mission-carousel .mission-card h3 {
  color: #006475;
  transition: color 0.3s ease;
}
.mission-carousel .mission-card p {
  color: #4A5568;
  transition: color 0.3s ease;
}
.mission-carousel .mission-card svg {
  color: #006475;
}
.mission-carousel .mission-card.is-active svg {
  color: #fff;
}
@media (max-width: 1023px) {
  .mission-carousel {
    overflow: hidden;
  }
  .mission-carousel .mission-track {
    position: relative;
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mission-carousel .mission-card {
    position: absolute;
    width: 70%;
    max-width: 310px;
    min-height: 370px;
    height: auto;
    box-sizing: border-box;
    background-color: #ffffff !important;
    color: #4A5568 !important;
    opacity: 0.85;
    will-change: transform, opacity;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.45s cubic-bezier(0.25, 1, 0.3, 1), background-color 0.35s ease, color 0.35s ease;
  }
  .mission-carousel .mission-card h3 {
    color: #006475 !important;
  }
  .mission-carousel .mission-card p {
    color: #4A5568 !important;
  }
  .mission-carousel .mission-card {
    /* Active Center Card */
  }
  .mission-carousel .mission-card.is-active {
    opacity: 1 !important;
    background-color: #006475 !important;
    color: #ffffff !important;
    transform: translate3d(0, 0, 0) scale(1.03);
    z-index: 10;
  }
  .mission-carousel .mission-card.is-active h3,
  .mission-carousel .mission-card.is-active p,
  .mission-carousel .mission-card.is-active svg {
    color: #ffffff !important;
  }
  .mission-carousel .mission-card {
    /* Left Peeking Card */
  }
  .mission-carousel .mission-card.is-prev {
    transform: translate3d(-105%, 0, 0) scale(0.95);
    z-index: 5;
  }
  .mission-carousel .mission-card {
    /* Right Peeking Card */
  }
  .mission-carousel .mission-card.is-next {
    transform: translate3d(105%, 0, 0) scale(0.95);
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  .mission-carousel .mission-track {
    transform: none !important;
    height: auto !important;
    position: static !important;
    display: grid !important;
    gap: 0 !important;
  }
  .mission-carousel .mission-card {
    position: relative !important;
    transform: none !important;
    width: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: background-color 0.35s ease, color 0.35s ease !important;
  }
  .mission-carousel .mission-card.is-active {
    background-color: #006475 !important;
    color: #ffffff !important;
  }
  .mission-carousel .mission-card.is-active h3,
  .mission-carousel .mission-card.is-active p {
    color: #ffffff !important;
  }
  .mission-carousel .mission-carousel-nav {
    display: none !important;
  }
}

.border-l-hidden:before {
  background: white;
  width: 25%;
  height: 50%;
  left: calc(-25% + 32px);
  top: 0;
  position: absolute;
}

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

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

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-slate-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

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

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\\\'\\\'\]::after {
  --tw-content: \'\';
  content: var(--tw-content);
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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-\[\#006475\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 117 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#004d5a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 90 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#004e56\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 86 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#005766\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00636D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 109 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#008294\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 148 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E6F0F1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#EBF5F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-\[\#006064\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 96 100 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#00636D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 99 109 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#008294\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 130 148 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 102 116 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-xl:hover {
  --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);
}

.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-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-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.group\/sub:hover .group-hover\/sub\:visible {
  visibility: visible;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

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

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-\[\#00636D\] {
  --tw-text-opacity: 1;
  color: rgb(0 99 109 / var(--tw-text-opacity, 1));
}

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

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

.group\/sub.open .group-\[\.open\]\/sub\: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));
}

.group.open .group-\[\.open\]\: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));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {

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

  .sm\:right-\[calc\(90\%-50vw\)\] {
    right: calc(90% - 50vw);
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-\[20\%\] {
    top: 20%;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-\[calc\(\(100\%-1\.5rem\)\/2\)\] {
    width: calc((100% - 1.5rem) / 2);
  }

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

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

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

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

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

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

  .sm\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

  .md\:p-12 {
    padding: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

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

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

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

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

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

  .lg\:grid-cols-\[1\.1fr_1\.9fr\] {
    grid-template-columns: 1.1fr 1.9fr;
  }

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

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

  .lg\:grid-cols-\[minmax\(0\2c 6fr\)_minmax\(0\2c 4fr\)\] {
    grid-template-columns: minmax(0,6fr) minmax(0,4fr);
  }

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

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

  .lg\:gap-\[117px\] {
    gap: 117px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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