/*
! 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: Roboto, sans-serif; /* 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;
}

*, ::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%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

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

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

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

    .container{
        max-width: 1280px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1440px){

    .container{
        max-width: 1440px;
    }
}
.visible{
    visibility: visible;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-0{
    inset: 0px;
}
.-bottom-2{
    bottom: -0.5rem;
}
.-bottom-3{
    bottom: -0.75rem;
}
.-bottom-4{
    bottom: -1rem;
}
.-bottom-\[1\.5rem\]{
    bottom: -1.5rem;
}
.-bottom-\[2\.5rem\]{
    bottom: -2.5rem;
}
.-left-10{
    left: -2.5rem;
}
.-right-10{
    right: -2.5rem;
}
.bottom-\[-0\.5rem\]{
    bottom: -0.5rem;
}
.bottom-\[20px\]{
    bottom: 20px;
}
.left-0{
    left: 0px;
}
.left-\[-30px\]{
    left: -30px;
}
.right-0{
    right: 0px;
}
.right-\[20px\]{
    right: 20px;
}
.top-0{
    top: 0px;
}
.top-10{
    top: 2.5rem;
}
.top-full{
    top: 100%;
}
.-z-10{
    z-index: -10;
}
.z-50{
    z-index: 50;
}
.m-auto{
    margin: auto;
}
.mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-\[0\.15rem\]{
    margin-left: 0.15rem;
    margin-right: 0.15rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!mb-0{
    margin-bottom: 0px !important;
}
.\!mb-\[1rem\]{
    margin-bottom: 1rem !important;
}
.\!mb-\[30px\]{
    margin-bottom: 30px !important;
}
.\!ml-0{
    margin-left: 0px !important;
}
.\!mt-\[80px\]{
    margin-top: 80px !important;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-\[0\.25rem\]{
    margin-bottom: 0.25rem;
}
.mb-\[0\.5rem\]{
    margin-bottom: 0.5rem;
}
.mb-\[100px\]{
    margin-bottom: 100px;
}
.mb-\[120px\]{
    margin-bottom: 120px;
}
.mb-\[60px\]{
    margin-bottom: 60px;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-\[1em\]{
    margin-left: 1em;
}
.ml-auto{
    margin-left: auto;
}
.mr-1{
    margin-right: 0.25rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[150px\]{
    margin-top: 150px;
}
.mt-\[1rem\]{
    margin-top: 1rem;
}
.mt-\[2rem\]{
    margin-top: 2rem;
}
.mt-\[4rem\]{
    margin-top: 4rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.\!h-\[250px\]{
    height: 250px !important;
}
.\!h-\[4px\]{
    height: 4px !important;
}
.\!h-\[60px\]{
    height: 60px !important;
}
.\!h-auto{
    height: auto !important;
}
.h-4{
    height: 1rem;
}
.h-6{
    height: 1.5rem;
}
.h-\[20px\]{
    height: 20px;
}
.h-\[2px\]{
    height: 2px;
}
.h-\[300px\]{
    height: 300px;
}
.h-\[5px\]{
    height: 5px;
}
.h-\[6px\]{
    height: 6px;
}
.h-\[80px\]{
    height: 80px;
}
.h-\[90\%\]{
    height: 90%;
}
.h-full{
    height: 100%;
}
.max-h-0{
    max-height: 0px;
}
.max-h-\[calc\(100vh-80px\)\]{
    max-height: calc(100vh - 80px);
}
.min-h-\[80px\]{
    min-height: 80px;
}
.min-h-screen{
    min-height: 100vh;
}
.\!w-\[50\%\]{
    width: 50% !important;
}
.\!w-\[75px\]{
    width: 75px !important;
}
.\!w-\[90px\]{
    width: 90px !important;
}
.w-0{
    width: 0px;
}
.w-11\/12{
    width: 91.666667%;
}
.w-4{
    width: 1rem;
}
.w-6{
    width: 1.5rem;
}
.w-\[20px\]{
    width: 20px;
}
.w-\[240px\]{
    width: 240px;
}
.w-\[60px\]{
    width: 60px;
}
.w-\[75px\]{
    width: 75px;
}
.w-\[90\%\]{
    width: 90%;
}
.w-full{
    width: 100%;
}
.min-w-\[100px\]{
    min-width: 100px;
}
.max-w-7xl{
    max-width: 80rem;
}
.max-w-\[200px\]{
    max-width: 200px;
}
.max-w-\[322px\]{
    max-width: 322px;
}
.max-w-\[713px\]{
    max-width: 713px;
}
.max-w-md{
    max-width: 28rem;
}
.flex-grow{
    flex-grow: 1;
}
.-translate-x-full{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.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;
}
.list-inside{
    list-style-position: inside;
}
.\!list-outside{
    list-style-position: outside !important;
}
.list-outside{
    list-style-position: outside;
}
.\!list-none{
    list-style-type: none !important;
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.\!flex-nowrap{
    flex-wrap: nowrap !important;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.\!gap-\[1\.5em\]{
    gap: 1.5em !important;
}
.\!gap-\[1\.5rem\]{
    gap: 1.5rem !important;
}
.\!gap-\[3rem\]{
    gap: 3rem !important;
}
.\!gap-\[4em\]{
    gap: 4em !important;
}
.gap-8{
    gap: 2rem;
}
.gap-\[0\.25rem\]{
    gap: 0.25rem;
}
.gap-\[0\.3rem\]{
    gap: 0.3rem;
}
.gap-\[0\.5rem\]{
    gap: 0.5rem;
}
.gap-\[1rem\]{
    gap: 1rem;
}
.gap-\[30px\]{
    gap: 30px;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-y-auto{
    overflow-y: auto;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-none{
    border-radius: 0px;
}
.rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.border{
    border-width: 1px;
}
.border-2{
    border-width: 2px;
}
.border-l{
    border-left-width: 1px;
}
.border-l-4{
    border-left-width: 4px;
}
.border-t{
    border-top-width: 1px;
}
.border-\[\#00703c\]{
    --tw-border-opacity: 1;
    border-color: rgb(0 112 60 / var(--tw-border-opacity));
}
.border-\[\#f58025\]{
    --tw-border-opacity: 1;
    border-color: rgb(245 128 37 / var(--tw-border-opacity));
}
.border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-light{
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(0 112 60 / var(--tw-border-opacity));
}
.bg-\[\#f58025\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 128 37 / var(--tw-bg-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 112 60 / 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-opacity-50{
    --tw-bg-opacity: 0.5;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-2{
    padding: 0.5rem;
}
.p-6{
    padding: 1.5rem;
}
.p-\[2rem\]{
    padding: 2rem;
}
.\!py-\[10px\]{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.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;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-\[0\.5rem\]{
    padding-bottom: 0.5rem;
}
.pb-\[10px\]{
    padding-bottom: 10px;
}
.pb-\[30px\]{
    padding-bottom: 30px;
}
.pl-4{
    padding-left: 1rem;
}
.pl-\[0\.25em\]{
    padding-left: 0.25em;
}
.pr-3{
    padding-right: 0.75rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-\[100px\]{
    padding-top: 100px;
}
.pt-\[30px\]{
    padding-top: 30px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.font-sans{
    font-family: Roboto, sans-serif;
}
.\!text-\[1\.3rem\]{
    font-size: 1.3rem !important;
}
.\!text-\[1\.6rem\]{
    font-size: 1.6rem !important;
}
.\!text-\[2\.2rem\]{
    font-size: 2.2rem !important;
}
.\!text-\[2\.5rem\]{
    font-size: 2.5rem !important;
}
.\!text-\[3\.25rem\]{
    font-size: 3.25rem !important;
}
.\!text-\[3rem\]{
    font-size: 3rem !important;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-\[1\.2rem\]{
    font-size: 1.2rem;
}
.text-\[1\.3rem\]{
    font-size: 1.3rem;
}
.text-\[1\.6rem\]{
    font-size: 1.6rem;
}
.text-\[1\.9rem\]{
    font-size: 1.9rem;
}
.text-\[1rem\]{
    font-size: 1rem;
}
.text-\[2\.5rem\]{
    font-size: 2.5rem;
}
.text-\[2rem\]{
    font-size: 2rem;
}
.text-\[3\.25rem\]{
    font-size: 3.25rem;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
}
.\!font-black{
    font-weight: 900 !important;
}
.\!font-medium{
    font-weight: 500 !important;
}
.\!font-semibold{
    font-weight: 600 !important;
}
.font-black{
    font-weight: 900;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.\!leading-\[2\.2rem\]{
    line-height: 2.2rem !important;
}
.\!leading-none{
    line-height: 1 !important;
}
.leading-\[1\.25rem\]{
    line-height: 1.25rem;
}
.leading-none{
    line-height: 1;
}
.leading-tight{
    line-height: 1.25;
}
.\!tracking-wide{
    letter-spacing: 0.025em !important;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.text-\[\#00703c\]{
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
.text-\[\#f58025\]{
    --tw-text-opacity: 1;
    color: rgb(245 128 37 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark{
    --tw-text-opacity: 1;
    color: rgb(77 77 79 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-light{
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(245 128 37 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.placeholder-light::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(245 245 245 / var(--tw-placeholder-opacity));
}
.placeholder-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(245 245 245 / var(--tw-placeholder-opacity));
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.max-w-content{
    max-width: 1280px;
}
.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;
}
/*
Bird's brand theme
*/
.bird-green{
    --tw-text-opacity: 1 !important;
    color: rgb(0 112 60 / var(--tw-text-opacity)) !important;
}
.bird-bg-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 112 60 / var(--tw-bg-opacity)) !important;
}
.bird-orange {
    color: #f58025;
}
.bird-bg-orange {
    background-color: #f58025;
}
.bird-grey {
    color: #4d4d4f;
}
.footer-bg-grey {
    background-color: #ececed;
}
.footer-text-color {
    color: #2c2e35;
}
.half-size-container{
    width: 100%;
}
@media (min-width: 782px){

    .half-size-container{
        width: 50%;
    }
}
.is-style-grid-gap{
    gap: 1.5em !important;
}
.is-style-video-grid-gap{
    gap: 4em !important;
}
.is-style-number-item{
    font-size: 3.25rem;
    font-weight: 900;
}
.is-style-card-column {
    gap: 60px;
}
.is-style-column-justify{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.is-style-image-tall{
    width: 100%;
}
.is-style-image-tall img{
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (min-width: 782px){

    .is-style-image-tall img{
        height: 450px;
    }
}
.is-style-image-shadow-right{
    position: relative;
    margin-bottom: 30px !important;
}
@media (min-width: 782px){

    .is-style-image-shadow-right{
        margin-bottom: 0px;
    }
}
.is-style-image-shadow-right img{
    position: relative;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: calc(100% - 2.5rem);
}
.is-style-image-shadow-right::after{
    position: absolute;
    bottom: -2.5rem;
    right: 0px;
    z-index: -10;
    height: 90%;
    width: 90%;
    content: '';
    background-color: #f5f6f6;
}
.is-style-image-shadow-left{
    position: relative;
    margin-bottom: 30px !important;
}
@media (min-width: 782px){

    .is-style-image-shadow-left{
        margin-bottom: 0px;
    }
}
.is-style-image-shadow-left img{
    position: relative;
    margin-left: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: calc(100% - 2.5rem);
}
.is-style-image-shadow-left::after{
    position: absolute;
    bottom: -2.5rem;
    left: 0px;
    z-index: -10;
    height: 90%;
    width: 90%;
    content: '';
    background-color: #f5f6f6;
}
.is-style-entry-space{
    height: 60px !important;
}
@media (min-width: 782px){

    .is-style-entry-space{
        height: 100px !important;
    }
}
/* .is-style-contact-profile-card {
    @apply !gap-[3rem] md:!gap-[10rem];
} */
@media (max-width: 700px) {
    .is-style-image-shadow-right img {
        width: calc(100% - 1.5rem);
    }

    .is-style-image-shadow-right::after{
        bottom: -1.5rem;
    }

    .is-style-image-shadow-left img {
        width: calc(100% - 1.5rem);
    }

    .is-style-image-shadow-left::after{
        bottom: -1.5rem;
    }

    .is-style-responsive-gap-large{
        gap: 3rem !important;
    }

    .is-style-responsive-gap-small{
        gap: 1.5rem !important;
    }

    .is-style-responsive-center-content{
        align-items: center !important;
    }
        .is-style-responsive-center-content figure{
        margin: auto;
    }
        @media (min-width: 782px){

        .is-style-responsive-center-content figure{
            margin: 0px;
        }
    }
}
.is-style-orange-underline-small{
    position: relative;
}
.is-style-orange-underline-small::after{
    position: absolute;
    bottom: -0.75rem;
    left: 0px;
    height: 5px;
    width: 60px;
    --tw-bg-opacity: 1;
    background-color: rgb(245 128 37 / var(--tw-bg-opacity));
    content: '';
    transition:
        width 0.3s ease,
        background-color 0.3s ease;
}
.is-style-orange-topline-small{
    position: relative;
}
.is-style-orange-topline-small::after{
    position: absolute;
    height: 5px;
    width: 75px;
    --tw-bg-opacity: 1;
    background-color: rgb(245 128 37 / var(--tw-bg-opacity));
    top: -1rem;
    left: 0;
    content: '';
    transition:
        width 0.3s ease,
        background-color 0.3s ease;
}
.is-style-bird-solid{
    margin: auto;
}
@media (min-width: 782px){

    .is-style-bird-solid{
        margin: 0px;
    }
}
.is-style-bird-solid .wp-block-button__link{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 112 60 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 112 60 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-style-bird-solid .wp-block-button__link:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-bird-outline{
    margin: auto;
}
@media (min-width: 782px){

    .is-style-bird-outline{
        margin: 0px;
    }
}
.is-style-bird-outline .wp-block-button__link{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 112 60 / var(--tw-border-opacity));
    background-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-style-bird-outline .wp-block-button__link:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(0 112 60 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-bird-outline-orange{
    margin: auto;
}
@media (min-width: 782px){

    .is-style-bird-outline-orange{
        margin: 0px;
    }
}
.is-style-bird-outline-orange .wp-block-button__link{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(245 128 37 / var(--tw-border-opacity));
    background-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(245 128 37 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-style-bird-outline-orange .wp-block-button__link:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(245 128 37 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.is-style-group-w-full{
    margin-top: 0px !important;
    max-width: none !important;
    width: 100vw !important;
}
.is-style-group-grid-item{
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
@media (min-width: 782px){

    .is-style-group-grid-item{
        height: 250px !important;
    }
}
.is-style-timeline-column .wp-block-column{
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(0 112 60 / var(--tw-border-opacity));
}
.is-style-timeline-column .wp-block-column:nth-child(odd){
    border-right-width: 0px;
    padding-right: 30px !important;
}
.is-style-timeline-column .wp-block-column:nth-child(even){
    padding-left: 30px !important;
}
@media (min-width: 782px){

    .is-style-timeline-column .wp-block-column:nth-child(odd){
        border-right-width: 4px;
        border-left-width: 0px;
        padding-right: 30px !important;
    }
}
.is-style-timeline-column .wp-block-column:nth-child(odd) .is-style-bird-body{
    text-align: left;
}
@media (min-width: 782px){

    .is-style-timeline-column .wp-block-column:nth-child(odd) .is-style-bird-body{
        text-align: right;
    }
}
.is-style-timeline-column .wp-block-column:nth-child(odd) .is-style-bird-h2{
    position: relative;
    text-align: left;
}
@media (min-width: 782px){

    .is-style-timeline-column .wp-block-column:nth-child(odd) .is-style-bird-h2{
        text-align: right;
    }
}
.is-style-timeline-column .wp-block-column:nth-child(odd) .is-style-bird-h2::after {
            content: '';
            position: absolute;
            bottom: -0.5rem;
            left: -30px;
            height: 6px;
            width: 60px;
            --tw-bg-opacity: 1;
            background-color: rgb(245 128 37 / var(--tw-bg-opacity));
        }
@media (min-width: 782px){

    .is-style-timeline-column .wp-block-column:nth-child(odd) .is-style-bird-h2::after{
        right: -30px !important;
        left: auto;
    }
}
.is-style-timeline-column .wp-block-column:nth-child(even) .is-style-bird-body{
    text-align: left;
}
.is-style-timeline-column .wp-block-column:nth-child(even) .is-style-bird-h2{
    position: relative;
    text-align: left;
}
.is-style-timeline-column .wp-block-column:nth-child(even) .is-style-bird-h2::after {
            content: '';
            position: absolute;
            bottom: -0.5rem;
            left: -30px;
            height: 6px;
            width: 60px;
            --tw-bg-opacity: 1;
            background-color: rgb(245 128 37 / var(--tw-bg-opacity));
        }
.is-style-no-gap{
    gap: 0px !important;
}
.is-style-bullet-item{
    margin-bottom: 0px;
    min-height: 80px;
    gap: 1rem;
}
.is-style-bullet-item .is-style-bird-body{
    margin-bottom: 0px !important;
}
.is-style-bullet-item h2 {
        line-height: 3.25rem;
    }
.is-style-boxshadow-card{
    --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 4px 8px 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, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.is-style-boxshadow-card:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 8px 16px 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);
}
.is-style-reverse-col{
    flex-direction: column-reverse;
    flex-wrap: nowrap !important;
}
@media (min-width: 782px){

    .is-style-reverse-col{
        flex-direction: row;
    }
}
.is-style-big-text{
    font-size: 2.5rem !important;
    font-weight: 900 !important;
}
.is-style-list-secondary li::marker{
    --tw-text-opacity: 1 !important;
    color: rgb(245 128 37 / var(--tw-text-opacity)) !important;
}
.is-style-no-decoration a {
        text-decoration: none !important;
    }
.is-style-investor-chart{
    height: 300px;
}
@media (min-width: 782px){

    .is-style-investor-chart{
        height: 450px;
    }
}
.is-style-small-footnote li a{
    display: none;
}
.is-style-small-footnote li::marker {
        font-size: 0.8rem;
    }
.is-style-large-separator{
    height: 4px !important;
    width: 50% !important;
}
.is-style-bold-large{
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    line-height: 2.2rem !important;
}
@media (min-width: 782px){

    .is-style-bold-large{
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
    }
}
.is-style-bold-extra-large{
    font-size: 3rem !important;
    font-weight: 900 !important;
}
@media (min-width: 782px){

    .is-style-bold-extra-large{
        font-size: 4rem !important;
    }
}
.is-style-bold-green{
    font-weight: 500 !important;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
.is-style-list-style-none li{
    margin-left: 0px !important;
    list-style-type: none !important;
    padding-left: 0px !important;
}
.is-style-large-separator{
    height: 4px !important;
    width: 50% !important;
}
.is-style-responsive-padding{
    padding: 2rem;
}
@media (min-width: 782px){

    .is-style-responsive-padding{
        padding: 90px;
    }
}
.is-style-better-responsive{
    flex-direction: column;
}
@media (min-width: 1280px){

    .is-style-better-responsive{
        flex-direction: row;
    }
}
@media (min-width: 782px){

    .is-style-menu-offset{
        margin-top: -100px !important;
        padding-top: 100px;
    }

    .is-style-square-image .wp-block-image{
        height: 115px;
    }
}
.is-style-callout-paragraph{
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.025em !important;
}
@media (min-width: 782px){

    .is-style-callout-paragraph{
        font-size: 1.8rem !important;
    }
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.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{
    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: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    margin-bottom: 0.25rem;
    margin-left: 1em;
    list-style-position: outside !important;
    padding-left: 0.25em;
    font-weight: 300 !important;
    list-style-type: square;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li::marker, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li::marker {
            color: #00703c;
        }
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
body{
    overflow-x: hidden;
}
.list-square {
    list-style-type: square !important;
}
.entry-content h1,
.entry-header h1,
.block-editor-block-list__layout h1{
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .entry-content h1,
.entry-header h1,
.block-editor-block-list__layout h1{
        font-size: 2.5rem;
    }
}
.entry-content h2,
.entry-header h2,
.block-editor-block-list__layout h2{
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .entry-content h2,
.entry-header h2,
.block-editor-block-list__layout h2{
        font-size: 1.8rem;
    }
}
.entry-content h3,
.entry-header h3,
.block-editor-block-list__layout h3{
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(245 128 37 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .entry-content h3,
.entry-header h3,
.block-editor-block-list__layout h3{
        font-size: 1.8rem;
    }
}
.entry-content h4,
.entry-header h4,
.block-editor-block-list__layout h4{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
@media (min-width: 782px){

    .entry-content h4,
.entry-header h4,
.block-editor-block-list__layout h4{
        font-size: 1.4rem;
        line-height: 1.45rem;
    }
}
/* .entry-content h1,
.entry-header h1,
.block-editor-block-list__layout h1 {
    @apply text-[2.5rem] font-black leading-none text-primary md:text-[3.25rem];
}

.entry-content h2,
.entry-header h2,
.block-editor-block-list__layout h2 {
    @apply text-[1.9rem] font-black leading-none text-primary md:text-[2.5rem];
}

.entry-content h3,
.entry-header h3,
.block-editor-block-list__layout h3 {
    @apply text-[1.6rem] font-bold leading-none text-primary md:text-[1.8rem];
}

.entry-content h4,
.entry-header h4,
.block-editor-block-list__layout h4 {
    @apply text-[1.2rem] font-bold leading-[1.25rem] text-primary md:text-[1.4rem] md:leading-[1.45rem];
} */
.entry-header p,
.entry-header ul,
.entry-header ol,
.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: 0px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
}
sup {
    font-size: 0.85rem;
    font-weight: 400;
    top: -0.2rem;
}
article > *:not(.entry-post-content, .entry-header, .entry-footer),
.entry-post-content > *{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem !important;
    max-width: 1280px;
}
article > .entry-post-content p {
    margin-bottom: 1rem;
}
article > .entry-post-content .wp-block-list > li {
    margin-bottom: 0.75rem;
}
.tradingview-widget-container > * {
    color: red !important;
}
.wp-block-query-pagination,
.pagination{
    font-size: 1.3rem;
}
.wp-block-query-pagination .current, .pagination .current{
    font-size: 1.3rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
.pagination .prev,
.pagination .next{
    font-size: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
    line-height: 0 !important;
}
.wp-block-query-pagination-previous .is-arrow-chevron,
.wp-block-query-pagination-next .is-arrow-chevron {
    display: none;
}
.wp-block-query-pagination-previous::before{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
    content: '‹';
}
.wp-block-query-pagination-next::before{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
    content: '›';
}
.wp-block-separator.has-background:not(.is-style-dots) {
    height: 3px;
}
.entry-header img {
    height: 25px;
    max-width: 25px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
}
.scroll-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(0 112 60 / var(--tw-bg-opacity));
    width: 50px;
    height: 50px;
    color: white;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out,
        transform 0.2s ease-in-out;
    z-index: 1000;
}
.scroll-to-top svg {
    width: 1.5rem;
    height: 1.5rem;
}
.scroll-to-top:hover {
    transform: scale(1.1);
}
.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 782px){

    .wp-block-gallery.has-nested-images.is-cropped
    figure.wp-block-image:not(#individual-image)
    img{
        height: 115px;
    }
    .container {
        max-width: 90%;
    }
}
.first\:border-t-0:first-child{
    border-top-width: 0px;
}
.odd\:border-r-0:nth-child(odd){
    border-right-width: 0px;
}
.odd\:\!pr-\[30px\]:nth-child(odd){
    padding-right: 30px !important;
}
.even\:\!pl-\[30px\]:nth-child(even){
    padding-left: 30px !important;
}
.hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-\[\#00703c\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 112 60 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f58025\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(245 128 37 / var(--tw-bg-opacity));
}
.hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 112 60 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-\[\#00703c\]:hover{
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(0 112 60 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgb(245 128 37 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:shadow-\[0_8px_16px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\]:hover{
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 8px 16px 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);
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.group:hover .group-hover\:block{
    display: block;
}
.group:hover .group-hover\:w-\[30px\]{
    width: 30px;
}
.group:hover .group-hover\:rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 782px){

    .md\:\!right-\[-30px\]{
        right: -30px !important;
    }

    .md\:\!mt-\[-100px\]{
        margin-top: -100px !important;
    }

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

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

    .md\:\!h-\[100px\]{
        height: 100px !important;
    }

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

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

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

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

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

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

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

    .md\:\!gap-\[10rem\]{
        gap: 10rem !important;
    }

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

    .md\:p-\[90px\]{
        padding: 90px;
    }

    .md\:px-\[15rem\]{
        padding-left: 15rem;
        padding-right: 15rem;
    }

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

    .md\:\!text-\[1\.5rem\]{
        font-size: 1.5rem !important;
    }

    .md\:\!text-\[1\.8rem\]{
        font-size: 1.8rem !important;
    }

    .md\:\!text-\[2\.5rem\]{
        font-size: 2.5rem !important;
    }

    .md\:\!text-\[4rem\]{
        font-size: 4rem !important;
    }

    .md\:text-\[1\.4rem\]{
        font-size: 1.4rem;
    }

    .md\:text-\[1\.8rem\]{
        font-size: 1.8rem;
    }

    .md\:text-\[2\.5rem\]{
        font-size: 2.5rem;
    }

    .md\:text-\[3\.25rem\]{
        font-size: 3.25rem;
    }

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

    .md\:\!leading-\[2\.5rem\]{
        line-height: 2.5rem !important;
    }

    .md\:leading-\[1\.45rem\]{
        line-height: 1.45rem;
    }

    .md\:odd\:border-r-4:nth-child(odd){
        border-right-width: 4px;
    }

    .odd\:md\:border-l-0:nth-child(odd){
        border-left-width: 0px;
    }

    .odd\:md\:\!pr-\[30px\]:nth-child(odd){
        padding-right: 30px !important;
    }
}
@media (min-width: 1280px){

    .lg\:\!mt-\[90px\]{
        margin-top: 90px !important;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:hidden{
        display: none;
    }

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

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

    .lg\:max-w-7xl{
        max-width: 80rem;
    }

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

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

