@import url('https://fonts.googleapis.com/css2?family=Noto+Sans: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(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

/* ! tailwindcss v3.4.19 | 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 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

abbr:where([title]) {
  text-decoration: underline;
  -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::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;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  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;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([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::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;
}

select:where([multiple]),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;
}

input:where([type='checkbox']),input:where([type='radio']){
  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;
          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;
}

input:where([type='checkbox']){
  border-radius: 0px;
}

input:where([type='radio']){
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([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);
}

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

input:where([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) {
  input:where([type='checkbox']):checked{
    appearance: auto;
  }
}

input:where([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) {
  input:where([type='radio']):checked{
    appearance: auto;
  }
}

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

input:where([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) {
  input:where([type='checkbox']):indeterminate{
    appearance: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px){
  .\!container{
    max-width: 1440px !important;
  }

  .container{
    max-width: 1440px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect{
  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: #2563eb;
}

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

.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{
    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{
    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{
    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);
  -webkit-text-decoration: underline;
  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;
}

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

.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;
  min-width: 40px;
}

.\!btn {
  --btn-stroke: transparent !important;
  --btn-bg: #6b7280 !important;
  --btn-color: #fff !important;
}

.btn {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
}

.\!btn{
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --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);
}

.btn{
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --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);
}

.\!btn {
  border-color: var(--btn-stroke) !important;
  background-color: var(--btn-bg) !important;
  color: var(--btn-color) !important;
}

.btn {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

.\!btn:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke)) !important;
  background-color: var(--btn-hover-bg, var(--btn-bg)) !important;
  color: var(--btn-hover-color, var(--btn-color)) !important;
}

.btn:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

.\!btn:focus-visible{
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgb(30 64 175 / 0.5);
}

.btn:focus-visible{
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgb(30 64 175 / 0.5);
}

.\!btn:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke)) !important;
  background-color: var(--btn-active-bg, var(--btn-bg)) !important;
  color: var(--btn-active-color, var(--btn-color)) !important;
}

.btn:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

.\!btn:disabled{
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

.\!btn:disabled:hover{
  --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);
}

.btn:disabled{
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

.btn:disabled:hover{
  --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);
}

.\!btn:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb) !important;
  background-color: var(--btn-disabled-bg, #fff) !important;
  color: var(--btn-disabled-color, #4b5563) !important;
}

.btn:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

.btn-primary {
  background-color: #000;
  color: #fff;
  --btn-hover-bg: #2563eb;
  --btn-active-bg: #1e40af;
}

.btn-primary:hover{
  --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);
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.btn-secondary {
  --btn-stroke: #2563eb;
  --btn-bg: #fff;
  --btn-color: #000;
  --btn-hover-stroke: #1e40af;
}

.btn-secondary:hover{
  --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);
}

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

.actions-toolbar .primary button {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --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);
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

.actions-toolbar .primary button:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

.actions-toolbar .primary button:focus-visible{
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgb(30 64 175 / 0.5);
}

.actions-toolbar .primary button:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

.actions-toolbar .primary button:disabled{
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

.actions-toolbar .primary button:disabled:hover{
  --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);
}

.actions-toolbar .primary button:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

.actions-toolbar .primary button {
  background-color: #000;
  color: #fff;
  --btn-hover-bg: #2563eb;
  --btn-active-bg: #1e40af;
}

.actions-toolbar .primary button:hover{
  --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);
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

:where(#hyva-checkout-main) .actions-toolbar .primary button{
  border-width: 2px;
}

:where(#hyva-checkout-main) .actions-toolbar .primary button:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .actions-toolbar .primary button:not(.btn-secondary){
  border-color: transparent;
}

.actions-toolbar .primary button {
  --btn-bg: #FFC300;
  --btn-color: #000;
  --btn-hover-bg: #0057a0;
  --btn-active-bg: #0057a0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.actions-toolbar .primary button:hover {
  --btn-color: #fff;
}

@media screen and (max-width: 767px) {
  #active-filtering-content .item.actions-toolbar .primary button {
    padding: 5px;
  }

  #active-filtering-content .item.actions-toolbar .primary button .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit .actions-toolbar .primary button {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit .actions-toolbar .primary button:hover {
  background-color: #00843d;
}

.actions-toolbar .primary button {
  --btn-bg: #FFC300;
  --btn-color: #000;
  --btn-hover-bg: #0057a0;
  --btn-active-bg: #0057a0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.actions-toolbar .primary button:hover {
  --btn-color: #fff;
}

@media screen and (max-width: 767px) {
  #active-filtering-content .item.actions-toolbar .primary button {
    padding: 5px;
  }

  #active-filtering-content .item.actions-toolbar .primary button .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit .actions-toolbar .primary button {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit .actions-toolbar .primary button:hover {
  background-color: #00843d;
}

.input-group > :not(:last-child):not(button):not(.actions-toolbar .primary button){
  border-right-width: 0px;
}

.checkout-summary .checkout-nav .actions-toolbar .primary button{
  width: 100%;
}

.brand-description .text-content .checkout-summary .checkout-nav .actions-toolbar .primary button.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.actions-toolbar .\!primary button {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --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);
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

.actions-toolbar .\!primary button:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

.actions-toolbar .\!primary button:focus-visible{
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgb(30 64 175 / 0.5);
}

.actions-toolbar .\!primary button:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

.actions-toolbar .\!primary button:disabled{
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

.actions-toolbar .\!primary button:disabled:hover{
  --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);
}

.actions-toolbar .\!primary button:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

.actions-toolbar .\!primary button {
  background-color: #000;
  color: #fff;
  --btn-hover-bg: #2563eb;
  --btn-active-bg: #1e40af;
}

.actions-toolbar .\!primary button:hover{
  --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);
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

:where(#hyva-checkout-main) .actions-toolbar .\!primary button{
  border-width: 2px;
}

:where(#hyva-checkout-main) .actions-toolbar .\!primary button:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .actions-toolbar .\!primary button:not(.btn-secondary){
  border-color: transparent;
}

.actions-toolbar .\!primary button {
  --btn-bg: #FFC300;
  --btn-color: #000;
  --btn-hover-bg: #0057a0;
  --btn-active-bg: #0057a0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.actions-toolbar .\!primary button:hover {
  --btn-color: #fff;
}

@media screen and (max-width: 767px) {
  #active-filtering-content .item.actions-toolbar .\!primary button {
    padding: 5px;
  }

  #active-filtering-content .item.actions-toolbar .\!primary button .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit .actions-toolbar .\!primary button {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit .actions-toolbar .\!primary button:hover {
  background-color: #00843d;
}

.actions-toolbar .\!primary button {
  --btn-bg: #FFC300;
  --btn-color: #000;
  --btn-hover-bg: #0057a0;
  --btn-active-bg: #0057a0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.actions-toolbar .\!primary button:hover {
  --btn-color: #fff;
}

@media screen and (max-width: 767px) {
  #active-filtering-content .item.actions-toolbar .\!primary button {
    padding: 5px;
  }

  #active-filtering-content .item.actions-toolbar .\!primary button .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit .actions-toolbar .\!primary button {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit .actions-toolbar .\!primary button:hover {
  background-color: #00843d;
}

.input-group > :not(:last-child):not(button):not(.actions-toolbar .\!primary button){
  border-right-width: 0px;
}

.checkout-summary .checkout-nav .actions-toolbar .\!primary button{
  width: 100%;
}

.brand-description .text-content .checkout-summary .checkout-nav .actions-toolbar .\!primary button.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

:where(#hyva-checkout-main) .\!btn{
  border-width: 2px;
}

:where(#hyva-checkout-main) .\!btn:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .btn{
  border-width: 2px;
}

:where(#hyva-checkout-main) .btn:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .\!btn:not(.btn-secondary){
  border-color: transparent;
}

:where(#hyva-checkout-main) .btn:not(.btn-secondary){
  border-color: transparent;
}

/* #category-view-container {
    @apply px-0 py-4 flex flex-col items-center;
} */

[data-content-type='row'] > div {
  margin-bottom: 0px !important;
  padding: 0px !important;
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

.price-including-tax + .price-excluding-tax{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.price-including-tax + .price-excluding-tax {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax{
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price{
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax,
.weee[data-label]{
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child,[data-content-type$='block'] 
.weee[data-label] p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.weee[data-label]{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.weee[data-label] {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.price-container.price-tier_price{
  display: flex;
  gap: 0.25rem;
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before, .price-container .weee:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after, .price-container .weee:after {
  content: ')';
}

/* Keep file for backwards compatibility */

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

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea{
  min-height: 2.75rem;
  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);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 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(30 64 175 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.form-address-edit .country #country{
  min-height: 2.75rem;
  width: 100%;
  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);
}

.brand-description .text-content .form-address-edit .country #country.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.form-address-edit .country #country:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 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(30 64 175 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

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

.page-header.page.messages + .fitment-bar-wrapper .fitment-bar {
  position: sticky;
  top: 0;
  z-index: 40;
}

.page.messages .messages
    section#messages{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 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: 1440px){
  .page.messages .messages
    section#messages{
    max-width: 1440px;
  }
}

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

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

.splide .splide__slide__container .page.messages .messages
    section#messages {
  max-width: unset;
  padding: 0;
}

@media  screen and (max-width: 767px) {
  .page.messages .messages
    section#messages {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.brand-description .text-content .w-full.page.messages .messages
    section#messages.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

@media  screen and (max-width: 767px) {
  .page.messages .messages
    section#messages {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.brand-description .text-content .w-full.page.messages .messages
    section#messages.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.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(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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);
}

.brand-description .text-content .message.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.message.error{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.message.success{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.message.info,
    .message.notice{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.message.warning{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

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

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

[data-content-type$='block'] .product-item .price-container p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

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

.border-slate-300.pt-4 .text-green-500.space-x-4.product-item .price-container .price-label {
  font-size: 12px;
  position: relative;
  top: -5px;
}

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

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

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

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

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price{
  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));
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax{
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.wishlist-widget .price-box .price-label,
    .wishlist-widget .price-box .old-price{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* .modal {} */

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

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

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

/* Splide slider (moved from Mageplaza_BannerSlider::css/hyvacompat/style.css) */

.splide .splide__list {
  transition: height .5s ease-in-out;
}

.splide .splide__slide__container .container {
  max-width: unset;
  padding: 0;
}

.splide .splide__slide img {
  vertical-align: bottom;
  width: 100%;
}

/* Hide stray elements that leak into the grid as siblings of js_slide */

/* Hide stray elements that leak into the grid as siblings */

.related-grid-track > .fitment-bar-wrapper,
.related-grid-track > script,
.related-grid-track > style {
  display: none !important;
}

:where(html) {
  scrollbar-gutter: stable;
}

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

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

.columns{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 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: 1440px){
  .columns{
    max-width: 1440px;
  }
}

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

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

.splide .splide__slide__container .columns {
  max-width: unset;
  padding: 0;
}

#hyva-checkout-container .columns{
  grid-auto-rows: auto;
}

@media (min-width: 768px){
  #shipping .columns .field-wrapper.field-lastname{
    grid-column: span 6 / span 6;
  }
}

@media  screen and (max-width: 767px) {
  .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.refcart-selection .columns .refcart-time-error ,
.refcart-selection .columns .refcart-date-error {
  position: absolute;
  left: 6px;
  bottom: -13px;
  font-size: 10px;
}

#hyva-checkout-container .columns{
  grid-auto-rows: auto;
}

@media (min-width: 768px){
  #shipping .columns .field-wrapper.field-lastname{
    grid-column: span 6 / span 6;
  }
}

@media  screen and (max-width: 767px) {
  .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.refcart-selection .columns .refcart-time-error ,
.refcart-selection .columns .refcart-date-error {
  position: absolute;
  left: 6px;
  bottom: -13px;
  font-size: 10px;
}

@media  screen and (max-width: 767px) {
  .shop-by-brands .columns a:last-child {
    display: none;
  }
}

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

.columns .main{
  order: 2;
}

.columns .sidebar{
  order: 3;
}

.product-main-full-width .columns{
  max-width: none;
}

.page-main-full-width .columns{
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.account .columns .sidebar-main, .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;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main{
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional{
    grid-column: span 2 / span 2;
  }
}

@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 .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .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));
  }

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

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

[x-cloak] {
  display: none !important;
}

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

@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(29 78 216 / 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));
}

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

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row']{
  box-sizing: border-box;
}

[data-content-type='row'] > div{
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}

[data-content-type='row'][data-appearance='contained']{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner']{
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 1440px;
  }
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 1536px;
  }
}

.splide .splide__slide__container [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: unset;
  padding: 0;
}

@media  screen and (max-width: 767px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line']{
  flex-wrap: wrap;
}

@media (min-width: 768px){
  [data-content-type='column-group'], [data-content-type='column-line']{
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column']{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.brand-description .text-content [data-content-type='column'].mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

[data-content-type='column'] {
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation{
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --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);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header {
    min-height: auto;
  }
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header {
    min-height: auto;
  }
}

.related-product-slider .swiper-slide .product-bottom [data-content-type='tabs'] .tabs-navigation li.tab-header.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child{
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active{
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    min-height: auto;
  }
}

.border-slate-300.pt-4 .text-green-500.space-x-4[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    min-height: auto;
  }
}

.border-slate-300.pt-4 .text-green-500.space-x-4[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.related-product-slider .swiper-slide .product-bottom [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span{
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

[data-content-type='tabs'] .tabs-content{
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --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-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);
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-content{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-content:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-content {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-content {
    min-height: auto;
  }
}

.page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-content{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-content {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='tabs'] .tabs-content {
    min-height: auto;
  }
}

.related-product-slider .swiper-slide .product-bottom [data-content-type='tabs'] .tabs-content.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text']{
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading']{
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons']{
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item']{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div{
  display: inline-block;
  --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);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link{
  box-sizing: border-box;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --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);
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

a.pagebuilder-button-primary:focus-visible, button.pagebuilder-button-primary:focus-visible, div.pagebuilder-button-primary:focus-visible{
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgb(30 64 175 / 0.5);
}

a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

a.pagebuilder-button-primary:disabled, button.pagebuilder-button-primary:disabled, div.pagebuilder-button-primary:disabled{
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

a.pagebuilder-button-primary:disabled:hover, button.pagebuilder-button-primary:disabled:hover, div.pagebuilder-button-primary:disabled:hover{
  --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);
}

a.pagebuilder-button-primary:disabled, button.pagebuilder-button-primary:disabled, div.pagebuilder-button-primary:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  background-color: #000;
  color: #fff;
  --btn-hover-bg: #2563eb;
  --btn-active-bg: #1e40af;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover{
  --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);
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

:where(#hyva-checkout-main) a.pagebuilder-button-primary,:where(#hyva-checkout-main)  button.pagebuilder-button-primary,:where(#hyva-checkout-main)  div.pagebuilder-button-primary{
  border-width: 2px;
}

:where(#hyva-checkout-main) a.pagebuilder-button-primary:disabled,:where(#hyva-checkout-main)  button.pagebuilder-button-primary:disabled,:where(#hyva-checkout-main)  div.pagebuilder-button-primary:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) a.pagebuilder-button-primary:not(.btn-secondary),:where(#hyva-checkout-main)  button.pagebuilder-button-primary:not(.btn-secondary),:where(#hyva-checkout-main)  div.pagebuilder-button-primary:not(.btn-secondary){
  border-color: transparent;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-bg: #FFC300;
  --btn-color: #000;
  --btn-hover-bg: #0057a0;
  --btn-active-bg: #0057a0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --btn-color: #fff;
}

@media screen and (max-width: 767px) {
  #active-filtering-content a.item.pagebuilder-button-primary,#active-filtering-content  button.item.pagebuilder-button-primary,#active-filtering-content  div.item.pagebuilder-button-primary {
    padding: 5px;
  }

  #active-filtering-content a.item.pagebuilder-button-primary .action.remove svg,#active-filtering-content  button.item.pagebuilder-button-primary .action.remove svg,#active-filtering-content  div.item.pagebuilder-button-primary .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit a.pagebuilder-button-primary,.shopping-cart-edit  button.pagebuilder-button-primary,.shopping-cart-edit  div.pagebuilder-button-primary {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit a.pagebuilder-button-primary:hover,.shopping-cart-edit  button.pagebuilder-button-primary:hover,.shopping-cart-edit  div.pagebuilder-button-primary:hover {
  background-color: #00843d;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-bg: #FFC300;
  --btn-color: #000;
  --btn-hover-bg: #0057a0;
  --btn-active-bg: #0057a0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --btn-color: #fff;
}

@media screen and (max-width: 767px) {
  #active-filtering-content a.item.pagebuilder-button-primary,#active-filtering-content  button.item.pagebuilder-button-primary,#active-filtering-content  div.item.pagebuilder-button-primary {
    padding: 5px;
  }

  #active-filtering-content a.item.pagebuilder-button-primary .action.remove svg,#active-filtering-content  button.item.pagebuilder-button-primary .action.remove svg,#active-filtering-content  div.item.pagebuilder-button-primary .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit a.pagebuilder-button-primary,.shopping-cart-edit  button.pagebuilder-button-primary,.shopping-cart-edit  div.pagebuilder-button-primary {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit a.pagebuilder-button-primary:hover,.shopping-cart-edit  button.pagebuilder-button-primary:hover,.shopping-cart-edit  div.pagebuilder-button-primary:hover {
  background-color: #00843d;
}

.input-group > :not(:last-child):not(button):not(a.pagebuilder-button-primary),.input-group > :not(:last-child):not(button):not(button.pagebuilder-button-primary),.input-group > :not(:last-child):not(button):not(div.pagebuilder-button-primary){
  border-right-width: 0px;
}

.checkout-summary .checkout-nav a.pagebuilder-button-primary,.checkout-summary .checkout-nav  button.pagebuilder-button-primary,.checkout-summary .checkout-nav  div.pagebuilder-button-primary{
  width: 100%;
}

.brand-description .text-content .checkout-summary .checkout-nav a.pagebuilder-button-primary.mx-auto.text-center,.brand-description .text-content .checkout-summary .checkout-nav  button.pagebuilder-button-primary.mx-auto.text-center,.brand-description .text-content .checkout-summary .checkout-nav  div.pagebuilder-button-primary.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: transparent;
  --btn-bg: #6b7280;
  --btn-color: #fff;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --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);
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

a.pagebuilder-button-secondary:focus-visible, button.pagebuilder-button-secondary:focus-visible, div.pagebuilder-button-secondary:focus-visible{
  outline-style: solid;
  outline-width: 4px;
  outline-offset: 0px;
  outline-color: rgb(30 64 175 / 0.5);
}

a.pagebuilder-button-secondary:active, button.pagebuilder-button-secondary:active, div.pagebuilder-button-secondary:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

a.pagebuilder-button-secondary:disabled, button.pagebuilder-button-secondary:disabled, div.pagebuilder-button-secondary:disabled{
  cursor: not-allowed;
  opacity: 0.7;
  --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);
}

a.pagebuilder-button-secondary:disabled:hover, button.pagebuilder-button-secondary:disabled:hover, div.pagebuilder-button-secondary:disabled:hover{
  --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);
}

a.pagebuilder-button-secondary:disabled, button.pagebuilder-button-secondary:disabled, div.pagebuilder-button-secondary:disabled {
  border-color: var(--btn-disabled-stroke, #e5e7eb);
  background-color: var(--btn-disabled-bg, #fff);
  color: var(--btn-disabled-color, #4b5563);
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: #2563eb;
  --btn-bg: #fff;
  --btn-color: #000;
  --btn-hover-stroke: #1e40af;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover{
  --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);
}

:where(#hyva-checkout-main) a.pagebuilder-button-secondary,:where(#hyva-checkout-main)  button.pagebuilder-button-secondary,:where(#hyva-checkout-main)  div.pagebuilder-button-secondary{
  border-width: 2px;
}

:where(#hyva-checkout-main) a.pagebuilder-button-secondary:disabled,:where(#hyva-checkout-main)  button.pagebuilder-button-secondary:disabled,:where(#hyva-checkout-main)  div.pagebuilder-button-secondary:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) a.pagebuilder-button-secondary:not(.btn-secondary),:where(#hyva-checkout-main)  button.pagebuilder-button-secondary:not(.btn-secondary),:where(#hyva-checkout-main)  div.pagebuilder-button-secondary:not(.btn-secondary){
  border-color: transparent;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 767px) {
  #active-filtering-content a.item.pagebuilder-button-secondary,#active-filtering-content  button.item.pagebuilder-button-secondary,#active-filtering-content  div.item.pagebuilder-button-secondary {
    padding: 5px;
  }

  #active-filtering-content a.item.pagebuilder-button-secondary .action.remove svg,#active-filtering-content  button.item.pagebuilder-button-secondary .action.remove svg,#active-filtering-content  div.item.pagebuilder-button-secondary .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit a.pagebuilder-button-secondary,.shopping-cart-edit  button.pagebuilder-button-secondary,.shopping-cart-edit  div.pagebuilder-button-secondary {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit a.pagebuilder-button-secondary:hover,.shopping-cart-edit  button.pagebuilder-button-secondary:hover,.shopping-cart-edit  div.pagebuilder-button-secondary:hover {
  background-color: #00843d;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 767px) {
  #active-filtering-content a.item.pagebuilder-button-secondary,#active-filtering-content  button.item.pagebuilder-button-secondary,#active-filtering-content  div.item.pagebuilder-button-secondary {
    padding: 5px;
  }

  #active-filtering-content a.item.pagebuilder-button-secondary .action.remove svg,#active-filtering-content  button.item.pagebuilder-button-secondary .action.remove svg,#active-filtering-content  div.item.pagebuilder-button-secondary .action.remove svg {
    width: 17px;
  }
}

.shopping-cart-edit a.pagebuilder-button-secondary,.shopping-cart-edit  button.pagebuilder-button-secondary,.shopping-cart-edit  div.pagebuilder-button-secondary {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit a.pagebuilder-button-secondary:hover,.shopping-cart-edit  button.pagebuilder-button-secondary:hover,.shopping-cart-edit  div.pagebuilder-button-secondary:hover {
  background-color: #00843d;
}

.input-group > :not(:last-child):not(button):not(a.pagebuilder-button-secondary),.input-group > :not(:last-child):not(button):not(button.pagebuilder-button-secondary),.input-group > :not(:last-child):not(button):not(div.pagebuilder-button-secondary){
  border-right-width: 0px;
}

.checkout-summary .checkout-nav a.pagebuilder-button-secondary,.checkout-summary .checkout-nav  button.pagebuilder-button-secondary,.checkout-summary .checkout-nav  div.pagebuilder-button-secondary{
  width: 100%;
}

.brand-description .text-content .checkout-summary .checkout-nav a.pagebuilder-button-secondary.mx-auto.text-center,.brand-description .text-content .checkout-summary .checkout-nav  button.pagebuilder-button-secondary.mx-auto.text-center,.brand-description .text-content .checkout-summary .checkout-nav  div.pagebuilder-button-secondary.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

/* HTML Code */

[data-content-type='html']{
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image']{
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden{
  display: none;
}

.search-full-tyre-by-sizeUL li[data-content-type='image'] .pagebuilder-mobile-hidden,
.search-full-tyre-by-sizeUL-drawer li[data-content-type='image'] .pagebuilder-mobile-hidden{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content[data-content-type='image'] .pagebuilder-mobile-hidden) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not([data-content-type='image'] .pagebuilder-mobile-hidden)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not([data-content-type='image'] .pagebuilder-mobile-hidden))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-content[data-content-type='image'] .pagebuilder-mobile-hidden) {
  display: none;
}

.search-full-tyre-by-sizeUL li[data-content-type='image'] .pagebuilder-mobile-hidden{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not([data-content-type='image'] .pagebuilder-mobile-hidden)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not([data-content-type='image'] .pagebuilder-mobile-hidden))) {
  display: none;
}

@media (min-width: 768px){
  [data-content-type='image'] .pagebuilder-mobile-hidden{
    display: inline-block;
  }
}

[data-content-type='image'] .pagebuilder-mobile-only{
  display: inline-block;
}

@media (min-width: 768px){
  [data-content-type='image'] .pagebuilder-mobile-only{
    display: none;
  }
}

[data-content-type='image'] figcaption{
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner{
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.brand-description .text-content [data-content-type='video'] .pagebuilder-video-inner.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

[data-content-type='video'] .pagebuilder-video-container{
  position: relative;
  overflow: hidden;
}

.page-products .sidebar.sidebar-main > [data-content-type='video'] .pagebuilder-video-container{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > [data-content-type='video'] .pagebuilder-video-container:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='video'] .pagebuilder-video-container {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='video'] .pagebuilder-video-container {
    min-height: auto;
  }
}

.page-products .sidebar.sidebar-main > [data-content-type='video'] .pagebuilder-video-container{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='video'] .pagebuilder-video-container {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='video'] .pagebuilder-video-container {
    min-height: auto;
  }
}

.related-product-slider .swiper-slide .product-bottom [data-content-type='video'] .pagebuilder-video-container.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.brand-description .text-content [data-content-type='video'] iframe.mx-auto.text-center,.brand-description .text-content 
    [data-content-type='video'] video.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-products .sidebar.sidebar-main > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: auto;
  }
}

.page-products .sidebar.sidebar-main > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: auto;
  }
}

.related-product-slider .swiper-slide .product-bottom [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay{
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content']{
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button{
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content{
  width: 100%;
}

.brand-description .text-content [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

.brand-description .text-content .w-full[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Slider */

[data-content-type='slider']{
  visibility: hidden;
  position: relative;
}

.page-products .sidebar.sidebar-main > [data-content-type='slider']{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > [data-content-type='slider']:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slider'] {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slider'] {
    min-height: auto;
  }
}

.page-products .sidebar.sidebar-main > [data-content-type='slider']{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slider'] {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slider'] {
    min-height: auto;
  }
}

.related-product-slider .swiper-slide .product-bottom [data-content-type='slider'].bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='slider'].glider-initialized{
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content']{
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav{
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
}

.related-product-slider .swiper-slide .product-bottom .relative[data-content-type='slider'] .carousel-nav.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='slider'] .carousel-nav {
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide']{
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide']{
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element{
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay{
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
  position: relative;
  z-index: 20;
}

.page-products .sidebar.sidebar-main > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    min-height: auto;
  }
}

.page-products .sidebar.sidebar-main > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
    min-height: auto;
  }
}

.related-product-slider .swiper-slide .product-bottom [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  box-sizing: border-box;
  padding: 2rem;
  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;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content']{
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button{
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content{
  width: 100%;
}

.brand-description .text-content [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

.brand-description .text-content .w-full[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Map */

[data-content-type='map']{
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img{
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content{
  margin-bottom: auto;
}

/**
 * Glider
 */

.glider-contain{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-products .sidebar.sidebar-main > .glider-contain{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > .glider-contain:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > .glider-contain {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > .glider-contain {
    min-height: auto;
  }
}

.brand-description .text-content .glider-contain.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .w-full.glider-contain.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.page-products .sidebar.sidebar-main > .glider-contain{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > .glider-contain {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > .glider-contain {
    min-height: auto;
  }
}

.brand-description .text-content .glider-contain.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .w-full.glider-contain.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.related-product-slider .swiper-slide .product-bottom .glider-contain.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

.glider{
  overflow-y: hidden;
}

.glider.draggable{
  -webkit-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img{
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar{
  height: 0px;
  opacity: 0;
}

.glider .glider-track{
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.brand-description .text-content .glider .glider-track.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.glider-slide{
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
}

.brand-description .text-content .glider-slide.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.glider-slide {
  min-width: 150px;
}

.glider-slide img{
  max-width: 100%;
}

.glider-hide{
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  opacity: 0.25;
}

.glider-dot{
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.25;
  --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);
}

[data-content-type$='block'] .glider-dot p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.glider-dot.active{
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar{
    height: 0.25rem;
    width: 0.5rem;
    appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb{
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next{
  display: none;
}

.search-full-tyre-by-sizeUL li[data-show-arrows='false'] .glider-prev,
.search-full-tyre-by-sizeUL-drawer li[data-show-arrows='false'] .glider-prev,.search-full-tyre-by-sizeUL li
    [data-show-arrows='false'] .glider-next,
.search-full-tyre-by-sizeUL-drawer li
    [data-show-arrows='false'] .glider-next{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content[data-show-arrows='false'] .glider-prev),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content
    [data-show-arrows='false'] .glider-next) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not([data-show-arrows='false'] .glider-prev)),.filter-box-custom-hide:has(.filter-options-item:not(
    [data-show-arrows='false'] .glider-next)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not([data-show-arrows='false'] .glider-prev))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
    [data-show-arrows='false'] .glider-next))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-content[data-show-arrows='false'] .glider-prev),.filter-box-custom-hide:has(.block-filter-content
    [data-show-arrows='false'] .glider-next) {
  display: none;
}

.search-full-tyre-by-sizeUL li[data-show-arrows='false'] .glider-prev,.search-full-tyre-by-sizeUL li
    [data-show-arrows='false'] .glider-next{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not([data-show-arrows='false'] .glider-prev)),.filter-box-custom-hide:has(.filter-options-item:not(
    [data-show-arrows='false'] .glider-next)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not([data-show-arrows='false'] .glider-prev))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
    [data-show-arrows='false'] .glider-next))) {
  display: none;
}

[data-show-dots='false'] .glider-dots{
  display: none;
}

.search-full-tyre-by-sizeUL li[data-show-dots='false'] .glider-dots,
.search-full-tyre-by-sizeUL-drawer li[data-show-dots='false'] .glider-dots{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content[data-show-dots='false'] .glider-dots) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not([data-show-dots='false'] .glider-dots)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not([data-show-dots='false'] .glider-dots))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-content[data-show-dots='false'] .glider-dots) {
  display: none;
}

.search-full-tyre-by-sizeUL li[data-show-dots='false'] .glider-dots{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not([data-show-dots='false'] .glider-dots)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not([data-show-dots='false'] .glider-dots))) {
  display: none;
}

@font-face {
  font-family: 'UAEDirham';

  src: url('fonts/UAE-dirham.woff') format('woff'),
       url('fonts/UAE-dirham.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

.currency-dirham {
  font-family: 'UAEDirham', sans-serif;
  top: 1px;
  position: relative;
}

@font-face {
  font-family: 'fontello';

  src: url('./fonts/fontello.eot?78293823');

  src: url('./fonts/fontello.eot?78293823#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff2?78293823') format('woff2'),
       url('./fonts/fontello.woff?78293823') format('woff'),
       url('./fonts/fontello.ttf?78293823') format('truetype'),
       url('./fonts/fontello.svg?78293823#fontello') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Book.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Black.woff2') format('woff2');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

.icon[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-wrapper,
.page-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

footer,
.page-footer {
  margin-top: auto;
}

.icon-down:before {
  content: '\e800';
}

.icon-email:before {
  content: '\e801';
}

.icon-facebook:before {
  content: '\e802';
}

.icon-gra-secure:before {
  content: '\e803';
}

.icon-gra-tyre-fit:before {
  content: '\e804';
}

.icon-gra-tyre-fitting:before {
  content: '\e805';
}

.icon-gra-tyre-online:before {
  content: '\e806';
}

.icon-ig:before {
  content: '\e807';
}

.icon-news:before {
  content: '\e808';
}

.icon-arrow-right:before {
  content: '\e809';
}

.icon-offer-tag:before {
  content: '\e80a';
}

.icon-quote:before {
  content: '\e80c';
}

.icon-shop:before {
  content: '\e80d';
}

.icon-star:before {
  content: '\e80e';
}

.icon-three-arrow:before {
  content: '\e80f';
}

.icon-tyre-btn:before {
  content: '\e810';
}

.icon-tyre-simple:before {
  content: '\e811';
}

.icon-tyre-tag:before {
  content: '\e812';
}

.icon-calendar:before {
  content: '\e80b';
}

.icon-call:before {
  content: '\e814';
}

.icon-cart:before {
  content: '\e815';
}

.icon-menu:before {
  content: '\e816';
}

.icon-instagram:before {
  content: '\e817';
}

.icon-favourite:before {
  content: '\e818';
}

.icon-whatsapp:before {
  content: '\e819';
}

.icon-store-locator:before {
  content: '\e81a';
}

.icon-payment:before {
  content: '\e81b';
}

.icon-location:before {
  content: '\e81c';
}

.icon-tyre-search:before {
  content: '\e81d';
}

.icon-data:before {
  content: '\e81e';
}

.icon-vehicel:before {
  content: '\e81f';
}

.icon-tyre-size:before {
  content: '\e820';
}

.icon-delivery:before {
  content: '\e821';
}

.icon-tyre-brand:before {
  content: '\e822';
}

.icon-ev:before {
  content: '\e823';
}

.icon-user:before {
  content: '\e824';
}

.icon-price-tag:before {
  content: '\e825';
}

.icon-logo-icon:before {
  content: '\e826';
}

.icon-cancel:before {
  content: '\e827';
}

.icon-favourite-fill:before {
  content: '\e828';
}

.icon-tick-mark:before {
  content: '\e829';
}

.icon-search:before {
  content: '\e82a';
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
  font-weight: 700;
  line-height: 1.25;
}

.tyrefinder-box{
  display: none;
}

h1,
.h1{
  font-size: 2.38rem;
}

h2,
.h2{
  font-size: 2rem;
}

h3,
.h3{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  h3,
.h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4,
.h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h4,
.h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5,
.h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h5,
.h5{
    font-size: 1.125rem;
  }
}

h6,
.h6{
  font-size: 0.875rem;
}

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

@media screen and (max-width: 1536px) {
  h2, .h2 {
    font-size: 2rem;
  }

  h1,
.h1 {
    font-size: 2.15rem;
  }
}

@media screen and (max-width: 1366px) {
  h1, .h1 {
    font-size: 1.95rem;
  }
}

@media screen and (max-width: 991.98px) {
  h2,
.h2{
    font-size: 1.825rem;
  }
}

@media  screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.225rem;
  }

  h1, .h1 {
    font-size: 1.75rem;
  }
}

.section-title {
  margin-bottom: 2rem;
}

.section-title p {
  font-weight: 100;
  margin: 0rem auto 0;
}

.section-title h1, .section-title h3 {
  font-size: 1.35rem;
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .section-title h1,
	.section-title h3 {
    font-size: 1.20rem;
  }

  .section-title p {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-title h1,
	.section-title h3 {
    font-size: 1.2rem;
  }

  .section-title p {
    margin: 0.0rem auto 0 auto;
  }

  .section-title {
    margin-bottom: 1rem;
  }
}

.section {
  position: relative;
}

.section-padding {
  padding: 40px 0;
}

.section-padding-sm {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }

  .section-padding-sm {
    padding: 15px 0;
  }
}

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

.page-main{
  margin-bottom: 0px;
  margin-top: 0px;
}

.cms-index-index .page-main .columns{
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.page-main .columns{
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.brand-description .text-content .page-main .columns.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.page-main .columns {
  max-width: min(100vw, 1280px);
}

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

.brand-description .text-content .w-full.container-theme.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.container-theme {
  max-width: min(100vw, 1280px);
}

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

.brand-description .text-content .container-theme-custom.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .w-full.container-theme-custom.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .container-theme-custom.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .w-full.container-theme-custom.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.container-theme-custom {
  max-width: min(100vw, 1280px);
}

.form-input,.form-select{
  width: 100%;
}

.brand-description .text-content .form-input.mx-auto.text-center,.brand-description .text-content .form-select.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

form .field.field-reserved, fieldset .field.field-reserved{
  margin-bottom: 0px !important;
}

form .field, fieldset .field {
  margin-top: 0 !important;
}

.comn-col .field label span,
.comn-col .label span,
#quote-summary label{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.warrantyclaim-index-index .columns ,
.brand-brand-patternview .columns ,
.brand-brand-view .columns ,
.vehicles-vehicles-model .columns ,
.vehicles-vehicles-make .columns ,
.catalog-product-view .columns ,
.contact-index-index .columns{
  width: 100%;
  max-width: none;
}

.brand-description .text-content .warrantyclaim-index-index .columns .mx-auto.text-center,.brand-description .text-content 
.brand-brand-patternview .columns .mx-auto.text-center,.brand-description .text-content 
.brand-brand-view .columns .mx-auto.text-center,.brand-description .text-content 
.vehicles-vehicles-model .columns .mx-auto.text-center,.brand-description .text-content 
.vehicles-vehicles-make .columns .mx-auto.text-center,.brand-description .text-content 
.catalog-product-view .columns .mx-auto.text-center,.brand-description .text-content 
.contact-index-index .columns.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-brand-view .columns {
  padding: inherit !important;
}

.columns {
  row-gap: 0rem;
}

.finderlist li a,
.sizelist li{
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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;
}

.brand-description .text-content .finderlist li a.mx-auto.text-center,.brand-description .text-content 
.sizelist li.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.finderlist li a:hover,
.sizelist li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.finderlist .engine-li {
  grid-column: 1 / -1;
  font-weight: 600;
  padding: 0;
  background: transparent !important;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
}

@media  screen and (max-width: 767px) {
  .finderlist .engine-li {
    font-size: 1rem;
  }
}

.tyrefinder-tyre-size #allTyreSizes{
  margin-top: 11px;
}

.finderlist li a{
  position: relative;
}

.finderlist li a span.oe-size {
  position: absolute;
  left: 8px;
  font-size: 12px;
  top: -11px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: linear-gradient(to right, #0057a0, #5E7F65);
}

.border-style li{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}

.border-style li a > div{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 4.062rem;
  align-items: center;
  justify-content: center;
}

.brand-description .text-content .w-full.border-style li a > div.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.border-style li a div > img{
  max-width: 3.75rem;
}

.border-style li a span{
  font-size: 1rem;
  line-height: 1.5rem;
}

.group:hover .border-style li a span{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  box-shadow: none !important;
  border-color: #ccc !important;
}

.catalog-category-view .columns{
  display: flex;
  flex-wrap: wrap;
}

.page-layout-2columns-left .columns .sidebar{
  width: 100%;
}

.brand-description .text-content .page-layout-2columns-left .columns .sidebar.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.btn-primary {
  --btn-bg: #FFC300 !important;
  --btn-color: #000 !important;
  --btn-hover-bg: #0057a0 !important;
  --btn-active-bg: #0057a0 !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-primary:hover {
  --btn-color: #fff !important;
}

.btn-reverse,
.btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
}

.btn-reverse:hover,
.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-products .message.info.empty{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.front-selected .rim{
  margin-left: 0.25rem;
}

@media (max-width: 991px) {
  .columns {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
}

.warrantyclaim-index-index .columns ,
.brand-brand-patternview .columns ,
.vehicles-vehicles-model .columns ,
.vehicles-vehicles-make .columns ,
.catalog-product-view .page-main .columns ,
.contact-index-index .page-main .columns{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.z-60{
  z-index: 60 !important;
}

#autusin-totop.show-car{
  --tw-translate-y: -8.125rem !important;
  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)) !important;
}

#autusin-totop:hover:before{
  opacity: 1 !important;
}

#autusin-totop:before{
  position: absolute !important;
  top: -7px !important;
  left: 0px !important;
  height: 4.375rem !important;
  width: 2.062rem !important;
  opacity: 0 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
  background: url('../images/home/blue-car-light.png') no-repeat top center;
  content: "";
  background-size: 40px;
}

#autusin-totop.car-run{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 1600ms !important;
  bottom: 100% !important;
}

.lubricants-image img, 
.battery-image img, 
.accessories-image img{
  height: 100%;
}

#description .prose{
  font-weight: 600;
}

.item-actions .action{
  margin-left: 0px;
  margin-bottom: 0.5rem;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
  padding: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.item-actions .action:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .item-actions .action{
    margin-left: 0.5rem;
    margin-bottom: 0px;
    height: auto;
    width: auto;
    padding: 0.5rem;
  }
}

.item-actions .action.action-delete{
  --tw-border-opacity: 1;
  border-color: rgb(255 195 0 / var(--tw-border-opacity, 1));
}

.item-actions .action.action-delete:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
}

.item-actions .action.action-delete svg path{
  fill: #FFC300;
}

.item-actions .action svg{
  height: 1rem;
  width: 1rem;
}

.item-actions .action svg path{
  fill: #00843D;
}

.item-actions .action:hover svg path{
  fill: #fff;
}

.checkout-methods-items .checkout{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#hyva-checkout-container .grid{
  grid-auto-rows: auto;
}

#hyva-checkout-container .area-right{
  background-color: transparent;
  padding: 0px;
}

#quote-summary .price-summary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#shipping-details > div,
#billing-details > div,
#guest-details > div,
#shipping #shipping-methods,
#payment #payment-methods,
.area-right .checkout-nav{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#vehicle-details #vehicle-information-form{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  margin-bottom: -8px;
}

#shipping-details > div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

form legend, fieldset legend {
  margin-bottom: 0rem !important;
}

#shipping-details #shipping{
  padding-left: 0px;
  padding-right: 0px;
}

.form-checkbox:checked, .form-radio:checked ,
.form-checkbox:checked:focus, .form-checkbox:checked:hover, .form-checkbox:indeterminate, .form-radio:checked:focus, .form-radio:checked:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

#form-checkbox:checked ,
#billing-details div input.form-checkbox:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

#payment #payment-methods,
#shipping #shipping-methods{
  padding-bottom: 2rem;
}

#shipping #shipping-methods,
#payment #payment-methods{
  padding-top: 1rem;
}

.border-slate-300#shipping #shipping-methods .text-green-500.space-x-4.text-sm,.border-slate-300
#payment #payment-methods .text-green-500.space-x-4.text-sm {
  font-size: 12px;
  position: relative;
  top: -5px;
}

#guest-details > div p a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

#shipping-method-option-storepickup{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  #shipping .grid .field-wrapper.field-lastname{
    grid-column: span 6 / span 6;
  }
}

#quote-summary .price-summary .section-title{
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

.area-right .checkout-nav{
  padding-top: 0px;
}

#payment-method-list .form-checkbox:checked, #payment-method-list .form-radio:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

#coupon-code button span{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

#checkout-cart-details .product-title p{
  font-weight: 600;
}

.price-summary .shipping,
.price-summary .tax,
.price-summary .grand_total{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.price-summary .shipping.pt-4 .text-green-500.space-x-4.text-sm,
.price-summary .tax.pt-4 .text-green-500.space-x-4.text-sm,
.price-summary .grand_total.pt-4 .text-green-500.space-x-4.text-sm {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.price-summary button.group span{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.cart .item .product-image-photo{
  height: 5.625rem;
  width: auto;
}

.product-detial-price .price{
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 1.8rem;
}

.product-detial-price .price .currency-dirham {
  font-size: 1.6rem;
}

@media  screen and (max-width: 767px) {
  .product-detial-price .price{
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-size: 1.6rem;
  }

  .product-detial-price .price .currency-dirham {
    font-size: 1.4rem;
  }
}

.product-item .price-box .price{
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 1.2rem;
}

.product-item .price-box .price .currency-dirham {
  font-size: 1.2rem;
  position: relative;
  top: 0px;
}

.product-item .special-price .currency-dirham {
  top: 1px !important;
}

.product-item .car-brands-img::-webkit-scrollbar {
  height: 4px
}

.product-item .car-brands-img::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  border-radius: 10px;
  cursor: pointer;
}

.product-item .car-brands-img::-webkit-scrollbar-track {
  background: #d1d5db
}

.product-item .product-price-details .price-box .old-price .currency-dirham {
  display: none;
}

.bundle-add-to-cart-and-price .set-price .currency-dirham,
.product-item .set4-price .currency-dirham {
  top: 1px;
}

#hyva-checkout-main #hyva-checkout-container .breadcrumbs{
  display: none;
}

.search-full-tyre-by-sizeUL li#hyva-checkout-main #hyva-checkout-container .breadcrumbs,
.search-full-tyre-by-sizeUL-drawer li#hyva-checkout-main #hyva-checkout-container .breadcrumbs{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content#hyva-checkout-main #hyva-checkout-container .breadcrumbs) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-content#hyva-checkout-main #hyva-checkout-container .breadcrumbs) {
  display: none;
}

.search-full-tyre-by-sizeUL li#hyva-checkout-main #hyva-checkout-container .breadcrumbs{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs))) {
  display: none;
}

.checkout-onepage-success .column.main {
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .checkout-onepage-success .column.main {
    flex-direction: column;
  }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1740px) {
  .addcart svg{
    width: 1.125rem;
  }

  .product-info .addcart{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media  screen and (max-width: 767px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.catalog-category-view .sidebar.sidebar-additional{
  display: none;
}

.catalog-category-view .column.main{
  width: 100%;
}

.brand-description .text-content .catalog-category-view .column.main.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.account .columns{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .account .columns{
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.category-car-battery .country-name,
.category-car-battery .car-logo,
.category-car-battery .year-run{
  display: none;
}

.limiter .limiter-options{
  min-height: auto !important;
}

@media screen and (max-width: 767px) {
  .btn-yellow,.btn-blue{
    font-size: 16px;
  }
}

.search-full-tyre-by-sizeUL li.hidden,
.search-full-tyre-by-sizeUL-drawer li.hidden{
  display: none !important;
}

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

.custom-checkbox {
  border-radius: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  flex: none;
  cursor: pointer;
}

.custom-checkbox:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.custom-checkbox:checked:hover, .custom-checkbox:checked:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.custom-checkbox:active,
.custom-checkbox:focus {
  box-shadow: none;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 0.6rem !important;
}

#payment-method-list .form-radio:focus,
#payment-method-list .form-radio:active{
  box-shadow: none;
}

.form-select{
  cursor: pointer;
}

.product-item .old-price .price-container .price {
  font-size: 0.9rem;
  line-height: 0 !important;
}

@media screen and (max-width: 1366px) {
  .product-item .old-price .price-container .price {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1280px) {
  .product-item .old-price .price-container .price {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 991px) {
  .product-item .old-price .price-container .price {
    font-size: 0.9rem !important;
  }
}

.input-group:focus-within,
textarea,
textarea:focus,
button,
button:focus,
input,
input:focus,
input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none !important;
  -ms-box-shadow: none !important;
}

select{
  cursor: pointer;
}

input:focus,
.form-input:focus,
textarea:focus,
select:focus{
  outline: none !important;
  box-shadow: none !important;
  -ms-box-shadow: none !important;
  border-color: #00843d !important;
}

@media (min-width: 768px) {
  #allModifications {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.oe-label-brands {
  position: absolute;
  left: 8px;
  font-size: 12px;
  top: -11px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: linear-gradient(to right, #0057a0, #5E7F65);
}

#description .finder-form .prose {
  max-width: 100% !important;
}

#description .prose {
  font-weight: 500 !important;
}

.checkout-onepage .address-grid .address-item{
  position: relative;
}

.checkout-onepage .address-grid .address-item .toolbar {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.brand-brand-patternview .relative-product-list #product-list .toolbar.toolbar-products{
  display: none !important;
}

.all-social-btn {
  position: fixed;
  right: 26px;
  bottom: 71px;
  padding: 5px;
  border-radius: 30px;
  height: 55px;
  width: 55px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
}

.all-social-btn .img-1 {
  max-width: 38px;
  margin: auto;
  position: relative;
  top: 1px;
}

.requestcall-btn img, .enquiryform-modal img, .all-social-btn .img-2 {
  max-width: 22px;
  margin: auto;
}

.whats-app-btn svg {
  width: 32px;
  height: auto;
  margin: auto;
}

.social-btn {
  padding: 5px;
  border-radius: 30px;
  height: 55px;
  width: 55px;
  text-align: center;
  cursor: pointer;
  align-content: center;
}

@media  screen and (max-width: 767px) {
  .all-social-btn {
    right: 10px;
    bottom: 60px;
    height: 45px;
    width: 45px;
  }

  .social-btn {
    right: 10px;
    bottom: 112px;
    height: 45px;
    width: 45px;
  }

  .whats-app-btn svg {
    width: 26px;
  }

  .social-btn .icon {
    font-size: 18px;
    position: relative;
    top: 1px;
  }

  .all-social-btn .img-1 {
    max-width: 30px;
  }

  .requestcall-btn img, .enquiryform-modal img, .all-social-btn .img-2 {
    max-width: 20px;
    margin: auto;
  }
}

.sorter-options {
  font-size: 15px !important;
}

@media  screen and (max-width: 767px) {
  .sorter-options {
    font-size: 13px !important;
    padding-right: 30px !important;
  }

  .more-filter-mobile span:last-child {
    display: none;
  }

  .more-filter-mobile span:first-child svg {
    margin-right: 0 !important;
  }
}

.footer-note {
  transform: translateY(100%);
  opacity: 0;
}

.footer-note.show {
  height: 100px !important;
  transform: translateY(0);
  opacity: 1;
}

.footer-note.hide {
  height: 0px !important;
  transform: translateY(100%);
  opacity: 0;
}

@media  screen and (max-width: 767px) {
  .footer-note.show {
    height: auto!important;
  }

  .footer-note .action-button{
    margin-top: 5px;
  }

  .footer-note .action-button .btn-white-yellow {
    font-size: 15px;
    padding: 7px 18px;
    min-height: auto;
  }
}

.phone-icon {
  display: inline-block;
  animation: phoneBounce 2s ease-in-out infinite;
}

@keyframes phoneBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  10% {
    transform: translateY(-2px) rotate(-5deg);
  }

  30% {
    transform: translateY(-1px) rotate(5deg);
  }
}

.header-top-number{
  clip-path: polygon(2% 0, 94% 0%, 98% 100%, 6% 100%);
}

@media  screen and (max-width: 767px) {
  .header-top-number .toll-text{
    display: none;
  }
}

.all-social-btn{
  animation: pulsing 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulsing {
  0% {
    box-shadow: 0 0 0 0 rgba(192, 192, 192, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(192, 192, 192, 0);
  }
}

/**
 * tom-select.css (v2.3.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */

.ts-control {
  /* border: 1px solid #d0d0d0;
  padding: 8px 8px; */
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0.375rem !important;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: auto;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: .25rem 0 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px #0000001a;
  border-radius: 0 0 3px 3px;
}

.ts-dropdown .dropdown-input-wrap {
  padding: 5px 5px 0;
}

.plugin-dropdown_input .dropdown-input:focus {
  border: 1px solid #d0d0d0;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

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

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */

.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input{
  height: 2.125rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.plugin-dropdown_input .dropdown-input {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.brand-description .text-content .plugin-dropdown_input .dropdown-input.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.plugin-dropdown_input .dropdown-input {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.brand-description .text-content .plugin-dropdown_input .dropdown-input.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-wrapper {
  position: relative;
}

/* .ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
} */

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*# sourceMappingURL=tom-select.css.map */

.cms-rim-repair-service .section.page-title {
  display: none;
}

.products .product-wrap .brand-images-small .car-brand-img{
  max-width: 28px;
}

@media screen and (max-width: 1680px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 22px;
  }
}

@media screen and (max-width: 1600px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 21px;
  }
}

@media screen and (max-width: 1536px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 19px;
  }
}

@media screen and (max-width: 1280px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 17px;
  }
}

@media  screen and (max-width: 767px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 20px;
  }
}

#installerSelectForm .field {
  margin-top: 0 !important ;
}

/* Swiper-css */

/* Paginations */

.swiper-pagination-style-3 {
  position: relative
}

.swiper-pagination-style-3 .swiper-pagination-bullets {
  text-align: center;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.swiper-pagination-style-3 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d8e9f3;
  margin: 0 7px;
  opacity: 1;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-pagination-style-3 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.swiper-pagination-style-4{
  position: relative;
}

.swiper-pagination-style-4 .swiper-pagination-bullets {
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: max-content;
  z-index: 65;
  gap: 0.5rem;
  flex-direction: column;
}

.swiper-pagination-style-4 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d8e9f3;
  margin: 0 7px;
  opacity: 1;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-pagination-style-4 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc300;
}

/* Navigations */

.swiper-navigation-style-1 .swiper-button-next, .swiper-navigation-style-1 .swiper-button-prev {
  color: #000;
  outline: none;
  background-color: rgb(0 0 0 / 50%);
  height: 40px;
  width: 40px;
  border-radius: 100px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.swiper-navigation-style-1 .swiper-button-prev:after, .swiper-navigation-style-1 .swiper-button-next:after {
  font-size: 14px;
}

.swiper-navigation-style-1 .swiper-button-next:hover, .swiper-navigation-style-1 .swiper-button-prev:hover {
  background-color: #000;
}

.swiper-navigation-style-1 .swiper-button-next {
  right: -30px;
  opacity: 0;
}

.swiper-navigation-style-1 .swiper-button-prev {
  left: -30px;
  opacity: 0;
}

.swiper-navigation-style-1:hover  .swiper-button-next {
  right: 20px;
  opacity: 1;
}

.swiper-navigation-style-1:hover .swiper-button-prev {
  left: 20px;
  opacity: 1;
}

.swiper-navigation-style-1 .swiper-button-next, .swiper-navigation-style-1 .swiper-button-prev {
  color: #fff;
}

.btn-blue-yellow{
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}

.btn-blue-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.btn-white-yellow{
  display: inline-flex;
  min-height: 3.125rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
  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;
}

.btn-white-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .btn-white-yellow{
    min-height: 4rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .btn-white-yellow{
    min-height: 4.375rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.btn-blue{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}

.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.btn-yellow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
  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;
}

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

.social-btn.whats-app-btn{
  bottom:9px;
}

@keyframes pulse-image {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

.pulse-icon {
  animation: pulse-image 1s ease-in-out infinite alternate;
}

@keyframes pulse-image-sm {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

.pulse-icon-sm {
  animation: pulse-image-sm 0.7s ease-in-out infinite alternate;
}

.whats-app-btn a{
  display: inline-block;
}

.whats-app-btn a .img-box {
  transform: scale(1.1);
}

.whats-app-btn a .img-box img {
  animation: sm-shake-animation linear 1.5s infinite;
}

.whats-app-btn a .sm-blue-dot {
  position: absolute;
  right: 4px;
  top: 4px;
  background: #0057a0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media  screen and (max-width: 767px) {
  .whats-app-btn a .sm-blue-dot {
    right: 3px;
    top: 3px;
  }
}

@keyframes sm-shake-animation {
  0% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  25% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  35% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }

  45% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }

  55% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }

  65% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }

  75% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  100% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
}

.whats-app-btn {
  animation: waves-whatsapp 
linear 3s infinite, scale-in .5s 
cubic-bezier(.25, .46, .45, .94) both;
}

@keyframes waves-whatsapp {
  0% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 0 rgba(22, 165, 3, 0.2), 0 0 0 0 rgba(22, 165, 3, 0.2);
  }

  40% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 25px rgba(22, 165, 3, 0.2), 0 0 0 0 rgba(22, 165, 3, 0.2);
  }

  80% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 45px rgba(22, 165, 3, 0), 0 0 0 18px rgba(22, 165, 3, 0.067);
  }

  100% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 60px rgba(22, 165, 3, 0), 0 0 0 32px rgba(22, 165, 3, 0.0);
  }
}

@keyframes scale-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

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

.google-review-box .total-rating{
  margin-bottom: -5px;
}

.google-review-box .rating-stars {
  gap: 3px;
}

.google-review-box .rating-stars li i {
  position: relative;
  top: -2px;
}

@media  screen and (max-width: 767px) {
  .google-review-box .total-rating {
    margin-bottom: -9px;
  }

  .google-review-box .rating-stars {
    height: 15px;
  }

  .google-review-box .rating-stars li i {
    position: relative;
    top: -9px;
  }

  .google-review-box .rating-container .rating-bar {
    border: none;
  }
}

.page-products .sidebar.sidebar-main > .relative{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > .relative {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > .relative {
    min-height: auto;
  }
}

.filter-box-custom-hide:has(.filter-options-item:not(.hidden)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(.hidden))) {
  display: none !important;
}

.filter-box-custom-hide:has(.block-filter-content.hidden) {
  display: none !important;
}

.item.product .brand-images-small {
  max-width: 90%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: 0;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
}

.item.product .brand-images-small img {
  scroll-snap-align: start;
  /* Each image aligns to the left when scrolling */
}

.item.product .brand-images-small::-webkit-scrollbar {
  height: 4px;
}

.item.product .brand-images-small::-webkit-scrollbar-thumb {
  background: #1e40afb8;
  border-radius: 10px;
  cursor: pointer;
}

.item.product .brand-images-small::-webkit-scrollbar-track {
  background: #d1d5db;
}

.grid-list-mode-button{
  opacity: 0 !important;
  visibility: hidden !important;
}

.cart.item .col.qty .qty.form-select{
  background-position: right 0.3rem center !important;
}

.google-review {
  background-position: center left -20%;
}

.google-review .left-content{
  padding-left: 2.5rem;
}

@media screen and (max-width: 1440px) {
  .google-review .left-content{
    padding-left: 0.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .google-review {
    background-position: top -85% center
  }
}

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

.blog-blog-info [data-content-type="html"] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cms-home .foote-tyre-finder {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: -100%;
  transition: all .3s ease-in-out;
}

.cms-home .foote-tyre-finder.active {
  bottom: 0;
}

.foote-tyre-finder {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: -100%;
  transition: all .3s ease-in-out;
}

.foote-tyre-finder.active {
  bottom:   0%;
}

.custom-sroll-height::-webkit-scrollbar {
  height: 4px;
}

.main-menu .menu-wrapper li .menu-link{
  font-size: 0.94rem;
}

@media screen and (max-width: 1600px) {
  .main-menu .menu-wrapper li .menu-link{
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1500px) {
  .main-menu .menu-wrapper li .menu-link{
    font-size: 0.875rem;
  }
}

/* .col-ver #guest-details,
.col-ver #shipping-details,
.col-ver #billing-details,
.col-ver #vehicle-details,
.area-center #shipping,
.col-ver #payment {
  @apply bg-white rounded-[0.625rem] border border-[#D9D9D9] shadow-sm;
} */

fieldset ~ fieldset {
  margin-top: 0 !important;
}

.all-contect-information #vehicle-details,
.checkout-page .all-contect-information fieldset{
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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);
}

form label, fieldset label {
  margin-bottom: 0.2rem !important;
}

.checkout-page .all-contect-information #guest-details  .input-group:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

#company-fields-wrapper .field-vat_id,
.shipping-address-form .field-company, .shipping-address-form .field-telephone, .shipping-address-form .field-firstname, .shipping-address-form .field-lastname {
  grid-column: span 4 / span 4 !important;
}

.shipping-address-form .field-city,
.shipping-address-form .field-country_id,
.shipping-address-form .field-alias-street {
  grid-column: span 4 / span 4 !important;
}

.shipping-address-form .field-mp_smtp_is_synced,
.shipping-address-form .field-store_view,
.shipping-address-form .field-can_manage_subaccounts,
.shipping-address-form .field-customer_is_active {
  display:none;
}

.refcart-selection .grid .refcart-time-error ,
.refcart-selection .grid .refcart-date-error {
  position: absolute;
  left: 6px;
  bottom: -13px;
  font-size: 10px;
}

.checkout-summary #quote-actions ,
.checkout-summary .checkout-nav {
  margin-top: 0 !important;
}

.checkout-summary #quote-summary #order-comment {
  border-color: #cbd5e1;
  border-radius: 6px;
}

@media  screen and (max-width: 767px) {
  #company-fields-wrapper .field-vat_id,  
.shipping-address-form .field-alias-street,
.shipping-address-form .field-company,
 .shipping-address-form .field-telephone, .shipping-address-form .field-city, .shipping-address-form .field-country_id, .shipping-address-form .field-firstname, .shipping-address-form .field-lastname {
    grid-column: span 12 / span 12 !important;
  }
}

.shipping-payment-wrapper #payment-section ,
.shipping-payment-wrapper #shipping-section{
  width: 100%;
}

.brand-description .text-content .shipping-payment-wrapper #payment-section .mx-auto.text-center,.brand-description .text-content 
.shipping-payment-wrapper #shipping-section.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

@media (min-width: 768px){
  .shipping-payment-wrapper #payment-section ,
.shipping-payment-wrapper #shipping-section{
    width: 50%;
  }
}

.shipping-payment-wrapper #payment-section #payment-methods,
.shipping-payment-wrapper #shipping-section #shipping-methods {
  padding: 10px;
}

.checkout-page #quote-summary .price-summary > div:not(:first-child){
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.all-contect-information .messages {
  font-size: 11px !important;
  position: relative;
  top: -2px;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.text-sm {
  font-size: 12px !important;
  position: relative;
  top: -5px;
}

.account-sidebar .account-nav-content ul li a ,
.account-sidebar .account-nav-content ul .nav.item {
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
}

@media (min-width: 768px){
  .account-sidebar .account-nav-content ul li a ,
.account-sidebar .account-nav-content ul .nav.item{
    font-size: 1rem;
  }
}

.account-sidebar .account-nav-content ul li a:hover,
.account-sidebar .account-nav-content ul li strong{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.account-sidebar .account-nav-content ul li strong {
  font-weight: 600;
}

.form-edit-account .field.choice input {
  margin-bottom: .2rem;
  margin-right: 0 !important;
}

form.form-edit-account .field.field-reserved {
  margin-bottom: 0.8rem !important;
}

.actions-toolbar a.back:hover:hover{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.order-details-items .order-links li {
  cursor: inherit !important;
}

.single-blog .post-content ul li,
.single-blog .post-content p,
.single-blog .post-content h2,
.single-blog .post-content h3,
.single-blog .post-content h4,
.single-blog .post-content h6,
.single-blog .post-content h5 {
  margin-bottom: 0.7rem;
}

.single-blog .post-content ol,
.single-blog .post-content .list-numbers {
  list-style-type: decimal;
  margin-left: 22px;
}

.single-blog .post-content ul {
  list-style-type: disc;
  margin-left: 21px;
  margin-bottom: 1rem;
}

.single-blog .post-content h3 {
  font-size: 1.15rem;
}

.single-blog .post-content h4 ,
.single-blog .post-content h5 {
  font-size: 1rem;
}

.single-blog .post-content p a ,
.single-blog .post-content li a {
  color: #00843D;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.single-blog .post-content p a:hover ,
.single-blog .post-content li a:hover {
  color: #000;
}

.single-blog .blog-post .post-image .img_wrp {
  padding-bottom: 33%;
}

@media  screen and (max-width: 767px) {
  .single-blog .post-content h3 {
    font-size: 1.10rem;
    line-height: 1.25;
  }
}

.storelocator .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.storelocator .section.page-title {
  display: none;
}

[x-cloak] {
  display: none !important;
}

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

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-body.map-wrap iframe {
  width: 100%;
  height: 100%;
}

.fitment-bar {
  position: sticky;
  top: 0;
  z-index: 40;
}

.page-header.sticky + .fitment-bar-wrapper .fitment-bar,
.page-header + .fitment-bar-wrapper .fitment-bar {
  position: sticky;
  top: 0;
  z-index: 40;
}

.fitment-last-panel {
  border-bottom: 3px solid #FFC300;
}

.fitment-dropdown {
  min-height: 36px;
}

@media (max-width: 767px) {
  .fitment-bar .container-theme {
    padding-left: 8px;
    padding-right: 8px;
  }

  .fitment-dropdown {
    min-height: 34px;
    font-size: 13px;
  }
}

.fitment-drawer-panel {
  width: 100%;
  height: 89vh;
  max-height: 89vh;
  box-shadow: none;
  background-color: #fff;
}

.tyre-illustration {
  height: 176px;
}

.instruction-token {
  transition: color 220ms ease;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .fitment-drawer-panel {
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .fitment-drawer-panel {
    height: 80vh;
    max-height: 80vh;
  }
}

@media  screen and (max-width: 767px) {
  .fitment-drawer-panel {
    height: 90vh;
    max-height: 90vh;
  }
}

.drawer-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.drawer-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.drawer-scrollbar::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.drawer-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.drawer-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

@media screen and (max-width: 767px) {
  #active-filtering-content .item.btn {
    padding: 5px;
  }

  #active-filtering-content .item.btn .action.remove svg {
    width: 17px;
  }
}

.initial-filter .block-filter-content .filter-options {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media screen and (max-width: 1453px) {
  .initial-filter .filter-options .filter-options-item:not(:nth-child(-n+4)):not(:last-child) {
    display: none;
  }

  .initial-filter .block-filter-content .filter-options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  .initial-filter .filter-options .filter-options-item:not(:nth-child(-n+3)):not(:last-child) {
    display: none;
  }

  .initial-filter .block-filter-content .filter-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.filter.mgs-filter{
  margin-bottom: 0px;
}

[x-cloak] {
  display: none !important;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 0.7rem !important;
}

@media  screen and (max-width: 767px) {
  .allow-remote{
    align-items: start !important;
  }

  .allow-remote .custom-checkbox,
.field.choice.newsletter .custom-checkbox {
    margin-top: 1px;
  }

  form .field.choice label, fieldset .field.choice label {
    font-size: 15px;
  }

  .form-create-account .field-name-firstname{
    margin-bottom: 0 !important;
  }
}

.right-account .delimiter {
  display: none;
}

.right-account a:last-child {
  border-bottom: none;
}

.dropdown-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.3s cubic-bezier(0.4,0,0.2,1);
}

.dropdown-content.open {
  max-height: 100%;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.3s cubic-bezier(0.4,0,0.2,1);
}

@keyframes spinner-ball-triangle1 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, -79%);
  }

  66% {
    transform: translate(77%, 0%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle2 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, 79%);
  }

  66% {
    transform: translate(-38%, 79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle3 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(-77%, 0%);
  }

  66% {
    transform: translate(-38%, -79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.scrollbar-hide {
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.all-tyre-size-searchUL {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltyre-size-section .alltyresize .li-search {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltyre-size-section .alltyresize .li-search.fade-in-item {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

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

.alltyre-size-section .alltyresize .li-search:hover {
  transform: translateY(-5px) scale(1.02);
}

.alltyre-size-section .alltyresize .li-search a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltyre-size-section .alltyresize .li-search a:hover {
  box-shadow: 0 10px 25px rgba(0, 87, 160, 0.15);
}

#all-tyre-size-search {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

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

.loading-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%,
	100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .alltyre-size-section .alltyresize .li-search.fade-in-item {
    animation-duration: 0.4s;
  }
}

.alltyre-size-section .alltyresize .li-search:nth-child(1) {
  animation-delay: 0.1s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(2) {
  animation-delay: 0.15s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(3) {
  animation-delay: 0.2s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(4) {
  animation-delay: 0.25s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(5) {
  animation-delay: 0.3s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(6) {
  animation-delay: 0.35s;
}

#no-results-message {
  animation: fadeInScale 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

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

.message.info.empty{
  margin-top: 0.5rem;
}

@media (min-width: 768px){
  .message.info.empty{
    margin-top: 1rem;
  }
}

@media  screen and (max-width: 767px) {
  .installer-box .store-title h5{
    font-size: 13px;
  }
}

#refcart-map-sidebar #refcart-map-content iframe {
  width: 100%;
  height: 100%;
}

.filter.mgs-filter {
  min-height: 105px;
}

.tyre-size-search-full-form-head .field-error {
  position: absolute;
  bottom: -26px;
  left: 17px;
  width: auto;
}

.tyre-size-search-full-form-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-full-tyre-by-sizeUL-head li,
.search-full-tyre-by-sizeUL-drawer li {
  position: relative;
  border-radius: 10px;
  border: 1px solid;
  transition: all 200ms;
  min-width: 16.1%;
  border-color: #e5e7eb;
  background-color: #ffffff;
  color: #1f2937;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.search-full-tyre-by-sizeUL-head li:hover,
.search-full-tyre-by-sizeUL-drawer li:hover {
  border-color: #00843d;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.search-full-tyre-by-sizeUL-drawer li {
  min-width: auto;
}

@media screen and (max-width: 991.98px) {
  .search-full-tyre-by-sizeUL-head li {
    min-width: 24.2%;
  }
}

@media screen and (max-width: 767px) {
  .search-full-tyre-by-sizeUL-head li {
    min-width: 48.6%;
  }
}

.item.product .brand-images-small::-webkit-scrollbar-thumb {
  cursor: pointer;
}

@keyframes spinner-ball-triangle1 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, -79%);
  }

  66% {
    transform: translate(77%, 0%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle2 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, 79%);
  }

  66% {
    transform: translate(-38%, 79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle3 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(-77%, 0%);
  }

  66% {
    transform: translate(-38%, -79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.final-price .price-label {
  display: none;
}

#product-addtocart-button {
  width: 100% !important
}

#product_addtocart_form {
  margin-bottom: 0 !important;
}

.home-blog-slider .slider:not(.swiper-initialized) .swiper-slide {
  width: calc(33.33% - 7.5px);
  gap: 15px;
}

#fitment-bar {
  display: none !important;
}

[x-cloak] {
  display: none !important;
}

.es-range-slider input[type=range] {
  pointer-events: none;
}

.es-range-slider .thumb {
  margin-top: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.es-range-slider input[type=range] {
  margin-top: -0.5rem;
  height: 1.5rem;
}

.es-range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0px;
  border: 0 none;
  -webkit-appearance: none;
}

.es-range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0px;
  border: 0 none;
  -webkit-appearance: none;
}

.es-range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0px;
  border: 0 none;
  -webkit-appearance: none;
}

.more-filter-mobile .filter-icon {
  fill: #000;
}

.more-filter-mobile:hover .filter-icon {
  fill: #fff;
}

@media screen and (max-width: 991.98px) {
  .form-select.sorter-options{
    padding-top: inherit;
    padding-bottom: inherit;
  }
}

.shopping-cart-edit .btn {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit .btn:hover {
  background-color: #00843d;
}

.brand-description .text-content .w-full.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.s0 {
  fill: rgb(0, 0, 0);
}

#shipping .field-country_id,
#shipping .field-street,
.all-contect-information #billing-details ,
.terms-conditions-content p:empty{
  display: none;
}

.search-full-tyre-by-sizeUL li#shipping .field-country_id,
.search-full-tyre-by-sizeUL-drawer li#shipping .field-country_id,.search-full-tyre-by-sizeUL li
#shipping .field-street,
.search-full-tyre-by-sizeUL-drawer li
#shipping .field-street,.search-full-tyre-by-sizeUL li
.all-contect-information #billing-details ,
.search-full-tyre-by-sizeUL-drawer li
.all-contect-information #billing-details ,.search-full-tyre-by-sizeUL li
.terms-conditions-content p:empty,
.search-full-tyre-by-sizeUL-drawer li
.terms-conditions-content p:empty{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content#shipping .field-country_id),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content
#shipping .field-street),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content
.all-contect-information #billing-details ),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content
.terms-conditions-content p:empty) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not(#shipping .field-country_id)),.filter-box-custom-hide:has(.filter-options-item:not(
#shipping .field-street)),.filter-box-custom-hide:has(.filter-options-item:not(
.all-contect-information #billing-details )),.filter-box-custom-hide:has(.filter-options-item:not(
.terms-conditions-content p:empty)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#shipping .field-country_id))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
#shipping .field-street))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
.all-contect-information #billing-details ))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
.terms-conditions-content p:empty))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-content#shipping .field-country_id),.filter-box-custom-hide:has(.block-filter-content
#shipping .field-street),.filter-box-custom-hide:has(.block-filter-content
.all-contect-information #billing-details ),.filter-box-custom-hide:has(.block-filter-content
.terms-conditions-content p:empty) {
  display: none;
}

.search-full-tyre-by-sizeUL li#shipping .field-country_id,.search-full-tyre-by-sizeUL li
#shipping .field-street,.search-full-tyre-by-sizeUL li
.all-contect-information #billing-details ,.search-full-tyre-by-sizeUL li
.terms-conditions-content p:empty{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not(#shipping .field-country_id)),.filter-box-custom-hide:has(.filter-options-item:not(
#shipping .field-street)),.filter-box-custom-hide:has(.filter-options-item:not(
.all-contect-information #billing-details )),.filter-box-custom-hide:has(.filter-options-item:not(
.terms-conditions-content p:empty)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#shipping .field-country_id))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
#shipping .field-street))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
.all-contect-information #billing-details ))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
.terms-conditions-content p:empty))) {
  display: none;
}

.form.form-newsletter-manage .fieldset .checkbox ,
.account.form-create-account .create.info .newsletter .checkbox {
  margin-right: 0rem!important;
}

@media screen and (max-width: 767px) {
  #company-fields-wrapper .field-vat_id,
  .shipping-address-form .field-city,
  .shipping-address-form .field-telephone {
    padding-top: 0.6rem;
  }

  .account .columns ,
#customer-login-container{
    padding-top: 0.7rem;
    padding-bottom: 1rem;
  }
}

.form-select.tom-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%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 8 4 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;
  padding: 0!important;
  border: none!important;
  border-radius: 0.375rem !important;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #0000!important;
  cursor: pointer!important;
  border-radius: 0.375rem !important;
}

.pickup-date-gride .field-error-msg {
  font-size: 10px !important;
  position: absolute;
  bottom: -13px;
}

.rotete-image {
  max-width: 45px;
  animation: RoteteImage 6s linear infinite;
}

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

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

.faq-section-blog .container-theme {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cms-alloygator-wheel-protector .section.page-title,
.cms-alloygator-wheel-protector .breadcrumbs,
.cms-alloygator-wheel-protector .page-title-wrapper {
  display: none !important;
}

@media  screen and (max-width: 1279px) {
  .main-menu .header-site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.real-customer-reviews .review-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  opacity: 1;
  cursor: pointer;
  transition: background 0.3s;
}

.real-customer-reviews .review-pagination .swiper-pagination-bullet-active {
  background: #00843D;
}

.google-reviews .google-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  opacity: 1;
  cursor: pointer;
  transition: background 0.3s;
}

.google-reviews .google-pagination .swiper-pagination-bullet-active {
  background: #EA4335;
}

.product-price-bar .bottom-bar-price .product-detial-price .price ,
.product-price-bar .bottom-bar-price .product-detial-price .currency-dirham{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.product-price-bar {
  bottom: 67px;
  top: auto;
}

@media screen and (max-width: 1600px) {
  .product-price-bar {
    bottom: 68px;
  }
}

@media screen and (max-width: 1536px) {
  .product-price-bar {
    bottom: 68px;
  }
}

@media screen and (max-width: 1280px) {
  .product-price-bar {
    bottom: 68px;
  }
}

@media  screen and (max-width: 767px) {
  .product-price-bar {
    top: 0;
    bottom: auto;
  }

  .product-price-bar .form-select {
    min-height: 2.55rem;
  }
}

@media screen and (max-width: 1366px) {
  .product-price-bar .action-buttons{
    margin-left: 4rem;
  }
}

.product-info .form-select {
  min-height: 34px;
  height: 34px;
  width: auto;
  background-position: right .3rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 1.8rem !important;
  padding: 0 27px 0 10px!important;
}

fieldset label, form label {
  font-weight: 500;
}

.actions-toolbar.bt-none {
  margin-top: 0px !important;
  border-top: none !important;
}

.form-address-edit .field-name-firstname ,
.form-address-edit .field-name-lastname {
  padding-bottom: 12px !important;
}

.car-brands .alphabet-filter .alphabet-buttons .alphabet-btn.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#shipping .field-type-checkbox.field-save {
  grid-column: span 12 / span 12 !important;
}

.cms-buy-now-pay-in-instalments .section.page-title {
  display: none;
}

@media screen and (max-width: 1024px) {
  .related-product-slider .swiper-button-next ,
  .related-product-slider .swiper-button-prev {
    display: none;
  }
}

.categorypath-motorcycle-tyre .page-footer .page-footer ,
.category-car-wheels .page-footer .page-footer ,
.catalog-product-view .page-footer .page-footer ,
.category-tyres .page-footer .page-footer ,
.cms-home .page-footer .page-footer {
  padding-bottom: 76px;
}

@media  screen and (max-width: 767px) {
  .categorypath-motorcycle-tyre .page-footer .page-footer ,
.category-car-wheels .page-footer .page-footer ,
.catalog-product-view .page-footer .page-footer ,
.category-tyres  .page-footer .page-footer ,
.cms-home .page-footer .page-footer {
    padding-bottom: 0px;
  }
}

/* Bundle grid equal height rows */

.bundle-grid.items-end {
  align-items: stretch !important;
}

/* Tabby row equal height */

@media (min-width: 768px) and (max-width: 1023px) {
  .has-tabby-row-2 .product-bottom {
    min-height: 107px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .has-tabby-row-3 .product-bottom {
    min-height: 107px;
  }
}

@media (min-width: 1280px) {
  .has-tabby-row-4 .product-bottom {
    min-height: 107px;
  }
}

mark.tc-highlight {
  background-color: #ffc300;
  color: #000;
  font-weight: 700;
  border-radius: 2px;
  padding: 0 1px;
}

/* RTL overrides (Arabic-specific) - loaded last to override LTR styles */

html {
  direction: rtl;
  text-align: right;
}

input,
textarea,
select {
  text-align: right;
  direction: rtl;
}

.breadcrumbs .separator {
  transform: scaleX(-1);
}

.level-0 > ul {
  left: auto;
  right: 0;
}

.swiper {
  direction: rtl;
}

.icon-arrow-right:before {
  display: inline-block;
  transform: scaleX(-1);
}

.footer-content {
  direction: rtl;
  text-align: right;
}

.single-blog .post-content ul {
  margin-left: 0;
  margin-right: 21px;
}

.single-blog .post-content ol,
.single-blog .post-content .list-numbers {
  margin-left: 0;
  margin-right: 22px;
}

.finderlist li a span.oe-size {
  left: auto;
  right: 8px;
}

.oe-label-brands {
  left: auto;
  right: 8px;
}

.stoke-info-detail {
  right: auto;
  left: -8px;
  clip-path: polygon(
        100% 0,
        0 0,
        0 calc(100% - 8px),
        8px 100%,
        8px calc(100% - 8px),
        100% calc(100% - 8px),
        calc(100% - 15px) calc(50% - 4px)
    );
}

.all-social-btn {
  right: auto;
  left: 26px;
}

.checkout-onepage .address-grid .address-item .toolbar {
  right: auto;
  left: 1rem;
}

.header-top-number {
  clip-path: polygon(6% 0, 98% 0%, 94% 100%, 2% 100%);
}

.tyre-size-search-full-form-selected-items-head .front-selected,
.tyre-size-search-full-form-selected-items-head .rear-selected-head,
.search-full-tyre-by-sizeUL-head li {
  direction: ltr;
}

.tyre-size-search-full-form-head button {
  left: 10px!important;
  right: auto;
  margin-left: auto;
}

.tyre-size-search-full-form-selected-items-head .front-selected,
.tyre-size-search-full-form-selected-items-head .rear-selected-head {
  margin-left: auto;
}

.tyre-size-search-full-form-head .field-error {
  left: auto;
  right: 17px;
}

.right-account {
  left: 0 !important;
  right: auto !important;
  width: 9rem !important;
}

.form.form-login .password button {
  right: auto;
  left: .75rem;
}

.tyrefinder-box .finder-box .tab-info .info-box:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #e5e5e5;
}

.blog-post .post-actions .icon {
  transform: rotate(0deg)
}

.blog-post .post-actions .icon-arabic {
  transform: rotate(180deg) !important;
  display: inline-block;
}

.follow-instructions-icon,
.tyrefinder-box .finder-box .tab-info .left-icon {
  transform: rotate(90deg)
}

.tyrefinder-box .tab-buttons .tab-icon {
  margin-left: .25rem;
  margin-right: auto;
}

.drawer-back-button svg {
  transform: rotate(180deg)
}

.last-search-info .info-close-btn {
  right: auto;
  left: .25rem;
}

.brand-serach-input .search-icon {
  left: auto;
  right: 0.75rem;
}

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

.brand-serach-input .close-size-icon {
  right: auto;
  left: .75rem;
}

.vehicle-results-chips button {
  margin-left: auto;
  margin-right: 0;
}

.ar-mr-1 {
  margin-left: 0 !important;
  margin-right: .25rem;
}

@media  screen and (max-width: 767px) {
  .dwaver-buttons-tab button i {
    display: none;
  }
}

.footer-address-content .address-icon svg {
  left: 8px !important;
}

.wp-icon svg, .mail-icon svg {
  margin-right: 0 !important;
  margin-left: 5px;
}

.form-address-edit select,
.form-select {
  background-position: left .5rem center!important;
  padding-left: 2.4rem;
  padding-right: 0.9rem;
}

.single-service-content .text-content .list-disc {
  padding-right: 1.25rem;
}

.shipping-and-delivery-policy-content ol ,
.returns-exchanges-content ul ,
.warranty-content ul {
  margin-left: auto !important;
  margin-right: 1.5rem;
}

.terms-conditions-content p:empty {
  display: none;
}

.product-select {
  background-position: left .3rem center !important;
}

/* Start coman css for site */

@font-face {
  font-family: 'Cairo-Custome';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('fonts/9ff27b8a0a8f3dc0-s.p.40_3w74kn95bo.woff2') format('woff2');

  unicode-range: U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}

@font-face {
  font-family: 'Cairo-Custome';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('fonts/9ff27b8a0a8f3dc0-s.p.40_3w74kn95bo.woff2') format('woff2');

  unicode-range: U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}

@font-face {
  font-family: 'Cairo-Custome';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url('fonts/9ff27b8a0a8f3dc0-s.p.40_3w74kn95bo.woff2') format('woff2');

  unicode-range: U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}

@font-face {
  font-family: 'Cairo-Custome';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('fonts/9ff27b8a0a8f3dc0-s.p.40_3w74kn95bo.woff2') format('woff2');

  unicode-range: U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}

@font-face {
  font-family: 'UAEDirham';

  src: url('fonts/UAE-dirham.woff') format('woff'),
       url('fonts/UAE-dirham.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

.currency-dirham {
  font-family: 'UAEDirham', sans-serif;
  top: 1px;
  position: relative;
}

@font-face {
  font-family: 'fontello';

  src: url('./fonts/fontello.eot?78293823');

  src: url('./fonts/fontello.eot?78293823#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff2?78293823') format('woff2'),
       url('./fonts/fontello.woff?78293823') format('woff'),
       url('./fonts/fontello.ttf?78293823') format('truetype'),
       url('./fonts/fontello.svg?78293823#fontello') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Book.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GothamW05';

  src: url('./fonts/GothamW05-Black.woff2') format('woff2');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

.icon[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-wrapper,
.page-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

footer,
.page-footer {
  margin-top: auto;
}

.icon-down:before {
  content: '\e800';
}

.icon-email:before {
  content: '\e801';
}

.icon-facebook:before {
  content: '\e802';
}

.icon-gra-secure:before {
  content: '\e803';
}

.icon-gra-tyre-fit:before {
  content: '\e804';
}

.icon-gra-tyre-fitting:before {
  content: '\e805';
}

.icon-gra-tyre-online:before {
  content: '\e806';
}

.icon-ig:before {
  content: '\e807';
}

.icon-news:before {
  content: '\e808';
}

.icon-arrow-right:before {
  content: '\e809';
}

.icon-offer-tag:before {
  content: '\e80a';
}

.icon-quote:before {
  content: '\e80c';
}

.icon-shop:before {
  content: '\e80d';
}

.icon-star:before {
  content: '\e80e';
}

.icon-three-arrow:before {
  content: '\e80f';
}

.icon-tyre-btn:before {
  content: '\e810';
}

.icon-tyre-simple:before {
  content: '\e811';
}

.icon-tyre-tag:before {
  content: '\e812';
}

.icon-calendar:before {
  content: '\e80b';
}

.icon-call:before {
  content: '\e814';
}

.icon-cart:before {
  content: '\e815';
}

.icon-menu:before {
  content: '\e816';
}

.icon-instagram:before {
  content: '\e817';
}

.icon-favourite:before {
  content: '\e818';
}

.icon-whatsapp:before {
  content: '\e819';
}

.icon-store-locator:before {
  content: '\e81a';
}

.icon-payment:before {
  content: '\e81b';
}

.icon-location:before {
  content: '\e81c';
}

.icon-tyre-search:before {
  content: '\e81d';
}

.icon-data:before {
  content: '\e81e';
}

.icon-vehicel:before {
  content: '\e81f';
}

.icon-tyre-size:before {
  content: '\e820';
}

.icon-delivery:before {
  content: '\e821';
}

.icon-tyre-brand:before {
  content: '\e822';
}

.icon-ev:before {
  content: '\e823';
}

.icon-user:before {
  content: '\e824';
}

.icon-price-tag:before {
  content: '\e825';
}

.icon-logo-icon:before {
  content: '\e826';
}

.icon-cancel:before {
  content: '\e827';
}

.icon-favourite-fill:before {
  content: '\e828';
}

.icon-tick-mark:before {
  content: '\e829';
}

.icon-search:before {
  content: '\e82a';
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
  font-weight: 700;
  line-height: 1.25;
}

.tyrefinder-box{
  display: none;
}

h1,
.h1{
  font-size: 2.38rem;
}

h2,
.h2{
  font-size: 2rem;
}

h3,
.h3{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  h3,
.h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4,
.h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h4,
.h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5,
.h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h5,
.h5{
    font-size: 1.125rem;
  }
}

h6,
.h6{
  font-size: 0.875rem;
}

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

@media screen and (max-width: 1536px) {
  h2, .h2 {
    font-size: 2rem;
  }

  h1,
.h1 {
    font-size: 2.15rem;
  }
}

@media screen and (max-width: 1366px) {
  h1, .h1 {
    font-size: 1.95rem;
  }
}

@media screen and (max-width: 991.98px) {
  h2,
.h2{
    font-size: 1.825rem;
  }
}

@media  screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.225rem;
  }

  h1, .h1 {
    font-size: 1.75rem;
  }
}

.section-title {
  margin-bottom: 1.5rem;
}

.section-title .title-top{
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.section-title p {
  font-weight: 100;
  margin: 0rem auto 0;
}

.section-title h1, .section-title h2 {
  font-size: 1.35rem;
  text-transform: uppercase;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .section-title h1,
	.section-title h2 {
    font-size: 1.20rem;
  }

  .section-title p {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-title h1,
	.section-title h2 {
    font-size: 1.1rem;
  }

  .section-title p {
    margin: 0.0rem auto 0 auto;
  }

  .section-title {
    margin-bottom: 1rem;
  }

  .section-title .title-top{
    font-size: 0.75rem;
  }
}

.section {
  position: relative;
}

.section-padding {
  padding: 4rem 0;
}

.section-padding-sm {
  padding: 1.250rem 0;
}

@media screen and (max-width: 991px) {
  .section-padding {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 767px) {
  .section-padding {
    padding: 2.5rem 0;
  }

  .section-padding-sm {
    padding: 15px 0;
  }
}

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

.page-main{
  margin-bottom: 0px;
  margin-top: 0px;
}

.cms-index-index .page-main .columns{
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.page-main .columns{
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.brand-description .text-content .page-main .columns.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.page-main .columns {
  max-width: min(100vw, 1280px);
}

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

.brand-description .text-content .w-full.container-theme.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.container-theme {
  max-width: min(100vw, 1280px);
}

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

.brand-description .text-content .container-theme-custom.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .w-full.container-theme-custom.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .container-theme-custom.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-description .text-content .w-full.container-theme-custom.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.container-theme-custom {
  max-width: min(100vw, 1280px);
}

.form-input,.form-select{
  width: 100%;
}

.brand-description .text-content .form-input.mx-auto.text-center,.brand-description .text-content .form-select.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

form .field.field-reserved, fieldset .field.field-reserved{
  margin-bottom: 0px !important;
}

form .field, fieldset .field {
  margin-top: 0 !important;
}

.comn-col .field label span,
.comn-col .label span,
#quote-summary label{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.warrantyclaim-index-index .columns ,
.brand-brand-patternview .columns ,
.brand-brand-view .columns ,
.vehicles-vehicles-model .columns ,
.vehicles-vehicles-make .columns ,
.catalog-product-view .columns ,
.contact-index-index .columns{
  width: 100%;
  max-width: none;
}

.brand-description .text-content .warrantyclaim-index-index .columns .mx-auto.text-center,.brand-description .text-content 
.brand-brand-patternview .columns .mx-auto.text-center,.brand-description .text-content 
.brand-brand-view .columns .mx-auto.text-center,.brand-description .text-content 
.vehicles-vehicles-model .columns .mx-auto.text-center,.brand-description .text-content 
.vehicles-vehicles-make .columns .mx-auto.text-center,.brand-description .text-content 
.catalog-product-view .columns .mx-auto.text-center,.brand-description .text-content 
.contact-index-index .columns.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.brand-brand-view .columns {
  padding: inherit !important;
}

.columns {
  row-gap: 0rem;
}

.finderlist li a,
.sizelist li{
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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;
}

.brand-description .text-content .finderlist li a.mx-auto.text-center,.brand-description .text-content 
.sizelist li.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.finderlist li a:hover,
.sizelist li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.finderlist .engine-li {
  grid-column: 1 / -1;
  font-weight: 600;
  padding: 0;
  background: transparent !important;
  text-align: left;
  font-size: 1.1rem;
  text-transform: uppercase;
}

@media  screen and (max-width: 767px) {
  .finderlist .engine-li {
    font-size: 1rem;
  }
}

.tyrefinder-tyre-size #allTyreSizes{
  margin-top: 11px;
}

.finderlist li a{
  position: relative;
}

.finderlist li a span.oe-size {
  position: absolute;
  left: 8px;
  font-size: 12px;
  top: -11px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: linear-gradient(to right, #0057a0, #5E7F65);
}

.border-style li{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}

.border-style li a > div{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 4.062rem;
  align-items: center;
  justify-content: center;
}

.brand-description .text-content .w-full.border-style li a > div.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.border-style li a div > img{
  max-width: 3.75rem;
}

.border-style li a span{
  font-size: 1rem;
  line-height: 1.5rem;
}

.group:hover .border-style li a span{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  box-shadow: none !important;
  border-color: #ccc !important;
}

.catalog-category-view .columns{
  display: flex;
  flex-wrap: wrap;
}

.page-layout-2columns-left .columns .sidebar{
  width: 100%;
}

.brand-description .text-content .page-layout-2columns-left .columns .sidebar.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.btn-primary {
  --btn-bg: #FFC300 !important;
  --btn-color: #000 !important;
  --btn-hover-bg: #0057a0 !important;
  --btn-active-bg: #0057a0 !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-primary:hover {
  --btn-color: #fff !important;
}

.btn-reverse,
.btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
}

.btn-reverse:hover,
.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-products .message.info.empty{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.front-selected .rim{
  margin-left: 0.25rem;
}

@media (max-width: 991px) {
  .columns {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
}

.warrantyclaim-index-index .columns ,
.brand-brand-patternview .columns ,
.vehicles-vehicles-model .columns ,
.vehicles-vehicles-make .columns ,
.catalog-product-view .page-main .columns ,
.contact-index-index .page-main .columns{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.lubricants-image img, 
.battery-image img, 
.accessories-image img{
  height: 100%;
}

#description .prose{
  font-weight: 600;
}

.item-actions .action{
  margin-left: 0px;
  margin-bottom: 0.5rem;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
  padding: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.item-actions .action:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .item-actions .action{
    margin-left: 0.5rem;
    margin-bottom: 0px;
    height: auto;
    width: auto;
    padding: 0.5rem;
  }
}

.item-actions .action.action-delete{
  --tw-border-opacity: 1;
  border-color: rgb(255 195 0 / var(--tw-border-opacity, 1));
}

.item-actions .action.action-delete:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
}

.item-actions .action.action-delete svg path{
  fill: #FFC300;
}

.item-actions .action svg{
  height: 1rem;
  width: 1rem;
}

.item-actions .action svg path{
  fill: #00843D;
}

.item-actions .action:hover svg path{
  fill: #fff;
}

.checkout-methods-items .checkout{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#hyva-checkout-container .grid{
  grid-auto-rows: auto;
}

#hyva-checkout-container .area-right{
  background-color: transparent;
  padding: 0px;
}

#quote-summary .price-summary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#shipping-details > div,
#billing-details > div,
#guest-details > div,
#shipping #shipping-methods,
#payment #payment-methods,
.area-right .checkout-nav{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#vehicle-details #vehicle-information-form{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  margin-bottom: -8px;
}

#shipping-details > div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

form legend, fieldset legend {
  margin-bottom: 0rem !important;
}

#shipping-details #shipping{
  padding-left: 0px;
  padding-right: 0px;
}

.form-checkbox:checked, .form-radio:checked ,
.form-checkbox:checked:focus, .form-checkbox:checked:hover, .form-checkbox:indeterminate, .form-radio:checked:focus, .form-radio:checked:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

#form-checkbox:checked ,
#billing-details div input.form-checkbox:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

#payment #payment-methods,
#shipping #shipping-methods{
  padding-bottom: 2rem;
}

#shipping #shipping-methods,
#payment #payment-methods{
  padding-top: 1rem;
}

.border-slate-300#shipping #shipping-methods .text-green-500.space-x-4.text-sm,.border-slate-300
#payment #payment-methods .text-green-500.space-x-4.text-sm {
  font-size: 12px;
  position: relative;
  top: -5px;
}

#guest-details > div p a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

#quote-summary .total-segments .item {
  padding-top: 0.5rem !important;
  padding-bottom: 0.3rem !important;
}

#shipping-method-option-storepickup{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  #shipping .grid .field-wrapper.field-lastname{
    grid-column: span 6 / span 6;
  }
}

#quote-summary .price-summary .section-title{
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

.area-right .checkout-nav{
  padding-top: 0px;
}

#payment-method-list .form-checkbox:checked, #payment-method-list .form-radio:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

#coupon-code button span{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

#checkout-cart-details .product-title p{
  font-weight: 600;
}

.price-summary .shipping,
.price-summary .tax,
.price-summary .grand_total{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.price-summary .shipping.pt-4 .text-green-500.space-x-4.text-sm,
.price-summary .tax.pt-4 .text-green-500.space-x-4.text-sm,
.price-summary .grand_total.pt-4 .text-green-500.space-x-4.text-sm {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.price-summary button.group span{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.cart .item .product-image-photo{
  height: 5.625rem;
  width: auto;
}

.product-detial-price .price{
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 1.8rem;
}

.product-detial-price .price .currency-dirham {
  font-size: 1.6rem;
}

@media  screen and (max-width: 767px) {
  .product-detial-price .price{
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-size: 1.6rem;
  }

  .product-detial-price .price .currency-dirham {
    font-size: 1.4rem;
  }

  .cart .item .product-image-photo{
    height: 4rem;
    width: auto;
  }
}

.product-item .price-box .price{
  font-weight: 900;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size:1.375rem;
}

.product-item .price-box .price .currency-dirham {
  font-size: 1.2rem;
  position: relative;
  top: 0px;
}

.product-item .special-price .currency-dirham {
  top: 1px !important;
}

.product-item .car-brands-img::-webkit-scrollbar {
  height: 4px
}

.product-item .car-brands-img::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  border-radius: 10px;
  cursor: pointer;
}

.product-item .car-brands-img::-webkit-scrollbar-track {
  background: #d1d5db
}

.product-item .product-price-details .price-box .old-price .currency-dirham {
  display: none;
}

.bundle-add-to-cart-and-price .set-price .currency-dirham,
.product-item .set4-price .currency-dirham {
  top: 1px;
}

#hyva-checkout-main #hyva-checkout-container .breadcrumbs{
  display: none;
}

.search-full-tyre-by-sizeUL li#hyva-checkout-main #hyva-checkout-container .breadcrumbs,
.search-full-tyre-by-sizeUL-drawer li#hyva-checkout-main #hyva-checkout-container .breadcrumbs{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content#hyva-checkout-main #hyva-checkout-container .breadcrumbs) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-content#hyva-checkout-main #hyva-checkout-container .breadcrumbs) {
  display: none;
}

.search-full-tyre-by-sizeUL li#hyva-checkout-main #hyva-checkout-container .breadcrumbs{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#hyva-checkout-main #hyva-checkout-container .breadcrumbs))) {
  display: none;
}

.checkout-onepage-success .column.main {
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .checkout-onepage-success .column.main {
    flex-direction: column;
  }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1740px) {
  .addcart svg{
    width: 1.125rem;
  }

  .product-info .addcart{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media  screen and (max-width: 767px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.catalog-category-view .sidebar.sidebar-additional{
  display: none;
}

.catalog-category-view .column.main{
  width: 100%;
}

.brand-description .text-content .catalog-category-view .column.main.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.account .columns{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .account .columns{
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.category-car-battery .country-name,
.category-car-battery .car-logo,
.category-car-battery .year-run{
  display: none;
}

.limiter .limiter-options{
  min-height: auto !important;
}

@media screen and (max-width: 767px) {
  .btn-yellow,.btn-blue{
    font-size: 16px;
  }
}

.search-full-tyre-by-sizeUL li.hidden{
  display: none !important;
}

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

.custom-checkbox {
  border-radius: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  flex: none;
  cursor: pointer;
}

.custom-checkbox:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.custom-checkbox:checked:hover, .custom-checkbox:checked:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.custom-checkbox:active,
.custom-checkbox:focus {
  box-shadow: none;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 0.6rem !important;
}

#payment-method-list .form-radio:focus,
#payment-method-list .form-radio:active{
  box-shadow: none;
}

.form-select{
  cursor: pointer;
}

.product-item .old-price .price-container .price {
  font-size: 0.9rem;
  line-height: 0 !important;
}

@media screen and (max-width: 1366px) {
  .product-item .old-price .price-container .price {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1280px) {
  .product-item .old-price .price-container .price {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 991px) {
  .product-item .old-price .price-container .price {
    font-size: 0.9rem !important;
  }
}

.input-group:focus-within,
textarea,
textarea:focus,
button,
button:focus,
input,
input:focus,
input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: none !important;
  -ms-box-shadow: none !important;
}

select{
  cursor: pointer;
}

input:focus,
.form-input:focus,
textarea:focus,
select:focus{
  outline: none !important;
  box-shadow: none !important;
  -ms-box-shadow: none !important;
  border-color: #00843d !important;
}

@media (min-width: 768px) {
  #allModifications {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.oe-label-brands {
  position: absolute;
  left: 8px;
  font-size: 12px;
  top: -11px;
  padding: 2px 4px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: linear-gradient(to right, #0057a0, #5E7F65);
}

#description .finder-form .prose {
  max-width: 100% !important;
}

#description .prose {
  font-weight: 500 !important;
}

.checkout-onepage .address-grid .address-item{
  position: relative;
}

.checkout-onepage .address-grid .address-item .toolbar {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.brand-brand-patternview .relative-product-list #product-list .toolbar.toolbar-products{
  display: none !important;
}

.all-social-btn {
  position: fixed;
  right: 26px;
  bottom: 71px;
  padding: 5px;
  border-radius: 30px;
  height: 55px;
  width: 55px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
}

.all-social-btn .img-1 {
  max-width: 38px;
  margin: auto;
  position: relative;
  top: 1px;
}

.requestcall-btn img, .enquiryform-modal img, .all-social-btn .img-2 {
  max-width: 22px;
  margin: auto;
}

.whats-app-btn svg {
  width: 32px;
  height: auto;
  margin: auto;
}

.sorter-options {
  font-size: 15px !important;
}

@media  screen and (max-width: 767px) {
  .sorter-options {
    font-size: 13px !important;
    padding-right: 30px !important;
  }

  .more-filter-mobile span:last-child {
    display: none;
  }

  .more-filter-mobile span:first-child svg {
    margin-right: 0 !important;
  }
}

.footer-note {
  transform: translateY(100%);
  opacity: 0;
}

.footer-note.show {
  height: 100px !important;
  transform: translateY(0);
  opacity: 1;
}

.footer-note.hide {
  height: 0px !important;
  transform: translateY(100%);
  opacity: 0;
}

@media  screen and (max-width: 767px) {
  .footer-note.show {
    height: auto!important;
  }

  .footer-note .action-button{
    margin-top: 5px;
  }

  .footer-note .action-button .btn-white-yellow {
    font-size: 15px;
    padding: 7px 18px;
    min-height: auto;
  }
}

.phone-icon {
  display: inline-block;
  animation: phoneBounce 2s ease-in-out infinite;
}

@keyframes phoneBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  10% {
    transform: translateY(-2px) rotate(-5deg);
  }

  30% {
    transform: translateY(-1px) rotate(5deg);
  }
}

.header-top-number{
  clip-path: polygon(2% 0, 94% 0%, 98% 100%, 6% 100%);
}

@media  screen and (max-width: 767px) {
  .header-top-number .toll-text{
    display: none;
  }
}

.all-social-btn{
  animation: pulsing 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulsing {
  0% {
    box-shadow: 0 0 0 0 rgba(192, 192, 192, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(192, 192, 192, 0);
  }
}

/**
 * tom-select.css (v2.3.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */

.ts-control {
  /* border: 1px solid #d0d0d0;
  padding: 8px 8px; */
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0.375rem !important;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: auto;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: .25rem 0 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px #0000001a;
  border-radius: 0 0 3px 3px;
}

.ts-dropdown .dropdown-input-wrap {
  padding: 5px 5px 0;
}

.plugin-dropdown_input .dropdown-input:focus {
  border: 1px solid #d0d0d0;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

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

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */

.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input{
  height: 2.125rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.plugin-dropdown_input .dropdown-input {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.brand-description .text-content .plugin-dropdown_input .dropdown-input.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.plugin-dropdown_input .dropdown-input {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.brand-description .text-content .plugin-dropdown_input .dropdown-input.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-wrapper {
  position: relative;
}

/* .ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
} */

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*# sourceMappingURL=tom-select.css.map */

.products .product-wrap .brand-images-small .car-brand-img{
  max-width: 28px;
}

@media screen and (max-width: 1680px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 22px;
  }
}

@media screen and (max-width: 1600px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 21px;
  }
}

@media screen and (max-width: 1536px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 19px;
  }
}

@media screen and (max-width: 1280px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 17px;
  }
}

@media  screen and (max-width: 767px) {
  .products .product-wrap .brand-images-small .car-brand-img {
    max-width: 20px;
  }
}

#installerSelectForm .field {
  margin-top: 0 !important ;
}

/* Swiper-css */

/* Paginations */

.swiper-pagination-style-3 {
  position: relative
}

.swiper-pagination-style-3 .swiper-pagination-bullets {
  text-align: center;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.swiper-pagination-style-3 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d8e9f3;
  margin: 0 7px;
  opacity: 1;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-pagination-style-3 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.swiper-pagination-style-4{
  position: relative;
}

.swiper-pagination-style-4 .swiper-pagination-bullets {
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: max-content;
  z-index: 65;
  gap: 0.5rem;
  flex-direction: column;
}

.swiper-pagination-style-4 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d8e9f3;
  margin: 0 7px;
  opacity: 1;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-pagination-style-4 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc300;
}

/* Navigations */

.swiper-navigation-style-1 .swiper-button-next, .swiper-navigation-style-1 .swiper-button-prev {
  color: #000;
  outline: none;
  background-color: rgb(0 0 0 / 50%);
  height: 40px;
  width: 40px;
  border-radius: 100px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.swiper-navigation-style-1 .swiper-button-prev:after, .swiper-navigation-style-1 .swiper-button-next:after {
  font-size: 14px;
}

.swiper-navigation-style-1 .swiper-button-next:hover, .swiper-navigation-style-1 .swiper-button-prev:hover {
  background-color: #000;
}

.swiper-navigation-style-1 .swiper-button-next {
  right: -30px;
  opacity: 0;
}

.swiper-navigation-style-1 .swiper-button-prev {
  left: -30px;
  opacity: 0;
}

.swiper-navigation-style-1:hover  .swiper-button-next {
  right: 20px;
  opacity: 1;
}

.swiper-navigation-style-1:hover .swiper-button-prev {
  left: 20px;
  opacity: 1;
}

.swiper-navigation-style-1 .swiper-button-next, .swiper-navigation-style-1 .swiper-button-prev {
  color: #fff;
}

.btn-blue-yellow{
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}

.btn-blue-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.btn-white-yellow{
  display: inline-flex;
  min-height: 3.125rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
  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;
}

.btn-white-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .btn-white-yellow{
    min-height: 4rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .btn-white-yellow{
    min-height: 4.375rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.btn-blue{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}

.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.btn-yellow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
  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;
}

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

@keyframes pulse-image {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

.pulse-icon {
  animation: pulse-image 1s ease-in-out infinite alternate;
}

@keyframes pulse-image-sm {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

.pulse-icon-sm {
  animation: pulse-image-sm 0.7s ease-in-out infinite alternate;
}

.whats-app-btn a{
  display: inline-block;
}

.whats-app-btn a .img-box {
  transform: scale(1.1);
}

.whats-app-btn a .img-box img {
  animation: sm-shake-animation linear 1.5s infinite;
}

.whats-app-btn a .sm-blue-dot {
  position: absolute;
  right: 4px;
  top: 4px;
  background: #0057a0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media  screen and (max-width: 767px) {
  .whats-app-btn a .sm-blue-dot {
    right: 3px;
    top: 3px;
  }
}

@keyframes sm-shake-animation {
  0% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  25% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  35% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }

  45% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }

  55% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }

  65% {
    transform: rotate(0.3rad) scale(1) skew(0.017rad);
  }

  75% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }

  100% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
}

.whats-app-btn {
  animation: waves-whatsapp 
linear 3s infinite, scale-in .5s 
cubic-bezier(.25, .46, .45, .94) both;
}

@keyframes waves-whatsapp {
  0% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 0 rgba(22, 165, 3, 0.2), 0 0 0 0 rgba(22, 165, 3, 0.2);
  }

  40% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 25px rgba(22, 165, 3, 0.2), 0 0 0 0 rgba(22, 165, 3, 0.2);
  }

  80% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 45px rgba(22, 165, 3, 0), 0 0 0 18px rgba(22, 165, 3, 0.067);
  }

  100% {
    box-shadow: 0 4px 6px rgba(22, 165, 3, 0.3), 0 0 0 60px rgba(22, 165, 3, 0), 0 0 0 32px rgba(22, 165, 3, 0.0);
  }
}

@keyframes scale-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

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

.google-review-box .total-rating{
  margin-bottom: -5px;
}

.google-review-box .rating-stars {
  gap: 3px;
}

.google-review-box .rating-stars li i {
  position: relative;
  top: -2px;
}

@media  screen and (max-width: 767px) {
  .google-review-box .total-rating {
    margin-bottom: -9px;
  }

  .google-review-box .rating-stars {
    height: 15px;
  }

  .google-review-box .rating-stars li i {
    position: relative;
    top: -9px;
  }

  .google-review-box .rating-container .rating-bar {
    border: none;
  }
}

.page-products .sidebar.sidebar-main > .relative{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > .relative {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > .relative {
    min-height: auto;
  }
}

.filter-box-custom-hide:has(.filter-options-item:not(.hidden)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(.hidden))) {
  display: none !important;
}

.item.product .brand-images-small {
  max-width: 90%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: 0;
  scroll-padding-left: 0;
  scroll-snap-type: x mandatory;
}

.item.product .brand-images-small img {
  scroll-snap-align: start;
  /* Each image aligns to the left when scrolling */
}

.item.product .brand-images-small::-webkit-scrollbar {
  height: 4px;
}

.item.product .brand-images-small::-webkit-scrollbar-thumb {
  background: #1e40afb8;
  border-radius: 10px;
  cursor: pointer;
}

.item.product .brand-images-small::-webkit-scrollbar-track {
  background: #d1d5db;
}

.grid-list-mode-button{
  opacity: 0 !important;
  visibility: hidden !important;
}

.cart.item .col.qty .qty.form-select{
  background-position: right 0.3rem center !important;
}

.google-review {
  background-position: center left -20%;
}

.google-review .left-content{
  padding-left: 2.5rem;
}

@media screen and (max-width: 1440px) {
  .google-review .left-content{
    padding-left: 0.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .google-review {
    background-position: top -85% center
  }
}

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

.blog-blog-info [data-content-type="html"] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cms-index-index .foote-tyre-finder {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: -100%;
  transition: all .3s ease-in-out;
}

.cms-index-index .foote-tyre-finder.active {
  bottom: 0;
}

.foote-tyre-finder {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: -100%;
  transition: all .3s ease-in-out;
}

.foote-tyre-finder.active {
  bottom:   0%;
}

.custom-sroll-height::-webkit-scrollbar {
  height: 4px;
}

.main-menu .menu-wrapper li .menu-link{
  font-size: 0.94rem;
}

@media screen and (max-width: 1600px) {
  .main-menu .menu-wrapper li .menu-link{
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1500px) {
  .main-menu .menu-wrapper li .menu-link{
    font-size: 0.875rem;
  }
}

fieldset ~ fieldset {
  margin-top: 0 !important;
}

.all-contect-information #vehicle-details,
.checkout-page .all-contect-information fieldset{
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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);
}

form label, fieldset label {
  margin-bottom: 0.2rem !important;
}

.checkout-page .all-contect-information #guest-details  .input-group:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

#company-fields-wrapper .field-vat_id,
.shipping-address-form .field-company, .shipping-address-form .field-telephone, .shipping-address-form .field-firstname, .shipping-address-form .field-lastname {
  grid-column: span 4 / span 4 !important;
}

.shipping-address-form .field-city,
.shipping-address-form .field-country_id,
.shipping-address-form .field-alias-street {
  grid-column: span 4 / span 4 !important;
}

.shipping-address-form .field-mp_smtp_is_synced,
.shipping-address-form .field-store_view,
.shipping-address-form .field-can_manage_subaccounts,
.shipping-address-form .field-customer_is_active {
  display:none;
}

.refcart-selection .grid .refcart-time-error ,
.refcart-selection .grid .refcart-date-error {
  position: absolute;
  left: 6px;
  bottom: -13px;
  font-size: 10px;
}

.checkout-summary #quote-actions ,
.checkout-summary .checkout-nav {
  margin-top: 0 !important;
}

.checkout-summary #quote-summary #order-comment {
  border-color: #cbd5e1;
  border-radius: 6px;
}

@media  screen and (max-width: 767px) {
  #company-fields-wrapper .field-vat_id,  
.shipping-address-form .field-alias-street,
.shipping-address-form .field-company,
 .shipping-address-form .field-telephone, .shipping-address-form .field-city, .shipping-address-form .field-country_id, .shipping-address-form .field-firstname, .shipping-address-form .field-lastname {
    grid-column: span 12 / span 12 !important;
  }
}

.shipping-payment-wrapper #payment-section ,
.shipping-payment-wrapper #shipping-section{
  width: 100%;
}

.brand-description .text-content .shipping-payment-wrapper #payment-section .mx-auto.text-center,.brand-description .text-content 
.shipping-payment-wrapper #shipping-section.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

@media (min-width: 768px){
  .shipping-payment-wrapper #payment-section ,
.shipping-payment-wrapper #shipping-section{
    width: 50%;
  }
}

.shipping-payment-wrapper #payment-section #payment-methods,
.shipping-payment-wrapper #shipping-section #shipping-methods {
  padding: 10px;
}

.checkout-page #quote-summary .price-summary > div:not(:first-child){
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.all-contect-information .messages {
  font-size: 11px !important;
  position: relative;
  top: -2px;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.text-sm {
  font-size: 12px !important;
  position: relative;
  top: -5px;
}

.account-sidebar .account-nav-content ul li a ,
.account-sidebar .account-nav-content ul .nav.item {
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
}

@media (min-width: 768px){
  .account-sidebar .account-nav-content ul li a ,
.account-sidebar .account-nav-content ul .nav.item{
    font-size: 1rem;
  }
}

.account-sidebar .account-nav-content ul li a:hover,
.account-sidebar .account-nav-content ul li strong{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.account-sidebar .account-nav-content ul li strong {
  font-weight: 600;
}

.form-edit-account .field.choice input {
  margin-bottom: .2rem;
  margin-right: 0 !important;
}

form.form-edit-account .field.field-reserved {
  margin-bottom: 0.8rem !important;
}

.actions-toolbar a.back:hover:hover{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.order-details-items .order-links li {
  cursor: inherit !important;
}

.single-blog .post-content ul li,
.single-blog .post-content p,
.single-blog .post-content h2,
.single-blog .post-content h3,
.single-blog .post-content h4,
.single-blog .post-content h6,
.single-blog .post-content h5 {
  margin-bottom: 0.7rem;
}

.single-blog .post-content ol,
.single-blog .post-content .list-numbers {
  list-style-type: decimal;
  margin-left: 22px;
}

.single-blog .post-content ul {
  list-style-type: disc;
  margin-left: 21px;
  margin-bottom: 1rem;
}

.single-blog .post-content h2 {
  font-size: 1.35rem;
}

.single-blog .post-content h3 {
  font-size: 1.15rem;
}

.single-blog .post-content h4 ,
.single-blog .post-content h5 {
  font-size: 1rem;
}

.single-blog .post-content p a ,
.single-blog .post-content li a {
  color: #00843D;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.single-blog .post-content p a:hover ,
.single-blog .post-content li a:hover {
  color: #000;
}

.single-blog .blog-post .post-image .img_wrp {
  padding-bottom: 33%;
}

@media  screen and (max-width: 991px) {
  .single-blog .post-content h2 {
    font-size: 1.20rem;
  }
}

@media  screen and (max-width: 767px) {
  .single-blog .post-content h3 {
    font-size: 1.10rem;
    line-height: 1.25;
  }

  .single-blog .post-content h2 {
    font-size: 1.2rem;
  }
}

.storelocator .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

[x-cloak] {
  display: none !important;
}

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

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-body.map-wrap iframe {
  width: 100%;
  height: 100%;
}

.fitment-bar {
  position: sticky;
  top: 0;
  z-index: 40;
}

.page-header.sticky + .fitment-bar-wrapper .fitment-bar,
.page-header + .fitment-bar-wrapper .fitment-bar {
  position: sticky;
  top: 0;
  z-index: 40;
}

.fitment-last-panel {
  border-bottom: 3px solid #FFC300;
}

.fitment-dropdown {
  min-height: 36px;
}

@media (max-width: 767px) {
  .fitment-bar .container-theme {
    padding-left: 8px;
    padding-right: 8px;
  }

  .fitment-dropdown {
    min-height: 34px;
    font-size: 13px;
  }
}

.fitment-drawer-panel {
  width: 100%;
  height: 89vh;
  max-height: 89vh;
  box-shadow: none;
  background-color: #fff;
}

@media (min-width: 768px) {
  .fitment-drawer-panel {
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .fitment-drawer-panel {
    height: 80vh;
    max-height: 80vh;
  }
}

@media  screen and (max-width: 767px) {
  .fitment-drawer-panel {
    height: 100vh;
    max-height: 100vh;
  }
}

.fitment-drawer-panel.max {
  height: auto;
  max-height: 89vh;
  display: flex;
  flex-direction: column;
}

.fitment-drawer-panel.max > .container-theme {
  height: auto;
  flex: 1 1 auto;
  min-height: 0;
}

@media screen and (max-width: 991.98px) {
  .fitment-drawer-panel.max {
    max-height: 80vh;
  }
}

@media  screen and (max-width: 767px) {
  .fitment-drawer-panel.max {
    max-height: 90vh;
  }
}

.tyre-illustration {
  height: 176px;
}

.instruction-token {
  transition: color 220ms ease;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.drawer-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.drawer-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.drawer-scrollbar::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.drawer-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.drawer-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

@media screen and (max-width: 767px) {
  #active-filtering-content .item.btn {
    padding: 5px;
  }

  #active-filtering-content .item.btn .action.remove svg {
    width: 17px;
  }
}

.initial-filter .block-filter-content .filter-options {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media screen and (max-width: 1453px) {
  .initial-filter .filter-options .filter-options-item:not(:nth-child(-n+4)):not(:last-child) {
    display: none;
  }

  .initial-filter .block-filter-content .filter-options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  .initial-filter .filter-options .filter-options-item:not(:nth-child(-n+3)):not(:last-child) {
    display: none;
  }

  .initial-filter .block-filter-content .filter-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.filter.mgs-filter{
  margin-bottom: 0px;
}

[x-cloak] {
  display: none !important;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 0.7rem !important;
}

@media  screen and (max-width: 767px) {
  .allow-remote{
    align-items: start !important;
  }

  .allow-remote .custom-checkbox,
.field.choice.newsletter .custom-checkbox {
    margin-top: 1px;
  }

  form .field.choice label, fieldset .field.choice label {
    font-size: 15px;
  }

  .form-create-account .field-name-firstname{
    margin-bottom: 0 !important;
  }
}

.right-account .delimiter {
  display: none;
}

.right-account a:last-child {
  border-bottom: none;
}

.stoke-info-detail {
  position: absolute;
  inset: 10px -8px auto auto;
  padding: 0 6px 8px 21px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    calc(100% - 8px) calc(100% - 8px),
    0 calc(100% - 8px),
    15px calc(50% - 4px)
  );
  box-shadow: 0 -8px 0 inset #0005;
  font-size: 12px;
  line-height: 2.5;
  color: #fff;
  font-weight: 600;
  top: 60px;
  right: -8px;
}

.dropdown-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.3s cubic-bezier(0.4,0,0.2,1);
}

.dropdown-content.open {
  max-height: 100%;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.3s cubic-bezier(0.4,0,0.2,1);
}

@keyframes spinner-ball-triangle1 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, -79%);
  }

  66% {
    transform: translate(77%, 0%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle2 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, 79%);
  }

  66% {
    transform: translate(-38%, 79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle3 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(-77%, 0%);
  }

  66% {
    transform: translate(-38%, -79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.scrollbar-hide {
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.all-tyre-size-searchUL {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltyre-size-section .alltyresize .li-search {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltyre-size-section .alltyresize .li-search.fade-in-item {
  animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

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

.alltyre-size-section .alltyresize .li-search:hover {
  transform: translateY(-5px) scale(1.02);
}

.alltyre-size-section .alltyresize .li-search a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltyre-size-section .alltyresize .li-search a:hover {
  box-shadow: 0 10px 25px rgba(0, 87, 160, 0.15);
}

#all-tyre-size-search {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

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

.loading-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%,
	100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .alltyre-size-section .alltyresize .li-search.fade-in-item {
    animation-duration: 0.4s;
  }
}

.alltyre-size-section .alltyresize .li-search:nth-child(1) {
  animation-delay: 0.1s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(2) {
  animation-delay: 0.15s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(3) {
  animation-delay: 0.2s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(4) {
  animation-delay: 0.25s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(5) {
  animation-delay: 0.3s;
}

.alltyre-size-section .alltyresize .li-search:nth-child(6) {
  animation-delay: 0.35s;
}

#no-results-message {
  animation: fadeInScale 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

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

.message.info.empty{
  margin-top: 0.5rem;
}

@media (min-width: 768px){
  .message.info.empty{
    margin-top: 1rem;
  }
}

@media  screen and (max-width: 767px) {
  .installer-box .store-title h5{
    font-size: 13px;
  }
}

#refcart-map-sidebar #refcart-map-content iframe {
  width: 100%;
  height: 100%;
}

.filter.mgs-filter {
  min-height: 105px;
}

.tyre-size-search-full-form-head .field-error {
  position: absolute;
  bottom: -26px;
  left: 17px;
  width: auto;
}

.tyre-size-search-full-form-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-full-tyre-by-sizeUL-head li {
  position: relative;
  border-radius: 10px;
  border: 1px solid;
  transition: all 200ms;
  min-width: 16.1%;
  border-color: #e5e7eb;
  background-color: #ffffff;
  color: #1f2937;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.search-full-tyre-by-sizeUL-head li:hover {
  border-color: #00843d;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

@media screen and (max-width: 991.98px) {
  .search-full-tyre-by-sizeUL-head li {
    min-width: 24.2%;
  }
}

@media screen and (max-width: 767px) {
  .search-full-tyre-by-sizeUL-head li {
    min-width: 48.6%;
  }
}

.item.product .brand-images-small::-webkit-scrollbar-thumb {
  cursor: pointer;
}

@keyframes spinner-ball-triangle1 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, -79%);
  }

  66% {
    transform: translate(77%, 0%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle2 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(38%, 79%);
  }

  66% {
    transform: translate(-38%, 79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes spinner-ball-triangle3 {
  0% {
    transform: translate(0%, 0%);
  }

  33% {
    transform: translate(-77%, 0%);
  }

  66% {
    transform: translate(-38%, -79%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.final-price .price-label {
  display: none;
}

#product-addtocart-button {
  width: 100% !important
}

#product_addtocart_form {
  margin-bottom: 0 !important;
}

.home-blog-slider .slider:not(.swiper-initialized) .swiper-slide {
  width: calc(33.33% - 7.5px);
  gap: 15px;
}

#fitment-bar {
  display: none !important;
}

[x-cloak] {
  display: none !important;
}

.es-range-slider input[type=range] {
  pointer-events: none;
}

.es-range-slider .thumb {
  margin-top: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.es-range-slider input[type=range] {
  margin-top: -0.5rem;
  height: 1.5rem;
}

.es-range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0px;
  border: 0 none;
  -webkit-appearance: none;
}

.es-range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0px;
  border: 0 none;
  -webkit-appearance: none;
}

.es-range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0px;
  border: 0 none;
  -webkit-appearance: none;
}

.more-filter-mobile .filter-icon {
  fill: #000;
}

.more-filter-mobile:hover .filter-icon {
  fill: #fff;
}

@media screen and (max-width: 991.98px) {
  .form-select.sorter-options{
    padding-top: inherit;
    padding-bottom: inherit;
  }
}

.shopping-cart-edit .btn {
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.shopping-cart-edit .btn:hover {
  background-color: #00843d;
}

.brand-description .text-content .w-full.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.s0 {
  fill: rgb(0, 0, 0);
}

#shipping .field-country_id, 
#shipping .field-street, 
#shipping .field-lastname, 
.all-contect-information #billing-details ,
.terms-conditions-content p:empty{
  display: none;
}

.search-full-tyre-by-sizeUL li#shipping .field-country_id,
.search-full-tyre-by-sizeUL-drawer li#shipping .field-country_id,.search-full-tyre-by-sizeUL li 
#shipping .field-street,
.search-full-tyre-by-sizeUL-drawer li 
#shipping .field-street,.search-full-tyre-by-sizeUL li 
#shipping .field-lastname,
.search-full-tyre-by-sizeUL-drawer li 
#shipping .field-lastname,.search-full-tyre-by-sizeUL li 
.all-contect-information #billing-details ,
.search-full-tyre-by-sizeUL-drawer li 
.all-contect-information #billing-details ,.search-full-tyre-by-sizeUL li
.terms-conditions-content p:empty,
.search-full-tyre-by-sizeUL-drawer li
.terms-conditions-content p:empty{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content#shipping .field-country_id),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content 
#shipping .field-street),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content 
#shipping .field-lastname),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content 
.all-contect-information #billing-details ),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content
.terms-conditions-content p:empty) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not(#shipping .field-country_id)),.filter-box-custom-hide:has(.filter-options-item:not( 
#shipping .field-street)),.filter-box-custom-hide:has(.filter-options-item:not( 
#shipping .field-lastname)),.filter-box-custom-hide:has(.filter-options-item:not( 
.all-contect-information #billing-details )),.filter-box-custom-hide:has(.filter-options-item:not(
.terms-conditions-content p:empty)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#shipping .field-country_id))),.filter-box-custom-hide:not(:has(.filter-options-item:not( 
#shipping .field-street))),.filter-box-custom-hide:not(:has(.filter-options-item:not( 
#shipping .field-lastname))),.filter-box-custom-hide:not(:has(.filter-options-item:not( 
.all-contect-information #billing-details ))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
.terms-conditions-content p:empty))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-content#shipping .field-country_id),.filter-box-custom-hide:has(.block-filter-content 
#shipping .field-street),.filter-box-custom-hide:has(.block-filter-content 
#shipping .field-lastname),.filter-box-custom-hide:has(.block-filter-content 
.all-contect-information #billing-details ),.filter-box-custom-hide:has(.block-filter-content
.terms-conditions-content p:empty) {
  display: none;
}

.search-full-tyre-by-sizeUL li#shipping .field-country_id,.search-full-tyre-by-sizeUL li 
#shipping .field-street,.search-full-tyre-by-sizeUL li 
#shipping .field-lastname,.search-full-tyre-by-sizeUL li 
.all-contect-information #billing-details ,.search-full-tyre-by-sizeUL li
.terms-conditions-content p:empty{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not(#shipping .field-country_id)),.filter-box-custom-hide:has(.filter-options-item:not( 
#shipping .field-street)),.filter-box-custom-hide:has(.filter-options-item:not( 
#shipping .field-lastname)),.filter-box-custom-hide:has(.filter-options-item:not( 
.all-contect-information #billing-details )),.filter-box-custom-hide:has(.filter-options-item:not(
.terms-conditions-content p:empty)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(#shipping .field-country_id))),.filter-box-custom-hide:not(:has(.filter-options-item:not( 
#shipping .field-street))),.filter-box-custom-hide:not(:has(.filter-options-item:not( 
#shipping .field-lastname))),.filter-box-custom-hide:not(:has(.filter-options-item:not( 
.all-contect-information #billing-details ))),.filter-box-custom-hide:not(:has(.filter-options-item:not(
.terms-conditions-content p:empty))) {
  display: none;
}

.form.form-newsletter-manage .fieldset .checkbox ,
.account.form-create-account .create.info .newsletter .checkbox {
  margin-right: 0rem!important;
}

@media screen and (max-width: 767px) {
  #company-fields-wrapper .field-vat_id,
  .shipping-address-form .field-city,
  .shipping-address-form .field-telephone {
    padding-top: 0.6rem;
  }

  .account .columns ,
#customer-login-container{
    padding-top: 0.7rem;
    padding-bottom: 1rem;
  }
}

.form-select.tom-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%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 8 4 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;
  padding: 0!important;
  border: none!important;
  border-radius: 0.375rem !important;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #0000!important;
  cursor: pointer!important;
  border-radius: 0.375rem !important;
}

.pickup-date-gride .field-error-msg {
  font-size: 10px !important;
  position: absolute;
  bottom: -13px;
}

.rotete-image {
  max-width: 45px;
  animation: RoteteImage 6s linear infinite;
}

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

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

.faq-section-blog .container-theme {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media  screen and (max-width: 1279px) {
  .main-menu .header-site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
}

.real-customer-reviews .review-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  opacity: 1;
  cursor: pointer;
  transition: background 0.3s;
}

.real-customer-reviews .review-pagination .swiper-pagination-bullet-active {
  background: #00843D;
}

.google-reviews .google-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  opacity: 1;
  cursor: pointer;
  transition: background 0.3s;
}

.google-reviews .google-pagination .swiper-pagination-bullet-active {
  background: #EA4335;
}

.product-price-bar .bottom-bar-price .product-detial-price .price ,
.product-price-bar .bottom-bar-price .product-detial-price .currency-dirham{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.product-price-bar {
  bottom: 0px;
  top: auto;
}

@media  screen and (max-width: 767px) {
  .product-price-bar {
    top: 0;
    bottom: auto;
  }

  .product-price-bar .form-select {
    min-height: 2.55rem;
  }
}

@media screen and (max-width: 1366px) {
  .product-price-bar .action-buttons{
    margin-left: 4rem;
  }
}

.product-info .form-select {
  min-height: 34px;
  height: 34px;
  width: auto;
  background-position: left .3rem center !important;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding: 0 10px 0 27px!important;
}

fieldset label, form label {
  font-weight: 500;
}

.actions-toolbar.bt-none {
  margin-top: 0px !important;
  border-top: none !important;
}

.form-address-edit .field-name-firstname ,
.form-address-edit .field-name-lastname {
  padding-bottom: 12px !important;
}

.car-brands .alphabet-filter .alphabet-buttons .alphabet-btn.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#shipping .field-type-checkbox.field-save {
  grid-column: span 12 / span 12 !important;
}

@media screen and (max-width: 1024px) {
  .related-product-slider .swiper-button-next ,
  .related-product-slider .swiper-button-prev {
    display: none;
  }
}

.related-product-slider .swiper-slide {
  height:auto !important;
  margin-top:auto !important;
}

.related-product-slider .swiper-slide .product-bottom .relative.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

.text-content-tb-center {
  justify-content: safe center;
}

.catalog-category-view .page-footer .page-footer ,
.categorypath-tyres-size .page-footer .page-footer ,
.categorypath-motorcycle-tyres .page-footer .page-footer ,
.category-car-wheels .page-footer .page-footer ,
.category-tyres .page-footer .page-footer ,
.cms-index-index .page-footer .page-footer {
  padding-bottom: 76px;
}

.catalog-product-view .page-footer .page-footer{
  padding-bottom: 66px;
}

@media  screen and (max-width: 767px) {
  .catalog-category-view .page-footer .page-footer ,
.categorypath-tyres-size .page-footer .page-footer ,
.categorypath-motorcycle-tyres .page-footer .page-footer ,
.category-car-wheels .page-footer .page-footer ,
.catalog-product-view .page-footer .page-footer ,
.category-tyres  .page-footer .page-footer ,
.cms-index-index .page-footer .page-footer {
    padding-bottom: 0px;
  }
}

.bundle-grid.items-end {
  align-items: stretch !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .has-tabby-row-2 .product-bottom {
    min-height: 88px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .has-tabby-row-3 .product-bottom {
    min-height: 88px;
  }
}

@media (min-width: 1280px) {
  .has-tabby-row-4 .product-bottom {
    min-height: 88px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-with-filter.categorypath-rim-protectors .has-tabby-row-2 .product-bottom {
    min-height: 68px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .page-with-filter.categorypath-rim-protectors .has-tabby-row-3 .product-bottom {
    min-height: 68px;
  }
}

@media (min-width: 1280px) {
  .page-with-filter.categorypath-rim-protectors .has-tabby-row-4 .product-bottom {
    min-height: 68px;
  }
}

.upper-popup {
  z-index: 99999;
}

.upper-popup-ol {
  z-index: 99998;
}

.category-car-wheels .product-item .product-right .product-name-brand {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

.category-car-wheels .product-item .product-right .product-name-brand .product-name .tyre-size {
  top: 0.063rem !important;
}

@media  screen and (max-width: 767px) {
  .category-car-wheels .product-item .product-right .product-name-brand {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.shipping-payment-wrapper #shipping-method-option-storepickup {
  border-width: 0;
  background-color: transparent !important;
}

.checkout-summary #quote-actions .fildset-title {
  display: none;
}

.z-60 {
  z-index: 60!important;
}

.footer-faq-section .text-left {
  text-align: right !important;
}

@media  screen and (max-width: 767px) {
  .swiper-pagination-style-3 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
  }

  .swiper-pagination-style-3 .swiper-pagination-bullets {
    bottom: -34px;
  }

  .shop-by-brands .grid a:last-child {
    display: none;
  }

  .home-offer-slider .swiper-button-next ,
.home-offer-slider .swiper-button-prev {
    display: none !important;
  }

  .toolbar.review-toolbar {
    margin-top: 0.1rem !important;
  }
}

.blog-post-view .custom-breadcrumbs-wrapper{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

@media (min-width: 768px){
  .blog-post-view .custom-breadcrumbs-wrapper{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.text-content-tb-center {
  justify-content: safe center;
}

.brand-brand-patternview #product-list {
  padding-top: 0 !important;
}

.page-title-wrapper .bottom-curve {
  bottom: -0.125rem !important;
}

.page-with-filter.categorypath-rim-protectors .page-footer ,
.page-with-filter.categorypath-car-battery .page-footer {
  padding-bottom: 0 !important;
}

.terms-content-area-siderbar .section-padding ,
.terms-content-area-siderbar .section-padding .container-theme {
  padding: 0px 0 !important;
}

#payment-method-list #payment-method-option-totalpay_checkout img, #payment-method-list #payment-method-option-totalpay_applepay img {
  max-width: 4.375rem;
  height: 0.938rem;
  object-fit: contain;
}

.button-style-1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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: 300ms;
}

.border-slate-300.pt-4 .text-green-500.space-x-4.button-style-1 {
  font-size: 12px;
  position: relative;
  top: -5px;
}

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

.button-black-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-green-white{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-green-white:hover{
  --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));
}

.button-green-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.button-white-green{
  --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));
}

.button-white-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main .social-login-authentication-channel .block-content .social-btn {
  margin-left: 0 !important;
  margin-top: 1rem !important;
  padding-top: 0rem !important;
}

#customer-login-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.customer-say .home-review-slider .swiper-slide {
  height: auto !important;
}

@media (min-width: 768px) {
  .customer-say .swiper-button-next,
    .customer-say .swiper-button-prev {
    display: flex !important;
  }
}

.page-with-filter.categorypath-car-wheels .products .product-item .product-right .product-bottom {
  padding-bottom: 0.5rem !important;
}

.page-with-filter.categorypath-car-wheels .products .product-item .warrantry-text {
  background-color: #f1f1f1c7;
}

@media (max-width: 767px) {
  .page-with-filter.categorypath-motorcycle-tyres .products .product-item .product-price-details {
    margin-top: 0.2rem;
  }

  .page-with-filter.categorypath-car-wheels .products .product-item .warrantry-text {
    background-color: transparent;
  }

  .max.quick-view {
    max-height: 100vh !important;
    height: 100% !important;
  }
}

.related-products-section .related-product-slider .product-item {
  box-shadow: none !important;
}

.listing-bottom-content h3 {
  font-size: 1.3rem;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .listing-bottom-content h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .listing-bottom-content h3 {
    font-size: 1rem;
  }
}

.page-header .header-top {
  border-bottom: 1px solid #cccccc36;
}

.top-picks-section-ar .product-box-select {
  background-position: left .3rem center !important;
}

/* Customer Details: First Name / Last Name / Phone / City on a single row (4 x 3 = 12) */

@media screen and (min-width: 768px) {
  .shipping-address-form .field-firstname,
    .shipping-address-form .field-lastname,
    .shipping-address-form .field-telephone,
    .shipping-address-form .field-city {
    grid-column: span 3 / span 3 !important;
  }
}

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

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

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-4{
  inset: -1rem;
}

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

.-bottom-0\.5{
  bottom: -0.125rem;
}

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

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

.-bottom-28{
  bottom: -7rem;
}

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

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

.-bottom-\[1\.688rem\]{
  bottom: -1.688rem;
}

.-end-1\.5{
  inset-inline-end: -0.375rem;
}

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

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

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

.-left-24{
  left: -6rem;
}

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

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

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

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

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

.-right-20{
  right: -5rem;
}

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

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

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

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

.-top-24{
  top: -6rem;
}

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

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

.-top-\[0\.4rem\]{
  top: -0.4rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-\[-0\.063rem\]{
  bottom: -0.063rem;
}

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

.bottom-\[0\.563rem\]{
  bottom: 0.563rem;
}

.bottom-\[1\.85rem\]{
  bottom: 1.85rem;
}

.bottom-\[10\.5rem\]{
  bottom: 10.5rem;
}

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

.bottom-\[6\.3rem\]{
  bottom: 6.3rem;
}

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

.bottom-\[9rem\]{
  bottom: 9rem;
}

.bottom-\[calc\(theme\(spacing\.5\)_\/_2_-_2px\)\]{
  bottom: calc(1.25rem / 2 - 2px);
}

.bottom-full{
  bottom: 100%;
}

.end-0{
  inset-inline-end: 0px;
}

.end-1{
  inset-inline-end: 0.25rem;
}

.end-2{
  inset-inline-end: 0.5rem;
}

.end-3{
  inset-inline-end: 0.75rem;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

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

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

.left-2{
  left: 0.5rem;
}

.left-2\.5{
  left: 0.625rem;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-5{
  left: 1.25rem;
}

.left-6{
  left: 1.5rem;
}

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

.left-\[0\.313rem\]{
  left: 0.313rem;
}

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

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

.left-\[14\.69rem\]{
  left: 14.69rem;
}

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

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

.left-\[2\.438rem\]{
  left: 2.438rem;
}

.left-\[30\.5\%\]{
  left: 30.5%;
}

.left-\[34\.5\%\]{
  left: 34.5%;
}

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

.left-\[64\.5\%\]{
  left: 64.5%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

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

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

.right-2{
  right: 0.5rem;
}

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

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.right-8{
  right: 2rem;
}

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

.right-\[0\.313rem\]{
  right: 0.313rem;
}

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

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

.right-\[2\.438rem\]{
  right: 2.438rem;
}

.start-0{
  inset-inline-start: 0px;
}

.start-3{
  inset-inline-start: 0.75rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

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

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

.top-10{
  top: 2.5rem;
}

.top-2{
  top: 0.5rem;
}

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

.top-3{
  top: 0.75rem;
}

.top-3\.5{
  top: 0.875rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-7{
  top: 1.75rem;
}

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

.top-\[-12px\]{
  top: -12px;
}

.top-\[-1px\]{
  top: -1px;
}

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

.top-\[0\.0625rem\]{
  top: 0.0625rem;
}

.top-\[0\.063rem\]{
  top: 0.063rem;
}

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

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

.top-\[0\.313rem\]{
  top: 0.313rem;
}

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

.top-\[0\.8px\]{
  top: 0.8px;
}

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

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

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

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

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

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

.top-full{
  top: 100%;
}

.top-px{
  top: 1px;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

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

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

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

.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-6{
  grid-column: span 6 / span 6;
}

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

.col-start-1{
  grid-column-start: 1;
}

.row-start-1{
  grid-row-start: 1;
}

.float-end{
  float: right;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clear-left{
  clear: left;
}

.clear-both{
  clear: both;
}

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

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

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-auto{
  margin: auto;
}

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

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

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

.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-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

.-mt-\[1\.75rem\]{
  margin-top: -1.75rem;
}

.-mt-\[2\.312rem\]{
  margin-top: -2.312rem;
}

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

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

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

.mb-\[0\.1875rem\]{
  margin-bottom: 0.1875rem;
}

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

.mb-\[0\.3rem\]{
  margin-bottom: 0.3rem;
}

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

.mb-\[1\.250rem\]{
  margin-bottom: 1.250rem;
}

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

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

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

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

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

.ml-0\.5{
  margin-left: 0.125rem;
}

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

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

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

.ml-2\.5{
  margin-left: 0.625rem;
}

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

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

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

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

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

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

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

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

.mr-0\.5{
  margin-right: 0.125rem;
}

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

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

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

.mr-3\.5{
  margin-right: 0.875rem;
}

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

.mr-\[0\.4rem\]{
  margin-right: 0.4rem;
}

.mr-\[0\.6875rem\]{
  margin-right: 0.6875rem;
}

.mr-\[0\.688rem\]{
  margin-right: 0.688rem;
}

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

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

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

.ms-0\.5{
  margin-inline-start: 0.125rem;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

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

.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-1\.5{
  margin-top: 0.375rem;
}

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

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

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

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

.mt-3\.5{
  margin-top: 0.875rem;
}

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

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

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

.mt-7{
  margin-top: 1.75rem;
}

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

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

.mt-\[0\.0625rem\]{
  margin-top: 0.0625rem;
}

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

.mt-\[0\.188rem\]{
  margin-top: 0.188rem;
}

.mt-\[0\.25rem\]{
  margin-top: 0.25rem;
}

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

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

.mt-\[0\.5rem\]{
  margin-top: 0.5rem;
}

.mt-\[2\.3rem\]{
  margin-top: 2.3rem;
}

.mt-\[2\.4rem\]{
  margin-top: 2.4rem;
}

.mt-\[23\.6rem\]{
  margin-top: 23.6rem;
}

.mt-\[56\.3rem\]{
  margin-top: 56.3rem;
}

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

.mt-auto{
  margin-top: auto;
}

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

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

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

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

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

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

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

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

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

.\!h-auto{
  height: auto !important;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-72{
  height: 18rem;
}

.h-8{
  height: 2rem;
}

.h-80{
  height: 20rem;
}

.h-9{
  height: 2.25rem;
}

.h-96{
  height: 24rem;
}

.h-\[0\.125rem\]{
  height: 0.125rem;
}

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

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

.h-\[0\.90rem\]{
  height: 0.90rem;
}

.h-\[1\.125rem\]{
  height: 1.125rem;
}

.h-\[1\.250rem\]{
  height: 1.250rem;
}

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

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

.h-\[1\.562rem\]{
  height: 1.562rem;
}

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

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

.h-\[1\.75rem\]{
  height: 1.75rem;
}

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

.h-\[11\.563rem\]{
  height: 11.563rem;
}

.h-\[11\.56rem\]{
  height: 11.56rem;
}

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

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

.h-\[18\.75rem\]{
  height: 18.75rem;
}

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

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

.h-\[2\.125rem\]{
  height: 2.125rem;
}

.h-\[2\.500rem\]{
  height: 2.500rem;
}

.h-\[2\.563rem\]{
  height: 2.563rem;
}

.h-\[2\.5rem\]{
  height: 2.5rem;
}

.h-\[2\.812rem\]{
  height: 2.812rem;
}

.h-\[2\.875rem\]{
  height: 2.875rem;
}

.h-\[2\.938rem\]{
  height: 2.938rem;
}

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

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

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

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

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

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

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

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

.h-\[33\.75px\]{
  height: 33.75px;
}

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

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

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

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

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

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

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

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

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

.h-\[8\.125rem\]{
  height: 8.125rem;
}

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-max{
  height: max-content;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

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

.max-h-3{
  max-height: 0.75rem;
}

.max-h-4{
  max-height: 1rem;
}

.max-h-\[1\.2rem\]{
  max-height: 1.2rem;
}

.max-h-\[10\.44rem\]{
  max-height: 10.44rem;
}

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

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

.max-h-\[12\.500rem\]{
  max-height: 12.500rem;
}

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

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

.max-h-\[18\.75rem\]{
  max-height: 18.75rem;
}

.max-h-\[2\.5rem\]{
  max-height: 2.5rem;
}

.max-h-\[2\.813rem\]{
  max-height: 2.813rem;
}

.max-h-\[2\.875rem\]{
  max-height: 2.875rem;
}

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

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

.max-h-\[62\.5rem\]{
  max-height: 62.5rem;
}

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

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

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

.max-h-\[8\.125rem\]{
  max-height: 8.125rem;
}

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

.max-h-\[calc\(100vh-14\.125rem\)\]{
  max-height: calc(100vh - 14.125rem);
}

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

.max-h-none{
  max-height: none;
}

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

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

.max-h-svh{
  max-height: 100svh;
}

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

.min-h-10{
  min-height: 2.5rem;
}

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

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

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

.min-h-9{
  min-height: 2.25rem;
}

.min-h-\[1\.125rem\]{
  min-height: 1.125rem;
}

.min-h-\[1\.5rem\]{
  min-height: 1.5rem;
}

.min-h-\[10\.62rem\]{
  min-height: 10.62rem;
}

.min-h-\[10\.94rem\]{
  min-height: 10.94rem;
}

.min-h-\[15\.62rem\]{
  min-height: 15.62rem;
}

.min-h-\[18\.75rem\]{
  min-height: 18.75rem;
}

.min-h-\[2\.125rem\]{
  min-height: 2.125rem;
}

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

.min-h-\[2\.5rem\]{
  min-height: 2.5rem;
}

.min-h-\[2\.75rem\]{
  min-height: 2.75rem;
}

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

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

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

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

.min-h-\[7\.5rem\]{
  min-height: 7.5rem;
}

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

.min-h-a11y{
  min-height: 2.75rem;
}

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

.w-0{
  width: 0px;
}

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

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

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

.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-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\/5{
  width: 40%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-3\/5{
  width: 60%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

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

.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-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

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

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

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

.w-80{
  width: 20rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[0\.713rem\]{
  width: 0.713rem;
}

.w-\[1\.062rem\]{
  width: 1.062rem;
}

.w-\[1\.125rem\]{
  width: 1.125rem;
}

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

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

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

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

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

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

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

.w-\[11\.10\.625rem\]{
  width: 11.10.625rem;
}

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

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

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

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

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

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

.w-\[2\.375rem\]{
  width: 2.375rem;
}

.w-\[2\.812rem\]{
  width: 2.812rem;
}

.w-\[20\.375rem\]{
  width: 20.375rem;
}

.w-\[21\.88rem\]{
  width: 21.88rem;
}

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

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

.w-\[27\.94rem\]{
  width: 27.94rem;
}

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

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

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

.w-\[31\.25rem\]{
  width: 31.25rem;
}

.w-\[32\.5rem\]{
  width: 32.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.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-9{
  min-width: 2.25rem;
}

.min-w-\[0\.625rem\]{
  min-width: 0.625rem;
}

.min-w-\[0\.9rem\]{
  min-width: 0.9rem;
}

.min-w-\[1\.125rem\]{
  min-width: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

.min-w-max{
  min-width: max-content;
}

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

.max-w-2xl{
  max-width: 42rem;
}

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

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

.max-w-5xl{
  max-width: 64rem;
}

.max-w-7{
  max-width: 1.75rem;
}

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

.max-w-\[11\.25rem\]{
  max-width: 11.25rem;
}

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

.max-w-\[12\.5rem\]{
  max-width: 12.5rem;
}

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

.max-w-\[14\.28\%\]{
  max-width: 14.28%;
}

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

.max-w-\[16\.25rem\]{
  max-width: 16.25rem;
}

.max-w-\[2\.25rem\]{
  max-width: 2.25rem;
}

.max-w-\[2\.5rem\]{
  max-width: 2.5rem;
}

.max-w-\[22\.5rem\]{
  max-width: 22.5rem;
}

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

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

.max-w-\[26\.25rem\]{
  max-width: 26.25rem;
}

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

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

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

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

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

.max-w-\[5\.312rem\]{
  max-width: 5.312rem;
}

.max-w-\[5\.625rem\]{
  max-width: 5.625rem;
}

.max-w-\[53\.12rem\]{
  max-width: 53.12rem;
}

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

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

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

.max-w-\[62\.5rem\]{
  max-width: 62.5rem;
}

.max-w-\[63\.19rem\]{
  max-width: 63.19rem;
}

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

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

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

.max-w-\[77\.12rem\]{
  max-width: 77.12rem;
}

.max-w-\[8\.125rem\]{
  max-width: 8.125rem;
}

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

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

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

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

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

.max-w-lg{
  max-width: 32rem;
}

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

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

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

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

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-sm{
  max-width: 24rem;
}

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

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

.flex-none{
  flex: none;
}

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

.shrink{
  flex-shrink: 1;
}

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

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

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

.grow{
  flex-grow: 1;
}

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

.basis-\[14\.28\%\]{
  flex-basis: 14.28%;
}

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

.border-collapse{
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

.-translate-y-3{
  --tw-translate-y: -0.75rem;
  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-0\.5{
  --tw-translate-x: 0.125rem;
  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-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-3{
  --tw-translate-y: 0.75rem;
  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-4{
  --tw-translate-y: 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-y-\[140\%\]{
  --tw-translate-y: 140%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.-rotate-\[14deg\]{
  --tw-rotate: -14deg;
  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-\[15deg\]{
  --tw-rotate: -15deg;
  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-\[45deg\]{
  --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-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-3{
  --tw-rotate: 3deg;
  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));
}

.rotate-\[36deg\]{
  --tw-rotate: 36deg;
  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-\[8deg\]{
  --tw-rotate: 8deg;
  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));
}

.-skew-x-12{
  --tw-skew-x: -12deg;
  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));
}

.skew-x-\[-12deg\]{
  --tw-skew-x: -12deg;
  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));
}

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

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

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

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

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

.-scale-x-100{
  --tw-scale-x: -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));
}

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

.animate-\[slideInUp_0\.6s_ease-out_forwards\]{
  animation: slideInUp 0.6s ease-out forwards;
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

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

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

.cursor-default{
  cursor: default;
}

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

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

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

.select-all{
  -webkit-user-select: all;
          user-select: all;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

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

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

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

.list-image-\[url\(\'\.\.\/images\/blog\/done-image\.png\'\)\]{
  list-style-image: url('../images/blog/done-image.png');
}

.appearance-none{
  appearance: none;
}

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

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

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

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

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

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

.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

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

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

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

.gap-x-0{
  column-gap: 0px;
}

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

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

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

.gap-x-2\.5{
  column-gap: 0.625rem;
}

.gap-x-3{
  column-gap: 0.75rem;
}

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

.gap-x-5{
  column-gap: 1.25rem;
}

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

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

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

.gap-y-0\.5{
  row-gap: 0.125rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

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

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

.gap-y-2\.5{
  row-gap: 0.625rem;
}

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

.gap-y-6{
  row-gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.space-y-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-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-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));
}

.divide-\[\#eee\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-divide-opacity, 1));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-theme-blue\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 132 61 / 0.3);
}

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

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

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

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

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

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

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

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

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

.scroll-smooth{
  scroll-behavior: smooth;
}

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

.text-ellipsis{
  text-overflow: ellipsis;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

.whitespace-pre-line{
  white-space: pre-line;
}

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-\[0\.500rem\]{
  border-radius: 0.500rem;
}

.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}

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

.rounded-\[0\.8rem\]{
  border-radius: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-b-\[0\.500rem\]{
  border-bottom-right-radius: 0.500rem;
  border-bottom-left-radius: 0.500rem;
}

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

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

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

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.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-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

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

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

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

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

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

.rounded-bl-\[1\.875rem\]{
  border-bottom-left-radius: 1.875rem;
}

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

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

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

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

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

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

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

.rounded-tl-\[0\.5rem\]{
  border-top-left-radius: 0.5rem;
}

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

.rounded-tl-\[0rem\]{
  border-top-left-radius: 0rem;
}

.rounded-tl-\[1\.875rem\]{
  border-top-left-radius: 1.875rem;
}

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

.rounded-tr-\[0\.5rem\]{
  border-top-right-radius: 0.5rem;
}

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

.rounded-tr-\[0rem\]{
  border-top-right-radius: 0rem;
}

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-4{
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

.border-b-\[0\.375rem\]{
  border-bottom-width: 0.375rem;
}

.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-l-\[0\.25rem\]{
  border-left-width: 0.25rem;
}

.border-l-\[3px\]{
  border-left-width: 3px;
}

.border-r{
  border-right-width: 1px;
}

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

.border-r-2{
  border-right-width: 2px;
}

.border-r-\[3px\]{
  border-right-width: 3px;
}

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

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

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

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

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

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

.border-\[\#00843D\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.border-\[\#00843D\]\/10{
  border-color: rgb(0 132 61 / 0.1);
}

.border-\[\#00843D\]\/20{
  border-color: rgb(0 132 61 / 0.2);
}

.border-\[\#4c4c4c\]{
  --tw-border-opacity: 1;
  border-color: rgb(76 76 76 / var(--tw-border-opacity, 1));
}

.border-\[\#5E7F65\]{
  --tw-border-opacity: 1;
  border-color: rgb(94 127 101 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-border-color{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 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-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

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

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

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

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 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-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-theme-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.border-theme-blue\/15{
  border-color: rgb(0 132 61 / 0.15);
}

.border-theme-blue\/20{
  border-color: rgb(0 132 61 / 0.2);
}

.border-theme-blue\/30{
  border-color: rgb(0 132 61 / 0.3);
}

.border-theme-blue\/50{
  border-color: rgb(0 132 61 / 0.5);
}

.border-theme-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 195 0 / 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));
}

.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}

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

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

.border-white\/\[0\.06\]{
  border-color: rgb(255 255 255 / 0.06);
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-b-theme-blue{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.border-l-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-l-theme-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.border-l-transparent{
  border-left-color: transparent;
}

.border-r-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-t-\[\#00843d\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.\!bg-theme-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1)) !important;
}

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

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

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

.bg-\[\#00843D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00843d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#22c55e\]\/10{
  background-color: rgb(34 197 94 / 0.1);
}

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

.bg-\[\#25D366\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2947c3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(41 71 195 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2E7D32\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 125 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3ff5cc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(63 245 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3ff5cc\]\/20{
  background-color: rgb(63 245 204 / 0.2);
}

.bg-\[\#9dc41a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(157 196 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9dc41a\]\/15{
  background-color: rgb(157 196 26 / 0.15);
}

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

.bg-\[\#b98cff\]\/35{
  background-color: rgb(185 140 255 / 0.35);
}

.bg-\[\#c9a84c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 76 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cbd9ef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 217 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d8e9f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 233 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e8f0fe\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 240 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e8f9ee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 249 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0faf5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 245 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#ff8f6b\]\/30{
  background-color: rgb(255 143 107 / 0.3);
}

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

.bg-\[rgb\(22\2c 165\2c 3\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 165 3 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 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-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 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-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

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

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

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

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-theme-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.bg-theme-blue\/10{
  background-color: rgb(0 132 61 / 0.1);
}

.bg-theme-blue\/15{
  background-color: rgb(0 132 61 / 0.15);
}

.bg-theme-blue\/5{
  background-color: rgb(0 132 61 / 0.05);
}

.bg-theme-blue\/60{
  background-color: rgb(0 132 61 / 0.6);
}

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

.bg-theme-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
}

.bg-theme-yellow\/30{
  background-color: rgb(255 195 0 / 0.3);
}

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

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

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

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

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

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

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

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

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

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

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-10{
  --tw-bg-opacity: 0.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-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-\[linear-gradient\(145deg\2c _\#001a0d_0\%\2c _\#003320_55\%\2c _\#004d26_100\%\)\]{
  background-image: linear-gradient(145deg, #001a0d 0%, #003320 55%, #004d26 100%);
}

.bg-\[linear-gradient\(90deg\2c \#e1e1e1_0\%\2c \#ffffff_64\%\)\]{
  background-image: linear-gradient(90deg,#e1e1e1 0%,#ffffff 64%);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.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-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-\[\#00843D\]{
  --tw-gradient-from: #00843D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 132 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#1a1a2e\]{
  --tw-gradient-from: #1a1a2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#3ff5cc\]\/90{
  --tw-gradient-from: rgb(63 245 204 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 245 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#5E7F65\]{
  --tw-gradient-from: #5E7F65 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 127 101 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#6ee7b7\]{
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#e0fff6\]{
  --tw-gradient-from: #e0fff6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 255 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#e0fff6\]\/60{
  --tw-gradient-from: rgb(224 255 246 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 255 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#e8f9ee\]{
  --tw-gradient-from: #e8f9ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 249 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#f09433\]{
  --tw-gradient-from: #f09433 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 148 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#f2e9ff\]{
  --tw-gradient-from: #f2e9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 233 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#f39c12\]{
  --tw-gradient-from: #f39c12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 156 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/90{
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50\/80{
  --tw-gradient-from: rgb(239 246 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50{
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900{
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-blue{
  --tw-gradient-from: #00843D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 132 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-blue\/10{
  --tw-gradient-from: rgb(0 132 61 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 132 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-dark\/90{
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#cc2366\]{
  --tw-gradient-to: rgb(204 35 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cc2366 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#dc2743\]{
  --tw-gradient-to: rgb(220 39 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2743 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#e6683c\]{
  --tw-gradient-to: rgb(230 104 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e6683c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#f8fafc\]{
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#ffe9e2\]{
  --tw-gradient-to: rgb(255 233 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe9e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/40{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/55{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/60{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-900{
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-blue\/20{
  --tw-gradient-to: rgb(0 132 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 132 61 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-theme-dark\/30{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/80{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#00a64d\]{
  --tw-gradient-to: #00a64d var(--tw-gradient-to-position);
}

.to-\[\#16213e\]{
  --tw-gradient-to: #16213e var(--tw-gradient-to-position);
}

.to-\[\#5E7F65\]{
  --tw-gradient-to: #5E7F65 var(--tw-gradient-to-position);
}

.to-\[\#5E7F65\]\/10{
  --tw-gradient-to: rgb(94 127 101 / 0.1) var(--tw-gradient-to-position);
}

.to-\[\#bc1888\]{
  --tw-gradient-to: #bc1888 var(--tw-gradient-to-position);
}

.to-\[\#d1f7ec\]{
  --tw-gradient-to: #d1f7ec var(--tw-gradient-to-position);
}

.to-\[\#d1f7ec\]\/60{
  --tw-gradient-to: rgb(209 247 236 / 0.6) var(--tw-gradient-to-position);
}

.to-\[\#e0fff6\]\/90{
  --tw-gradient-to: rgb(224 255 246 / 0.9) var(--tw-gradient-to-position);
}

.to-\[\#e67e22\]{
  --tw-gradient-to: #e67e22 var(--tw-gradient-to-position);
}

.to-\[\#eaf2ff\]{
  --tw-gradient-to: #eaf2ff var(--tw-gradient-to-position);
}

.to-\[\#fff3dd\]{
  --tw-gradient-to: #fff3dd var(--tw-gradient-to-position);
}

.to-black\/25{
  --tw-gradient-to: rgb(0 0 0 / 0.25) var(--tw-gradient-to-position);
}

.to-black\/75{
  --tw-gradient-to: rgb(0 0 0 / 0.75) var(--tw-gradient-to-position);
}

.to-black\/85{
  --tw-gradient-to: rgb(0 0 0 / 0.85) var(--tw-gradient-to-position);
}

.to-blue-50\/60{
  --tw-gradient-to: rgb(239 246 255 / 0.6) var(--tw-gradient-to-position);
}

.to-cyan-100{
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.to-indigo-100{
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.to-purple-400{
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.to-slate-800{
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.to-theme-blue{
  --tw-gradient-to: #00843D var(--tw-gradient-to-position);
}

.to-theme-blue\/40{
  --tw-gradient-to: rgb(0 132 61 / 0.4) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-\[length\:0\%_2px\]{
  background-size: 0% 2px;
}

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

.bg-\[position\:top_center\]{
  background-position: top center;
}

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

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

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

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

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

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

.fill-black\/20{
  fill: rgb(0 0 0 / 0.2);
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-white{
  stroke: #fff;
}

.stroke-white\/75{
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

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

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

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

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

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

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.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-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

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

.p-\[0\.313rem\]{
  padding: 0.313rem;
}

.p-\[0\.438rem\]{
  padding: 0.438rem;
}

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

.p-\[1\.5px\]{
  padding: 1.5px;
}

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

.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-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[0\.75rem\]{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.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-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-\[0\.125rem\]{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

.pb-0\.5{
  padding-bottom: 0.125rem;
}

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

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

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

.pb-\[100\%\]{
  padding-bottom: 100%;
}

.pb-\[117\%\]{
  padding-bottom: 117%;
}

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

.pb-\[36\%\]{
  padding-bottom: 36%;
}

.pb-\[36\.4\%\]{
  padding-bottom: 36.4%;
}

.pb-\[43\%\]{
  padding-bottom: 43%;
}

.pb-\[56\%\]{
  padding-bottom: 56%;
}

.pb-\[61\%\]{
  padding-bottom: 61%;
}

.pb-\[63\%\]{
  padding-bottom: 63%;
}

.pb-\[67\%\]{
  padding-bottom: 67%;
}

.pb-\[69\.4\%\]{
  padding-bottom: 69.4%;
}

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

.pb-\[70\%\]{
  padding-bottom: 70%;
}

.pb-\[78\%\]{
  padding-bottom: 78%;
}

.pe-1{
  padding-inline-end: 0.25rem;
}

.pe-10{
  padding-inline-end: 2.5rem;
}

.pe-2{
  padding-inline-end: 0.5rem;
}

.pe-8{
  padding-inline-end: 2rem;
}

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

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

.pl-1\.5{
  padding-left: 0.375rem;
}

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

.pl-14{
  padding-left: 3.5rem;
}

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

.pl-2\.5{
  padding-left: 0.625rem;
}

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

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

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

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

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

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

.pl-\[4\.375rem\]{
  padding-left: 4.375rem;
}

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

.pr-0\.5{
  padding-right: 0.125rem;
}

.pr-1{
  padding-right: 0.25rem;
}

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

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

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

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

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-9{
  padding-right: 2.25rem;
}

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

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

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

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

.ps-0{
  padding-inline-start: 0px;
}

.ps-10{
  padding-inline-start: 2.5rem;
}

.ps-2{
  padding-inline-start: 0.5rem;
}

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

.pt-0\.5{
  padding-top: 0.125rem;
}

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

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

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

.pt-12{
  padding-top: 3rem;
}

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

.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-7{
  padding-top: 1.75rem;
}

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

.pt-\[0\.7rem\]{
  padding-top: 0.7rem;
}

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

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

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

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

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

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

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

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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-\[0\.375rem\]{
  font-size: 0.375rem;
}

.text-\[0\.500rem\]{
  font-size: 0.500rem;
}

.text-\[0\.55rem\]{
  font-size: 0.55rem;
}

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

.text-\[0\.625rem\]{
  font-size: 0.625rem;
}

.text-\[0\.65rem\]{
  font-size: 0.65rem;
}

.text-\[0\.675rem\]{
  font-size: 0.675rem;
}

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

.text-\[0\.688rem\]{
  font-size: 0.688rem;
}

.text-\[0\.6rem\]{
  font-size: 0.6rem;
}

.text-\[0\.725rem\]{
  font-size: 0.725rem;
}

.text-\[0\.750rem\]{
  font-size: 0.750rem;
}

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

.text-\[0\.775rem\]{
  font-size: 0.775rem;
}

.text-\[0\.7rem\]{
  font-size: 0.7rem;
}

.text-\[0\.8125rem\]{
  font-size: 0.8125rem;
}

.text-\[0\.875rem\]{
  font-size: 0.875rem;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

.text-\[0\.938rem\]{
  font-size: 0.938rem;
}

.text-\[0\.9rem\]{
  font-size: 0.9rem;
}

.text-\[1\.062rem\]{
  font-size: 1.062rem;
}

.text-\[1\.188rem\]{
  font-size: 1.188rem;
}

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

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

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

.text-\[1\.312rem\]{
  font-size: 1.312rem;
}

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

.text-\[1\.4rem\]{
  font-size: 1.4rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[1\.7rem\]{
  font-size: 1.7rem;
}

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

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

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

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

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

.text-f12{
  font-size: 0.75rem;
}

.text-f16{
  font-size: 1rem;
}

.text-f9{
  font-size: 0.5625rem;
}

.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-black{
  font-weight: 900;
}

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  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-\[1\.15\]{
  line-height: 1.15;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.25\]{
  line-height: 1.25;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.7\]{
  line-height: 1.7;
}

.leading-\[2\.5\]{
  line-height: 2.5;
}

.leading-loose{
  line-height: 2;
}

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

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

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

.tracking-\[0\.031rem\]{
  letter-spacing: 0.031rem;
}

.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}

.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}

.tracking-\[0\.22em\]{
  letter-spacing: 0.22em;
}

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

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

.tracking-wider{
  letter-spacing: 0.05em;
}

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

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

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

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

.text-\[\#00843D\]{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.text-\[\#00843d\]{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.text-\[\#00a94f\]{
  --tw-text-opacity: 1;
  color: rgb(0 169 79 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#22c55e\]{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

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

.text-\[\#2E7D32\]{
  --tw-text-opacity: 1;
  color: rgb(46 125 50 / var(--tw-text-opacity, 1));
}

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

.text-\[\#3ff5cc\]{
  --tw-text-opacity: 1;
  color: rgb(63 245 204 / var(--tw-text-opacity, 1));
}

.text-\[\#4ade80\]{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-\[\#778899\]{
  --tw-text-opacity: 1;
  color: rgb(119 136 153 / var(--tw-text-opacity, 1));
}

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

.text-\[\#9dc41a\]{
  --tw-text-opacity: 1;
  color: rgb(157 196 26 / var(--tw-text-opacity, 1));
}

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

.text-\[\#c9a84c\]{
  --tw-text-opacity: 1;
  color: rgb(201 168 76 / var(--tw-text-opacity, 1));
}

.text-\[\#d4a517\]{
  --tw-text-opacity: 1;
  color: rgb(212 165 23 / var(--tw-text-opacity, 1));
}

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

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

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

.text-\[\#ffffff1a\]{
  color: #ffffff1a;
}

.text-\[1\.rem\]{
  color: 1.rem;
}

.text-\[color\:var\(--brand-green\)\]{
  color: var(--brand-green);
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / 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-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-current{
  color: currentColor;
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / 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-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / 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-purple-700{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

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

.text-red-500{
  --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-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-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-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-theme-blue{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.text-theme-blue\/50{
  color: rgb(0 132 61 / 0.5);
}

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

.text-theme-dark\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-theme-dark\/80{
  color: rgb(0 0 0 / 0.8);
}

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}

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

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

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

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

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

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

.underline-offset-2{
  text-underline-offset: 2px;
}

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-\[0\.04\]{
  opacity: 0.04;
}

.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-\[0_-4px_24px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 -4px 24px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 -4px 24px 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-\[0_-4px_30px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 -4px 30px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 -4px 30px 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-\[0_0\.125rem_0\.625rem_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{
  --tw-shadow: 0 0.125rem 0.625rem rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 0.125rem 0.625rem 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-\[0_0\.125rem_1rem_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 0.125rem 1rem rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 0.125rem 1rem 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-\[0_2px_16px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{
  --tw-shadow: 0 2px 16px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 2px 16px 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-\[0_2px_18px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{
  --tw-shadow: 0 2px 18px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 2px 18px 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-\[0_4px_24px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 4px 24px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 4px 24px 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-\[0_6px_24px_rgba\(0\2c 132\2c 61\2c 0\.45\)\]{
  --tw-shadow: 0 6px 24px rgba(0,132,61,0.45);
  --tw-shadow-colored: 0 6px 24px 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-\[0_8px_32px_rgba\(0\2c 0\2c 0\2c 0\.18\)\]{
  --tw-shadow: 0 8px 32px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 8px 32px 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-\[0px_7px_29px_0px_rgba\(100\2c 100\2c 111\2c 0\.2\)\]{
  --tw-shadow: 0px 7px 29px 0px rgba(100,100,111,0.2);
  --tw-shadow-colored: 0px 7px 29px 0px 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-\[rgba\(0\2c 0\2c 0\2c 0\.35\)_0px_5px_15px\]{
  --tw-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
  --tw-shadow-colored: 0px 5px 15px 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-\[rgba\(0\2c 0\2c 0\2c 0\.4\)_0px_2px_4px\2c rgba\(0\2c 0\2c 0\2c 0\.3\)_0px_7px_13px_-3px\2c rgba\(0\2c 0\2c 0\2c 0\.2\)_0px_-3px_0px_inset\]{
  --tw-shadow: rgba(0,0,0,0.4) 0px 2px 4px,rgba(0,0,0,0.3) 0px 7px 13px -3px,rgba(0,0,0,0.2) 0px -3px 0px inset;
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 7px 13px -3px var(--tw-shadow-color), inset 0px -3px 0px 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);
}

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

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-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(59 130 246 / 0.5);
}

.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-theme-blue\/15{
  --tw-ring-color: rgb(0 132 61 / 0.15);
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

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

.blur-2xl{
  --tw-blur: blur(40px);
  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);
}

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

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-\[background-size\]{
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

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

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

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

.will-change-\[transform\2c box-shadow\2c border-color\]{
  will-change: transform,box-shadow,border-color;
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.mask-overflow {
  --tw-mask-dir: to right;
  --tw-mask-size: 2rem;
  --tw-mask-color: 0 0 0;
  /* rgb color keys */
  --tw-mask-start: rgb(var(--tw-mask-color) / 0%);
  --tw-mask-end: rgb(var(--tw-mask-color) / 0%);
  --tw-mask: linear-gradient(
            var(--tw-mask-dir),
            var(--tw-mask-start),
            rgb(var(--tw-mask-color)) var(--tw-mask-size),
            rgb(var(--tw-mask-color)) calc(100% - var(--tw-mask-size)),
            var(--tw-mask-end)
        );
  -webkit-mask-image: var(--tw-mask);
  mask-image: var(--tw-mask);
}

.mask-dir-y {
  --tw-mask-dir: to bottom;
}

.\[--line-after\:theme\(colors\.primary\.DEFAULT\)\]{
  --line-after: #1e40af;
}

.\[--line-before\:\#0000\]{
  --line-before: #0000;
}

.\[--line-before\:theme\(colors\.primary\.DEFAULT\)\]{
  --line-before: #1e40af;
}

.\[-webkit-box-orient\:vertical\]{
  -webkit-box-orient: vertical;
}

.\[-webkit-line-clamp\:1\]{
  -webkit-line-clamp: 1;
}

.\[-webkit-line-clamp\:2\]{
  -webkit-line-clamp: 2;
}

.\[-webkit-overflow-scrolling\:touch\]{
  -webkit-overflow-scrolling: touch;
}

.\[box-shadow\:0_-8px_0_inset_\#0005\]{
  box-shadow: 0 -8px 0 inset #0005;
}

.\[clip-path\:polygon\(0_0\2c 100\%_0\2c 100\%_calc\(100\%-8px\)\2c calc\(100\%-8px\)_100\%\2c calc\(100\%-8px\)_calc\(100\%-8px\)\2c 0_calc\(100\%-8px\)\2c 15px_calc\(50\%-4px\)\)\]{
  clip-path: polygon(0 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,calc(100% - 8px) calc(100% - 8px),0 calc(100% - 8px),15px calc(50% - 4px));
}

.\[clip-path\:polygon\(100\%_0\2c 0_0\2c 0_calc\(100\%-8px\)\2c 8px_100\%\2c 8px_calc\(100\%-8px\)\2c 100\%_calc\(100\%-8px\)\2c calc\(100\%-15px\)_calc\(50\%-4px\)\)\]{
  clip-path: polygon(100% 0,0 0,0 calc(100% - 8px),8px 100%,8px calc(100% - 8px),100% calc(100% - 8px),calc(100% - 15px) calc(50% - 4px));
}

.\[direction\:ltr\]{
  direction: ltr;
}

.\[direction\:rtl\]{
  direction: rtl;
}

.\[display\:-webkit-box\]{
  display: -webkit-box;
}

.\[perspective\:1000px\]{
  perspective: 1000px;
}

.\[scroll-padding-left\:0\]{
  scroll-padding-left: 0;
}

.\[scrollbar-width\:none\]{
  scrollbar-width: none;
}

.\[text-shadow\:1px_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.85\)\2c 0_0_24px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  text-shadow: 1px 2px 8px rgba(0,0,0,0.85),0 0 24px rgba(0,0,0,0.5);
}

.\[wire\:auto-save\]{
  wire: auto-save;
}

.\[wire\:model\.defer\]{
  wire: model.defer;
}

.\[wire\:model\]{
  wire: model;
}

.\[wire\:select\]{
  wire: select;
}

/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

/* .page-footer {} */

body {
  font-size: 0.875rem;
  font-family: 'Cairo-Custome', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.home-offer-slider .swiper-container:not(.swiper-container-initialized) {
  overflow: hidden;
}

.home-offer-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  gap: 15px;
}

.home-offer-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
  flex-shrink: 0;
  width: 33.333%;
}

@media (max-width: 1023px) {
  .home-offer-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .home-offer-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    width: 100%;
  }
}

.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 li a,
    .account-nav 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));
}

.account-nav li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.border-slate-300.actions-toolbar .text-green-500.space-x-4.text-sm {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.actions-toolbar a.back{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge{
  display: none;
}

.search-full-tyre-by-sizeUL libody > div > div.grecaptcha-badge,
.search-full-tyre-by-sizeUL-drawer libody > div > div.grecaptcha-badge{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-contentbody > div > div.grecaptcha-badge) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not(body > div > div.grecaptcha-badge)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(body > div > div.grecaptcha-badge))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-contentbody > div > div.grecaptcha-badge) {
  display: none;
}

.search-full-tyre-by-sizeUL libody > div > div.grecaptcha-badge{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not(body > div > div.grecaptcha-badge)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(body > div > div.grecaptcha-badge))) {
  display: none;
}

body > div > div.grecaptcha-badge{
  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;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .order-links p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.order-links li{
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.border-slate-300.pt-4 .text-green-500.space-x-4.order-date {
  font-size: 12px;
  position: relative;
  top: -5px;
}

form .field, fieldset .field{
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved{
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type{
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.border-slate-300.pt-4 form.text-green-500.space-x-4 .field.field-reserved ul,.border-slate-300.pt-4  fieldset.text-green-500.space-x-4 .field.field-reserved ul {
  font-size: 12px;
  position: relative;
  top: -5px;
}

form label, fieldset label{
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

form .field.choice, fieldset .field.choice{
  display: flex;
  align-items: center;
}

form .field.choice input, fieldset .field.choice input{
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label{
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  max-width: fit-content;
}

form legend, fieldset 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, fieldset legend + br{
  display: none;
}

.search-full-tyre-by-sizeUL liform legend + br,
.search-full-tyre-by-sizeUL-drawer liform legend + br,.search-full-tyre-by-sizeUL li fieldset legend + br,
.search-full-tyre-by-sizeUL-drawer li fieldset legend + br{
  display: none;
}

.page-products .sidebar.sidebar-main > .relative:has(.block-filter-contentform legend + br),.page-products .sidebar.sidebar-main > .relative:has(.block-filter-content fieldset legend + br) {
  min-height: 0;
}

.filter-box-custom-hide:has(.filter-options-item:not(form legend + br)),.filter-box-custom-hide:has(.filter-options-item:not( fieldset legend + br)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(form legend + br))),.filter-box-custom-hide:not(:has(.filter-options-item:not( fieldset legend + br))) {
  display: none;
}

.filter-box-custom-hide:has(.block-filter-contentform legend + br),.filter-box-custom-hide:has(.block-filter-content fieldset legend + br) {
  display: none;
}

.search-full-tyre-by-sizeUL liform legend + br,.search-full-tyre-by-sizeUL li fieldset legend + br{
  display: none;
}

.filter-box-custom-hide:has(.filter-options-item:not(form legend + br)),.filter-box-custom-hide:has(.filter-options-item:not( fieldset legend + br)) {
  display: block;
}

.filter-box-custom-hide:not(:has(.filter-options-item:not(form legend + br))),.filter-box-custom-hide:not(:has(.filter-options-item:not( fieldset legend + br))) {
  display: none;
}

fieldset ~ fieldset{
  margin-top: 2rem;
}

.field.required > label::after{
  position: relative;
  top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  content: var(--tw-content);
  --tw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v12M17.196 9 6.804 15M6.804 9l10.392 6'/%3E%3C/svg%3E");
  --tw-icon-size: 1em;
  display: inline-block;
  width: var(--tw-icon-size);
  height: var(--tw-icon-size);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: var(--tw-icon);
          mask-image: var(--tw-icon);
}

/* For backwards compatibility */

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

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

@theme {
  --color-*: initial;

  --color-blue: #0057A0;

  --color-yellow: #FFC300;

  --color-white: #fff;

  --color-black: #000000;

  --color-dark: #222222;

  --color-light: #DBDBDB;
}

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
  display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
  display: none;
}

[wire\:offline] {
  display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: livewireautofill;
}

@keyframes livewireautofill {
  from {
  }
}

#livewire-error iframe {
  background-color: rgb(255 255 255) !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

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

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

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

:where(#hyva-checkout-main) .form-input,
    :where(#hyva-checkout-main) .form-email,
    :where(#hyva-checkout-main) .form-select,
    :where(#hyva-checkout-main) .form-multiselect,
    :where(#hyva-checkout-main) .form-textarea {
  color: #334155;
  border-color: #cbd5e1;
}

:where(#hyva-checkout-main) .form-checkbox,
    :where(#hyva-checkout-main) .form-radio{
  height: 1.25rem;
  width: 1.25rem;
  flex: none;
  cursor: pointer;
}

:where(#hyva-checkout-main) .form-checkbox:disabled,
    :where(#hyva-checkout-main) .form-radio:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

:where(#hyva-checkout-main) .form-checkbox{
  border-radius: 0.25rem;
}

.input-group{
  position: relative;
  display: flex;
  gap: 0px;
  border-radius: 0.375rem;
  --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);
  border-color: #cbd5e1;
}

.page-products .sidebar.sidebar-main > .input-group{
  min-height: 101px;
}

.page-products .sidebar.sidebar-main > .input-group:has(.block-filter-content.hidden) {
  min-height: 0;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > .input-group {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > .input-group {
    min-height: auto;
  }
}

.page-products .sidebar.sidebar-main > .input-group{
  min-height: 101px;
}

@media screen and (max-width: 1600px) {
  .page-products .sidebar.sidebar-main > .input-group {
    min-height: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .page-products .sidebar.sidebar-main > .input-group {
    min-height: auto;
  }
}

.related-product-slider .swiper-slide .product-bottom .input-group.bottom-0.right-0 {
  right: -12px;
  position: relative;
  width: calc(100% + 24px);
  bottom: -9px;
}

.input-group:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 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(30 64 175 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.input-group > :not(:first-child){
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > :not(:last-child){
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:last-child):not(button):not(.btn){
  border-right-width: 0px;
}

/* From here on these styles are Checkout specific */

:where(#hyva-checkout-main) .input-group :where(.form-input-addon){
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  border-color: inherit;
}

:where(#hyva-checkout-main) .input-group :where(.form-input-addon):first-child{
  border-right-width: 0px;
  padding-left: 0.75rem;
}

:where(#hyva-checkout-main) .input-group :where(.form-input-addon):last-child{
  border-left-width: 0px;
  padding-right: 0.75rem;
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ){
  --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);
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ):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);
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ) {
  border-color: inherit;
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ):not(:first-child){
  padding-left: 0.5rem;
}

:where(#hyva-checkout-main) .input-group
        > :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ):not(:last-child){
  padding-right: 0.5rem;
}

:where(#hyva-checkout-main) .input-group
        > :where(.form-input-addon)
        + :where(
            input:not([type="radio"]):not([type="checkbox"]):not([type="range"]),
            select,
            textarea
        ){
  border-left-width: 0px;
}

:where(.step-layout-3columns) .btn-place-order{
  width: 100%;
}

.brand-description .text-content :where(.step-layout-3columns) .btn-place-order.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

.checkout-nav{
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
}

.checkout-nav .checkout-nav-main,
    .checkout-nav .checkout-nav-secondary{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .area-main .checkout-nav{
    flex-direction: row;
  }

  .area-main .checkout-nav .checkout-nav-main,
    .area-main .checkout-nav .checkout-nav-secondary{
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
  }

  .area-main .checkout-nav .checkout-nav-main{
    justify-content: space-between;
  }

  .area-main .checkout-nav .checkout-nav-main > button:only-child{
    margin-left: auto;
  }
}

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

.checkout-summary{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.checkout-summary .checkout-nav .btn{
  width: 100%;
}

.brand-description .text-content .checkout-summary .checkout-nav .btn.mx-auto.text-center {
  font-weight: 500;
  margin: .6rem auto 0;
  font-size: 16px;
}

:where(#hyva-checkout-main) .breadcrumbs .item{
  display: inline-flex;
  align-items: center;
}

:where(#hyva-checkout-main) .breadcrumbs .item.active > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

:where(#hyva-checkout-main) .breadcrumbs .item.active{
  font-weight: 700;
}

:where(#hyva-checkout-main) .breadcrumbs .item.locked{
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

:where(#hyva-checkout-main) .breadcrumbs .item.completed{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

:where(#hyva-checkout-main) [x-cloak] {
  display: none !important;
}

.checkout-default:where(:has(#hyva-checkout-main)) .columns,
    .checkout-default:where(:has(#hyva-checkout-main)) .page.messages .messages{
  max-width: 1024px;
}

/**
 * ! Not intended for use in the HTML
 * This only intended to add support for TailwindCSS v3 colors to TailwindCSS v2
 */

/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

#popup_test {
  color: #333333;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 0.8rem;
}

#popup_test  .block-content > .actions-toolbar {
  display: block;
}

#popup_test  .actions-toolbar {
  border-top-width: 0;
  --tw-border-opacity: 0;
  border-color: unset;
  padding-top: 0;
  justify-content: flex-start;
  flex-direction: row;
}

#popup_test  .fieldset > .field > .label, .fieldset > .fields > .field > .label {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}

#popup_test  .action.primary, .action-primary {
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 0px 15px;
  font-size: 0.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}

#popup_test  .fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 0.6rem;
  margin: 0 0 0 5px;
}

#popup_test  .remind, .action.create, .back{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

#popup_test  .remind:hover, .back:hover, .action.create:hover{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

#popup_test  .remind:active, .back:active, .action.create:active {
  color: #ff5501 !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

#popup_test  .messages {
  color: #e02b27;
  font-size: 0.8rem;
}

#popup_test  .control {
  margin-bottom: 10px;
}

#popup_test  h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.6rem;
}

#popup_test .messages li {
  margin-bottom: 20px;
  margin-top: 7px;
}

#popup_test .primary button:focus {
  --tw-ring-shadow: 0 0 #000 ;
}

#popup_test input[type="text"],
#popup_test input[type="password"],
#popup_test input[type="url"],
#popup_test input[type="tel"],
#popup_test input[type="search"],
#popup_test input[type="number"],
#popup_test input[type*="date"],
#popup_test input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  min-height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

#popup_test fieldset .field.field-reserved, form .field.field-reserved {
  margin-bottom: 0;
}

#popup_test button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 0px 15px;
  font-size: 0.8rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}

#popup_test .captcha-img {
  margin: 0 10px 10px 0;
}

#popup_test  .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-style: normal;
  font-size: 28px;
}

#popup_test button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  z-index: 1046;
  box-shadow: none;
}

#social-login-popup .mfp-close {
  color: #ffffff;
  padding-top: 15px;
}

#socia l-login-popup  .mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.actions-toolbar.social-btn {
  border-top: 0px !important;
}

.main .social-login-authentication-channel .block-content .social-btn {
  margin-left: 15px;
}

.social-btn .btn-social {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px 6px 44px;
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
  padding-left: 61px
}

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social.btn-sm {
  padding-left: 38px
}

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social.btn-xs {
  padding-left: 30px
}

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
  padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social-icon.btn-sm {
  padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social-icon.btn-xs {
  padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff
}

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff
}

.btn-disqus {
  color: #fff;
  background-color: #2E9FFF;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
  background: url("../../../../../frontend/Kleverup/automotive-en/ar_SA/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
  content: "";
}

.btn-mailru {
  color: #fff;
  background-color: #005FF9;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
  color: #fff;
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
  color: #fff;
  background-color: #004ecc;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
  color: #fff;
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
  color: #fff;
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
  background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
  color: #0370c4;
  background-color: #fff
}

.btn-mailru .fa-mailru {
  background: url("../../../../../frontend/Kleverup/automotive-en/ar_SA/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
  content: "";
}

.btn-steam {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
  background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
  color: #444;
  background-color: #fff
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
  color: #444;
  background-color: #fff
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff
}

.btn-google .fa-google {
  background: url("../../../../../frontend/Kleverup/automotive-en/ar_SA/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
  content: ""
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff
}

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000
}

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff
}

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff
}

.btn-amazon {
  color: #fff;
  background-color: #ff9900;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
  background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
  background-color: #ff9900;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
  color: #ff9900;
  background-color: #fff
}

.mfp-wrap {
  overflow: scroll;
}

.btn-live {
  color: #fff;
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
  color: #fff;
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
  color: #fff;
  background-color: #30548e;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
  color: #fff;
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
  color: #fff;
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
  background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
  background-color: #0370c4;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
  color: #0370c4;
  background-color: #fff
}

.btn-live .fa-live {
  background: url("../../../../../frontend/Kleverup/automotive-en/ar_SA/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
  content: ""
}

#bnt-social-login-authentication {
  margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.form-customer-login .g-recaptcha {
  margin: unset !important;
}

@media only screen and (min-width: 768px) {
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: unset !important;
  }
}

@media only screen and (max-width: 767px) {
  .modal-popup.request-popup.modal-slide {
    left: 0;
    z-index: 900;
  }
}

@media only screen and (max-width: 766px) {
  .secondary {
    width: 93%;
    padding-top: 0;
    margin-top: 0;
  }

  #bnt-social-login-authentication {
    margin-bottom: 0;
  }

  .forgot-pass-title {
    width: 80%;
    font-size: 1.45em;
  }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
  display: block !important
}

.btn-zalo .fa-zalo {
  background: url(../../../../../frontend/Kleverup/automotive-en/ar_SA/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
  color: #fff;
  background-color: #1468ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
  color: #fff;
  background-color: #0358f0;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
  color: #fff;
  background-color: #0358f0;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
  color: #fff;
  background-color: #0358f0;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
  color: #fff;
  background-color: #0358f0;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
  background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
  color: #ff0084;
  background-color: #fff
}

.account-social-login .actions-toolbar.social-btn {
  width: 215px;
}

.social-btn-actions-toolbar {
  display: inline-block;
}

.marker\:text-theme-blue *::marker{
  color: rgb(0 132 61 );
}

.marker\:text-theme-blue::marker{
  color: rgb(0 132 61 );
}

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

.before\:-top-\[0\.875rem\]::before{
  content: var(--tw-content);
  top: -0.875rem;
}

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

.before\:z-0::before{
  content: var(--tw-content);
  z-index: 0;
}

.before\:h-3::before{
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-3::before{
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

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

.before\:bg-\[radial-gradient\(circle_at_1px_1px\2c white_1px\2c transparent_0\)\]::before{
  content: var(--tw-content);
  background-image: radial-gradient(circle at 1px 1px,white 1px,transparent 0);
}

.before\:opacity-10::before{
  content: var(--tw-content);
  opacity: 0.1;
}

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

.before\:\[background-size\:14px_14px\]::before{
  content: var(--tw-content);
  background-size: 14px 14px;
}

.before\:\[background-size\:28px_28px\]::before{
  content: var(--tw-content);
  background-size: 28px 28px;
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

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

.first\:\[--line-before\:\#0000\]:first-child{
  --line-before: #0000;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

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

.last\:mb-\[0rem\]:last-child{
  margin-bottom: 0rem;
}

.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\:border-none:last-child{
  border-style: none;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.last\:\[--line-after\:\#0000\]:last-child{
  --line-after: #0000;
}

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

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

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

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

.hover\:border-\[\#00843D\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.hover\:border-theme-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.hover\:border-theme-blue\/60:hover{
  border-color: rgb(0 132 61 / 0.6);
}

.hover\:border-theme-yellow\/50:hover{
  border-color: rgb(255 195 0 / 0.5);
}

.hover\:border-b-theme-blue:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.hover\:border-l-theme-blue\/40:hover{
  border-left-color: rgb(0 132 61 / 0.4);
}

.hover\:\!bg-theme-dark:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#006b32\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 50 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00843D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1da851\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 168 81 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#3ff5cc\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 245 204 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-black\/50:hover{
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 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-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover{
  background-color: rgb(29 78 216 / 0.1);
}

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

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-theme-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-theme-blue\/5:hover{
  background-color: rgb(0 132 61 / 0.05);
}

.hover\:bg-theme-blue\/90:hover{
  background-color: rgb(0 132 61 / 0.9);
}

.hover\:bg-theme-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

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

.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:text-\[\#00843D\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#232323\]:hover{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 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-900:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-600:hover{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / 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-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 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-theme-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

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

.hover\:text-theme-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(255 195 0 / 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\:opacity-70:hover{
  opacity: 0.7;
}

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

.hover\:shadow-2xl:hover{
  --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);
}

.hover\:shadow-\[0_8px_32px_rgba\(0\2c 0\2c 0\2c 0\.18\)\]:hover{
  --tw-shadow: 0 8px 32px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 8px 32px 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\:shadow-lg:hover{
  --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);
}

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

.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\:shadow-xl:hover{
  --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);
}

.hover\:shadow-green-700\/30:hover{
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:ring-theme-blue:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 132 61 / var(--tw-ring-opacity, 1));
}

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

.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-\[\#00843D\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / 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-theme-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / 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\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.focus\:shadow-lg:focus{
  --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);
}

.focus\:shadow-none:focus{
  --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);
}

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

.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-1: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(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\:ring-2: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(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);
}

.focus\:ring-\[\#00843D\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 132 61 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#00843D\]\/20:focus{
  --tw-ring-color: rgb(0 132 61 / 0.2);
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / 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-theme-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 132 61 / var(--tw-ring-opacity, 1));
}

.focus\:ring-theme-blue\/20:focus{
  --tw-ring-color: rgb(0 132 61 / 0.2);
}

.focus\:ring-theme-blue\/30:focus{
  --tw-ring-color: rgb(0 132 61 / 0.3);
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.active\:scale-\[0\.98\]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.active\:bg-\[\#005528\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 40 / var(--tw-bg-opacity, 1));
}

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

.active\:bg-blue-700:active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-theme-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / 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\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.active\:shadow-lg:active{
  --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);
}

.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\:pointer-events-none:disabled{
  pointer-events: none;
}

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

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.disabled\:opacity-35:disabled{
  opacity: 0.35;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

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

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

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

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

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

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

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

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

.group:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-theme-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-theme-blue\/40{
  border-color: rgb(0 132 61 / 0.4);
}

.group:hover .group-hover\:border-theme-blue\/50{
  border-color: rgb(0 132 61 / 0.5);
}

.group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

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

.group:hover .group-hover\:bg-\[\#ffc300\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 0 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:bg-theme-blue\/10{
  background-color: rgb(0 132 61 / 0.1);
}

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

.group:hover .group-hover\:bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.group:hover .group-hover\:from-theme-blue{
  --tw-gradient-from: #00843D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 132 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-\[\#5E7F65\]{
  --tw-gradient-to: #5E7F65 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:bg-\[length\:100\%_2px\]{
  background-size: 100% 2px;
}

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

.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

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

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

.group:hover .group-hover\:shadow-\[0_4px_20px_rgba\(0\2c 132\2c 61\2c 0\.12\)\]{
  --tw-shadow: 0 4px 20px rgba(0,132,61,0.12);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-\[0_4px_20px_rgba\(94\2c 127\2c 101\2c 0\.45\)\]{
  --tw-shadow: 0 4px 20px rgba(94,127,101,0.45);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:ring-theme-blue\/20{
  --tw-ring-color: rgb(0 132 61 / 0.2);
}

.group:disabled .group-disabled\:invisible{
  visibility: hidden;
}

.group:disabled .group-disabled\:flex{
  display: flex;
}

.group.active .group-\[\.active\]\:bg-theme-blue\/10{
  background-color: rgb(0 132 61 / 0.1);
}

.has-\[\:focus-visible\]\:outline-2:has(:focus-visible){
  outline-width: 2px;
}

.aria-\[current\=page\]\:bg-theme-blue[aria-current="page"]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.aria-\[current\=page\]\:font-medium[aria-current="page"]{
  font-weight: 500;
}

.aria-\[current\=step\]\:font-bold[aria-current="step"]{
  font-weight: 700;
}

.aria-\[current\=page\]\:text-theme-blue[aria-current="page"]{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.aria-\[current\=page\]\:text-white[aria-current="page"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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-\[expanded\=true\]\:mb-3[data-expanded="true"]{
  margin-bottom: 0.75rem;
}

.data-\[expanded\=true\]\:h-auto[data-expanded="true"]{
  height: auto;
}

.data-\[active\]\:border-primary[data-active]{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.data-\[active\]\:text-theme-blue[data-active]{
  --tw-text-opacity: 1;
  color: rgb(0 132 61 / var(--tw-text-opacity, 1));
}

.data-\[expanded\=true\]\:mask-none[data-expanded="true"] {
  -webkit-mask-image: none;
  mask-image: none;
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:duration-0{
    transition-duration: 0s;
  }
}

@media not all and (min-width: 768px){
  .max-md\:w-auto{
    width: auto;
  }
}

@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\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

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

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

  .sm\:max-h-5{
    max-height: 1.25rem;
  }

  .sm\:max-h-7{
    max-height: 1.75rem;
  }

  .sm\:min-h-10{
    min-height: 2.5rem;
  }

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

  .sm\:w-14{
    width: 3.5rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

  .sm\:w-9{
    width: 2.25rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-\[2\.25rem\]{
    width: 2.25rem;
  }

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

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

  .sm\:w-auto{
    width: auto;
  }

  .sm\:min-w-\[5\.625rem\]{
    min-width: 5.625rem;
  }

  .sm\:max-w-\[1\.438rem\]{
    max-width: 1.438rem;
  }

  .sm\:max-w-\[1\.738rem\]{
    max-width: 1.738rem;
  }

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

  .sm\:flex-none{
    flex: none;
  }

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

  .sm\:basis-1\/3{
    flex-basis: 33.333333%;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

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

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

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

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, 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-end{
    justify-content: flex-end;
  }

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

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

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

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

  .sm\:overflow-visible{
    overflow: visible;
  }

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

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

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

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

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

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

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

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

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

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

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

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

  .sm\:text-\[0\.8125rem\]{
    font-size: 0.8125rem;
  }

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

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em;
  }

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

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

@media (min-width: 768px){
  .md\: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;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:static{
    position: static;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:bottom-5{
    bottom: 1.25rem;
  }

  .md\:bottom-\[11rem\]{
    bottom: 11rem;
  }

  .md\:bottom-\[12\.350rem\]{
    bottom: 12.350rem;
  }

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

  .md\:bottom-\[8rem\]{
    bottom: 8rem;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:left-4{
    left: 1rem;
  }

  .md\:left-5{
    left: 1.25rem;
  }

  .md\:left-\[16\%\]{
    left: 16%;
  }

  .md\:left-\[29\.5\%\]{
    left: 29.5%;
  }

  .md\:left-\[33\.5\%\]{
    left: 33.5%;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:right-4{
    right: 1rem;
  }

  .md\:right-5{
    right: 1.25rem;
  }

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

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

  .md\:right-auto{
    right: auto;
  }

  .md\:top-4{
    top: 1rem;
  }

  .md\:top-\[15\%\]{
    top: 15%;
  }

  .md\:top-\[17\.5\%\]{
    top: 17.5%;
  }

  .md\:top-\[24\%\]{
    top: 24%;
  }

  .md\:top-\[27\%\]{
    top: 27%;
  }

  .md\:top-\[36\%\]{
    top: 36%;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

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

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

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

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

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .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\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

  .md\:my-\[2\.8rem\]{
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }

  .md\:my-\[3\.2rem\]{
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

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

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

  .md\:-mt-\[2\.625rem\]{
    margin-top: -2.625rem;
  }

  .md\:-mt-\[4\.375rem\]{
    margin-top: -4.375rem;
  }

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

  .md\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:me-0{
    margin-inline-end: 0px;
  }

  .md\:me-1{
    margin-inline-end: 0.25rem;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mr-\[0\.6rem\]{
    margin-right: 0.6rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-9{
    margin-top: 2.25rem;
  }

  .md\:mt-\[0\.125rem\]{
    margin-top: 0.125rem;
  }

  .md\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-11{
    height: 2.75rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-44{
    height: 11rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-7{
    height: 1.75rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-9{
    height: 2.25rem;
  }

  .md\:h-\[1\.250rem\]{
    height: 1.250rem;
  }

  .md\:h-\[1\.5rem\]{
    height: 1.5rem;
  }

  .md\:h-\[1\.625rem\]{
    height: 1.625rem;
  }

  .md\:h-\[11rem\]{
    height: 11rem;
  }

  .md\:h-\[18\.75rem\]{
    height: 18.75rem;
  }

  .md\:h-\[2\.5rem\]{
    height: 2.5rem;
  }

  .md\:h-\[2\.938rem\]{
    height: 2.938rem;
  }

  .md\:h-\[20rem\]{
    height: 20rem;
  }

  .md\:h-\[24rem\]{
    height: 24rem;
  }

  .md\:h-\[3\.125rem\]{
    height: 3.125rem;
  }

  .md\:h-\[3\.438rem\]{
    height: 3.438rem;
  }

  .md\:h-\[35rem\]{
    height: 35rem;
  }

  .md\:h-\[4\.812rem\]{
    height: 4.812rem;
  }

  .md\:h-\[5\.312rem\]{
    height: 5.312rem;
  }

  .md\:h-\[5\.375rem\]{
    height: 5.375rem;
  }

  .md\:h-\[5\.688rem\]{
    height: 5.688rem;
  }

  .md\:h-\[7rem\]{
    height: 7rem;
  }

  .md\:h-\[8\.188rem\]{
    height: 8.188rem;
  }

  .md\:h-\[80vh\]{
    height: 80vh;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:max-h-\[13\.75rem\]{
    max-height: 13.75rem;
  }

  .md\:max-h-\[1rem\]{
    max-height: 1rem;
  }

  .md\:max-h-\[2\.125rem\]{
    max-height: 2.125rem;
  }

  .md\:max-h-\[21\.25rem\]{
    max-height: 21.25rem;
  }

  .md\:max-h-\[3\.125rem\]{
    max-height: 3.125rem;
  }

  .md\:max-h-\[75vh\]{
    max-height: 75vh;
  }

  .md\:max-h-\[80vh\]{
    max-height: 80vh;
  }

  .md\:max-h-\[calc\(100vh-25rem\)\]{
    max-height: calc(100vh - 25rem);
  }

  .md\:min-h-\[18\.75rem\]{
    min-height: 18.75rem;
  }

  .md\:min-h-\[2\.062rem\]{
    min-height: 2.062rem;
  }

  .md\:min-h-\[2\.75rem\]{
    min-height: 2.75rem;
  }

  .md\:min-h-\[2\.875rem\]{
    min-height: 2.875rem;
  }

  .md\:min-h-\[23\.12rem\]{
    min-height: 23.12rem;
  }

  .md\:min-h-\[3\.125rem\]{
    min-height: 3.125rem;
  }

  .md\:min-h-\[3\.875rem\]{
    min-height: 3.875rem;
  }

  .md\:min-h-\[31\.25rem\]{
    min-height: 31.25rem;
  }

  .md\:min-h-\[33\.750rem\]{
    min-height: 33.750rem;
  }

  .md\:min-h-\[60vh\]{
    min-height: 60vh;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-11{
    width: 2.75rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-44{
    width: 11rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-7{
    width: 1.75rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

  .md\:w-\[0\.813rem\]{
    width: 0.813rem;
  }

  .md\:w-\[10\.38rem\]{
    width: 10.38rem;
  }

  .md\:w-\[10rem\]{
    width: 10rem;
  }

  .md\:w-\[11\.875rem\]{
    width: 11.875rem;
  }

  .md\:w-\[14rem\]{
    width: 14rem;
  }

  .md\:w-\[16rem\]{
    width: 16rem;
  }

  .md\:w-\[23\%\]{
    width: 23%;
  }

  .md\:w-\[24rem\]{
    width: 24rem;
  }

  .md\:w-\[3\.438rem\]{
    width: 3.438rem;
  }

  .md\:w-\[33\.33\%\]{
    width: 33.33%;
  }

  .md\:w-\[41\.88rem\]{
    width: 41.88rem;
  }

  .md\:w-\[50vw\]{
    width: 50vw;
  }

  .md\:w-\[5rem\]{
    width: 5rem;
  }

  .md\:w-\[6\.25rem\]{
    width: 6.25rem;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

  .md\:w-\[640px\]{
    width: 640px;
  }

  .md\:w-\[8\.438rem\]{
    width: 8.438rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-max{
    width: max-content;
  }

  .md\:min-w-12{
    min-width: 3rem;
  }

  .md\:min-w-\[1\.2rem\]{
    min-width: 1.2rem;
  }

  .md\:min-w-\[5rem\]{
    min-width: 5rem;
  }

  .md\:min-w-\[6\.875rem\]{
    min-width: 6.875rem;
  }

  .md\:min-w-\[7\.25rem\]{
    min-width: 7.25rem;
  }

  .md\:max-w-\[11\.25rem\]{
    max-width: 11.25rem;
  }

  .md\:max-w-\[13rem\]{
    max-width: 13rem;
  }

  .md\:max-w-\[5\.5rem\]{
    max-width: 5.5rem;
  }

  .md\:max-w-\[5\.625rem\]{
    max-width: 5.625rem;
  }

  .md\:max-w-\[6\.25rem\]{
    max-width: 6.25rem;
  }

  .md\:max-w-\[6\.5rem\]{
    max-width: 6.5rem;
  }

  .md\:max-w-\[7\.5rem\]{
    max-width: 7.5rem;
  }

  .md\:max-w-\[8\.5rem\]{
    max-width: 8.5rem;
  }

  .md\:max-w-\[8\.75rem\]{
    max-width: 8.75rem;
  }

  .md\:max-w-\[9\.375rem\]{
    max-width: 9.375rem;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:shrink-0{
    flex-shrink: 0;
  }

  .md\:basis-1\/5{
    flex-basis: 20%;
  }

  .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\: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-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, 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-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .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\:justify-around{
    justify-content: space-around;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-1\.5{
    gap: 0.375rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[1\.45rem\]{
    gap: 1.45rem;
  }

  .md\:gap-x-2{
    column-gap: 0.5rem;
  }

  .md\:gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .md\:gap-x-6{
    column-gap: 1.5rem;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  .md\: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)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\: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));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-tl-\[0\.625rem\]{
    border-top-left-radius: 0.625rem;
  }

  .md\:rounded-tl-\[0rem\]{
    border-top-left-radius: 0rem;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .md\:rounded-tr-\[0\.625rem\]{
    border-top-right-radius: 0.625rem;
  }

  .md\:rounded-tr-\[0rem\]{
    border-top-right-radius: 0rem;
  }

  .md\:rounded-tr-\[1\.25rem\]{
    border-top-right-radius: 1.25rem;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-b-\[0\.375rem\]{
    border-bottom-width: 0.375rem;
  }

  .md\:border-b-\[0rem\]{
    border-bottom-width: 0rem;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:border-l-0{
    border-left-width: 0px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:bg-\[\#f5f5f5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:bg-\[position\:center_right\]{
    background-position: center right;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:object-contain{
    object-fit: contain;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-1\.5{
    padding: 0.375rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-2\.5{
    padding: 0.625rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-\[1\.7rem\]{
    padding: 1.7rem;
  }

  .md\:p-\[1rem\]{
    padding: 1rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:pb-\[2rem\]{
    padding-bottom: 2rem;
  }

  .md\:pb-\[31\.5\%\]{
    padding-bottom: 31.5%;
  }

  .md\:pb-\[7\.5rem\]{
    padding-bottom: 7.5rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-\[2rem\]{
    padding-top: 2rem;
  }

  .md\:pt-\[3\.5rem\]{
    padding-top: 3.5rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-start{
    text-align: start;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[0\.625rem\]{
    font-size: 0.625rem;
  }

  .md\:text-\[0\.6875rem\]{
    font-size: 0.6875rem;
  }

  .md\:text-\[0\.688rem\]{
    font-size: 0.688rem;
  }

  .md\:text-\[0\.750rem\]{
    font-size: 0.750rem;
  }

  .md\:text-\[0\.775rem\]{
    font-size: 0.775rem;
  }

  .md\:text-\[0\.7rem\]{
    font-size: 0.7rem;
  }

  .md\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }

  .md\:text-\[0\.938rem\]{
    font-size: 0.938rem;
  }

  .md\:text-\[0\.95rem\]{
    font-size: 0.95rem;
  }

  .md\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .md\:text-\[1\.12rem\]{
    font-size: 1.12rem;
  }

  .md\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }

  .md\:text-\[1\.2rem\]{
    font-size: 1.2rem;
  }

  .md\:text-\[1\.35rem\]{
    font-size: 1.35rem;
  }

  .md\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }

  .md\:text-\[1\.4rem\]{
    font-size: 1.4rem;
  }

  .md\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }

  .md\:text-\[1\.65rem\]{
    font-size: 1.65rem;
  }

  .md\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }

  .md\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }

  .md\:text-\[1\.8rem\]{
    font-size: 1.8rem;
  }

  .md\:text-\[10rem\]{
    font-size: 10rem;
  }

  .md\:text-\[1rem\]{
    font-size: 1rem;
  }

  .md\:text-\[2rem\]{
    font-size: 2rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .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\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:tracking-\[0\.15em\]{
    letter-spacing: 0.15em;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:\[--snap-cols\:2\]{
    --snap-cols: 2;
  }

  .md\:\[text-align\:inherit\]{
    text-align: inherit;
  }

  .md\:before\:\[background-size\:28px_28px\]::before{
    content: var(--tw-content);
    background-size: 28px 28px;
  }
}

@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\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\]{
    left: var(--msrp-inline-offset);
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:top-5{
    top: 1.25rem;
  }

  .lg\:top-6{
    top: 1.5rem;
  }

  .lg\:top-\[8\.75rem\]{
    top: 8.75rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\]{
    top: var(--msrp-block-offset);
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-\[0\.125rem\]{
    margin-top: 0.125rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-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-auto{
    height: auto !important;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-36{
    height: 9rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-\[21\.25rem\]{
    height: 21.25rem;
  }

  .lg\:h-\[22\.5rem\]{
    height: 22.5rem;
  }

  .lg\:h-\[25rem\]{
    height: 25rem;
  }

  .lg\:h-\[3\.125rem\]{
    height: 3.125rem;
  }

  .lg\:h-\[4\.75rem\]{
    height: 4.75rem;
  }

  .lg\:h-\[5\.625rem\]{
    height: 5.625rem;
  }

  .lg\:h-\[5\.688rem\]{
    height: 5.688rem;
  }

  .lg\:h-\[64px\]{
    height: 64px;
  }

  .lg\:h-\[8\.188rem\]{
    height: 8.188rem;
  }

  .lg\:h-\[89vh\]{
    height: 89vh;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[10\.25rem\]{
    max-height: 10.25rem;
  }

  .lg\:max-h-\[22\.65rem\]{
    max-height: 22.65rem;
  }

  .lg\:max-h-\[3\.438rem\]{
    max-height: 3.438rem;
  }

  .lg\:max-h-\[89vh\]{
    max-height: 89vh;
  }

  .lg\:max-h-\[calc\(100vh-21\.563rem\)\]{
    max-height: calc(100vh - 21.563rem);
  }

  .lg\:min-h-11{
    min-height: 2.75rem;
  }

  .lg\:min-h-\[25rem\]{
    min-height: 25rem;
  }

  .lg\:min-h-\[40\.62rem\]{
    min-height: 40.62rem;
  }

  .lg\:min-h-\[5\.875rem\]{
    min-height: 5.875rem;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-9{
    width: 2.25rem;
  }

  .lg\:w-\[20\%\]{
    width: 20%;
  }

  .lg\:w-\[25\%\]{
    width: 25%;
  }

  .lg\:w-\[30\%\]{
    width: 30%;
  }

  .lg\:w-\[31\.250rem\]{
    width: 31.250rem;
  }

  .lg\:w-\[36\%\]{
    width: 36%;
  }

  .lg\:w-\[40\%\]{
    width: 40%;
  }

  .lg\:w-\[5\.625rem\]{
    width: 5.625rem;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[70\%\]{
    width: 70%;
  }

  .lg\:w-\[72\%\]{
    width: 72%;
  }

  .lg\:w-\[8\.438rem\]{
    width: 8.438rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-max{
    width: max-content;
  }

  .lg\:min-w-\[1\.2rem\]{
    min-width: 1.2rem;
  }

  .lg\:max-w-\[28\.12rem\]{
    max-width: 28.12rem;
  }

  .lg\:max-w-\[5\.75rem\]{
    max-width: 5.75rem;
  }

  .lg\:max-w-\[8\.75rem\]{
    max-width: 8.75rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .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-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .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-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_minmax\(300px\2c _420px\)_1fr\]{
    grid-template-columns: 1fr minmax(300px, 420px) 1fr;
  }

  .lg\:grid-cols-\[minmax\(0px\2c 1fr\)_26rem\]{
    grid-template-columns: minmax(0px,1fr) 26rem;
  }

  .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\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-x-1{
    column-gap: 0.25rem;
  }

  .lg\:gap-x-10{
    column-gap: 2.5rem;
  }

  .lg\:gap-y-16{
    row-gap: 4rem;
  }

  .lg\: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)));
  }

  .lg\: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));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-\[1rem\]{
    padding: 1rem;
  }

  .lg\:p-\[2\.2rem\]{
    padding: 2.2rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[2\.375rem\]{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }

  .lg\:text-\[1\.2rem\]{
    font-size: 1.2rem;
  }

  .lg\:text-\[1\.35rem\]{
    font-size: 1.35rem;
  }

  .lg\:text-\[1\.45rem\]{
    font-size: 1.45rem;
  }

  .lg\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }

  .lg\:text-\[1\.8rem\]{
    font-size: 1.8rem;
  }

  .lg\:text-\[13rem\]{
    font-size: 13rem;
  }

  .lg\:text-\[1rem\]{
    font-size: 1rem;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:text-\[1\.5\]{
    color: 1.5;
  }

  .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\:absolute{
    position: absolute;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:ml-\[4rem\]{
    margin-left: 4rem;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mt-\[1\.25rem\]{
    margin-top: 1.25rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-\[20rem\]{
    height: 20rem;
  }

  .xl\:h-\[25rem\]{
    height: 25rem;
  }

  .xl\:h-\[7\.75rem\]{
    height: 7.75rem;
  }

  .xl\:max-h-\[3\.75rem\]{
    max-height: 3.75rem;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-96{
    width: 24rem;
  }

  .xl\:w-\[14\.25rem\]{
    width: 14.25rem;
  }

  .xl\:w-\[14\.28\%\]{
    width: 14.28%;
  }

  .xl\:w-\[44\%\]{
    width: 44%;
  }

  .xl\:w-\[50\%\]{
    width: 50%;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:min-w-\[31\.25rem\]{
    min-width: 31.25rem;
  }

  .xl\:max-w-\[7rem\]{
    max-width: 7rem;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-x-5{
    column-gap: 1.25rem;
  }

  .xl\: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)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-\[1rem\]{
    padding: 1rem;
  }

  .xl\:p-\[2\.5rem\]{
    padding: 2.5rem;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-\[0\.875rem\]{
    font-size: 0.875rem;
  }

  .xl\:text-\[1\.4rem\]{
    font-size: 1.4rem;
  }

  .xl\:text-\[1\.8rem\]{
    font-size: 1.8rem;
  }

  .xl\:text-\[1rem\]{
    font-size: 1rem;
  }

  .xl\:text-\[2\.1rem\]{
    font-size: 2.1rem;
  }

  .xl\:text-\[6\.875rem\]{
    font-size: 6.875rem;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:\[--snap-cols\:4\]{
    --snap-cols: 4;
  }

  .xl\:\[clip-path\:polygon\(0_0\2c 100\%_0\2c 83\%_100\%\2c 0\%_100\%\)\]{
    clip-path: polygon(0 0,100% 0,83% 100%,0% 100%);
  }

  .xl\:\[clip-path\:polygon\(14\%_0\2c 100\%_0\2c 100\%_100\%\2c 0\%_100\%\)\]{
    clip-path: polygon(14% 0,100% 0,100% 100%,0% 100%);
  }

  .xl\:focus-within\:relative:focus-within{
    position: relative;
  }
}

@media (min-width: 1536px){
  .\32xl\:max-h-\[10\.25rem\]{
    max-height: 10.25rem;
  }

  .\32xl\:w-96{
    width: 24rem;
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:pr-8{
    padding-right: 2rem;
  }

  .\32xl\:text-\[2rem\]{
    font-size: 2rem;
  }

  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\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));
}

.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;
  }
}

.\[\&\.active\]\:bg-theme-blue.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:text-white.active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{
  display: none;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-theme-blue::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
}

@media (prefers-color-scheme: dark){
  .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-theme-blue::-webkit-scrollbar-thumb{
    --tw-bg-opacity: 1;
    background-color: rgb(0 132 61 / var(--tw-bg-opacity, 1));
  }
}

.\[\&\:\:-webkit-scrollbar-track\]\:rounded-full::-webkit-scrollbar-track{
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#d8e9f3\]::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(216 233 243 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-100::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

@media (prefers-color-scheme: dark){
  .dark\:\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#d8e9f3\]::-webkit-scrollbar-track{
    --tw-bg-opacity: 1;
    background-color: rgb(216 233 243 / var(--tw-bg-opacity, 1));
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{
  display: none;
}

.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{
  width: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-1\.5::-webkit-scrollbar{
  width: 0.375rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar{
  width: 0.5rem;
}

.\[\&\:not\(\.active\)\:hover\]\:border-theme-blue:not(.active):hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 132 61 / var(--tw-border-opacity, 1));
}

.\[\&\>\:not\(\.loader\)\]\:invisible>:not(.loader){
  visibility: hidden;
}

.\[\&\>iframe\]\:\!h-full>iframe{
  height: 100% !important;
}

.\[\&\>iframe\]\:\!w-full>iframe{
  width: 100% !important;
}

@media (min-width: 640px){
  .sm\:\[\&_\.label-street\.sr-only\]\:not-sr-only .label-street.sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:\[\&_\.label-street\.sr-only\]\:invisible .label-street.sr-only{
    visibility: hidden;
  }

  .sm\:\[\&_\.label-street\.sr-only\]\:mb-2 .label-street.sr-only{
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px){
  .md\:\[\&_label\.sr-only\]\:not-sr-only label.sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:\[\&_label\.sr-only\]\:invisible label.sr-only{
    visibility: hidden;
  }

  .md\:\[\&_label\.sr-only\]\:mb-2 label.sr-only{
    margin-bottom: 0.5rem;
  }
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:left-0{
  left: 0px;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:left-1{
  left: 0.25rem;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:right-auto{
  right: auto;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:flex-row-reverse{
  flex-direction: row-reverse;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:text-right{
  text-align: right;
}

html[lang='ar'] .\[html\[lang\=\'ar\'\]_\&\]\:\[transform\:rotate\(180deg\)\]{
  transform: rotate(180deg);
}
