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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bi-btn-lg {
  position: relative;
  border-radius: 24px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .bi-btn-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.bi-btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(83 181 76 / var(--tw-bg-opacity, 1));
}

.bi-btn-icon-wrapper {
  position: relative;
  width: 20px;
  overflow: hidden;
}

.bi-btn-icon {
  position: absolute;
  top: 50%;
  display: flex;
  width: 1rem;
  height: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  .bi-btn-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.bi-btn-icon-left {
  left: -20px;
}

.group:hover .bi-btn-icon-left {
  left: 3px;
}

.bi-btn-icon-right {
  left: 3px;
}

.group:hover .bi-btn-icon-right {
  left: 30px;
}

.bi-btn-text-cormorant {
  font-family: Cormorant Garamond, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(245 253 244 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .bi-btn-text-cormorant {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .bi-btn-text-cormorant {
    font-size: 1.25rem;
    line-height: 22px;
  }
}

.bi-navbar .bi-nav_list .bi-link.bi-active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

.left-\[-18px\] {
  left: -18px;
}

.left-\[1px\] {
  left: 1px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.m-auto {
  margin: auto;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

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

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

.size-\[13px\] {
  width: 13px;
  height: 13px;
}

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.size-\[60px\] {
  width: 60px;
  height: 60px;
}

.size-full {
  width: 100%;
  height: 100%;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

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

.max-w-customTableWidth {
  max-width: 900px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-custom1160 {
  max-width: 1160px;
}

.max-w-screen-custom1240 {
  max-width: 1240px;
}

.max-w-screen-custom1320 {
  max-width: 1320px;
}

.max-w-screen-custom1360 {
  max-width: 1360px;
}

.max-w-screen-extraExtraLarge {
  max-width: 1366px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

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

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

.border-x-\[50px\] {
  border-left-width: 50px;
  border-right-width: 50px;
}

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

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

.border-\[\#4242421A\] {
  border-color: #4242421A;
}

.border-biLightGreen {
  --tw-border-opacity: 1;
  border-color: rgb(225 236 227 / var(--tw-border-opacity, 1));
}

.border-biOffBgGreen {
  --tw-border-opacity: 1;
  border-color: rgb(245 253 244 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.bg-\[\#0E1F0C5C\] {
  background-color: #0E1F0C5C;
}

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

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

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

.bg-biOffBgGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(245 253 244 / var(--tw-bg-opacity, 1));
}

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

.bg-biPrimaryGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(83 181 76 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

.bg-\[linear-gradient\(to_bottom\2c white_50\%\2c \#F6F6F6_50\%\)\] {
  background-image: linear-gradient(to bottom,white 50%,#F6F6F6 50%);
}

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

.from-\[rgba\(3\2c 45\2c 0\2c 0\.88\)\] {
  --tw-gradient-from: rgba(3,45,0,0.88) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(3, 45, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(3\2c 45\2c 0\2c 0\.92\)\] {
  --tw-gradient-from: rgba(3,45,0,0.92) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(3, 45, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[rgba\(3\2c 45\2c 0\2c 0\.35\)\] {
  --tw-gradient-to: rgba(3, 45, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,45,0,0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[rgba\(3\2c 45\2c 0\2c 0\.6\)\] {
  --tw-gradient-to: rgba(3, 45, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(3,45,0,0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[rgba\(3\2c 45\2c 0\2c 0\.2\)\] {
  --tw-gradient-to: rgba(3,45,0,0.2) 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;
}

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

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

.object-\[center_20\%\] {
  -o-object-position: center 20%;
     object-position: center 20%;
}

.object-\[center_35\%\] {
  -o-object-position: center 35%;
     object-position: center 35%;
}

.object-\[center_40\%\] {
  -o-object-position: center 40%;
     object-position: center 40%;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pr-\[91px\] {
  padding-right: 91px;
}

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

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

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

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

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

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

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

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

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

.font-CormorantGaramond {
  font-family: Cormorant Garamond, serif;
}

.font-DMSans {
  font-family: Roboto, sans-serif;
}

.font-Inter {
  font-family: Inter, sans-serif;
}

.font-Manrope {
  font-family: Manrope, sans-serif;
}

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

.text-2xl\/\[33px\] {
  font-size: 1.5rem;
  line-height: 33px;
}

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

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

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

.text-\[20px\]\/\[44px\] {
  font-size: 20px;
  line-height: 44px;
}

.text-\[72px\]\/\[72px\] {
  font-size: 72px;
  line-height: 72px;
}

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

.text-base\/\[110\%\] {
  font-size: 1rem;
  line-height: 110%;
}

.text-base\/\[20px\] {
  font-size: 1rem;
  line-height: 20px;
}

.text-base\/\[22px\] {
  font-size: 1rem;
  line-height: 22px;
}

.text-base\/\[24px\] {
  font-size: 1rem;
  line-height: 24px;
}

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

.text-lg\/\[27px\] {
  font-size: 1.125rem;
  line-height: 27px;
}

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

.text-sm\/\[20px\] {
  font-size: 0.875rem;
  line-height: 20px;
}

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

.text-xl\/\[27px\] {
  font-size: 1.25rem;
  line-height: 27px;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

.tracking-\[-2\%\] {
  letter-spacing: -2%;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[2\%\] {
  letter-spacing: 2%;
}

.tracking-\[5\%\] {
  letter-spacing: 5%;
}

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

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

.text-biDarkGreen\/90 {
  color: rgb(3 45 0 / 0.9);
}

.text-biGrayScale {
  --tw-text-opacity: 1;
  color: rgb(78 75 102 / var(--tw-text-opacity, 1));
}

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

.text-biOffBgGreen {
  --tw-text-opacity: 1;
  color: rgb(245 253 244 / var(--tw-text-opacity, 1));
}

.text-biPrimaryGreen {
  --tw-text-opacity: 1;
  color: rgb(83 181 76 / var(--tw-text-opacity, 1));
}

.text-biPrimaryPurple {
  --tw-text-opacity: 1;
  color: rgb(99 52 177 / var(--tw-text-opacity, 1));
}

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

.text-biSecondaryText {
  --tw-text-opacity: 1;
  color: rgb(168 181 167 / var(--tw-text-opacity, 1));
}

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

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

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

.opacity-80 {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\[text-shadow\:0px_0px_2px_0px_\#00000040\] {
  text-shadow: 0px 0px 2px 0px #00000040;
}

.\[text-shadow\:3px_3px_5px_\#0000004D\] {
  text-shadow: 3px 3px 5px #0000004D;
}

.bi-search_box .bi-placeholder {
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 400;
}

.bi-search_box .bi-placeholder::-moz-placeholder {
  font-family: Manrope, sans-serif;
}

.bi-search_box .bi-placeholder::placeholder {
  font-family: Manrope, sans-serif;
}

@media (max-width: 1023px) {
  .bi-mobile-menu {
    position: absolute;
    top: 68px;
    left: 0px;
    right: 0px;
    z-index: 40;
    max-height: calc(100vh - 68px);
    --tw-translate-y: -400px;
    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));
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(14 31 12 / var(--tw-bg-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .bi-mobile-menu.bi-active {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .bi-navbar .bi-nav_list .bi-link {
    display: block;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .bi-mobile-menu {
    position: static;
    max-height: none;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: row;
    overflow: visible;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bi-navbar .bi-nav_list .bi-link {
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
}

.bi-hamburger .bi-hamburger-line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.bi-hamburger.bi-active .bi-line-1 {
  position: absolute;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bi-hamburger.bi-active .bi-line-3 {
  position: absolute;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bi-hamburger.bi-active .bi-line-2 {
  display: none;
}

/* slider */

.bi-slider .slick-slide>div {
  margin-right: 4rem;
}

.bi-slider .slick-list {
  margin-right: -4rem;
}

.bi-testimonials .slick-list {
  margin-right: -1.5rem;
}

@media (min-width: 1024px) {
  .bi-testimonials .slick-list {
    margin-right: -2rem;
  }
}

.bi-testimonials .slick-slide>div {
  margin-right: 1.5rem;
}

@media (min-width: 1024px) {
  .bi-testimonials .slick-slide>div {
    margin-right: 2rem;
  }
}

/* image-box */

.bi-images-box .bi-image-box {
  height: 500px;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media not all and (min-width: 1024px) {
  .bi-images-box .bi-image-box {
    width: calc(50% - 12px);
  }
}

@media not all and (min-width: 640px) {
  .bi-images-box .bi-image-box {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .bi-images-box .bi-image-box {
    height: 550px;
  }
}

@media (min-width: 768px) {
  .bi-images-box .bi-image-box {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .bi-images-box .bi-image-box {
    height: 740px;
    flex: 1 1 0%;
  }

  .bi-images-box .bi-image-box.bi-active {
    flex: 3;
  }
}

.bi-images-box .bi-image-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.bi-images-box .bi-image-box .bi-image-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

@media (min-width: 1024px) {
  .bi-images-box .bi-image-box.bi-active .bi-image-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .bi-images-box .bi-image-box.bi-active .bi-image-heading {
    font-size: 3rem;
    line-height: 50px;
  }
}

.auto-play .slick-slide {
  margin-right: 2rem;
  width: 300px;
}

.auto-play .slick-list {
  margin-right: -2rem;
}

.auto-play .slick-slide>div {
  display: flex;
  height: 350px;
  align-items: flex-end;
}

/* table  */

.bi-table .bi-thead .bi-th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .bi-table .bi-thead .bi-th {
    font-size: 1.125rem;
    line-height: 33px;
  }
}

@media (min-width: 768px) {
  .bi-table .bi-thead .bi-th {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 33px;
  }
}

@media (min-width: 1024px) {
  .bi-table .bi-thead .bi-th {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    font-size: 1.5rem;
    line-height: 33px;
  }
}

.bi-table .bi-tbody tr .bi-td {
  --tw-bg-opacity: 1;
  background-color: rgb(245 253 244 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -2%;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .bi-table .bi-tbody tr .bi-td {
    font-size: 1rem;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .bi-table .bi-tbody tr .bi-td {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}

.bi-table .bi-tbody> :nth-child(odd) .bi-td {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 255 / var(--tw-bg-opacity, 1));
}

.bi-table .bi-tbody tr> :first-child {
  padding-left: 1.5rem;
  text-align: left;
}

/* ACCORDIAN */

.bi-accordian .bi-item {
  border-bottom-width: 1px;
}

.bi-accordian .bi-item:not(.bi-active) .bi-content {
  height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.bi-accordian .bi-item.bi-active .bi-content {
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.bi-accordian .bi-item.bi-active .bi-header .bi-acc-right-icon {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.bi-cat_item.bi-active .bi-cat_name {
  --tw-text-opacity: 1;
  color: rgb(83 181 76 / var(--tw-text-opacity, 1));
}

.bi-pro_details_card .bi-product_images_slider .slick-slide {
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}

@media (min-width: 992px) {
  .bi-pro_details_card .bi-product_images_slider .slick-slide {
    width: 446px;
  }
}

.bi-pro_details_card .bi-thumb_slider .slick-slide>div {
  margin-right: 0.5rem;
}

.bi-pro_details_card .bi-thumb_slider .slick-list {
  margin-right: -0.5rem;
}

.bi-thumb_slider .slick-track {
  margin-left: auto;
  margin-right: auto;
}

.slick-prev,
.slick-next {
  z-index: 5;
}

.slick-prev {
  left: 2rem !important;
}

.slick-next {
  right: 2rem !important;
}

.bi-preview_slider .slick-slide>div {
  margin: auto;
  height: 100vh;
  width: 100vw;
}

@media (min-width: 640px) {
  .bi-preview_slider .slick-slide>div {
    width: 90vw;
  }
}

.bi-also_like .bi-cat_card_slider .slick-slide {
  margin-right: 1rem;
}

.bi-also_like .bi-cat_card_slider .slick-list {
  margin-right: -1rem;
}

/* ADD BORDER TO CLICKED LINK */

.bi-text_content .bi-nav .bi-link.bi-active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 45 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 45 0 / var(--tw-text-opacity, 1));
}

/* ADD COLOR TO CLICKED SIZE */

.bi-product_details .bi-size_wrapper .bi-size.bi-active {
  --tw-bg-opacity: 1;
  background-color: rgb(83 181 76 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bi-product_details .bi-content_card_wrapper .bi-content_card.bi-active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(83 181 76 / var(--tw-border-opacity, 1));
}

.bi-stories_slider .slick-slide {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .bi-stories_slider .slick-slide {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .bi-stories_slider .slick-slide {
    margin-right: 2rem;
  }
}

.bi-stories_slider .slick-list {
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .bi-stories_slider .slick-list {
    margin-right: -1.5rem;
  }
}

@media (min-width: 1024px) {
  .bi-stories_slider .slick-list {
    margin-right: -2rem;
  }
}

.bi-partners .bi-card_list.bi-auto_slider .slick-slide {
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .bi-partners .bi-card_list.bi-auto_slider .slick-slide {
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .bi-partners .bi-card_list.bi-auto_slider .slick-slide {
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .bi-partners .bi-card_list.bi-auto_slider .slick-slide {
    padding-right: 4rem;
  }
}

.bi-partners .bi-card_list.bi-auto_slider .slick-list {
  margin-right: -1rem;
}

@media (min-width: 640px) {
  .bi-partners .bi-card_list.bi-auto_slider .slick-list {
    margin-right: -2rem;
  }
}

@media (min-width: 768px) {
  .bi-partners .bi-card_list.bi-auto_slider .slick-list {
    margin-right: -3rem;
  }
}

@media (min-width: 1024px) {
  .bi-partners .bi-card_list.bi-auto_slider .slick-list {
    margin-right: -4rem;
  }
}

.bi-link_spy.bi-active {
  --tw-text-opacity: 1;
  color: rgb(40 1 91 / var(--tw-text-opacity, 1));
}

.bi-faq .bi-accordian_item .bi-accordian {
  height: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.bi-faq .bi-accordian_item.bi-active .bi-accordian {
  margin-top: 18px;
  height: auto;
}

.bi-faq .bi-accordian_item.bi-active .bi-icon_wrapper {
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Homepage responsive */

/* .bi-hero__bg {
    @apply min-h-[520px] sm:min-h-[550px] md:min-h-[600px] lg:min-h-[650px];
} */

@media (max-width: 767px) {
  .bi-hero__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .bi-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bi-hero__actions .bi-btn-lg {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }

  .bi-hero__actions .bi-btn-lg a {
    width: 100%;
    justify-content: center;
  }

  .bi-hero__actions .bi-hero__secondary {
    align-self: center;
  }

  .bi-contact-card-wrap {
    position: static;
  }

  .bi-contact-form-panel {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  @media (min-width: 640px) {
    .bi-contact-form-panel {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }

  .bi-contact-form-panel h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .bi-contact-form-panel label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .bi-contact-extra {
    display: none;
  }

  .bi-footer-trees {
    display: none;
  }

  .bi-footer-copyright {
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }

  .bi-footer-copyright p:last-child {
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.625;
  }

  /* .bi-service-cta,
    .bi-final-cta {
        @apply w-full;
    } */

  .bi-service-cta a,
    .bi-final-cta a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 374px) {
  .bi-hero__location {
    font-size: 10px;
    letter-spacing: 0em;
  }

  .bi-how_it_works_wrapper .bi-SN {
    font-size: 56px;
    line-height: 56px;
  }
}

/* Why Bloom Ivy — expanding industry cards */

@media (min-width: 1024px) {
  .bi-industries-cards {
    align-items: stretch;
  }

  .bi-industry-card {
    min-width: 0px;
    flex: 1;
    cursor: pointer;
    transition-property: flex;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .bi-industry-card.is-active,
    .bi-industry-card:hover,
    .bi-industry-card:focus-visible {
    flex: 2.75;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .bi-industries-cards:hover .bi-industry-card:not(:hover):not(:focus-visible) {
    flex: 0.85 1 0;
  }

  .bi-industry-card__media img {
    --tw-brightness: brightness(0.92);
    --tw-saturate: saturate(1.05);
    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);
  }

  .bi-industry-card.is-active .bi-industry-card__media img,
    .bi-industry-card:hover .bi-industry-card__media img,
    .bi-industry-card:focus-visible .bi-industry-card__media img {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-brightness: brightness(1);
    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);
  }

  .bi-industry-card.is-active .bi-industry-card__overlay,
    .bi-industry-card:hover .bi-industry-card__overlay,
    .bi-industry-card:focus-visible .bi-industry-card__overlay {
    --tw-gradient-from: #032D00 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(3 45 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(3 45 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #032D0073 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #032D001A var(--tw-gradient-to-position);
  }

  .bi-industry-card:not(.is-active):not(:hover):not(:focus-visible) .bi-industry-card__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .bi-industry-card.is-active .bi-industry-card__text,
    .bi-industry-card:hover .bi-industry-card__text,
    .bi-industry-card:focus-visible .bi-industry-card__text {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .bi-industries-cards:hover .bi-industry-card:not(:hover):not(:focus-visible) .bi-industry-card__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .bi-industry-card.is-active .bi-industry-card__title,
    .bi-industry-card:hover .bi-industry-card__title,
    .bi-industry-card:focus-visible .bi-industry-card__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  @media (min-width: 1280px) {
    .bi-industry-card.is-active .bi-industry-card__title,
    .bi-industry-card:hover .bi-industry-card__title,
    .bi-industry-card:focus-visible .bi-industry-card__title {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
}

.bi-form-group .bi-form-control-wrap .bi-form-control::-moz-placeholder {
  font-family: Manrope, sans-serif;
  font-size: 0.875rem;
  line-height: 19px;
  font-weight: 400;
  color: #42424280;
}

.bi-form-group .bi-form-control-wrap .bi-form-control::placeholder {
  font-family: Manrope, sans-serif;
  font-size: 0.875rem;
  line-height: 19px;
  font-weight: 400;
  color: #42424280;
}

.bi-form-control {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Manrope, sans-serif;
  font-size: 0.875rem;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.bi-my_account .bi-navLink.bi-active {
  border-right-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(83 181 76 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 253 244 / var(--tw-bg-opacity, 1));
  font-weight: 500;
}

.bi-stories_slider .slick-track {
  display: flex !important;
}

.bi-stories_slider .slick-slide {
  height: inherit !important;
}

.bi-stories_slider .slick-slide>div {
  height: 100%;
}

.placeholder\:font-Manrope::-moz-placeholder {
  font-family: Manrope, sans-serif;
}

.placeholder\:font-Manrope::placeholder {
  font-family: Manrope, sans-serif;
}

.placeholder\:text-base\/\[22px\]::-moz-placeholder {
  font-size: 1rem;
  line-height: 22px;
}

.placeholder\:text-base\/\[22px\]::placeholder {
  font-size: 1rem;
  line-height: 22px;
}

.placeholder\:text-sm\/\[100\%\]::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 100%;
}

.placeholder\:text-sm\/\[100\%\]::placeholder {
  font-size: 0.875rem;
  line-height: 100%;
}

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

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

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}

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

.placeholder\:text-biDarkGreen::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(3 45 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-biDarkGreen::placeholder {
  --tw-text-opacity: 1;
  color: rgb(3 45 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-biDarkGreen\/75::-moz-placeholder {
  color: rgb(3 45 0 / 0.75);
}

.placeholder\:text-biDarkGreen\/75::placeholder {
  color: rgb(3 45 0 / 0.75);
}

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

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

.hover\:border-biPrimaryGreen:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 181 76 / var(--tw-border-opacity, 1));
}

.hover\:bg-biOffBgGreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.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\:border-biPrimaryGreen:focus {
  --tw-border-opacity: 1;
  border-color: rgb(83 181 76 / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:text-biPrimaryGreen {
  --tw-text-opacity: 1;
  color: rgb(83 181 76 / var(--tw-text-opacity, 1));
}

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

@media not all and (min-width: 1366px) {
  .max-extraExtraLarge\:absolute {
    position: absolute;
  }

  .max-extraExtraLarge\:left-2 {
    left: 0.5rem;
  }

  .max-extraExtraLarge\:right-2 {
    right: 0.5rem;
  }

  .max-extraExtraLarge\:top-20 {
    top: 5rem;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:grid {
    display: grid;
  }

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

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

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

  .max-xl\:gap-2 {
    gap: 0.5rem;
  }

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

@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }

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

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

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

@media not all and (min-width: 992px) {
  .max-large\:flex-col {
    flex-direction: column;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:items-stretch {
    align-items: stretch;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:gap-2 {
    gap: 0.5rem;
  }
}

@media not all and (min-width: 576px) {
  .max-medium\:hidden {
    display: none;
  }
}

@media (min-width: 320px) {
  .verySmall\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

@media (min-width: 375px) {
  .small\:text-\[100px\]\/\[80px\] {
    font-size: 100px;
    line-height: 80px;
  }
}

@media (min-width: 576px) {
  .medium\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .medium\:text-\[140px\]\/\[80px\] {
    font-size: 140px;
    line-height: 80px;
  }
}

@media (min-width: 640px) {
  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-\[180px\]\/\[80px\] {
    font-size: 180px;
    line-height: 80px;
  }

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

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

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

  .sm\:text-base\/\[20px\] {
    font-size: 1rem;
    line-height: 20px;
  }

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

  .sm\:text-lg\/\[24px\] {
    font-size: 1.125rem;
    line-height: 24px;
  }

  .sm\:text-lg\/\[28px\] {
    font-size: 1.125rem;
    line-height: 28px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .md\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[22px\] {
    gap: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

  .md\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .md\:text-2xl\/\[44px\] {
    font-size: 1.5rem;
    line-height: 44px;
  }

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

  .md\:text-4xl\/\[66px\] {
    font-size: 2.25rem;
    line-height: 66px;
  }

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

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

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

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

  .md\:text-base\/\[19px\] {
    font-size: 1rem;
    line-height: 19px;
  }

  .md\:text-base\/\[20px\] {
    font-size: 1rem;
    line-height: 20px;
  }

  .md\:text-base\/\[22px\] {
    font-size: 1rem;
    line-height: 22px;
  }

  .md\:text-base\/\[25px\] {
    font-size: 1rem;
    line-height: 25px;
  }

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

  .md\:text-lg\/\[27px\] {
    font-size: 1.125rem;
    line-height: 27px;
  }

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

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

  .md\:text-xl\/\[28px\] {
    font-size: 1.25rem;
    line-height: 28px;
  }

  .md\:text-xl\/\[33px\] {
    font-size: 1.25rem;
    line-height: 33px;
  }

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

@media (min-width: 992px) {
  .large\:w-\[45\%\] {
    width: 45%;
  }

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

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

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

  .large\:text-\[100px\]\/\[80px\] {
    font-size: 100px;
    line-height: 80px;
  }
}

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

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

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

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

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

  .lg\:-mr-\[7\%\] {
    margin-right: -7%;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

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

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

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

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

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

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

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

  .lg\:w-\[48\.56\%\] {
    width: 48.56%;
  }

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

  @media (min-width: 1024px) {
    .lg\:lg\:gap-8 {
      gap: 2rem;
    }
  }

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

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

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

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

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

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

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

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

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

  .lg\:px-\[84px\] {
    padding-left: 84px;
    padding-right: 84px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

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

  .lg\:text-2xl\/\[28px\] {
    font-size: 1.5rem;
    line-height: 28px;
  }

  .lg\:text-2xl\/\[33px\] {
    font-size: 1.5rem;
    line-height: 33px;
  }

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

  .lg\:text-4xl\/\[100\%\] {
    font-size: 2.25rem;
    line-height: 100%;
  }

  .lg\:text-4xl\/\[44px\] {
    font-size: 2.25rem;
    line-height: 44px;
  }

  .lg\:text-5xl\/\[66px\] {
    font-size: 3rem;
    line-height: 66px;
  }

  .lg\:text-\[120px\]\/\[80px\] {
    font-size: 120px;
    line-height: 80px;
  }

  .lg\:text-\[17px\]\/\[28px\] {
    font-size: 17px;
    line-height: 28px;
  }

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

  .lg\:text-\[28px\]\/\[31px\] {
    font-size: 28px;
    line-height: 31px;
  }

  .lg\:text-\[32px\]\/\[44px\] {
    font-size: 32px;
    line-height: 44px;
  }

  .lg\:text-\[56px\]\/\[1\.15\] {
    font-size: 56px;
    line-height: 1.15;
  }

  .lg\:text-\[60px\]\/\[1\.1\] {
    font-size: 60px;
    line-height: 1.1;
  }

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

  .lg\:text-lg\/\[24px\] {
    font-size: 1.125rem;
    line-height: 24px;
  }

  .lg\:text-lg\/\[25px\] {
    font-size: 1.125rem;
    line-height: 25px;
  }

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

  .lg\:text-xl\/\[22px\] {
    font-size: 1.25rem;
    line-height: 22px;
  }

  .lg\:text-xl\/\[27px\] {
    font-size: 1.25rem;
    line-height: 27px;
  }

  .lg\:text-xl\/\[28px\] {
    font-size: 1.25rem;
    line-height: 28px;
  }

  .lg\:text-\[64px\]\/\[68px\] {
    font-size: 64px;
    line-height: 68px;
  }

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

@media (min-width: 1200px) {
  .extraLarge\:h-\[42px\] {
    height: 42px;
  }

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

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

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

  .extraLarge\:grid-cols-\[1\.6fr_1fr_1fr_1fr\] {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }

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

  .extraLarge\:gap-14 {
    gap: 3.5rem;
  }

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

  .extraLarge\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .extraLarge\:text-\[150px\]\/\[80px\] {
    font-size: 150px;
    line-height: 80px;
  }
}

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

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

  .xl\:left-\[1060\.67px\] {
    left: 1060.67px;
  }

  .xl\:left-\[1154\.8px\] {
    left: 1154.8px;
  }

  .xl\:left-\[243\.74px\] {
    left: 243.74px;
  }

  .xl\:left-\[333px\] {
    left: 333px;
  }

  .xl\:left-\[636\.23px\] {
    left: 636.23px;
  }

  .xl\:left-\[897\.62px\] {
    left: 897.62px;
  }

  .xl\:top-\[0px\] {
    top: 0px;
  }

  .xl\:top-\[11\.65px\] {
    top: 11.65px;
  }

  .xl\:top-\[130px\] {
    top: 130px;
  }

  .xl\:top-\[331px\] {
    top: 331px;
  }

  .xl\:top-\[385\.24px\] {
    top: 385.24px;
  }

  .xl\:top-\[58\.24px\] {
    top: 58.24px;
  }

  .xl\:top-\[82\.37px\] {
    top: 82.37px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:px-\[77px\] {
    padding-left: 77px;
    padding-right: 77px;
  }

  .xl\:px-\[87px\] {
    padding-left: 87px;
    padding-right: 87px;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

  .xl\:text-\[180px\]\/\[80px\] {
    font-size: 180px;
    line-height: 80px;
  }

  .xl\:text-base\/\[110\%\] {
    font-size: 1rem;
    line-height: 110%;
  }
}

@media (min-width: 1366px) {
  .extraExtraLarge\:block {
    display: block;
  }

  .extraExtraLarge\:hidden {
    display: none;
  }

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

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

  .extraExtraLarge\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

.\[\&\>div\>p\>a\:hover\]\:text-green-600>div>p>a:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}