/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/style.scss ***!
  \******************************************************************************************************************************************************************************************/
/* ==============
 ========= scss documentation ==========================

    ==================================================

     01. tailwind css
     -------------------------------------------------
     02. main
     -------------------------------------------------
     03. utility
     -------------------------------------------------
     04. custom_packages
     -------------------------------------------------

    ==================================================
============== */
:root {
  --font-montserrat: "Montserrat", sans-serif;
  --font-schibsted_grotesk: "Schibsted Grotesk", sans-serif;
  --font-philosopher: "Philosopher";
}

/* ! tailwindcss v3.4.1 | 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%;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
.transition-1 {
  transition: all 0.5s ease-in-out;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.btn {
  transition: all 0.5s ease-in-out;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn {
  cursor: pointer;
  border-radius: 4px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Schibsted Grotesk, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--font-schibsted_grotesk);
}
@media (min-width: 576px) {
  .btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn-2 {
  transition: all 0.5s ease-in-out;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .btn-2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn-2 {
  cursor: pointer;
  border-radius: 4px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Schibsted Grotesk, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--font-schibsted_grotesk);
}
@media (min-width: 576px) {
  .btn-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(109 140 54 / 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 170 1 / var(--tw-bg-opacity));
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 140 54 / var(--tw-bg-opacity));
}
.btn-outline-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(109 140 54 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(109 140 54 / var(--tw-text-opacity));
}
.btn-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 140 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-outline-accent {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.btn-outline-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-pagination {
  transition: all 0.5s ease-in-out;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .btn-pagination {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.btn-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 235 / var(--tw-bg-opacity));
  font-family: Philosopher;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
  font-family: var(--font-philosopher);
}
.btn-pagination:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 140 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 576px) {
  .btn-pagination {
    height: 3rem;
    width: 60px;
  }
}
@media (min-width: 768px) {
  .btn-pagination {
    height: 60px;
    width: 70px;
  }
}
/* icon size */
.icon-20 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .icon-20 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.icon-24 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .icon-24 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.icon-40 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .icon-40 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .icon-40 {
    font-size: 40px;
  }
}
.icon-48 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 576px) {
  .icon-48 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .icon-48 {
    font-size: 3rem;
    line-height: 1;
  }
}
.icon-60 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .icon-60 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-60 {
    font-size: 60px;
  }
}
/* custom text start */
.text-18 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .text-18 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.text-20 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .text-20 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.text-24 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .text-24 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.text-32 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .text-32 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .text-32 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .text-32 {
    font-size: 32px;
    line-height: 42px;
  }
}
.text-36 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .text-36 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .text-36 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 992px) {
  .text-36 {
    font-size: 36px;
    line-height: 50px;
  }
}
.text-48 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .text-48 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .text-48 {
    font-size: 40px;
    line-height: 140%;
  }
}
@media (min-width: 992px) {
  .text-48 {
    font-size: 3rem;
    line-height: 1;
  }
}
.text-64 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 400px) {
  .text-64 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 576px) {
  .text-64 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .text-64 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .text-64 {
    font-size: 64px;
    line-height: 80px;
  }
}
.text-67 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 400px) {
  .text-67 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 576px) {
  .text-67 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .text-67 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .text-67 {
    font-size: 67px;
    line-height: 80px;
  }
}
.text-72 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 400px) {
  .text-72 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 576px) {
  .text-72 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .text-72 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .text-72 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.text-96 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .text-96 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .text-96 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .text-96 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .text-96 {
    font-size: 6rem;
    line-height: 1;
  }
}
/* custom text end */
/* section start */
.section-py {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .section-py {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .section-py {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .section-py {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .section-py {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-pt {
  padding-top: 60px;
}
@media (min-width: 576px) {
  .section-pt {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .section-pt {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .section-pt {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .section-pt {
    padding-top: 120px;
  }
}
.section-pb {
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .section-pb {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .section-pb {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .section-pb {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .section-pb {
    padding-bottom: 120px;
  }
}
/* section end */
/* my gap mb */
.gap-mb-60 {
  margin-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .gap-mb-60 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .gap-mb-60 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-60 {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .gap-mb-60 {
    margin-bottom: 60px;
  }
}
.gap-mb-48 {
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .gap-mb-48 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .gap-mb-48 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-48 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .gap-mb-48 {
    margin-bottom: 3rem;
  }
}
.gap-mb-40 {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .gap-mb-40 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .gap-mb-40 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-40 {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .gap-mb-40 {
    margin-bottom: 2.5rem;
  }
}
.gap-mb-32 {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .gap-mb-32 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .gap-mb-32 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-32 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .gap-mb-32 {
    margin-bottom: 2rem;
  }
}
.gap-mb-28 {
  margin-bottom: 0.875rem;
}
@media (min-width: 576px) {
  .gap-mb-28 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .gap-mb-28 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-28 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .gap-mb-28 {
    margin-bottom: 1.75rem;
  }
}
.gap-mb-24 {
  margin-bottom: 0.875rem;
}
@media (min-width: 576px) {
  .gap-mb-24 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .gap-mb-24 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-24 {
    margin-bottom: 1.5rem;
  }
}
.gap-mb-20 {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .gap-mb-20 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-20 {
    margin-bottom: 1.25rem;
  }
}
.gap-mb-16 {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .gap-mb-16 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 992px) {
  .gap-mb-16 {
    margin-bottom: 1rem;
  }
}
/* my gap mt start */
.gap-mt-40 {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .gap-mt-40 {
    margin-top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .gap-mt-40 {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .gap-mt-40 {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .gap-mt-40 {
    margin-top: 2.5rem;
  }
}
.gap-mt-24 {
  margin-top: 0.875rem;
}
@media (min-width: 576px) {
  .gap-mt-24 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .gap-mt-24 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .gap-mt-24 {
    margin-top: 1.5rem;
  }
}
.gap-mt-16 {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .gap-mt-16 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 992px) {
  .gap-mt-16 {
    margin-top: 1rem;
  }
}
/* Gap start */
.my-gap-16 {
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .my-gap-16 {
    gap: 1rem;
  }
}
.my-gap-20 {
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .my-gap-20 {
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .my-gap-20 {
    gap: 1.25rem;
  }
}
.my-gap-24 {
  gap: 1rem;
}
@media (min-width: 768px) {
  .my-gap-24 {
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .my-gap-24 {
    gap: 1.5rem;
  }
}
.my-gap-32 {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .my-gap-32 {
    gap: 1.75rem;
  }
}
@media (min-width: 992px) {
  .my-gap-32 {
    gap: 2rem;
  }
}
.my-gap-40 {
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .my-gap-40 {
    gap: 1.75rem;
  }
}
@media (min-width: 768px) {
  .my-gap-40 {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .my-gap-40 {
    gap: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .my-gap-40 {
    gap: 2.5rem;
  }
}
/* Gap end */
/* common padding start*/
.p-32px {
  padding: 0.875rem;
}
@media (min-width: 576px) {
  .p-32px {
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-32px {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-32px {
    padding: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .p-32px {
    padding: 2rem;
  }
}
.py-32px {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 576px) {
  .py-32px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .py-32px {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .py-32px {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .py-32px {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.px-32px {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media (min-width: 576px) {
  .px-32px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .px-32px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .px-32px {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .px-32px {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-24px {
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .p-24px {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .p-24px {
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .p-24px {
    padding: 1.5rem;
  }
}
.py-24px {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .py-24px {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .py-24px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .py-24px {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.py-80px {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .py-80px {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .py-80px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .py-80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .py-80px {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1400px) {
  .py-80px {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.px-24px {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .px-24px {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .px-24px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .px-24px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.px-32-py-40px {
  padding: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 576px) {
  .px-32-py-40px {
    padding: 1.75rem;
  }
}
@media (min-width: 768px) {
  .px-32-py-40px {
    padding: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .px-32-py-40px {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .px-32-py-40px {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.px-40-py-60px {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .px-40-py-60px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .px-40-py-60px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .px-40-py-60px {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .px-40-py-60px {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-40px {
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .p-40px {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-40px {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .p-40px {
    padding: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .p-40px {
    padding: 2.5rem;
  }
}
.py-40px {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .py-40px {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .py-40px {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .py-40px {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .py-40px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
/* common padding end*/
/* my flex start*/
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-centerY {
  display: flex;
  align-items: center;
}
/* my flex end*/
/* gap m end */
/* rounded start */
.rounded-4 {
  border-radius: 4px;
}
/* rounded end */
.size-40px {
  width: 60px;
  height: 60px;
}
@media (min-width: 576px) {
  .size-40px {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .size-40px {
    width: 72px;
    height: 72px;
  }
}
@media (min-width: 992px) {
  .size-40px {
    width: 5rem;
    height: 5rem;
  }
}
.line-input-1 {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.line-input-1::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
.line-input-1::placeholder {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
.overly-1 {
  transition: all 0.7s ease-in-out;
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(39,54,21,0.30) 0% var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(93,129,50,0.30) 100% var(--tw-gradient-to-position);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-right-5 {
  right: -1.25rem;
}
.-top-5 {
  top: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[52px\] {
  bottom: 52px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-20 {
  top: 5rem;
}
.top-30 {
  top: 120px;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[52px\] {
  top: 52px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-8 {
  grid-column-end: 8;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.-mt-\[3px\] {
  margin-top: -3px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-15 {
  width: 60px;
  height: 60px;
}
.size-18 {
  width: 72px;
  height: 72px;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-25 {
  width: 100px;
  height: 100px;
}
.size-30 {
  width: 120px;
  height: 120px;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-18 {
  height: 72px;
}
.h-1px {
  height: 1px;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-25 {
  height: 100px;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[2px\] {
  height: 2px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[306px\] {
  max-height: 306px;
}
.max-h-\[340px\] {
  max-height: 340px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[416px\] {
  max-height: 416px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[560px\] {
  max-height: 560px;
}
.max-h-\[664px\] {
  max-height: 664px;
}
.min-h-\[200vh\] {
  min-height: 200vh;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-1px {
  width: 1px;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[1140px\] {
  max-width: 1140px;
}
.max-w-\[166px\] {
  max-width: 166px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[526px\] {
  max-width: 526px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-screen-sm {
  max-width: 576px;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-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-14 {
  --tw-translate-y: 3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce-slow-top {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(-20px);
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0.8);
  }
}
.animate-bounce-slow-top {
  animation: bounce-slow-top 3s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow-1 {
  animation: spin 10s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, 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;
}
.items-stretch {
  align-items: stretch;
}
.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-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-15 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-15 {
  row-gap: 60px;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.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-b-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-divide-opacity));
}
.divide-b-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-b-20 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-b-30 {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.border-b-50 {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.border-b-60 {
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
}
.border-b-700 {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
}
.border-b-800 {
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(109 140 54 / 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));
}
.bg-b-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity));
}
.bg-b-15 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-b-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-b-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.bg-b-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity));
}
.bg-b-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}
.bg-b-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}
.bg-b-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity));
}
.bg-dg-20 {
  background-color: rgba(39,54,21,0.30);
}
.bg-dg-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 31 13 / var(--tw-bg-opacity));
}
.bg-glass-1 {
  background-color: rgba(255, 255, 255, 0.16);
}
.bg-lg-100 {
  background-color: rgba(240,243,235,0.60);
}
.bg-lg-95 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 235 / var(--tw-bg-opacity));
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(109 140 54 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 1 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-\[url\(\'\.\.\/images\/photos\/commonBannerBg\.png\'\)\] {
  background-image: url(../../assets/images/commonBannerBg.png);
}
.bg-\[url\(\'\.\.\/images\/photos\/contactInfoBG\.png\'\)\] {
  background-image: url(../../assets/images/contactInfoBG.png);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[5px\] {
  padding: 5px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-18 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-15 {
  padding-bottom: 60px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-18 {
  padding-top: 72px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.font-philosopher {
  font-family: Philosopher;
}
.font-schibsted_grotesk {
  font-family: Schibsted Grotesk, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.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;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.text-b-100 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-b-20 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-b-200 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-b-30 {
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}
.text-b-300 {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity));
}
.text-b-40 {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity));
}
.text-b-400 {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-b-500 {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}
.text-b-550 {
  --tw-text-opacity: 1;
  color: rgb(64 74 96 / var(--tw-text-opacity));
}
.text-b-600 {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
.text-b-700 {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.text-b-800 {
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}
.text-b-90 {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(109 140 54 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 170 1 / 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;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[2s\] {
  transition-duration: 2s;
}
.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);
}
[x-cloak] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-philosopher);
}

label {
  font-family: var(--font-schibsted_grotesk);
  display: block;
}

p,
span,
li {
  font-family: var(--font-schibsted_grotesk);
}

span {
  display: block;
}

.font-philosopher {
  font-family: var(--font-philosopher) !important;
}

.font-schibsted_grotesk {
  font-family: var(--font-schibsted_grotesk) !important;
}

.header-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 399;
  animation-name: fadeDown;
  animation-duration: 1s;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*================ scroll bar style start ================ */
/* Scrollbar style start */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding-left: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #62a230;
}

.scrollbar-0::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  padding-left: 4px;
  background-color: transparent;
}

.scrollbar-sm::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  padding-left: 4px;
  background-color: transparent;
}

/*================ scroll bar style end ================ */
button {
  line-height: 0px;
}

input:focus {
  outline: none !important;
}

/* Web kit */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Web kit end */
/* odomeeter reset */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: inherit !important;
  line-height: inherit !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  vertical-align: text-top !important;
}

.bg-gradient-1 {
  background: linear-gradient(270deg, rgba(255, 245, 232, 0.4) 0%, rgba(240, 243, 235, 0.6) 100%);
}

.bg-gradient-2 {
  background: linear-gradient(270deg, #fff7e6 0%, #f0f3eb 100%);
}

.btn-2.active {
  background-color: #ffa01e; /* Change this to your desired active color */
}

.faq-one {
  background-color: #edf9eb;
}

@media screen and (min-width: 1200px) {
  .faq-one {
    position: relative;
    background-color: white;
  }
  .faq-one::before {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 60%;
    background-color: #edf9eb;
    content: "";
  }
}
.btn-linebar-effect a {
  padding-bottom: 0.25rem;
}
.btn-linebar-effect:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #56aa46;
  transition: width 0.3s;
}

.btn-linebar-effect:hover::after {
  width: 100%;
}

.btn-linebar-effect-2:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #56aa46;
  transition: width 0.3s;
  margin-top: -3px;
}

.btn-linebar-effect-2:hover::after {
  width: 100%;
}

input:checked + div svg {
  display: block;
}

@keyframes pulse {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* form start */
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

/* ScrollToTop start */
.scroll-to-top {
  z-index: 50;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #7fb951;
  color: white;
  width: 40px;
  height: 48px;
  font-size: 24px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateY(100px); /* Initially hidden below the viewport */
  transition: all 0.7s ease-in-out;
}

.scroll-to-top:hover {
  background-color: #ffa01e;
}

.scroll-to-top.show {
  transform: translateY(0px); /* Bring the element back into view */
}

/* ScrollToTop end */
/* Custom Preloader start */
.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vw;
  height: 200vh;
  background: #171f0d;
  z-index: 9999;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: not-allowed;
  scale: 0.7;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.central {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  box-shadow: 0.5em 1em 1em blue, -0.5em 0.5em 1em lime, 0.5em -0.5em 1em cyan, -0.5em -0.5em 1em yellow;
}

.external-shadow {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0.5em 0.5em 3em blue, -0.5em 0.5em 3em lime, 0.5em -0.5em 3em cyan, -0.5em -0.5em 3em yellow;
  z-index: 999;
  animation: rotate 0.8s linear infinite;
  background-color: #212121;
}

.intern {
  position: absolute;
  color: white;
  z-index: 9999;
}

.intern::before {
  content: "100%";
  animation: percent 0.8s ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes percent {
  0% {
    content: "0%";
  }
  25% {
    content: "25%";
  }
  33% {
    content: "33%";
  }
  42% {
    content: "42%";
  }
  51% {
    content: "51%";
  }
  67% {
    content: "67%";
  }
  74% {
    content: "74%";
  }
  75% {
    content: "75%";
  }
  86% {
    content: "86%";
  }
  95% {
    content: "95%";
  }
  98% {
    content: "98%";
  }
  99% {
    content: "99%";
  }
}
/* Custom Preloader end */
/* button play effect start */
.btn_effect {
  min-width: 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background: #fff;
  transition: 0.5s;
}

.btn_effect:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s ease-out infinite;
}

.btn_effect:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  opacity: 0.7;
  z-index: -1;
  animation: pulse 2s 1.5s ease-out infinite;
}

@keyframes pulse {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
/* button play effect end */
.zoomable {
  position: relative;
  overflow: hidden;
}
.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}
.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #1c1c1c;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group label:hover:before {
  background-color: white;
  border: white;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #6d8c36;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* label container */
.radio-button-container {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #b0b0b0;
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border-color: #6d8c36;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #6d8c36;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery-main {
  width: 100%;
}

.gallery-thumbs {
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
  background-color: #f5f5f5;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #6d8c36;
}

/* swiper pagination bullet start */
.blogs-one-carousel .swiper-pagination-bullet,
.courses-carousel .swiper-pagination-bullet {
  background-color: #575757 !important;
  width: 24px;
  height: 8px;
  border-radius: 10px;
}

.blogs-one-carousel .swiper-pagination-bullet-active,
.courses-carousel .swiper-pagination-bullet-active {
  background-color: #6d8c36 !important;
  width: 40px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

/* swiper pagination bullet end */
/* width percent card for swiper card start */
@media screen and (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    height: 426px !important;
  }
  .testimonials .swiper-slide-active {
    height: 426px !important;
  }
}
@media screen and (min-width: 572px) and (max-width: 991px) {
  .testimonials .swiper-slide-next {
    height: 360px !important;
  }
  .testimonials .swiper-slide-active {
    height: 360px !important;
  }
}
@media screen and (max-width: 571px) {
  .testimonials .swiper-slide-next {
    height: 320px !important;
  }
  .testimonials .swiper-slide-active {
    height: 320px !important;
  }
}

/* width percent card for swiper card end */
@media screen and (min-width: 1200px) {
  .testimonials-one-carousel .swiper-slide-next {
    width: 40% !important;
    height: 426px !important;
  }
  .testimonials-one-carousel .swiper-slide-active {
    width: 60% !important;
    height: 426px !important;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-one-carousel .swiper-slide-next {
    height: 414px !important;
    background-color: #6d8c36;
  }
  .testimonials-one-carousel .swiper-slide-next h6 {
    color: white;
  }
  .testimonials-one-carousel .swiper-slide-next p {
    color: #ebebeb;
  }
  .testimonials-one-carousel .swiper-slide-next span {
    color: #dedede;
  }
  .testimonials-one-carousel .swiper-slide-active {
    height: 414px !important;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-two-carousel .swiper-slide-active {
    width: 40% !important;
    height: 426px !important;
  }
  .testimonials-two-carousel .swiper-slide-next {
    width: 60% !important;
    height: 426px !important;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-two-carousel .swiper-slide-active {
    height: 414px !important;
    background-color: #6d8c36;
  }
  .testimonials-two-carousel .swiper-slide-active h6 {
    color: white;
  }
  .testimonials-two-carousel .swiper-slide-active p {
    color: #ebebeb;
  }
  .testimonials-two-carousel .swiper-slide-active span {
    color: #dedede;
  }
  .testimonials-two-carousel .swiper-slide-next {
    height: 414px !important;
  }
}

/* infinity slide */
.text-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
.text-carousel .swiper-wrapper .swiper-slide {
  width: auto !important;
}

/* Swiper slider design end */
/* custom range slide start */
.products-price-range .range-slider {
  position: relative;
  width: 100%;
  height: 30px;
}

.products-price-range .range-slider .slider-track {
  width: 100%;
  height: 7px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

.products-price-range .range-slider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.products-price-range .range-slider input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

.products-price-range .range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 16px;
  background-color: #fff;
  border: 1.25px solid #6d8c36;
  border-radius: 10px;
  cursor: pointer;
  margin-top: -5px;
  pointer-events: auto;
}

/* custom range slide end */

.\*\:transition-1 > * {
  transition: all 0.5s ease-in-out;
}

.\*\:icon-24 > * {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 576px) {
  .\*\:icon-24 > * {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.\*\:my-gap-16 > * {
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .\*\:my-gap-16 > * {
    gap: 1rem;
  }
}

.\*\:my-gap-24 > * {
  gap: 1rem;
}

@media (min-width: 768px) {
  .\*\:my-gap-24 > * {
    gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .\*\:my-gap-24 > * {
    gap: 1.5rem;
  }
}

.\*\:py-24px > * {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .\*\:py-24px > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .\*\:py-24px > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .\*\:py-24px > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.\*\:flex-center > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.\*\:flex-centerY > * {
  display: flex;
  align-items: center;
}

@media not all and (min-width: 992px) {
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 992px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .max-lg\:container {
      max-width: 1200px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .max-lg\:container {
      max-width: 1200px;
    }
  }
  @media (min-width: 1400px) {
    .max-lg\:container {
      max-width: 1400px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .max-lg\:container {
      max-width: 1200px;
    }
  }
  @media (min-width: 1400px) {
    .max-lg\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1500px) {
    .max-lg\:container {
      max-width: 1500px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .max-lg\:container {
      max-width: 1200px;
    }
  }
  @media (min-width: 1400px) {
    .max-lg\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1500px) {
    .max-lg\:container {
      max-width: 1500px;
    }
  }
  @media (min-width: 1600px) {
    .max-lg\:container {
      max-width: 1600px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .max-lg\:container {
      max-width: 1200px;
    }
  }
  @media (min-width: 1400px) {
    .max-lg\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1500px) {
    .max-lg\:container {
      max-width: 1500px;
    }
  }
  @media (min-width: 1600px) {
    .max-lg\:container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1800px) {
    .max-lg\:container {
      max-width: 1800px;
    }
  }
  .max-lg\:container {
    width: 100%;
  }
  @media (min-width: 400px) {
    .max-lg\:container {
      max-width: 400px;
    }
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 992px;
    }
  }
  @media (min-width: 1200px) {
    .max-lg\:container {
      max-width: 1200px;
    }
  }
  @media (min-width: 1400px) {
    .max-lg\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1500px) {
    .max-lg\:container {
      max-width: 1500px;
    }
  }
  @media (min-width: 1600px) {
    .max-lg\:container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1800px) {
    .max-lg\:container {
      max-width: 1800px;
    }
  }
  .max-lg\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  @media (min-width: 576px) {
    .max-lg\:container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .max-lg\:container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .max-lg\:container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .max-lg\:container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .max-lg\:container {
      max-width: 1320px;
    }
  }
}

@media (min-width: 576px) {
  .sm\:flex-centerY {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .md\:section-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 576px) {
    .md\:section-py {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
  @media (min-width: 768px) {
    .md\:section-py {
      padding-top: 90px;
      padding-bottom: 90px;
    }
  }
  @media (min-width: 992px) {
    .md\:section-py {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  @media (min-width: 1200px) {
    .md\:section-py {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  .md\:section-pb {
    padding-bottom: 60px;
  }
  @media (min-width: 576px) {
    .md\:section-pb {
      padding-bottom: 5rem;
    }
  }
  @media (min-width: 768px) {
    .md\:section-pb {
      padding-bottom: 90px;
    }
  }
  @media (min-width: 992px) {
    .md\:section-pb {
      padding-bottom: 100px;
    }
  }
  @media (min-width: 1200px) {
    .md\:section-pb {
      padding-bottom: 120px;
    }
  }
}

@media (min-width: 992px) {
  .lg\:section-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 576px) {
    .lg\:section-py {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
  @media (min-width: 768px) {
    .lg\:section-py {
      padding-top: 90px;
      padding-bottom: 90px;
    }
  }
  @media (min-width: 992px) {
    .lg\:section-py {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  @media (min-width: 1200px) {
    .lg\:section-py {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  .lg\:gap-mb-40 {
    margin-bottom: 1.5rem;
  }
  @media (min-width: 576px) {
    .lg\:gap-mb-40 {
      margin-bottom: 1.75rem;
    }
  }
  @media (min-width: 768px) {
    .lg\:gap-mb-40 {
      margin-bottom: 2rem;
    }
  }
  @media (min-width: 992px) {
    .lg\:gap-mb-40 {
      margin-bottom: 2.25rem;
    }
  }
  @media (min-width: 1200px) {
    .lg\:gap-mb-40 {
      margin-bottom: 2.5rem;
    }
  }
  .lg\:gap-mt-32 {
    margin-top: 1rem;
  }
  @media (min-width: 576px) {
    .lg\:gap-mt-32 {
      margin-top: 1.25rem;
    }
  }
  @media (min-width: 768px) {
    .lg\:gap-mt-32 {
      margin-top: 1.5rem;
    }
  }
  @media (min-width: 992px) {
    .lg\:gap-mt-32 {
      margin-top: 1.75rem;
    }
  }
  @media (min-width: 1200px) {
    .lg\:gap-mt-32 {
      margin-top: 2rem;
    }
  }
  .lg\:my-gap-24 {
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .lg\:my-gap-24 {
      gap: 1.25rem;
    }
  }
  @media (min-width: 992px) {
    .lg\:my-gap-24 {
      gap: 1.5rem;
    }
  }
}

@media (min-width: 1200px) {
  .xl\:section-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 576px) {
    .xl\:section-py {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
  @media (min-width: 768px) {
    .xl\:section-py {
      padding-top: 90px;
      padding-bottom: 90px;
    }
  }
  @media (min-width: 992px) {
    .xl\:section-py {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  @media (min-width: 1200px) {
    .xl\:section-py {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  .xl\:my-gap-24 {
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .xl\:my-gap-24 {
      gap: 1.25rem;
    }
  }
  @media (min-width: 992px) {
    .xl\:my-gap-24 {
      gap: 1.5rem;
    }
  }
}

@media (min-width: 1400px) {
  .xxl\:my-gap-24 {
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .xxl\:my-gap-24 {
      gap: 1.25rem;
    }
  }
  @media (min-width: 992px) {
    .xxl\:my-gap-24 {
      gap: 1.5rem;
    }
  }
}

@media (min-width: 1600px) {
  .\33xl\:my-gap-24 {
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .\33xl\:my-gap-24 {
      gap: 1.25rem;
    }
  }
  @media (min-width: 992px) {
    .\33xl\:my-gap-24 {
      gap: 1.5rem;
    }
  }
}

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

.\*\:block > * {
  display: block;
}

.\*\:flex > * {
  display: flex;
}

.\*\:size-8 > * {
  width: 2rem;
  height: 2rem;
}

.\*\:items-center > * {
  align-items: center;
}

.\*\:justify-between > * {
  justify-content: space-between;
}

.\*\:gap-2 > * {
  gap: 0.5rem;
}

.\*\:gap-3 > * {
  gap: 0.75rem;
}

.\*\:border > * {
  border-width: 1px;
}

.\*\:border-b > * {
  border-bottom-width: 1px;
}

.\*\:border-b-30 > * {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.\*\:border-b-40 > * {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}

.\*\:border-primary > * {
  --tw-border-opacity: 1;
  border-color: rgb(109 140 54 / var(--tw-border-opacity));
}

.\*\:border-white > * {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

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

.\*\:text-primary > * {
  --tw-text-opacity: 1;
  color: rgb(109 140 54 / var(--tw-text-opacity));
}

.\*\:text-white > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder\:text-b-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity));
}

.placeholder\:text-b-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity));
}

.placeholder\:text-b-40::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity));
}

.placeholder\:text-b-40::placeholder {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity));
}

.placeholder\:text-b-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity));
}

.placeholder\:text-b-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / 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));
}

.focus-within\:border-b-20:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.focus-within\:border-b-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
}

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

.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\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 170 1 / var(--tw-border-opacity));
}

.hover\:bg-b-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / 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-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 140 54 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:tracking-wide:hover {
  letter-spacing: 0.025em;
}

.hover\:text-b-700:hover {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(109 140 54 / var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 170 1 / var(--tw-text-opacity));
}

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

.hover\:duration-200:hover {
  transition-duration: 200ms;
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

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

.group:hover .group-hover\:translate-y-8 {
  --tw-translate-y: 2rem;
  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\:-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group: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-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(109 140 54 / 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\:text-b-20 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(109 140 54 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 400px) {
  .xsm\:size-20 {
    width: 5rem;
    height: 5rem;
  }
  .xsm\:h-\[260px\] {
    height: 260px;
  }
  .xsm\:h-\[286px\] {
    height: 286px;
  }
  .xsm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xsm\:flex-nowrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 576px) {
  .sm\:right-12 {
    right: 3rem;
  }
  .sm\:top-2 {
    top: 0.5rem;
  }
  .sm\:top-2\.5 {
    top: 0.625rem;
  }
  .sm\:top-28 {
    top: 7rem;
  }
  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .sm\:size-12 {
    width: 3rem;
    height: 3rem;
  }
  .sm\:size-15 {
    width: 60px;
    height: 60px;
  }
  .sm\:size-16 {
    width: 4rem;
    height: 4rem;
  }
  .sm\:size-20 {
    width: 5rem;
    height: 5rem;
  }
  .sm\:size-25 {
    width: 100px;
    height: 100px;
  }
  .sm\:size-30 {
    width: 120px;
    height: 120px;
  }
  .sm\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }
  .sm\:h-20 {
    height: 5rem;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-5 {
    height: 1.25rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-9 {
    height: 2.25rem;
  }
  .sm\:h-\[320px\] {
    height: 320px;
  }
  .sm\:h-\[400px\] {
    height: 400px;
  }
  .sm\:w-15 {
    width: 60px;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-4 {
    width: 1rem;
  }
  .sm\:w-5 {
    width: 1.25rem;
  }
  .sm\:w-8 {
    width: 2rem;
  }
  .sm\:w-\[400px\] {
    width: 400px;
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pl-\[9\%\] {
    padding-left: 9%;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .\*\:sm\:col-span-6 > * {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:right-15 {
    right: 60px;
  }
  .md\:top-32 {
    top: 8rem;
  }
  .md\:top-4 {
    top: 1rem;
  }
  .md\:top-52 {
    top: 13rem;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-end-4 {
    grid-column-end: 4;
  }
  .md\:col-end-9 {
    grid-column-end: 9;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:size-12 {
    width: 3rem;
    height: 3rem;
  }
  .md\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .md\:size-15 {
    width: 60px;
    height: 60px;
  }
  .md\:size-18 {
    width: 72px;
    height: 72px;
  }
  .md\:size-25 {
    width: 100px;
    height: 100px;
  }
  .md\:size-28 {
    width: 7rem;
    height: 7rem;
  }
  .md\:size-40 {
    width: 10rem;
    height: 10rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-28 {
    height: 7rem;
  }
  .md\:h-\[540px\] {
    height: 540px;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pt-15 {
    padding-top: 60px;
  }
  .md\:pt-\[172px\] {
    padding-top: 172px;
  }
  .md\:text-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-30 {
    top: 120px;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-end-13 {
    grid-column-end: 13;
  }
  .lg\:col-end-6 {
    grid-column-end: 6;
  }
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .lg\:col-end-8 {
    grid-column-end: 8;
  }
  .lg\:col-end-9 {
    grid-column-end: 9;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:ml-\[calc\(\(100\%-940px\)\/2\)\] {
    margin-left: calc((100% - 940px) / 2);
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:size-15 {
    width: 60px;
    height: 60px;
  }
  .lg\:size-20 {
    width: 5rem;
    height: 5rem;
  }
  .lg\:size-30 {
    width: 120px;
    height: 120px;
  }
  .lg\:size-40 {
    width: 10rem;
    height: 10rem;
  }
  .lg\:size-\[130px\] {
    width: 130px;
    height: 130px;
  }
  .lg\:h-15 {
    height: 60px;
  }
  .lg\:h-32 {
    height: 8rem;
  }
  .lg\:h-\[420px\] {
    height: 420px;
  }
  .lg\:h-\[54px\] {
    height: 54px;
  }
  .lg\:h-\[640px\] {
    height: 640px;
  }
  .lg\:max-w-\[unset\] {
    max-width: unset;
  }
  .lg\:max-w-screen-md {
    max-width: 768px;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-t {
    border-top-width: 1px;
  }
  .lg\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .xl\:right-0 {
    right: 0px;
  }
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .xl\:col-end-10 {
    grid-column-end: 10;
  }
  .xl\:col-end-13 {
    grid-column-end: 13;
  }
  .xl\:col-end-4 {
    grid-column-end: 4;
  }
  .xl\:col-end-6 {
    grid-column-end: 6;
  }
  .xl\:col-end-7 {
    grid-column-end: 7;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:ml-\[calc\(\(100\%-1120px\)\/2\)\] {
    margin-left: calc((100% - 1120px) / 2);
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:size-52 {
    width: 13rem;
    height: 13rem;
  }
  .xl\:h-\[800px\] {
    height: 800px;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-\[unset\] {
    max-width: unset;
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-18 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:text-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  @media (min-width: 1400px) {
    .lg\:xxl\:col-start-9 {
      grid-column-start: 9;
    }
  }
}

@media (min-width: 1400px) {
  .xxl\:-right-\[15\%\] {
    right: -15%;
  }
  .xxl\:left-\[74\%\] {
    left: 74%;
  }
  .xxl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xxl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xxl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xxl\:col-start-1 {
    grid-column-start: 1;
  }
  .xxl\:col-start-5 {
    grid-column-start: 5;
  }
  .xxl\:col-start-6 {
    grid-column-start: 6;
  }
  .xxl\:col-start-7 {
    grid-column-start: 7;
  }
  .xxl\:col-start-8 {
    grid-column-start: 8;
  }
  .xxl\:col-start-9 {
    grid-column-start: 9;
  }
  .xxl\:col-end-13 {
    grid-column-end: 13;
  }
  .xxl\:col-end-4 {
    grid-column-end: 4;
  }
  .xxl\:col-end-6 {
    grid-column-end: 6;
  }
  .xxl\:col-end-8 {
    grid-column-end: 8;
  }
  .xxl\:ml-\[calc\(\(100\%-1296px\)\/2\)\] {
    margin-left: calc((100% - 1296px) / 2);
  }
  .xxl\:size-15 {
    width: 60px;
    height: 60px;
  }
  .xxl\:size-30 {
    width: 120px;
    height: 120px;
  }
  .xxl\:size-\[200px\] {
    width: 200px;
    height: 200px;
  }
  .xxl\:size-\[267px\] {
    width: 267px;
    height: 267px;
  }
  .xxl\:w-\[178px\] {
    width: 178px;
  }
  .xxl\:max-w-\[unset\] {
    max-width: unset;
  }
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxl\:flex-row {
    flex-direction: row;
  }
  .xxl\:justify-end {
    justify-content: flex-end;
  }
  .xxl\:gap-25 {
    gap: 100px;
  }
  .xxl\:gap-x-15 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .xxl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xxl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xxl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xxl\:py-18 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (min-width: 1600px) {
  .\33xl\:-right-1\/2 {
    right: -50%;
  }
  .\33xl\:-right-\[25\%\] {
    right: -25%;
  }
  .\33xl\:left-\[80\%\] {
    left: 80%;
  }
  .\33xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .\33xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .\33xl\:col-end-5 {
    grid-column-end: 5;
  }
  .\33xl\:h-20 {
    height: 5rem;
  }
  .\33xl\:h-\[178px\] {
    height: 178px;
  }
}

@media (min-width: 1800px) {
  .\34xl\:col-end-3 {
    grid-column-end: 3;
  }
}
