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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --container-px: 12px;
  }
  html {
    font-size: 16px;
    font-weight: 500;
  }
  .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1516px;
  padding-left: var(--container-px);
  padding-right: var(--container-px);
}
  @media (min-width: 320px) {

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

  .container {
    width: 80%;
  }
}
  a:hover {
  --tw-text-opacity: 1;
  color: rgb(1 110 229 / var(--tw-text-opacity, 1));
}
.text-body-1 {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-body-2 {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-title-1 {
  font-size: 1.4rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.page-style-1 {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.page-style-1 > span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
}
.page-style-1 > span.page-status {
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.page-style-1 > span a {
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.page-style-1 > span a.page-num-current {
  --tw-bg-opacity: 1;
  background-color: rgb(1 110 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[100\%\] {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[999\] {
  z-index: 999;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[var\(--container-px\)\] {
  margin-bottom: var(--container-px);
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-4 {
  margin-inline-end: 1rem;
}
.me-5 {
  margin-inline-end: 1.25rem;
}
.me-8 {
  margin-inline-end: 2rem;
}
.me-\[30px\] {
  margin-inline-end: 30px;
}
.me-\[5px\] {
  margin-inline-end: 5px;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-4 {
  margin-inline-start: 1rem;
}
.ms-\[18px\] {
  margin-inline-start: 18px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-8 {
  margin-top: 2rem;
}
.ms-8 {
  margin-inline-start: 2rem;
}
.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;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.size-\[100px\] {
  width: 100px;
  height: 100px;
}
.size-\[1em\] {
  width: 1em;
  height: 1em;
}
.size-\[2em\] {
  width: 2em;
  height: 2em;
}
.size-\[5px\] {
  width: 5px;
  height: 5px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[1\.2em\] {
  height: 1.2em;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[2\.9em\] {
  height: 2.9em;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[3em\] {
  height: 3em;
}
.h-full {
  height: 100%;
}
.\!w-auto {
  width: auto !important;
}
.w-0 {
  width: 0px;
}
.w-\[10em\] {
  width: 10em;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[2em\] {
  width: 2em;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[10em\] {
  min-width: 10em;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[370px\] {
  min-width: 370px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[5rem\] {
  max-width: 5rem;
}
.flex-center flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-\[320px\] {
  flex-basis: 320px;
}
.basis-\[370px\] {
  flex-basis: 370px;
}
.translate-y-\[-50\%\] {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes 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;
}
.animate-none {
  animation: none;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-gray-2 {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / 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-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(1 110 229 / var(--tw-border-opacity, 1));
}
.border-primary\/0 {
  border-color: rgb(1 110 229 / 0);
}
.bg-\[\#002c53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 83 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 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-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 110 229 / var(--tw-bg-opacity, 1));
}
.bg-primary\/80 {
  background-color: rgb(1 110 229 / 0.8);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-1 {
  padding: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[2\.5em\] {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-1 {
  font-size: 1rem;
}
.text-2 {
  font-size: 1.125rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3 {
  font-size: 1.3125rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[2em\] {
  line-height: 2em;
}
.text-gray-1 {
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity, 1));
}
.text-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / 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-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 110 229 / var(--tw-text-opacity, 1));
}
.text-primary\/80 {
  color: rgb(1 110 229 / 0.8);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-\[0_0_5px_0_\#ddd\] {
  --tw-shadow: 0 0 5px 0 #ddd;
  --tw-shadow-colored: 0 0 5px 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-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);
}
.delay-0 {
  transition-delay: 0s;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.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;
}
.duration-75 {
  transition-duration: 75ms;
}
.ratio-\[1\/1\] {
  position: relative;
}
.ratio-\[1\/1\]::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-\[1\/1\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[16\/9\] {
  position: relative;
}
.ratio-\[16\/9\]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio-\[16\/9\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[205\/115\] {
  position: relative;
}
.ratio-\[205\/115\]::before {
  content: "";
  display: block;
  padding-top: 56.09756097560976%;
}
.ratio-\[205\/115\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[5\/2\] {
  position: relative;
}
.ratio-\[5\/2\]::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.ratio-\[5\/2\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[5\/3\] {
  position: relative;
}
.ratio-\[5\/3\]::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.ratio-\[5\/3\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-square {
  position: relative;
}
.ratio-square::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-square > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sfw-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sfw-row-\[1rem\] {
  display: flex;
  margin-left: calc(1rem * -1);
  margin-right: calc(1rem * -1);
}
.sfw-row-\[1rem\]>.sfw-col-0,.sfw-row-\[1rem\]>.sfw-col-1,.sfw-row-\[1rem\]>.sfw-col-2,.sfw-row-\[1rem\]>.sfw-col-3,.sfw-row-\[1rem\]>.sfw-col-4,.sfw-row-\[1rem\]>.sfw-col-5,.sfw-row-\[1rem\]>.sfw-col-6,.sfw-row-\[1rem\]>.sfw-col-7,.sfw-row-\[1rem\]>.sfw-col-8,.sfw-row-\[1rem\]>.sfw-col-9,.sfw-row-\[1rem\]>.sfw-col-10,.sfw-row-\[1rem\]>.sfw-col-11,.sfw-row-\[1rem\]>.sfw-col-12,.sfw-row-\[1rem\]>.sfw-col-13,.sfw-row-\[1rem\]>.sfw-col-14,.sfw-row-\[1rem\]>.sfw-col-15,.sfw-row-\[1rem\]>.sfw-col-16,.sfw-row-\[1rem\]>.sfw-col-17,.sfw-row-\[1rem\]>.sfw-col-18,.sfw-row-\[1rem\]>.sfw-col-19,.sfw-row-\[1rem\]>.sfw-col-20,.sfw-row-\[1rem\]>.sfw-col-21,.sfw-row-\[1rem\]>.sfw-col-22,.sfw-row-\[1rem\]>.sfw-col-23,.sfw-row-\[1rem\]>.sfw-col-24,.sfw-row-\[1rem\]>.sfw-col,.sfw-row-\[1rem\]>[class^='sfw-col-'],.sfw-row-\[1rem\]>[class*=' sfw-col-'] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sfw-row-\[2\.5em\] {
  display: flex;
  margin-left: calc(2.5em * -1);
  margin-right: calc(2.5em * -1);
}
.sfw-row-\[2\.5em\]>.sfw-col-0,.sfw-row-\[2\.5em\]>.sfw-col-1,.sfw-row-\[2\.5em\]>.sfw-col-2,.sfw-row-\[2\.5em\]>.sfw-col-3,.sfw-row-\[2\.5em\]>.sfw-col-4,.sfw-row-\[2\.5em\]>.sfw-col-5,.sfw-row-\[2\.5em\]>.sfw-col-6,.sfw-row-\[2\.5em\]>.sfw-col-7,.sfw-row-\[2\.5em\]>.sfw-col-8,.sfw-row-\[2\.5em\]>.sfw-col-9,.sfw-row-\[2\.5em\]>.sfw-col-10,.sfw-row-\[2\.5em\]>.sfw-col-11,.sfw-row-\[2\.5em\]>.sfw-col-12,.sfw-row-\[2\.5em\]>.sfw-col-13,.sfw-row-\[2\.5em\]>.sfw-col-14,.sfw-row-\[2\.5em\]>.sfw-col-15,.sfw-row-\[2\.5em\]>.sfw-col-16,.sfw-row-\[2\.5em\]>.sfw-col-17,.sfw-row-\[2\.5em\]>.sfw-col-18,.sfw-row-\[2\.5em\]>.sfw-col-19,.sfw-row-\[2\.5em\]>.sfw-col-20,.sfw-row-\[2\.5em\]>.sfw-col-21,.sfw-row-\[2\.5em\]>.sfw-col-22,.sfw-row-\[2\.5em\]>.sfw-col-23,.sfw-row-\[2\.5em\]>.sfw-col-24,.sfw-row-\[2\.5em\]>.sfw-col,.sfw-row-\[2\.5em\]>[class^='sfw-col-'],.sfw-row-\[2\.5em\]>[class*=' sfw-col-'] {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.sfw-row-\[2rem\] {
  display: flex;
  margin-left: calc(2rem * -1);
  margin-right: calc(2rem * -1);
}
.sfw-row-\[2rem\]>.sfw-col-0,.sfw-row-\[2rem\]>.sfw-col-1,.sfw-row-\[2rem\]>.sfw-col-2,.sfw-row-\[2rem\]>.sfw-col-3,.sfw-row-\[2rem\]>.sfw-col-4,.sfw-row-\[2rem\]>.sfw-col-5,.sfw-row-\[2rem\]>.sfw-col-6,.sfw-row-\[2rem\]>.sfw-col-7,.sfw-row-\[2rem\]>.sfw-col-8,.sfw-row-\[2rem\]>.sfw-col-9,.sfw-row-\[2rem\]>.sfw-col-10,.sfw-row-\[2rem\]>.sfw-col-11,.sfw-row-\[2rem\]>.sfw-col-12,.sfw-row-\[2rem\]>.sfw-col-13,.sfw-row-\[2rem\]>.sfw-col-14,.sfw-row-\[2rem\]>.sfw-col-15,.sfw-row-\[2rem\]>.sfw-col-16,.sfw-row-\[2rem\]>.sfw-col-17,.sfw-row-\[2rem\]>.sfw-col-18,.sfw-row-\[2rem\]>.sfw-col-19,.sfw-row-\[2rem\]>.sfw-col-20,.sfw-row-\[2rem\]>.sfw-col-21,.sfw-row-\[2rem\]>.sfw-col-22,.sfw-row-\[2rem\]>.sfw-col-23,.sfw-row-\[2rem\]>.sfw-col-24,.sfw-row-\[2rem\]>.sfw-col,.sfw-row-\[2rem\]>[class^='sfw-col-'],.sfw-row-\[2rem\]>[class*=' sfw-col-'] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sfw-row-\[8px\] {
  display: flex;
  margin-left: calc(8px * -1);
  margin-right: calc(8px * -1);
}
.sfw-row-\[8px\]>.sfw-col-0,.sfw-row-\[8px\]>.sfw-col-1,.sfw-row-\[8px\]>.sfw-col-2,.sfw-row-\[8px\]>.sfw-col-3,.sfw-row-\[8px\]>.sfw-col-4,.sfw-row-\[8px\]>.sfw-col-5,.sfw-row-\[8px\]>.sfw-col-6,.sfw-row-\[8px\]>.sfw-col-7,.sfw-row-\[8px\]>.sfw-col-8,.sfw-row-\[8px\]>.sfw-col-9,.sfw-row-\[8px\]>.sfw-col-10,.sfw-row-\[8px\]>.sfw-col-11,.sfw-row-\[8px\]>.sfw-col-12,.sfw-row-\[8px\]>.sfw-col-13,.sfw-row-\[8px\]>.sfw-col-14,.sfw-row-\[8px\]>.sfw-col-15,.sfw-row-\[8px\]>.sfw-col-16,.sfw-row-\[8px\]>.sfw-col-17,.sfw-row-\[8px\]>.sfw-col-18,.sfw-row-\[8px\]>.sfw-col-19,.sfw-row-\[8px\]>.sfw-col-20,.sfw-row-\[8px\]>.sfw-col-21,.sfw-row-\[8px\]>.sfw-col-22,.sfw-row-\[8px\]>.sfw-col-23,.sfw-row-\[8px\]>.sfw-col-24,.sfw-row-\[8px\]>.sfw-col,.sfw-row-\[8px\]>[class^='sfw-col-'],.sfw-row-\[8px\]>[class*=' sfw-col-'] {
  padding-left: 8px;
  padding-right: 8px;
}
.sfw-row-\[var\(--container-px\)\] {
  display: flex;
  margin-left: calc(var(--container-px) * -1);
  margin-right: calc(var(--container-px) * -1);
}
.sfw-row-\[var\(--container-px\)\]>.sfw-col-0,.sfw-row-\[var\(--container-px\)\]>.sfw-col-1,.sfw-row-\[var\(--container-px\)\]>.sfw-col-2,.sfw-row-\[var\(--container-px\)\]>.sfw-col-3,.sfw-row-\[var\(--container-px\)\]>.sfw-col-4,.sfw-row-\[var\(--container-px\)\]>.sfw-col-5,.sfw-row-\[var\(--container-px\)\]>.sfw-col-6,.sfw-row-\[var\(--container-px\)\]>.sfw-col-7,.sfw-row-\[var\(--container-px\)\]>.sfw-col-8,.sfw-row-\[var\(--container-px\)\]>.sfw-col-9,.sfw-row-\[var\(--container-px\)\]>.sfw-col-10,.sfw-row-\[var\(--container-px\)\]>.sfw-col-11,.sfw-row-\[var\(--container-px\)\]>.sfw-col-12,.sfw-row-\[var\(--container-px\)\]>.sfw-col-13,.sfw-row-\[var\(--container-px\)\]>.sfw-col-14,.sfw-row-\[var\(--container-px\)\]>.sfw-col-15,.sfw-row-\[var\(--container-px\)\]>.sfw-col-16,.sfw-row-\[var\(--container-px\)\]>.sfw-col-17,.sfw-row-\[var\(--container-px\)\]>.sfw-col-18,.sfw-row-\[var\(--container-px\)\]>.sfw-col-19,.sfw-row-\[var\(--container-px\)\]>.sfw-col-20,.sfw-row-\[var\(--container-px\)\]>.sfw-col-21,.sfw-row-\[var\(--container-px\)\]>.sfw-col-22,.sfw-row-\[var\(--container-px\)\]>.sfw-col-23,.sfw-row-\[var\(--container-px\)\]>.sfw-col-24,.sfw-row-\[var\(--container-px\)\]>.sfw-col,.sfw-row-\[var\(--container-px\)\]>[class^='sfw-col-'],.sfw-row-\[var\(--container-px\)\]>[class*=' sfw-col-'] {
  padding-left: var(--container-px);
  padding-right: var(--container-px);
}
.sfw-col-10 {
  width: 41.66666666666667%;
}
.sfw-col-11 {
  width: 45.83333333333333%;
}
.sfw-col-12 {
  width: 50%;
}
.sfw-col-19 {
  width: 79.16666666666666%;
}
.sfw-col-24 {
  width: 100%;
}
.sfw-col-5 {
  width: 20.833333333333336%;
}
.sfw-col-6 {
  width: 25%;
}
.sfw-col-7 {
  width: 29.166666666666668%;
}
.sfw-col-8 {
  width: 33.33333333333333%;
}
.sfw-col-9 {
  width: 37.5%;
}
.sfw-col-\[8em\] {
  width: 8em;
}
.\[list\:description\] {
  list: description;
}
.\[list\:i\] {
  list: i;
}
.\[list\:ico\] {
  list: ico;
}
.\[list\:isico\] {
  list: isico;
}
.\[list\:likes\] {
  list: likes;
}
.\[list\:link\] {
  list: link;
}
.\[list\:n\] {
  list: n;
}
.\[list\:sortlink\] {
  list: sortlink;
}
.\[list\:sortname\] {
  list: sortname;
}
.\[list\:title\] {
  list: title;
}
.\[list\:visits\] {
  list: visits;
}
.\[nav\:def1\] {
  nav: def1;
}
.\[nav\:id\] {
  nav: id;
}
.\[nav\:link\] {
  nav: link;
}
.\[nav\:name\] {
  nav: name;
}
.\[nav\:scode\] {
  nav: scode;
}
.\[nav\:title\] {
  nav: title;
}
.\[slide\:link\] {
  slide: link;
}
.\[slide\:pic\] {
  slide: pic;
}
.\[slide\:title\] {
  slide: title;
}
.\[sort\:link\] {
  sort: link;
}
.\[sort\:name\] {
  sort: name;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:relative::after {
  content: var(--tw-content);
  position: relative;
}
.after\:top-\[1px\]::after {
  content: var(--tw-content);
  top: 1px;
}
.after\:bottom-\[1px\]::after {
  content: var(--tw-content);
  bottom: 1px;
}
.after\:bottom-\[-1px\]::after {
  content: var(--tw-content);
  bottom: -1px;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-b-2::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}
.after\:border-primary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(1 110 229 / var(--tw-border-opacity, 1));
}
.after\:border-primary\/50::after {
  content: var(--tw-content);
  border-color: rgb(1 110 229 / 0.5);
}
.after\:content-\[\'\B7\'\]::after {
  --tw-content: '·';
  content: var(--tw-content);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-primary\/10:hover {
  background-color: rgb(1 110 229 / 0.1);
}
.hover\:bg-primary\/20:hover {
  background-color: rgb(1 110 229 / 0.2);
}
.hover\:bg-primaryDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 168 / var(--tw-bg-opacity, 1));
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:text-gray-1:hover {
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(1 110 229 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:last-child .group-last\:flex {
  display: flex;
}
.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(1 110 229 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:font-bold {
  font-weight: 700;
}
.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
@media (min-width: 480px) {

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

  .xs\:me-2 {
    margin-inline-end: 0.5rem;
  }

  .xs\:block {
    display: block;
  }

  .xs\:flex {
    display: flex;
  }

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

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

  .xs\:sfw-col-12 {
    width: 50%;
  }
}
@media (min-width: 640px) {

  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

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

  .md\:me-6 {
    margin-inline-end: 1.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-\[10em\] {
    width: 10em;
  }

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

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[350px\] {
    max-width: 350px;
  }

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

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

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

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

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

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

  .md\:text-3 {
    font-size: 1.3125rem;
  }

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

  .md\:sfw-col-6 {
    width: 25%;
  }
}