/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .container{
        max-width: 1440px
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}
.pointer-events-none{
    pointer-events: none
}
.pointer-events-auto{
    pointer-events: auto
}
.visible{
    visibility: visible
}
.collapse{
    visibility: collapse
}
.static{
    position: static
}
.fixed{
    position: fixed
}
.absolute{
    position: absolute
}
.relative{
    position: relative
}
.sticky{
    position: sticky
}
.inset-0{
    inset: 0px
}
.inset-y-0{
    top: 0px;
    bottom: 0px
}
.-right-2{
    right: -0.5rem
}
.-top-10{
    top: -2.5rem
}
.bottom-12{
    bottom: 3rem
}
.bottom-4{
    bottom: 1rem
}
.bottom-6{
    bottom: 1.5rem
}
.bottom-8{
    bottom: 2rem
}
.left-0{
    left: 0px
}
.left-1\/2{
    left: 50%
}
.left-4{
    left: 1rem
}
.left-8{
    left: 2rem
}
.left-\[-12px\]{
    left: -12px
}
.right-0{
    right: 0px
}
.right-2{
    right: 0.5rem
}
.right-3{
    right: 0.75rem
}
.right-4{
    right: 1rem
}
.right-\[70px\]{
    right: 70px
}
.top-0{
    top: 0px
}
.top-1\/2{
    top: 50%
}
.top-2{
    top: 0.5rem
}
.top-2\/3{
    top: 66.666667%
}
.top-20{
    top: 5rem
}
.top-3{
    top: 0.75rem
}
.top-4{
    top: 1rem
}
.top-\[89vh\]{
    top: 89vh
}
.z-0{
    z-index: 0
}
.z-10{
    z-index: 10
}
.z-20{
    z-index: 20
}
.z-30{
    z-index: 30
}
.z-50{
    z-index: 50
}
.z-\[10001\]{
    z-index: 10001
}
.z-\[999999\]{
    z-index: 999999
}
.z-\[9999\]{
    z-index: 9999
}
.col-span-2{
    grid-column: span 2 / span 2
}
.col-span-3{
    grid-column: span 3 / span 3
}
.m-0{
    margin: 0px
}
.m-auto{
    margin: auto
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem
}
.mx-auto{
    margin-left: auto;
    margin-right: auto
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}
.my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}
.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem
}
.my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem
}
.my-\[2rem\]{
    margin-top: 2rem;
    margin-bottom: 2rem
}
.my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px
}
.my-\[60px\]{
    margin-top: 60px;
    margin-bottom: 60px
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto
}
.-ml-2{
    margin-left: -0.5rem
}
.mb-1{
    margin-bottom: 0.25rem
}
.mb-10{
    margin-bottom: 2.5rem
}
.mb-12{
    margin-bottom: 3rem
}
.mb-14{
    margin-bottom: 3.5rem
}
.mb-2{
    margin-bottom: 0.5rem
}
.mb-24{
    margin-bottom: 6rem
}
.mb-3{
    margin-bottom: 0.75rem
}
.mb-4{
    margin-bottom: 1rem
}
.mb-5{
    margin-bottom: 1.25rem
}
.mb-6{
    margin-bottom: 1.5rem
}
.mb-7{
    margin-bottom: 1.75rem
}
.mb-8{
    margin-bottom: 2rem
}
.mb-9{
    margin-bottom: 2.25rem
}
.mb-\[-4px\]{
    margin-bottom: -4px
}
.mb-\[10px\]{
    margin-bottom: 10px
}
.mb-\[30px\]{
    margin-bottom: 30px
}
.mb-\[40px\]{
    margin-bottom: 40px
}
.mb-\[60px\]{
    margin-bottom: 60px
}
.ml-1{
    margin-left: 0.25rem
}
.ml-12{
    margin-left: 3rem
}
.ml-2{
    margin-left: 0.5rem
}
.ml-\[-35px\]{
    margin-left: -35px
}
.ml-\[-40px\]{
    margin-left: -40px
}
.ml-auto{
    margin-left: auto
}
.mr-1{
    margin-right: 0.25rem
}
.mr-9{
    margin-right: 2.25rem
}
.mr-\[15px\]{
    margin-right: 15px
}
.mr-\[17px\]{
    margin-right: 17px
}
.mr-\[35px\]{
    margin-right: 35px
}
.mt-1{
    margin-top: 0.25rem
}
.mt-10{
    margin-top: 2.5rem
}
.mt-12{
    margin-top: 3rem
}
.mt-14{
    margin-top: 3.5rem
}
.mt-16{
    margin-top: 4rem
}
.mt-2{
    margin-top: 0.5rem
}
.mt-20{
    margin-top: 5rem
}
.mt-3{
    margin-top: 0.75rem
}
.mt-4{
    margin-top: 1rem
}
.mt-5{
    margin-top: 1.25rem
}
.mt-6{
    margin-top: 1.5rem
}
.mt-8{
    margin-top: 2rem
}
.mt-9{
    margin-top: 2.25rem
}
.mt-\[-10px\]{
    margin-top: -10px
}
.mt-\[-40px\]{
    margin-top: -40px
}
.mt-\[15px\]{
    margin-top: 15px
}
.mt-\[20px\]{
    margin-top: 20px
}
.mt-\[2px\]{
    margin-top: 2px
}
.mt-\[30px\]{
    margin-top: 30px
}
.mt-\[40px\]{
    margin-top: 40px
}
.mt-\[45px\]{
    margin-top: 45px
}
.mt-\[60px\]{
    margin-top: 60px
}
.mt-\[6px\]{
    margin-top: 6px
}
.mt-\[7px\]{
    margin-top: 7px
}
.mt-\[8px\]{
    margin-top: 8px
}
.mt-auto{
    margin-top: auto
}
.block{
    display: block
}
.inline-block{
    display: inline-block
}
.flex{
    display: flex
}
.inline-flex{
    display: inline-flex
}
.table{
    display: table
}
.table-cell{
    display: table-cell
}
.table-header-group{
    display: table-header-group
}
.table-row-group{
    display: table-row-group
}
.table-row{
    display: table-row
}
.grid{
    display: grid
}
.contents{
    display: contents
}
.hidden{
    display: none
}
.aspect-\[1243\/1000\]{
    aspect-ratio: 1243/1000
}
.aspect-\[16\/9\]{
    aspect-ratio: 16/9
}
.aspect-\[1800\/562\]{
    aspect-ratio: 1800/562
}
.aspect-\[414\/580\]{
    aspect-ratio: 414/580
}
.aspect-\[424\/580\]{
    aspect-ratio: 424/580
}
.aspect-\[536\/308\]{
    aspect-ratio: 536/308
}
.aspect-video{
    aspect-ratio: 16 / 9
}
.h-10{
    height: 2.5rem
}
.h-11{
    height: 2.75rem
}
.h-12{
    height: 3rem
}
.h-16{
    height: 4rem
}
.h-3{
    height: 0.75rem
}
.h-4{
    height: 1rem
}
.h-48{
    height: 12rem
}
.h-5{
    height: 1.25rem
}
.h-6{
    height: 1.5rem
}
.h-7{
    height: 1.75rem
}
.h-8{
    height: 2rem
}
.h-9{
    height: 2.25rem
}
.h-\[132px\]{
    height: 132px
}
.h-\[198px\]{
    height: 198px
}
.h-\[1px\]{
    height: 1px
}
.h-\[20px\]{
    height: 20px
}
.h-\[211px\]{
    height: 211px
}
.h-\[236px\]{
    height: 236px
}
.h-\[238px\]{
    height: 238px
}
.h-\[280px\]{
    height: 280px
}
.h-\[28px\]{
    height: 28px
}
.h-\[300px\]{
    height: 300px
}
.h-\[30px\]{
    height: 30px
}
.h-\[324px\]{
    height: 324px
}
.h-\[372px\]{
    height: 372px
}
.h-\[3px\]{
    height: 3px
}
.h-\[400px\]{
    height: 400px
}
.h-\[40px\]{
    height: 40px
}
.h-\[428px\]{
    height: 428px
}
.h-\[44px\]{
    height: 44px
}
.h-\[47px\]{
    height: 47px
}
.h-\[480px\]{
    height: 480px
}
.h-\[49px\]{
    height: 49px
}
.h-\[506px\]{
    height: 506px
}
.h-\[532px\]{
    height: 532px
}
.h-\[56\.25\%\]{
    height: 56.25%
}
.h-\[56px\]{
    height: 56px
}
.h-\[596px\]{
    height: 596px
}
.h-\[60px\]{
    height: 60px
}
.h-\[672px\]{
    height: 672px
}
.h-auto{
    height: auto
}
.h-full{
    height: 100%
}
.max-h-\[1050px\]{
    max-height: 1050px
}
.max-h-\[204px\]{
    max-height: 204px
}
.max-h-\[300px\]{
    max-height: 300px
}
.max-h-\[80vh\]{
    max-height: 80vh
}
.max-h-\[90vh\]{
    max-height: 90vh
}
.min-h-5{
    min-height: 1.25rem
}
.min-h-\[100px\]{
    min-height: 100px
}
.min-h-\[44px\]{
    min-height: 44px
}
.min-h-\[500px\]{
    min-height: 500px
}
.min-h-\[600px\]{
    min-height: 600px
}
.min-h-\[700px\]{
    min-height: 700px
}
.min-h-screen{
    min-height: 100vh
}
.\!w-auto{
    width: auto !important
}
.w-1\/3{
    width: 33.333333%
}
.w-1\/4{
    width: 25%
}
.w-10{
    width: 2.5rem
}
.w-11{
    width: 2.75rem
}
.w-12{
    width: 3rem
}
.w-16{
    width: 4rem
}
.w-2\/3{
    width: 66.666667%
}
.w-24{
    width: 6rem
}
.w-3{
    width: 0.75rem
}
.w-3\/4{
    width: 75%
}
.w-4{
    width: 1rem
}
.w-40{
    width: 10rem
}
.w-5{
    width: 1.25rem
}
.w-6{
    width: 1.5rem
}
.w-72{
    width: 18rem
}
.w-8{
    width: 2rem
}
.w-9{
    width: 2.25rem
}
.w-\[100\%\]{
    width: 100%
}
.w-\[100vw\]{
    width: 100vw
}
.w-\[132px\]{
    width: 132px
}
.w-\[171px\]{
    width: 171px
}
.w-\[180px\]{
    width: 180px
}
.w-\[20\%\]{
    width: 20%
}
.w-\[20px\]{
    width: 20px
}
.w-\[25\%\]{
    width: 25%
}
.w-\[28\%\]{
    width: 28%
}
.w-\[28px\]{
    width: 28px
}
.w-\[310px\]{
    width: 310px
}
.w-\[312px\]{
    width: 312px
}
.w-\[348px\]{
    width: 348px
}
.w-\[424px\]{
    width: 424px
}
.w-\[45\%\]{
    width: 45%
}
.w-\[56px\]{
    width: 56px
}
.w-\[70px\]{
    width: 70px
}
.w-\[75\%\]{
    width: 75%
}
.w-\[80\%\]{
    width: 80%
}
.w-\[87\%\]{
    width: 87%
}
.w-\[88px\]{
    width: 88px
}
.w-\[89\%\]{
    width: 89%
}
.w-\[90\%\]{
    width: 90%
}
.w-\[90vw\]{
    width: 90vw
}
.w-auto{
    width: auto
}
.w-full{
    width: 100%
}
.min-w-5{
    min-width: 1.25rem
}
.min-w-full{
    min-width: 100%
}
.max-w-2xl{
    max-width: 42rem
}
.max-w-3xl{
    max-width: 48rem
}
.max-w-4xl{
    max-width: 56rem
}
.max-w-5xl{
    max-width: 64rem
}
.max-w-\[1096px\]{
    max-width: 1096px
}
.max-w-\[1280px\]{
    max-width: 1280px
}
.max-w-\[1320px\]{
    max-width: 1320px
}
.max-w-\[310px\]{
    max-width: 310px
}
.max-w-\[312px\]{
    max-width: 312px
}
.max-w-\[32\%\]{
    max-width: 32%
}
.max-w-\[407px\]{
    max-width: 407px
}
.max-w-\[414px\]{
    max-width: 414px
}
.max-w-\[480px\]{
    max-width: 480px
}
.max-w-\[50\%\]{
    max-width: 50%
}
.max-w-\[536px\]{
    max-width: 536px
}
.max-w-\[60\%\]{
    max-width: 60%
}
.max-w-\[600px\]{
    max-width: 600px
}
.max-w-\[800px\]{
    max-width: 800px
}
.max-w-\[856px\]{
    max-width: 856px
}
.max-w-\[872px\]{
    max-width: 872px
}
.max-w-\[90vw\]{
    max-width: 90vw
}
.max-w-full{
    max-width: 100%
}
.max-w-lg{
    max-width: 32rem
}
.max-w-sm{
    max-width: 24rem
}
.max-w-xl{
    max-width: 36rem
}
.max-w-xs{
    max-width: 20rem
}
.flex-1{
    flex: 1 1 0%
}
.flex-shrink-0{
    flex-shrink: 0
}
.shrink-0{
    flex-shrink: 0
}
.flex-grow{
    flex-grow: 1
}
.border-collapse{
    border-collapse: collapse
}
.border-spacing-14{
    --tw-border-spacing-x: 3.5rem;
    --tw-border-spacing-y: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-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-x-full{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-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-\[\.owl-nav-5\%\]{
    --tw-translate-x: .owl-nav-5%;
    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-\[-50\%\]{
    --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))
}
.-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))
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.rotate-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))
}
.scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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))
}
@keyframes pulse{

    50%{
        opacity: .5
    }
}
.animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}
@keyframes spin{

    to{
        transform: rotate(360deg)
    }
}
.animate-spin{
    animation: spin 1s linear infinite
}
.cursor-pointer{
    cursor: pointer
}
.resize{
    resize: both
}
.snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}
.snap-mandatory{
    --tw-scroll-snap-strictness: mandatory
}
.snap-start{
    scroll-snap-align: start
}
.list-decimal{
    list-style-type: decimal
}
.list-disc{
    list-style-type: disc
}
.appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr))
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr))
}
.grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr))
}
.flex-row{
    flex-direction: row
}
.flex-col{
    flex-direction: column
}
.flex-col-reverse{
    flex-direction: column-reverse
}
.flex-wrap{
    flex-wrap: wrap
}
.flex-nowrap{
    flex-wrap: nowrap
}
.content-center{
    align-content: center
}
.items-start{
    align-items: flex-start
}
.items-end{
    align-items: flex-end
}
.items-center{
    align-items: center
}
.justify-start{
    justify-content: flex-start
}
.justify-end{
    justify-content: flex-end
}
.justify-center{
    justify-content: center
}
.justify-between{
    justify-content: space-between
}
.gap-1{
    gap: 0.25rem
}
.gap-10{
    gap: 2.5rem
}
.gap-12{
    gap: 3rem
}
.gap-16{
    gap: 4rem
}
.gap-2{
    gap: 0.5rem
}
.gap-3{
    gap: 0.75rem
}
.gap-4{
    gap: 1rem
}
.gap-5{
    gap: 1.25rem
}
.gap-6{
    gap: 1.5rem
}
.gap-7{
    gap: 1.75rem
}
.gap-8{
    gap: 2rem
}
.gap-\[10px\]{
    gap: 10px
}
.gap-\[1px\]{
    gap: 1px
}
.gap-\[20px\]{
    gap: 20px
}
.gap-\[80px\]{
    gap: 80px
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem
}
.gap-y-5{
    row-gap: 1.25rem
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.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-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * 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))
}
.divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity))
}
.overflow-auto{
    overflow: auto
}
.overflow-hidden{
    overflow: hidden
}
.overflow-visible{
    overflow: visible
}
.overflow-scroll{
    overflow: scroll
}
.overflow-x-auto{
    overflow-x: auto
}
.overflow-y-auto{
    overflow-y: auto
}
.overflow-x-hidden{
    overflow-x: hidden
}
.overflow-y-hidden{
    overflow-y: hidden
}
.overflow-x-scroll{
    overflow-x: scroll
}
.overflow-y-scroll{
    overflow-y: scroll
}
.scroll-smooth{
    scroll-behavior: smooth
}
.whitespace-nowrap{
    white-space: nowrap
}
.rounded{
    border-radius: 0.25rem
}
.rounded-2xl{
    border-radius: 1rem
}
.rounded-3xl{
    border-radius: 1.5rem
}
.rounded-\[10px\]{
    border-radius: 10px
}
.rounded-\[12px\]{
    border-radius: 12px
}
.rounded-\[15px\]{
    border-radius: 15px
}
.rounded-\[20px\]{
    border-radius: 20px
}
.rounded-\[50\%\]{
    border-radius: 50%
}
.rounded-full{
    border-radius: 9999px
}
.rounded-lg{
    border-radius: 0.5rem
}
.rounded-md{
    border-radius: 0.375rem
}
.rounded-xl{
    border-radius: 0.75rem
}
.rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
}
.rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}
.border{
    border-width: 1px
}
.border-2{
    border-width: 2px
}
.border-4{
    border-width: 4px
}
.border-\[1px\]{
    border-width: 1px
}
.border-y{
    border-top-width: 1px;
    border-bottom-width: 1px
}
.border-y-2{
    border-top-width: 2px;
    border-bottom-width: 2px
}
.border-b{
    border-bottom-width: 1px
}
.border-b-2{
    border-bottom-width: 2px
}
.border-t{
    border-top-width: 1px
}
.border-t-2{
    border-top-width: 2px
}
.border-t-\[1px\]{
    border-top-width: 1px
}
.border-\[\#0B6E29\]{
    --tw-border-opacity: 1;
    border-color: rgb(11 110 41 / var(--tw-border-opacity))
}
.border-\[\#0D120F\]{
    --tw-border-opacity: 1;
    border-color: rgb(13 18 15 / var(--tw-border-opacity))
}
.border-\[\#CDCDCD\]{
    --tw-border-opacity: 1;
    border-color: rgb(205 205 205 / var(--tw-border-opacity))
}
.border-\[\#D9D9D9\]{
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity))
}
.border-\[\#E5E7EB\]{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
.border-\[\#cccccc\]{
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity))
}
.border-background{
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity))
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity))
}
.border-dark-gray{
    --tw-border-opacity: 1;
    border-color: rgb(13 18 15 / var(--tw-border-opacity))
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
}
.border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity))
}
.border-green-500{
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity))
}
.border-light{
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity))
}
.border-medium-gray{
    --tw-border-opacity: 1;
    border-color: rgb(61 65 63 / var(--tw-border-opacity))
}
.border-medium-gray\/30{
    border-color: rgb(61 65 63 / 0.3)
}
.border-primary-emerald{
    --tw-border-opacity: 1;
    border-color: rgb(11 110 41 / var(--tw-border-opacity))
}
.border-tertiary-emerald{
    --tw-border-opacity: 1;
    border-color: rgb(10 230 76 / var(--tw-border-opacity))
}
.border-transparent{
    border-color: transparent
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-white\/20{
    border-color: rgb(255 255 255 / 0.2)
}
.border-y-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity))
}
.border-t-green-500{
    --tw-border-opacity: 1;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity))
}
.border-t-transparent{
    border-top-color: transparent
}
.border-opacity-10{
    --tw-border-opacity: 0.1
}
.bg-\[\#053313\]{
    --tw-bg-opacity: 1;
    background-color: rgb(5 51 19 / var(--tw-bg-opacity))
}
.bg-\[\#0AE64C\]{
    --tw-bg-opacity: 1;
    background-color: rgb(10 230 76 / var(--tw-bg-opacity))
}
.bg-\[\#0D120F\]{
    --tw-bg-opacity: 1;
    background-color: rgb(13 18 15 / var(--tw-bg-opacity))
}
.bg-\[\#F1F1F1\]{
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity))
}
.bg-background{
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity))
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.bg-black\/30{
    background-color: rgb(0 0 0 / 0.3)
}
.bg-black\/5{
    background-color: rgb(0 0 0 / 0.05)
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}
.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}
.bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity))
}
.bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity))
}
.bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity))
}
.bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity))
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity))
}
.bg-primary-emerald{
    --tw-bg-opacity: 1;
    background-color: rgb(11 110 41 / var(--tw-bg-opacity))
}
.bg-secondary-emerald{
    --tw-bg-opacity: 1;
    background-color: rgb(5 51 19 / var(--tw-bg-opacity))
}
.bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}
.bg-tertiary-emerald{
    --tw-bg-opacity: 1;
    background-color: rgb(10 230 76 / var(--tw-bg-opacity))
}
.bg-tertiary-emerald\/10{
    background-color: rgb(10 230 76 / 0.1)
}
.bg-transparent{
    background-color: transparent
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.bg-white\/10{
    background-color: rgb(255 255 255 / 0.1)
}
.bg-white\/90{
    background-color: rgb(255 255 255 / 0.9)
}
.bg-opacity-20{
    --tw-bg-opacity: 0.2
}
.bg-opacity-25{
    --tw-bg-opacity: 0.25
}
.bg-opacity-30{
    --tw-bg-opacity: 0.3
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5
}
.bg-opacity-75{
    --tw-bg-opacity: 0.75
}
.bg-opacity-90{
    --tw-bg-opacity: 0.9
}
.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))
}
.bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}
.bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
}
.from-\[\#0B6E29\]{
    --tw-gradient-from: #0B6E29 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(11 110 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-\[\#144326\]{
    --tw-gradient-from: #144326 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(20 67 38 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.from-black\/20{
    --tw-gradient-from: rgb(0 0 0 / 0.2) 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-black\/30{
    --tw-gradient-from: rgb(0 0 0 / 0.3) 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-black\/50{
    --tw-gradient-from: rgb(0 0 0 / 0.5) 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-teal-400{
    --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.via-\[\#35ae58\]{
    --tw-gradient-to: rgb(53 174 88 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #35ae58 var(--tw-gradient-via-position), var(--tw-gradient-to)
}
.via-green-500{
    --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to)
}
.to-\[\#0AE64C\]{
    --tw-gradient-to: #0AE64C var(--tw-gradient-to-position)
}
.to-\[\#0fbbb7\]{
    --tw-gradient-to: #0fbbb7 var(--tw-gradient-to-position)
}
.to-black\/60{
    --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)
}
.to-black\/70{
    --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)
}
.to-green-900{
    --tw-gradient-to: #14532d var(--tw-gradient-to-position)
}
.to-transparent{
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}
.bg-contain{
    background-size: contain
}
.bg-cover{
    background-size: cover
}
.bg-center{
    background-position: center
}
.bg-no-repeat{
    background-repeat: no-repeat
}
.fill-current{
    fill: currentColor
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover
}
.p-1{
    padding: 0.25rem
}
.p-10{
    padding: 2.5rem
}
.p-2{
    padding: 0.5rem
}
.p-3{
    padding: 0.75rem
}
.p-4{
    padding: 1rem
}
.p-5{
    padding: 1.25rem
}
.p-6{
    padding: 1.5rem
}
.p-7{
    padding: 1.75rem
}
.p-8{
    padding: 2rem
}
.p-\[10px\]{
    padding: 10px
}
.p-\[6px\]{
    padding: 6px
}
.px-0{
    padding-left: 0px;
    padding-right: 0px
}
.px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
.px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem
}
.px-\[1\.125rem\]{
    padding-left: 1.125rem;
    padding-right: 1.125rem
}
.px-\[1\.25rem\]{
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px
}
.px-\[120px\]{
    padding-left: 120px;
    padding-right: 120px
}
.px-\[12px\]{
    padding-left: 12px;
    padding-right: 12px
}
.px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px
}
.px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px
}
.px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px
}
.px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px
}
.px-\[5px\]{
    padding-left: 5px;
    padding-right: 5px
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem
}
.py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}
.py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px
}
.py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px
}
.py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px
}
.py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px
}
.py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px
}
.py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px
}
.py-\[6px\]{
    padding-top: 6px;
    padding-bottom: 6px
}
.py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px
}
.py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px
}
.pb-0{
    padding-bottom: 0px
}
.pb-1{
    padding-bottom: 0.25rem
}
.pb-10{
    padding-bottom: 2.5rem
}
.pb-14{
    padding-bottom: 3.5rem
}
.pb-16{
    padding-bottom: 4rem
}
.pb-2{
    padding-bottom: 0.5rem
}
.pb-20{
    padding-bottom: 5rem
}
.pb-4{
    padding-bottom: 1rem
}
.pb-5{
    padding-bottom: 1.25rem
}
.pb-\[120px\]{
    padding-bottom: 120px
}
.pb-\[15px\]{
    padding-bottom: 15px
}
.pb-\[35px\]{
    padding-bottom: 35px
}
.pb-\[60px\]{
    padding-bottom: 60px
}
.pl-0{
    padding-left: 0px
}
.pl-3{
    padding-left: 0.75rem
}
.pl-4{
    padding-left: 1rem
}
.pl-\[1\.25rem\]{
    padding-left: 1.25rem
}
.pr-10{
    padding-right: 2.5rem
}
.pr-2{
    padding-right: 0.5rem
}
.pr-\[30px\]{
    padding-right: 30px
}
.pt-0{
    padding-top: 0px
}
.pt-10{
    padding-top: 2.5rem
}
.pt-14{
    padding-top: 3.5rem
}
.pt-20{
    padding-top: 5rem
}
.pt-4{
    padding-top: 1rem
}
.pt-6{
    padding-top: 1.5rem
}
.pt-\[60px\]{
    padding-top: 60px
}
.text-left{
    text-align: left
}
.text-center{
    text-align: center
}
.text-justify{
    text-align: justify
}
.align-top{
    vertical-align: top
}
.align-middle{
    vertical-align: middle
}
.font-\[Poppins\]{
    font-family: Poppins
}
.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-6xl{
    font-size: 3.75rem;
    line-height: 1
}
.text-\[1\.25rem\]{
    font-size: 1.25rem
}
.text-\[1\.5rem\]{
    font-size: 1.5rem
}
.text-\[10px\]{
    font-size: 10px
}
.text-\[12px\]{
    font-size: 12px
}
.text-\[14px\]{
    font-size: 14px
}
.text-\[15px\]{
    font-size: 15px
}
.text-\[16px\]{
    font-size: 16px
}
.text-\[24px\]{
    font-size: 24px
}
.text-\[32px\]{
    font-size: 32px
}
.text-\[40px\]{
    font-size: 40px
}
.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
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem
}
.text-xxl{
    font-size: 1.5rem
}
.font-\[300\]{
    font-weight: 300
}
.font-\[400\]{
    font-weight: 400
}
.font-\[500\]{
    font-weight: 500
}
.font-bold{
    font-weight: 700
}
.font-extrabold{
    font-weight: 800
}
.font-light{
    font-weight: 300
}
.font-medium{
    font-weight: 500
}
.font-normal{
    font-weight: 400
}
.font-semibold{
    font-weight: 600
}
.uppercase{
    text-transform: uppercase
}
.italic{
    font-style: italic
}
.leading-6{
    line-height: 1.5rem
}
.leading-7{
    line-height: 1.75rem
}
.leading-8{
    line-height: 2rem
}
.leading-9{
    line-height: 2.25rem
}
.leading-\[14px\]{
    line-height: 14px
}
.leading-\[20px\]{
    line-height: 20px
}
.leading-\[28px\]{
    line-height: 28px
}
.leading-\[30px\]{
    line-height: 30px
}
.leading-\[48px\]{
    line-height: 48px
}
.leading-tight{
    line-height: 1.25
}
.text-\[\#0B6E29\]{
    --tw-text-opacity: 1;
    color: rgb(11 110 41 / var(--tw-text-opacity))
}
.text-\[\#0D120F\]{
    --tw-text-opacity: 1;
    color: rgb(13 18 15 / var(--tw-text-opacity))
}
.text-\[\#6E716F\]{
    --tw-text-opacity: 1;
    color: rgb(110 113 111 / var(--tw-text-opacity))
}
.text-\[\#fff\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.text-background{
    --tw-text-opacity: 1;
    color: rgb(241 241 241 / var(--tw-text-opacity))
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}
.text-dark{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
.text-dark-gray{
    --tw-text-opacity: 1;
    color: rgb(13 18 15 / var(--tw-text-opacity))
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity))
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
}
.text-green-600{
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity))
}
.text-light{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity))
}
.text-light-gray{
    --tw-text-opacity: 1;
    color: rgb(89 90 89 / var(--tw-text-opacity))
}
.text-medium-gray{
    --tw-text-opacity: 1;
    color: rgb(61 65 63 / var(--tw-text-opacity))
}
.text-primary-emerald{
    --tw-text-opacity: 1;
    color: rgb(11 110 41 / var(--tw-text-opacity))
}
.text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
}
.text-secondary-emerald{
    --tw-text-opacity: 1;
    color: rgb(5 51 19 / var(--tw-text-opacity))
}
.text-tertiary-emerald{
    --tw-text-opacity: 1;
    color: rgb(10 230 76 / var(--tw-text-opacity))
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.text-white\/80{
    color: rgb(255 255 255 / 0.8)
}
.underline{
    text-decoration-line: underline
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.placeholder-dark-gray::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(13 18 15 / var(--tw-placeholder-opacity))
}
.placeholder-dark-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(13 18 15 / var(--tw-placeholder-opacity))
}
.placeholder-white\/60::-moz-placeholder{
    color: rgb(255 255 255 / 0.6)
}
.placeholder-white\/60::placeholder{
    color: rgb(255 255 255 / 0.6)
}
.opacity-0{
    opacity: 0
}
.opacity-50{
    opacity: 0.5
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.backdrop-blur-\[2px\]{
    --tw-backdrop-blur: blur(2px);
    -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-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.duration-100{
    transition-duration: 100ms
}
.duration-150{
    transition-duration: 150ms
}
.duration-200{
    transition-duration: 200ms
}
.duration-300{
    transition-duration: 300ms
}
.duration-500{
    transition-duration: 500ms
}
.duration-700{
    transition-duration: 700ms
}
.duration-\[\.3s\]{
    transition-duration: .3s
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1)
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%
}
.aligncenter{
    margin: 0.5rem auto;
    display: block
}
@media (min-width: 600px){

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

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

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

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem
    }
}
.wp-caption{
    display: inline-block
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal
}
@media (min-width: 960px){

    .lg\:container{
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width: 480px){

        .lg\:container{
            max-width: 480px
        }
    }

    @media (min-width: 600px){

        .lg\:container{
            max-width: 600px;
            padding-right: 2rem;
            padding-left: 2rem
        }
    }

    @media (min-width: 782px){

        .lg\:container{
            max-width: 782px
        }
    }

    @media (min-width: 960px){

        .lg\:container{
            max-width: 960px;
            padding-right: 0rem;
            padding-left: 0rem
        }
    }

    @media (min-width: 1280px){

        .lg\:container{
            max-width: 1280px
        }
    }

    @media (min-width: 1440px){

        .lg\:container{
            max-width: 1440px
        }
    }
}
.file\:mr-4::file-selector-button{
    margin-right: 1rem
}
.file\:rounded-md::file-selector-button{
    border-radius: 0.375rem
}
.file\:border-0::file-selector-button{
    border-width: 0px
}
.file\:bg-green-50::file-selector-button{
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity))
}
.file\:px-4::file-selector-button{
    padding-left: 1rem;
    padding-right: 1rem
}
.file\:py-2::file-selector-button{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.file\:text-sm::file-selector-button{
    font-size: 0.875rem;
    line-height: 1.25rem
}
.file\:font-semibold::file-selector-button{
    font-weight: 600
}
.file\:text-green-700::file-selector-button{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity))
}
.placeholder\:text-white::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.placeholder\:text-white::placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.last\:border-b:last-child{
    border-bottom-width: 1px
}
.checked\:border-green-500:checked{
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity))
}
.checked\:bg-green-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity))
}
.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\:scale-110:hover{
    --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))
}
.hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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-\[1\.01\]:hover{
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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-\[1\.02\]:hover{
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hover\:scale-\[101\%\]:hover{
    --tw-scale-x: 101%;
    --tw-scale-y: 101%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hover\:border:hover{
    border-width: 1px
}
.hover\:border-\[\#0b6e2991\]:hover{
    border-color: #0b6e2991
}
.hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity))
}
.hover\:border-medium-gray\/60:hover{
    border-color: rgb(61 65 63 / 0.6)
}
.hover\:border-tertiary-emerald:hover{
    --tw-border-opacity: 1;
    border-color: rgb(10 230 76 / var(--tw-border-opacity))
}
.hover\:border-transparent:hover{
    border-color: transparent
}
.hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.hover\:border-b-transparent:hover{
    border-bottom-color: transparent
}
.hover\:bg-\[\#0B6E29\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(11 110 41 / var(--tw-bg-opacity))
}
.hover\:bg-\[\#2a2e2c\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(42 46 44 / var(--tw-bg-opacity))
}
.hover\:bg-\[\#F1F1F1\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity))
}
.hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}
.hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}
.hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity))
}
.hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity))
}
.hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity))
}
.hover\:bg-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}
.hover\:bg-primary-emerald:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(11 110 41 / var(--tw-bg-opacity))
}
.hover\:bg-tertiary-emerald:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(10 230 76 / var(--tw-bg-opacity))
}
.hover\:bg-tertiary-emerald\/80:hover{
    background-color: rgb(10 230 76 / 0.8)
}
.hover\:bg-transparent:hover{
    background-color: transparent
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9
}
.hover\:font-bold:hover{
    font-weight: 700
}
.hover\:font-semibold:hover{
    font-weight: 600
}
.hover\:text-\[\#0D120F\]:hover{
    --tw-text-opacity: 1;
    color: rgb(13 18 15 / var(--tw-text-opacity))
}
.hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.hover\:text-dark-gray:hover{
    --tw-text-opacity: 1;
    color: rgb(13 18 15 / var(--tw-text-opacity))
}
.hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity))
}
.hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity))
}
.hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
.hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
}
.hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity))
}
.hover\:text-light-gray:hover{
    --tw-text-opacity: 1;
    color: rgb(89 90 89 / var(--tw-text-opacity))
}
.hover\:text-medium-gray:hover{
    --tw-text-opacity: 1;
    color: rgb(61 65 63 / var(--tw-text-opacity))
}
.hover\:text-primary-emerald:hover{
    --tw-text-opacity: 1;
    color: rgb(11 110 41 / var(--tw-text-opacity))
}
.hover\:text-tertiary-emerald:hover{
    --tw-text-opacity: 1;
    color: rgb(10 230 76 / var(--tw-text-opacity))
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.hover\:text-dark:hover{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
.hover\:underline:hover{
    text-decoration-line: underline
}
.hover\:opacity-100:hover{
    opacity: 1
}
.hover\:opacity-80:hover{
    opacity: 0.8
}
.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\:file\:bg-green-100::file-selector-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity))
}
.focus\:border-none:focus{
    border-style: none
}
.focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity))
}
.focus\:border-tertiary-emerald:focus{
    --tw-border-opacity: 1;
    border-color: rgb(10 230 76 / var(--tw-border-opacity))
}
.focus\:border-transparent:focus{
    border-color: transparent
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px
}
.focus\:ring-0: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(0px + 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-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-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))
}
.focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}
.focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity))
}
.focus\:ring-tertiary-emerald:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(10 230 76 / var(--tw-ring-opacity))
}
.focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px
}
.focus-visible\:outline-none:focus-visible{
    outline: 2px solid transparent;
    outline-offset: 2px
}
.focus-visible\:ring-2:focus-visible{
    --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-visible\:ring-\[\#0b6e2991\]:focus-visible{
    --tw-ring-color: #0b6e2991
}
.active\:bg-\[\#0AE64C\]:active{
    --tw-bg-opacity: 1;
    background-color: rgb(10 230 76 / var(--tw-bg-opacity))
}
.disabled\:pointer-events-none:disabled{
    pointer-events: none
}
.disabled\:opacity-30:disabled{
    opacity: 0.3
}
.group:hover .group-hover\:h-\[1px\]{
    height: 1px
}
.group:hover .group-hover\:h-\[3px\]{
    height: 3px
}
.group:hover .group-hover\:translate-x-2{
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group: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\:border{
    border-width: 1px
}
.group:hover .group-hover\:border-\[\#0b6e2991\]{
    border-color: #0b6e2991
}
.group:hover .group-hover\:bg-black\/40{
    background-color: rgb(0 0 0 / 0.4)
}
.group:hover .group-hover\:bg-tertiary-emerald{
    --tw-bg-opacity: 1;
    background-color: rgb(10 230 76 / var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.group:hover .group-hover\:fill-\[\#0AE64C\]{
    fill: #0AE64C
}
.group:hover .group-hover\:stroke-\[\#0AE64C\]{
    stroke: #0AE64C
}
@media (min-width: 600px){

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

    .sm\:max-w-\[223px\]{
        max-width: 223px
    }

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

    .sm\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}
@media (min-width: 782px){

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

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

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

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

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

    .md\:flex{
        display: flex
    }

    .md\:grid{
        display: grid
    }

    .md\:hidden{
        display: none
    }

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

    .md\:h-auto{
        height: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:max-w-\[80\%\]{
        max-width: 80%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-base{
        font-size: 1rem;
        line-height: 1.5rem
    }

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

    .md\:leading-\[48px\]{
        line-height: 48px
    }
}
@media (min-width: 960px){

    .lg\:absolute{
        position: absolute
    }

    .lg\:relative{
        position: relative
    }

    .lg\:-right-2{
        right: -0.5rem
    }

    .lg\:right-10{
        right: 2.5rem
    }

    .lg\:m-auto{
        margin: auto
    }

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

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

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

    .lg\:my-auto{
        margin-top: auto;
        margin-bottom: auto
    }

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

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

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

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

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

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

    .lg\:ml-\[90px\]{
        margin-left: 90px
    }

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

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

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

    .lg\:mr-\[136px\]{
        margin-right: 136px
    }

    .lg\:mr-\[36px\]{
        margin-right: 36px
    }

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

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

    .lg\:mt-11{
        margin-top: 2.75rem
    }

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

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

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

    .lg\:mt-\[-20px\]{
        margin-top: -20px
    }

    .lg\:mt-\[-5px\]{
        margin-top: -5px
    }

    .lg\:mt-\[12px\]{
        margin-top: 12px
    }

    .lg\:mt-\[16px\]{
        margin-top: 16px
    }

    .lg\:mt-\[18px\]{
        margin-top: 18px
    }

    .lg\:mt-\[38px\]{
        margin-top: 38px
    }

    .lg\:block{
        display: block
    }

    .lg\:flex{
        display: flex
    }

    .lg\:grid{
        display: grid
    }

    .lg\:hidden{
        display: none
    }

    .lg\:aspect-\[16\/9\]{
        aspect-ratio: 16/9
    }

    .lg\:aspect-\[1800\/562\]{
        aspect-ratio: 1800/562
    }

    .lg\:h-14{
        height: 3.5rem
    }

    .lg\:h-6{
        height: 1.5rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:h-\[95dvh\]{
        height: 95dvh
    }

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

    .lg\:max-h-\[576px\]{
        max-height: 576px
    }

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

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

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

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

    .lg\:w-14{
        width: 3.5rem
    }

    .lg\:w-6{
        width: 1.5rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:max-w-\[50\%\]{
        max-width: 50%
    }

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

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

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

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

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

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

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

    .lg\:flex-shrink-0{
        flex-shrink: 0
    }

    .lg\:scale-100{
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:scale-75{
        --tw-scale-x: .75;
        --tw-scale-y: .75;
        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))
    }

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

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

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

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

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

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

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

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

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

    .lg\:justify-around{
        justify-content: space-around
    }

    .lg\:gap-0{
        gap: 0px
    }

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

    .lg\:gap-2{
        gap: 0.5rem
    }

    .lg\:gap-28{
        gap: 7rem
    }

    .lg\:gap-32{
        gap: 8rem
    }

    .lg\:gap-4{
        gap: 1rem
    }

    .lg\:gap-5{
        gap: 1.25rem
    }

    .lg\:gap-7{
        gap: 1.75rem
    }

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

    .lg\:self-start{
        align-self: flex-start
    }

    .lg\:overflow-x-hidden{
        overflow-x: hidden
    }

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

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

    .lg\:p-16{
        padding: 4rem
    }

    .lg\:p-4{
        padding: 1rem
    }

    .lg\:p-6{
        padding: 1.5rem
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:py-14{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:pl-\[calc\(\(100vw-1128px\)\/2\)\]{
        padding-left: calc((100vw - 1128px) / 2)
    }

    .lg\:pl-\[calc\(\(100vw-1280px\)\/2\)\]{
        padding-left: calc((100vw - 1280px) / 2)
    }

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

    .lg\:pr-\[120px\]{
        padding-right: 120px
    }

    .lg\:pr-\[165px\]{
        padding-right: 165px
    }

    .lg\:pr-\[60px\]{
        padding-right: 60px
    }

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

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

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

    .lg\:text-center{
        text-align: center
    }

    .lg\:text-start{
        text-align: start
    }

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

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

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

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

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

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

    .lg\:text-xxl{
        font-size: 1.5rem
    }

    .lg\:leading-\[28px\]{
        line-height: 28px
    }

    .lg\:leading-\[38px\]{
        line-height: 38px
    }

    .lg\:leading-\[3rem\]{
        line-height: 3rem
    }

    .lg\:leading-\[46px\]{
        line-height: 46px
    }

    .lg\:leading-\[48px\]{
        line-height: 48px
    }

    .lg\:leading-normal{
        line-height: 1.5
    }
}
@media (min-width: 1280px){

    .xl\:absolute{
        position: absolute
    }

    .xl\:relative{
        position: relative
    }

    .xl\:right-0{
        right: 0px
    }

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

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

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

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

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

    .xl\:gap-4{
        gap: 1rem
    }

    .xl\:px-0{
        padding-left: 0px;
        padding-right: 0px
    }
}
@media (min-width: 1440px){

    .\32xl\:max-w-\[383px\]{
        max-width: 383px
    }
}

