@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

*, ::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(119 120 209 / 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(119 120 209 / 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: currentColor;
  /* 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;
}

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

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

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

.\!top-\[0\.125rem\]{
  top: 0.125rem !important;
}

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

.-left-\[0\.1875rem\]{
  left: -0.1875rem;
}

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

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

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

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

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

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

.-top-\[0\.1875rem\]{
  top: -0.1875rem;
}

.-top-\[0\.3125rem\]{
  top: -0.3125rem;
}

.-top-\[0\.625rem\]{
  top: -0.625rem;
}

.-top-\[0\.9375rem\]{
  top: -0.9375rem;
}

.-top-\[2\.0625rem\]{
  top: -2.0625rem;
}

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

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

.left-1\/3{
  left: 33.333333%;
}

.left-6{
  left: 1.5rem;
}

.left-\[0\.4375rem\]{
  left: 0.4375rem;
}

.left-\[0\.625rem\]{
  left: 0.625rem;
}

.left-\[0\.9375rem\]{
  left: 0.9375rem;
}

.left-\[14\.2857px\]{
  left: 14.2857px;
}

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

.left-auto{
  left: auto;
}

.right-0{
  right: 0px;
}

.right-5{
  right: 1.25rem;
}

.right-\[0\.9375rem\]{
  right: 0.9375rem;
}

.right-\[14\.2857px\]{
  right: 14.2857px;
}

.right-auto{
  right: auto;
}

.top-0{
  top: 0px;
}

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

.top-10{
  top: 2.5rem;
}

.top-5{
  top: 1.25rem;
}

.top-\[0\.1875rem\]{
  top: 0.1875rem;
}

.top-\[0\.9375rem\]{
  top: 0.9375rem;
}

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

.top-\[7rem\]{
  top: 7rem;
}

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

.top-auto{
  top: auto;
}

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-full{
  grid-column: 1 / -1;
}

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

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

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

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

.my-\[1\.5625rem\]{
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.my-\[5rem\]{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.\!mb-\[1\.875rem\]{
  margin-bottom: 1.875rem !important;
}

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

.\!mt-\[4\.875rem\]{
  margin-top: 4.875rem !important;
}

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

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

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

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

.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-7{
  margin-bottom: 1.75rem;
}

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

.mb-\[0\.375rem\]{
  margin-bottom: 0.375rem;
}

.mb-\[0\.625rem\]{
  margin-bottom: 0.625rem;
}

.mb-\[0\.875rem\]{
  margin-bottom: 0.875rem;
}

.mb-\[1\.25rem\]{
  margin-bottom: 1.25rem;
}

.mb-\[1\.375rem\]{
  margin-bottom: 1.375rem;
}

.mb-\[1\.5625rem\]{
  margin-bottom: 1.5625rem;
}

.mb-\[2\.25rem\]{
  margin-bottom: 2.25rem;
}

.mb-\[3\.125rem\]{
  margin-bottom: 3.125rem;
}

.mb-\[4\.1875rem\]{
  margin-bottom: 4.1875rem;
}

.mb-\[4\.4375rem\]{
  margin-bottom: 4.4375rem;
}

.mb-\[4\.5rem\]{
  margin-bottom: 4.5rem;
}

.mb-\[4\.875rem\]{
  margin-bottom: 4.875rem;
}

.mb-\[5\.9375rem\]{
  margin-bottom: 5.9375rem;
}

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

.mb-\[6\.1875rem\]{
  margin-bottom: 6.1875rem;
}

.mb-\[6\.875rem\]{
  margin-bottom: 6.875rem;
}

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

.ml-5{
  margin-left: 1.25rem;
}

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

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

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

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

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

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

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

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

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

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

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

.mt-6{
  margin-top: 1.5rem;
}

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

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[0\.375rem\]{
  margin-top: 0.375rem;
}

.mt-\[0\.625rem\]{
  margin-top: 0.625rem;
}

.mt-\[2\.9375rem\]{
  margin-top: 2.9375rem;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

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

.\!table{
  display: table !important;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.\!h-3{
  height: 0.75rem !important;
}

.\!h-full{
  height: 100% !important;
}

.h-0{
  height: 0px;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[0\.3125rem\]{
  height: 0.3125rem;
}

.h-\[0\.625rem\]{
  height: 0.625rem;
}

.h-\[1\.25rem\]{
  height: 1.25rem;
}

.h-\[1\.375rem\]{
  height: 1.375rem;
}

.h-\[1\.875rem\]{
  height: 1.875rem;
}

.h-\[12\.5rem\]{
  height: 12.5rem;
}

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

.h-\[18\.25rem\]{
  height: 18.25rem;
}

.h-\[20\.3125rem\]{
  height: 20.3125rem;
}

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

.h-\[20rem\]{
  height: 20rem;
}

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

.h-\[25rem\]{
  height: 25rem;
}

.h-\[3\.25rem\]{
  height: 3.25rem;
}

.h-\[3\.5rem\]{
  height: 3.5rem;
}

.h-\[3\.75rem\]{
  height: 3.75rem;
}

.h-\[33\.333px\]{
  height: 33.333px;
}

.h-\[35rem\]{
  height: 35rem;
}

.h-\[3rem\]{
  height: 3rem;
}

.h-\[4\.2rem\]{
  height: 4.2rem;
}

.h-\[4\.3125rem\]{
  height: 4.3125rem;
}

.h-\[4\.375rem\]{
  height: 4.375rem;
}

.h-\[4rem\]{
  height: 4rem;
}

.h-\[5\.125rem\]{
  height: 5.125rem;
}

.h-\[6\.5625rem\]{
  height: 6.5625rem;
}

.h-\[6\.666px\]{
  height: 6.666px;
}

.h-\[6rem\]{
  height: 6rem;
}

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

.max-h-48{
  max-height: 12rem;
}

.max-h-\[40\.5rem\]{
  max-height: 40.5rem;
}

.min-h-5{
  min-height: 1.25rem;
}

.min-h-\[102dvh\]{
  min-height: 102dvh;
}

.min-h-dvh{
  min-height: 100dvh;
}

.\!w-3{
  width: 0.75rem !important;
}

.\!w-auto{
  width: auto !important;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[0\.375rem\]{
  width: 0.375rem;
}

.w-\[0\.9375rem\]{
  width: 0.9375rem;
}

.w-\[1\.25rem\]{
  width: 1.25rem;
}

.w-\[1\.375rem\]{
  width: 1.375rem;
}

.w-\[1\.875rem\]{
  width: 1.875rem;
}

.w-\[10\.875rem\]{
  width: 10.875rem;
}

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

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

.w-\[16\.875rem\]{
  width: 16.875rem;
}

.w-\[18\.75rem\]{
  width: 18.75rem;
}

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

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

.w-\[3\.25rem\]{
  width: 3.25rem;
}

.w-\[3\.5rem\]{
  width: 3.5rem;
}

.w-\[3\.75rem\]{
  width: 3.75rem;
}

.w-\[33\.333px\]{
  width: 33.333px;
}

.w-\[3rem\]{
  width: 3rem;
}

.w-\[4\.3125rem\]{
  width: 4.3125rem;
}

.w-\[4\.375rem\]{
  width: 4.375rem;
}

.w-\[4rem\]{
  width: 4rem;
}

.w-\[5\.125rem\]{
  width: 5.125rem;
}

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

.w-\[6\.666px\]{
  width: 6.666px;
}

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

.w-\[6rem\]{
  width: 6rem;
}

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-5{
  min-width: 1.25rem;
}

.min-w-\[6rem\]{
  min-width: 6rem;
}

.min-w-full{
  min-width: 100%;
}

.max-w-\[15\.9375rem\]{
  max-width: 15.9375rem;
}

.max-w-\[15rem\]{
  max-width: 15rem;
}

.max-w-\[16\.5625rem\]{
  max-width: 16.5625rem;
}

.max-w-\[28\.125rem\]{
  max-width: 28.125rem;
}

.max-w-\[34\.375rem\]{
  max-width: 34.375rem;
}

.max-w-\[38\.75rem\]{
  max-width: 38.75rem;
}

.max-w-\[48\.625rem\]{
  max-width: 48.625rem;
}

.max-w-\[55\.625rem\]{
  max-width: 55.625rem;
}

.max-w-\[69\.125rem\]{
  max-width: 69.125rem;
}

.max-w-\[75rem\]{
  max-width: 75rem;
}

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

.max-w-full{
  max-width: 100%;
}

.max-w-none{
  max-width: none;
}

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

.flex-grow{
  flex-grow: 1;
}

.origin-top{
  transform-origin: top;
}

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

.-translate-x-\[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));
}

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

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

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

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.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\.375rem_1fr_1fr\]{
  grid-template-columns: 4.375rem 1fr 1fr;
}

.grid-cols-\[7\.8125rem_1fr\]{
  grid-template-columns: 7.8125rem 1fr;
}

.grid-cols-\[8\.4375rem_1fr\]{
  grid-template-columns: 8.4375rem 1fr;
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(320px\2c 1fr\)\)\]{
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}

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

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

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

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

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

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

.justify-end{
  justify-content: flex-end;
}

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[0\.375rem\]{
  gap: 0.375rem;
}

.gap-\[0\.5625rem\]{
  gap: 0.5625rem;
}

.gap-\[0\.5rem\]{
  gap: 0.5rem;
}

.gap-\[0\.625rem\]{
  gap: 0.625rem;
}

.gap-\[0\.875rem\]{
  gap: 0.875rem;
}

.gap-\[1\.625rem\]{
  gap: 1.625rem;
}

.gap-\[1\.875rem\]{
  gap: 1.875rem;
}

.gap-\[4\.25rem\]{
  gap: 4.25rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.\!rounded-\[0\.625rem\]{
  border-radius: 0.625rem !important;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

.rounded-\[0\.375rem\]{
  border-radius: 0.375rem;
}

.rounded-\[0\.625rem\]{
  border-radius: 0.625rem;
}

.rounded-\[0\.75rem\]{
  border-radius: 0.75rem;
}

.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}

.rounded-\[1rem\]{
  border-radius: 1rem;
}

.rounded-\[2rem\]{
  border-radius: 2rem;
}

.rounded-\[312\.5rem\]{
  border-radius: 312.5rem;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

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

.rounded-none{
  border-radius: 0px;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-\[0\.625rem\]{
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.border{
  border-width: 1px;
}

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

.border-\[0\.125rem\]{
  border-width: 0.125rem;
}

.border-\[0\.25rem\]{
  border-width: 0.25rem;
}

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

.border-l-4{
  border-left-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-\[0\.125rem\]{
  border-top-width: 0.125rem;
}

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

.\!border-red-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 44 54 / var(--tw-border-opacity, 1)) !important;
}

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

.border-\[\#AD9561\]{
  --tw-border-opacity: 1;
  border-color: rgb(173 149 97 / var(--tw-border-opacity, 1));
}

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

.border-\[\#EAEBEB\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 235 235 / var(--tw-border-opacity, 1));
}

.border-\[\#F6EEDA\]{
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
}

.border-\[\#F8EDD8\]{
  --tw-border-opacity: 1;
  border-color: rgb(248 237 216 / var(--tw-border-opacity, 1));
}

.border-black\/0{
  border-color: rgb(0 0 0 / 0);
}

.border-blue-source{
  --tw-border-opacity: 1;
  border-color: rgb(75 89 167 / var(--tw-border-opacity, 1));
}

.border-brownDark-source{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.border-brownLight-300{
  --tw-border-opacity: 1;
  border-color: rgb(211 171 132 / var(--tw-border-opacity, 1));
}

.border-brownLight-800{
  --tw-border-opacity: 1;
  border-color: rgb(98 70 39 / var(--tw-border-opacity, 1));
}

.border-brownLight-900\/20{
  border-color: rgb(76 52 26 / 0.2);
}

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

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-xmas-red{
  --tw-border-opacity: 1;
  border-color: rgb(175 52 45 / var(--tw-border-opacity, 1));
}

.border-xmas-white{
  --tw-border-opacity: 1;
  border-color: rgb(249 241 224 / var(--tw-border-opacity, 1));
}

.border-yellow-source{
  --tw-border-opacity: 1;
  border-color: rgb(255 201 44 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#AD9561\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(173 149 97 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-blue-source{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1)) !important;
}

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

.\!bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#472567\]{
  --tw-bg-opacity: 1;
  background-color: rgb(71 37 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#626EB2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(98 110 178 / var(--tw-bg-opacity, 1));
}

.bg-\[\#63AF5B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(99 175 91 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6C9561\]{
  --tw-bg-opacity: 1;
  background-color: rgb(108 149 97 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D44040\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 64 64 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E73333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 51 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECF1EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5EBD6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 235 214 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6EEDA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 238 218 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8EDD8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 237 216 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F1E0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 241 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAF7EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 239 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#d2e4a5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 228 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d2e4a5\]\/70{
  background-color: rgb(210 228 165 / 0.7);
}

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

.bg-\[\#f57a30\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 122 48 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8edd8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 237 216 / var(--tw-bg-opacity, 1));
}

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

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

.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}

.bg-blue-source{
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
}

.bg-body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
}

.bg-brownDark-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 204 / var(--tw-bg-opacity, 1));
}

.bg-brownDark-source{
  --tw-bg-opacity: 1;
  background-color: rgb(175 129 91 / var(--tw-bg-opacity, 1));
}

.bg-brownLight-300{
  --tw-bg-opacity: 1;
  background-color: rgb(211 171 132 / var(--tw-bg-opacity, 1));
}

.bg-brownLight-700{
  --tw-bg-opacity: 1;
  background-color: rgb(120 88 55 / var(--tw-bg-opacity, 1));
}

.bg-brownLight-800{
  --tw-bg-opacity: 1;
  background-color: rgb(98 70 39 / var(--tw-bg-opacity, 1));
}

.bg-brownLight-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 52 26 / var(--tw-bg-opacity, 1));
}

.bg-section{
  --tw-bg-opacity: 1;
  background-color: rgb(249 241 224 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-xmas-darkgreen{
  --tw-bg-opacity: 1;
  background-color: rgb(62 112 49 / var(--tw-bg-opacity, 1));
}

.bg-xmas-green{
  --tw-bg-opacity: 1;
  background-color: rgb(71 123 57 / var(--tw-bg-opacity, 1));
}

.bg-xmas-red{
  --tw-bg-opacity: 1;
  background-color: rgb(175 52 45 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
}

.bg-yellow-source{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.p-\[0\.625rem\]{
  padding: 0.625rem;
}

.p-\[0\.8125rem\]{
  padding: 0.8125rem;
}

.p-\[0\.875rem\]{
  padding: 0.875rem;
}

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

.p-\[1\.375rem\]{
  padding: 1.375rem;
}

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

.\!py-\[0\.625rem\]{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

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

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

.px-20{
  padding-left: 5rem;
  padding-right: 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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[0\.625rem\]{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-\[0\.8125rem\]{
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

.px-\[3\.25rem\]{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

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

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

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

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

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-\[0\.375rem\]{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-\[0\.625rem\]{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-\[0\.875rem\]{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-\[3\.375rem\]{
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

.py-\[3rem\]{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.pb-0{
  padding-bottom: 0px;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

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

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

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

.pb-\[0\.625rem\]{
  padding-bottom: 0.625rem;
}

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

.pb-\[1\.375rem\]{
  padding-bottom: 1.375rem;
}

.pb-\[1\.5625rem\]{
  padding-bottom: 1.5625rem;
}

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

.pb-\[2rem\]{
  padding-bottom: 2rem;
}

.pb-\[3\.5rem\]{
  padding-bottom: 3.5rem;
}

.pb-\[3\.6875rem\]{
  padding-bottom: 3.6875rem;
}

.pb-\[3rem\]{
  padding-bottom: 3rem;
}

.pb-\[4\.1875rem\]{
  padding-bottom: 4.1875rem;
}

.pb-\[4\.5625rem\]{
  padding-bottom: 4.5625rem;
}

.pb-\[4\.8rem\]{
  padding-bottom: 4.8rem;
}

.pb-\[4rem\]{
  padding-bottom: 4rem;
}

.pb-\[6\.5rem\]{
  padding-bottom: 6.5rem;
}

.pb-\[6\.9375rem\]{
  padding-bottom: 6.9375rem;
}

.pb-\[6rem\]{
  padding-bottom: 6rem;
}

.pl-3{
  padding-left: 0.75rem;
}

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

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

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

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

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

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

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

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

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

.pt-\[1\.375rem\]{
  padding-top: 1.375rem;
}

.pt-\[1\.625rem\]{
  padding-top: 1.625rem;
}

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

.pt-\[2\.25rem\]{
  padding-top: 2.25rem;
}

.pt-\[2\.375rem\]{
  padding-top: 2.375rem;
}

.pt-\[2\.6875rem\]{
  padding-top: 2.6875rem;
}

.pt-\[27\.25rem\]{
  padding-top: 27.25rem;
}

.pt-\[3\.125rem\]{
  padding-top: 3.125rem;
}

.pt-\[3\.4375rem\]{
  padding-top: 3.4375rem;
}

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

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

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

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

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

.pt-\[7\.625rem\]{
  padding-top: 7.625rem;
}

.pt-\[8\.375rem\]{
  padding-top: 8.375rem;
}

.\!text-left{
  text-align: left !important;
}

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

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

.\!text-\[1\.125rem\]{
  font-size: 1.125rem !important;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

.text-\[0\.5rem\]{
  font-size: 0.5rem;
}

.text-\[0\.6875rem\]{
  font-size: 0.6875rem;
}

.text-\[0\.75rem\]{
  font-size: 0.75rem;
}

.text-\[1\.15rem\]{
  font-size: 1.15rem;
}

.text-\[1\.25rem\]{
  font-size: 1.25rem;
}

.text-\[1\.2rem\]{
  font-size: 1.2rem;
}

.text-\[1\.375rem\]{
  font-size: 1.375rem;
}

.text-\[1\.625rem\]{
  font-size: 1.625rem;
}

.text-\[1\.75rem\]{
  font-size: 1.75rem;
}

.text-\[1\.85rem\]{
  font-size: 1.85rem;
}

.text-\[2\.125rem\]{
  font-size: 2.125rem;
}

.text-\[2\.375rem\]{
  font-size: 2.375rem;
}

.text-\[2\.625rem\]{
  font-size: 2.625rem;
}

.text-\[2rem\]{
  font-size: 2rem;
}

.text-\[3rem\]{
  font-size: 3rem;
}

.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-normal{
  font-weight: 400 !important;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

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

.\!text-\[\#5e3213\]{
  --tw-text-opacity: 1 !important;
  color: rgb(94 50 19 / var(--tw-text-opacity, 1)) !important;
}

.\!text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1)) !important;
}

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

.\!text-xmas-white{
  --tw-text-opacity: 1 !important;
  color: rgb(249 241 224 / var(--tw-text-opacity, 1)) !important;
}

.\!text-yellow-button{
  --tw-text-opacity: 1 !important;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#1D1740\]{
  --tw-text-opacity: 1;
  color: rgb(29 23 64 / var(--tw-text-opacity, 1));
}

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

.text-\[\#5e3213\]{
  --tw-text-opacity: 1;
  color: rgb(94 50 19 / var(--tw-text-opacity, 1));
}

.text-\[\#63AF5B\]{
  --tw-text-opacity: 1;
  color: rgb(99 175 91 / var(--tw-text-opacity, 1));
}

.text-\[\#A78360\]{
  --tw-text-opacity: 1;
  color: rgb(167 131 96 / var(--tw-text-opacity, 1));
}

.text-\[\#AD9561\]{
  --tw-text-opacity: 1;
  color: rgb(173 149 97 / var(--tw-text-opacity, 1));
}

.text-\[\#E73333\]{
  --tw-text-opacity: 1;
  color: rgb(231 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#FF8E2C\]{
  --tw-text-opacity: 1;
  color: rgb(255 142 44 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFAF0\]{
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}

.text-\[\#f57a30\]{
  --tw-text-opacity: 1;
  color: rgb(245 122 48 / var(--tw-text-opacity, 1));
}

.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(212 215 255 / var(--tw-text-opacity, 1));
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(237 238 255 / var(--tw-text-opacity, 1));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.text-blue-source{
  --tw-text-opacity: 1;
  color: rgb(75 89 167 / var(--tw-text-opacity, 1));
}

.text-body{
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity, 1));
}

.text-brownDark-500{
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
}

.text-brownDark-700{
  --tw-text-opacity: 1;
  color: rgb(125 86 52 / var(--tw-text-opacity, 1));
}

.text-brownDark-900{
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.text-brownDark-source{
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
}

.text-brownLight-300{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.text-brownLight-400{
  --tw-text-opacity: 1;
  color: rgb(186 148 111 / var(--tw-text-opacity, 1));
}

.text-brownLight-50{
  --tw-text-opacity: 1;
  color: rgb(255 238 207 / var(--tw-text-opacity, 1));
}

.text-brownLight-500{
  --tw-text-opacity: 1;
  color: rgb(164 127 91 / var(--tw-text-opacity, 1));
}

.text-brownLight-700{
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

.text-brownLight-source{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.text-gray-80{
  --tw-text-opacity: 1;
  color: rgb(127 130 131 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(251 44 54 / var(--tw-text-opacity, 1));
}

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

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-xmas-green{
  --tw-text-opacity: 1;
  color: rgb(71 123 57 / var(--tw-text-opacity, 1));
}

.text-xmas-red{
  --tw-text-opacity: 1;
  color: rgb(175 52 45 / var(--tw-text-opacity, 1));
}

.text-xmas-white{
  --tw-text-opacity: 1;
  color: rgb(249 241 224 / var(--tw-text-opacity, 1));
}

.text-xmas-white\/70{
  color: rgb(249 241 224 / 0.7);
}

.text-yellow-button{
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
}

.text-yellow-source{
  --tw-text-opacity: 1;
  color: rgb(255 201 44 / var(--tw-text-opacity, 1));
}

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

.line-through{
  text-decoration-line: line-through;
}

.\!no-underline{
  text-decoration-line: none !important;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-90{
  opacity: 0.9;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px 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);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";

  src: url('/wp-content/themes/bafbox-new/static/fonts/gotham-light.woff');

  font-weight: 300;
}

@font-face {
  font-family: "Gotham";

  src: url('/wp-content/themes/bafbox-new/static/fonts/gotham-regular.woff');

  font-weight: 400;
}

body{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

.gotham{
  font-family: "Gotham", sans-serif;
}

.container--box{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 1440px){
  .container--box{
    width: 100%;
    max-width: 83.75rem;
  }
}

.container--box--article{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 69.125rem;
}

@media (min-width: 768px){
  .container--box--article{
    width: 100%;
  }
}

.container--left{
  width: 100%;
  padding-left: calc((100vw - 83.75rem) / 2);
  @media only screen and (max-width: 1553px){
    padding-left: calc((100vw - 83.75rem) / 2);
  }
  @media only screen and (max-width: 1000px){
    padding-left: 0;

    max-width: 90%;

    margin: 0 auto;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1300px){
    padding-left: calc((100vw - 73rem) / 2);
  }
  @media only screen and (min-width: 1300px) and (max-width: 1438px){
    padding-left: calc((100vw - 75rem) / 2);
  }
}

header.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

body.admin-bar header.sticky-header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar header.sticky-header {
    top: 32px;
  }
}

.title-section{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

@media (min-width: 1279px){
  .title-section{
    font-size: 2.4rem;
  }
}

@media (min-width: 1440px){
  .title-section{
    font-size: 2.625rem;
  }
}

.paragraph-normal{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
}

.paragraph-big{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
}

.clamp-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-blog-gradient{
  background: #111827;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, 0.7) 100%);
}

.shadow-classic{
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.shadow-mobile-fix{
  box-shadow: 0 -2px 14px 0 rgb(0 0 0 / 15%);
}

.subs-li-item:hover{
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.subs-li-item.active{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.sub-product-li-variant.active{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity, 1));
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.editor.normal{
  font-size: 1rem;
  line-height: 1.5rem;
}

.editor.big{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.editor ul, .editor ol{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 1.5rem;
}

.editor{
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
  h1{
    margin-top: 1.25rem;
  }
  h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h1{
    font-weight: 700;
  }
  h1{
    --tw-text-opacity: 1;
    color: rgb(120 88 55 / var(--tw-text-opacity, 1));
  }
  h2{
    margin-top: 1.25rem;
  }
  h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h2{
    font-weight: 700;
  }
  h2{
    --tw-text-opacity: 1;
    color: rgb(120 88 55 / var(--tw-text-opacity, 1));
  }
  h3{
    margin-top: 1.25rem;
  }
  h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h3{
    font-weight: 700;
  }
  h3{
    --tw-text-opacity: 1;
    color: rgb(120 88 55 / var(--tw-text-opacity, 1));
  }
  h4{
    margin-top: 1.25rem;
  }
  h4{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h4{
    font-weight: 700;
  }
  h4{
    --tw-text-opacity: 1;
    color: rgb(120 88 55 / var(--tw-text-opacity, 1));
  }
  h5{
    margin-top: 1.25rem;
  }
  h5{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h5{
    font-weight: 600;
  }
  h5{
    --tw-text-opacity: 1;
    color: rgb(120 88 55 / var(--tw-text-opacity, 1));
  }
  h6{
    margin-top: 1.25rem;
  }
  h6{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h6{
    font-weight: 400;
  }
  h6{
    text-transform: uppercase;
  }
  h6{
    letter-spacing: 0.025em;
  }
  h6{
    --tw-text-opacity: 1;
    color: rgb(120 88 55 / var(--tw-text-opacity, 1));
  }
  a{
    text-decoration-line: underline;
  }
  p{
    margin-bottom: 0.75rem;
  }
  p:last-of-type{
    margin-bottom: 0px;
  }
  ul{
    list-style-type: disc;
  }
  ol{
    list-style-type: decimal;
  }
  li{
    padding-left: 0.25rem;
  }
  blockquote{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  blockquote{
    border-left-width: 4px;
  }
  blockquote{
    --tw-border-opacity: 1;
    border-color: rgb(98 70 39 / var(--tw-border-opacity, 1));
  }
  blockquote{
    padding-left: 1rem;
  }
  blockquote{
    font-style: italic;
  }
  blockquote{
    --tw-text-opacity: 1;
    color: rgb(175 129 91 / var(--tw-text-opacity, 1));
  }
  em,i{
    font-style: italic;
  }
  strong,b{
    font-weight: 700;
  }
  img{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  img{
    height: auto;
  }
  img{
    max-width: 100%;
  }
  img {
    display: block;
  }
  figure{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  figcaption{
    margin-top: 0.25rem;
  }
  figcaption{
    text-align: center;
  }
  figcaption{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  figcaption{
    --tw-text-opacity: 1;
    color: rgb(175 129 91 / var(--tw-text-opacity, 1));
  }
  hr{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  hr{
    border-top-width: 1px;
  }
  hr{
    --tw-border-opacity: 1;
    border-color: rgb(98 70 39 / var(--tw-border-opacity, 1));
  }
  pre{
    overflow-x: auto;
  }
  pre{
    border-radius: 0.25rem;
  }
  pre{
    --tw-bg-opacity: 1;
    background-color: rgb(98 70 39 / var(--tw-bg-opacity, 1));
  }
  pre{
    padding: 1rem;
  }
  pre{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  code{
    border-radius: 0.25rem;
  }
  code{
    --tw-bg-opacity: 1;
    background-color: rgb(98 70 39 / var(--tw-bg-opacity, 1));
  }
  code{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  code{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.btn-yellow{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
}

.btn-yellow:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .btn-yellow{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn-outline{
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-outline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 89 167 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1279px){
  .btn-outline{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn-outline.disabled{
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.btn-blue{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.btn-blue:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .btn-blue{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@keyframes rotate360 {
  0%   {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate360 {
  animation: rotate360 0.65s linear infinite;
}

.checkbox-container{
  position: relative;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.checkbox-container input{
  position: absolute;
  height: 0px;
  width: 0px;
  cursor: pointer;
  opacity: 0;
}

.checkbox-container-checkmark{
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 171 132 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.checkbox-container:hover input ~ .checkbox-container-checkmark{
  --tw-border-opacity: 1;
  border-color: rgb(211 171 132 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(211 171 132 / var(--tw-bg-opacity, 1));
}

.checkbox-container input:checked ~ .checkbox-container-checkmark{
  --tw-border-opacity: 1;
  border-color: rgb(211 171 132 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(211 171 132 / var(--tw-bg-opacity, 1));
}

.checkbox-container-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkbox-container-checkmark::after{
  display: block;
}

.checkbox-container .checkbox-container-checkmark::after {
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 0.4375rem;
  top: 0.1875rem;
  height: 0.625rem;
  width: 0.375rem;
}

#subscription-form .timeline-progress{
  background: #4B59A7;
  background: linear-gradient(90deg, rgba(75, 89, 167, 1) 0%, rgba(255, 201, 44, 1) 100%);
}

form.subscription-form-content{
}

form.subscription-form-content label.classic{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
}

form.subscription-form-content input.text-field{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

form.subscription-form-content input.text-field::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

form.subscription-form-content input.text-field::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

form.subscription-form-content input.text-field:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

form.subscription-form-content input.text-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form.subscription-form-content textarea.text-field{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

form.subscription-form-content textarea.text-field::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

form.subscription-form-content textarea.text-field::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

form.subscription-form-content textarea.text-field:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

form.subscription-form-content textarea.text-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form.subscription-form-content input.text-field.disabled{
  pointer-events: none;
  opacity: 0.5;
}

.classic-form input{
  border-radius: 0.625rem;
  border-width: 1px;
  border-color: #0000001F;
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.classic-form input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.classic-form input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.classic-form input:hover{
  --tw-border-opacity: 1;
  border-color: rgb(94 50 19 / var(--tw-border-opacity, 1));
}

.classic-form input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 480px){
  .classic-form input{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.archive-category-item:hover{
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.product-list-title{
  margin-bottom: 0.875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

@media (min-width: 1279px){
  .product-list-title{
    font-size: 1.375rem;
  }
}

.product-item-listing:hover{
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.thumbs-slider .swiper-slide.swiper-slide-thumb-active{
  --tw-border-opacity: 1;
  border-color: rgb(75 89 167 / var(--tw-border-opacity, 1));
}

.single-product #variant-options-buttons button.active{
  --tw-border-opacity: 1;
  border-color: rgb(75 89 167 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 89 167 / var(--tw-text-opacity, 1));
}

.single-product #product-price ins{
  font-size: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(231 51 51 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.single-product #product-price del{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(186 148 111 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.single-product #product-price{
  font-size: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(231 51 51 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.woocommerce-cart-form{
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.shop_table.cart{
  border-style: none !important;
}

.shop_table.cart thead tr th{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

.shop_table.cart tbody tr td, .shop_table.cart tbody tr th{
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

.shop_table.cart tbody tr td.product-subtotal{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 89 167 / var(--tw-text-opacity, 1));
}

.shop_table.cart tbody tr th.product-name{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.shop_table .coupon{
  position: relative;
  display: flex;
}

.shop_table .coupon-error-notice{
  position: absolute;
  top: 90%;
  left: 0.625rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 50%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce-cart table.cart td.actions .coupon .input-text:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce .woocommerce-cart-form button{
  border-radius: 0.625rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.woocommerce .woocommerce-cart-form button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce .woocommerce-cart-form button:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 1279px){
  .woocommerce .woocommerce-cart-form button{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
  margin-top: 4rem;
  width: 100%;
}

@media (min-width: 800px){
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 30%;
  }
}

.cart_totals h2{
  margin-bottom: 1.25rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1279px){
  .cart_totals h2{
    font-size: 1.575rem;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals table{
  border-radius: 0.75rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
}

.woocommerce table.shop_table tbody:first-child tr:first-child th{
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td{
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
}

.woocommerce table.shop_table tbody:first-child tr:last-child th{
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 89 167 / var(--tw-text-opacity, 1));
}

.woocommerce table.shop_table tbody:first-child tr:last-child td{
  text-align: right;
  font-size: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 89 167 / var(--tw-text-opacity, 1));
}

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
  margin: 0px;
}

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block{
  overflow: hidden;
  border-radius: 1rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.wc-block-components-sidebar .wc-block-components-totals-item{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wc-block-components-sidebar .wc-block-components-order-summary{
  padding-left: 0px;
  padding-right: 0px;
}

.wc-block-components-sidebar .wc-block-components-panel, .wc-block-components-sidebar .wc-block-components-totals-coupon{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wc-block-components-sidebar .wc-block-components-checkout-order-summary__content{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wc-block-components-sidebar .wc-block-components-totals-item.wc-block-components-totals-footer-item{
  --tw-text-opacity: 1;
  color: rgb(75 89 167 / var(--tw-text-opacity, 1));
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper, .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block{
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
}

.wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text], .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email], .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]::-moz-placeholder, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]::-moz-placeholder, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]::placeholder, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]::placeholder, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:hover, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:hover, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wp-block-woocommerce-checkout-fields-block .wc-block-components-form .wc-block-components-text-input label{
  --tw-text-opacity: 1;
  color: rgb(164 127 91 / var(--tw-text-opacity, 1));
}

.wc-block-components-form.wc-block-checkout__form{
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.wc-block-components-form .wc-block-components-title.wc-block-components-title{
  font-size: 1.375rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-components-checkout-step__description{
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-checkout__add-note .wc-block-components-textarea{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-checkout__add-note .wc-block-components-textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-checkout__add-note .wc-block-components-textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-checkout__add-note .wc-block-components-textarea:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.wc-block-components-form .wc-block-checkout__add-note .wc-block-components-textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding: 0.8125rem;
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__container{
  height: auto;
}

.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__label{
  --tw-text-opacity: 1;
  color: rgb(164 127 91 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
}

.wc-block-components-form .wc-block-components-checkout-return-to-cart-button{
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wc-block-components-form .wc-block-components-checkout-return-to-cart-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 89 167 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-components-checkout-return-to-cart-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .wc-block-components-form .wc-block-components-checkout-return-to-cart-button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.wc-block-components-form .wc-block-components-checkout-return-to-cart-button.disabled{
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.wc-block-components-form .wc-block-components-checkout-return-to-cart-button svg{
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.wc-block-components-form .wc-block-components-checkout-place-order-button{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wc-block-components-form .wc-block-components-checkout-place-order-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.wc-block-components-form .wc-block-components-checkout-place-order-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .wc-block-components-form .wc-block-components-checkout-place-order-button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 50 23 / var(--tw-bg-opacity, 1)) !important;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
  border-radius: 1rem !important;
  box-shadow: inset 0 0 0 1.5px #4B59A7!important;
}

.wc-block-components-form .wc-block-components-radio-control--highlight-checked:after{
  border-style: none !important;
}

.wc-block-components-form .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after{
  display: none !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted{
  border-radius: 1rem !important;
  box-shadow: inset 0 0 0 1.5px #4B59A7!important;
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after{
  display: none !important;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content{
  margin-bottom: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.woocommerce-MyAccount-navigation ul li{
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.woocommerce-MyAccount-navigation ul li:hover{
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.woocommerce-MyAccount-navigation ul li.is-active{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.woocommerce-Button.wc-forward.button, .woocommerce-info .button.wc-forward{
  font-weight: 400;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-Button.wc-forward.button:hover, .woocommerce-info .button.wc-forward:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.woocommerce-Button.wc-forward.button:focus, .woocommerce-info .button.wc-forward:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .woocommerce-Button.wc-forward.button, .woocommerce-info .button.wc-forward{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce-info::before{
  --tw-text-opacity: 1;
  color: rgb(75 89 167 / var(--tw-text-opacity, 1));
}

.woocommerce-info{
  border-radius: 0.625rem;
  --tw-border-opacity: 1;
  border-color: rgb(75 89 167 / var(--tw-border-opacity, 1));
}

.woocommerce form.woocommerce-EditAccountForm .form-row .input-text{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.woocommerce form.woocommerce-EditAccountForm .form-row .input-text::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce form.woocommerce-EditAccountForm .form-row .input-text::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce form.woocommerce-EditAccountForm .form-row .input-text:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.woocommerce form.woocommerce-EditAccountForm .form-row .input-text:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce form.woocommerce-EditAccountForm .woocommerce-Button.button{
  font-weight: 400;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce form.woocommerce-EditAccountForm .woocommerce-Button.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.woocommerce form.woocommerce-EditAccountForm .woocommerce-Button.button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .woocommerce form.woocommerce-EditAccountForm .woocommerce-Button.button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title{
  margin-top: 1.25rem;
}

.woocommerce-MyAccount-content h2{
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.woocommerce-MyAccount-content button.button{
  font-weight: 400;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-MyAccount-content button.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.woocommerce-MyAccount-content button.button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .woocommerce-MyAccount-content button.button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title a.edit{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title a.edit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title a.edit:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .woocommerce-MyAccount-content .woocommerce-Address-title.title a.edit{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce-MyAccount-content address{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-style: normal;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-selection{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-selection::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-selection::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-selection:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-selection:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-MyAccount-content .show-password-input{
  --tw-text-opacity: 1 !important;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-shipping-calculator{
  display: none !important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
  background-color: transparent !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#wc-block-components-totals-coupon__input-coupon{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

#wc-block-components-totals-coupon__input-coupon::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

#wc-block-components-totals-coupon__input-coupon::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

#wc-block-components-totals-coupon__input-coupon:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

#wc-block-components-totals-coupon__input-coupon:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-message .button.wc-forward{
  font-weight: 400;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-message .button.wc-forward:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.woocommerce-message .button.wc-forward:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .woocommerce-message .button.wc-forward{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

dl.variation{
  display: grid;
  grid-template-columns: 8.4375rem 1fr;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.woocommerce-cart table.cart input.qty {
  border: 1px solid;
  border-radius: 6px;
}

.product-quantity .no-qty {
  display: block;
  border: 1px solid;
  border-radius: 6px;
  padding: 2px 15px;
  max-width: 58px;
}

.woocommerce-table--order-details thead tr th{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

.woocommerce-table--order-details tfoot tr td, .woocommerce-table--order-details tfoot tr th, .woocommerce-table--order-details tbody tr td{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.woocommerce table.shop_table{
  border-collapse: collapse !important;
}

.woocommerce-thankyou-order-received{
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details{
  display: flex;
  justify-content: center;
  text-align: center;
}

section.woocommerce-order-details h2{
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  font-size: 1.375rem;
  font-weight: 600;
}

.shop_table.order_details.zasilkovna_detail a.button{
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.shop_table.order_details.zasilkovna_detail a.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
}

.shop_table.order_details.zasilkovna_detail a.button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  .shop_table.order_details.zasilkovna_detail a.button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address h2, .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address h2{
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  font-size: 1.375rem;
  font-weight: 600;
}

.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address address, .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address address{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

#customer_details .woocommerce-billing-fields{
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

#customer_details .woocommerce-billing-fields h3, #order_review_heading{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-size: 1.375rem;
  font-weight: 600;
}

#order_review_heading{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#customer_details .woocommerce-billing-fields__field-wrapper{
  padding: 1.25rem;
}

#customer_details .form-row{
  margin-bottom: 1.25rem;
}

#order_review{
  overflow: hidden;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

#order_review table.shop_table{
  border-width: 0px !important;
}

#customer_details .form-row label{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(175 129 91 / var(--tw-text-opacity, 1));
}

.woocommerce-info{
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

#customer_details input[type="text"], #customer_details input[type="email"], #customer_details input[type="tel"], textarea#order_comments, .woocommerce form .form-row input[name="coupon_code"]{
  width: 100%;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

#customer_details input[type="text"]::-moz-placeholder, #customer_details input[type="email"]::-moz-placeholder, #customer_details input[type="tel"]::-moz-placeholder, textarea#order_comments::-moz-placeholder, .woocommerce form .form-row input[name="coupon_code"]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

#customer_details input[type="text"]::placeholder, #customer_details input[type="email"]::placeholder, #customer_details input[type="tel"]::placeholder, textarea#order_comments::placeholder, .woocommerce form .form-row input[name="coupon_code"]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

#customer_details input[type="text"]:hover, #customer_details input[type="email"]:hover, #customer_details input[type="tel"]:hover, textarea#order_comments:hover, .woocommerce form .form-row input[name="coupon_code"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

#customer_details input[type="text"]:focus, #customer_details input[type="email"]:focus, #customer_details input[type="tel"]:focus, textarea#order_comments:focus, .woocommerce form .form-row input[name="coupon_code"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select2-container .select2-selection, .select2-search__field{
  width: auto;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.select2-container .select2-selection::-moz-placeholder, .select2-search__field::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.select2-container .select2-selection::placeholder, .select2-search__field::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.select2-container .select2-selection:hover, .select2-search__field:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.select2-container .select2-selection:focus, .select2-search__field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select2-container .select2-dropdown{
  width: auto;
  border-radius: 0.625rem;
  border-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 238 218 / var(--tw-border-opacity, 1));
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(80 50 23 / var(--tw-text-opacity, 1));
}

.select2-container .select2-dropdown::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.select2-container .select2-dropdown::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.select2-container .select2-dropdown:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-checkout #payment{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.woocommerce-checkout #payment div.payment_box{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 235 214 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout #payment div.payment_box::before{
  border: 1em solid #F5EBD6;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#place_order{
  margin-top: 2.5rem;
  font-weight: 400;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#place_order:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

#place_order:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  #place_order{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce-shipping-fields{
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.woocommerce-additional-fields{
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  margin-bottom: 2.5rem;
  max-width: 28.125rem;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  box-shadow: 0 13px 22px 0 rgb(0 0 0 / 7%);
}

#woocommerce-checkout-form-coupon p{
  margin-bottom: 0px;
}

#woocommerce-checkout-form-coupon button[name="apply_coupon"]{
  font-weight: 400;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#woocommerce-checkout-form-coupon button[name="apply_coupon"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

#woocommerce-checkout-form-coupon button[name="apply_coupon"]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1279px){
  #woocommerce-checkout-form-coupon button[name="apply_coupon"]{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cart_totals .shop_table th, .cart_totals .shop_table td{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.wc_payment_method label {
  display: inline-flex;
  align-items: center;
  flex-flow: row-reverse;
}

.wc_payment_method label img{
  margin: 0!important;
}

.cart-discount td{
  text-align: right !important;
}

@media only screen and (max-width: 769px){
  .product-quantity .no-qty{
    max-width: none;
    border-style: none;
  }
}

@media only screen and (max-width: 800px){
  .woocommerce table.cart td.actions .button[name="update_cart"],  .woocommerce-page table.cart td.actions .button[name="update_cart"]{
    display: inline!important;
    width: auto!important;
  }
}

.noUi-target{
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(175 129 91 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.noUi-connect{
  border-radius: 312.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(175 129 91 / var(--tw-bg-opacity, 1));
}

.noUi-handle{
  height: 0.75rem !important;
  width: 0.75rem !important;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.noUi-handle-upper{
  top: 0.125rem !important;
  right: 0.125rem !important;
}

.noUi-handle-lower{
  top: 0.125rem !important;
  right: -14px !important;
}

.noUi-handle::after, .noUi-handle::before{
  display: none !important;
}

.vjs-nofull .vjs-fullscreen-control {
  display:none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
  width: auto !important;
}

.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1)) !important;
}

.swiper-pagination-bullet{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(173 149 97 / var(--tw-bg-opacity, 1)) !important;
}

.vjs-poster img{
  -o-object-fit: cover;
     object-fit: cover;
}

.placeholder\:text-\[\#898989\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#898989\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.placeholder\:text-brownLight-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.placeholder\:text-brownLight-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.placeholder\:text-xmas-white::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(249 241 224 / var(--tw-text-opacity, 1));
}

.placeholder\:text-xmas-white::placeholder{
  --tw-text-opacity: 1;
  color: rgb(249 241 224 / var(--tw-text-opacity, 1));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:border-\[\#5e3213\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(94 50 19 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-source:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 89 167 / var(--tw-border-opacity, 1));
}

.hover\:border-brownDark-source:hover{
  --tw-border-opacity: 1;
  border-color: rgb(175 129 91 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 201 44 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-source:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 201 44 / var(--tw-border-opacity, 1));
}

.hover\:\!bg-blue-source:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-yellow-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#f57a30\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 122 48 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#ffc43f\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 63 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-blue-source:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 89 167 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-xmas-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(175 52 45 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-source:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 44 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-blue-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-yellow-button:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 213 92 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(39 53 111 / var(--tw-text-opacity, 1));
}

.hover\:text-brownLight-700:hover{
  --tw-text-opacity: 1;
  color: rgb(120 88 55 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.focus-visible\:border-0:focus-visible{
  border-width: 0px;
}

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

.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

@media (min-width: 375px){
  .md-mobile\:min-h-\[98dvh\]{
    min-height: 98dvh;
  }

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

@media (min-width: 428px){
  .lg-mobile\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .lg-mobile\:text-\[2rem\]{
    font-size: 2rem;
  }
}

@media (min-width: 480px){
  .xl-mobile\:ml-8{
    margin-left: 2rem;
  }

  .xl-mobile\:flex-row{
    flex-direction: row;
  }

  .xl-mobile\:gap-16{
    gap: 4rem;
  }

  .xl-mobile\:gap-\[6rem\]{
    gap: 6rem;
  }

  .xl-mobile\:bg-left{
    background-position: left;
  }

  .xl-mobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 520px){
  .xs-tablet\:relative{
    position: relative;
  }

  .xs-tablet\:top-\[6\.75rem\]{
    top: 6.75rem;
  }

  .xs-tablet\:top-auto{
    top: auto;
  }

  .xs-tablet\:z-\[0\]{
    z-index: 0;
  }

  .xs-tablet\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xs-tablet\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xs-tablet\:mb-0{
    margin-bottom: 0px;
  }

  .xs-tablet\:mt-\[1\.6875rem\]{
    margin-top: 1.6875rem;
  }

  .xs-tablet\:block{
    display: block;
  }

  .xs-tablet\:hidden{
    display: none;
  }

  .xs-tablet\:h-\[360px\]{
    height: 360px;
  }

  .xs-tablet\:h-\[3rem\]{
    height: 3rem;
  }

  .xs-tablet\:h-\[4rem\]{
    height: 4rem;
  }

  .xs-tablet\:h-auto{
    height: auto;
  }

  .xs-tablet\:w-auto{
    width: auto;
  }

  .xs-tablet\:max-w-\[26\.25rem\]{
    max-width: 26.25rem;
  }

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

  .xs-tablet\:flex-row{
    flex-direction: row;
  }

  .xs-tablet\:gap-10{
    gap: 2.5rem;
  }

  .xs-tablet\:rounded-\[1\.875rem\]{
    border-radius: 1.875rem;
  }

  .xs-tablet\:rounded-none{
    border-radius: 0px;
  }

  .xs-tablet\:bg-transparent{
    background-color: transparent;
  }

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

  .xs-tablet\:p-0{
    padding: 0px;
  }

  .xs-tablet\:p-8{
    padding: 2rem;
  }

  .xs-tablet\:p-\[1\.875rem\]{
    padding: 1.875rem;
  }

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

  .xs-tablet\:text-left{
    text-align: left;
  }

  .xs-tablet\:text-\[1\.4375rem\]{
    font-size: 1.4375rem;
  }

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

@media (min-width: 768px){
  .n-tablet\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .n-tablet\:\!mt-10{
    margin-top: 2.5rem !important;
  }

  .n-tablet\:block{
    display: block;
  }

  .n-tablet\:flex{
    display: flex;
  }

  .n-tablet\:inline-flex{
    display: inline-flex;
  }

  .n-tablet\:hidden{
    display: none;
  }

  .n-tablet\:h-16{
    height: 4rem;
  }

  .n-tablet\:h-\[1\.75rem\]{
    height: 1.75rem;
  }

  .n-tablet\:h-\[1\.875rem\]{
    height: 1.875rem;
  }

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

  .n-tablet\:h-\[2\.125rem\]{
    height: 2.125rem;
  }

  .n-tablet\:h-\[2\.375rem\]{
    height: 2.375rem;
  }

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

  .n-tablet\:h-\[26rem\]{
    height: 26rem;
  }

  .n-tablet\:h-\[34\.25rem\]{
    height: 34.25rem;
  }

  .n-tablet\:h-\[48rem\]{
    height: 48rem;
  }

  .n-tablet\:h-\[5\.125rem\]{
    height: 5.125rem;
  }

  .n-tablet\:h-\[5\.625rem\]{
    height: 5.625rem;
  }

  .n-tablet\:h-auto{
    height: auto;
  }

  .n-tablet\:h-full{
    height: 100%;
  }

  .n-tablet\:min-h-0{
    min-height: 0px;
  }

  .n-tablet\:w-16{
    width: 4rem;
  }

  .n-tablet\:w-\[1\.75rem\]{
    width: 1.75rem;
  }

  .n-tablet\:w-\[1\.875rem\]{
    width: 1.875rem;
  }

  .n-tablet\:w-\[2\.125rem\]{
    width: 2.125rem;
  }

  .n-tablet\:w-\[2\.375rem\]{
    width: 2.375rem;
  }

  .n-tablet\:w-\[4\.5625rem\]{
    width: 4.5625rem;
  }

  .n-tablet\:w-\[5\.125rem\]{
    width: 5.125rem;
  }

  .n-tablet\:w-\[5\.625rem\]{
    width: 5.625rem;
  }

  .n-tablet\:w-auto{
    width: auto;
  }

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

  .n-tablet\:min-w-\[9\.6875rem\]{
    min-width: 9.6875rem;
  }

  .n-tablet\:max-w-\[305px\]{
    max-width: 305px;
  }

  .n-tablet\:max-w-\[35\.625rem\]{
    max-width: 35.625rem;
  }

  .n-tablet\:max-w-\[38\.75rem\]{
    max-width: 38.75rem;
  }

  .n-tablet\:max-w-\[75\%\]{
    max-width: 75%;
  }

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

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

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

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

  .n-tablet\:flex-row{
    flex-direction: row;
  }

  .n-tablet\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .n-tablet\:items-start{
    align-items: flex-start;
  }

  .n-tablet\:items-stretch{
    align-items: stretch;
  }

  .n-tablet\:justify-start{
    justify-content: flex-start;
  }

  .n-tablet\:gap-10{
    gap: 2.5rem;
  }

  .n-tablet\:gap-4{
    gap: 1rem;
  }

  .n-tablet\:gap-5{
    gap: 1.25rem;
  }

  .n-tablet\:gap-8{
    gap: 2rem;
  }

  .n-tablet\:gap-\[6\.5rem\]{
    gap: 6.5rem;
  }

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

  .n-tablet\:px-\[6\.875rem\]{
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }

  .n-tablet\:py-\[4\.375rem\]{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .n-tablet\:py-\[5\.3125rem\]{
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .n-tablet\:py-\[5\.875rem\]{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

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

  .n-tablet\:pt-\[3\.9375rem\]{
    padding-top: 3.9375rem;
  }

  .n-tablet\:text-left{
    text-align: left;
  }

  .n-tablet\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .n-tablet\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }

  .n-tablet\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }

  .n-tablet\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }

  .n-tablet\:text-\[1\.620rem\]{
    font-size: 1.620rem;
  }

  .n-tablet\:text-\[1\.625rem\]{
    font-size: 1.625rem;
  }

  .n-tablet\:text-\[2\.025rem\]{
    font-size: 2.025rem;
  }

  .n-tablet\:text-\[2\.55rem\]{
    font-size: 2.55rem;
  }

  .n-tablet\:text-\[2\.625rem\]{
    font-size: 2.625rem;
  }

  .n-tablet\:text-\[3rem\]{
    font-size: 3rem;
  }

  .n-tablet\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .n-tablet\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 800px){
  .md-tablet\:mt-0{
    margin-top: 0px;
  }

  .md-tablet\:inline{
    display: inline;
  }

  .md-tablet\:w-\[30\%\]{
    width: 30%;
  }

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

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

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

  .md-tablet\:grid-cols-\[repeat\(auto-fit\2c _minmax\(200px\2c _1fr\)\)\]{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

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

  .md-tablet\:gap-\[6\.25rem\]{
    gap: 6.25rem;
  }

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

  .md-tablet\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md-tablet\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }
}

@media (min-width: 962px){
  .lg-tablet\:block{
    display: block;
  }

  .lg-tablet\:flex{
    display: flex;
  }

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

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

  .lg-tablet\:max-w-\[55\.625rem\]{
    max-width: 55.625rem;
  }

  .lg-tablet\:max-w-none{
    max-width: none;
  }

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

  .lg-tablet\:grid-cols-\[1fr\2c _7\.5rem\]{
    grid-template-columns: 1fr 7.5rem;
  }

  .lg-tablet\:grid-cols-\[34\.375rem_1fr\]{
    grid-template-columns: 34.375rem 1fr;
  }

  .lg-tablet\:grid-cols-\[repeat\(auto-fit\2c _minmax\(250px\2c _1fr\)\)\]{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

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

  .lg-tablet\:justify-start{
    justify-content: flex-start;
  }

  .lg-tablet\:p-8{
    padding: 2rem;
  }

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

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

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

@media (min-width: 1279px){
  .xs-desktop\:static{
    position: static;
  }

  .xs-desktop\:absolute{
    position: absolute;
  }

  .xs-desktop\:-left-5{
    left: -1.25rem;
  }

  .xs-desktop\:bottom-0{
    bottom: 0px;
  }

  .xs-desktop\:right-16{
    right: 4rem;
  }

  .xs-desktop\:right-\[8\.125rem\]{
    right: 8.125rem;
  }

  .xs-desktop\:top-auto{
    top: auto;
  }

  .xs-desktop\:order-1{
    order: 1;
  }

  .xs-desktop\:order-2{
    order: 2;
  }

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

  .xs-desktop\:-ml-\[3\.125rem\]{
    margin-left: -3.125rem;
  }

  .xs-desktop\:mb-0{
    margin-bottom: 0px;
  }

  .xs-desktop\:mb-\[9rem\]{
    margin-bottom: 9rem;
  }

  .xs-desktop\:mt-0{
    margin-top: 0px;
  }

  .xs-desktop\:mt-8{
    margin-top: 2rem;
  }

  .xs-desktop\:block{
    display: block;
  }

  .xs-desktop\:flex{
    display: flex;
  }

  .xs-desktop\:h-\[12\.125rem\]{
    height: 12.125rem;
  }

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

  .xs-desktop\:h-\[27\.8125rem\]{
    height: 27.8125rem;
  }

  .xs-desktop\:h-\[33\.125rem\]{
    height: 33.125rem;
  }

  .xs-desktop\:h-\[360px\]{
    height: 360px;
  }

  .xs-desktop\:h-\[4rem\]{
    height: 4rem;
  }

  .xs-desktop\:h-\[5\.125rem\]{
    height: 5.125rem;
  }

  .xs-desktop\:h-\[5\.9375rem\]{
    height: 5.9375rem;
  }

  .xs-desktop\:h-\[6rem\]{
    height: 6rem;
  }

  .xs-desktop\:h-\[7\.0625rem\]{
    height: 7.0625rem;
  }

  .xs-desktop\:h-\[85dvh\]{
    height: 85dvh;
  }

  .xs-desktop\:h-full{
    height: 100%;
  }

  .xs-desktop\:w-\[4rem\]{
    width: 4rem;
  }

  .xs-desktop\:w-\[5\.125rem\]{
    width: 5.125rem;
  }

  .xs-desktop\:w-\[7\.0625rem\]{
    width: 7.0625rem;
  }

  .xs-desktop\:w-\[7\.5rem\]{
    width: 7.5rem;
  }

  .xs-desktop\:w-auto{
    width: auto;
  }

  .xs-desktop\:max-w-\[18\.75rem\]{
    max-width: 18.75rem;
  }

  .xs-desktop\:max-w-\[38\.75rem\]{
    max-width: 38.75rem;
  }

  .xs-desktop\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .xs-desktop\:max-w-\[53rem\]{
    max-width: 53rem;
  }

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

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

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

  .xs-desktop\:grid-cols-\[23\.125rem_1fr\]{
    grid-template-columns: 23.125rem 1fr;
  }

  .xs-desktop\:grid-cols-\[24\.75rem\2c _1fr\]{
    grid-template-columns: 24.75rem 1fr;
  }

  .xs-desktop\:grid-cols-\[30rem_1fr\]{
    grid-template-columns: 30rem 1fr;
  }

  .xs-desktop\:grid-cols-\[repeat\(auto-fill\2c minmax\(20rem\2c _1fr\)\)\]{
    grid-template-columns: repeat(auto-fill,minmax(20rem, 1fr));
  }

  .xs-desktop\:flex-row{
    flex-direction: row;
  }

  .xs-desktop\:items-start{
    align-items: flex-start;
  }

  .xs-desktop\:items-center{
    align-items: center;
  }

  .xs-desktop\:gap-12{
    gap: 3rem;
  }

  .xs-desktop\:gap-3{
    gap: 0.75rem;
  }

  .xs-desktop\:gap-5{
    gap: 1.25rem;
  }

  .xs-desktop\:gap-6{
    gap: 1.5rem;
  }

  .xs-desktop\:gap-\[1\.125rem\]{
    gap: 1.125rem;
  }

  .xs-desktop\:gap-\[6\.25rem\]{
    gap: 6.25rem;
  }

  .xs-desktop\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xs-desktop\:p-8{
    padding: 2rem;
  }

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

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

  .xs-desktop\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs-desktop\:py-\[4\.5rem\]{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs-desktop\:py-\[5\.1875rem\]{
    padding-top: 5.1875rem;
    padding-bottom: 5.1875rem;
  }

  .xs-desktop\:py-\[5\.25rem\]{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs-desktop\:pb-\[3\.1875rem\]{
    padding-bottom: 3.1875rem;
  }

  .xs-desktop\:pb-\[4\.5625rem\]{
    padding-bottom: 4.5625rem;
  }

  .xs-desktop\:pb-\[5\.0625rem\]{
    padding-bottom: 5.0625rem;
  }

  .xs-desktop\:pb-\[6\.625rem\]{
    padding-bottom: 6.625rem;
  }

  .xs-desktop\:pb-\[7\.6875rem\]{
    padding-bottom: 7.6875rem;
  }

  .xs-desktop\:pb-\[8\.6875rem\]{
    padding-bottom: 8.6875rem;
  }

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

  .xs-desktop\:pt-\[3\.9375rem\]{
    padding-top: 3.9375rem;
  }

  .xs-desktop\:pt-\[4\.75rem\]{
    padding-top: 4.75rem;
  }

  .xs-desktop\:pt-\[4\.9375rem\]{
    padding-top: 4.9375rem;
  }

  .xs-desktop\:pt-\[5\.4375rem\]{
    padding-top: 5.4375rem;
  }

  .xs-desktop\:pt-\[6\.0625rem\]{
    padding-top: 6.0625rem;
  }

  .xs-desktop\:pt-\[7\.625rem\]{
    padding-top: 7.625rem;
  }

  .xs-desktop\:\!text-left{
    text-align: left !important;
  }

  .xs-desktop\:text-left{
    text-align: left;
  }

  .xs-desktop\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xs-desktop\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }

  .xs-desktop\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }

  .xs-desktop\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }

  .xs-desktop\:text-\[1\.4375rem\]{
    font-size: 1.4375rem;
  }

  .xs-desktop\:text-\[1\.5375rem\]{
    font-size: 1.5375rem;
  }

  .xs-desktop\:text-\[1\.575rem\]{
    font-size: 1.575rem;
  }

  .xs-desktop\:text-\[2\.4rem\]{
    font-size: 2.4rem;
  }

  .xs-desktop\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .xs-desktop\:text-\[2\.625rem\]{
    font-size: 2.625rem;
  }

  .xs-desktop\:text-\[2rem\]{
    font-size: 2rem;
  }

  .xs-desktop\:text-\[3rem\]{
    font-size: 3rem;
  }

  .xs-desktop\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .xs-desktop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1366px){
  .sm-desktop\:-top-\[0\.8125rem\]{
    top: -0.8125rem;
  }

  .sm-desktop\:top-\[1\.05rem\]{
    top: 1.05rem;
  }

  .sm-desktop\:top-\[1\.25rem\]{
    top: 1.25rem;
  }

  .sm-desktop\:block{
    display: block;
  }

  .sm-desktop\:inline-flex{
    display: inline-flex;
  }

  .sm-desktop\:hidden{
    display: none;
  }

  .sm-desktop\:h-8{
    height: 2rem;
  }

  .sm-desktop\:h-\[0\.75rem\]{
    height: 0.75rem;
  }

  .sm-desktop\:w-8{
    width: 2rem;
  }

  .sm-desktop\:w-\[0\.75rem\]{
    width: 0.75rem;
  }

  .sm-desktop\:grid-cols-\[40rem_1fr\]{
    grid-template-columns: 40rem 1fr;
  }

  .sm-desktop\:gap-6{
    gap: 1.5rem;
  }

  .sm-desktop\:rounded-\[0\.4375rem\]{
    border-radius: 0.4375rem;
  }

  .sm-desktop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px){
  .md-desktop\:w-full{
    width: 100%;
  }

  .md-desktop\:max-w-\[83\.75rem\]{
    max-width: 83.75rem;
  }

  .md-desktop\:text-\[2\.625rem\]{
    font-size: 2.625rem;
  }

  .md-desktop\:text-\[3rem\]{
    font-size: 3rem;
  }
}

@media (min-width: 1536px){
  .lg-desktop\:h-\[4rem\]{
    height: 4rem;
  }

  .lg-desktop\:h-\[6\.0625rem\]{
    height: 6.0625rem;
  }

  .lg-desktop\:grid-cols-\[32\.5rem\2c _1fr\]{
    grid-template-columns: 32.5rem 1fr;
  }

  .lg-desktop\:text-\[1\.625rem\]{
    font-size: 1.625rem;
  }

  .lg-desktop\:text-\[1\.925rem\]{
    font-size: 1.925rem;
  }
}

@media (min-width: 1660px){
  .xl-desktop\:right-0{
    right: 0px;
  }
}

.\[\&\>a\]\:underline>a{
  text-decoration-line: underline;
}

.\[\&\>video\]\:object-fill>video{
  -o-object-fit: fill;
     object-fit: fill;
}

.\[\&_ul\>li\>a\:hover\]\:text-brownLight-50 ul>li>a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 238 207 / var(--tw-text-opacity, 1));
}

.\[\&_ul\>li\>a\]\:text-lg ul>li>a{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_ul\>li\>a\]\:text-brownLight-300 ul>li>a{
  --tw-text-opacity: 1;
  color: rgb(211 171 132 / var(--tw-text-opacity, 1));
}

.\[\&_ul\>li\>a\]\:text-xmas-white ul>li>a{
  --tw-text-opacity: 1;
  color: rgb(249 241 224 / var(--tw-text-opacity, 1));
}

.\[\&_ul\>li\]\:mb-5 ul>li{
  margin-bottom: 1.25rem;
}