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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html,
  body {
  margin: 0px;
  padding: 0px;
}

  body {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
  }
}
.containerPage {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}
.absFull {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.btn {
  display: flex;
  height: 44px;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 196 142 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 196 142 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(156 106 43 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9C6A2B var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover {
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(235 196 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #EBC48E var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
}
.btnBig {
  display: flex;
  height: 54px;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 196 142 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 196 142 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(156 106 43 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9C6A2B var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btnBig:hover {
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(235 196 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #EBC48E var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
}
.btnGrey {
  display: flex;
  height: 54px;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btnGrey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.subTitle {
  position: relative;
  display: inline-block;
  height: 26px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.subTitle::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(235 196 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #EBC48E var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}
.subTitle::after {
  position: absolute;
  inset: 0px;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(235 196 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #EBC48E var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}
.title {
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {

  .title {
    font-size: 32px;
  }
}
.title.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.title.gradient {
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.title.gradient {
  --tw-gradient-to: rgb(156 106 43 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9C6A2B var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.title.gradient {
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
}
.title.gradient {
  -webkit-background-clip: text;
          background-clip: text;
}
.title.gradient {
  color: transparent;
}
.title32 {
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {

  .title32 {
    font-size: 32px;
  }
}
.cap20 {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-top-\[3px\] {
  top: -3px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.end-1 {
  inset-inline-end: 0.25rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-10 {
  left: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[15px\] {
  left: 15px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[6px\] {
  right: 6px;
}
.start-1 {
  inset-inline-start: 0.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-11 {
  top: 2.75rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[50\%\] {
  top: 50%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[60\] {
  z-index: 60;
}
.m-1 {
  margin: 0.25rem;
}
.m-auto {
  margin: auto;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-full {
  height: 100%;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[19\%\] {
  width: 19%;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[69\%\] {
  width: 69%;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[73\%\] {
  width: 73%;
}
.w-\[970px\] {
  width: 970px;
}
.w-full {
  width: 100%;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[830px\] {
  max-width: 830px;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

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

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[35px\] {
  gap: 35px;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#ebedf2\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 242 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-brown {
  --tw-border-opacity: 1;
  border-color: rgb(156 106 43 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[black\]\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\.\.\/images\/menu-heade\.jpg\'\)\] {
  background-image: url('../images/menu-heade.jpg');
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-5 {
  padding: 1.25rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[15px\] {
  padding: 15px;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pl-\[40px\] {
  padding-left: 40px !important;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-\[51px\] {
  padding-left: 51px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-middle {
  vertical-align: middle;
}
.\!text-\[32px\] {
  font-size: 32px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[64px\] {
  font-size: 64px;
}
.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-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!text-brown {
  --tw-text-opacity: 1 !important;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#BDBDBD\] {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(235 196 142 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.overline {
  text-decoration-line: overline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-75 {
  opacity: 0.75;
}
.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-\[5px_0_25px_0_rgba\(94\2c 92\2c 154\2c 0\.1\)\] {
  --tw-shadow: 5px 0 25px 0 rgba(94,92,154,0.1);
  --tw-shadow-colored: 5px 0 25px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.saturate-50 {
  --tw-saturate: saturate(.5);
  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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[a-zA-Z\:_\] {
  a-z-a--z: ;
}
.\[a-z_\:\.\\-\] {
  a-z_: .\-;
}

.img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

/* Header css start */

header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1180px) {

  header {
    height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

header .containerPage {
  z-index: 2;
}

header .containerPage {
  display: flex;
}

header .containerPage {
  max-width: 1470px;
}

header .containerPage {
  align-items: center;
}

header .containerPage {
  justify-content: space-between;
}

header .logo img {
  width: 138px;
}

header .logo img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .logo img {
  transition-duration: 300ms;
}

header .logo img {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 767px) {

  header .logo img {
    width: 120px;
  }
}

header.noBg {
  background-color: transparent !important;
}

header.fixHeader {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

header.fixHeader {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.bghd {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.menuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

@media (max-width: 1180px) {

  .menuWrap {
    gap: 10px;
  }
}

.menuWrap .btn {
  height: 36px;
}

.menuWrap .btn {
  min-width: 107px;
}

.menuWrap ul {
  display: flex;
}

.menuWrap ul {
  gap: 50px;
}

@media (max-width: 1366px) {

  .menuWrap ul {
    gap: 27px;
  }
}

@media (max-width: 1180px) {

  .menuWrap ul {
    flex-direction: column;
  }
}

@media (max-width: 1180px) {

  .menuWrap ul {
    gap: 10px;
  }
}

@media (max-width: 1180px) {

  .menu {
    position: absolute;
    top: 65px;
    right: 15px;
    display: none;
    border-radius: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(201 160 106 / var(--tw-bg-opacity, 1));
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.menu ul {
  display: flex;
}

.menu ul {
  gap: 50px;
}

@media (max-width: 1366px) {

  .menu ul {
    gap: 27px;
  }
}

@media (max-width: 1180px) {

  .menu ul {
    flex-direction: column;
  }
}

@media (max-width: 1180px) {

  .menu ul {
    gap: 10px;
  }
}

nav ul {
  display: flex;
}

nav ul {
  gap: 38px;
}

@media (max-width: 1366px) {

  nav ul {
    gap: 27px;
  }
}

@media (max-width: 1180px) {

  nav ul {
    flex-direction: column;
  }
}

@media (max-width: 1180px) {

  nav ul {
    gap: 10px;
  }
}

nav a {
  font-family: "Poltawski Nowy", sans-serif;
}

nav a {
  font-size: 12px;
}

nav a {
  font-weight: 600;
}

nav a {
  text-transform: uppercase;
}

nav a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

nav a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

nav a {
  transition-duration: 300ms;
}

nav a {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(235 196 142 / var(--tw-text-opacity, 1));
}

@media (max-width: 1180px) {

  nav a {
    font-size: 16px;
  }
}

nav a.active {
  --tw-text-opacity: 1;
  color: rgb(235 196 142 / var(--tw-text-opacity, 1));
}

@media (max-width: 1180px) {

  nav.navFt a {
    font-size: 12px;
  }
}

.hamburger-lines {
	height: 14px;
	width: 18px;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger-lines .line {
	display: block;
	height: 2px;
	width: 100%;
	background: currentColor;
}

.hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
}

.menuMbBtn {
  display: flex;
  display: none;
  height: 36px;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 196 142 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 196 142 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(156 106 43 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9C6A2B var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menuMbBtn:hover {
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(235 196 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #EBC48E var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
}

@media (max-width: 1180px) {

  .menuMbBtn {
    display: flex;
  }
}

.menuMbBtn.active .hamburger-lines .line1 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menuMbBtn.active .hamburger-lines .line3 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ovlMb {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
}

/* Footer css start */
footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 40px;
}
footer .topFt {
  display: flex;
}
footer .topFt {
  align-items: center;
}
footer .topFt {
  justify-content: space-between;
}
footer .topFt {
  padding-bottom: 100px;
}
@media (max-width: 1180px) {

  footer .topFt {
    flex-direction: column;
  }
}
@media (max-width: 1180px) {

  footer .topFt {
    align-items: flex-start;
  }
}
@media (max-width: 1180px) {

  footer .topFt {
    gap: 30px;
  }
}
@media (max-width: 1180px) {

  footer .topFt {
    padding-bottom: 30px;
  }
}
footer .topFt {
  display: flex;
}
footer .topFt {
  align-items: center;
}
footer .topFt {
  justify-content: space-between;
}
footer .topFt {
  padding-bottom: 170px;
}
@media (max-width: 1180px) {

  footer .topFt {
    flex-direction: column;
  }
}
@media (max-width: 1180px) {

  footer .topFt {
    align-items: flex-start;
  }
}
@media (max-width: 1180px) {

  footer .topFt {
    gap: 30px;
  }
}
@media (max-width: 1180px) {

  footer .topFt {
    padding-bottom: 30px;
  }
}
footer .botFt {
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
}
footer .botFt {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .botFt .containerPage {
  display: flex;
}
footer .botFt .containerPage {
  align-items: center;
}
footer .botFt .containerPage {
  justify-content: space-between;
}
footer .botFt .copyRight {
  font-size: 10px;
}
footer .botFt .copyRight {
  text-transform: uppercase;
}
footer .botFt .copyRight {
  letter-spacing: 4px;
}
footer .botFt .copyRight {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 1180px) {

  footer .botFt .navFt ul {
    flex-direction: column;
  }
}
@media (max-width: 1180px) {

  footer .botFt .navFt ul {
    gap: 10px;
  }
}

.Socialwrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.Socialwrap p {
  font-size: 10px;
}

.Socialwrap p {
  text-transform: uppercase;
}

.Socialwrap p {
  letter-spacing: 4px;
}

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

.listSocial {
  display: flex;
  gap: 10px;
}

.listSocial a {
  display: flex;
}

.listSocial a {
  width: 40px;
  height: 40px;
}

.listSocial a {
  align-items: center;
}

.listSocial a {
  justify-content: center;
}

.listSocial a {
  border-radius: 50px;
}

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

.listSocial a {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.listSocial a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.listSocial a {
  transition-duration: 300ms;
}

.listSocial a {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.listSocial a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.listSocial a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Footer css end */

.bannerHomeWrap {
  position: relative;
  height: 650px;
}

@media (max-width: 992px) {

  .bannerHomeWrap {
    height: auto;
  }
}

.bannerHomeWrap > div {
  height: 100%;
}

.bannerHomeWrap > div {
  width: 100%;
}

.bannerHomeWrap .content {
  position: absolute;
}

.bannerHomeWrap .content {
  top: 100px;
}

.bannerHomeWrap .content {
  left: 50%;
}

.bannerHomeWrap .content {
  width: 100%;
}

.bannerHomeWrap .content {
  --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));
}

.bannerHomeWrap .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

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

.bannerLeftSideWrap {
  position: relative;
  height: 500px;
}

@media (max-width: 992px) {

  .bannerLeftSideWrap {
    height: auto;
  }
}

.bannerLeftSideWrap > div {
  height: 100%;
}

.bannerLeftSideWrap > div {
  width: 100%;
}

.bannerLeftSideWrap .content {
  position: absolute;
}

.bannerLeftSideWrap .content {
  top: 50%;
}

.bannerLeftSideWrap .content {
  left: 50%;
}

.bannerLeftSideWrap .content {
  --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));
}

.bannerLeftSideWrap .content {
  --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));
}

@media (max-width: 992px) {

  .bannerLeftSideWrap .content {
    top: 100px;
  }
}

@media (max-width: 992px) {

  .bannerLeftSideWrap .content {
    --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));
  }
}

@media (max-width: 992px) {

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

.bannerCenterSideWrap {
  position: relative;
  height: 500px;
}

@media (max-width: 992px) {

  .bannerCenterSideWrap {
    height: auto;
  }
}

.bannerCenterSideWrap > div {
  height: 100%;
}

.bannerCenterSideWrap > div {
  width: 100%;
}

.bannerCenterSideWrap .content {
  position: absolute;
}

.bannerCenterSideWrap .content {
  top: 50%;
}

.bannerCenterSideWrap .content {
  left: 50%;
}

.bannerCenterSideWrap .content {
  --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));
}

.bannerCenterSideWrap .content {
  --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));
}

.bannerCenterSideWrap .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

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

.bannerCenterSideWrap .content .title {
  font-size: 64px;
}

@media (max-width: 767px) {

  .bannerCenterSideWrap .content .title {
    font-size: 32px;
  }
}

.bannerCenterSideWrap hr {
  display: inline-block;
}

.bannerCenterSideWrap hr {
  height: 1px;
}

.bannerCenterSideWrap hr {
  width: 264px;
}

.bannerCenterSideWrap hr {
  --tw-border-opacity: 1;
  border-color: rgb(235 196 142 / var(--tw-border-opacity, 1));
}

.titleBannerHome {
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(235 196 142 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {

  .titleBannerHome {
    font-size: 50px;
  }
}

.yearBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.yearBanner span {
  display: block;
}

.yearBanner span {
  height: 1px;
}

.yearBanner span {
  width: 30px;
}

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

.yearBanner p {
  font-family: "Poltawski Nowy", sans-serif;
}

.yearBanner p {
  font-size: 32px;
}

.yearBanner p {
  font-weight: 700;
}

.yearBanner p {
  text-transform: uppercase;
}

.yearBanner p {
  letter-spacing: 10px;
}

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

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

.iconUser {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 196 142 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(156 106 43 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9C6A2B var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.iconUser:hover {
  --tw-gradient-from: #EBC48E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 196 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(235 196 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #EBC48E var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #EBC48E var(--tw-gradient-to-position);
}

main {
  min-height: calc(100vh - 200px);
  padding-bottom: 70px;
}

@media (max-width: 767px) {

  main {
    padding-bottom: 40px;
  }
}

main section {
  position: relative;
}

.sectionPage {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 60px;
}

@media (max-width: 767px) {

  .sectionPage {
    padding-top: 40px;
  }
}

.sectionPageNobanner {
  padding-top: 132px;
}

@media (max-width: 1180px) {

  .sectionPageNobanner {
    padding-top: 100px;
  }
}

.sectionPageNobanner {
  display: flex;
  width: 100%;
  justify-content: center;
}

.layoutMain {
  display: flex;
  width: 100%;
  gap: 30px;
}

.sideAds {
  width: 160px;
  flex-shrink: 0;
}

.sideAds .adsWrap {
  position: sticky;
}

.sideAds .adsWrap {
  top: 100px;
}

.ctMainPage {
  display: flex;
  flex-direction: column;
}

.ctMainPage > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

@media (max-width: 767px) {

  .ctMainPage > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }
}

.sectionHomeSignupWrap {
  position: relative;
  aspect-ratio: 1280/450;
  width: 100%;
  border-radius: 15px;
}

@media (max-width: 992px) {

  .sectionHomeSignupWrap {
    aspect-ratio: auto;
  }
}

.sectionHomeSignupWrap .content {
  position: absolute;
}

.sectionHomeSignupWrap .content {
  top: 0px;
}

.sectionHomeSignupWrap .content {
  left: 0px;
}

.sectionHomeSignupWrap .content {
  display: flex;
}

.sectionHomeSignupWrap .content {
  width: 100%;
  height: 100%;
}

.sectionHomeSignupWrap .content {
  flex-direction: column;
}

.sectionHomeSignupWrap .content {
  place-content: center;
}

.sectionHomeSignupWrap .content {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {

  .sectionHomeSignupWrap .content {
    place-content: start;
  }
}

@media (max-width: 767px) {

  .sectionHomeSignupWrap .content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {

  .sectionHomeSignupWrap .content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.sectionHomeSignupWrap .content > div {
  width: 100%;
}

.sectionHomeSignupWrap .content > div {
  max-width: 535px;
}

.sectionHomeSignupWrap .content > div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.sectionHomeSignupWrap .content .cap20 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {

  .sectionHomeSignupWrap .content .title {
    font-size: 32px;
  }
}

.sectionHomeSignupWrap .btnWrap {
  display: flex;
}

.sectionHomeSignupWrap .btnWrap {
  justify-content: flex-start;
}

.titleWrapper {
  display: flex;
  flex-direction: column;
}

.titleWrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.titleWrapper {
  padding-bottom: 35px;
}

@media (max-width: 767px) {

  .titleWrapper {
    padding-bottom: 30px;
  }
}

.itemNominees {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.itemNominees > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.itemNominees.horVer {
  flex-direction: row;
}

.itemNominees.horVer > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.itemNominees.horVer > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 767px) {

  .itemNominees.horVer {
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .itemNominees.horVer > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }
}

@media (max-width: 767px) {

  .itemNominees.horVer > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}

.itemNominees.horVer .image {
  width: 40%;
}

@media (max-width: 767px) {

  .itemNominees.horVer .image {
    width: 100%;
  }
}

.itemNominees .image {
  position: relative;
}

.itemNominees .image {
  aspect-ratio: 416/316;
}

.itemNominees .image {
  width: 100%;
}

.itemNominees .image {
  overflow: hidden;
}

.itemNominees .image {
  border-radius: 10px;
}

.itemNominees .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.itemNominees h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.itemNominees h3 {
  font-size: 20px;
}

.itemNominees h3 {
  font-weight: 600;
}

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

.itemNominees p {
  }

.by {
  font-size: 16px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.by span {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.linkWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btnSliderWrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btnSlider {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 160 106 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btnSlider:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
}

.btnSlider.prev {
  --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));
}

.sliderNomineesHomeWrap {
  position: relative;
}

.sliderNomineesHomeWrap .btnSliderWrap {
  position: absolute;
}

.sliderNomineesHomeWrap .btnSliderWrap {
  top: -85px;
}

.sliderNomineesHomeWrap .btnSliderWrap {
  right: 0px;
}

@media (max-width: 767px) {

  .sliderNomineesHomeWrap .btnSliderWrap {
    position: relative;
  }
}

@media (max-width: 767px) {

  .sliderNomineesHomeWrap .btnSliderWrap {
    top: 0px;
  }
}

@media (max-width: 767px) {

  .sliderNomineesHomeWrap .btnSliderWrap {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .sliderNomineesHomeWrap .btnSliderWrap {
    justify-content: center;
  }
}

@media (max-width: 767px) {

  .sliderNomineesHomeWrap .btnSliderWrap {
    padding-top: 15px;
  }
}

.subTitleSection {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.cate {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.whiteSection {
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 15px;
}

.listHomeMuseum .btn {
  height: 36px;
}

.listCol4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  row-gap: 25px;
}

@media (max-width: 992px) {

  .listCol4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  .listCol4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.listCol2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  row-gap: 25px;
}

@media (max-width: 767px) {

  .listCol2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.listNewsHomeWrap {
  position: relative;
}

.listNewsHomeWrap .btnSliderWrap {
  position: absolute;
}

.listNewsHomeWrap .btnSliderWrap {
  top: -86px;
}

.listNewsHomeWrap .btnSliderWrap {
  right: 0px;
}

@media (max-width: 992px) {

  .listNewsHomeWrap .btnSliderWrap {
    position: relative;
  }
}

@media (max-width: 992px) {

  .listNewsHomeWrap .btnSliderWrap {
    top: 0px;
  }
}

.listNewsHome {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media (max-width: 992px) {

  .listNewsHome {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.listNewsHome .itemNews:first-child {
  grid-column: span 1 / span 1;
}

.listNewsHome .itemNews:first-child {
  grid-row: span 2 / span 2;
}

.listNewsHome .itemNews:first-child {
  flex-direction: column;
}

@media (max-width: 992px) {

  .listNewsHome .itemNews:first-child {
    grid-column: span 1 / span 1;
  }
}

@media (max-width: 992px) {

  .listNewsHome .itemNews:first-child {
    grid-row: span 1 / span 1;
  }
}

.listNewsHome .itemNews:first-child .image {
  aspect-ratio: 593/355;
}

.listNewsHome .itemNews:first-child .image {
  width: 100%;
}

.listNewsHome .itemNews:first-child .content {
  width: 100%;
}

.listNewsHome .itemNews:first-child .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.listNewsHome .itemNews:first-child .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.listNews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

@media (max-width: 992px) {

  .listNews {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.itemNews {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 15px;
}

@media (max-width: 767px) {

  .itemNews {
    flex-direction: column;
  }
}

.itemNews .image {
  aspect-ratio: 308/233;
}

.itemNews .image {
  width: 45%;
}

.itemNews .image {
  overflow: hidden;
}

.itemNews .image {
  border-radius: 10px;
}

@media (max-width: 767px) {

  .itemNews .image {
    width: 100%;
  }
}

.itemNews .image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.itemNews .content {
  width: 55%;
}

.itemNews .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

@media (max-width: 767px) {

  .itemNews .content {
    width: 100%;
  }
}

.itemNews .date {
  font-size: 14px;
}

.itemNews .date {
  font-weight: 700;
}

.itemNews .date {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.itemNews h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.itemNews h3 {
  font-size: 20px;
}

.itemNews h3 {
  font-weight: 600;
}

.itemNews h3 {
  line-height: 1.1;
}

.itemNews h3 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.itemNews .description {
  font-size: 14px;
}

.itemNews .description {
  line-height: 1.2;
}

.itemNews .description {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.botHomeNews {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.dateWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btnArHor {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btnArHor:hover {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.sectionHomeMain {
  position: relative;
  min-height: 430px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.sectionHomeMain .content {
  position: relative;
}

.sectionHomeMain .content {
  padding-left: 30px;
  padding-right: 30px;
}

.sectionHomeMain .content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionHomeMain .content > div {
  margin: auto;
}

.sectionHomeMain .content > div {
  display: flex;
}

.sectionHomeMain .content > div {
  width: 100%;
}

.sectionHomeMain .content > div {
  flex-direction: column;
}

.sectionHomeMain .content > div {
  justify-content: center;
}

.sectionHomeMain .content > div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.sectionHomeMain .content > div {
  padding-left: 100px;
  padding-right: 100px;
}

.sectionHomeMain .content > div {
  text-align: center;
}

.sectionHomeMain .content > div p {
  font-weight: 300;
}

.sectionHomeMain .content > div p {
  line-height: 1.7;
}

.popup .ct {
  display: flex;
}

.popup .ct {
  overflow: hidden;
}

.popup .ct {
  border-radius: 20px;
}

.popup .image {
  width: 45%;
}

.popup .content {
  width: 55%;
}

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

.popup .content {
  padding: 22px;
}

.popup .content {
  padding-top: 60px;
}

@media (max-width: 767px) {

  .popup .content {
    width: 100%;
  }
}

.popup .content h2 {
  padding-bottom: 24px;
}

.popup .content h2 {
  font-family: "Poltawski Nowy", sans-serif;
}

.popup .content h2 {
  font-size: 24px;
}

.popup .content h2 {
  font-weight: 700;
}

.popup .content h2 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.formPopupWrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.formPopupWrap > div {
  display: flex;
}

.formPopupWrap > div {
  flex-direction: column;
}

.formPopupWrap > div p {
  font-size: 14px;
}

.formPopupWrap > div p a {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.formPopupWrap > div p a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#VoteSuccessPopup {
}
.ctVoteAlert {
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
}
.ctVoteAlert .content {
  width: 100%;
}
.ctVoteAlert .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(35px * var(--tw-space-y-reverse));
}
.ctVoteAlert .content {
  padding-bottom: 40px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.listLogSocialWrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.listLogSocialWrap {
  padding-top: 70px;
}

.listLogSocial {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.listLogSocial a {
  display: flex;
}

.listLogSocial a {
  height: 45px;
}

.listLogSocial a {
  align-items: center;
}

.listLogSocial a {
  justify-content: center;
}

.listLogSocial a {
  gap: 5px;
}

.listLogSocial a {
  border-radius: 8px;
}

.listLogSocial a {
  border-width: 1px;
}

.listLogSocial a {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity, 1));
}

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

.listLogSocial a {
  font-family: "Poltawski Nowy", sans-serif;
}

.listLogSocial a {
  font-size: 20px;
}

.listLogSocial a {
  font-weight: 600;
}

.listLogSocial a {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.listLogSocial a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.listLogSocial a {
  transition-duration: 300ms;
}

.listLogSocial a {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.listLogSocial a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 106 43 / var(--tw-border-opacity, 1));
}

.listLogSocial a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
}

.listLogSocial a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.listLogSocial a span {
  font-size: 16px;
}

.linkForgot {
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

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

.filterWrap {
  position: relative;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.ctFilter {
  display: flex;
  gap: 15px;
  border-radius: 16px;
  padding: 10px;
}

@media (max-width: 767px) {

  .ctFilter {
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .ctFilter .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .ctFilter .btn {
    justify-content: center;
  }
}

.pNominees .sectionPage, .pMuseumDetail .sectionPage {
  padding-top: 40px;
}

.pNominees .ctMainPage > :not([hidden]) ~ :not([hidden]), .pMuseumDetail .ctMainPage > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.imgWrap {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 196 142 / var(--tw-border-opacity, 1));
}

.pNomineesDetail .imgWrap, .pAboutUs .imgWrap {
  margin-top: -120px;
}

@media (max-width: 767px) {

  .pNomineesDetail .imgWrap, .pAboutUs .imgWrap {
    margin-top: -80px;
  }
}

.pNomineesDetail .ctMainPage > :not([hidden]) ~ :not([hidden]), .pAboutUs .ctMainPage > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.nomineesDetailInfo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 992px) {

  .nomineesDetailInfo {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.nomineesDetailInfo .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.nomineesDetailInfo .info {
  font-size: 20px;
}

.nomineesDetailInfo .info {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.btnVoteWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btnVoteWrap h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.btnVoteWrap h3 {
  font-size: 32px;
}

.btnVoteWrap h3 {
  font-weight: 700;
}

.btnVoteWrap h3 {
  text-transform: uppercase;
}

.btnVoteWrap h3 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {

  .shareDetail {
    width: 100%;
  }
}

.shareDetail .share {
  display: flex;
}

.shareDetail .share {
  align-items: center;
}

.shareDetail .share {
  gap: 10px;
}

.shareDetail p {
  font-size: 16px;
}

.listShareSocial {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {

  .listShareSocial {
    flex-direction: row;
    gap: 10px;
  }
}

.listShareSocial a {
  display: flex;
}

.listShareSocial a {
  width: 40px;
  height: 40px;
}

.listShareSocial a {
  align-items: center;
}

.listShareSocial a {
  justify-content: center;
}

.listShareSocial a {
  border-radius: 50px;
}

.listShareSocial a {
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
}

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

.listShareSocial a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.listShareSocial a {
  transition-duration: 300ms;
}

.listShareSocial a {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.listShareSocial a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.listShareSocial a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.highLightWrap {
  display: flex;
  flex-direction: column;
}

.highLightWrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

@media (max-width: 767px) {

  .highLightWrap > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }
}

.highLightWrap .title {
  font-size: 32px;
}

.itemHighlight {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}

.itemHighlight > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.itemHighlight .image {
  position: relative;
}

.itemHighlight .image {
  aspect-ratio: 308/173;
}

.itemHighlight .image {
  width: 100%;
}

.itemHighlight .image {
  overflow: hidden;
}

.itemHighlight .image {
  border-radius: 10px;
}

.voteWrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.voteWrap {
  text-align: center;
}

.voteWrap p {
  font-size: 20px;
}

.voteWrap p {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.voteWrap p span {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.voteWrap .btnVoteWrap {
  justify-content: center;
}

.contentDetail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}

.contentDetail h2 {
  font-family: "Poltawski Nowy", sans-serif;
}

.contentDetail h2 {
  font-size: 24px;
}

.contentDetail h2 {
  font-weight: 700;
}

.contentDetail h2 {
  text-transform: uppercase;
}

.contentDetail h2 {
  line-height: 1.25;
}

.contentDetail h2 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.contentDetail h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.contentDetail h3 {
  font-size: 20px;
}

.contentDetail h3 {
  font-weight: 700;
}

.contentDetail h3 {
  text-transform: uppercase;
}

.contentDetail h3 {
  line-height: 1.25;
}

.contentDetail h3 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.contentDetail ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.contentDetail ul {
  padding-left: 20px;
}

.contentDetail ul li {
  list-style-position: outside;
}

.contentDetail ul li {
  list-style-type: disc;
}

.contentDetail ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.contentDetail ol {
  padding-left: 20px;
}

.contentDetail ol li {
      list-style-type: decimal;
      list-style-position: outside;
    }

.contentDetail table {
  width: 100%;
}

.contentDetail table {
  border-width: 1px;
}

.contentDetail table {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity, 1));
}

.contentDetail table td {
  border-width: 1px;
}

.contentDetail table td {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity, 1));
}

.contentDetail table td {
  padding: 10px;
}

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

.itemMuseum {
  position: relative;
  display: flex;
  flex-direction: column;
}

.itemMuseum > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.itemMuseum .image {
  position: relative;
}

.itemMuseum .image {
  aspect-ratio: 398/302;
}

.itemMuseum .image {
  width: 100%;
}

.itemMuseum .image {
  overflow: hidden;
}

.itemMuseum .image {
  border-radius: 10px;
}

.itemMuseum .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

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

.itemMuseum h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.itemMuseum h3 {
  font-size: 20px;
}

.itemMuseum h3 {
  font-weight: 600;
}

.itemMuseum h3 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.listMuseumDetail {
  -moz-columns: 3;
       columns: 3;
  gap: 25px;
}

@media (max-width: 767px) {

  .listMuseumDetail {
    -moz-columns: 2;
         columns: 2;
  }
}

.itemMuseumDetail {
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}

.itemMuseumDetail .image {
  width: 100%;
  height: 100%;
}

.itemMuseumDetail .image {
  cursor: pointer;
}

.itemMuseumDetail .image {
  overflow: hidden;
}

.itemMuseumDetail .image {
  border-radius: 10px;
}

.itemMuseumDetail .image img {
  height: 100%;
}

.itemMuseumDetail .image img {
  width: 100%;
}

.itemMuseumDetail .image img {
  cursor: pointer;
}

.itemMuseumDetail .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.itemMuseumDetail .image img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.itemMuseumDetail .image img {
  transition-duration: 700ms;
}

.subMenuWrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 992px) {

  .subMenuWrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.subMenuWrap button {
  display: flex;
}

.subMenuWrap button {
  height: 58px;
}

.subMenuWrap button {
  align-items: center;
}

.subMenuWrap button {
  justify-content: center;
}

.subMenuWrap button {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.subMenuWrap button {
  font-family: "Poltawski Nowy", sans-serif;
}

.subMenuWrap button {
  font-size: 20px;
}

.subMenuWrap button {
  font-weight: 600;
}

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

.subMenuWrap button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.subMenuWrap button {
  transition-duration: 300ms;
}

.subMenuWrap button {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.subMenuWrap button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 160 106 / var(--tw-bg-opacity, 1));
}

.subMenuWrap button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {

  .subMenuWrap button {
    height: 46px;
  }
}

.subMenuWrap button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(201 160 106 / var(--tw-bg-opacity, 1));
}

.subMenuWrap button.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tabWrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.tabSubmission {
  display: none;
}

.tabSubmission > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.btnDownloadSub {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btnDownloadSub:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.btnDownloadSub span {
  }

.listAcc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
}

.listAcc .item {
  margin-bottom: 10px;
}

.listAcc .item {
  border-radius: 20px;
}

.listAcc .item {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.listAcc .item {
  padding-left: 30px;
  padding-right: 30px;
}

.listAcc .item.active .icoAcc {
  --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));
}

.listAcc .item.active .titleAcc {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.listAcc .copy {
  display: none;
}

.listAcc .copy {
  padding-top: 10px;
  padding-bottom: 10px;
}

.listAcc .copy {
  padding-bottom: 30px;
}

.titleAcc {
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 35px;
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.titleAcc:hover {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.icoAcc {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  --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));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.submitFormWrap {
  padding-top: 35px;
}

.submitFormWrap h2 {
  padding-bottom: 20px;
}

.submitFormWrap h2 {
  font-family: "Poltawski Nowy", sans-serif;
}

.submitFormWrap h2 {
  font-size: 20px;
}

.submitFormWrap h2 {
  font-weight: 600;
}

.submitFormWrap h2 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.ctFormSub {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ctFormSub label {
  padding-bottom: 7px;
}

.inputFileWrap .ar {
  position: absolute;
}

.inputFileWrap .ar {
  top: 50%;
}

.inputFileWrap .ar {
  right: 30px;
}

.inputFileWrap .ar {
  z-index: 3;
}

.inputFileWrap .ar {
  display: block;
}

.inputFileWrap .ar {
  --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));
}

.inputFileWrap .ar {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.inputFileWrap .ar {
  transition-duration: 300ms;
}

.inputFileWrap .ar {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.inputFileWrap .inputF {
  position: relative;
}

.inputFileWrap .inputF {
  display: flex;
}

.inputFileWrap .inputF {
  cursor: pointer;
}

.inputFileWrap .inputF {
  align-items: center;
}

.inputFile {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.entryFormInfo {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media (max-width: 992px) {

  .entryFormInfo {
    flex-direction: column;
    gap: 20px;
  }
}

.entryFormInfo .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

.entryFormInfo .image {
  width: 325px;
}

.entryFormInfo .image {
  flex-shrink: 0;
}

.entryFormInfo .image {
  overflow: hidden;
}

.entryFormInfo .image {
  border-radius: 20px;
}

@media (max-width: 992px) {

  .entryFormInfo .image {
    width: 100%;
  }
}

.entryFormInfo .info {
  position: relative;
}

.entryFormInfo .info {
  padding-left: 20px;
}

.entryFormInfo .info {
  font-size: 20px;
}

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

.entryFormInfo .info::after {
  content: var(--tw-content);
  top: 2px;
}

.entryFormInfo .info::after {
  content: var(--tw-content);
  left: 0px;
}

.entryFormInfo .info::after {
  content: var(--tw-content);
  height: 35px;
}

.entryFormInfo .info::after {
  content: var(--tw-content);
  width: 1px;
}

.entryFormInfo .info::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
}

.entryFormInfo .info::after {
  --tw-content: '';
  content: var(--tw-content);
}

.entryFormInfo .listItem {
  position: relative;
}

.entryFormInfo .listItem {
  display: grid;
}

.entryFormInfo .listItem {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entryFormInfo .listItem {
  gap: 30px;
}

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

.entryFormInfo .listItem::after {
  content: var(--tw-content);
  top: 2px;
}

.entryFormInfo .listItem::after {
  content: var(--tw-content);
  left: 50%;
}

.entryFormInfo .listItem::after {
  content: var(--tw-content);
  height: 60px;
}

.entryFormInfo .listItem::after {
  content: var(--tw-content);
  width: 1px;
}

.entryFormInfo .listItem::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(235 196 142 / var(--tw-bg-opacity, 1));
}

.entryFormInfo .listItem::after {
  --tw-content: '';
  content: var(--tw-content);
}

@media (max-width: 992px) {

  .entryFormInfo .listItem {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {

  .entryFormInfo .listItem {
    gap: 15px;
  }
}

@media (max-width: 992px) {

  .entryFormInfo .listItem::after {
    content: var(--tw-content);
    display: none;
  }
}

.entryFormInfo .item {
  display: flex;
}

.entryFormInfo .item {
  flex-direction: column;
}

.entryFormInfo .item {
  gap: 15px;
}

.entryFormInfo .item div {
  display: flex;
}

.entryFormInfo .item h2 {
  font-family: "Poltawski Nowy", sans-serif;
}

.entryFormInfo .item h2 {
  font-size: 32px;
}

.entryFormInfo .item h2 {
  font-weight: 600;
}

.entryFormInfo .item h2 {
  text-transform: uppercase;
}

.entryFormInfo .item h2 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.pagingWrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

@media (max-width: 767px) {

  .pagingWrap {
    flex-direction: column;
    justify-content: center;
  }

  .pagingWrap > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }
}

.Pagination ul {
  display: flex;
}

.Pagination ul {
  align-items: center;
}

@media (max-width: 767px) {

  .Pagination ul {
    justify-content: center;
  }
}

.Pagination a,
  .Pagination p {
  display: flex;
}

.Pagination a,
  .Pagination p {
  width: 40px;
  height: 40px;
}

.Pagination a,
  .Pagination p {
  align-items: center;
}

.Pagination a,
  .Pagination p {
  justify-content: center;
}

.Pagination a,
  .Pagination p {
  gap: 10px;
}

.Pagination a,
  .Pagination p {
  border-radius: 9999px;
}

.Pagination a,
  .Pagination p {
  background-color: transparent;
}

.Pagination a,
  .Pagination p {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.Pagination a,
  .Pagination p {
  font-family: "Geologica", sans-serif;
}

.Pagination a,
  .Pagination p {
  font-size: 16px;
}

.Pagination a,
  .Pagination p {
  line-height: 1.25;
}

.Pagination a,
  .Pagination p {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.Pagination a:hover,
  .Pagination p:hover {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.Pagination p {
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
}

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

.Pagination p:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btnPage {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 196 142 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.pNewsDetail .ctMainPage > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.pNewsDetail .imgWrap {
  margin-top: -200px;
}

.infoNewsWrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.infoNewsWrap .date {
  font-weight: 700;
}

.pContactUs .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

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

.pContactUs .content .title {
  font-size: 32px;
}

.listResult {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

@media (max-width: 992px) {

  .listResult {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.listResult .itemNominees:first-child {
  grid-column: span 2 / span 2;
}

.listResult .itemNominees:first-child {
  grid-row: span 2 / span 2;
}

.listResult .itemNominees:first-child {
  flex-direction: column;
}

@media (max-width: 992px) {

  .listResult .itemNominees:first-child {
    grid-column: span 1 / span 1;
  }
}

@media (max-width: 992px) {

  .listResult .itemNominees:first-child {
    grid-row: span 1 / span 1;
  }
}

.listResult .itemNominees:first-child h3 {
  font-size: 48px;
}

@media (max-width: 767px) {

  .listResult .itemNominees:first-child h3 {
    font-size: 32px;
  }
}

.pAccount .ctMainPage > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.personalInfoWrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

.personalInfoWrap .formGroup {
  display: grid;
}

.personalInfoWrap .formGroup {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.personalInfoWrap .formGroup {
  gap: 35px;
}

@media (max-width: 767px) {

  .personalInfoWrap .formGroup {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  .personalInfoWrap .formGroup {
    gap: 15px;
  }
}

.personalInfoWrap .filterWrap {
  border-radius: 20px;
}

.personalInfoWrap .filterWrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.personalInfoBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.connectSocial > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

.listConnectSocial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

@media (max-width: 767px) {

  .listConnectSocial {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
}

.listConnectSocial .item {
  display: flex;
}

.listConnectSocial .item {
  align-items: center;
}

.listConnectSocial .item {
  justify-content: space-between;
}

.listConnectSocial .item {
  gap: 15px;
}

.listConnectSocial .item .ico {
  display: flex;
}

.listConnectSocial .item .ico {
  width: 48px;
  height: 48px;
}

.listConnectSocial .item .ico {
  align-items: center;
}

.listConnectSocial .item .ico {
  justify-content: center;
}

.listConnectSocial .item .ico {
  border-radius: 50px;
}

.listConnectSocial .item .ico {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.listConnectSocial .item .ico {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.listConnectSocial .item .ico {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.listConnectSocial .item .ico {
  transition-duration: 300ms;
}

.listConnectSocial .item .ico {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.listConnectSocial .item .ico:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.listConnectSocial .item .ico:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.listConnectSocial .item .content h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.listConnectSocial .item .content h3 {
  font-size: 20px;
}

.listConnectSocial .item .content h3 {
  font-weight: 600;
}

.listConnectSocial .item .content h3 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.listConnectSocial .item .content p {
  font-size: 14px;
}

.listConnectSocial .item .content p {
  --tw-text-opacity: 1;
  color: rgb(235 196 142 / var(--tw-text-opacity, 1));
}

.socialInfoWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.videoWrap {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}

.videoWrap a {
  z-index: 3;
}

.btnPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 60px;
  height: 60px;
  --tw-translate-y: -50%;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 106 43 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.nmnContent > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.nmnContent {
  padding-top: 15px;
}

.nmnContent .btnWrap {
  display: flex;
}

.nmnContent .btnWrap {
  align-items: center;
}

.nmnContent .btnWrap {
  justify-content: space-between;
}

.nmnContent .btnWrap {
  gap: 15px;
}

.nmnContent .share {
  display: flex;
}

.nmnContent .share {
  align-items: center;
}

.nmnContent .share {
  gap: 10px;
}

.voteCount {
  display: flex;
  height: 53px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.voteCount input {
  width: 70px;
}

.voteCount input {
  text-align: center;
}

.voteCount input {
  font-size: 20px;
}

.voteCount .plus,
  .voteCount .minus {
  cursor: pointer;
}

.voteCount .plus,
  .voteCount .minus {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.voteCount .plus,
  .voteCount .minus {
  transition-duration: 300ms;
}

.voteCount .plus,
  .voteCount .minus {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.voteCount .plus:hover,
  .voteCount .minus:hover {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.listVote {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  row-gap: 50px;
}

@media (max-width: 767px) {

  .listVote {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.itemVote {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

@media (max-width: 1180px) {

  .itemVote {
    width: 100%;
    flex-direction: column;
  }
}

.itemVote .image {
  position: relative;
}

.itemVote .image {
  aspect-ratio: 197/150;
}

.itemVote .image {
  width: 100%;
}

.itemVote .image {
  overflow: hidden;
}

.itemVote .image {
  border-radius: 10px;
}

.itemVote .content {
  width: 58%;
}

.itemVote .content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

@media (max-width: 1180px) {

  .itemVote .content {
    width: 100%;
  }
}

@media (max-width: 1180px) {

  .itemVote .content {
    flex: 1 1 0%;
  }
}

.itemVote h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.itemVote h3 {
  font-size: 20px;
}

.itemVote h3 {
  font-weight: 600;
}

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

.titleHistory {
  display: flex;
  align-items: center;
  gap: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {

  .titleHistory {
    display: none;
  }
}

.titleHistory h2 {
  font-family: "Poltawski Nowy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 66px;
}

.itemHistory {
  display: flex;
  height: auto;
  align-items: flex-start;
  gap: 20px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 196 142 / var(--tw-border-opacity, 1));
  padding: 20px;
}

@media (max-width: 767px) {

  .itemHistory {
    flex-direction: column;
  }
}

.itemHistory h3 {
  font-family: "Poltawski Nowy", sans-serif;
}

.itemHistory h3 {
  font-size: 20px;
}

.itemHistory h3 {
  font-weight: 600;
}

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

.itemHistory h4 {
  font-family: "Poltawski Nowy", sans-serif;
}

.itemHistory h4 {
  font-size: 20px;
}

.itemHistory h4 {
  font-weight: 600;
}

.itemHistory h4 {
  text-transform: uppercase;
}

.itemHistory h4 {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}

.changePasswordWrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

.changePasswordWrap .formGroup {
  display: grid;
}

.changePasswordWrap .formGroup {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.changePasswordWrap .formGroup {
  gap: 35px;
}

@media (max-width: 767px) {

  .changePasswordWrap .formGroup {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  .changePasswordWrap .formGroup {
    gap: 15px;
  }
}

.nominees_list {
  display: flex;
  gap: 10px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 5px 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.nominees_list .serial {
    font-size: 70%;
    width: 10%;
  }

.nominees_list .name {
    width: 30%;
  }

.nominees_list .image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }

.nominees_list .song {
    width: 45%;
  }

.nominees_list .count {
    width: 50px;
    height: 50px;
    font-size: 140%;
    background: plum;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

.nominees_list:last-child {
    margin-bottom: 0;
  }

@media (max-width: 1650px) {
	.sideAds {
    display: none;
  }
}



@media (max-width: 767px) {
	.popup .contentPu {
    padding-left: 15px;
    padding-right: 15px;
  }

	.popup .btnMenu {
    right: 20px !important;
  }
  .nominees_list .serial {
    display: none;
  }

  .nominees_list .image {
    width: 50px;
    height: 50px;
  }
  .nominees_list {
    font-size: 13px;
    gap: 3px;
  }
  .nominees_list .count {
    font-size: 100%;
  }
  .sectionHomeMain .content > div {
    padding: 0;
  }
  .sectionHomeMain .content > div p {
    font-size: 14px;
  }
  footer .botFt .containerPage {
    flex-direction: column;
    text-align: center;
  }
  footer .botFt .copyRight {
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}




.placeholder\:tracking-widest::-moz-placeholder {
  letter-spacing: 0.1em;
}




.placeholder\:tracking-widest::placeholder {
  letter-spacing: 0.1em;
}




.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}




.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}




.hover\:bg-gray-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1);
}




.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}




.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}




.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}




.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}




.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}




.hover\:text-brown:hover {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}




.hover\:opacity-70:hover {
  opacity: 0.7;
}




.hover\:opacity-80:hover {
  opacity: 0.8;
}




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




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




.group:hover .group-hover\:translate-x-\[10px\] {
  --tw-translate-x: 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));
}




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




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




.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}




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




.group:hover .group-hover\:text-brown {
  --tw-text-opacity: 1;
  color: rgb(156 106 43 / var(--tw-text-opacity, 1));
}




.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}




.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}




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




.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}




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




.group:hover .group-hover\:ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}




.group:hover .group-hover\:saturate-100 {
  --tw-saturate: saturate(1);
  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);
}




@media (min-width: 640px) {

  .sm\:relative {
    position: relative;
  }

  .sm\:top-0 {
    top: 0px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\: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));
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

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




@media (min-width: 768px) {

  .md\:inline {
    display: inline;
  }

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




@media (min-width: 1024px) {

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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




@media (min-width: 1280px) {

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}




@media (max-width: 1180px) {

  .tl-l\:hidden {
    display: none;
  }

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




@media (max-width: 992px) {

  .tl-p\:block {
    display: block;
  }

  .tl-p\:hidden {
    display: none;
  }

  .tl-p\: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));
  }

  .tl-p\:flex-col {
    flex-direction: column;
  }

  .tl-p\:items-start {
    align-items: flex-start;
  }

  .tl-p\:justify-start {
    justify-content: flex-start;
  }

  .tl-p\:justify-center {
    justify-content: center;
  }

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




@media (max-width: 767px) {

  .mb\:hidden {
    display: none;
  }

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

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

  .mb\:flex-col {
    flex-direction: column;
  }

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

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

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

  .mb\:space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }
}




.ltr\:-left-\[3px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: -3px;
}




.ltr\:-right-16:where([dir="ltr"], [dir="ltr"] *) {
  right: -4rem;
}




.ltr\:-right-2:where([dir="ltr"], [dir="ltr"] *) {
  right: -0.5rem;
}




.ltr\:left-\[95\%\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 95%;
}




.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}




.ltr\:right-2:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.5rem;
}




.ltr\:right-6:where([dir="ltr"], [dir="ltr"] *) {
  right: 1.5rem;
}




.ltr\:right-auto:where([dir="ltr"], [dir="ltr"] *) {
  right: auto;
}




.ltr\:-ml-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -0.25rem;
}




.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.25rem;
}




.ltr\:ml-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.375rem;
}




.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.5rem;
}




.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: auto;
}




.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.25rem;
}




.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.5rem;
}




.ltr\:pl-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.75rem;
}




.ltr\:pl-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1rem;
}




.ltr\:pl-9:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 2.25rem;
}




.ltr\:pr-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0.75rem;
}




.ltr\:pr-9:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 2.25rem;
}




@media (min-width: 640px) {

  .sm\:ltr\:-right-2:where([dir="ltr"], [dir="ltr"] *) {
    right: -0.5rem;
  }

  .ltr\:sm\:ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px;
  }

  .sm\:ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: auto;
  }

  .ltr\:sm\:pr-4:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 1rem;
  }

  .ltr\:sm\:text-left:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
  }
}




.rtl\:-left-16:where([dir="rtl"], [dir="rtl"] *) {
  left: -4rem;
}




.rtl\:-left-2:where([dir="rtl"], [dir="rtl"] *) {
  left: -0.5rem;
}




.rtl\:-right-\[3px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: -3px;
}




.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}




.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.5rem;
}




.rtl\:left-6:where([dir="rtl"], [dir="rtl"] *) {
  left: 1.5rem;
}




.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
}




.rtl\:right-\[95\%\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 95%;
}




.rtl\:-mr-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -0.25rem;
}




.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.25rem;
}




.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem;
}




.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.25rem;
}




.rtl\:mr-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.375rem;
}




.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem;
}




.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: auto;
}




.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}




.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}




.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
}




.rtl\:pl-9:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2.25rem;
}




.rtl\:pr-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.75rem;
}




.rtl\:pr-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1rem;
}




.rtl\:pr-9:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 2.25rem;
}




@media (min-width: 640px) {

  .sm\:rtl\:-left-2:where([dir="rtl"], [dir="rtl"] *) {
    left: -0.5rem;
  }

  .sm\:rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: auto;
  }

  .sm\:rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
  }

  .rtl\:sm\:pl-4:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1rem;
  }

  .rtl\:sm\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}




@media (prefers-color-scheme: dark) {

  .dark\:divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(255 255 255 / 0.1);
  }

  .dark\:border-\[\#191e3a\] {
    --tw-border-opacity: 1;
    border-color: rgb(25 30 58 / var(--tw-border-opacity, 1));
  }

  .dark\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .dark\:bg-\[\#060818\] {
    --tw-bg-opacity: 1;
    background-color: rgb(6 8 24 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-\[\#0e1726\] {
    --tw-bg-opacity: 1;
    background-color: rgb(14 23 38 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-\[\#1b2e4b\] {
    --tw-bg-opacity: 1;
    background-color: rgb(27 46 75 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-opacity-\[0\.08\] {
    --tw-bg-opacity: 0.08;
  }

  .dark\:text-\[\#506690\] {
    --tw-text-opacity: 1;
    color: rgb(80 102 144 / var(--tw-text-opacity, 1));
  }

  .dark\:text-\[\#d0d2d6\] {
    --tw-text-opacity: 1;
    color: rgb(208 210 214 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

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

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