/*
! tailwindcss v3.3.5 | 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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:  ;
}

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

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.left-auto {
  left: auto !important;
}

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

.top-\[15px\] {
  top: 15px !important;
}

.top-\[50\%\] {
  top: 50% !important;
}

.float-none {
  float: none !important;
}

.mx-\[10px\] {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

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

.my-\[10px\] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

.mb-\[10px\] {
  margin-bottom: 10px !important;
}

.mb-\[15px\] {
  margin-bottom: 15px !important;
}

.mb-\[20px\] {
  margin-bottom: 20px !important;
}

.mb-\[30px\] {
  margin-bottom: 30px !important;
}

.mb-\[45px\] {
  margin-bottom: 45px !important;
}

.mb-\[50px\] {
  margin-bottom: 50px !important;
}

.mb-\[5px\] {
  margin-bottom: 5px !important;
}

.mb-\[80px\] {
  margin-bottom: 80px !important;
}

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

.ml-\[10px\] {
  margin-left: 10px !important;
}

.ml-\[15px\] {
  margin-left: 15px !important;
}

.ml-\[20px\] {
  margin-left: 20px !important;
}

.ml-\[5px\] {
  margin-left: 5px !important;
}

.mr-\[10px\] {
  margin-right: 10px !important;
}

.mr-\[60px\] {
  margin-right: 60px !important;
}

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

.mt-\[10px\] {
  margin-top: 10px !important;
}

.mt-\[15px\] {
  margin-top: 15px !important;
}

.mt-\[30px\] {
  margin-top: 30px !important;
}

.mt-\[45px\] {
  margin-top: 45px !important;
}

.mt-\[5px\] {
  margin-top: 5px !important;
}

.mt-\[60px\] {
  margin-top: 60px !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

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

.h-\[180px\] {
  height: 180px !important;
}

.h-\[27px\] {
  height: 27px !important;
}

.w-\[1px\] {
  width: 1px !important;
}

.w-\[40\%\] {
  width: 40% !important;
}

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

.w-\[60\%\] {
  width: 60% !important;
}

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

.w-full {
  width: 100% !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.max-w-\[1000px\] {
  max-width: 1000px !important;
}

.max-w-\[180px\] {
  max-width: 180px !important;
}

.max-w-\[254px\] {
  max-width: 254px !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.-translate-y-\[50\%\] {
  --tw-translate-y: -50% !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;
}

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

.resize {
  resize: both !important;
}

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

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

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

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

.gap-\[10px\] {
  gap: 10px !important;
}

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

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

.border {
  border-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-\[1px\] {
  border-bottom-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-t-\[1px\] {
  border-top-width: 1px !important;
}

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

.border-dotted {
  border-style: dotted !important;
}

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

.border-\[\#707070\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 112 112 / var(--tw-border-opacity)) !important;
}

.border-\[\#BFBFBF\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 191 191 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#707070\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(112 112 112 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#C9C9C9\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(201 201 201 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#CCCCCC\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-b-\[\#F4F4F4\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(244 244 244 / var(--tw-border-opacity)) !important;
}

.border-b-white {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-t-\[\#C9C9C9\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(201 201 201 / var(--tw-border-opacity)) !important;
}

.border-t-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.bg-\[\#272727\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#BFBFBF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}

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

.p-0 {
  padding: 0px !important;
}

.p-\[10px\] {
  padding: 10px !important;
}

.p-\[15px\] {
  padding: 15px !important;
}

.p-\[5px\] {
  padding: 5px !important;
}

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

.px-\[0\] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-\[45px\] {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-\[14px\] {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-\[45px\] {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-\[50px\] {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-\[80px\] {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

.pb-\[30px\] {
  padding-bottom: 30px !important;
}

.pb-\[45px\] {
  padding-bottom: 45px !important;
}

.pb-\[5px\] {
  padding-bottom: 5px !important;
}

.pl-\[10px\] {
  padding-left: 10px !important;
}

.pl-\[30px\] {
  padding-left: 30px !important;
}

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

.pt-\[10px\] {
  padding-top: 10px !important;
}

.pt-\[14px\] {
  padding-top: 14px !important;
}

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

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

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

.text-start {
  text-align: start !important;
}

.align-\[2px\] {
  vertical-align: 2px !important;
}

.text-\[12px\] {
  font-size: 12px !important;
}

.text-\[14px\] {
  font-size: 14px !important;
}

.text-\[15px\] {
  font-size: 15px !important;
}

.text-\[16px\] {
  font-size: 16px !important;
}

.text-\[18px\] {
  font-size: 18px !important;
}

.text-\[20px\] {
  font-size: 20px !important;
}

.text-\[21px\] {
  font-size: 21px !important;
}

.text-\[22px\] {
  font-size: 22px !important;
}

.text-\[24px\] {
  font-size: 24px !important;
}

.text-\[29px\] {
  font-size: 29px !important;
}

.text-\[32px\] {
  font-size: 32px !important;
}

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

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

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

.leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.leading-\[1\.6\] {
  line-height: 1.6 !important;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em !important;
}

.tracking-normal {
  letter-spacing: 0em !important;
}

.text-\[\#333333\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}

.text-\[\#3B4043\] {
  --tw-text-opacity: 1 !important;
  color: rgb(59 64 67 / var(--tw-text-opacity)) !important;
}

.text-\[\#808080\] {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity)) !important;
}

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

.underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.outline {
  outline-style: solid !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  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) !important;
}

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

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

.before\:top-\[50\%\]::before {
  content: var(--tw-content) !important;
  top: 50% !important;
}

.before\:-translate-y-\[50\%\]::before {
  content: var(--tw-content) !important;
  --tw-translate-y: -50% !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;
}

.before\:pr-\[6px\]::before {
  content: var(--tw-content) !important;
  padding-right: 6px !important;
}

.before\:text-\[12px\]::before {
  content: var(--tw-content) !important;
  font-size: 12px !important;
}

.before\:text-\[\#3B4043\]::before {
  content: var(--tw-content) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(59 64 67 / var(--tw-text-opacity)) !important;
}

.before\:content-\[\'\\25A0\'\]::before {
  --tw-content: '\25A0' !important;
  content: var(--tw-content) !important;
}

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

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

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

  .sm\:grid {
    display: grid !important;
  }

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

  .sm\:gap-\[15px\] {
    gap: 15px !important;
  }

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

  .sm\:px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:text-\[30px\] {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) {
  .md\:mx-\[10px\] {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md\:my-\[15px\] {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-\[15px\] {
    margin-bottom: 15px !important;
  }

  .md\:mb-\[45px\] {
    margin-bottom: 45px !important;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px !important;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px !important;
  }

  .md\:ml-\[10px\] {
    margin-left: 10px !important;
  }

  .md\:ml-\[15px\] {
    margin-left: 15px !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mr-\[45px\] {
    margin-right: 45px !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-\[45px\] {
    margin-top: 45px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

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

  .md\:grid {
    display: grid !important;
  }

  .md\:h-\[400px\] {
    height: 400px !important;
  }

  .md\:w-\[40\%\] {
    width: 40% !important;
  }

  .md\:w-\[60\%\] {
    width: 60% !important;
  }

  .md\:min-w-\[150px\] {
    min-width: 150px !important;
  }

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

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:gap-\[30px\] {
    gap: 30px !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:border-r-\[1px\] {
    border-right-width: 1px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-r-white {
    --tw-border-opacity: 1 !important;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

  .md\:bg-\[\#272727\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(39 39 39 / var(--tw-bg-opacity)) !important;
  }

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

  .md\:p-\[10px\] {
    padding: 10px !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:px-\[45px\] {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-\[30px\] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pr-\[45px\] {
    padding-right: 45px !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-\[10px\] {
    padding-top: 10px !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-start {
    text-align: start !important;
  }

  .md\:text-\[12px\] {
    font-size: 12px !important;
  }

  .md\:text-\[14px\] {
    font-size: 14px !important;
  }

  .md\:text-\[20px\] {
    font-size: 20px !important;
  }

  .md\:text-\[35px\] {
    font-size: 35px !important;
  }

  .md\:leading-\[1\.4\] {
    line-height: 1.4 !important;
  }

  .md\:tracking-\[0\.15em\] {
    letter-spacing: 0.15em !important;
  }

  .md\:tracking-\[0\.2em\] {
    letter-spacing: 0.2em !important;
  }

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

  .md\:hover\:bg-\[\#F8F8F8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-\[100px\] {
    margin-bottom: 100px !important;
  }

  .lg\:mr-\[80px\] {
    margin-right: 80px !important;
  }

  .lg\:pr-\[80px\] {
    padding-right: 80px !important;
  }
}