/*
! tailwindcss v3.4.0 | 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root{
  --twcb-scrollbar-width: 0px;
}

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

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

  .container{
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1328px){

  .container{
    max-width: 1328px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-left-5{
  left: -1.25rem;
}
.-left-6{
  left: -1.5rem;
}
.-right-6{
  right: -1.5rem;
}
.-right-\[10\%\]{
  right: -10%;
}
.-top-10{
  top: -2.5rem;
}
.-top-12{
  top: -3rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-4{
  top: -1rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[25\%\]{
  bottom: 25%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[80\%\]{
  top: 80%;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[101\]{
  z-index: 101;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[5\]{
  z-index: 5;
}
.order-2{
  order: 2;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.clear-both{
  clear: both;
}
.m-8{
  margin: 2rem;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.\!my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-auto{
  margin-top: auto !important;
}
.-mt-0{
  margin-top: -0px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-40{
  margin-top: -10rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.\!inline-flex{
  display: inline-flex !important;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-10\/7{
  aspect-ratio: 10 / 7;
}
.aspect-20\/7{
  aspect-ratio: 20 / 7;
}
.aspect-3\/4{
  aspect-ratio: 3 / 4;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[80\%\]{
  height: 80%;
}
.h-\[82px\]{
  height: 82px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[340px\]{
  max-height: 340px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[200vw\]{
  width: 200vw;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[66vw\]{
  width: 66vw;
}
.w-\[82px\]{
  width: 82px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[340px\]{
  min-width: 340px;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-40{
  max-width: 10rem;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[225px\]{
  max-width: 225px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[880px\]{
  max-width: 880px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-\[1120px\]{
  max-width: 1120px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-10{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-20{
  --tw-translate-y: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-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 !important;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.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-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-clip{
  overflow-x: clip;
}
.\!rounded-full{
  border-radius: 9999px !important;
}
.\!rounded-none{
  border-radius: 0px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-none{
  border-style: none;
}
.\!border-green-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 102 51 / var(--tw-border-opacity)) !important;
}
.border-\[\#CCCCCC\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#D0C9AC\]{
  --tw-border-opacity: 1;
  border-color: rgb(208 201 172 / var(--tw-border-opacity));
}
.border-\[\#D0CAAB\]{
  --tw-border-opacity: 1;
  border-color: rgb(208 202 171 / var(--tw-border-opacity));
}
.border-\[\#DEDCD9\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 220 217 / var(--tw-border-opacity));
}
.border-\[\#F3E8DE\]{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 222 / var(--tw-border-opacity));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(0 128 47 / var(--tw-border-opacity));
}
.border-sand-200{
  --tw-border-opacity: 1;
  border-color: rgb(240 237 223 / var(--tw-border-opacity));
}
.border-text-brown{
  --tw-border-opacity: 1;
  border-color: rgb(70 66 61 / var(--tw-border-opacity));
}
.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(255 169 20 / var(--tw-border-opacity));
}
.border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(222 220 217 / var(--tw-border-opacity));
}
.\!bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 169 20 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#30563E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(48 86 62 / var(--tw-bg-opacity));
}
.bg-\[\#F5F3EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 234 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-dark-green-alt{
  --tw-bg-opacity: 1;
  background-color: rgb(9 88 47 / var(--tw-bg-opacity));
}
.bg-dark-green-alt-2{
  --tw-bg-opacity: 1;
  background-color: rgb(5 51 23 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(222 220 217 / var(--tw-bg-opacity));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 47 / var(--tw-bg-opacity));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-light-beige{
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 234 / var(--tw-bg-opacity));
}
.bg-light-beige-alt{
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 235 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 20 / var(--tw-bg-opacity));
}
.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 !important;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-2{
  padding-bottom: 0.5rem !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.\!text-\[14px\]{
  font-size: 14px !important;
}
.\!text-\[15px\]{
  font-size: 15px !important;
}
.\!text-\[20px\]{
  font-size: 20px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.\!font-normal{
  font-weight: 400 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.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 !important;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.\!leading-none{
  line-height: 1 !important;
}
.leading-\[1\.15\]{
  line-height: 1.15;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.\!tracking-\[0\.5px\]{
  letter-spacing: 0.5px !important;
}
.-tracking-\[0\.256px\]{
  letter-spacing: -0.256px;
}
.tracking-\[-0\.87px\]{
  letter-spacing: -0.87px;
}
.tracking-\[0\.4px\]{
  letter-spacing: 0.4px;
}
.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}
.tracking-\[2\.4px\]{
  letter-spacing: 2.4px;
}
.tracking-\[2\.6px\]{
  letter-spacing: 2.6px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-\[3px\]{
  letter-spacing: 3px;
}
.tracking-\[5\.6px\]{
  letter-spacing: 5.6px;
}
.\!text-dark-green-alt-2{
  --tw-text-opacity: 1 !important;
  color: rgb(5 51 23 / var(--tw-text-opacity)) !important;
}
.\!text-green-600{
  --tw-text-opacity: 1 !important;
  color: rgb(4 102 51 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#00493B\]{
  --tw-text-opacity: 1;
  color: rgb(0 73 59 / var(--tw-text-opacity));
}
.text-\[\#A6A6A6\]{
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}
.text-\[\#F0EDDF\]{
  --tw-text-opacity: 1;
  color: rgb(240 237 223 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark-green{
  --tw-text-opacity: 1;
  color: rgb(5 73 59 / var(--tw-text-opacity));
}
.text-dark-green-alt-2{
  --tw-text-opacity: 1;
  color: rgb(5 51 23 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(70 66 61 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(2 102 51 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(4 102 51 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(1 71 35 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(255 169 20 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-80{
  opacity: 0.8;
}
.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-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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!duration-300{
  transition-duration: 300ms !important;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px){

  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
@font-face {
  font-family: "GazpachoBold";
  src: url(../fonts/font.woff2?a198c17e97a458149e8e374fe5343868) format('woff2'), url(../fonts/font.woff?f5384fdbe29eba617ed669d7647a4dbe) format('woff');
	font-weight: 700;
	font-display: swap;
}
.font-primary{
	font-family: 'Poppins';
}
.font-secondary{
	font-family: 'GazpachoBold';
}
.editor *:last-child{
		margin-bottom: 0;
	}
body{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
	font-family: 'Poppins';
}
article>*:not(.entry-content),
.entry-content>*{
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(2 102 51 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.block-editor-block-list__layout p,
	.block-editor-block-list__layout ul,
	.block-editor-block-list__layout ol{
  margin-bottom: 1.5rem;
}
.entry-content >.wp-block-heading,.block-editor-block-list__layout >.wp-block-heading{
  margin-bottom: 1.5rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations):not(.gutena-tabs-tab) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations):not(.gutena-tabs-tab) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
.entry-content p a, .block-editor-block-list__layout p a{
  text-decoration-line: underline;
}
.entry-content p.has-large-font-size, .block-editor-block-list__layout p.has-large-font-size{
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 781px){

  .entry-content p.has-large-font-size, .block-editor-block-list__layout p.has-large-font-size{
    font-size: 28px;
  }
}
.entry-content p.has-medium-font-size, .block-editor-block-list__layout p.has-medium-font-size{
  font-size: 20px !important;
}
@media (min-width: 781px){

  .entry-content p.has-medium-font-size, .block-editor-block-list__layout p.has-medium-font-size{
    font-size: 24px !important;
  }
}
.entry-content p.has-small-font-size, .block-editor-block-list__layout p.has-small-font-size{
  font-size: 15px !important;
}
@media (min-width: 781px){

  .entry-content p.has-small-font-size, .block-editor-block-list__layout p.has-small-font-size{
    font-size: 17px !important;
  }
}
.has-yellow-bullets ul li::before{
			background-color: #FFA914!important;
			width: 16px;
			height: 16px;
			background-size: 100%;
		}
.is-layout-constrained>* {
	margin-block-start: 16px;
	margin-block-end: 0;
}
.fsb-flexible-spacer,
.wp-block-spacer {
	margin-block-start: 0px !important;
	margin-block-end: 0 !important;
}
.admin-bar .site-header {
	top: var(--wp-admin--admin-bar--height) !important;
}
h1,
h2,
h3{
  --tw-text-opacity: 1;
  color: rgb(4 102 51 / var(--tw-text-opacity));
	font-family: 'GazpachoBold';
}
h1{
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 781px){

  h1{
    font-size: 64px;
  }
}
@media (min-width: 1024px){

  h1{
    font-size: 84px;
  }
}
h2{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 781px){

  h2{
    font-size: 36px;
  }
}
@media (min-width: 1024px){

  h2{
    font-size: 48px;
  }
}
h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 781px){

  h3{
    font-size: 32px;
  }
}
@media (min-width: 1024px){

  h3{
    font-size: 36px;
  }
}
h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
	font-family: 'GazpachoBold';
}
@media (min-width: 781px){

  h4{
    font-size: 30px;
  }
}
h5{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (min-width: 781px){

  h5{
    font-size: 18px;
  }
}
.editor a:not(.wp-element-button){
  text-decoration-line: underline;
}
.editor a:not(.wp-element-button):hover{
  text-decoration-line: none;
}
.editor ul {
		list-style: none;
		padding-left: 1em !important;
		margin-bottom: 12px;
		margin-top: 24px;
	}
.editor ul li{
  position: relative;
  margin-bottom: 0.5rem;
  list-style-type: none !important;
}
.editor ul li:last-child{
  margin-bottom: 0px;
}
.editor ul li::before {
				content: '';
				width: 6px;
				height: 6px;
				border-radius: 50%;
				position: absolute;
				background-color: #262626;
				left: -.8em;
				top: 10px;
			}
.editor ol{
  padding-left: 1rem;
}
.editor ol li{
  margin-bottom: 1rem;
}
.editor ol li:last-child{
  margin-bottom: 0px;
}
.checkmark-list ul li{
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 232 222 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-bottom: 0.5rem;
}
.checkmark-list ul li::before{
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M16 1.5531L14.3912 0L6.21218 7.89381L1.60921 3.4469L0 5.00442L6.21218 11L16 1.5531Z' fill='%23F47C24'/%3E%3C/svg%3E");
			background-color: transparent;
			width: 16px;
			height: 11px;
			background-size: 100%;
		}
@media (min-width: 960px) {
	.container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.alignfull {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media only screen and (max-width: 1280px) {
.alignfull {
		margin-left: -24px !important;
		margin-right: -24px !important;
		max-width: calc(100% + 48px) !important
}
	}
.has-scrollbar .alignfull {
	margin-left: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	margin-right: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	max-width: calc(100vw - var(--scrollbar-width)) !important;
}
.wp-block-column>*:first-child {
	margin-top: 0;
}
.wp-block-column>*:last-child {
	margin-bottom: 0;
}
.wp-block-column>p,
.wp-block-column>.wp-block-heading,
.wp-block-column>.wp-block-image {
	margin-top: .8rem;
	margin-bottom: 1.25rem;
}
.flex-auto {
	flex: 0 0 auto;
}
.lc-reset>*:last-child {
	margin-bottom: 0;
}
.is-style-rounded{
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 1024px){

  .is-style-rounded{
    border-radius: 26px;
  }
}
:where(.wp-block-group.has-background),
.wp-block-cover,
.wp-block-cover-image,
.wp-block-group.alignfull{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.post-content >* {
		margin-top: 1.35rem;
		margin-bottom: 1.35rem;
	}
.post-content figure {
		max-width: 100%;
	}
.post-content .wp-caption-text {
		font-size: 14px;
		margin-top: 10px;
	}
@media only screen and (max-width: 768px) {
.center-on-mobile {
		text-align: center;
		justify-content: center !important;
		align-items: center !important
}

		.center-on-mobile.wp-block-image {
			display: flex !important;
			float: none !important;
			margin-left: auto !important;
			margin-right: auto !important;
		}
.is-style-reverse-mobile {
		flex-direction: column-reverse
}
	}
ul.wp-block-list {
	list-style: none;
	margin-bottom: 32px;
}
ul.wp-block-list li{
  position: relative;
  margin-bottom: 0.5rem;
  list-style-type: none !important;
  padding-left: 1rem;
}
ul.wp-block-list li:last-child{
  margin-bottom: 0px;
}
ul.wp-block-list li::before {
			content: '';
			background-color: #FFA914;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			position: absolute;
		 
			left: 0em;
			top: 12px;
		}
ul.wp-block-list.is-style-bottom-border li{
  margin-bottom: 0.75rem;
  border-bottom-width: 2px;
  border-style: dashed;
  padding-bottom: 0.75rem;
}
ul.wp-block-list.is-style-bottom-border li:last-child{
  border-width: 0px;
}
ul.wp-block-list.is-style-with-icon li{
  border-bottom-width: 1px;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
}
ul.wp-block-list.is-style-with-icon li:last-child{
  border-width: 0px;
}
ul.wp-block-list.is-style-with-icon li::before {
			width:15px;
			top: 11px;
			height: 15px;
			background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.07129' width='10' height='10' transform='rotate(45 7.07129 0)' fill='%23AA5096'/%3E%3C/svg%3E%0A");
			background-color: transparent;
		}
ol.wp-block-list {
	list-style: none;
	/* Disable default list numbering */
	margin-bottom: 32px;
}
ol.wp-block-list li{
  position: relative;
  margin-bottom: 1rem;
  list-style-type: none !important;
  padding-left: 1.5rem;
}
ol.wp-block-list li:last-child{
  margin-bottom: 0px;
}
ol.wp-block-list li {
		counter-increment: list-counter;
		/* Increment the custom counter */
		position: relative;
	}
ol.wp-block-list li::before {
			content: counter(list-counter) '.';
			position: absolute;
			left: 0;
			top: 0;
			font-weight: bold;
			color: #046633;
		}
ol.wp-block-list.is-style-bottom-border li{
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
}
#content{
	overflow-x: clip;
}
/* .dots-left{
position: relative;
	&::before{
		content: '';
		position: absolute;
		left: -45vw;
		top: -40px;
		width: 60vw;
		height: 160px;
		background-image: url("data:image/svg+xml,%3Csvg width='565' height='81' viewBox='0 0 565 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.484375 43.6667C83.0077 89.3419 182.601 91.982 267.428 50.7432L281.984 43.6667L298.05 34.4351C381.071 -13.2702 483.979 -9.69116 563.484 43.6667' stroke='%23FFA914' stroke-width='2' stroke-dasharray='6 5'/%3E%3C/svg%3E%0A");
		background-repeat: repeat-x;
		background-position: right top;
	}
} */
.dots-left,
.dots-right {
  position: relative;
}
.dots-left::before,
.dots-right::before{
  content: '';
  position: absolute;
  left: var(--dots-left, -45vw);
  right: auto;
  top: -40px;
  width: var(--dots-width, 60vw);
  height: 140px;
  background-image: url("data:image/svg+xml,%3Csvg width='565' height='81' viewBox='0 0 565 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.484375 43.6667C83.0077 89.3419 182.601 91.982 267.428 50.7432L281.984 43.6667L298.05 34.4351C381.071 -13.2702 483.979 -9.69116 563.484 43.6667' stroke='%23FFA914' stroke-width='2' stroke-dasharray='6 5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: right top;
  clip-path: inset(0 var(--clip, 100%) 0 0);
  pointer-events: none;
}
.dots-right::before,
.slider-dots-right::before {
  left: auto;
  right: var(--dots-right, -45vw);
  width: var(--dots-width, 60vw);
  background-position: left bottom;
  clip-path: inset(0 0 0 var(--clip, 100%));
}
.inner-dots-left{
  position: absolute !important;
  right: 1.25rem;
  top: -0.5rem;
  margin: 0px !important;
}
.inner-dots-left::before{
		background-position: right bottom;
	}
@media only screen and (max-width: 600px) {
	.inner-dots-left{
    width: 6rem;
  }
		.inner-dots-left::before{
			background-position: right center;
		}
}
.highlight{
  --tw-text-opacity: 1;
  color: rgb(255 169 20 / var(--tw-text-opacity));
}
.wtb-spinner {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: wtb-spin 0.8s linear infinite;
	vertical-align: middle;
}
@keyframes wtb-spin {
	to { transform: rotate(360deg); }
}
.img-top-overflow-1{
  position: relative;
  z-index: 1;
}
.img-top-overflow-1 img{
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 5rem;
  --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));
}
@media (min-width: 781px){

  .img-top-overflow-1 img{
    max-width: 10rem;
  }
}
.pull-top-img-1{
  position: relative;
}
@media (min-width: 1024px){

  .pull-top-img-1{
    margin-top: -5rem !important;
  }
}
.pull-top-img-1 img{
  max-width: 10rem;
}
@media (min-width: 781px){

  .pull-top-img-1 img{
    max-width: none;
  }
}
.accordion .accordion-item.active .accordion-icon {
		transform: rotate(180deg);
	}
.accordion .accordion-item:last-child{
  border-bottom-width: 0px;
}
.accordion .accordion-content{
  font-size: 16px;
}
.bg-paper{
	background-image: url(../images/paper-bg.jpg?3c4dddae777075db2d46f693a9a88ace);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wp-block-embed__wrapper iframe{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 1024px){

  .wp-block-embed__wrapper iframe{
    border-radius: 26px;
  }
}
.wp-block-columns:not(.are-vertically-aligned-center):not(.are-vertically-aligned-top):not(.are-vertically-aligned-bottom):not(.is-style-strech-columns){
  align-items: flex-start !important;
}
@media (min-width: 781px){

  .pull-top{
    --tw-translate-y: -48px;
    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));
  }
}
.wide-form .gform_wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.dealer-grid .wp-block-column{
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 781px){

  .dealer-grid .wp-block-column{
    min-height: 280px;
  }
}
.dealer-grid .wp-block-column::before{
			content: '';
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 40%;
			background-size: cover;
			background-image: url("data:image/svg+xml,%3Csvg width='688' height='278' viewBox='0 0 688 278' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1418 602.105V48.1051L1282.4 53.8619C1231.76 56.0115 1181.09 50.4501 1132.13 37.3681L1056.58 17.1826C982.518 -2.60394 904.901 -5.09744 829.726 9.89485L694.055 36.9518C627.385 50.2476 558.705 49.8083 492.211 35.6607L376.057 10.9471C302.308 -4.74426 225.965 -3.55296 152.741 14.4318L-21 57.1051V602.105H1418Z' fill='%23014723'%3E%3C/path%3E%3C/svg%3E");
			transition: all 300ms ease;
			z-index: 0;
		}
.dealer-grid .wp-block-column:hover::before{
		height: 55%;
		}
.dealer-grid .wp-block-buttons{
  margin-top: auto;
}
.dealer-grid .wp-block-button{
  font-size: 12px;
}
@media (min-width: 1024px){

  .dealer-grid .wp-block-button .wp-block-button__link{
    min-width: 280px;
  }
}
.wp-block-heading >a{
  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: 300ms;
}
.wp-block-heading >a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 169 20 / var(--tw-text-opacity));
}
.hover-scale{
  overflow: hidden;
  border-radius: 16px;
}
.hover-scale >a{
  display: block;
}
.hover-scale img{
  display: block;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hover-scale:hover img{
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.image-tint{
  position: relative;
}
.image-tint::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.60) 100%);
	}
.image-tint >*{
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
.right-bee-wrap{
	display: flex;
	justify-content: flex-end;
	padding-right: 20px
}
		.right-bee-wrap .wp-block-image{
			float: none!important;
			margin-top: -20px!important;
		}
	}
@media only screen and (max-width: 1024px) {
.right-bee-wrap{
			justify-content: center;
			padding-right: 0;
			flex-basis: 100%!important;
			width: 100%!important
}
			.right-bee-wrap .wp-block-image{
				margin-top: 0px!important;
			}
	}
.wp-block-group.clear-both{
  padding-top: 2rem;
}
.btn.btn--pill{
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 20 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(5 51 23 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn--pill:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--pill svg{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn--pill svg:hover{
  fill: #FFFFFF;
}
.is-style-button-arrow a{
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.is-style-button-arrow a:hover{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 169 20 / var(--tw-text-opacity));
}
@media (min-width: 781px){

  .is-style-button-arrow a{
    font-size: 22px;
  }
}
.is-style-button-arrow a::after{
		content: '';
		display: inline-block;
		width: 34px;
		height: 34px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Ccircle cx='16.9948' cy='16.9948' r='16.9948' fill='%23FFA914'/%3E%3Cpath d='M27.5957 16.4897L20.9756 23.2202L19.5195 21.7397L23.7822 17.3706H6.73047V15.2563H23.4355L19.5195 11.2407L20.9756 9.75928L27.5957 16.4897Z' fill='%23006428'/%3E%3Cpath d='M27.5957 16.4897L20.9756 23.2202L19.5195 21.7397L23.7822 17.3706H6.73047V15.2563H23.4355L19.5195 11.2407L20.9756 9.75928L27.5957 16.4897Z' stroke='%23FFA914'/%3E%3C/svg%3E");
	
	}
.is-style-button-arrow.small a{
  font-size: 16px;
  line-height: 24px;
}
.is-style-button-arrow.small a::after{
		width: 24px;
		height: 24px;
	}
.is-style-primary a, .btn--primary, .gform_button,
.wp-block-button:not([class*="is-style-"]) a, 
.wp-block-button.is-style-default a{
  position: relative;
  overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size:17px;
  border-radius: 999px;
  isolation: isolate;
  z-index: 0;
  color: #05493B;
  background-color: #FFA914;
	padding: 16px 32px;
	text-decoration: none!important;
	cursor: pointer;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.is-style-primary a:hover, .btn--primary:hover, .gform_button:hover, .wp-block-button:not([class*="is-style-"]) a:hover, .wp-block-button.is-style-default a:hover {
		color: #fff;
	}
.is-style-primary a::after,.btn--primary::after,.gform_button::after,.wp-block-button:not([class*="is-style-"]) a::after,.wp-block-button.is-style-default a::after{
			content: "";
			width: 110%;
			height: 110%;
			border-radius: 50%;
			background-color: #00802F;
			position: absolute;
			z-index: 0;
			left: 50%;
			top: 50%;
			transform: translate(-50%, 50%);
			transition: transform .5s cubic-bezier(.215, .61, .355, 1), border-radius .3s cubic-bezier(.215, .61, .355, 1);
		}
.is-style-primary a:hover::after, .btn--primary:hover::after, .gform_button:hover::after, .wp-block-button:not([class*="is-style-"]) a:hover::after, .wp-block-button.is-style-default a:hover::after {
			transform: translate(-50%, -50%);
			border-radius: 0;
			transition: transform .5s cubic-bezier(.215, .61, .355, 1), border-radius .3s cubic-bezier(.55, .055, .675, .19);
			z-index: -1;
		}
.is-style-primary a span,.btn--primary span,.gform_button span,.wp-block-button:not([class*="is-style-"]) a span,.wp-block-button.is-style-default a span{
			z-index: 2;
			display:flex;
			-moz-column-gap: 8px;
			     column-gap: 8px;
			transition: color .2s cubic-bezier(.215, .61, .355, 1) .07s;
		}
.is-style-primary a:hover span, .btn--primary:hover span, .gform_button:hover span, .wp-block-button:not([class*="is-style-"]) a:hover span, .wp-block-button.is-style-default a:hover span {
			animation: span-btn .4s cubic-bezier(.455, .03, .515, .955);
			color: #fff;
	}
@keyframes span-btn {
	0% {
			transform: translateY(0)
	}

	50% {
			transform: translateY(-100%);
			opacity: 0
	}

	51% {
			transform: translateY(110%);
			opacity: 0
	}

	to {
			transform: translateY(0);
			opacity: 1
	}
}
.gform_button, #addressSubmit{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gform_button:hover, #addressSubmit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 102 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@keyframes waveMove{
  from { background-position-x: 0; }
  to   { background-position-x: 30rem; }
}
.btn--large-arrow{
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #00493B;
	display: inline-flex;
	position: relative;
	-moz-column-gap: 12px;
	     column-gap: 12px;
	transition: all 0.3s ease;
}
.btn--large-arrow:hover{
		color: #FFA914;
	}
.btn--large-arrow:hover::after{
			transform: translateX(10px);
		}
.btn--large-arrow::after{
		content: '';
		display: block;
		width: 62px;
		height: 62px;
		transition: all 0.3s ease;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='31' cy='31' r='31' fill='%23EDE1CC'/%3E%3Cpath d='M47.6494 31L37.2129 41.6426L35.1885 39.5781L41.9658 32.6143L42.3789 32.1895H14.25V29.2344H41.8135L41.4014 28.8105L35.1885 22.4209L37.2129 20.3564L47.6494 31Z' fill='%23006428' stroke='%23FFA914' stroke-width='0.5'/%3E%3C/svg%3E%0A");	
	}
@media only screen and (max-width: 600px) {
	.btn--large-arrow::after{
		width: 48px;
		height: 48px;
	}
}
.link-stretched {
	position: static
}
.link-stretched::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	pointer-events: auto;
	background-color: rgba(0,0,0,0)
}
.df-popup-button{
  display: inline-flex !important;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 169 20 / var(--tw-bg-opacity)) !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(5 51 23 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}
.df-popup-button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 102 51 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.df-popup-button a{
  text-decoration-line: none !important;
}
.wpny-shortcode-button{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-flex;
}
.wpny-shortcode-button.style-underline{
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(4 102 51 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wpny-shortcode-button.style-underline:hover{
  --tw-text-opacity: 1;
  color: rgb(1 71 35 / var(--tw-text-opacity));
}
.site-header{
  z-index: 100;
}
@media (min-width: 1024px){

  .site-header .container{
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1240px) {
	.site-header .btn--primary{
		padding-left: 16px!important;
		padding-right: 16px!important;
	}
}
.logo-blob{
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 200px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1280px){

  .logo-blob{
    width: 329px;
  }
}
.site-search {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	width: min(420px, 90vw);
	padding-top: 12px;
}
.site-search__inner {
	background: #fff;
	border: 1px solid #e3e1dd;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}
#primary-menu >ul>li:hover > a::after{
			
				animation: expand 0.2s ease-in-out;
				content: '';
				position: absolute;
				bottom: -4px;
				left: 0;
				width: 100%;
				height: 2px;
				background-color: #046633;
			}
#primary-menu >ul>li >a{
  position: relative;
  font-size: 15px;
  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;
}
@media (min-width: 1024px){

  #primary-menu >ul>li >a{
    line-height: 100px;
  }
}
@media (min-width: 1280px){

  #primary-menu >ul>li >a{
    font-size: 18px;
  }
}
#primary-menu .sub-menu a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@keyframes expand {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
.site-header.site-header--dark .menu-item-has-children > a .submenu-toggle{
	
		}
.site-header.scroll #primary-menu .has-btn--plum a{
  border-radius: 9999px;
  font-weight: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header.scroll #primary-menu .menu-item-has-children a svg{
		
	}
@media (min-width: 1024px) {
		#primary-menu .menu-item-has-children:not(.has-mega){
    position: relative;
  }

			#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu{
    pointer-events: none;
    position: absolute;
    left: 0px;
    min-width: 240px;
    row-gap: 1.25rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    opacity: 0;
    --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);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
				top: 100%;
  }

				#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu li{
    margin-bottom: 1rem;
    line-height: 1.5;
  }

				#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu li:last-child{
    margin-bottom: 0px;
  }

				#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu a{
    display: flex;
    font-size: 14px;
    text-transform: none;
    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;
  }

				#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 169 20 / var(--tw-text-opacity));
  }

				@media (min-width: 1280px){

    #primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu a{
      font-size: 15px;
    }
  }
					
					#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu a .submenu-toggle{
    margin-top: 0.5rem;
  }
						#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu a:hover .submenu-toggle{
							transform: rotate(-90deg);
						}
				#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu ul.sub-menu{
    left: 100%;
    top: -0.5rem;
  }

			#primary-menu .menu-item-has-children:not(.has-mega):hover>ul.sub-menu{
    pointer-events: auto;
    --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));
    opacity: 1;
  }
}
#mobile-menu >li {
		width: 100%;
	}
#mobile-menu .menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
#mobile-menu .menu-item-has-children.open ul {
				flex: 0 0 auto;
				width: 100%;
			}
#mobile-menu .menu-item-has-children.open .menu-toggle {
				transform: scaleY(-1);
			}
#mobile-menu .has-button{
  margin-top: 1rem;
}
#mobile-menu .has-button a{
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 20 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  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;
}
#mobile-menu .has-button a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#mobile-menu >li ul{
  display: none;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
}
#mobile-menu >li ul >li{
  border-style: none;
}
#mobile-menu >li ul >li:last-child{
  padding-bottom: 0px;
}
#mobile-menu >li ul a {
			display: flex;
			font-size: 15px;
		}
#mobile-menu .menu-toggle {
		width: 20px;
		margin-top: 8px;
		height: 20px;
		display: flex;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='tve-dropdown-icon-up' viewBox='0 0 320 512'%3E%3Cpath fill='%2300802F' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'%3E%3C/path%3E%3C/svg%3E");
		background-size: 12px;
		background-repeat: no-repeat;
		background-position: center;
	}
/* Backdrop animation */
.navbar-backdrop {
	transform: translateX(100%);
	opacity: 0;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	will-change: transform, opacity;
}
/* Animate ONLY main list items */
.side-navbar ul.menu>li {
	opacity: 0;
	transform: translateY(-8px);
	will-change: opacity, transform;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
/* =========================
   DESKTOP: dropdown (non-mega)
   ========================= */
@media (min-width: 1024px) {
		#primary-menu .menu-item-has-children:not(.has-mega),
		.menu .menu-item-has-children:not(.mega) {
			position: relative;
		}
	
		#primary-menu .menu-item-has-children:not(.has-mega) ul.sub-menu,
		.menu .menu-item-has-children:not(.mega) ul.sub-menu {
			position: absolute;
			left: 0;
			top: 100%;
			z-index: 2;
	
			opacity: 0;
			pointer-events: none;
	
			transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
		}
	
		#primary-menu .menu-item-has-children:not(.has-mega):hover > ul.sub-menu,
		.menu .menu-item-has-children:not(.mega):hover > ul.sub-menu {
			opacity: 1;
			pointer-events: auto;
		}
	}
/* =========================
		 DESKTOP: mega menu behavior
		 ========================= */
/* Parent positioning rule (mega items typically need static so the dropdown can span full width) */
@media (min-width: 1024px) {
		.menu .menu-item-has-children.mega {
			position: static;
		}
	}
/* Mega content default: hidden/inactive */
.mega-menu-content {
		width: 100%;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.2s ease-in-out;
	}
.mega-menu-content > * {
		position: relative;
		z-index: 1;
	}
/* Show mega menu on hover */
#primary-menu .menu-item-has-children:hover .mega-menu-content {
		opacity: 1;
		pointer-events: auto;
	}
/* Full-width background layer (functional part only) */
#primary-menu .menu-item-has-children:hover .mega-menu-content::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		right: 50%;
		width: 100vw;
		height: 100%;
		z-index: -1;
	
		margin-left: -50vw;
		margin-right: -50vw;
	
		max-width: calc(100vw - (var(--scrollbar-width) / 2)) !important;
		display: block;
	}
/* Optional: rotate toggle icon when hovering parent */
#primary-menu .menu-item-has-children:hover > a >.submenu-toggle {
		transform: rotate(180deg);
		transition: transform 0.2s ease-in-out;
	}
/* =========================
		 MOBILE: submenu open/close
		 ========================= */
#mobile-menu .menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
/* Submenu default hidden */
#mobile-menu > li ul {
		display: none;
		width: 100%;
	}
/* When open: show submenu + flip chevron */
#mobile-menu .menu-item-has-children.open ul {
		display: block;
		flex: 0 0 auto;
		width: 100%;
	}
#mobile-menu .menu-item-has-children.open .menu-toggle {
		transform: scaleY(-1);
	}
.arrow-list{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
}
.arrow-list li{
  display: flex;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 202 171 / var(--tw-border-opacity));
  padding-bottom: 0.5rem !important;
}
.arrow-list li:last-child{
  border-bottom-width: 0px;
  padding-bottom: 0px !important;
}
.arrow-list li a{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  --tw-text-opacity: 1 !important;
  color: rgb(4 102 51 / var(--tw-text-opacity)) !important;
  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;
}
.arrow-list li a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 169 20 / var(--tw-text-opacity)) !important;
}
.arrow-list li a:hover::after{
					right: -24px;
					transition: right 0.2s ease-in-out;
				}
.arrow-list li a::after{
					content: '';
					transition: right 0.2s ease-in-out;
					position: absolute;
					bottom: 0;
					right: -20px;
					top: 50%;
					transform: translateY(-50%);
					width: 6px;
					height: 11px;
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 10L5 5.5L1 1' stroke='%2305493B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
					background-size: contain;
					background-repeat: no-repeat;
					background-position: center;
				}
.site-footer .btn a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.site-footer .btn a::before{
			background-size: 28rem 38%;
		}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
  border-radius: 15px;
  border-style: none;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.gform_fields{
row-gap: 20px!important;
}
.gfield_label{
  font-size: 20px !important;
  font-weight: 400 !important;
}
.gfield_required{
  font-size: 20px !important;
  font-weight: 500;
  font-style: normal !important;
	font-family: 'GazpachoBold';
}
div .gform_wrapper ul.gfield_checkbox li {
	overflow-y: visible;
}
div .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	display: none;
}
div .gform_wrapper .gfield_checkbox label {
	position: relative;
}
div .gform_wrapper .gfield_checkbox li label {
	margin-left: 36px;
}
.gsection{
	margin-top: 48px;
	margin-bottom: 24px;
}
.gsection h3{
		font-size: 24px;
	}
.gfmc-container{
	-moz-column-gap:24px!important;
	     column-gap:24px!important;
}
/* POP Form */
#gform_9 .gfield--type-html>div{
		display: flex;
		justify-content: center;
	}
#gform_9 .gfield_label{
		font-size: 16px!important;
		display: block;
	}
#gform_9 .gfmc-container .gfield_label{
		font-size: 16px!important;
		text-align: center;
		display: block;
	}
#gform_9 .gfmc-container .ginput_container_select{
		display: flex;
		justify-content: center;
	}
#gform_9 .gfmc-container .ginput_container_select select{
			width: auto ;
		}
#gform_9 .gfmc-container .ginput_container_select .gfmc-row-1-column{
			grid-column: span 6;
		}
#gform_9 .gform_footer{
		justify-content: center!important;
	}
#gform_9 .gfmc-column50{
		grid-column: span 6;
		width: 100%;
	}
#gform_9 .gfmc-column33{
		grid-column: span 4;
		width: 100%;
	}
#gform_9 .gfmc-column100{
		grid-column: span 12;
		width: 100%;
	}
@media (max-width: 768px) {
		#gform_9 .gfmc-column50{
			grid-column: span 12 !important;
			width: 100%;
		}
	.gfmc-column33{
		grid-column: span 12 !important;
		width: 100%;
	}
	.gfmc-column100{
		grid-column: span 12 !important;
		width: 100%;
	}
	#gform_9 .gfield--type-html>div{
		justify-content: center !important;
	}
		#gform_9 .gfield--type-html>div *{
			margin-left: auto !important;
			margin-right: auto !important;
		}
}
#gform_12 .gform_fields{
  position: relative;
  min-width: 340px;
}
#gform_12 .gfield--type-submit{
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
#gform_12 .gfield_error [aria-invalid=true] {
    border:none !important;
}
#gform_12 .gfield--type-email{
		grid-column: span 12!important;
		width: 100%;
	}
#gform_12 .ginput_container_email{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 86 62 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){

  #gform_12 .ginput_container_email{
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#gform_12 .ginput_container_email{
		grid-column: span 12!important;
	}
#gform_12 .gfield input[type="email"]{
  width: 100%;
  background-color: transparent;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#gform_12 .gfield input[type="email"]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#gform_12 .gfield input[type="email"]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#gform_12 .gform-button {
		text-indent: -9999px;
		width: 32px;
		height: 32px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23FFA914'%3E%3C/circle%3E%3Cpath d='M12.9854 8.98535C13.2201 8.73072 13.6056 8.676 13.9023 8.85449L13.9648 8.89648L13.9795 8.90723L20.0381 14.9658C20.3164 15.2515 20.3164 15.7065 20.0381 15.9922L13.9893 22.041C13.7036 22.3194 13.2486 22.3194 12.9629 22.041L12.959 22.0371C12.6806 21.7514 12.6806 21.2964 12.959 21.0107L18.4902 15.4795L12.9482 9.9375L12.9375 9.92285C12.7431 9.66248 12.7431 9.30334 12.9375 9.04297L12.9854 8.98535Z' fill='%23053317' stroke='%23053317' stroke-width='0.5'%3E%3C/path%3E%3C/svg%3E");
	}
#gform_12 .gform_confirmation_message{
  text-align: center;
  font-size: 20px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#gform_confirmation_wrapper_12 *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Base animation styles */
[data-animation] {
	opacity: 0;
	visibility: hidden; /* Ensure elements are not visible initially */
	transform: translateY(20px); /* Default starting point */
	transition: opacity 0.3s ease, transform 0.3s ease;
}
[data-animation].animated {
	opacity: 1;
	visibility: visible; /* Make the element visible when animated */
	transform: translateY(0); /* Reset the transform */
}
/* Fade-in animations */
@keyframes fade-in {
	from {
			opacity: 0;
	}
	to {
			opacity: 1;
	}
}
.fade-in {
	animation-name: fade-in;
}
/* Fade-up animation */
@keyframes fade-up {
	from {
			opacity: 0;
			transform: translateY(20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
}
.fade-up {
	animation-name: fade-up;
}
/* Fade-down animation */
@keyframes fade-down {
	from {
			opacity: 0;
			transform: translateY(-20px);
	}
	to {
			opacity: 1;
			transform: translateY(0);
	}
}
.fade-down {
	animation-name: fade-down;
}
/* Fade-left animation */
@keyframes fade-left {
	from {
			opacity: 0;
			transform: translateX(-20px);
	}
	to {
			opacity: 1;
			transform: translateX(0);
	}
}
.fade-left {
	animation-name: fade-left;
}
/* Fade-right animation */
@keyframes fade-right {
	from {
			opacity: 0;
			transform: translateX(20px);
	}
	to {
			opacity: 1;
			transform: translateX(0);
	}
}
.fade-right {
	animation-name: fade-right;
}
/* Rotation animation */
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.rotate-animation {
	animation: rotate 44s linear infinite;
}
.rotate-animation.rotate-speed-2{
	animation: rotate 80s linear infinite;
}
.page .\!mb-0, .wp-singular .\!mb-0 {
    margin-bottom: 0px !important;
}
/* Hide on Mobile */
@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}
/* Hide on Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
	.hide-on-tablet {
		display: none !important;
	}
}
/* Hide on Desktop */
@media (min-width: 1024px) {
	.hide-on-desktop {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.page .left-on-mobile, 
	.wp-singular .left-on-mobile {
		text-align: left;
		display: flex;
		justify-content: flex-start;
		float: none!important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
.animate-list > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.animate-list > *.visible {
	opacity: 1;
	transform: translateY(0);
}
.link-stretched {
	position: static
}
.link-stretched::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	pointer-events: auto;
	background-color: rgba(0,0,0,0)
}
.breakout-bg{
	position: relative;
}
.breakout-bg::before{
	position: absolute;
	z-index: -1;
	top: 0;
	right: 50%;
	left: 50%;
	display: block;
	width: 100vw;
	height: 100%;
	margin-right: -50vw;
	margin-left: -50vw;
	content: '';
	background-color: inherit;
	background-size: cover;
	background-repeat: no-repeat;
}
.hover-overlay{
	position: relative;
}
.hover-overlay:hover::before{
		opacity: .4;
	}
.hover-overlay::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(0, 38, 76, 0.95) 0%, rgba(0, 47, 93, 0.69) 100%);
		opacity: 0;
		transition: opacity 0.3s ease;
	}
.fc-reset >*:first-child{
	margin-top: 0 !important;
}
.lc-reset >*:last-child{
	margin-bottom: 0 !important;
}
/*Slider*/
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-dots {
	list-style: none;
	display: flex;
	-moz-column-gap: 8px;
			 column-gap: 8px;
	margin: 0 !important;
}
.slick-dots li {
		list-style-type: none !important;
		opacity: .4;
	}
.slick-dots li.slick-active {
			opacity: 1;
		}
.slick-dots button {
		text-indent: -9999px;
		overflow: hidden;
		width: 8px;
		height: 8px;
		background-color: #fff;
		border-radius: 50%;
	}
/*Slider*/
#specifications-modal .site-modal__content{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 40px;
		max-height: 90vh;
		overflow-y: auto;
		margin: 0 auto;
	}
#specifications-modal .site-modal__content img{
			float: none;
			max-width: 100%;
		}
.video-slider iframe{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
/* Articles slider bleed */
.articles-slider--bleed {
	width: calc(100% + (100vw - 100%) / 2);
	margin-right: calc((100vw - 100%) / -2);
	clip-path: inset(0 -100vw 0 0);
}
.articles-slider-next::before,.articles-slider-next::before{
		background-size: 25rem 38%;
	}
@media (max-width: 767px) {
	.articles-slider--bleed {
		width: 100%;
		margin-right: 0;
		clip-path: none;
	}
}
.articles-slider {
	overflow: visible;
}
/* Where to Buy */
.white-popup {
	position: relative;
	background: #fff;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
.espoma-wtb > input[type="radio"] {
	display: none;
}
.espoma-wtb > .wtb-content > label {
	display: none;
}
.wtb-head {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	z-index: 2;
	background-color: #018a3c;
	border-bottom: 1px solid #e7e7e7;
	box-sizing: border-box;
}
.wtb-head.wtb-desktop-left {
	text-align: left;
}
.wtb-head.wtb-desktop-left > div > label {
	float: left;
	padding: 0 20px;
}
.wtb-online-tab-label,
.wtb-local-tab-label {
	width: 50%;
	float: left;
	padding: 0 20px;
	cursor: pointer;
}
.wtb-local-tab-label {
	border-right: 1px solid #fff;
}
.wtb-head > div > label > span {
	position: relative;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	font-weight: 700;
	color: #ffffff;
	box-sizing: border-box;
}
.wtb-content {
	font-size: 16px;
	line-height: 1.42857;
	color: #222;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	height: 600px;
	padding: 40px 20px;
	overflow-y: auto;
}
.wtb-online-tab,
.wtb-local-tab,
.wtb-local {
	background-color: #ffffff;
}
.wtb-online-tab {
	position: static;
	width: 100%;
	padding: 24px 0;
}
.wtb-online-sellers {
	position: relative;
	width: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.wtb-local-tab {
	box-sizing: border-box;
	width: 100%;
}
#where-to-buy .site-modal__dialog {
	max-width: 980px;
}
#where-to-buy .site-modal__content {
	height: 80vh;
	max-height: 650px;
	padding: 0;
	overflow: auto;
}
#wtbresults {
	display: grid;
	gap: 16px;
	margin-top: 16px;
	grid-template-columns: 1fr 1fr;
}
.accResultInfo{
	padding: 10px;
}
.accResultInfo a{
color: #004018;
text-decoration: underline;
}
.accResultInfo a:hover{
	text-decoration: none;
	color: #FFA914;
}
.accResultCertified{
	display: flex;
	align-items: center;
}
.accResult{
	padding: 10px;
}
.accResult a{
	color: #004018;
	text-decoration: underline;
}
#resultsList {
	max-height: 320px;
	overflow: auto;
}
.wtb-local-sellers {
	position: relative;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
}
.wtb-online-seller-store {
	padding: 10px;
}
input[type="radio"].wtb-online-tab-button:checked ~ div.wtb-head > div > label.wtb-online-tab-label,
input[type="radio"].wtb-local-tab-button:checked ~ div.wtb-head > div > label.wtb-local-tab-label {
	background-color: #004018;
	cursor: default;
}
.espoma-wtb input[type="radio"].wtb-online-tab-button:checked ~ div.wtb-content > div.wtb-online-tab,
.espoma-wtb input[type="radio"].wtb-local-tab-button:checked ~ div.wtb-content > div.wtb-local-tab {
	display: block;
}
.espoma-wtb > .wtb-content > .wtb-online-tab,
.espoma-wtb > .wtb-content > .wtb-local-tab {
	width: 100%;
	display: none;
}
.site-modal #where-to-buy,
#where-to-buy .wtb-content > .wtb-local-tab {
	display: block;
}
#where-to-buy .wtb-content > .wtb-online-tab {
	display: none;
}
#where-to-buy input.wtb-online-tab-button:checked ~ div.wtb-content > div.wtb-online-tab {
	display: block;
}
#where-to-buy input.wtb-online-tab-button:checked ~ div.wtb-content > div.wtb-local-tab {
	display: none;
}
.sizes-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	width: 100%;
}
.storebutton {
	background: #0b823f;
	background-image: linear-gradient(to bottom, #0b823f, #0b6633);
	border-radius: 10px;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff!important;
	font-size: 20px;
	padding: 15px 20px;
	text-decoration: none!important;
	font-weight: 600;
	cursor: pointer;

}
.storebutton:hover {
	background: #0b6331;
	background-image: linear-gradient(to bottom, #0b6331, #075428);
	text-decoration: none;
}
.storebutton:active {
	position: relative;
	top: 1px;
}
span.storebutton {
	margin: 5px 20px;
}
#vendors-container h2{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.loading {
	display: none!important;
	border: 16px solid #f3f3f3;
	border-top: 16px solid #00803b;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	animation: spin 2s linear infinite;
	background: transparent;
	position: absolute;
	z-index: 1000;
	left: 40%;
	top: 30%;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.descriptor-line ul{
	padding-left: 1.8em!important;
}
.descriptor-line ul li{
		margin-bottom: 12px;
	}
.descriptor-line ul li::before {
			background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L6 11L16 1' stroke='%23046633' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
			width: 17px;
			height: 12px;
			background-color: transparent;
			top: 8px;
			left: -1.6em;
	}
@media screen and (max-width: 1024px) {
	.wtb-head {
		padding: 0 20px;
		width: 100%;
	}

	.wtb-head.wtb-tablet-left > div > label {
		float: left;
		width: auto;
		padding: 0 10px;
	}

	.wtb-online-tab-label {
		padding: 0 0 0 20px;
		width: 50%;
	}

	.wtb-head > div > label > span {
		font-size: 14px;
	}
}
.container-product-houseplant hr{
		margin-top: 20px;
		margin-bottom: 20px;
		}
@media screen and (max-width: 767px) {
	#wtbresults{
		grid-template-columns: 1fr;
	}
}
/* Modal */
.site-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.site-modal[hidden] {
	display: none;
}
.site-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}
.site-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}
.site-modal__dialog a{
  --tw-text-opacity: 1;
  color: rgb(4 102 51 / var(--tw-text-opacity));
  text-decoration-line: underline;
  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: 300ms;
}
.site-modal__dialog a:hover{
  --tw-text-opacity: 1;
  color: rgb(1 71 35 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.site-modal__content iframe,
.site-modal__content video {
	display: block;
	width: 100%;
	height: min(60vh, 540px);
}
.site-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
.site-modal__close::before,
.site-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #FFA914;
}
.site-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.site-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-open {
	overflow: hidden;
}
.facet-wrap.is-collapsed>.facetwp-facet {
 	display: none;
 }
.facet-wrap.is-expanded>.facetwp-facet {
 	display: block;
 }
.facet-chevron {
 	transition: transform .2s ease;
 }
.facet-wrap.is-expanded .facet-chevron {
 	transform: rotate(180deg);
 }
.facetwp-facet-clear_all{
	margin-bottom: 20px !important;
 }
.facetwp-type-fselect{
  margin-bottom: 0px !important;
}
.page .facetwp-type-fselect, .wp-singular .facetwp-type-fselect {
    margin-bottom: 0px;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap{
  border-radius: 1.5rem;
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 102 51 / var(--tw-border-opacity)) !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.facetwp-type-fselect .fs-wrap .fs-label{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(1 71 35 / var(--tw-text-opacity));
}
.facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-width: 0px;
}
.facetwp-type-fselect .fs-wrap .fs-arrow{
			background-color: #262626;
			background-image: none !important;
			-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M5.99519 7.5L6.59537 6.92679L11.9904 1.74758L10.79 0.5L5.99519 5.10598L1.20037 0.5L-2.44435e-07 1.74758L5.395 6.92679L5.99519 7.5Z' fill='%2305493B'/%3E%3C/svg%3E") no-repeat center / 100% !important;
			mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M5.99519 7.5L6.59537 6.92679L11.9904 1.74758L10.79 0.5L5.99519 5.10598L1.20037 0.5L-2.44435e-07 1.74758L5.395 6.92679L5.99519 7.5Z' fill='%2305493B'/%3E%3C/svg%3E") no-repeat center / 100% !important;
			border: none !important;
			width: 12px!important;
			height: 7px !important;
			right: 24px!important;
		}
.facetwp-type-fselect .fs-wrap .fs-dropdown{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-top-width: 0px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 102 51 / var(--tw-border-opacity)) !important;
  padding: 0.5rem;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-option-label{
  font-size: 14px;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-option .fs-checkbox i{
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 102 51 / var(--tw-border-opacity)) !important;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i {
				background-color: #FFA914;
				border-color: transparent;
			}
.facetwp-type-pager{
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 781px){

  .facetwp-type-pager{
    margin-top: 5rem;
  }
}
.facetwp-type-pager .facetwp-pager{
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 16px;
}
.facetwp-type-pager .facetwp-pager .facetwp-page:not(.dots):not(.active):not(.prev):not(.next){
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 234 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(1 71 35 / var(--tw-text-opacity));
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active:not(.prev):not(.next){
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 20 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(1 71 35 / var(--tw-text-opacity));
}
.facetwp-type-pager .facetwp-pager .facetwp-page.dots{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(4 102 51 / var(--tw-text-opacity));
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev, .facetwp-type-pager .facetwp-pager .facetwp-page.next{
  border-radius: 0px !important;
  background-color: transparent !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.facetwp-type-search{
  margin-bottom: 0px !important;
}
.page .facetwp-type-search, .wp-singular .facetwp-type-search {
    margin-bottom: 0px;
}
.facetwp-type-search .facetwp-input-wrap{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 237 223 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --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);
  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: 300ms;
}
.facetwp-type-search .facetwp-input-wrap:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(2 102 51 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.facetwp-type-search .facetwp-icon{
  margin-right: 0.5rem;
}
.facetwp-type-search .facetwp-search{
  flex: 1 1 0%;
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 781px){

  .facetwp-type-search .facetwp-search{
    min-width: 320px !important;
  }

  .facetwp-facet-post_search{
    width: 380px;
  }
}
.facetwp-facet-post_search .facetwp-search::-moz-placeholder{
  font-size: 16px;
}
.facetwp-facet-post_search .facetwp-search::placeholder{
  font-size: 16px;
}
.single-post .entry-content h2{
  font-size: 28px;
}
@media (min-width: 781px){

  .single-post .entry-content h2{
    font-size: 38px;
  }
}
.single-post .entry-content h3{
  font-size: 22px;
}
@media (min-width: 781px){

  .single-post .entry-content h3{
    font-size: 24px;
  }
}
.single-post .entry-content p{
  font-size: 18px;
}
.single-post .entry-content p iframe{
		width: 100% !important;
		aspect-ratio: 16/9 !important;
		height: auto !important;
	}
.single-post .entry-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(4 102 51 / var(--tw-text-opacity));
}
.single-post .entry-content ul li p,.single-post .entry-content ol li p{
		}
.watupro-progress-container{
	background:#F6F4EB;
	border-radius:16px;
}
#watuproPrevCatButton input{
	position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    border-radius: 999px;
    isolation: isolate;
    z-index: 0;
    color: #fff;
    background-color:#00802F;
    padding: 12px 24px;
    text-decoration: none !important;
    cursor: pointer;
}
#watuproNextCatButto{
	padding-left:20px;
}
#watuproNextCatButton input{
	position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    border-radius: 999px;
    isolation: isolate;
    z-index: 0;
    color: #05493B;
    background-color: #FFA914;
    padding: 12px 24px;
    text-decoration: none !important;
    cursor: pointer;
	margin-left:10px;
}
.placeholder\:text-\[16px\]::-moz-placeholder{
  font-size: 16px;
}
.placeholder\:text-\[16px\]::placeholder{
  font-size: 16px;
}
.placeholder\:text-white::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}
.before\:-bottom-1::before{
  content: var(--tw-content);
  bottom: -0.25rem;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:z-\[1\]::before{
  content: var(--tw-content);
  z-index: 1;
}
.before\:h-\[2px\]::before{
  content: var(--tw-content);
  height: 2px;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-\[\#E59912\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 153 18 / var(--tw-bg-opacity));
}
.before\:bg-gradient-to-b::before{
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-transparent::before{
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:to-black::before{
  content: var(--tw-content);
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
}
.before\:opacity-50::before{
  content: var(--tw-content);
  opacity: 0.5;
}
.before\:transition-all::before{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-300::before{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.focus-within\:border-green-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(2 102 51 / var(--tw-border-opacity));
}
.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:gap-x-5:hover{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:border-yellow-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 169 20 / var(--tw-border-opacity));
}
.hover\:\!bg-green-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 102 51 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 102 51 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:fill-white:hover{
  fill: #FFFFFF;
}
.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:\!text-yellow-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 169 20 / var(--tw-text-opacity)) !important;
}
.hover\:text-green-200:hover{
  --tw-text-opacity: 1;
  color: rgb(0 128 47 / var(--tw-text-opacity));
}
.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgb(2 102 51 / var(--tw-text-opacity));
}
.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(4 102 51 / var(--tw-text-opacity));
}
.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(1 71 35 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-200:hover{
  --tw-text-opacity: 1;
  color: rgb(255 169 20 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:before\:-bottom-0:hover::before{
  content: var(--tw-content);
  bottom: -0px;
}
.hover\:before\:-bottom-0\.5:hover::before{
  content: var(--tw-content);
  bottom: -0.125rem;
}
.group\/box:hover .group-hover\/box\:-translate-y-7{
  --tw-translate-y: -1.75rem;
  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\/box:hover .group-hover\/box\:translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/btn:hover .group-hover\/btn\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/card:hover .group-hover\/card\:translate-y-10{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/image:hover .group-hover\/image\:translate-y-10{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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\/item:hover .group-hover\/item\: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\/box:hover .group-hover\/box\:scale-\[140\%\]{
  --tw-scale-x: 140%;
  --tw-scale-y: 140%;
  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\/card:hover .group-hover\/card\: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\/image:hover .group-hover\/image\: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\/box:hover .group-hover\/box\:text-dark-green-alt{
  --tw-text-opacity: 1;
  color: rgb(9 88 47 / var(--tw-text-opacity));
}
.group\/box:hover .group-hover\/box\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/box:hover .group-hover\/box\:opacity-100{
  opacity: 1;
}
.group\/accordion-item.active .group-\[\.active\]\/accordion-item\:pb-4{
  padding-bottom: 1rem;
}
.group\/accordion-item.active .group-\[\.active\]\/accordion-item\:pb-5{
  padding-bottom: 1.25rem;
}
@media (min-width: 600px){

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

  .sm\:grid{
    display: grid;
  }

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

  .sm\:items-stretch{
    align-items: stretch;
  }
}
@media (min-width: 781px){

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

  .md\:-left-20{
    left: -5rem;
  }

  .md\:-right-20{
    right: -5rem;
  }

  .md\:-right-\[40\%\]{
    right: -40%;
  }

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

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

  .md\:order-3{
    order: 3;
  }

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

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

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

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

  .md\:\!my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:\!my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

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

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

  .md\:-mt-72{
    margin-top: -18rem;
  }

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

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

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

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

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

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

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

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

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

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

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

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

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

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

  .md\:ml-10{
    margin-left: 2.5rem;
  }

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

  .md\:ml-16{
    margin-left: 4rem;
  }

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

  .md\:ml-3{
    margin-left: 0.75rem;
  }

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

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

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

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

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

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

  .md\:mr-3{
    margin-right: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mt-24{
    margin-top: 6rem;
  }

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

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

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

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

  .md\:flex{
    display: flex;
  }

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

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

  .md\:max-h-none{
    max-height: none;
  }

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

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

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

  .md\:w-20{
    width: 5rem;
  }

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

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

  .md\:\!min-w-\[320px\]{
    min-width: 320px !important;
  }

  .md\:max-w-40{
    max-width: 10rem;
  }

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

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

  .md\:translate-y-\[-48px\]{
    --tw-translate-y: -48px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:gap-y-20{
    row-gap: 5rem;
  }

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

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

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

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

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-1{
    padding-left: 0.25rem;
  }

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

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

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

  .md\:pl-2{
    padding-left: 0.5rem;
  }

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

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

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

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

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

  .md\:pr-1{
    padding-right: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-32{
    padding-top: 8rem;
  }

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

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

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

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

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

  .md\:\!text-\[17px\]{
    font-size: 17px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[64px\]{
    font-size: 64px;
  }
}
@media (min-width: 1024px){

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

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

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

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

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

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

  .lg\:\!-mt-80{
    margin-top: -20rem !important;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

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

  .lg\:ml-16{
    margin-left: 4rem;
  }

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

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

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

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

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

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

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

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

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

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-52{
    height: 13rem;
  }

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

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

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

  .lg\:w-48{
    width: 12rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

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

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

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

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

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

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

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

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

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

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

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

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

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

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

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

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

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

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

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

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

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

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

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

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

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

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

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

  .lg\:pt-56{
    padding-top: 14rem;
  }

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

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

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

  .lg\:\!text-\[48px\]{
    font-size: 48px !important;
  }

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

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

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

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

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

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

  .lg\:leading-\[100px\]{
    line-height: 100px;
  }
}
@media (min-width: 1280px){

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:ml-\[72px\]{
    margin-left: 72px;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .xl\:\!text-\[16px\]{
    font-size: 16px !important;
  }

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

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

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

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

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

  .xl\:text-\[84px\]{
    font-size: 84px;
  }
}
.\[\&\.active\]\:bg-yellow-200.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 169 20 / var(--tw-bg-opacity));
}
.\[\&\.scroll\]\:py-2.scroll{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
