@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-\[24\%\]{
  bottom: -24%;
}
.-right-0{
  right: -0px;
}
.-right-1\/4{
  right: -25%;
}
.-top-\[220px\]{
  top: -220px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1\/3{
  bottom: 33.333333%;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-8{
  left: 2rem;
}
.left-\[46\%\]{
  left: 46%;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-4{
  top: 1rem;
}
.top-\[50\%\]{
  top: 50%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[9999\]{
  z-index: 9999;
}
.\!m-0{
  margin: 0px !important;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[80\%\]{
  height: 80%;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-32{
  max-height: 8rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[calc\(90vh-200px\)\]{
  max-height: calc(90vh - 200px);
}
.max-h-full{
  max-height: 100%;
}
.min-h-52{
  min-height: 13rem;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[3rem\]{
  min-height: 3rem;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[35px\]{
  width: 35px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-52{
  max-width: 13rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[35px\]{
  max-width: 35px;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.max-w-\[454px\]{
  max-width: 454px;
}
.max-w-\[590px\]{
  max-width: 590px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-screen-xxl{
  max-width: 1440px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.-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-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-5{
  --tw-translate-y: 1.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));
}
.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-none{
  list-style-type: none !important;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.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-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(12 147 70 / var(--tw-border-opacity, 1));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(41 53 133 / var(--tw-border-opacity, 1));
}
.border-tertiary{
  --tw-border-opacity: 1;
  border-color: rgb(252 202 3 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-microGreen{
  --tw-bg-opacity: 1;
  background-color: rgb(84 137 20 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(12 147 70 / var(--tw-bg-opacity, 1));
}
.bg-primary\/30{
  background-color: rgb(12 147 70 / 0.3);
}
.bg-primary\/5{
  background-color: rgb(12 147 70 / 0.05);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(41 53 133 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/5{
  background-color: rgb(41 53 133 / 0.05);
}
.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4) 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);
}
.from-gray-50{
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-grey\/50{
  --tw-gradient-from: rgb(76 76 76 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 76 76 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: #0C9346 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 147 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/5{
  --tw-gradient-from: rgb(12 147 70 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 147 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary{
  --tw-gradient-from: #293585 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 53 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary\/90{
  --tw-gradient-to: rgb(12 147 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(12 147 70 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-secondary\/5{
  --tw-gradient-to: rgb(41 53 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(41 53 133 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-300{
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}
.to-gray-50{
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.to-primary{
  --tw-gradient-to: #0C9346 var(--tw-gradient-to-position);
}
.to-secondary{
  --tw-gradient-to: #293585 var(--tw-gradient-to-position);
}
.to-secondary\/5{
  --tw-gradient-to: rgb(41 53 133 / 0.05) var(--tw-gradient-to-position);
}
.to-tertiary\/5{
  --tw-gradient-to: rgb(252 202 3 / 0.05) var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-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-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[23px\]{
  padding-bottom: 23px;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[49px\]{
  padding-top: 49px;
}
.pt-\[58px\]{
  padding-top: 58px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-default{
  font-family: Teachers, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.\!leading-normal{
  line-height: 1.5 !important;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
.text-grey\/70{
  color: rgb(76 76 76 / 0.7);
}
.text-grey\/80{
  color: rgb(76 76 76 / 0.8);
}
.text-grey\/90{
  color: rgb(76 76 76 / 0.9);
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(12 147 70 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1));
}
.text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(252 202 3 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-5{
  opacity: 0.05;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.blur-3xl{
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-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);
}
/* 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;
}

.main-menu ul li a{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
}
.main-menu ul li a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.main-menu > ul > li{
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 147 70 / var(--tw-bg-opacity, 1)) !important;
}
.main-menu > ul > li > a{
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 147 70 / var(--tw-bg-opacity, 1)) !important;
}
.main-menu > ul > li > a:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.main-menu > ul > li.menu-item-has-children > a{
  padding-right: 1.5rem !important;
}

.main-menu ul li ul{
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 147 70 / var(--tw-bg-opacity, 1)) !important;
}
.main-menu ul li ul li{
  border-radius: 0px !important;
  background-color: transparent !important;
}
.main-menu ul li ul li a{
  border-radius: 0px !important;
  background-color: transparent !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.main-menu ul li ul li a:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1)) !important;
}

/* Mobile first layout SmartMenus Core CSS */
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}

.sm-clean{
  background-color: transparent;
  padding: 0px;
  border-radius: 0;
}

.sm-clean > li{
  margin-bottom: 0.5rem;
  border-top: 0 !important;
}
.sm-clean > li > a{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 147 70 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sm-clean > li > a:hover, .sm-clean > li > a:focus, .sm-clean > li > a:active{
  --tw-bg-opacity: 1;
  background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 12px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 20px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
}

.sm-clean a .sub-arrow::before {
  content: "+";
}

.sm-clean a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-clean ul{
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(12 147 70 / var(--tw-bg-opacity, 1));
  padding: 8px 0;
}
.sm-clean ul li {
  border-top: 0 !important;
}
.sm-clean ul li a{
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-left: 0 !important;
}
.sm-clean ul li a:hover, .sm-clean ul li a:focus, .sm-clean ul li a:active, .sm-clean ul li a.highlighted{
  --tw-bg-opacity: 1;
  background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

.sm-clean ul ul{
  margin-top: 0px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.1);
}
.sm-clean ul ul a{
  padding-left: 3rem;
}

.sm-clean ul ul ul a{
  padding-left: 4rem;
}

.sm-clean a.current{
  --tw-text-opacity: 1;
  color: rgb(252 202 3 / var(--tw-text-opacity, 1));
}

.sm-clean a.disabled{
  color: rgb(255 255 255 / 0.5);
}

@media (min-width: 768px) {
  /* Desktop layout */
  .sm-clean ul {
    position: absolute;
    width: 12em;
    margin-top: 0px;
  }
  .sm-clean li {
    float: left;
  }
  .sm-clean.sm-rtl li {
    float: right;
  }
  .sm-clean ul li,
  .sm-clean.sm-rtl ul li,
  .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a,
  .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > a,
  .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  .sm-clean {
    padding: 0 10px;
    border-radius: 100px;
  }
  .sm-clean > li{
    margin-bottom: 0px;
  }
  .sm-clean > li > a,
  .sm-clean > li > a:hover,
  .sm-clean > li > a:focus,
  .sm-clean > li > a:active{
    border-radius: 9999px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .sm-clean > li > a.highlighted{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }
  .sm-clean > li > a.current {
    color: #ccc;
  }
  .sm-clean > li > a.disabled {
    color: #bbbbbb;
  }
  .sm-clean > li > a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean > li > a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean > li > a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #0c9346 transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #0c9346 transparent;
  }
  .sm-clean ul {
    border: 1px solid #0a7d3a;
    padding: 8px 0;
    background: #0c9346 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .sm-clean ul a,
  .sm-clean ul a:hover,
  .sm-clean ul a:focus,
  .sm-clean ul a:active {
    border: 0 !important;
    padding: 8px 16px !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    transition: all 0.2s ease;
  }
  .sm-clean ul a:hover,
  .sm-clean ul a:focus,
  .sm-clean ul a:active,
  .sm-clean ul a.highlighted{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(76 76 76 / var(--tw-text-opacity, 1)) !important;
  }
  .sm-clean ul a.current{
    font-weight: 600 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(252 202 3 / var(--tw-text-opacity, 1)) !important;
  }
  .sm-clean ul a.disabled {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ffffff;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean ul a .sub-arrow::before {
    display: none;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #0c9346;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #0a7d3a;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ffffff transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #ffffff transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ffffff transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ffffff transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover,
  .sm-clean.sm-vertical a:focus,
  .sm-clean.sm-vertical a:active,
  .sm-clean.sm-vertical a.highlighted{
    background-color: rgb(255 255 255 / 0.1);
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
  }
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 8px 16px;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
  .sm-clean.sm-vertical ul a:hover,
  .sm-clean.sm-vertical ul a:focus,
  .sm-clean.sm-vertical ul a:active,
  .sm-clean.sm-vertical ul a.highlighted{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(76 76 76 / var(--tw-text-opacity, 1)) !important;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
  }
}
.mobile-nav li.accent a,
.main-nav li.accent a{
  border-radius: 9999px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}

.mobile-nav{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mobile-nav a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.mobile-nav li{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.site-footer 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: 200ms;
}
.site-footer .footer-menu{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.site-footer .footer-menu li a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.9);
}
.site-footer .footer-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(252 202 3 / var(--tw-text-opacity, 1));
}

/**
 * FAQ Section Additional Styles
 * Add these styles to your main CSS file or include in your theme
 */
/* FAQ Accordion Enhancements */
.faq-accordion .faq-item{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* FAQ Question Button States */
.faq-question{
  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: 200ms;
}

.faq-question:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.faq-question:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(12 147 70 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

/* FAQ Answer Panel */
.faq-answer{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  opacity: 0;
}

.faq-open .faq-answer{
  opacity: 1;
}

/* FAQ Icons Animation */
.faq-icon svg{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

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

/* Custom scrollbar for FAQ content if needed */
.faq-answer::-webkit-scrollbar {
  width: 4px;
}

.faq-answer::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.faq-answer::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(12 147 70 / var(--tw-bg-opacity, 1));
}

/* Accessibility improvements */
.faq-question:focus-visible{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #0C9346;
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .faq-question{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .faq-answer{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .faq-icon svg{
    height: 1.25rem;
    width: 1.25rem;
  }
}
/* Loading state (optional) */
.faq-loading{
  pointer-events: none;
  opacity: 0.5;
}

/* Custom focus styles for better accessibility */
.faq-question:focus {
  box-shadow: 0 0 0 3px rgba(118, 188, 33, 0.3);
}

/* Smooth height transitions */
.faq-answer {
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
}

/* Enhanced visual feedback */
.faq-item.faq-open{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(12 147 70 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.2;
}

/* Print styles */
@media print {
  .faq-item {
    page-break-inside: avoid;
  }
  .faq-answer {
    max-height: none !important;
    opacity: 1 !important;
  }
  .faq-icon {
    display: none;
  }
}
.go-to-top.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: all !important;
}

.go-to-top:hover {
  box-shadow: 0 10px 25px rgba(118, 188, 33, 0.3) !important;
}

.mobile-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  animation: fadein 2s;
  border-radius: 50%;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-width: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 53 133 / var(--tw-bg-opacity, 1));
}

.mobile-btn.active {
  transform: rotate(45deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
}

.mobile-btn .top {
  stroke-dasharray: 40 160;
}

.mobile-btn .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.mobile-btn .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.mobile-btn.active .top {
  stroke-dashoffset: -64px;
}

.mobile-btn.active .middle {
  transform: rotate(90deg);
}

.mobile-btn.active .bottom {
  stroke-dashoffset: -64px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact__wrapper .gfield_required,
.contact__wrapper .gform-field-label,
.contact__wrapper .gfield_label{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.contact__wrapper input[type=text],
.contact__wrapper input[type=email],
.contact__wrapper input[type=tel],
.contact__wrapper textarea{
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.contact__wrapper textarea::-moz-placeholder{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.contact__wrapper textarea::placeholder{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.contact__wrapper input[type=submit]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 53 133 / var(--tw-bg-opacity, 1)) !important;
  border-radius: 9999px !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  padding: 0.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
}
.contact__wrapper input[type=submit]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 76 76 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.contact__wrapper .gform_confirmation_message{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(12 147 70 / var(--tw-text-opacity, 1)) !important;
}
.contact__wrapper .gfield_required_text{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1)) !important;
}
.contact__wrapper .gfield_validation_message{
  --tw-text-opacity: 1 !important;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1)) !important;
}
.contact__wrapper .gform_validation_errors{
  background-color: rgb(41 53 133 / 0.1) !important;
}

.article-content,
.entry-content,
.post-content,
.page-content{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
.article-content h1,
.entry-content h1,
.post-content h1,
.page-content h1{
  margin-top: 0px;
  margin-bottom: 1.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(252 202 3 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(12 147 70 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content h1,
.entry-content h1,
.post-content h1,
.page-content h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.article-content h1:not(:first-child),
.entry-content h1:not(:first-child),
.post-content h1:not(:first-child),
.page-content h1:not(:first-child){
  margin-top: 2.5rem;
}
@media (min-width: 768px){
  .article-content h1:not(:first-child),
.entry-content h1:not(:first-child),
.post-content h1:not(:first-child),
.page-content h1:not(:first-child){
    margin-top: 3rem;
  }
}
.article-content h2,
.entry-content h2,
.post-content h2,
.page-content h2{
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content h2,
.entry-content h2,
.post-content h2,
.page-content h2{
    margin-top: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.article-content h2::before,
.entry-content h2::before,
.post-content h2::before,
.page-content h2::before{
  position: absolute;
  left: 0px;
  top: 0.5rem;
  height: 2rem;
  width: 0.25rem;
  border-radius: 0.25rem;
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(to bottom, #0C9346, #293585);
}
.article-content h2:first-child,
.entry-content h2:first-child,
.post-content h2:first-child,
.page-content h2:first-child{
  margin-top: 0px;
}
.article-content h3,
.entry-content h3,
.post-content h3,
.page-content h3{
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content h3,
.entry-content h3,
.post-content h3,
.page-content h3{
    margin-top: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.article-content h3:first-child,
.entry-content h3:first-child,
.post-content h3:first-child,
.page-content h3:first-child{
  margin-top: 0px;
}
.article-content h4,
.entry-content h4,
.post-content h4,
.page-content h4{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content h4,
.entry-content h4,
.post-content h4,
.page-content h4{
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.article-content h5,
.entry-content h5,
.post-content h5,
.page-content h5{
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content h5,
.entry-content h5,
.post-content h5,
.page-content h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.article-content h6,
.entry-content h6,
.post-content h6,
.page-content h6{
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content h6,
.entry-content h6,
.post-content h6,
.page-content h6{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.article-content p,
.entry-content p,
.post-content p,
.page-content p{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .article-content p,
.entry-content p,
.post-content p,
.page-content p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.article-content p:last-child,
.entry-content p:last-child,
.post-content p:last-child,
.page-content p:last-child{
  margin-bottom: 0px;
}
.article-content a,
.entry-content a,
.post-content a,
.page-content a{
  --tw-text-opacity: 1;
  color: rgb(12 147 70 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: rgb(12 147 70 / 0.4);
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.article-content a:hover,
.entry-content a:hover,
.post-content a:hover,
.page-content a:hover{
  color: rgb(12 147 70 / 0.8);
  text-decoration-color: #0C9346;
}
.article-content a:focus,
.entry-content a:focus,
.post-content a:focus,
.page-content a:focus{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #FCCA03;
}
.article-content strong,
.article-content b,
.entry-content strong,
.entry-content b,
.post-content strong,
.post-content b,
.page-content strong,
.page-content b{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1));
}
.article-content em,
.article-content i,
.entry-content em,
.entry-content i,
.post-content em,
.post-content i,
.page-content em,
.page-content i{
  font-style: italic;
}
.article-content ul,
.entry-content ul,
.post-content ul,
.page-content ul{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.article-content ul > :not([hidden]) ~ :not([hidden]),
.entry-content ul > :not([hidden]) ~ :not([hidden]),
.post-content ul > :not([hidden]) ~ :not([hidden]),
.page-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.article-content ul,
.entry-content ul,
.post-content ul,
.page-content ul{
  padding-left: 0px;
}
.article-content ul li,
.entry-content ul li,
.post-content ul li,
.page-content ul li{
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .article-content ul li,
.entry-content ul li,
.post-content ul li,
.page-content ul li{
    padding-left: 2rem;
  }
}
.article-content ul li::before,
.entry-content ul li::before,
.post-content ul li::before,
.page-content ul li::before{
  position: absolute;
  left: 0px;
  top: 0.6em;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(to bottom right, #0C9346, #293585);
}
.article-content ul li ul,
.entry-content ul li ul,
.post-content ul li ul,
.page-content ul li ul{
  margin-top: 0.75rem;
  margin-bottom: 0px;
  padding-left: 1rem;
}
@media (min-width: 768px){
  .article-content ul li ul,
.entry-content ul li ul,
.post-content ul li ul,
.page-content ul li ul{
    padding-left: 1.5rem;
  }
}
.article-content ul li ul li::before,
.entry-content ul li ul li::before,
.post-content ul li ul li::before,
.page-content ul li ul li::before{
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1));
}
.article-content ol,
.entry-content ol,
.post-content ol,
.page-content ol{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.article-content ol > :not([hidden]) ~ :not([hidden]),
.entry-content ol > :not([hidden]) ~ :not([hidden]),
.post-content ol > :not([hidden]) ~ :not([hidden]),
.page-content ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.article-content ol,
.entry-content ol,
.post-content ol,
.page-content ol{
  padding-left: 0px;
  counter-reset: item;
}
.article-content ol li,
.entry-content ol li,
.post-content ol li,
.page-content ol li{
  position: relative;
  padding-left: 2rem;
  line-height: 1.625;
}
@media (min-width: 768px){
  .article-content ol li,
.entry-content ol li,
.post-content ol li,
.page-content ol li{
    padding-left: 2.5rem;
  }
}
.article-content ol li,
.entry-content ol li,
.post-content ol li,
.page-content ol li {
  counter-increment: item;
}
.article-content ol li::before,
.entry-content ol li::before,
.post-content ol li::before,
.page-content ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(12 147 70 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content ol li::before,
.entry-content ol li::before,
.post-content ol li::before,
.page-content ol li::before{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.article-content ol li ol,
.entry-content ol li ol,
.post-content ol li ol,
.page-content ol li ol{
  margin-top: 0.75rem;
  margin-bottom: 0px;
  padding-left: 1rem;
}
@media (min-width: 768px){
  .article-content ol li ol,
.entry-content ol li ol,
.post-content ol li ol,
.page-content ol li ol{
    padding-left: 1.5rem;
  }
}
.article-content ol li ol,
.entry-content ol li ol,
.post-content ol li ol,
.page-content ol li ol {
  counter-reset: subitem;
}
.article-content ol li ol li,
.entry-content ol li ol li,
.post-content ol li ol li,
.page-content ol li ol li {
  counter-increment: subitem;
}
.article-content ol li ol li::before,
.entry-content ol li ol li::before,
.post-content ol li ol li::before,
.page-content ol li ol li::before {
  content: counter(item) "." counter(subitem);
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content ol li ol li::before,
.entry-content ol li ol li::before,
.post-content ol li ol li::before,
.page-content ol li ol li::before{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.article-content blockquote,
.entry-content blockquote,
.post-content blockquote,
.page-content blockquote{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(12 147 70 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 3rem;
  font-style: italic;
}
@media (min-width: 768px){
  .article-content blockquote,
.entry-content blockquote,
.post-content blockquote,
.page-content blockquote{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-right: 2rem;
    padding-left: 4rem;
  }
}
.article-content blockquote,
.entry-content blockquote,
.post-content blockquote,
.page-content blockquote {
  background: linear-gradient(to bottom right, rgba(12, 147, 70, 0.05), rgba(41, 53, 133, 0.05));
}
.article-content blockquote::before,
.entry-content blockquote::before,
.post-content blockquote::before,
.page-content blockquote::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3.75rem;
  line-height: 1;
}
@media (min-width: 768px){
  .article-content blockquote::before,
.entry-content blockquote::before,
.post-content blockquote::before,
.page-content blockquote::before{
    left: 1.5rem;
    font-size: 4.5rem;
    line-height: 1;
  }
}
.article-content blockquote::before,
.entry-content blockquote::before,
.post-content blockquote::before,
.page-content blockquote::before {
  color: rgba(12, 147, 70, 0.2);
}
.article-content blockquote p,
.entry-content blockquote p,
.post-content blockquote p,
.page-content blockquote p{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .article-content blockquote p,
.entry-content blockquote p,
.post-content blockquote p,
.page-content blockquote p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.article-content blockquote p,
.entry-content blockquote p,
.post-content blockquote p,
.page-content blockquote p {
  color: rgba(76, 76, 76, 0.9);
}
.article-content blockquote p:last-child,
.entry-content blockquote p:last-child,
.post-content blockquote p:last-child,
.page-content blockquote p:last-child{
  margin-bottom: 0px;
}
.article-content blockquote cite,
.entry-content blockquote cite,
.post-content blockquote cite,
.page-content blockquote cite{
  margin-top: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .article-content blockquote cite,
.entry-content blockquote cite,
.post-content blockquote cite,
.page-content blockquote cite{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.article-content blockquote cite::before,
.entry-content blockquote cite::before,
.post-content blockquote cite::before,
.page-content blockquote cite::before {
  content: "— ";
}
.article-content img,
.entry-content img,
.post-content img,
.page-content img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: auto;
  max-width: 100%;
  border-radius: 0.5rem;
  --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);
}
@media (min-width: 768px){
  .article-content img,
.entry-content img,
.post-content img,
.page-content img{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.article-content img.alignleft,
.entry-content img.alignleft,
.post-content img.alignleft,
.page-content img.alignleft{
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}
@media (min-width: 768px){
  .article-content img.alignleft,
.entry-content img.alignleft,
.post-content img.alignleft,
.page-content img.alignleft{
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .article-content img.alignleft,
  .entry-content img.alignleft,
  .post-content img.alignleft,
  .page-content img.alignleft{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
  }
}
.article-content img.alignright,
.entry-content img.alignright,
.post-content img.alignright,
.page-content img.alignright{
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}
@media (min-width: 768px){
  .article-content img.alignright,
.entry-content img.alignright,
.post-content img.alignright,
.page-content img.alignright{
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .article-content img.alignright,
  .entry-content img.alignright,
  .post-content img.alignright,
  .page-content img.alignright{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
  }
}
.article-content img.aligncenter,
.entry-content img.aligncenter,
.post-content img.aligncenter,
.page-content img.aligncenter{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.article-content img.size-full,
.entry-content img.size-full,
.post-content img.size-full,
.page-content img.size-full{
  width: 100%;
}
.article-content .wp-caption,
.entry-content .wp-caption,
.post-content .wp-caption,
.page-content .wp-caption{
  max-width: 100%;
}
.article-content .wp-caption.alignleft,
.entry-content .wp-caption.alignleft,
.post-content .wp-caption.alignleft,
.page-content .wp-caption.alignleft{
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}
@media (min-width: 768px){
  .article-content .wp-caption.alignleft,
.entry-content .wp-caption.alignleft,
.post-content .wp-caption.alignleft,
.page-content .wp-caption.alignleft{
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .article-content .wp-caption.alignleft,
  .entry-content .wp-caption.alignleft,
  .post-content .wp-caption.alignleft,
  .page-content .wp-caption.alignleft{
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.article-content .wp-caption.alignright,
.entry-content .wp-caption.alignright,
.post-content .wp-caption.alignright,
.page-content .wp-caption.alignright{
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}
@media (min-width: 768px){
  .article-content .wp-caption.alignright,
.entry-content .wp-caption.alignright,
.post-content .wp-caption.alignright,
.page-content .wp-caption.alignright{
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .article-content .wp-caption.alignright,
  .entry-content .wp-caption.alignright,
  .post-content .wp-caption.alignright,
  .page-content .wp-caption.alignright{
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.article-content .wp-caption.aligncenter,
.entry-content .wp-caption.aligncenter,
.post-content .wp-caption.aligncenter,
.page-content .wp-caption.aligncenter{
  margin-left: auto;
  margin-right: auto;
}
.article-content .wp-caption img,
.entry-content .wp-caption img,
.post-content .wp-caption img,
.page-content .wp-caption img{
  margin-top: 0px;
  margin-bottom: 0px;
}
.article-content .wp-caption-text,
.entry-content .wp-caption-text,
.post-content .wp-caption-text,
.page-content .wp-caption-text{
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}
@media (min-width: 768px){
  .article-content .wp-caption-text,
.entry-content .wp-caption-text,
.post-content .wp-caption-text,
.page-content .wp-caption-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.article-content .wp-caption-text,
.entry-content .wp-caption-text,
.post-content .wp-caption-text,
.page-content .wp-caption-text {
  color: rgba(76, 76, 76, 0.7);
}
.article-content figure,
.entry-content figure,
.post-content figure,
.page-content figure{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px){
  .article-content figure,
.entry-content figure,
.post-content figure,
.page-content figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.article-content figure.alignleft,
.entry-content figure.alignleft,
.post-content figure.alignleft,
.page-content figure.alignleft{
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}
@media (min-width: 768px){
  .article-content figure.alignleft,
.entry-content figure.alignleft,
.post-content figure.alignleft,
.page-content figure.alignleft{
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .article-content figure.alignleft,
  .entry-content figure.alignleft,
  .post-content figure.alignleft,
  .page-content figure.alignleft{
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.article-content figure.alignright,
.entry-content figure.alignright,
.post-content figure.alignright,
.page-content figure.alignright{
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}
@media (min-width: 768px){
  .article-content figure.alignright,
.entry-content figure.alignright,
.post-content figure.alignright,
.page-content figure.alignright{
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .article-content figure.alignright,
  .entry-content figure.alignright,
  .post-content figure.alignright,
  .page-content figure.alignright{
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.article-content figure.aligncenter,
.entry-content figure.aligncenter,
.post-content figure.aligncenter,
.page-content figure.aligncenter{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.article-content figure img,
.entry-content figure img,
.post-content figure img,
.page-content figure img{
  margin-top: 0px;
  margin-bottom: 0px;
}
.article-content figure figcaption,
.entry-content figure figcaption,
.post-content figure figcaption,
.page-content figure figcaption{
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
}
@media (min-width: 768px){
  .article-content figure figcaption,
.entry-content figure figcaption,
.post-content figure figcaption,
.page-content figure figcaption{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.article-content figure figcaption,
.entry-content figure figcaption,
.post-content figure figcaption,
.page-content figure figcaption {
  color: rgba(76, 76, 76, 0.7);
}
.article-content code,
.entry-content code,
.post-content code,
.page-content code{
  border-radius: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgba(76, 76, 76, 0.1);
  color: #293585;
}
.article-content pre,
.entry-content pre,
.post-content pre,
.page-content pre{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media (min-width: 768px){
  .article-content pre,
.entry-content pre,
.post-content pre,
.page-content pre{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
}
.article-content pre,
.entry-content pre,
.post-content pre,
.page-content pre {
  background-color: rgba(76, 76, 76, 0.05);
  border: 1px solid rgba(76, 76, 76, 0.2);
}
.article-content pre code,
.entry-content pre code,
.post-content pre code,
.page-content pre code{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  .article-content pre code,
.entry-content pre code,
.post-content pre code,
.page-content pre code{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.article-content table,
.entry-content table,
.post-content table,
.page-content table{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px){
  .article-content table,
.entry-content table,
.post-content table,
.page-content table{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.article-content table thead,
.entry-content table thead,
.post-content table thead,
.page-content table thead{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(to right, #293585, #0C9346);
}
.article-content table thead th,
.entry-content table thead th,
.post-content table thead th,
.page-content table thead th{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px){
  .article-content table thead th,
.entry-content table thead th,
.post-content table thead th,
.page-content table thead th{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.article-content table tbody tr,
.entry-content table tbody tr,
.post-content table tbody tr,
.page-content table tbody tr{
  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;
  border-bottom: 1px solid rgba(76, 76, 76, 0.2);
}
.article-content table tbody tr:last-child,
.entry-content table tbody tr:last-child,
.post-content table tbody tr:last-child,
.page-content table tbody tr:last-child{
  border-bottom-width: 0px;
}
.article-content table tbody tr:hover,
.entry-content table tbody tr:hover,
.post-content table tbody tr:hover,
.page-content table tbody tr:hover {
  background-color: rgba(12, 147, 70, 0.05);
}
.article-content table tbody td,
.entry-content table tbody td,
.post-content table tbody td,
.page-content table tbody td{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  .article-content table tbody td,
.entry-content table tbody td,
.post-content table tbody td,
.page-content table tbody td{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.article-content hr,
.entry-content hr,
.post-content hr,
.page-content hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 1px;
  border-width: 0px;
}
@media (min-width: 768px){
  .article-content hr,
.entry-content hr,
.post-content hr,
.page-content hr{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.article-content hr,
.entry-content hr,
.post-content hr,
.page-content hr {
  background: linear-gradient(to right, transparent, rgba(76, 76, 76, 0.3), transparent);
}
.article-content .gallery,
.entry-content .gallery,
.post-content .gallery,
.page-content .gallery{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px){
  .article-content .gallery,
.entry-content .gallery,
.post-content .gallery,
.page-content .gallery{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.article-content .gallery.gallery-columns-2,
.entry-content .gallery.gallery-columns-2,
.post-content .gallery.gallery-columns-2,
.page-content .gallery.gallery-columns-2{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
  .article-content .gallery.gallery-columns-2,
.entry-content .gallery.gallery-columns-2,
.post-content .gallery.gallery-columns-2,
.page-content .gallery.gallery-columns-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.article-content .gallery.gallery-columns-3,
.entry-content .gallery.gallery-columns-3,
.post-content .gallery.gallery-columns-3,
.page-content .gallery.gallery-columns-3{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px){
  .article-content .gallery.gallery-columns-3,
.entry-content .gallery.gallery-columns-3,
.post-content .gallery.gallery-columns-3,
.page-content .gallery.gallery-columns-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .article-content .gallery.gallery-columns-3,
.entry-content .gallery.gallery-columns-3,
.post-content .gallery.gallery-columns-3,
.page-content .gallery.gallery-columns-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.article-content .gallery.gallery-columns-4,
.entry-content .gallery.gallery-columns-4,
.post-content .gallery.gallery-columns-4,
.page-content .gallery.gallery-columns-4{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px){
  .article-content .gallery.gallery-columns-4,
.entry-content .gallery.gallery-columns-4,
.post-content .gallery.gallery-columns-4,
.page-content .gallery.gallery-columns-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.article-content .gallery .gallery-item img,
.entry-content .gallery .gallery-item img,
.post-content .gallery .gallery-item img,
.page-content .gallery .gallery-item img{
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  width: 100%;
}
.article-content .gallery .gallery-caption,
.entry-content .gallery .gallery-caption,
.post-content .gallery .gallery-caption,
.page-content .gallery .gallery-caption{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  color: rgba(76, 76, 76, 0.7);
}
.article-content .wp-block-embed,
.article-content .wp-block-video,
.entry-content .wp-block-embed,
.entry-content .wp-block-video,
.post-content .wp-block-embed,
.post-content .wp-block-video,
.page-content .wp-block-embed,
.page-content .wp-block-video{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px){
  .article-content .wp-block-embed,
.article-content .wp-block-video,
.entry-content .wp-block-embed,
.entry-content .wp-block-video,
.post-content .wp-block-embed,
.post-content .wp-block-video,
.page-content .wp-block-embed,
.page-content .wp-block-video{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.article-content .wp-block-embed iframe,
.article-content .wp-block-embed video,
.article-content .wp-block-video iframe,
.article-content .wp-block-video video,
.entry-content .wp-block-embed iframe,
.entry-content .wp-block-embed video,
.entry-content .wp-block-video iframe,
.entry-content .wp-block-video video,
.post-content .wp-block-embed iframe,
.post-content .wp-block-embed video,
.post-content .wp-block-video iframe,
.post-content .wp-block-video video,
.page-content .wp-block-embed iframe,
.page-content .wp-block-embed video,
.page-content .wp-block-video iframe,
.page-content .wp-block-video video{
  width: 100%;
  border-radius: 0.5rem;
  --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);
}
.article-content .wp-has-aspect-ratio,
.entry-content .wp-has-aspect-ratio,
.post-content .wp-has-aspect-ratio,
.page-content .wp-has-aspect-ratio{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.article-content .wp-has-aspect-ratio iframe,
.entry-content .wp-has-aspect-ratio iframe,
.post-content .wp-has-aspect-ratio iframe,
.page-content .wp-has-aspect-ratio iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.article-content::after,
.entry-content::after,
.post-content::after,
.page-content::after {
  content: "";
  clear: both;
  display: table;
}
.article-content .wp-block-embed,
.article-content .wp-block-video,
.article-content figure.wp-block-embed,
.entry-content .wp-block-embed,
.entry-content .wp-block-video,
.entry-content figure.wp-block-embed,
.post-content .wp-block-embed,
.post-content .wp-block-video,
.post-content figure.wp-block-embed,
.page-content .wp-block-embed,
.page-content .wp-block-video,
.page-content figure.wp-block-embed{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px){
  .article-content .wp-block-embed,
.article-content .wp-block-video,
.article-content figure.wp-block-embed,
.entry-content .wp-block-embed,
.entry-content .wp-block-video,
.entry-content figure.wp-block-embed,
.post-content .wp-block-embed,
.post-content .wp-block-video,
.post-content figure.wp-block-embed,
.page-content .wp-block-embed,
.page-content .wp-block-video,
.page-content figure.wp-block-embed{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.article-content .wp-block-embed iframe,
.article-content .wp-block-embed video,
.article-content .wp-block-video iframe,
.article-content .wp-block-video video,
.article-content figure.wp-block-embed iframe,
.article-content figure.wp-block-embed video,
.entry-content .wp-block-embed iframe,
.entry-content .wp-block-embed video,
.entry-content .wp-block-video iframe,
.entry-content .wp-block-video video,
.entry-content figure.wp-block-embed iframe,
.entry-content figure.wp-block-embed video,
.post-content .wp-block-embed iframe,
.post-content .wp-block-embed video,
.post-content .wp-block-video iframe,
.post-content .wp-block-video video,
.post-content figure.wp-block-embed iframe,
.post-content figure.wp-block-embed video,
.page-content .wp-block-embed iframe,
.page-content .wp-block-embed video,
.page-content .wp-block-video iframe,
.page-content .wp-block-video video,
.page-content figure.wp-block-embed iframe,
.page-content figure.wp-block-embed video{
  width: 100%;
  border-radius: 0.5rem;
  --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);
  min-height: 315px;
}
@media (min-width: 640px) {
  .article-content .wp-block-embed iframe,
  .article-content .wp-block-embed video,
  .article-content .wp-block-video iframe,
  .article-content .wp-block-video video,
  .article-content figure.wp-block-embed iframe,
  .article-content figure.wp-block-embed video,
  .entry-content .wp-block-embed iframe,
  .entry-content .wp-block-embed video,
  .entry-content .wp-block-video iframe,
  .entry-content .wp-block-video video,
  .entry-content figure.wp-block-embed iframe,
  .entry-content figure.wp-block-embed video,
  .post-content .wp-block-embed iframe,
  .post-content .wp-block-embed video,
  .post-content .wp-block-video iframe,
  .post-content .wp-block-video video,
  .post-content figure.wp-block-embed iframe,
  .post-content figure.wp-block-embed video,
  .page-content .wp-block-embed iframe,
  .page-content .wp-block-embed video,
  .page-content .wp-block-video iframe,
  .page-content .wp-block-video video,
  .page-content figure.wp-block-embed iframe,
  .page-content figure.wp-block-embed video {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .article-content .wp-block-embed iframe,
  .article-content .wp-block-embed video,
  .article-content .wp-block-video iframe,
  .article-content .wp-block-video video,
  .article-content figure.wp-block-embed iframe,
  .article-content figure.wp-block-embed video,
  .entry-content .wp-block-embed iframe,
  .entry-content .wp-block-embed video,
  .entry-content .wp-block-video iframe,
  .entry-content .wp-block-video video,
  .entry-content figure.wp-block-embed iframe,
  .entry-content figure.wp-block-embed video,
  .post-content .wp-block-embed iframe,
  .post-content .wp-block-embed video,
  .post-content .wp-block-video iframe,
  .post-content .wp-block-video video,
  .post-content figure.wp-block-embed iframe,
  .post-content figure.wp-block-embed video,
  .page-content .wp-block-embed iframe,
  .page-content .wp-block-embed video,
  .page-content .wp-block-video iframe,
  .page-content .wp-block-video video,
  .page-content figure.wp-block-embed iframe,
  .page-content figure.wp-block-embed video {
    min-height: 450px;
  }
}
.article-content .wp-has-aspect-ratio,
.article-content .wp-embed-aspect-16-9,
.article-content .wp-block-embed__wrapper,
.entry-content .wp-has-aspect-ratio,
.entry-content .wp-embed-aspect-16-9,
.entry-content .wp-block-embed__wrapper,
.post-content .wp-has-aspect-ratio,
.post-content .wp-embed-aspect-16-9,
.post-content .wp-block-embed__wrapper,
.page-content .wp-has-aspect-ratio,
.page-content .wp-embed-aspect-16-9,
.page-content .wp-block-embed__wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  padding-bottom: 56.25%;
  height: 0;
}
.article-content .wp-has-aspect-ratio iframe,
.article-content .wp-has-aspect-ratio video,
.article-content .wp-has-aspect-ratio embed,
.article-content .wp-has-aspect-ratio object,
.article-content .wp-embed-aspect-16-9 iframe,
.article-content .wp-embed-aspect-16-9 video,
.article-content .wp-embed-aspect-16-9 embed,
.article-content .wp-embed-aspect-16-9 object,
.article-content .wp-block-embed__wrapper iframe,
.article-content .wp-block-embed__wrapper video,
.article-content .wp-block-embed__wrapper embed,
.article-content .wp-block-embed__wrapper object,
.entry-content .wp-has-aspect-ratio iframe,
.entry-content .wp-has-aspect-ratio video,
.entry-content .wp-has-aspect-ratio embed,
.entry-content .wp-has-aspect-ratio object,
.entry-content .wp-embed-aspect-16-9 iframe,
.entry-content .wp-embed-aspect-16-9 video,
.entry-content .wp-embed-aspect-16-9 embed,
.entry-content .wp-embed-aspect-16-9 object,
.entry-content .wp-block-embed__wrapper iframe,
.entry-content .wp-block-embed__wrapper video,
.entry-content .wp-block-embed__wrapper embed,
.entry-content .wp-block-embed__wrapper object,
.post-content .wp-has-aspect-ratio iframe,
.post-content .wp-has-aspect-ratio video,
.post-content .wp-has-aspect-ratio embed,
.post-content .wp-has-aspect-ratio object,
.post-content .wp-embed-aspect-16-9 iframe,
.post-content .wp-embed-aspect-16-9 video,
.post-content .wp-embed-aspect-16-9 embed,
.post-content .wp-embed-aspect-16-9 object,
.post-content .wp-block-embed__wrapper iframe,
.post-content .wp-block-embed__wrapper video,
.post-content .wp-block-embed__wrapper embed,
.post-content .wp-block-embed__wrapper object,
.page-content .wp-has-aspect-ratio iframe,
.page-content .wp-has-aspect-ratio video,
.page-content .wp-has-aspect-ratio embed,
.page-content .wp-has-aspect-ratio object,
.page-content .wp-embed-aspect-16-9 iframe,
.page-content .wp-embed-aspect-16-9 video,
.page-content .wp-embed-aspect-16-9 embed,
.page-content .wp-embed-aspect-16-9 object,
.page-content .wp-block-embed__wrapper iframe,
.page-content .wp-block-embed__wrapper video,
.page-content .wp-block-embed__wrapper embed,
.page-content .wp-block-embed__wrapper object{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.article-content .wp-block-embed-youtube iframe,
.article-content .wp-embed-aspect-16-9 iframe,
.entry-content .wp-block-embed-youtube iframe,
.entry-content .wp-embed-aspect-16-9 iframe,
.post-content .wp-block-embed-youtube iframe,
.post-content .wp-embed-aspect-16-9 iframe,
.page-content .wp-block-embed-youtube iframe,
.page-content .wp-embed-aspect-16-9 iframe{
  height: 100%;
  width: 100%;
}
.article-content .master-slider-parent,
.entry-content .master-slider-parent,
.post-content .master-slider-parent,
.page-content .master-slider-parent{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px){
  .article-content .master-slider-parent,
.entry-content .master-slider-parent,
.post-content .master-slider-parent,
.page-content .master-slider-parent{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.article-content .wp-block-accordion-item,
.entry-content .wp-block-accordion-item,
.post-content .wp-block-accordion-item,
.page-content .wp-block-accordion-item{
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(12 147 70 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
}
.article-content .wp-block-accordion-item h3,
.entry-content .wp-block-accordion-item h3,
.post-content .wp-block-accordion-item h3,
.page-content .wp-block-accordion-item h3{
  margin: 0px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.article-content .custom-bullet-item img,
.entry-content .custom-bullet-item img,
.post-content .custom-bullet-item img,
.page-content .custom-bullet-item img{
  margin: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.article-content .custom-bullet-item:before,
.entry-content .custom-bullet-item:before,
.post-content .custom-bullet-item:before,
.page-content .custom-bullet-item:before{
  display: none !important;
}

.wp-block-social-links{
  margin: 0px !important;
  padding: 0px !important;
}

.wp-social-link::before{
  display: none !important;
}

.university-logo{
  margin: 0px !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.lead{
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.625;
}

@media (min-width: 768px){
  .lead{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.lead {
  color: rgba(76, 76, 76, 0.9);
}

.has-drop-cap::first-letter{
  float: left;
  padding-right: 0.75rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(12 147 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .has-drop-cap::first-letter{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.has-drop-cap::first-letter {
  margin-top: 0.1em;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -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));
}

.hover\:-translate-y-2:hover{
  --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));
}

.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-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(12 147 70 / 0.9);
}

.hover\:bg-secondary\/60:hover{
  background-color: rgb(41 53 133 / 0.6);
}

.hover\:bg-secondary\/90:hover{
  background-color: rgb(41 53 133 / 0.9);
}

.hover\:bg-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 202 3 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary\/90:hover{
  background-color: rgb(252 202 3 / 0.9);
}

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

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

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

.hover\:text-tertiary:hover{
  --tw-text-opacity: 1;
  color: rgb(252 202 3 / var(--tw-text-opacity, 1));
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

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

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-primary\/20:hover{
  --tw-shadow-color: rgb(12 147 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 147 70 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary\/30:focus{
  --tw-ring-color: rgb(12 147 70 / 0.3);
}

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

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

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

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(12 147 70 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1;
  color: rgb(41 53 133 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px){
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .md\:-bottom-1\/2{
    bottom: -50%;
  }
  .md\:-bottom-1\/4{
    bottom: -25%;
  }
  .md\:-right-4{
    right: -1rem;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:right-auto{
    right: auto;
  }
  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:-mb-32{
    margin-bottom: -8rem;
  }
  .md\:-mt-16{
    margin-top: -4rem;
  }
  .md\:-mt-56{
    margin-top: -14rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:size-20{
    width: 5rem;
    height: 5rem;
  }
  .md\:size-48{
    width: 12rem;
    height: 12rem;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-32{
    height: 8rem;
  }
  .md\:h-56{
    height: 14rem;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:h-\[500px\]{
    height: 500px;
  }
  .md\:h-\[600px\]{
    height: 600px;
  }
  .md\:min-h-14{
    min-height: 3.5rem;
  }
  .md\:min-h-28{
    min-height: 7rem;
  }
  .md\:min-h-80{
    min-height: 20rem;
  }
  .md\:min-h-\[85vh\]{
    min-height: 85vh;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-\[45\%\]{
    width: 45%;
  }
  .md\:w-\[620px\]{
    width: 620px;
  }
  .md\:w-\[82\%\]{
    width: 82%;
  }
  .md\:w-\[90\%\]{
    width: 90%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-\[176px\]{
    max-width: 176px;
  }
  .md\:max-w-\[205px\]{
    max-width: 205px;
  }
  .md\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .md\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\: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));
  }
  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .md\:border-\[12px\]{
    border-width: 12px;
  }
  .md\:bg-fixed{
    background-attachment: fixed;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-56{
    padding-bottom: 14rem;
  }
  .md\:pb-\[105px\]{
    padding-bottom: 105px;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:pt-\[40px\]{
    padding-top: 40px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-bottom-\[40\%\]{
    bottom: -40%;
  }
  .lg\:-mb-32{
    margin-bottom: -8rem;
  }
  .lg\:-ml-11{
    margin-left: -2.75rem;
  }
  .lg\:-ml-12{
    margin-left: -3rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-36{
    height: 9rem;
  }
  .lg\:w-36{
    width: 9rem;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:-bottom-\[35\%\]{
    bottom: -35%;
  }
}
