/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Syne, Poppins;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-6 {
  right: 1.5rem;
}

.right-0 {
  right: 0px;
}

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

.bottom-3 {
  bottom: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.top-7 {
  top: 1.75rem;
}

.left-7 {
  left: 1.75rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

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

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

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

.order-last {
  order: 9999;
}

.order-first {
  order: -9999;
}

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

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

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

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

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

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

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-96 {
  height: 24rem;
}

.h-5 {
  height: 1.25rem;
}

.h-12 {
  height: 3rem;
}

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

.h-32 {
  height: 8rem;
}

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

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-44 {
  width: 11rem;
}

.w-40 {
  width: 10rem;
}

.w-24 {
  width: 6rem;
}

.w-12 {
  width: 3rem;
}

.w-60 {
  width: 15rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-auto {
  width: auto;
}

.w-36 {
  width: 9rem;
}

.w-96 {
  width: 24rem;
}

.max-w-3xl {
  max-width: 48rem;
}

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

.cursor-pointer {
  cursor: pointer;
}

.list-outside {
  list-style-position: outside;
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, 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-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-r-4 {
  border-right-width: 4px;
}

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

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

.border-r-8 {
  border-right-width: 8px;
}

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

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(237 28 36 / var(--tw-border-opacity));
}

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

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity));
}

.bg-black\/\[\.4\] {
  background-color: rgb(0 0 0 / .4);
}

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

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

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

.p-8 {
  padding: 2rem;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

.pr-8 {
  padding-right: 2rem;
}

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

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

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

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

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

.font-\[\'Poppins\'\] {
  font-family: 'Poppins';
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

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

.text-\[\#ed1c24\] {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

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

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

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-\[\#ED1C24\] {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.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 {
  --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-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-gray-500\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

html {
  scroll-behavior: smooth;
}

/* General */

a {
  transition: .2s;
}

.header .menu li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: block;
}

@media (min-width: 640px) {
  .header .menu li {
    display: inline-block;
  }
}

.header .menu li.current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  text-underline-offset: 4px;
}

.header .menu li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header .menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
}

.header .menu li:last-child a {
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header .menu li:last-child a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.footer li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.footer .menu li.current-menu-item {
  @applay text-primary underline underline-offset-4;
}

.footer #language-selector:hover {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

.footer #language-selector:hover svg {
  stroke: #ED1C24;
}

.post-item .wp-post-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination li {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: inline-block;
}

.pagination li a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

/* Mobile Menu Toggle */

#nav-menu {
  display: none;
}

#nav-menu.active {
  display: block;
}

#toggle-open-menu.active svg {
  fill: #ED1C24 !important;
}

/* Katalog Item */

.katalog-item .wp-post-image {
  width: 100%;
}

/* Contact */

.contact-form .inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-form div {
  position: relative;
}

.contact-form br, 
.contact-form .wpcf7-spinner {
  display: none;
}

.contact-form label {
  position: absolute;
  left: 1.25rem;
  top: -0.75rem;
  z-index: 10;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.contact-form textarea {
  width: 100%;
  padding: 0.5rem;
}

.contact-form input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.contact-form textarea {
  position: relative;
  margin-bottom: 1.5rem;
  height: 13rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.contact-form input[type="email"], 
.contact-form input[type="text"] {
  margin-bottom: 2.25rem;
  height: 2.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.leaflet-map {
  height: 24rem !important;
}

/* Grid Hover Homepage */

.img-effects {
  transition: all 0.3s ease-in-out;
}

.img-effects:hover {
  transform: scale(1.05);
}

/* Projekte */

.main-projekte .wp-post-image {
  height: 100%;
  width: 100%;
}

/* Posts */

#news-slider .arrow-left {
  position: absolute;
  top: 8rem;
  left: -1.5rem;
  width: 2.25rem;
  cursor: pointer;
}

#news-slider .arrow-left:hover {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

#news-slider .arrow-right {
  position: absolute;
  top: 8rem;
  right: -1.5rem;
  width: 2.25rem;
  cursor: pointer;
}

#news-slider .arrow-right:hover {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

#news-slider .wp-post-image {
  height: 16rem;
  width: 100%;
  border-width: 1px;
}

#news-slider .slide-item {
  padding: 0.75rem;
}

.main-posts .post-item {
  height: 100%;
  width: 100%;
}

.article .wp-post-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  --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);
}

.hr{
  height: 3px;
  background-color: #ED1C24;
}

.button-icon {
  position:absolute;
  bottom: 10px;
  right: 10px;
  transition: all 0.5s;
}

.icon-show {
  width: 0;
  transition: .4s all;
}

.button-icon:hover .icon-show {
  width: 30px;
  transition: .4s all;
}

.button-icon1 {
  transition: all 0.5s;
}

.icon-show1 {
  display: none;
  width: 0;
  transition: .4s all;
}

.button-icon1:hover .icon-show1 {
  display: block;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 0.5s;
}

/* Contact Form 7 Newsletter */

/* Contact */

.contact-form .inner-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form .inner-block input[type="submit"] {
  margin-left:0;
}

.contact-form .inner-block input[type="email"] {
  margin-left:0;
  outline: none;
}

/* End Contact Form 7 Newsletter */

/* Tab jQuery History History */

.tab-button.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* End Tab */

.bg-color {
  background-color: #f2f2f2;
}

/* Karakteristika Single Product */

.feature-description {
  display: none;
}

.feature-description.active {
  margin-top: 20px;
  box-shadow: 0 0px 5px 0px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
  display: block;
}

.feature-item .feature-button.active {
  background-color: #ED1C24;
  color: white;
}

.feature-item .feature-button .icon-open {
  transition: .3s all;
}

.feature-item .feature-button.active .icon-open {
  transform: rotate(90deg);
}

.width-content {
  width: 1280px;
}

@media only screen and (max-width: 540px) {
  .width-content {
    width: 100%;
  }
}

.sidebar-width {
  width: 400px;
}

#products-sidebar.active {
  right: -380px;
}

#products-sidebar {
  right: 0px;
  transition: 1s all;
}

#products-sidebar .toggle-icon-sidebar {
  transform: rotate(0deg);
}

#products-sidebar.active .toggle-icon-sidebar{
  transform: rotate(180deg);
}

@media only screen and (min-width: 576px) {
  .space-header {
    padding-bottom: 136px;
  }
}

@media only screen and (max-width: 576px) {
  #products-sidebar.active {
    right: -375px !important;
  }

  #products-sidebar {
    right: -35px !important;
  }
}

.custom-shadow {
  box-shadow: rgb(0 0 0 / 10%) -5px 0px 12px -5px, rgb(0 0 0 / 10%) 0px 0px 0px 0px;
  border: 1px solid #ED1C24;
}

.space- {
  margin-left: -50px;
}

.top-space {
  padding-top: 143px;
}

#tags-button.active, 
#filtra-button.active, 
.tag.active, 
.category.active {
  transition: .3s all;
  background-color: #ED1C24;
  color: #fff;
  border: none;
}

#tags-button.active .plus-minus, 
#filtra-button.active .plus-minus {
  transition: all 0.5s ease-out;
  display: none;
}

.category-filtra-wrapper, .tags-filtra-wrapper {
  display: none;
}

.tags-filtra-wrapper.active, .category-filtra-wrapper.active  {
  display: block;
}

#lloji-sistemit-filtra-wrapper {
  display: none;
}

#lloji-sistemit-filtra-wrapper.active {
  display: block;
}

#emri-sistemit-filtra-wrapper {
  display: none;
}

#emri-sistemit-filtra-wrapper.active {
  display: block;
}

#emri-sistemit-filtra-wrapper .category.active {
  background-color: #ED1C24;
  color: #fff;
}

.categories-container {
  display: none;
}

.categories-container.active {
  display: block;
}

/* Top Button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

.line {
  margin-top: 70px;
  margin-bottom: 30px;
  width: 100%;
  height: 4px;
  background: red;
}

/* ajax search font family */

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
  font-family: 'Syne' !important;
}

.zona-bg-color {
  background-color: #fff;
}

.zp-home img{
  width: 100% !important;
}

/* Zona Profesionale Broshura Kataloge & Materaile Promocionale Page */

.broshura-kataloge img, .materiale-promocionale img {
  width: 100% !important;
  height: auto !important;
}

/* Zona Profesionale Footer */

.footer-shadow {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

/* Zona Profesionale Registartion Form */

.login-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.registration-form {
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.um:not(.um-directory) input, .um:not(.um-directory) select, .um:not(.um-directory) textarea {
  border: 1px solid #000;
  padding: 10px;
  width: 18%;
  outline: none;
}

@media screen and (max-width: 576px) {
  .um:not(.um-directory) input, .um:not(.um-directory) select, .um:not(.um-directory) textarea {
    width: 71%;
  }
}

.um-um_password_id.um {
  max-width: none !important;
}

.um-um_password_id.um .um-center {
  text-align: left !important;
}

.um-field-block {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .um-5272.um {
    min-width: 250px !important;
  }
}

.um-5271.um {
  max-width: none !important;
}

.um-6100.um {
  max-width: none !important;
}

.input-wrapper {
  @applay shadow-md;
}

.um input[type=submit].um-button {
  background: #ed1c24 !important;
  border-radius: 0px !important;
  color: white;
}

.um .um-form input[type=text], 
.um .um-form input[type=search], 
.um .um-form input[type=tel], 
.um .um-form input[type=password], .um 
.um-form textarea {
  color: black;
  border-radius: 0px;
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.um-field-label label {
  color: #000;
  font-family: 'syne';
}

.col-download .attachment-70x70 {
  display: none;
}

.col-download a {
  width: 18px;
  height: 19px;
  display: block;
  background: url(https://climapoint.al/wp-content/uploads/2022/06/download_icon.png);
  background-size: cover;
}

.semantic_ui .ui.table tr td {
  border-top: 1px solid rgb(0 0 0) !important;
}

.semantic_ui .ui.table {
  border: 1px solid #000 !important;
}

/* Zona Profesionale Cilesime */

.um-account-meta-img a {
  display: none;
}

.um-account-meta-img {
  background-image: url(https://climapoint.al/wp-content/uploads/2022/05/user.png);
  width: 128px;
  height: 128px;
  display: block;
  background-size: cover;
  margin: 10px auto;
}

.um-account-side li a span.um-account-icon i {
  margin-top: 5px;
}

.um-account-name {
  display: none;
}

.um-account-side li a span.um-account-icon i {
  color: #000 !important;
}

.um-account-side ul li {
  margin: 10px 0px !important;
}

.um-account-side li  {
  background: #f1f1f1 !important;
  padding: 10px 0px;
}

.um-account-main div.um-account-heading {
  display: none !important;
}

.um-field-label label {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}

span.um-account-title {
  color: #000 !important;
}

.um-account-side li a.current span.um-account-icon {
  color: #000 !important;
  padding-top: 5px;
}

.um-account-side li a span.um-account-icon {
  border-right: 1px solid #000 !important;
}

@media screen and (min-width: 576px) {
  .um-form {
    width: 750px !important;
  }

  .um-login.um-logout {
    max-width: 750px !important;
  }
}

@media screen and (max-width: 576px) {
  .um-account-nav span.ico {
    top: 10px !important;
    color: #000;
  }
}

.um-misc-img a {
  display: none;
}

.um-misc-img {
  background-image: url(https://climapoint.al/wp-content/uploads/2022/05/user.png);
  width: 64px;
  height: 64px;
  display: block;
  background-size: cover;
  margin: 0px auto;
}

.um-misc-ul, .um-misc-ul li {
  font-size: 16px;
  color: #000 !important;
  text-align: center;
}

.um-misc-ul li a {
  background-color: #ED1C24;
  color: #fff;
  width: 150px;
  display: block;
  padding: 10px 15px;
  text-align: center;
  margin: 10px auto;
}

.forminator-ui#forminator-module-5323.forminator-design--default .forminator-label {
  font-size: 15px !important;
  font-weight: 400 !important;
}

#mobile-nav {
  display: none;
}

#mobile-nav.active {
  display: block;
}

.search-form button {
  background-color: #ED1C24;
  border: 1px solid #ed1c24;
  color: #fff;
  padding: 5px 15px;
  outline: none;
}

.search-form [type='search'] {
  outline: none;
  padding: 5px 15px;
  border: 1px solid #ccc;
}

.all-search [type='search'] {
  outline: none;
}

.all-search ::-moz-placeholder {
  color: #000;
}

.all-search ::placeholder {
  color: #000;
}

.semantic_ui .ui.table tr td {
  font-family: 'poppins' !important;
  font-style: normal;
}

#footable_5770 {
  font-family: 'poppins' !important;
  font-size: 14px;
}

.footable .btn-primary {
  background-color: #ED1C24 !important;
  border: 1px solid #ED1C24 !important;
}

.foo-table .form-group.footable-filtering-search input.form-control {
  outline: none;
  border-radius: 0px;
}

.foo-table .form-group.footable-filtering-search .input-group-btn>button {
  border-radius: 0px;
}

.footable .pagination>.active>a {
  background-color: #ED1C24 !important;
  border: 1px solid #ED1C24 !important;
  color: #fff !important;
}

.footable .pagination>li>a {
  color: #000 !important;
}

.posts-data-table {
  font-family: 'poppins' !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #ED1C24 !important;
  border: 1px solid #ED1C24 !important;
  background: #ED1C24 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #ED1C24 !important;
  border: 1px solid #ED1C24 !important;
  background: #ED1C24 !important;
  color: #fff !important;
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

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

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity));
}

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

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:stroke-primary:hover {
  stroke: #ED1C24;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}

.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

  .sm\:order-none {
    order: 0;
  }

  .sm\:order-last {
    order: 9999;
  }

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

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

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

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:float-right {
    float: right;
  }

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

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

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

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

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

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

  .sm\:mt-24 {
    margin-top: 6rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

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

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

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

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

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

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }
}

@media (min-width: 768px) {
  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .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\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

