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

/* purgecss start ignore */

*, ::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(84 46 99 / 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(84 46 99 / 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.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: din-2014, sans-serif;
  /* 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #542e63;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit{
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox{
  border-radius: 0px;
}

.form-radio{
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #542e63;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap>* {
  scroll-snap-align: start;
}

.snap-track {
  --snap-cols: 1;
  --snap-gap: 1rem;
  --snap-size: calc((100% - var(--snap-gap) * (var(--snap-cols) - 1)) / var(--snap-cols));
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--snap-size);
  gap: var(--snap-gap);
  padding-block: 1.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

@media (prefers-reduced-motion: no-preference) {
  .snap-track {
    scroll-behavior: smooth
  }
}

.snap-track>* {
  scroll-snap-align: start;
}

.snap-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  min-block-size: 2.75rem;
  padding-block: 0.5rem;
}

.snap-marker {
  flex-shrink: 0;
  block-size: 1rem;
  inline-size: 1rem;
  border-width: 1px;
  border-color: #475569;
  border-radius: 1rem;
  transition-duration: 300ms;
  transition-property: border-color, background-color;
}

@media (prefers-reduced-motion: no-preference) {
  .snap-marker {
    transition-property: inline-size, border-color, background-color;
    will-change: inline-size
  }
}

.snap-marker[aria-current="true"] {
  inline-size: 1.5rem;
  border-color: #0000;
  background-color: #1e40af;
}

.snap-marker {
  border: none;
  background-color: rgb(0 0 0 / 25%);
  width: 12px !important;
  height: 12px;
  margin: 1rem;
  padding: 0;
}

.snap-marker[aria-current="true"] {
  background-color: #000;
}

.snap-pager {
  gap: 0;
}

@media (min-width:768px) {
  .snap-track .flex-col form {
    height: 100%;
  }
}

.snap-slider button:hover,
    .snap-slider button:focus {
  box-shadow: none !important;
  background: none;
}

.snap-slider button[disabled] {
  opacity: .25;
  pointer-events: none;
}

.snap-slider button {
  padding: .75rem;
}

.snap-slider.product-slider {
  width: 100%;
  display: inline-block;
}

@media (min-width:768px) {
  .snap-track #category-view-container form {
    height: 100%;
  }
}

#category-view-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.breadcrumbs ul#category-view-container {
  padding-top: 15px;
  padding-bottom: 0;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.breadcrumbs ul#category-view-container li {
  margin-bottom: 0;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2#category-view-container {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2#category-view-container {
    width: 100%;
  }
}

@media (max-width:480px) {
  #category-view-container.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>#category-view-container {
  align-items: center;
}

.amblog-features .mt-2#category-view-container.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2#category-view-container.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track #category-view-container.flex-col {
    margin-bottom: .25rem;
  }

  .snap-slider.product-slider .snap-track .flex#category-view-container {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container#category-view-container.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .container.flex#category-view-container.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container#category-view-container.flex-col.my-6 {
  display: block;
}

body.catalog-product-view .product-info-main .container.flex#category-view-container.my-6 {
  display: block;
}

.product-info-main #category-view-container.items-end .final-price .price,
.product-info-main #category-view-container.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 #category-view-container.items-center.justify-end {
    width: 100%;
  }

  .form.form-cart .cart ul li.py-6 .flex#category-view-container.justify-end {
    width: 100%;
  }
}

.category-description{
  max-width: 56rem;
}

.toolbar-products .modes-mode{
  height: 1.5rem;
  width: 1.5rem;
}

.toolbar-products .modes-mode span{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
}

.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
}

@media (min-width:768px) {
  .snap-track #customer-login-container form {
    height: 100%;
  }
}

#customer-login-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2#customer-login-container {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2#customer-login-container {
    width: 100%;
  }
}

@media (max-width:480px) {
  #customer-login-container.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>#customer-login-container {
  align-items: center;
}

.amblog-features .mt-2#customer-login-container.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2#customer-login-container.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track #customer-login-container.flex-col {
    margin-bottom: .25rem;
  }

  .snap-slider.product-slider .snap-track .flex#customer-login-container {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container#customer-login-container.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .container.flex#customer-login-container.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container#customer-login-container.flex-col.my-6 {
  display: block;
}

body.catalog-product-view .product-info-main .container.flex#customer-login-container.my-6 {
  display: block;
}

.product-info-main #customer-login-container.items-end .final-price .price,
.product-info-main #customer-login-container.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 #customer-login-container.items-center.justify-end {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #customer-login-container{
    flex-direction: row;
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --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);
}

.breadcrumbs.form-input,.breadcrumbs
.form-email,.breadcrumbs
.form-select,.breadcrumbs
.form-multiselect,.breadcrumbs
.form-textarea {
  box-shadow: none;
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(84 46 99 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(63 34 74 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.page.messages{
  position: sticky;
  z-index: 10;
  top: 0px;
}

.page.messages .messages
    section#messages{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 600px){
  .page.messages .messages
    section#messages{
    max-width: 600px;
  }
}

@media (min-width: 728px){
  .page.messages .messages
    section#messages{
    max-width: 728px;
  }
}

@media (min-width: 984px){
  .page.messages .messages
    section#messages{
    max-width: 984px;
  }
}

@media (min-width: 1240px){
  .page.messages .messages
    section#messages{
    max-width: 1240px;
  }
}

@media (min-width: 1320px){
  .page.messages .messages
    section#messages{
    max-width: 1320px;
  }
}

.page.messages .messages
    section#messages{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .page.messages .messages
    section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1366px) {
  .page.messages .messages
    section#messages {
    max-width: 1320px;
  }
}

.category-view.page.messages .messages
    section#messages .category-description {
  max-width: unset;
  width: 100%;
}

.category-view.page.messages .messages
    section#messages .category-image,
.category-view.page.messages .messages
    section#messages .category-image img {
  width: 100%;
}

.category-view.page.messages .messages
    section#messages .category-image {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.catalog-product-view .page.messages .messages
    section#messages.flex.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .page.messages .messages
    section#messages.flex.flex-col.my-6 {
  display: block;
}

body[class*='amblog-index-'] #maincontent > .page.messages .messages
    section#messages.font-bold{
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 1024px){
  @media (min-width:768px) {
    .snap-track body[class*='amblog-index-'] #maincontent > .page.messages .messages
    section#messages.font-bold form {
      height: 100%;
    }
  }

  body[class*='amblog-index-'] #maincontent > .page.messages .messages
    section#messages.font-bold{
    flex-direction: column;
    align-items: flex-start;
  }
}

.message{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.message {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.message {
    width: 100%;
  }
}

@media (max-width:480px) {
  .message.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.message {
  align-items: center;
}

.amblog-features .mt-2.message.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.message.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .message.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.message.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.message.flex-col.my-6 {
  display: block;
}

.product-info-main .message.items-end .final-price .price,
.product-info-main .message.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .message.items-center.justify-end {
    width: 100%;
  }

  .form.form-cart .cart ul li.py-6 .flex.message.justify-end {
    width: 100%;
  }
}

.message.error{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.message.success{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.message.info,
    .message.warning,
    .message.notice{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

.product-item .price-container{
  display: block;
}

.category-view .sidebar .product-item .price-container.filter {
}

.product-item .price-container .price{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.product-item .price-container .price-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-item .special-price .price-container .price-label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .old-price .price-container{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.product-item .old-price .price-container .price{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.mainNavigation div.navigation nav ul li span a.product-item .old-price .price-container .price {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
}

.rating-summary svg{
  color:rgb(229 231 235/var(--tw-text-opacity,1));
  display: inline-flex;
  fill: #e5e7eb;
}

.product-info-main h1.text-gray-900.page-title.title-font{
  text-align: center;
  font-weight: 600;
}

/* @media (max-width:767px){
        #related .snap-track .flex.flex-col{
        margin-bottom: .25rem;
    }
}

@media (min-width:768px){

    #related .snap-track {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
    }

    #related .snap-track > .flex.flex-col{
        flex: 0 0 calc(50% - .5rem);
    }

    #related .snap-track > .flex.flex-col form{
    flex: 1;
    }
}

@media (min-width: 1024px) {
    #related .snap-track > .flex.flex-col{
                flex: 0 0 calc(33.33% - .5rem);
    }
} */

/* @media (min-width: 1280px) {
    #related .snap-track > .flex.flex-col{
                flex: 0 0 calc(25% - .5rem);
    }
} */

.category-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  /* optional depending on layout */
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container{
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price-label.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price-label.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price{
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

body.catalog-product-view .product-info-main h2.mb-6.page-product-bundle .price-final_price .price-from .price-container .price,body.catalog-product-view .product-info-main h2.mb-6 .page-product-bundle .price-final_price .price-to .price-container .price {
  border-bottom: #d1d5db 2px solid;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  padding-top: 1.5rem;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price.filter {
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label{
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.mainNavigation div.navigation nav ul li span a.page-product-bundle .price-final_price .price-from .old-price .price-container .price,.mainNavigation div.navigation nav ul li span a
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,.mainNavigation div.navigation nav ul li span a
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,.mainNavigation div.navigation nav ul li span a
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
}

.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles
   * Makeing the modal and offcanvs styles theme specific and mor adjustable
   */
}

.backdrop{
  position: fixed;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.backdrop {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.backdrop {
    width: 100%;
  }
}

@media (max-width:480px) {
  .backdrop.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.backdrop {
  align-items: center;
}

.amblog-features .mt-2.backdrop.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.backdrop.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .backdrop.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.backdrop.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.backdrop.flex-col.my-6 {
  display: block;
}

.product-info-main .backdrop.items-end .final-price .price,
.product-info-main .backdrop.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .backdrop.items-center.justify-end {
    width: 100%;
  }
}

body {
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width:768px) {
  .snap-track .flex-columns-wrapper form {
    height: 100%;
  }
}

.flex-columns-wrapper{
  display: flex;
  flex-direction: column;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.flex-columns-wrapper {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.flex-columns-wrapper {
    width: 100%;
  }
}

@media (max-width:480px) {
  .flex-columns-wrapper.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.flex-columns-wrapper {
  align-items: center;
}

.amblog-features .mt-2.flex-columns-wrapper.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.flex-columns-wrapper.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .flex-columns-wrapper.flex-col {
    margin-bottom: .25rem;
  }

  .snap-slider.product-slider .snap-track .flex.flex-columns-wrapper {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.flex-columns-wrapper.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .container.flex.flex-columns-wrapper.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.flex-columns-wrapper.flex-col.my-6 {
  display: block;
}

body.catalog-product-view .product-info-main .container.flex.flex-columns-wrapper.my-6 {
  display: block;
}

.product-info-main .flex-columns-wrapper.items-end .final-price .price,
.product-info-main .flex-columns-wrapper.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .flex-columns-wrapper.items-center.justify-end {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .flex-columns-wrapper{
    flex-direction: row;
  }
}

.columns{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 600px){
  .columns{
    max-width: 600px;
  }
}

@media (min-width: 728px){
  .columns{
    max-width: 728px;
  }
}

@media (min-width: 984px){
  .columns{
    max-width: 984px;
  }
}

@media (min-width: 1240px){
  .columns{
    max-width: 1240px;
  }
}

@media (min-width: 1320px){
  .columns{
    max-width: 1320px;
  }
}

.columns{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .columns {
    max-width: 640px;
  }
}

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

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

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

@media (min-width: 1366px) {
  .columns {
    max-width: 1320px;
  }
}

.category-view.columns .category-description {
  max-width: unset;
  width: 100%;
}

.category-view.columns .category-image,
.category-view.columns .category-image img {
  width: 100%;
}

.category-view.columns .category-image {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.catalog-product-view .columns.flex.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .columns.flex.flex-col.my-6 {
  display: block;
}

body[class*='amblog-index-'] #maincontent > .columns.font-bold{
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 1024px){
  @media (min-width:768px) {
    .snap-track body[class*='amblog-index-'] #maincontent > .columns.font-bold form {
      height: 100%;
    }
  }

  body[class*='amblog-index-'] #maincontent > .columns.font-bold{
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.columns .main{
  order: 2;
}

.columns .sidebar{
  order: 3;
}

.page-with-filter .columns .sidebar-main{
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar{
    order: 3;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .main, .page-layout-2columns-right .main, .page-layout-3columns .main{
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .sidebar, .page-layout-2columns-right .sidebar, .page-layout-3columns .sidebar{
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main{
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar{
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar~.sidebar-additional, .page-layout-3columns .columns .sidebar~.sidebar-additional{
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main{
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  @media (max-width:768px) {
    .footer.content .page-layout-2columns-left .columns,.footer.content  .page-layout-2columns-right .columns,.footer.content  .page-layout-3columns .columns {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width:480px) {
    .footer.content .page-layout-2columns-left .columns,.footer.content  .page-layout-2columns-right .columns,.footer.content  .page-layout-3columns .columns {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main{
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional{
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

/** 26-04-2024 **/

body.cms-page-view .page-main a {
  color: #000;
}

body.cms-page-view .page-main a:visited,
body.cms-page-view .page-main a:hover,
body.cms-page-view .page-main a:active {
  color: #542e63;
  text-decoration: underline;
}

body.cms-page-view .page-main p {
  margin-top: 0;
  margin-bottom: 1rem;
}

body.cms-page-view .page-main ul,
body.cms-page-view .page-main ol {
  margin-top: 0;
  margin-bottom: 25px;
  list-style-type: disc;
  padding-inline-start: 40px;
}

body.cms-page-view .page-main ol {
  list-style-type: decimal;
}

body.cms-page-view .page-main ul ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

body.cms-page-view .page-main ul>li,
body.cms-page-view .page-main ol>li {
  margin-top: 0;
  margin-bottom: 10px;
}

body.cms-page-view .page-main li {
  display: list-item;
}

body.cms-page-view .page-main h1 {
  font-size: 40px;
  letter-spacing: 1.4px;
  line-height: 39px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
  color: #000;
}

body.cms-page-view .page-main h2 {
  font-weight: 400;
  line-height: 28.6px;
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #000;
}

body.cms-page-view .page-main h3 {
  font-weight: 600;
  line-height: 19.8px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-block-end: 10px;
  margin-block-start: 20px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
}

/* header .miniquote-wrapper {
    display: none !important;
} */

#header {
  box-shadow: none;
  border: none;
}

.breadcrumbs.shadow-sm {
  box-shadow: none !important;
}

.breadcrumbs ul.py-4 {
  padding-top: 15px;
  padding-bottom: 0;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.breadcrumbs ul.py-4 li {
  margin-bottom: 0;
}

.breadcrumbs .items {
  font-size: 13px;
  letter-spacing: .52px;
}

.breadcrumbs span[aria-current="page"] {
  font-weight: 600;
}

.breadcrumbs span.text-primary-lighter {
  color: #542e63 !important;
}

.breadcrumbs a {
  color: #000 !important;
}

body.cms-page-view .page-main {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  body.cms-page-view .page-main .lg\:mt-8 {
    margin-top: 0 !important;
  }
}

body.cms-page-view .page-main .my-6 {
  margin-bottom: 0 !important;
}

body.cms-page-view .page-main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

body.cms-page-view .page-main thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

body.cms-page-view .page-main tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

body.cms-page-view .page-main th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

body.cms-page-view .page-main table th {
  text-align: left;
}

body.cms-page-view .page-main table>thead>tr>th,
body.cms-page-view .page-main table>thead>tr>td {
  vertical-align: bottom;
}

body.cms-page-view .page-main table>thead>tr>th,
body.cms-page-view .page-main table>tbody>tr>th,
body.cms-page-view .page-main table>tfoot>tr>th,
body.cms-page-view .page-main table>thead>tr>td,
body.cms-page-view .page-main table>tbody>tr>td,
body.cms-page-view .page-main table>tfoot>tr>td {
  padding: 11px 10px;
}

body.cms-page-view .page-main tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

/** 30-04-2024 **/

.block-promo-hp {
  margin: 0 -8px;
}

.block-promo-hp .block-promo {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 16px;
  float: left;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
}

.mri,
.x-ray-machine {
  width: 66.7%;
}

.consectetur,
.chair,
.x-ray {
  width: 33.3%;
}

.block-promo-hp .block-promo .content {
  position: absolute;
  left: 0;
  top: 0;
}

.block-promo-hp .block-promo>a>img {
  display: unset;
  vertical-align: unset;
}

.cms-home .blocks-promo {
  position: relative;
  display: inline-block;
  box-shadow: none;
  margin-top: 45px;
}

.x-ray-machine {
  position: absolute !important;
  bottom: 0;
  border-right: none !important;
}

@media (max-width:480px) {
  .mri,
    .x-ray-machine,
    .consectetur,
    .chair,
    .x-ray {
    width: 100%;
    position: relative !important;
  }

  .block-promo-hp .block-promo {
    border-left: none;
    border-right: none;
  }
}

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

  .columns {
    max-width: 640px;
  }
}

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

  .columns {
    max-width: 768px;
  }
}

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

  .columns {
    max-width: 1024px;
  }
}

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

  .columns {
    max-width: 1280px;
  }
}

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

  .columns {
    max-width: 1320px;
  }
}

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

    .columns {
        max-width: 1536px;
    }
} */

.mainNavigation div.navigation {
  margin: 20px 0 0;
  padding: 0;
  border: 1px solid #542e63;
  background: #f0f0f0;
  width: 100%;
  justify-content: space-evenly;
  z-index: 1;
}

.miniquote-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}

.mainNavigation div.navigation nav ul {
  padding: 0 !important;
}

.mainNavigation div.navigation nav ul.gap-x-7 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.mainNavigation div.navigation nav ul li {
  border: none !important;
}

.mainNavigation div.navigation nav ul li ul.mt-0\.5 {
  margin-top: 1px;
}

.mainNavigation div.navigation nav ul li span a.text-base {
  padding: 0 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
}

@media (min-width:1024px) {
  .headerTop div.navigation {
    display: none !important;
  }
}

@media (max-width:1023px) {
  .mainNavigation {
    display: none !important;
  }
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.flex {
    width: 68%;
  }

  .footer.content .lg\:w-1\/4 {
    width: 32%;
  }
}

.footer.content input[type="email"] {
  width: auto;
  display: inline-flex;
}

.footer.content button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0;
}

.footer.content h4.tracking-wider {
  letter-spacing: normal;
  font-weight: 700;
  color: #542e63;
}

.footer.content ul li.mt-4 {
  margin-top: 0;
}

.footer.content ul li a {
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.flex {
    width: 100%;
  }

  .footer.content .lg\:w-1\/4 {
    width: 100%;
  }

  .footer.content .px-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .footer .form.subscribe {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .footer.content .md\:justify-start {
    justify-content: flex-start;
  }
}

@media (max-width:768px) {
  .footer.content .grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:480px) {
  .footer.content .grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footer .form.subscribe div.justify-center {
    justify-content: flex-start;
  }
}

.message svg.stroke-current {
  stroke: #fff !important;
}

.footer.content .form-select {
  background-image: none !important;
}

.footer.content h4.tracking-wider br {
  display: none;
}

.amblog-post-container .amblog-footer {
  flex-direction: column;
  align-items: flex-start !important;
}

.amblog-post-container .amblog-footer .amblog-features {
  margin-bottom: 10px !important;
  display: flex;
  flex-wrap: wrap;
}

.amblog-post-container .amblog-footer .amblog-svg {
  width: 40px !important;
  height: 40px !important;
}

.amblog-post-container .amblog-read {
  margin-left: auto;
}

.amblog-post-container .text-secondary-darker.rounded-full {
  margin-bottom: 10px;
}

@media (max-width:480px) {
  .flex.amblog-wrap {
    flex-basis: 100%;
  }
}

.products-grid>ul {
  /* grid-auto-rows: 1fr; */
}

.products-grid>ul li {
  display: inline-grid;
}

.category-view.container .category-description {
  max-width: unset;
  width: 100%;
}

.product-slider.crosssell-product-slider{
  display: inline-block;
  width: 100%;
}

/* Fix Amasty Blog Formatting issue */

.amblog-content p {
  margin: revert;
}

.amblog-content h1,
.amblog-content h2,
.amblog-content h3,
.amblog-content h4,
.amblog-content h5,
.amblog-content h6 {
  font-size: revert;
}

.amblog-content ol,
.amblog-content ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.amblog-shot p {
  margin: revert;
}

.amblog-shot h1,
.amblog-shot h2,
.amblog-shot h3,
.amblog-shot h4,
.amblog-shot h5,
.amblog-shot h6 {
  font-size: revert;
}

.amblog-shot ol,
.amblog-shot ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.amblog-helpful-wrap .amblog-options>.flex {
  align-items: center;
}

.amblog-item-product.product-item .card.card-interactive {
  height: 100%;
}

.amblog-item-product.product-item .my-2.product.details.product-item-details p:first-child {
  min-height: 112px;
}

.amblog-features .mt-2.flex.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.flex.amblog-wrap .ml-2 {
  margin-left: 0;
}

/*Fix header issue*/

.headerTop .relative.inline-block nav{
  z-index: 11;
}

.swatch-attribute .swatch-attribute-options{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.swatch-attribute .swatch-attribute-options {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.swatch-attribute .swatch-attribute-options {
    width: 100%;
  }
}

@media (max-width:480px) {
  .swatch-attribute .swatch-attribute-options.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.swatch-attribute .swatch-attribute-options {
  align-items: center;
}

.amblog-features .mt-2.swatch-attribute .swatch-attribute-options.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.swatch-attribute .swatch-attribute-options.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .swatch-attribute .swatch-attribute-options.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.swatch-attribute .swatch-attribute-options.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.swatch-attribute .swatch-attribute-options.flex-col.my-6 {
  display: block;
}

.product-info-main .swatch-attribute .swatch-attribute-options.items-end .final-price .price,
.product-info-main .swatch-attribute .swatch-attribute-options.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .swatch-attribute .swatch-attribute-options.items-center.justify-end {
    width: 100%;
  }
}

.swatch-attribute .swatch-attribute-options .swatch-option{
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.swatch-attribute .swatch-attribute-options .swatch-option {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.swatch-attribute .swatch-attribute-options .swatch-option {
    width: 100%;
  }
}

@media (max-width:480px) {
  .footer .form.subscribe div.swatch-attribute .swatch-attribute-options .swatch-option {
    justify-content: flex-start;
  }

  .swatch-attribute .swatch-attribute-options .swatch-option.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.swatch-attribute .swatch-attribute-options .swatch-option {
  align-items: center;
}

.amblog-features .mt-2.swatch-attribute .swatch-attribute-options .swatch-option.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.swatch-attribute .swatch-attribute-options .swatch-option.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .swatch-attribute .swatch-attribute-options .swatch-option.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.swatch-attribute .swatch-attribute-options .swatch-option.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.swatch-attribute .swatch-attribute-options .swatch-option.flex-col.my-6 {
  display: block;
}

.product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.items-end .final-price .price,
.product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .swatch-attribute .swatch-attribute-options .swatch-option.items-center.justify-end {
    width: 100%;
  }
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  min-width: 40px;
}

.btn{
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.mainNavigation div.navigation nav ul li span a.btn {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.btn {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.btn {
    width: 100%;
  }
}

@media (max-width:480px) {
  .btn.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.btn {
  align-items: center;
}

.amblog-features .mt-2.btn.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.btn.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .btn.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.btn.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.btn.flex-col.my-6 {
  display: block;
}

.product-info-main .btn.items-end .final-price .price,
.product-info-main .btn.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .btn.items-center.justify-end {
    width: 100%;
  }

  .form.form-cart .cart ul li.py-6 .flex.btn.justify-end {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

  .mainNavigation div.navigation nav ul li span a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 55px;
  }
}

.btn svg{
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 59 125 / var(--tw-bg-opacity, 1));
}

/* Focus ring */
.btn:focus{
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(84 46 99 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

/* PRIMARY */
.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(84 46 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
               0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 59 125 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
               0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
}

/* SECONDARY */
.btn-secondary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(84 46 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(84 46 99 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
               0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
}

.btn-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(63 34 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
               0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
              var(--tw-ring-shadow, 0 0 #0000),
              var(--tw-shadow);
}

.btn-secondary:focus{
  border-width: 2px;
  border-color: transparent;
}

.btn-size-lg{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.breadcrumbs ul.btn-size-lg {
  padding-top: 15px;
  padding-bottom: 0;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.breadcrumbs ul.btn-size-lg li {
  margin-bottom: 0;
}

.btn-size-sm{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

#cart-drawer{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

[x-cloak] {
  display: none;
}

.input{
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mainNavigation div.navigation nav ul li span a.input {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
}

@media (min-width: 768px) {
  .input{
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input{
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input{
    margin-right: 1rem;
  }
}

.input-light{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.input-light:focus{
  --tw-border-opacity: 1;
  border-color: rgb(84 46 99 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-interactive:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

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

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

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

.transition {
  transition: transform 250ms ease, color 250ms ease;
}

.transform-180 {
  transform: rotate(-180deg);
}

.text-sans-serif {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.mainNavigation div.navigation nav ul li span abody {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

.rating-summary svg {
  color: rgb(229 231 235/var(--tw-text-opacity, 1));
  display: inline-flex;
  fill: #e5e7eb;
}

.product-info-main h1.text-gray-900.page-title.title-font {
  text-align: center;
  font-weight: 600;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .flex.flex-col {
    margin-bottom: .25rem;
  }
}

/* @media (min-width:768px) {
    .snap-slider.product-slider .snap-track {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
    }

    .snap-slider.product-slider .snap-track>.flex.flex-col {
        flex: 0 0 calc(50% - .5rem);
    }

    .snap-slider.product-slider .snap-track>.flex.flex-col form {
        flex: 1;
    }
} */

/* @media (min-width: 1024px) {
    .snap-slider.product-slider .snap-track>.flex.flex-col {
        flex: 0 0 calc(33.33% - .5rem);
    }
}

@media (min-width: 1280px) {
    .snap-slider.product-slider .snap-track>.flex.flex-col {
        flex: 0 0 calc(25% - .5rem);
    }
} */

.headerTop .relative.inline-block nav {
  z-index: 11;
}

.category-view.container .category-image,
.category-view.container .category-image img {
  width: 100%;
}

.category-view.container .category-image,
.category-description>div>div {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

#customer-menu {
  box-shadow: none;
  background: none;
  color: #000;
}

#customer-menu:hover {
  background-color: rgba(29, 78, 216, .1);
}

.product-info-main section.pb-6 .card.mb-6 {
  padding: 0;
  box-shadow: none;
}

body.catalog-product-view .container.flex.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.flex.flex-col.my-6 {
  display: block;
}

.product-info-main .flex.items-end .final-price .price,
.product-info-main .flex.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.old-price {
  margin-bottom: 20px;
}

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

button#add-to-compare {
  background: #e5e7eb;
  box-shadow: none;
  color: #6b7280;
}

button#add-to-compare:hover {
  color: #f59e0b;
}

body.catalog-product-view .product-info-main h2.mb-6.text-2xl {
  border-bottom: #d1d5db 2px solid;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  padding-top: 1.5rem;
}

body.catalog-product-view .product-info-main #description h2,
body.catalog-product-view .product-info-main #amfile_attachment h2,
body.catalog-product-view .product-info-main #product.attributes h2,
body.catalog-product-view .product-info-main #product.info.details.amblog.related_posts h2,
body.catalog-product-view .product-info-main #related h2,
body.catalog-product-view .product-info-main #upsell h2 {
  border-bottom: #d1d5db 2px solid;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  padding-top: 1.5rem;
}

.cart-summary .checkout .btn-checkout {
  justify-content: center;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width:1024px) {
  .form.form-cart .cart ul li.py-6 {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .form.form-cart .cart .field.qty {
    margin: 0;
  }

  .cart-summary .justify-self-end {
    text-align: right;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    align-items: center;
  }

  .form.form-cart .cart ul li.py-6 .product-item-photo,
    .form.form-cart .cart ul li.py-6 .product-item-details {
    width: 50%;
  }

  .form.form-cart .cart ul li.py-6 .price-excluding-tax,
    .form.form-cart .cart ul li.py-6 .field.qty {
    width: calc(100% / 6);
  }

  .form.form-cart .cart ul li.py-6 span.lg\:hidden {
    margin-top: 0;
    margin-right: 10px;
  }

  .form.form-cart .cart ul li.py-6 .field.qty {
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .form.form-cart .cart ul li.py-6 .price-excluding-tax {
    margin-right: 30px;
  }

  .form.form-cart .cart ul li.py-6 .flex.items-center.justify-end {
    width: 100%;
  }
}

@media (max-width:767px) {
  .form.form-cart .cart ul li.py-6 {
    display: flex;
    flex-direction: column;
  }

  .form.form-cart .cart ul li.py-6 .product-item-photo,
    .form.form-cart .cart ul li.py-6 .price-excluding-tax {
    margin-bottom: 30px;
  }

  .form.form-cart .cart ul li.py-6 .field.qty {
    margin-top: 0.25rem;
    margin-bottom: 30px;
  }
}

/* purgecss end ignore */

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-x-4{
  left: 1rem;
  right: 1rem;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-right-1\.5{
  right: -0.375rem;
}

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

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-auto{
  bottom: auto;
}

.left-0{
  left: 0px;
}

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

.left-3{
  left: 0.75rem;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-1\.5{
  right: 0.375rem;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-12{
  top: 3rem;
}

.top-14{
  top: 3.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

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

.top-\[calc\(100\%\+5px\)\]{
  top: calc(100% + 5px);
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.col-auto{
  grid-column: auto;
}

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

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

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

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

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

.float-end{
  float: inline-end;
}

.float-left{
  float: left;
}

.clear-left{
  clear: left;
}

.-m-2{
  margin: -0.5rem;
}

.-m-3{
  margin: -0.75rem;
}

.-m-4{
  margin: -1rem;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-auto{
  margin: auto;
}

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

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

.-me-4{
  margin-inline-end: -1rem;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-ml-4{
  margin-left: -1rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-ml-px{
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-24{
  margin-bottom: 6rem;
}

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

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

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

.mb-6{
  margin-bottom: 1.5rem;
}

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

.mb-9{
  margin-bottom: 2.25rem;
}

.me-0{
  margin-inline-end: 0px;
}

.me-auto{
  margin-inline-end: auto;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-10{
  margin-left: 2.5rem;
}

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

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

.ml-4{
  margin-left: 1rem;
}

.ml-6{
  margin-left: 1.5rem;
}

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

.ml-auto{
  margin-left: auto;
}

.mr-0{
  margin-right: 0px;
}

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

.mr-10{
  margin-right: 2.5rem;
}

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

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-3{
  margin-right: 0.75rem;
}

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

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

.mr-7{
  margin-right: 1.75rem;
}

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

.mr-auto{
  margin-right: auto;
}

.ms-0{
  margin-inline-start: 0px;
}

.ms-7{
  margin-inline-start: 1.75rem;
}

.ms-8{
  margin-inline-start: 2rem;
}

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

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

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

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

.mt-20{
  margin-top: 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-auto{
  margin-top: auto;
}

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

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

.h-\[calc\(100\%-20px\)\]{
  height: calc(100% - 20px);
}

.h-auto{
  height: auto;
}

.h-carousel-product-item{
  height: 540px;
}

.h-full{
  height: 100%;
}

.max-h-8{
  max-height: 2rem;
}

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

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.max-h-screen-75{
  max-height: 75vh;
}

.min-h-14{
  min-height: 3.5rem;
}

.min-h-80{
  min-height: 20rem;
}

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

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

.min-h-a11y{
  min-height: 44px;
}

.w-0{
  width: 0px;
}

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

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/12{
  width: 25%;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-4\/5{
  width: 80%;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7\/12{
  width: 58.333333%;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9{
  width: 2.25rem;
}

.w-9\/12{
  width: 75%;
}

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

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

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

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-16{
  min-width: 4rem;
}

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

.min-w-40{
  min-width: 10rem;
}

.min-w-48{
  min-width: 12rem;
}

.min-w-52{
  min-width: 13rem;
}

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

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

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

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

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

.max-w-4xl{
  max-width: 56rem;
}

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

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

.max-w-md{
  max-width: 28rem;
}

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

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-2xl{
  max-width: 1366px;
}

.max-w-xl{
  max-width: 36rem;
}

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

.flex-am-search-sidebar{
  flex: 0 1 100%;
}

.flex-none{
  flex: none;
}

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

.shrink{
  flex-shrink: 1;
}

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

.grow{
  flex-grow: 1;
}

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

.table-auto{
  table-layout: auto;
}

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

.-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-5{
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

.translate-y-px{
  --tw-translate-y: 1px;
  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-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

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

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row{
  grid-auto-flow: row;
}

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

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

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

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

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

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

.grid-cols-\[1\.5fr_1fr\]{
  grid-template-columns: 1.5fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0{
  row-gap: 0px;
}

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

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

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

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

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

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

.space-y-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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-end{
  align-self: flex-end;
}

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

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

.justify-self-end{
  justify-self: end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-x-clip{
  overflow-x: clip;
}

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

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto{
  hyphens: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

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

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl{
  border-top-left-radius: 0.25rem;
}

.rounded-tr{
  border-top-right-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

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

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

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

.border-container-darker{
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
}

.border-container-lighter{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-current{
  border-color: currentColor;
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(84 46 99 / var(--tw-border-opacity, 1));
}

.border-primary-lighter{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

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

.bg-amb_yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(253 240 213 / var(--tw-bg-opacity, 1));
}

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

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

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

.bg-container-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

.bg-container-lighter\/95{
  background-color: rgb(255 255 255 / 0.95);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(84 46 99 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 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\/25{
  background-color: rgb(255 255 255 / 0.25);
}

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

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

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

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-none{
  background-image: none;
}

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

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

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

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

.fill-amb_blue_icon{
  fill: #1979c2;
}

.fill-amb_grey{
  fill: #bdbdbd;
}

.fill-black\/20{
  fill: rgb(0 0 0 / 0.2);
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-white\/75{
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1{
  stroke-width: 1;
}

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

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

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

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pe-2{
  padding-inline-end: 0.5rem;
}

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

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

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

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

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

.pl-6{
  padding-left: 1.5rem;
}

.pr-1{
  padding-right: 0.25rem;
}

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

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

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

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

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

.pt-3{
  padding-top: 0.75rem;
}

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

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

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

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

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

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

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

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

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

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

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

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

.tracking-wider{
  letter-spacing: 0.05em;
}

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

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

.text-amb_blue_icon{
  --tw-text-opacity: 1;
  color: rgb(25 121 194 / var(--tw-text-opacity, 1));
}

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

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

.text-amb_orange{
  --tw-text-opacity: 1;
  color: rgb(111 68 0 / var(--tw-text-opacity, 1));
}

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

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

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

.text-current{
  color: currentColor;
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-inherit{
  color: inherit;
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-primary-darker{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-primary-lighter{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-secondary-darker{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-secondary-lighter{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-75{
  opacity: 0.75;
}

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

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-amb_blue{
  --tw-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-amb_blue{
  --tw-shadow-color: #3f51b5;
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

.outline-offset-2{
  outline-offset: 2px;
}

.outline-primary{
  outline-color: #1e40af;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-blue-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.ring-blue-500\/50{
  --tw-ring-color: rgb(84 46 99 / 0.5);
}

.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.ring-primary\/50{
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.ring-primary\/75{
  --tw-ring-color: rgb(30 64 175 / 0.75);
}

.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.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, 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-none{
  transition-property: none;
}

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

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

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

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

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

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

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

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

.page-footer{
}

.page-main {
}

.table-row-items > div.table-row-item{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.table-row-items > div.table-row-item:nth-child(2n + 1){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.category-view .sidebar .block.filter {
}

.account-nav ul li a, .account-nav ul li strong{
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.account-nav ul li a,.footer.content .md\:w-1\/2 .account-nav ul li strong {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.account-nav ul li a,.footer.content .md\:w-1\/2 .account-nav ul li strong {
    width: 100%;
  }
}

@media (max-width:480px) {
  .account-nav ul li a.amblog-wrap, .account-nav ul li strong.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.account-nav ul li a,.amblog-helpful-wrap .amblog-options> .account-nav ul li strong {
  align-items: center;
}

.amblog-features .mt-2.account-nav ul li a.amblog-wrap,.amblog-features .mt-2 .account-nav ul li strong.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.account-nav ul li a.amblog-wrap .ml-2,.amblog-features .mt-2 .account-nav ul li strong.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .account-nav ul li a.flex-col,.snap-slider.product-slider .snap-track  .account-nav ul li strong.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.account-nav ul li a.flex-col.my-6,body.catalog-product-view .container .account-nav ul li strong.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.account-nav ul li a.flex-col.my-6,body.catalog-product-view .product-info-main .container .account-nav ul li strong.flex-col.my-6 {
  display: block;
}

.product-info-main .account-nav ul li a.items-end .final-price .price,
.product-info-main .account-nav ul li a.items-end .old-price .price,.product-info-main  .account-nav ul li strong.items-end .final-price .price,
.product-info-main  .account-nav ul li strong.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .account-nav ul li a.items-center.justify-end,.form.form-cart .cart ul li.py-6  .account-nav ul li strong.items-center.justify-end {
    width: 100%;
  }
}

.account-nav ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.account-nav ul li strong{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.actions-toolbar{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.actions-toolbar {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.actions-toolbar {
    width: 100%;
  }
}

@media (max-width:480px) {
  .actions-toolbar.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.actions-toolbar {
  align-items: center;
}

.amblog-features .mt-2.actions-toolbar.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.actions-toolbar.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .actions-toolbar.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.actions-toolbar.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.actions-toolbar.flex-col.my-6 {
  display: block;
}

.product-info-main .actions-toolbar.items-end .final-price .price,
.product-info-main .actions-toolbar.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .actions-toolbar.items-center.justify-end {
    width: 100%;
  }

  .form.form-cart .cart ul li.py-6 .flex.actions-toolbar.justify-end {
    width: 100%;
  }
}

.actions-toolbar .primary button{
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.mainNavigation div.navigation nav ul li span a.actions-toolbar .primary button {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.actions-toolbar .primary button {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.actions-toolbar .primary button {
    width: 100%;
  }
}

@media (max-width:480px) {
  .actions-toolbar .primary button.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.actions-toolbar .primary button {
  align-items: center;
}

.amblog-features .mt-2.actions-toolbar .primary button.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.actions-toolbar .primary button.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .actions-toolbar .primary button.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.actions-toolbar .primary button.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.actions-toolbar .primary button.flex-col.my-6 {
  display: block;
}

.product-info-main .actions-toolbar .primary button.items-end .final-price .price,
.product-info-main .actions-toolbar .primary button.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .actions-toolbar .primary button.items-center.justify-end {
    width: 100%;
  }

  .form.form-cart .cart ul li.py-6 .flex.actions-toolbar .primary button.justify-end {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .actions-toolbar .primary button{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .actions-toolbar .primary button{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .mainNavigation div.navigation nav ul li span a.actions-toolbar .primary button {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 55px;
  }
}

.actions-toolbar .primary button svg{
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.actions-toolbar .primary button:focus{
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.actions-toolbar .primary button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.actions-toolbar a.back{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.amblog-post-container .actions-toolbar a.back.rounded-full {
  margin-bottom: 10px;
}

body > div > div.grecaptcha-badge{
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.order-links{
  display: block;
}

.category-view .sidebar .order-links.filter {
}

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

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .flex.order-links.justify-end {
    width: 100%;
  }
}

.order-links{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.order-links li{
  display: inline-block;
}

.headerTop .relative.order-links li nav{
  z-index: 11;
}

.order-links li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.order-links li.current{
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.order-links li a{
  text-decoration-line: underline;
}

.order-date{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form .field{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

form label{
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.amblog-post-container form label.rounded-full {
  margin-bottom: 10px;
}

.category-view .sidebar form label.filter {
}

form .field.choice{
  display: flex;
  align-items: center;
}

@media (min-width:1280px) {
  .footer.content form.md\:w-1\/2 .field.choice {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content form.md\:w-1\/2 .field.choice {
    width: 100%;
  }
}

@media (max-width:480px) {
  form .field.choice.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>form .field.choice {
  align-items: center;
}

.amblog-features form.mt-2 .field.choice.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features form.mt-2 .field.choice.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track form .field.choice.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view form.container .field.choice.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main form.container .field.choice.flex-col.my-6 {
  display: block;
}

.product-info-main form .field.choice.items-end .final-price .price,
.product-info-main form .field.choice.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 form .field.choice.items-center.justify-end {
    width: 100%;
  }

  .form.form-cart .cart ul li.py-6 form.flex .field.choice.justify-end {
    width: 100%;
  }
}

form .field.choice input{
  margin-right: 1rem;
}

form .field.choice label{
  margin-bottom: 0px;
}

form legend{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

form legend + br{
  display: none;
}

fieldset ~ fieldset{
  margin-top: 2rem;
}

.amsearch-search-page .message{
  flex-wrap: wrap;
}

.amsearch-search-page .message .amelsearch-further-section{
  margin-bottom: 1rem;
  width: 100%;
}

.amsearch-search-page .message .amelsearch-further-section .amelsearch-form-section{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.product-info-main h1.amsearch-search-page .message .amelsearch-further-section .amelsearch-form-section.page-title.title-font{
  text-align: center;
  font-weight: 600;
}

/* Custom module styles */

.amstockstatus-info-link{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.amstockstatus-info-link:hover{
  opacity: 0.8;
}

.product-info-main .product-description .stock{
  justify-content: flex-start;
}

.am-option-disabled{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.headerTop .am-option-disabled.inline-block nav{
  z-index: 11;
}

.am-option-disabled:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/* Custom module styles */

.amsearch-related-terms{
  margin-top: 1rem;
}

.footer.content ul li.amsearch-related-terms {
  margin-top: 0;
}

.amsearch-related-terms .amsearch-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.amsearch-related-suggestions,
.amsearch-related-recommendations{
  margin-top: 1rem;
}

.footer.content ul li.amsearch-related-suggestions,.footer.content ul li
.amsearch-related-recommendations {
  margin-top: 0;
}

.amsearch-related-suggestions .title, .amsearch-related-recommendations .title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.amtitles .amtitle {
  min-width: 45%;
}

@media (min-width: 768px) {
  .amtitles .amtitle {
    min-width: unset
  }
}

.amtitles .amtitle.active{
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.amtitles .amtitle.active .amsearch-results-icon{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.amcontents .amcontent {
  animation-duration: 0.45s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

.amcontents .amcontent .amsearch-item{
  margin-bottom: 0.25rem;
}

.amcontents .amcontent .amsearch-item .amsearch-link{
  font-weight: 700;
}

body[class*='amblog-index-'] #maincontent > .container.amcontents .amcontent .amsearch-item .amsearch-link{
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 1024px){
  @media (min-width:768px) {
    .snap-track body[class*='amblog-index-'] #maincontent > .container.amcontents .amcontent .amsearch-item .amsearch-link form {
      height: 100%;
    }
  }

  body[class*='amblog-index-'] #maincontent > .container.amcontents .amcontent .amsearch-item .amsearch-link{
    flex-direction: column;
    align-items: flex-start;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

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

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

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

.amsearch-container .amsearch-highlight {
  color: var(--amsearch-color-highlight, #1c6f5a);
  font-weight: 700;
}

.amsearch-container .card-interactive {
  background-color: var(--amsearch-color-background, rgb(255 255 255/var(--tw-bg-opacity)));
}

.amsearch-container .card-interactive:hover {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .card-interactive:focus {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .amsearch-product-name,
    .amsearch-container .am-search-view-all a {
  color: var(--amsearch-color-text, #1c6f5a);
}

.amsearch-container .amsearch-product-name:hover, .amsearch-container .am-search-view-all a:hover {
  color: var(--amsearch-color-text-hover, #1c6f5a);
}

.amsearch-container .amsearch-product-name:focus, .amsearch-container .am-search-view-all a:focus {
  color: var(--amsearch-color-text-focus, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link) {
  color: var(--amsearch-color-text, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link):hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-text-hover, #1c6f5a);
}

.am-search-item-list a:not(.reviews-link):focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #1c6f5a);
}

#search_mini_form .product-item a:not(.reviews-link) {
  color: var(--amsearch-color-text, rgba(59, 130, 246, 0.8));
}

#search_mini_form .product-item a:not(.reviews-link):hover {
  color: var(--amsearch-color-hover-text-hover, rgba(59, 130, 246, 1));
}

#search_mini_form .product-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
}

.amtabs-wrapper .amcontent a:not(.product-item-link) {
  color: #1979c2;
}

.amtabs-wrapper .amcontent a:not(.product-item-link):hover {
  text-decoration: underline;
}

.am-search-content {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-content:not(.am-search-horizontal-view) {
    width: calc(100% - 283px)
  }

  .am-search-content.am-search-sidebar-disabled {
    width: 100%
  }
}

.am-search-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 283px
  }
}

.am-custom-search-button {
  background: var(--amsearch-color-search_button, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text, #fff);
}

.am-custom-search-button:hover {
  background: var(--amsearch-color-search_button-hover, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text-hover, #fff);
}

.am-custom-search-button:focus {
  background: var(--amsearch-color-search_button-hover, #f4f5fa);
  color: var(--amsearch-color-search_button_text-hover, #1c6f5a);
}

/* Custom module styles */

#header .navigation{
  z-index: 10;
}

.product-item.list-view {
  width: 100%;
}

.product-item.list-view:nth-child(even){
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .product-item.list-view {
    width: 48%
  }

  .product-item.list-view:nth-child(even){
    margin-right: 1.25rem;
  }
}

/* Custom styles for installed hyva ui module */

/* TODO: Possible it will needs to change selector for header type after it is configured in Admin    */

#header.a-header-type #search-content{
  z-index: 110;
}

@media (min-width: 768px) {
  #header.a-header-type #search-content{
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.a-header-type #menu-search-icon{
  display: inline-block;
}

.headerTop .relative#header.a-header-type #menu-search-icon nav{
  z-index: 11;
}

#header.a-header-type #header-notification{
  z-index: 9;
}

#header.a-header-type #search_mini_form button[type="submit"][disabled]{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 768px) {
  #header.b-header-type #search-content{
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type{
  position: absolute;
  left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type [x-ref="searchForm"]{
  max-width: none;
}

.column.main.a-header-type section{
  z-index: 8;
}

/* Styles for blog widgets */

.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link{
  font-weight: 700;
}

body[class*='amblog-index-'] #maincontent > .container.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link{
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 1024px){
  @media (min-width:768px) {
    .snap-track body[class*='amblog-index-'] #maincontent > .container.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link form {
      height: 100%;
    }
  }

  body[class*='amblog-index-'] #maincontent > .container.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link{
    flex-direction: column;
    align-items: flex-start;
  }
}

.amblog-element-block .amblog-categories.-level1 ul{
  padding-left: 1.25rem;
}

.catalog-product-view .product-info-main section[id*='related_posts']{
  grid-column: span 2 / span 2;
}

/* Styles for blog list/grid */

/* change style for Page Builder */

.amblog-summary [data-content-type="heading"]{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.amblog-summary [data-content-type='row'] > div{
  padding-left: 0px;
  padding-right: 0px;
}

.page-layout-3columns .amblog-grid-list > .amblog-item{
  width: 100%;
}

@media (min-width: 1024px){
  .page-layout-3columns .amblog-grid-list > .amblog-item{
    margin-right: 1.25rem;
    width: calc(51% - 20px);
  }

  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0){
    margin-right: 0px;
  }

  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(3n+0){
    margin-right: 1.25rem;
  }
}

[data-amblog-js="element-block"] > .amblog-widget-container{
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.headerTop [data-amblog-js="element-block"] > .amblog-widget-container.inline-block nav{
  z-index: 11;
}

/* Styles for blog mobile sidebar menu */

body[class*='amblog-index-'] .page-title{
  max-width: calc(100% - 40px);
  overflow-wrap: break-word;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  body[class*='amblog-index-'] .page-title{
    padding-right: 0px;
  }
}

body[class*='amblog-index-'] #maincontent > .container.font-bold{
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 1024px){
  @media (min-width:768px) {
    .snap-track body[class*='amblog-index-'] #maincontent > .container.font-bold form {
      height: 100%;
    }
  }

  body[class*='amblog-index-'] #maincontent > .container.font-bold{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Styles for blog svg */

.amblog-svg.-classic{
  fill: #499bf8;
}

.amblog-svg.-red{
  fill: #ef5350;
}

.amblog-svg.-green{
  fill: #43a047;
}

.amblog-svg.-blue{
  fill: #3f51b5;
}

.amblog-svg.-grey{
  fill: #bdbdbd;
}

.amblog-svg.-purple{
  fill: #9c27b0;
}

.amblog-item[data-set='content-author'] .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0px;
}

@media (min-width:1280px) {
  .footer.content .md\:w-1\/2.amblog-item[data-set='content-author'] .amblog-list,.footer.content .md\:w-1\/2
.amblog-element-block[data-set='sidebar-author'] .amblog-list {
    width: 68%;
  }
}

@media (max-width:1279px) {
  .footer.content .md\:w-1\/2.amblog-item[data-set='content-author'] .amblog-list,.footer.content .md\:w-1\/2
.amblog-element-block[data-set='sidebar-author'] .amblog-list {
    width: 100%;
  }
}

@media (max-width:480px) {
  .amblog-item[data-set='content-author'] .amblog-list.amblog-wrap,
.amblog-element-block[data-set='sidebar-author'] .amblog-list.amblog-wrap {
    flex-basis: 100%;
  }
}

.amblog-helpful-wrap .amblog-options>.amblog-item[data-set='content-author'] .amblog-list,.amblog-helpful-wrap .amblog-options>
.amblog-element-block[data-set='sidebar-author'] .amblog-list {
  align-items: center;
}

.amblog-features .mt-2.amblog-item[data-set='content-author'] .amblog-list.amblog-wrap,.amblog-features .mt-2
.amblog-element-block[data-set='sidebar-author'] .amblog-list.amblog-wrap {
  flex-wrap: wrap;
  gap: 10px;
}

.amblog-features .mt-2.amblog-item[data-set='content-author'] .amblog-list.amblog-wrap .ml-2,.amblog-features .mt-2
.amblog-element-block[data-set='sidebar-author'] .amblog-list.amblog-wrap .ml-2 {
  margin-left: 0;
}

@media (max-width:767px) {
  .snap-slider.product-slider .snap-track .amblog-item[data-set='content-author'] .amblog-list.flex-col,.snap-slider.product-slider .snap-track 
.amblog-element-block[data-set='sidebar-author'] .amblog-list.flex-col {
    margin-bottom: .25rem;
  }
}

body.catalog-product-view .container.amblog-item[data-set='content-author'] .amblog-list.flex-col.my-6,body.catalog-product-view .container
.amblog-element-block[data-set='sidebar-author'] .amblog-list.flex-col.my-6 {
  display: none;
}

body.catalog-product-view .product-info-main .container.amblog-item[data-set='content-author'] .amblog-list.flex-col.my-6,body.catalog-product-view .product-info-main .container
.amblog-element-block[data-set='sidebar-author'] .amblog-list.flex-col.my-6 {
  display: block;
}

.product-info-main .amblog-item[data-set='content-author'] .amblog-list.items-end .final-price .price,
.product-info-main .amblog-item[data-set='content-author'] .amblog-list.items-end .old-price .price,.product-info-main 
.amblog-element-block[data-set='sidebar-author'] .amblog-list.items-end .final-price .price,
.product-info-main 
.amblog-element-block[data-set='sidebar-author'] .amblog-list.items-end .old-price .price {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

@media (min-width:768px) and (max-width:1023px) {
  .form.form-cart .cart ul li.py-6 .amblog-item[data-set='content-author'] .amblog-list.items-center.justify-end,.form.form-cart .cart ul li.py-6 
.amblog-element-block[data-set='sidebar-author'] .amblog-list.items-center.justify-end {
    width: 100%;
  }
}

.amblog-comments-wrapper .amblog-comment-reply .amblog-replies.deep-reply .amblog-comment-reply{
  border-width: 0px;
  padding: 0px;
}

/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 */

/* Custom module styles */

.am-custom-tabs-wrapper .tab-content .amtabs-review #customer-review-list .card, .am-custom-tabs-wrapper .tab-content .amtabs-review #review-form .card{
  background-color: transparent;
  --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);
}

.am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"]{
  border-style: none;
  background-color: transparent;
  opacity: 1 !important;
}

.am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"]:hover,
    .am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"]:checked:hover{
  background-color: transparent;
}

.am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"]:focus,
    .am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"]:focus-visible{
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: inset 0 0 0 2px black;
}

.am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"].no-outline:focus,
    .am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"].no-outline:focus-visible,
    .am-custom-tabs-wrapper .accordion-container ul li input[type="checkbox"].no-outline:active{
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: none;
}

@media (min-width: 1024px){
  @media (min-width:768px) {
    .snap-track .lg\:flex-col form {
      height: 100%;
    }
  }
}

.before\:h-3::before{
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before{
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before{
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.before\:bg-red-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.first\:border-t-0:first-child{
  border-top-width: 0px;
}

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

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:mb-6:last-child{
  margin-bottom: 1.5rem;
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.last\:border-0:last-child{
  border-width: 0px;
}

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

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.even\:bg-container:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.even\:bg-container-darker:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.even\:bg-gray-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.visited\:text-purple-600:visited{
  color: rgb(124 58 237 );
}

.open\:flex[open]{
  display: flex;
}

.invalid\:ring-2:invalid{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(84 46 99 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-container-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover{
  background-color: rgb(29 78 216 / 0.1);
}

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

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-darker:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / 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-500:hover{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:brightness-125:hover{
  --tw-brightness: brightness(1.25);
  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);
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus{
  position: absolute;
}

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

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

.focus\:z-40:focus{
  z-index: 40;
}

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

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(84 46 99 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

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

.focus\:border-transparent:focus{
  border-color: transparent;
}

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

.focus\:p-2:focus{
  padding: 0.5rem;
}

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

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.active\:opacity-75:active{
  opacity: 0.75;
}

.active\:ring-0:active{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

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

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

.has-\[\:focus-visible\]\:outline-2:has(:focus-visible){
  outline-width: 2px;
}

.aria-\[current\=page\]\:font-medium[aria-current="page"]{
  font-weight: 500;
}

.aria-\[current\=page\]\:underline[aria-current="page"]{
  text-decoration-line: underline;
}

.group[aria-expanded="true"] .group-aria-expanded\: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));
}

.data-\[active\]\:border-primary[data-active]{
  --tw-border-opacity: 1;
  border-color: rgb(84 46 99 / var(--tw-border-opacity, 1));
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:duration-0{
    transition-duration: 0s;
  }
}

@media (min-width: 640px){
  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

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

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

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

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

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

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:p-16{
    padding: 4rem;
  }

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

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

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

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

  .md\:order-3{
    order: 3;
  }

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

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

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

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

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

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

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

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

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

  .md\:me-0{
    margin-inline-end: 0px;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

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

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

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

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

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

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

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-96{
    width: 24rem;
  }

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

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

  .md\:w-auto{
    width: auto;
  }

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

  .md\:max-w-md{
    max-width: 28rem;
  }

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

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

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
    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));
  }

  .md\:cursor-default{
    cursor: default;
  }

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

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

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

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

  .md\:grid-cols-\[42\%_minmax\(0px\2c 1fr\)\]{
    grid-template-columns: 42% minmax(0px,1fr);
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

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

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

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

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-container{
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

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

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

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-36{
    padding-bottom: 9rem;
  }

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

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

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

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

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

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

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

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:\[--snap-cols\:2\]{
    --snap-cols: 2;
  }
}

@media (min-width: 1024px){
  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: sticky;
  }

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

  .lg\:left-\[var\(--msrp-inline-offset\)\]{
    left: var(--msrp-inline-offset);
  }

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

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\]{
    top: var(--msrp-block-offset);
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-none{
    order: 0;
  }

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

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

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

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

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

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

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

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

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mr-\[3\%\]{
    margin-right: 3%;
  }

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

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

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-36{
    height: 9rem;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

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

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

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

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

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

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

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

  .lg\:table-auto{
    table-layout: auto;
  }

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

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

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

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

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

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

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

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

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

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

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

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

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-y-0{
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-r-0{
    border-right-width: 0px;
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

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

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

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

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

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

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

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

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

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

  .lg\:\[--snap-cols\:3\]{
    --snap-cols: 3;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

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

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

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

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

  .xl\:p-12{
    padding: 3rem;
  }

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

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:\[--snap-cols\:4\]{
    --snap-cols: 4;
  }
}

@media (min-width: 1366px){
  .\32xl\:w-96{
    width: 24rem;
  }

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

  .\32xl\:\[--snap-cols\:5\]{
    --snap-cols: 5;
  }
}

.rtl\:-rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media print{
  .print\:ml-5{
    margin-left: 1.25rem;
  }

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

  .print\:flex{
    display: flex;
  }

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

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

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{
  display: none;
}

@media (min-width: 1024px){
  .lg\:\[\&\:nth-child\(3n\+0\)\]\:mr-0:nth-child(3n+0){
    margin-right: 0px;
  }
}
