/*
! 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
    }
}
.pointer-events-none{
    pointer-events: none
}
.pointer-events-auto{
    pointer-events: auto
}
.visible{
    visibility: visible
}
.fixed{
    position: fixed
}
.absolute{
    position: absolute
}
.relative{
    position: relative
}
.sticky{
    position: sticky
}
.-left-\[120px\]{
    left: -120px
}
.-left-\[30px\]{
    left: -30px
}
.bottom-\[50px\]{
    bottom: 50px
}
.left-0{
    left: 0px
}
.left-1\/2{
    left: 50%
}
.left-\[10px\]{
    left: 10px
}
.top-0{
    top: 0px
}
.top-1\/2{
    top: 50%
}
.top-\[10px\]{
    top: 10px
}
.top-\[53\%\]{
    top: 53%
}
.left-\[30px\]{
    left: 30px
}
.top-\[50px\]{
    top: 50px
}
.z-10{
    z-index: 10
}
.z-\[100\]{
    z-index: 100
}
.z-\[10\]{
    z-index: 10
}
.z-\[11\]{
    z-index: 11
}
.z-\[2\]{
    z-index: 2
}
.m-8{
    margin: 2rem
}
.mx-auto{
    margin-left: auto;
    margin-right: auto
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem
}
.my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem
}
.-mt-\[35px\]{
    margin-top: -35px
}
.mb-1{
    margin-bottom: 0.25rem
}
.mb-10{
    margin-bottom: 2.5rem
}
.mb-12{
    margin-bottom: 3rem
}
.mb-2{
    margin-bottom: 0.5rem
}
.mb-20{
    margin-bottom: 5rem
}
.mb-4{
    margin-bottom: 1rem
}
.mb-5{
    margin-bottom: 1.25rem
}
.mb-8{
    margin-bottom: 2rem
}
.mb-\[10px\]{
    margin-bottom: 10px
}
.mb-\[30px\]{
    margin-bottom: 30px
}
.mt-0{
    margin-top: 0px
}
.mt-10{
    margin-top: 2.5rem
}
.mt-20{
    margin-top: 5rem
}
.mt-3{
    margin-top: 0.75rem
}
.mt-5{
    margin-top: 1.25rem
}
.mt-\[87px\]{
    margin-top: 87px
}
.block{
    display: block
}
.flex{
    display: flex
}
.inline-flex{
    display: inline-flex
}
.grid{
    display: grid
}
.hidden{
    display: none
}
.h-1{
    height: 0.25rem
}
.h-20{
    height: 5rem
}
.h-\[165px\]{
    height: 165px
}
.h-\[55px\]{
    height: 55px
}
.h-\[60px\]{
    height: 60px
}
.h-full{
    height: 100%
}
.min-h-4{
    min-height: 1rem
}
.min-h-5{
    min-height: 1.25rem
}
.min-h-6{
    min-height: 1.5rem
}
.min-h-screen{
    min-height: 100vh
}
.min-h-\[250px\]{
    min-height: 250px
}
.w-16{
    width: 4rem
}
.w-20{
    width: 5rem
}
.w-4{
    width: 1rem
}
.w-5{
    width: 1.25rem
}
.w-6{
    width: 1.5rem
}
.w-\[165px\]{
    width: 165px
}
.w-\[35px\]{
    width: 35px
}
.w-\[60px\]{
    width: 60px
}
.w-\[90\%\]{
    width: 90%
}
.w-full{
    width: 100%
}
.min-w-4{
    min-width: 1rem
}
.min-w-5{
    min-width: 1.25rem
}
.min-w-6{
    min-width: 1.5rem
}
.max-w-\[1200px\]{
    max-width: 1200px
}
.max-w-\[1430px\]{
    max-width: 1430px
}
.max-w-\[150px\]{
    max-width: 150px
}
.max-w-\[280px\]{
    max-width: 280px
}
.max-w-\[370px\]{
    max-width: 370px
}
.max-w-\[700px\]{
    max-width: 700px
}
.max-w-\[720px\]{
    max-width: 720px
}
.max-w-full{
    max-width: 100%
}
.max-w-sm{
    max-width: 24rem
}
.flex-1{
    flex: 1 1 0%
}
.flex-grow{
    flex-grow: 1
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-y-\[140px\]{
    --tw-translate-y: -140px;
    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-\[-90deg\]{
    --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))
}
.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-decimal{
    list-style-type: decimal
}
.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-col{
    flex-direction: column
}
.flex-col-reverse{
    flex-direction: column-reverse
}
.flex-wrap{
    flex-wrap: wrap
}
.items-start{
    align-items: flex-start
}
.items-end{
    align-items: flex-end
}
.items-center{
    align-items: center
}
.justify-center{
    justify-content: center
}
.justify-between{
    justify-content: space-between
}
.gap-0{
    gap: 0px
}
.gap-1{
    gap: 0.25rem
}
.gap-10{
    gap: 2.5rem
}
.gap-2{
    gap: 0.5rem
}
.gap-20{
    gap: 5rem
}
.gap-3{
    gap: 0.75rem
}
.gap-4{
    gap: 1rem
}
.gap-5{
    gap: 1.25rem
}
.gap-\[30px\]{
    gap: 30px
}
.overflow-hidden{
    overflow: hidden
}
.rounded{
    border-radius: 0.25rem
}
.rounded-full{
    border-radius: 9999px
}
.rounded-lg{
    border-radius: 0.5rem
}
.rounded-md{
    border-radius: 0.375rem
}
.border{
    border-width: 1px
}
.border-2{
    border-width: 2px
}
.border-b{
    border-bottom-width: 1px
}
.border-t-2{
    border-top-width: 2px
}
.border-\[\#ebebeb\]{
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity))
}
.border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity))
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(110 168 32 / var(--tw-border-opacity))
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-b-gray-200{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity))
}
.border-t-transparent{
    border-top-color: transparent
}
.bg-\[\#252525\]{
    --tw-bg-opacity: 1;
    background-color: rgb(37 37 37 / var(--tw-bg-opacity))
}
.bg-\[\#393939\]{
    --tw-bg-opacity: 1;
    background-color: rgb(57 57 57 / var(--tw-bg-opacity))
}
.bg-\[\#FEFEFF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(254 254 255 / var(--tw-bg-opacity))
}
.bg-\[\#f5f5f5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}
.bg-\[\#f8f8fa\]{
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 250 / var(--tw-bg-opacity))
}
.bg-\[\#f9f9f9\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity))
}
.bg-\[\#fbfbfb\]{
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity))
}
.bg-black\/60{
    background-color: rgb(0 0 0 / 0.6)
}
.bg-black\/70{
    background-color: rgb(0 0 0 / 0.7)
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(110 168 32 / var(--tw-bg-opacity))
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.fill-primary{
    fill: #6ea820
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover
}
.p-10{
    padding: 2.5rem
}
.p-4{
    padding: 1rem
}
.p-5{
    padding: 1.25rem
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.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-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem
}
.px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px
}
.py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px
}
.pb-4{
    padding-bottom: 1rem
}
.pb-5{
    padding-bottom: 1.25rem
}
.pt-10{
    padding-top: 2.5rem
}
.pt-5{
    padding-top: 1.25rem
}
.pt-\[45px\]{
    padding-top: 45px
}
.pb-10{
    padding-bottom: 2.5rem
}
.text-center{
    text-align: center
}
.\!font-lato{
    font-family: Lato, sans-serif !important
}
.font-lato{
    font-family: Lato, sans-serif
}
.font-playfare{
    font-family: Playfair Display, serif
}
.\!text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important
}
.\!text-xl{
    font-size: 1.25rem !important
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem
}
.text-5xl{
    font-size: 3rem;
    line-height: 1
}
.text-\[100px\]{
    font-size: 100px
}
.text-\[40px\]{
    font-size: 40px
}
.text-\[60px\]{
    font-size: 60px
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem
}
.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
}
.\!font-bold{
    font-weight: 700 !important
}
.font-bold{
    font-weight: 700
}
.font-extrabold{
    font-weight: 800
}
.font-light{
    font-weight: 300
}
.font-medium{
    font-weight: 500
}
.font-semibold{
    font-weight: 600
}
.uppercase{
    text-transform: uppercase
}
.italic{
    font-style: italic
}
.\!not-italic{
    font-style: normal !important
}
.leading-6{
    line-height: 1.5rem
}
.leading-\[1\.73\]{
    line-height: 1.73
}
.leading-none{
    line-height: 1
}
.leading-tight{
    line-height: 1.25
}
.\!tracking-normal{
    letter-spacing: 0em !important
}
.tracking-\[0\.1em\]{
    letter-spacing: 0.1em
}
.tracking-\[0\.2em\]{
    letter-spacing: 0.2em
}
.tracking-wider{
    letter-spacing: 0.05em
}
.tracking-widest{
    letter-spacing: 0.1em
}
.text-\[\#333\]{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity))
}
.text-\[\#363636\]{
    --tw-text-opacity: 1;
    color: rgb(54 54 54 / var(--tw-text-opacity))
}
.text-\[\#7d7d7d\]{
    --tw-text-opacity: 1;
    color: rgb(125 125 125 / var(--tw-text-opacity))
}
.text-\[\#959595\]{
    --tw-text-opacity: 1;
    color: rgb(149 149 149 / var(--tw-text-opacity))
}
.text-\[\#b7b7b7\]{
    --tw-text-opacity: 1;
    color: rgb(183 183 183 / var(--tw-text-opacity))
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / 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-primary{
    --tw-text-opacity: 1;
    color: rgb(110 168 32 / var(--tw-text-opacity))
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.underline{
    text-decoration-line: underline
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.opacity-0{
    opacity: 0
}
.opacity-10{
    opacity: 0.1
}
.opacity-100{
    opacity: 1
}
.opacity-60{
    opacity: 0.6
}
.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
}
.duration-200{
    transition-duration: 200ms
}
.duration-300{
    transition-duration: 300ms
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%
}
.aligncenter{
    margin: 0.5rem auto;
    display: block
}
@media (min-width: 600px){

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

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

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

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem
    }
}
.wp-caption{
    display: inline-block
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563
}
@font-face {
    font-family: "Flaticon";
    src: url(../fonts/Flaticon.woff?2f52cf1e94ddba0b88be8b88bd9aeeb9) format("woff");
    font-weight: 400;
    font-style: normal
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}
.flaticon-bucket:before {
    content: "\f100"
}
.flaticon-sprout:before {
    content: "\f101"
}
.flaticon-nature-14:before {
    content: "\f102"
}
.flaticon-cactus-2:before {
    content: "\f103"
}
.flaticon-greenhouse:before {
    content: "\f104"
}
.flaticon-sapling-with-leaves:before {
    content: "\f105"
}
.flaticon-cactus-pot:before {
    content: "\f106"
}
.flaticon-nature-13:before {
    content: "\f107"
}
.flaticon-plant-5:before {
    content: "\f108"
}
.flaticon-nature-12:before {
    content: "\f109"
}
.flaticon-technology-1:before {
    content: "\f10a"
}
.flaticon-watering-can-1:before {
    content: "\f10b"
}
.flaticon-lavender:before {
    content: "\f10c"
}
.flaticon-water-sprayer:before {
    content: "\f10d"
}
.flaticon-tree-1:before {
    content: "\f10e"
}
.flaticon-plant-4:before {
    content: "\f10f"
}
.flaticon-oak:before {
    content: "\f110"
}
.flaticon-bag:before {
    content: "\f111"
}
.flaticon-cactus-1:before {
    content: "\f112"
}
.flaticon-nature-11:before {
    content: "\f113"
}
.flaticon-nature-10:before {
    content: "\f114"
}
.flaticon-nature-9:before {
    content: "\f115"
}
.flaticon-nature-8:before {
    content: "\f116"
}
.flaticon-plant-3:before {
    content: "\f117"
}
.flaticon-wheat-1:before {
    content: "\f118"
}
.flaticon-leaf-1:before {
    content: "\f119"
}
.flaticon-nature-7:before {
    content: "\f11a"
}
.flaticon-nature-6:before {
    content: "\f11b"
}
.flaticon-plant-2:before {
    content: "\f11c"
}
.flaticon-nature-5:before {
    content: "\f11d"
}
.flaticon-wheat:before {
    content: "\f11e"
}
.flaticon-seeds-1:before {
    content: "\f11f"
}
.flaticon-plant-1:before {
    content: "\f120"
}
.flaticon-oak-leaf:before {
    content: "\f121"
}
.flaticon-seeds:before {
    content: "\f122"
}
.flaticon-watering-can:before {
    content: "\f123"
}
.flaticon-nature:before {
    content: "\f124"
}
.flaticon-cactus:before {
    content: "\f125"
}
.flaticon-leaf:before {
    content: "\f126"
}
.flaticon-telephone-handle-silhouette:before {
    content: "\f127"
}
.flaticon-long-arrow-pointing-to-left:before {
    content: "\f128"
}
.flaticon-fern-plant-on-vase:before {
    content: "\f129"
}
.flaticon-plant-in-a-pot:before {
    content: "\f12a"
}
.flaticon-telephone:before {
    content: "\f12b"
}
.flaticon-cross:before {
    content: "\f12c"
}
.flaticon-list-menu:before {
    content: "\f12d"
}
.flaticon-shopping-cart:before {
    content: "\f12e"
}
.flaticon-nature-4:before {
    content: "\f12f"
}
.flaticon-valentines-heart:before {
    content: "\f130"
}
.flaticon-online-shopping-cart:before {
    content: "\f131"
}
.flaticon-long-arrow-pointing-to-the-right:before {
    content: "\f132"
}
.flaticon-note:before {
    content: "\f133"
}
.flaticon-tree:before {
    content: "\f134"
}
.flaticon-right-arrow-1:before {
    content: "\f135"
}
.flaticon-placeholder:before {
    content: "\f136"
}
.flaticon-shapes:before {
    content: "\f137"
}
.flaticon-beans:before {
    content: "\f138"
}
.flaticon-water:before {
    content: "\f139"
}
.flaticon-nature-3:before {
    content: "\f13a"
}
.flaticon-transport:before {
    content: "\f13b"
}
.flaticon-flowers:before {
    content: "\f13c"
}
.flaticon-nature-2:before {
    content: "\f13d"
}
.flaticon-nature-1:before {
    content: "\f13e"
}
.flaticon-technology:before {
    content: "\f13f"
}
.flaticon-left-arrow-1:before {
    content: "\f140"
}
.flaticon-left-arrow:before {
    content: "\f141"
}
.flaticon-right-arrow:before {
    content: "\f142"
}
.flaticon-heart:before {
    content: "\f143"
}
.flaticon-clockwise:before {
    content: "\f144"
}
.flaticon-slim-left:before {
    content: "\f145"
}
.flaticon-slim-right:before {
    content: "\f146"
}
.flaticon-menu:before {
    content: "\f147"
}
.flaticon-plant:before {
    content: "\f148"
}
.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(110 168 32 / 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
}
.site-header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    transition-duration: 300ms
}
/* .site-header.scrolled-down{
    --tw-translate-y: -140px;
    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))
} */
.site-header__menu-item>a{
    border-top-width: 2px;
    border-top-color: transparent;
    padding-top: 45px;
    letter-spacing: 0.1em;
    transition-duration: 300ms;
	font-weight:600;
}
.site-header__menu-item:hover>a, .site-header__menu-item.current-menu-item>a{
    --tw-border-opacity: 1;
    border-top-color: rgb(110 168 32 / var(--tw-border-opacity))
}
.site-header.header-is-scrolled{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.site-header.header-is-scrolled .site-header__topbar{
    display: none
}
.site-header.header-is-scrolled .site-header__menu-item a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.site-header.header-is-scrolled #openMobileMenu{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
body:not(.page-template-homepage) .site-header__menu-item a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
body.page-template-about #content,
body.page-template-projects #content{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}
.mobile-menu__container.active{
    pointer-events: auto;
    opacity: 1
}
.intro-slider__single img{
    height: 100vh
}
.intro-slider__container .slick-slide>div{
    display: flex
}
.intro-slider__container .slick-vertical .slick-slide{
    border-style: none
}
.intro-slider__container .slick-dots{
    position: absolute;
    top: 50%;
    right: 1.25rem;
    z-index: 2;
    display: flex;
    --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));
    flex-direction: column;
    gap: 0px;
    font-family: Playfair Display, serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
@media (min-width: 960px){

    .intro-slider__container .slick-dots{
        right: 3rem
    }
}
.intro-slider__container .slick-dots li{
    position: relative;
    display: flex;
    min-height: 50px;
    min-width: 32px;
    transition-duration: 300ms
}
.intro-slider__container .slick-dots li button{
    font-size: 1.25rem;
    font-style: italic;
    transition-duration: 300ms
}
.intro-slider__container .slick-dots li.slick-active{
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(110 168 32 / var(--tw-text-opacity))
}
.intro-slider__container .slick-dots li.slick-active button{
    font-size: 1.875rem;
    line-height: 2.25rem
}
.intro-slider__container .slick-dots li.slick-active::before {
                        content: '';
                        height: calc(100% + 10px);
                        position: absolute;
                        top: 0px;
                        left: 0.75rem;
                        width: 1px;
                        --tw-rotate: 75deg;
                        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                        --tw-bg-opacity: 1;
                        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                    }
.mouse__dot {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: mouse 2.5s linear infinite;
    background: #fff;
}
@keyframes mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 70%;
    }

    50% {
        opacity: 0;
        top: 70%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}
.counters__text{
    font-size: 1.25rem;
    font-weight: 700
}
.counters__text span{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(125 125 125 / var(--tw-text-opacity))
}
.testimonials__container .slick-dots{
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    gap: 1.25rem
}
@media (min-width: 1280px){

    .testimonials__container .slick-dots{
        margin-top: 50px
    }
}
.testimonials__container .slick-dots li{
    display: flex
}
.testimonials__container .slick-dots li button{
    position: relative;
    display: inline-flex;
    height: 20px;
    width: 20px;
    border-radius: 9999px;
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    text-indent: -99999px;
    transition-duration: 300ms
}
.testimonials__container .slick-dots li button::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    display: inline-flex;
                    height: 5px;
                    width: 5px;
                    --tw-translate-x: -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));
                    border-radius: 9999px;
                    --tw-bg-opacity: 1;
                    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
                }
.testimonials__container .slick-dots li.slick-active button{
    --tw-border-opacity: 1;
    border-color: rgb(110 168 32 / var(--tw-border-opacity))
}
.testimonials__container .slick-dots li.slick-active button::before{
    --tw-bg-opacity: 1;
    background-color: rgb(110 168 32 / var(--tw-bg-opacity))
}
.info-box__single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8fa;
    box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0);
    transition: all ease-in-out 250ms;
    /* opacity: 0; */
}
.info-box__single:hover::before {
    /* opacity: 1; */
    top: -20px;
    height: calc(100% + 40px);
    box-shadow: 8px 10px 29.86px 2.14px rgba(192, 205, 211, 0.56);
    z-index: 2;
}
.info-box__container .slick-list{
    padding-top: 20px;
    padding-bottom: 20px
}
body.page-template-contact{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}
body.page-template-contact .site-header__content{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.form-row{
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}
.form-row input,
    .form-row textarea{
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-duration: 300ms
}
.form-row input:hover,
    .form-row textarea:hover{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity))
}
.form-row input:focus,
    .form-row textarea:focus{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity))
}
.form-row label{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500
}
*{
    outline: 2px solid transparent;
    outline-offset: 2px
}
.icon{
    display: inline-flex;
    align-items: center
}
.icon svg{
    height: 100%;
    width: 100%
}
.icon--sm{
    height: 1rem;
    min-height: 1rem;
    width: 1rem;
    min-width: 1rem
}
.icon--md{
    height: 1.25rem;
    min-height: 1.25rem;
    width: 1.25rem;
    min-width: 1.25rem
}
.icon--lg{
    height: 1.5rem;
    min-height: 1.5rem;
    width: 1.5rem;
    min-width: 1.5rem
}
.ds-container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.section-title{
    margin-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.2em;
    --tw-text-opacity: 1;
    color: rgb(110 168 32 / var(--tw-text-opacity))
}
.section-subtitle{
    font-family: Playfair Display, serif;
    font-size: 1.600rem;
    line-height: 2.25rem;
/*     font-style: italic; */
    line-height: 1.4;
    letter-spacing: 0.06em
}
.section__text{
    line-height: 1.73;
    --tw-text-opacity: 1;
    color: rgb(125 125 125 / var(--tw-text-opacity))
}
.btn{
    display: inline-flex;
    border-radius: 0.375rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 300ms
}
.btn--primary{
    --tw-bg-opacity: 1;
    background-color: rgb(110 168 32 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.btn--primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
.btn--white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 250ms
}
.btn--white:hover {
            box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
            transform: scale(1.02);
        }
.btn--green{
    --tw-bg-opacity: 1;
	color: #fff;
    background-color: rgb(110 168 32 / var(--tw-bg-opacity));
        box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 250ms
}
.btn--green:hover {
            box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
            transform: scale(1.02);
        }
.newsletter-form__container{
    width: 100%;
    max-width: 370px;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.newsletter-form__container form{
    display: flex;
    width: 100%
}
.newsletter-form__container form input{
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(149 149 149 / var(--tw-text-opacity))
}
.newsletter-form__container form input::-moz-placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem
}
.newsletter-form__container form input::placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem
}
.site-footer__col--newsletter {
    flex: 1.5;
}
.pulse {
    width: 14px;
    margin: -3px 3px 0 3px;
    animation: pulse 0.7s linear infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
.placeholder\:text-sm::-moz-placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem
}
.placeholder\:text-sm::placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem
}
.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\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(110 168 32 / var(--tw-text-opacity))
}
.hover\:opacity-100:hover{
    opacity: 1
}
.hover\:opacity-70:hover{
    opacity: 0.7
}
.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\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(110 168 32 / var(--tw-text-opacity))
}
.group:hover .group-hover\:opacity-100{
    opacity: 1
}
@media (min-width: 600px){

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

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

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

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

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

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

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

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

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

    .sm\:even\:flex-row-reverse:nth-child(even){
        flex-direction: row-reverse
    }
}
@media (min-width: 782px){

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

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

    .md\:block{
        display: block
    }

    .md\:flex{
        display: flex
    }

    .md\:hidden{
        display: none
    }

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

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

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

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

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

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

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}
@media (min-width: 960px){

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

    .lg\:-left-\[30px\]{
        left: -30px
    }

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

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

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

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

    .lg\:block{
        display: block
    }

    .lg\:flex{
        display: flex
    }

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

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

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

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

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

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

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

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

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

    .lg\:gap-\[50px\]{
        gap: 50px
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:even\:flex-row-reverse:nth-child(even){
        flex-direction: row-reverse
    }
}
@media (min-width: 1280px){

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

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

    .xl\:mt-\[160px\]{
        margin-top: 160px
    }

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

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

    .xl\:pt-20{
        padding-top: 5rem
    }
}
@media (min-width: 1440px){

    .\32xl\:bottom-\[150px\]{
        bottom: 150px
    }

    .\32xl\:my-32{
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .\32xl\:mt-32{
        margin-top: 8rem
    }

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

    .\32xl\:text-\[70px\]{
        font-size: 70px
    }

    .\32xl\:leading-\[1\.8\]{
        line-height: 1.8
    }
}
.\[\&\>img\]\:max-h-\[600px\]>img{
    max-height: 600px
}
.\[\&\>img\]\:w-full>img{
    width: 100%
}
.\[\&\>img\]\:object-cover>img{
    -o-object-fit: cover;
       object-fit: cover
}
.\[\&\>ul\]\:flex>ul{
    display: flex
}
.\[\&\>ul\]\:flex-col>ul{
    flex-direction: column
}
.\[\&\>ul\]\:gap-2>ul{
    gap: 0.5rem
}

@media screen and (min-width: 1025px) {
	
	.header-logo > img {
		width: 110px;
	}
	
	.footer-logo > img {
		width: 80px;
		height:80px;
	}
	
}
	
.footer-logo {
	width: 100%;
/* 	justify-content: center; */
	margin-bottom: 15px;
}

.site-footer__copyrights {
	border-top: 1px solid #ddd;
    padding-top: 20px;
}

.site-footer {
	padding-bottom: 20px;
}

.contact-intro__content .section__text {
	margin: 20px 0;	
}

.contact-intro__content ul {
	gap: 20px;	
}

.contact-intro__content ul li a {
	transition: all ease-in-out 250ms;
}

.contact-intro__content ul li a:hover {
	color: #6ea820;
}

.contact-intro__content ul li:nth-child(2) a {
	font-weight: 600;
}

.form-row input, .form-row textarea {
	padding: 0.5rem;
}

.site-footer__copyrights p {
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.btn {
		font-size: 13px;
		padding: 13px;
	}
	
	.section-subtitle {
		font-size: 18px;
	}
	.mobile-menu__container > div > a:first-of-type,
	.header-logo {
		width: 65px;
		height: 65px;
	}
	
	.intro-slider__content {
		top: 50%;
		width: 63%;
	}
	
	.services__cards-item h4 {
		font-size: 16px;
		margin: 8px 0;
	}
	
	.services__cards-item .section__text {
		font-size: 14px;
	}
	
	.services__cards.flex.flex-col.sm\:flex-row.gap-5.lg\:gap-\[30px\] {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	article.services__cards-item.text-center.flex-1.relative.group {
		text-align: left;
	}
	
	article.services__cards-item.text-center.flex-1.relative.group:last-child {
		flex-basis: 100%;
	}
	
	img.object-contain.w-\[60px\].h-\[60px\].mx-auto {
		margin: 0;
	}
	
	.services__title {
		text-align: left;
	}
	
	.about__text.section__text {
		font-size: 14px;
		margin-top: 20px;
	}
	
	.about__content .cta__container  {
		margin: 20px 0;
	}
	
	.video__container {
		margin: 0 0 20px;
	}
	
	.info-box__single {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.info-box__single h3 {
		font-size: 16px;
		margin: 8px 0;
	}
	
	.section__text {
		font-size: 14px;
	}
	
	.posts-list__item-content a {
		font-size: 16px;
	}
	
	.posts-list__item-content h3 {
		line-height: 1;
	}
	
	.posts-list__item-content ul {
		margin-top: 0;
	}
	
	.posts-list {
		gap: 20px;
	}
	
	.site-footer {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.footer-logo {
		justify-content: flex-start;
	}
	
	.footer-logo img {
		margin: 0;
		width: 60px;
	}
	
	.site-footer__content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.site-footer__content > div:first-child {
		flex-basis: 100%;
	}
	
	.site-footer__copyrights p {
		font-size: 12px;
	}
}

.mobile-menu {
    background-color: #ededed;
}

.mobile-menu ul {
	gap: 25px;
} 

.mobile-menu ul li a {
	font-weight: 600;
	font-size: 15px;
}

@media screen and (max-width: 781px) {
	.mobile-menu__container {
		height: auto;
	}
	
	.mobile-menu ul {
		gap: 25px;
		align-items: flex-end;
	}
	
	
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		z-index: 3;	
		pointer-events: none;
		opacity: 0;
		transition: all ease-in-out 250ms;
	}
	
	.mobile-menu-overlay.active {
		opacity: 1;
		pointer-events: all;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.btn {
		font-size: 14px;
		padding: 13px 15px;
	}
	
	.section-subtitle {
		font-size: 18px;
	}
	
	.mobile-menu__container > div > a:first-of-type,
	.header-logo {
		width: 65px;
		height: 65px;
	}
	
	.intro-slider__content {
		top: 50%;
		width: 63%;
	}
	
	.services__cards-item h4 {
		font-size: 16px;
		margin: 8px 0;
	}
	
	.services__cards-item .section__text {
		font-size: 14px;
	}
	
	.services__cards.flex.flex-col.sm\:flex-row.gap-5.lg\:gap-\[30px\] {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
/* 	article.services__cards-item.text-center.flex-1.relative.group {
		text-align: left;
	}
	
	article.services__cards-item.text-center.flex-1.relative.group:last-child {
		flex-basis: 100%;
	} */
	
/* 	img.object-contain.w-\[60px\].h-\[60px\].mx-auto {
		margin: 0;
	} */
	
	.services__title {
		text-align: center;
	}
	
	.about__text.section__text {
		font-size: 14px;
		margin-top: 20px;
	}
	
	.about__content .cta__container  {
		margin: 20px 0;
	}
	
	.video__container {
		margin: 0 0 20px;
	}
	
	.info-box__single {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.info-box__single h3 {
		font-size: 16px;
		margin: 8px 0;
	}
	
	.section__text {
		font-size: 14px;
	}
	
	.posts-list__item-content a {
		font-size: 16px;
	}
	
	.posts-list__item-content h3 {
		line-height: 1;
	}
	
	.posts-list__item-content ul {
		margin-top: 0;
	}
	
	.posts-list {
		gap: 20px;
	}
	
	.site-footer {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.footer-logo {
		justify-content: flex-start;
	}
	
	.footer-logo img {
		margin: 0;
		width: 60px;
	}
	
	.site-footer__content {
		display: flex;
		flex-wrap: wrap;
	}
	
/* 	.site-footer__content > div:first-child {
		flex-basis: 100%;
	} */
	
	.site-footer__copyrights p {
		font-size: 12px;
	}
	

}

@media screen and (min-width: 1025px) and (max-width: 1130px) {
	.about.grid.grid-cols-1.sm\:grid-cols-2.gap-5.lg\:gap-\[50px\].relative {
		padding-bottom: 40px;
	}
	
	.section-subtitle {
		font-size: 21px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.video__content  {
		padding: 20px;
	} 
	
	.section-subtitle {
		font-size: 21px;
	}
	
	.info-box__single.px-10.lg\:px-\[60px\].py-10.lg\:py-\[90px\].relative {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.section__text {
		font-size: 14px;
	}
	
	.blog__content > div {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.posts-list__item-content h3 a {
		font-size: 18px;
	}
}