/*
! tailwindcss v3.1.4 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-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;
}

/*
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;
}

*, ::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-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:  ;
}

::-webkit-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-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-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: 640px) {
  .container {
    max-width: 640px;
  }
}

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

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

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

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

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-\[calc\(50\%-178px\/2\)\] {
  top: calc(50% - 178px / 2);
}

.bottom-0 {
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[100\%\] {
  top: 100%;
}

.right-\[0px\] {
  right: 0px;
}

.right-0 {
  right: 0px;
}

.right-\[10px\] {
  right: 10px;
}

.bottom-\[10px\] {
  bottom: 10px;
}

.top-\[unset\!important\] {
  top: unset !important;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.left-\[0\!important\] {
  left: 0 !important;
}

.right-\[0\!important\] {
  right: 0 !important;
}

.bottom-\[5\%\] {
  bottom: 5%;
}

.top-\[0\%\] {
  top: 0%;
}

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

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

.top-\[49\%\] {
  top: 49%;
}

.left-\[18\%\] {
  left: 18%;
}

.top-\[42\%\] {
  top: 42%;
}

.left-\[45\.5\%\] {
  left: 45.5%;
}

.top-\[81\%\] {
  top: 81%;
}

.left-\[79\.5\%\] {
  left: 79.5%;
}

.top-\[51\%\] {
  top: 51%;
}

.right-\[13\%\] {
  right: 13%;
}

.bottom-\[-20px\!important\] {
  bottom: -20px !important;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-10 {
  z-index: 10;
}

.m-0 {
  margin: 0px;
}

.m-\[auto\] {
  margin: auto;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-\[auto\] {
  margin-left: auto;
}

.mr-\[auto\] {
  margin-right: auto;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[-50px\] {
  margin-top: -50px;
}

.mb-\[0px\] {
  margin-bottom: 0px;
}

.mb-\[150px\] {
  margin-bottom: 150px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.h-screen {
  height: 100vh;
}

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

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

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

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

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

.h-\[100\%\] {
  height: 100%;
}

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

.w-\[60px\] {
  width: 60px;
}

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

.w-full {
  width: 100%;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[47px\] {
  width: 47px;
}

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

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

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

.w-\[40px\] {
  width: 40px;
}

.w-\[30px\!important\] {
  width: 30px !important;
}

.w-\[22px\!important\] {
  width: 22px !important;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[20px\!important\] {
  width: 20px !important;
}

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

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

.w-\[14px\] {
  width: 14px;
}

.max-w-\[100vw\] {
  max-width: 100vw;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[850px\] {
  max-width: 850px;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

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

.scale-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.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;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#ad8763\] {
  --tw-border-opacity: 1;
  border-color: rgb(173 135 99 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(254 220 146 / var(--tw-border-opacity));
}

.border-\[\#fff0\] {
  border-color: #fff0;
}

.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[\#492b21\] {
  --tw-border-opacity: 1;
  border-color: rgb(73 43 33 / var(--tw-border-opacity));
}

.border-\[\#5b2a00\] {
  --tw-border-opacity: 1;
  border-color: rgb(91 42 0 / var(--tw-border-opacity));
}

.border-\[\#EAE4DC\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 228 220 / var(--tw-border-opacity));
}

.border-\[\#D8B16E\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 177 110 / var(--tw-border-opacity));
}

.border-\[\#662E00\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 46 0 / var(--tw-border-opacity));
}

.border-\[\#ac9783\] {
  --tw-border-opacity: 1;
  border-color: rgb(172 151 131 / var(--tw-border-opacity));
}

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

.bg-\[\#361700\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 23 0 / var(--tw-bg-opacity));
}

.bg-\[\#cfaa67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 170 103 / var(--tw-bg-opacity));
}

.bg-\[\#fff0\] {
  background-color: #fff0;
}

.bg-\[\#5b2a00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 42 0 / var(--tw-bg-opacity));
}

.bg-\[black\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#492b21\] {
  --tw-bg-opacity: 1;
  background-color: #a9d735;
}

.bg-\[\#00000085\] {
  background-color: #00000085;
}

.bg-\[\#e0e1e1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 225 225 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(254 220 146 / var(--tw-bg-opacity));
}

.bg-\[\#ffffffc7\] {
  background-color: #ffffffc7;
}

.bg-\[\#ffffffd1\] {
  background-color: #ffffffd1;
}

.bg-\[\#f9b815\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 184 21 / var(--tw-bg-opacity));
}

.bg-\[\#c79311\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 147 17 / var(--tw-bg-opacity));
}

.bg-\[\#eae4dd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 228 221 / var(--tw-bg-opacity));
}

.bg-\[\#eae3dd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 221 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/img\/web\/bg4\.png\'\)\] {
  background-image: url('../img/web/bg4.png');
}

.bg-\[url\(\'\.\.\/img\/web\/down\.png\'\)\] {
  background-image: url('../img/web/down.png');
}

.bg-\[url\(\'\.\.\/img\/web\/down1\.png\'\)\] {
  background-image: url('../img/web/down1.png');
}

.bg-\[url\(\'\.\.\/img\/web\/phone\.png\'\)\] {
  background-image: url('../img/web/phone.png');
}

.bg-\[url\(\'\.\.\/img\/web\/lk\.png\'\)\] {
  background-image: url('../img/web/lk.png');
}

.bg-\[url\(\'\.\.\/img\/web\/prev\.png\'\)\] {
  background-image: url('../img/web/prev.png');
}

.bg-\[url\(\'\.\.\/img\/web\/next\.png\'\)\] {
  background-image: url('../img/web/next.png');
}

.bg-\[url\(\'\.\.\/img\/btnleft\.png\'\)\] {
  background-image: url('../img/btnleft.png');
}

.bg-\[url\(\'\.\.\/img\/btnright\.png\'\)\] {
  background-image: url('../img/btnright.png');
}

.bg-\[url\(\'\.\.\/img\/web\/kit\.png\'\)\] {
  background-image: url('../img/web/kit.png');
}

.bg-\[url\(\.\.\/img\/web\/nut\.png\)\] {
  background-image: url(../img/web/nut.png);
}

.bg-\[url\(\'\.\.\/img\/web\/bg2\.png\'\)\] {
  background-image: url('../img/web/bg2.png');
}

.bg-\[url\(\'\.\.\/img\/web\/bg3\.png\'\)\] {
  background-image: url('../img/web/bg3.png');
}

.bg-\[url\(\'\.\.\/img\/web\/arrows-left\.png\'\)\] {
  background-image: url('../img/web/arrows-left.png');
}

.bg-\[url\(\'\.\.\/img\/web\/arrows-right\.png\'\)\] {
  background-image: url('../img/web/arrows-right.png');
}

.bg-\[url\(\'\.\.\/img\/web\/bg6\.png\'\)\] {
  background-image: url('../img/web/bg6.png');
}

.bg-\[url\(\'\.\.\/img\/web\/bg5\.png\'\)\] {
  background-image: url('../img/web/bg5.png');
}

.bg-\[url\(\'\.\.\/img\/web\/bg1\.png\'\)\] {
  background-image: url('../img/web/bg1.png');
}

.bg-cover {
  background-size: cover;
}

.bg-right {
  background-position: right;
}

.bg-left {
  background-position: left;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

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

.p-10 {
  padding: 2.5rem;
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-\[5rem\] {
  padding-top: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}

.pl-\[1rem\] {
  padding-left: 1rem;
}

.pr-\[1rem\] {
  padding-right: 1rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

.pr-\[1\.5rem\] {
  padding-right: 1.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-\[4rem\] {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-\[7rem\] {
  padding-right: 7rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[0px\] {
  padding-bottom: 0px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.indent-\[15px\] {
  text-indent: 15px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[33px\] {
  font-size: 33px;
}

.text-\[11px\] {
  font-size: 11px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.font-thin {
  font-weight: 100;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.text-primary {
  --tw-text-opacity: 1;
  color: #fff;
}

.text-\[\#906e4d\] {
  --tw-text-opacity: 1;
  color: rgb(144 110 77 / var(--tw-text-opacity));
}

.text-\[\#5b2a00\] {
  --tw-text-opacity: 1;
  color: rgb(91 42 0 / var(--tw-text-opacity));
}

.text-\[\#8c5c1f\] {
  --tw-text-opacity: 1;
  color: rgb(140 92 31 / var(--tw-text-opacity));
}

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

.text-\[\#b6916d\] {
  --tw-text-opacity: 1;
  color: rgb(182 145 109 / var(--tw-text-opacity));
}

.text-\[\#4a2f26\] {
  --tw-text-opacity: 1;
  color: rgb(74 47 38 / var(--tw-text-opacity));
}

.text-\[\#492b21\] {
  --tw-text-opacity: 1;
  color: rgb(73 43 33 / var(--tw-text-opacity));
}

.text-\[\#662E00\] {
  --tw-text-opacity: 1;
  color: rgb(102 46 0 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#807d7a\] {
  --tw-text-opacity: 1;
  color: rgb(128 125 122 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.decoration-solid {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.opacity-0 {
  opacity: 0;
}

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

.outline-0 {
  outline-width: 0px;
}

.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --color-primary: #fedc92 
}

body {
  font-family: 'Inter', sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

.transition-03s {
  transition: 0.3s
}

.transition-05s {
  transition: 0.5s
}

.inner-page {
  margin: auto;
  max-width: 100vw;
  width: 100%;
  position: relative;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
}

.text-split-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.text-split-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-split-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.text-split-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.menu-change a {
  color: #fff;
}

.menu-change .search-rp:before, .menu-change .search-rp:after, .menu-change .lang-collection:after {
  border-color:#5b2a00
}

.menu-change .lang-collection span {
  color: #5b2a00;
  font-family: var(--font-bold)
}

.menu-change .icon-search {
  background: url(../img/web/lkwhite.png)center no-repeat
}

.menu-change .dropdown-lang a{
  color: black !important;
}

.right-about::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 83px;
  background-image: linear-gradient(rgb(255 255 255 / 76%), #fff0);
  opacity: 1;
  transition: 0.3s
}

.item-menu {
  border-bottom: 1px solid #fff0;
  transition: 0.3s
}

.item-menu.active {
  border-color: var(--color-page);
  color: var(--color-page)
}

.menu-change .icon-search {
  background: url(../img/web/lk1.png)center no-repeat
}

.menu-change .hotline {
  /* background: url(../img/web/phone1.png)left center no-repeat; */
  /* color: #fff; */
}

/* about */

#index-section:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
}

.images-project:hover span{
  transform: translateY(0);
  opacity: 1;
}

#pp-nav ul{
  position: relative;
}

#pp-nav ul:before{
  content: '';
  position: absolute;
  border-left: 1px solid rgb(219 215 215 / 23%);
  left: calc(50% - 2px/2);
  height: 95%;
  top: 3px;
  transition:0.3s
}

.pp-nav-change ul:before{
  border-left: 1px solid rgb(91 42 0 / 49%) !important;
}

.pp-nav-change span{
  background: #5b2a00 !important
}

.pp-nav-change .pp-tooltip{
  color: #5b2a00 !important
}

/* active efect */

.active .group-about h3 {
  -webkit-animation: fadeInUpSlow 1.5s ease .4s forwards;
          animation: fadeInUpSlow 1.5s ease .4s forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  opacity: 0;
}

.active .group-about p {
  -webkit-animation: fadeInUp 1s ease .3s forwards;
          animation: fadeInUp 1s ease .3s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.active .swiper-category {
  -webkit-animation: fadeInUpVerySlow 1s ease .3s forwards;
          animation: fadeInUpVerySlow 1s ease .3s forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  opacity: 0;
}

.active .right-about {
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.active .left-product .group-product h3 {
  -webkit-animation: fadeInUp 1s ease .3s forwards;
          animation: fadeInUp 1s ease .3s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.active .left-product .group-product p {
  -webkit-animation: fadeInUp 1s ease .3s forwards;
          animation: fadeInUp 1s ease .3s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.active .left-product .group-product a {
  -webkit-animation: fadeInUp 1s ease .3s forwards;
          animation: fadeInUp 1s ease .3s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.active .right-product {
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.active .pic-product-show {
  transform: scale(1);
  opacity: 1;
}

.active .arrows-product-swiper {
  -webkit-animation: fadeInUp 1s ease .3s forwards;
          animation: fadeInUp 1s ease .3s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.active .images-factory {
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.active .group-factory {
  -webkit-animation: fadeInUpSlow 1s ease .3s forwards;
          animation: fadeInUpSlow 1s ease .3s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.active .swiper-dot {
  -webkit-animation: fadeIn 1.5s ease forwards;
          animation: fadeIn 1.5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
}

.active .group-factory {
  -webkit-animation: fadeInUpSlow 1s ease .3s forwards;
          animation: fadeInUpSlow 1s ease .3s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.active .fadeInSlow {
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  opacity: 0;
}

.active .fadeInRightSlow {
  -webkit-animation: fadeInRightSlow 1.5s ease .6s forwards;
          animation: fadeInRightSlow 1.5s ease .6s forwards;
  opacity: 0;
}

.active .fadeInUpNomal {
  -webkit-animation: fadeInUpNomal 1.5s ease .6s forwards;
          animation: fadeInUpNomal 1.5s ease .6s forwards;
  opacity: 0;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.active .fadeInLeftNomal {
  -webkit-animation: fadeInLeftNomal 1.5s ease .3s forwards;
          animation: fadeInLeftNomal 1.5s ease .3s forwards;
  opacity: 0;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.active .fadeInLeftSlow {
  -webkit-animation: fadeInLeftNomal 1.5s ease .3s forwards;
          animation: fadeInLeftNomal 1.5s ease .3s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.active .fadeInRightNomal {
  -webkit-animation: fadeInRightNomal 1.5s ease .3s forwards;
          animation: fadeInRightNomal 1.5s ease .3s forwards;
  opacity: 0;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.active .fadeInUp {
  -webkit-animation: fadeInUp 1.5s ease .3s forwards;
          animation: fadeInUp 1.5s ease .3s forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  opacity: 0;
}

.active .fadeInUpSlow {
  -webkit-animation: fadeInUpSlow 1.5s ease .4s forwards;
          animation: fadeInUpSlow 1.5s ease .4s forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  opacity: 0;
}

.active .fadeInUpSlow5 {
  -webkit-animation: fadeInUpSlow 1.5s  ease .4s forwards;
          animation: fadeInUpSlow 1.5s  ease .4s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.active .fadeOutSlow {
  -webkit-animation: fadeOutSlow 1s ease forwards;
          animation: fadeOutSlow 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.active .fadeInVerySlow {
  -webkit-animation: fadeInVerySlow 2s ease forwards;
          animation: fadeInVerySlow 2s ease forwards;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  opacity: 0;
}

.active .fadeIn {
  -webkit-animation: fadeIn 0.1s ease forwards;
          animation: fadeIn 0.1s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}

.active .blink-icon:nth-of-type(1) {
  -webkit-animation: fadeInDowndelay_1 0.7s ease forwards;
          animation: fadeInDowndelay_1 0.7s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  opacity: 0;
}

.active .blink-icon:nth-of-type(2) {
  -webkit-animation: fadeInDowndelay_2 0.7s ease forwards;
          animation: fadeInDowndelay_2 0.7s ease forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
}

.active .blink-icon:nth-of-type(3) {
  -webkit-animation: fadeInDowndelay_3 0.7s ease forwards;
          animation: fadeInDowndelay_3 0.7s ease forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  opacity: 0;
}

.active .blink-icon:nth-of-type(4) {
  -webkit-animation: fadeInDowndelay_4 0.7s ease forwards;
          animation: fadeInDowndelay_4 0.7s ease forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
  opacity: 0;
}

.active .box-blue-about:nth-child(1) {
  -webkit-animation-name: goRight;
          animation-name: goRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.active .box-blue-about:nth-child(2) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
}

.active .box-blue-about:nth-child(3) {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  opacity: 0;
}

.active .box-blue-about:nth-child(4) {
  -webkit-animation-name: goLeft;
          animation-name: goLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.active .box-blue-about:nth-child(1), .active .box-blue-about:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
}

.load-thumb.fadeInUpSlow {
  -webkit-animation: fadeInUpSlow 1.5s ease .4s forwards;
          animation: fadeInUpSlow 1.5s ease .4s forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  opacity: 0;
}

/* end active efect */

.right-effect{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#3B3B3B)";
  /*IE 8*/
  /*FF 3.5+*/
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 4px 14px -7px #3B3B3B;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#3B3B3B);
  /*IE 5.5-7*/
}

.name-skew {
  writing-mode: vertical-rl;
  transform: rotate(180deg) !important;
  margin-left: -90px
}

.owl-theme .owl-dots .owl-dot.active span:before {
  border-color: #be5d00
}

.box-modal {
  border: 20px solid #fff
}

.MagicZoom img{
  border-radius: 10px
}

.swiper-group {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important
}

.code-name b {
  border-bottom: 1px solid black;
  padding: 6px 0px;
  display: inline-block;
  margin-bottom: 9px;
}

.pic-product-show {
  bottom: calc(10vw + 40px);
  left: calc(33% - 10vw);
  box-shadow: 0 30px 30px rgb(0 0 0 / 30%);
}

.arrows-product-swiper {
  bottom: 9vw;
  left: calc(33vw - 19px);
}

.group-factory {
  left: calc(50% - 480px/2);
}

.button-detail:hover img.block {
  display: none
}

.button-detail:hover img.hidden {
  display: block
}

.swiper-dot .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  position: relative;
  opacity: 1;
}

.swiper-dot .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border: 1px solid #fff0;
  border-radius: 50%
}

.swiper-dot {
  text-align: center
}

.swiper-dot .swiper-pagination-bullet-active {
  background: var(--color-page)
}

.swiper-dot .swiper-pagination-bullet-active:before {
  border-color: var(--color-page)
}

.item-project:hover .group-project {
  background: #be5d00;
  border-color: #be5d00
}

.name-news:before {
  transition: 0.5s
}

.item-news:nth-child(2) {
  margin-bottom: 0px
}

.map-footer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pp-tooltip {
  top: -8px !important;
  right: 0px !important;
  padding: 0px 27px 0px 0px !important;
  text-transform: uppercase !important;
  color: var(--color-primary) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  border-radius: 40px;
  max-width: unset;
}

.group-box:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/web/box1.png)center/100% 100% no-repeat;
  width: 100%;
  height: 100%;
}

.group-box-right:before{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/web/box2.png)center/100% 100% no-repeat;
  width:calc(100% + 60px);
  height: 100%;
}

.title-cat span.active{
  background:'#5b2a00';
  color:var(--color-primary)
}

.thumb-pro-detail{
  display:block!important;
  border:1px solid #eee;
  padding:5px;
  border-radius:3px;
  cursor:pointer;
  background: #fff
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected{
  border-color:#cecfd2;
}

.thumb-pro-detail img{
  box-shadow:none!important;
  filter:brightness(100%)!important;
  border-bottom:0px!important;
  padding-bottom:0px!important;
}

.control-carousel{
  position:absolute;
  top:calc(50% - 30px/2);
  margin-bottom:0px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  border:1px solid #eee;
  z-index:2;
  background-color:#fff;
  color:#ccc;
  cursor:pointer;
}

.control-carousel:hover{
  background-color:var(--color-page);
  border-color:var(--color-page);
  color:#fff;
}

.prev-carousel{
  left:16px;
}

.next-carousel{
  right:16px;
}

/* repon */

/* loading */

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 99999
}

.load-logo {
  position: relative;
  transition: opacity 0.2s ease-in-out;
  z-index: 5
}

.hide-logo {
  opacity: 0
}

.mask.finish {
  pointer-events: none;
  z-index: -9999
}

.mask span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  transition: opacity 1s ease-in-out;
  z-index: 5
}

.mask::after, .mask::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 52%;
  left: 0;
  background: #ddd;
  transition: height 1s ease-in-out;
  z-index: -1
}

.mask::before {
  top: 0
}

.mask::after {
  bottom: 0
}

.mask.show::after, .mask.show::before {
  height: 0
}

.mask.show span {
  opacity: 0
}

.mask {
}

/* mmenu */

.menu.open .mobile-search {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
}

.mobile-search {
  position: relative;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0%, 100%);
  transition: opacity .2s ease, transform .3s ease;
  /* margin-right: 25px; */
}

.mmenu {
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s ease 0s;
  top: 0;
  height: 73px;
  padding: 15px 20px;
}

.box-mmenu:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  border-radius: 100%;
  width: 200%;
  height: 100%;
  transition: 1.5s;
  transition-duration: 1.5s;
  transform: translateY(-100%) translateX(100%);
}

.menu.open .box-mmenu {
  visibility: visible;
}

.menu.open .box-mmenu:before {
  transform: scale(3);
}

.mmenu.open .combobox {
  visibility: visible;
  opacity: 1;
}

.mmenu.open .lang-collection {
  opacity: 0;
  visibility: hidden
}

.mmenu.open .styles__Bar {
  background-color: #fff !important
}

.styles__Links {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease 0s;
  opacity: 1;
  z-index: 2;
  width: 100%;
}

.styles__Links a {
  color: #fff;
  font-family: var(--font-medium);
  display: block;
  margin-bottom: 20px;
}

.menu.open .mmenu-logo {
  left: calc(50% - 100px/2);
}

.mmenu-logo {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.bar-line-1 {
  height: 1px;
  background: #000;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s, opacity 500ms ease 0s, box-shadow 250ms ease 0s, background-color 500ms ease 0s;
  width: 20px;
}

.bar-line-2 {
  width: 30px;
  height: 1px;
  background-color: #000;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s, opacity 500ms ease 0s, box-shadow 250ms ease 0s, background-color 500ms ease 0s;
  margin: 5px 0px;
}

.bar-line-3 {
  height: 1px;
  background-color: #000;
  transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91) 0s, opacity 500ms ease 0s, box-shadow 250ms ease 0s, background-color 500ms ease 0s;
  width: 20px;
}

.styles__Hamburger.active .bar-line-1 {
  transform: translateY(6px) rotate(45deg);
  width: 20px !important;
}

.styles__Hamburger.active .bar-line-2 {
  transform: scale(0);
}

.styles__Hamburger.active .bar-line-3 {
  transform: translateY(-6px) rotate(-45deg);
  width: 20px !important;
}

.menu.open {
  height: 100vh;
}

.menu.open .nav__list-item,.menu.open .social {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
}

.nav__list-item,.social {
  position: relative;
  font-family: var(--font-bold);
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0%, 100%);
  transition: opacity .2s ease, transform .3s ease;
  /* margin-right: 25px; */
}

.menu.open .nav__list-item:nth-child(1) {
  transition-delay: 0.6s;
}

.menu.open .nav__list-item:nth-child(2) {
  transition-delay: 0.7s;
}

.menu.open .nav__list-item:nth-child(3) {
  transition-delay: 0.8s;
}

.menu.open .nav__list-item:nth-child(4) {
  transition-delay: 0.9s;
}

.menu.open .nav__list-item:nth-child(5) {
  transition-delay: 1s;
}

.menu.open .nav__list-item:nth-child(6) {
  transition-delay: 1.2s;
}

.menu.open .nav__list-item:nth-child(7) {
  transition-delay: 1.4s;
}
.menu.open .nav__list-item:nth-child(8) {
  transition-delay: 1.6s;
}
.menu.open .nav__list-item:nth-child(9) {
  transition-delay: 1.8s;
}
.menu.open .nav__list-item:nth-child(10) {
  transition-delay: 2s;
}

.menu.open .social {
  transition-delay: 1.1s;
}

.mmenu .social {
  text-align: center;
}

.menu.open .combobox {
  opacity: 1;
  visibility: visible
}

/* input placehodel */

.input-text::-webkit-input-placeholder {
  color: #5b2a00;
}

.input-text:-moz-placeholder {
  color: #5b2a00;
}

.input-text::-moz-placeholder {
  color: #5b2a00;
}

.input-text:-ms-input-placeholder {
  color: #5b2a00;
}

.scroll-down {
  animation: opacy 1s infinite;
  -moz-animation: opacy 1s infinite;
  -webkit-animation: opacy 1s infinite;
  -o-animation: opacy 1s infinite;
}

.scroll-up {
  background: url(../img/web/up.png)right center no-repeat
}

@-webkit-keyframes goLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes goRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes goRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInDowndelay_1 {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInDowndelay_1 {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDowndelay_2 {
  0% {
    transform: translateY(-200px) scale(0.7);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) scale(0.7);
    opacity: 1;
  }
}

@keyframes fadeInDowndelay_2 {
  0% {
    transform: translateY(-200px) scale(0.7);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) scale(0.7);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDowndelay_3 {
  0% {
    transform: translateY(-200px) scale(0.7);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) scale(0.7);
    opacity: 1;
  }
}

@keyframes fadeInDowndelay_3 {
  0% {
    transform: translateY(-200px) scale(0.7);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) scale(0.7);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDowndelay_4 {
  0% {
    transform: translateY(-200px) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) scale(0.7);
    opacity: 1;
  }
}

@keyframes fadeInDowndelay_4 {
  0% {
    transform: translateY(-200px) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0px) scale(0.7);
    opacity: 1;
  }
}

@-webkit-keyframes opacy {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(7px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes opacy {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(7px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInVerySlow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInVerySlow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutSlow {
  0% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOutSlow {
  0% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInLeftSlow {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftSlow {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInRightSlow {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRightSlow {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUpVerySlow {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpVerySlow {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeftNomal {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftNomal {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInRightNomal {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRightNomal {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUpNomal {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUpNomal {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.srcoll-respon{
  height: 350px;
}

@media screen and (max-width:850px) {
  .section{
    padding: 60px 10px;
  }

  .menu-fixed{
    background: #000;
    padding: 4px 0px;
  }
}

@media screen and (max-width:600px) {
  .close-modal{
    top: 0 !important;
  }

  .box-modal{
    border:3px solid #fff
  }

  .srcoll-respon{
    height: 350px;
  }

  .box-blue-about-rp:nth-child(2){
    margin-bottom: 30px
  }

  .box-blue-about-rp:nth-child(1), .box-blue-about-rp:nth-child(3){
    width: 200px;
    height: 200px;
    padding: 10px;
  }

  .text-split-5{
    -webkit-line-clamp: 3 !important
  }

  .close-modal {
    top: 20px
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-\[calc\(50\%-12px\/2\)\]::before {
  content: var(--tw-content);
  top: calc(50% - 12px / 2);
}

.before\:bottom-\[90px\]::before {
  content: var(--tw-content);
  bottom: 90px;
}

.before\:right-\[0px\]::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-\[calc\(50\%-2px\/2\)\]::before {
  content: var(--tw-content);
  top: calc(50% - 2px / 2);
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:h-\[12px\]::before {
  content: var(--tw-content);
  height: 12px;
}

.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}

.before\:w-\[100px\]::before {
  content: var(--tw-content);
  width: 100px;
}

.before\:w-\[94px\]::before {
  content: var(--tw-content);
  width: 94px;
}

.before\:border-r-\[1px\]::before {
  content: var(--tw-content);
  border-right-width: 1px;
}

.before\:border-b-\[1px\]::before {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-primary::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: #888d90;
}

.before\:border-\[\#000\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.before\:border-\[black\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.before\:bg-\[url\(\.\.\/img\/web\/line\.png\)\]::before {
  content: var(--tw-content);
  background-image: url(../img/web/line.png);
}

.before\:bg-right::before {
  content: var(--tw-content);
  background-position: right;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-\[calc\(50\%-12px\/2\)\]::after {
  content: var(--tw-content);
  top: calc(50% - 12px / 2);
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-\[12px\]::after {
  content: var(--tw-content);
  height: 12px;
}

.after\:border-r-\[1px\]::after {
  content: var(--tw-content);
  border-right-width: 1px;
}

.after\:border-solid::after {
  content: var(--tw-content);
  border-style: solid;
}

.after\:border-primary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: #888d90;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.social a img{filter: brightness(0) invert(1);}
.hover\:translate-y-\[-10px\]:hover {
  --tw-translate-y: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.1\]: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\:bg-\[\#be5d00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 93 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#5b2a00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 42 0 / var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(254 220 146 / var(--tw-text-opacity));
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-\[\#88582b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(136 88 43 / var(--tw-text-opacity));
}

.hover\:text-\[\#663200\]:hover {
  --tw-text-opacity: 1;
  color: rgb(102 50 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:bg-\[\#fff0\] {
    background-color: #fff0;
  }

  .md\:bg-\[\#5b2a00\] {
    --tw-bg-opacity: 1;
    background-color: rgb(91 42 0 / var(--tw-bg-opacity));
  }

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

  .md\:pl-\[3rem\] {
    padding-left: 3rem;
  }

  .md\:pr-\[3rem\] {
    padding-right: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[25px\] {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-\[2px\] {
    top: 2px;
  }

  .lg\:bottom-\[-10px\] {
    bottom: -10px;
  }

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

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

  .lg\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

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

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:p-\[0px\] {
    padding: 0px;
  }

  .lg\:p-\[2rem\] {
    padding: 2rem;
  }

  .lg\:p-\[15px\] {
    padding: 15px;
  }

  .lg\:p-\[35px\] {
    padding: 35px;
  }

  .lg\:p-\[30px\] {
    padding: 30px;
  }

  .lg\:p-\[20px\] {
    padding: 20px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

  .lg\:pr-\[5rem\] {
    padding-right: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

  .lg\:pr-\[4rem\] {
    padding-right: 4rem;
  }

  .lg\:pl-\[36rem\] {
    padding-left: 36rem;
  }

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

  .lg\:pt-\[5rem\] {
    padding-top: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:text-right {
    text-align: right;
  }

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:left-0 {
    left: 0px;
  }

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

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .\32xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-\[auto\] {
    height: auto;
  }

  .\32xl\:h-\[350px\] {
    height: 350px;
  }

  .\32xl\:h-\[200px\] {
    height: 200px;
  }

  .\32xl\:h-\[345px\] {
    height: 345px;
  }

  .\32xl\:w-\[350px\] {
    width: 350px;
  }

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

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

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

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

  .\32xl\:p-\[20px\] {
    padding: 20px;
  }

  .\32xl\:pt-\[10rem\] {
    padding-top: 10rem;
  }

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

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

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

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

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