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

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

.sm-tailwindcss ::before,
.sm-tailwindcss ::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: 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 */
}

/*
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.
*/

.sm-tailwindcss 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.
*/

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

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

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

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

.sm-tailwindcss a {
  color: inherit;
  text-decoration: inherit;
}

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


.sm-tailwindcss 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.
*/

.sm-tailwindcss code {
  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.
*/

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


.sm-tailwindcss sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.sm-tailwindcss 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.
*/

.sm-tailwindcss 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.
*/

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

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

.sm-tailwindcss button,
.sm-tailwindcss select {
  text-transform: none;
}

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

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

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

.sm-tailwindcss :-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)
*/

.sm-tailwindcss :-moz-ui-invalid {
  box-shadow: none;
}

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

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

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

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

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

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

.sm-tailwindcss ::-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.
*/

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

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

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

.sm-tailwindcss blockquote,
.sm-tailwindcss dl,
.sm-tailwindcss dd,
.sm-tailwindcss h1,
.sm-tailwindcss h2,
.sm-tailwindcss h3,
.sm-tailwindcss h4,
.sm-tailwindcss h5,
.sm-tailwindcss h6,
.sm-tailwindcss p {
  margin: 0;
}

.sm-tailwindcss ol,
.sm-tailwindcss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.sm-tailwindcss 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.
*/

.sm-tailwindcss input::-moz-placeholder, .sm-tailwindcss textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #a7a8a9; /* 2 */
}

.sm-tailwindcss input:-ms-input-placeholder, .sm-tailwindcss textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #a7a8a9; /* 2 */
}

.sm-tailwindcss input::placeholder,
.sm-tailwindcss textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a7a8a9; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.sm-tailwindcss button,
.sm-tailwindcss [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.sm-tailwindcss :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.
*/

.sm-tailwindcss img,
.sm-tailwindcss svg,
.sm-tailwindcss video,
.sm-tailwindcss iframe {
  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)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

.sm-tailwindcss [hidden] {
  display: none;
}

html {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.sm-tailwindcss body {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-size: 16px;
}

.sm-tailwindcss *, .sm-tailwindcss ::before, .sm-tailwindcss ::after {
  --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:  ;
}
html {
  height: 100%;
}
.sm-tailwindcss body {
  margin: 0px;
  height: 100%;
  padding: 0px;
}
.sm-tailwindcss .sm-sticky-footer {
  height: 100%;
}
.sm-tailwindcss .sm-sticky-footer-wraper {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sm-tailwindcss .sm-sticky-footer-header {
  flex-shrink: 0;
}
.sm-tailwindcss .sm-sticky-footer-footer {
  flex-shrink: 0;
}
.sm-tailwindcss .sm-sticky-footer-body {
  flex-grow: 1;
}
.sm-tailwindcss .sm-footer {
  background-color: #003a70;
  color: #fff;
}
.sm-tailwindcss .sm-footer--weak {
  background-color: transparent;
  color: #76777a;
}
.sm-tailwindcss .sm-header {
  background-color: #fff;
}
.sm-tailwindcss .sm-footer {
  background-color: #003a70;
  color: #fff;
}
.sm-tailwindcss .sm-footer--weak {
  background-color: transparent;
  color: #76777a;
}
.sm-tailwindcss .sm-navbar {
  height: 75px;
}
@media (min-width: 768px) {

  .sm-tailwindcss .sm-navbar {
    height: 90px;
  }
}
.sm-tailwindcss .sm-navbar-container {
  align-items: center;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
.sm-tailwindcss .sm-navbar-start {
  display: flex;
  height: 100%;
  flex: 1 1 auto;
  justify-content: flex-start;
}
.sm-tailwindcss .sm-navbar-end {
  display: flex;
  height: 100%;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.sm-tailwindcss .sm-navbar-brand {
  flex: 1 0 auto;
}
.sm-tailwindcss .sm-navbar-brand-logo {
  width: 105px;
}
@media (min-width: 768px) {

  .sm-tailwindcss .sm-navbar-brand-logo {
    width: 128px;
  }
}
.sm-tailwindcss .sm-navbar-item {
  align-items: center;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.sm-tailwindcss .sm-navbar-item--dropdown {
  padding: 0;
  align-items: stretch;
  position: relative;
}
.sm-tailwindcss .sm-navbar-item--dropdown:hover {
  display: block;
}
.sm-tailwindcss .sm-navbar-item--dropdown:hover .sm-navbar-dropdown {
  display: block;
}
.sm-tailwindcss .sm-navbar-item--hover {
  color: #222;
  text-decoration: none;
  transition: background-color .35s;
}
.sm-tailwindcss .sm-navbar-item--hover:hover {
  color: #961919;
  background-color: #f1f1f1;
  text-decoration: none;
}
.sm-tailwindcss .sm-navbar-dropdown {
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
  display: none;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sm-tailwindcss .sm-navbar-dropdown .sm-navbar-item {
  white-space: nowrap;
  font-size: 13px;
  padding: 6px 20px;
}
.sm-tailwindcss .sm-title {
  line-height: 1.125;
  font-weight: 600;
  margin-top: 0;
}
.sm-tailwindcss .sm-title--1 {
  font-size: 3rem;
  font-size: 48px;
}
.sm-tailwindcss .sm-title--2 {
  font-size: 2.25rem;
  font-size: 36px;
}
.sm-tailwindcss .sm-title--3 {
  font-size: 1.875rem;
  font-size: 30px;
}
.sm-tailwindcss .sm-title--4 {
  font-size: 1.5rem;
  font-size: 24px;
}
.sm-tailwindcss .sm-title--5 {
  font-size: 1.25rem;
  font-size: 20px;
}
.sm-tailwindcss .sm-title--6 {
  font-size: 1.125rem;
  font-size: 18px;
}
.sm-tailwindcss .sm-title--sub {
  font-weight: normal;
  line-height: 1.25;
}
.sm-tailwindcss .sm-title:not(:last-child) {
  margin-bottom: 1.5rem;
  margin-bottom: 24px;
}
.sm-tailwindcss .sm-title + .sm-title--sub {
  margin-top: -1.25rem;
  margin-top: -20px;
}
.sm-tailwindcss .sm-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1660px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {

  .sm-tailwindcss .sm-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sm-tailwindcss .sm-container--fluid {
  max-width: none;
}
.sm-tailwindcss .sm-container--xl {
  max-width: 1280px;
}
.sm-tailwindcss .sm-container--lg {
  max-width: 1024px;
}
.sm-tailwindcss .sm-btn {
  display: inline-block;
  font-size: 1.125rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #961919;
  border-radius: 0;
  background-color: #961919;
  color: #fff;
  outline: none;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  padding: 11px 13px;
  transition: background .35s;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}
.sm-tailwindcss .sm-btn:not(:last-child) {
  margin-right: 0.5rem;
  margin-right: 8px;
}
.sm-tailwindcss .sm-btn:hover {
  border-color: #d30015;
  background-color: #d30015;
}
.sm-tailwindcss .sm-btn:focus {
  outline: none;
}
.sm-tailwindcss .sm-btn:active {
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.125);
}
.sm-tailwindcss .sm-btn:not(.sm-btn--text):disabled {
  background-color: #eaeae8;
  border-color: #eaeae8;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  color: #a7a8a9;
  cursor: not-allowed;
}
.sm-tailwindcss .sm-btn--sm {
  font-size: 1rem;
  font-size: 16px;
  padding: 10px 13px;
}
.sm-tailwindcss .sm-btn--lg {
  font-size: 1.25rem;
  font-size: 20px;
  padding: 19px 25px;
}
.sm-tailwindcss .sm-btn--outline {
  border-color: #d30015;
  background-color: #fff;
  color: #222;
}
.sm-tailwindcss .sm-btn--outline:hover {
  background-color: #d30015;
  color: #fff;
}
.sm-tailwindcss .sm-btn--text {
  background-color: transparent;
  border-color: transparent;
  color: #003a70;
  box-shadow: none;
}
.sm-tailwindcss .sm-btn--text:hover {
  background-color: transparent;
  border-color: transparent;
  color: #961919;
}
.sm-tailwindcss .sm-btn--text:active {
  box-shadow: none;
}
.sm-tailwindcss .sm-btn--text:disabled {
  color: #a7a8a9;
  cursor: not-allowed;
}
.sm-tailwindcss .sm-tb {
  background-color: #fff;
}
.sm-tailwindcss .sm-tb th,.sm-tailwindcss .sm-tb td {
  font-size: 1rem;
  font-size: 16px;
  text-align: left;
  padding: 6px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eaeae8;
  color: inherit;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sm-tailwindcss .sm-tb thead th {
  border-bottom-color: #98989a;
  font-weight: 600;
}
.sm-tailwindcss .sm-tb:not(:last-child) {
  margin-bottom: 1.5rem;
  margin-bottom: 24px;
}
.sm-tailwindcss .sm-tb--bordered thead {
  background-color: #003a70;
  color: #fff;
  font-weight: normal;
}
.sm-tailwindcss .sm-tb--bordered th,.sm-tailwindcss .sm-tb--bordered td {
  border-width: 1px;
  border-style: solid;
  border-color: #eaeae8;
}
.sm-tailwindcss .sm-tb--striped tbody tr:not(.sm-tb-cell--selected):nth-child(even) {
  background-color: #f1f1f1;
}
.sm-tailwindcss .sm-tb--hover tbody tr:not(.sm-tb-cell--selected):hover {
  background-color: #f1f1f1;
  transition: all .1s ease;
}
.sm-tailwindcss .sm-tb-cell--selected {
  background-color: #a7a8a9;
  color: #fff;
}
.sm-tailwindcss .sm-tb-cell--dark {
  background-color: #003a70;
  color: #fff;
  font-weight: normal;
}
.sm-tailwindcss .sm-tb-cell--weak {
  color: #a7a8a9;
}
.sm-tailwindcss .sm-fm-group {
  position: relative;
}
.sm-tailwindcss .sm-fm-group .sm-fm-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sm-tailwindcss .sm-fm-group--right .sm-fm-input {
  padding-right: 2.8em;
}
.sm-tailwindcss .sm-fm-group--right .sm-fm-icon {
  right: 13px;
}
.sm-tailwindcss .sm-fm-icon {
  width: 1.4em;
  height: 1.4em;
}
.sm-tailwindcss .sm-fm-input {
  display: inline-block;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  outline: none;
  border-color: #d9d8d6;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
  padding-left: 13px;
  padding-right: 13px;
}
.sm-tailwindcss .sm-fm-input:focus {
  outline: none;
  border-color: #a7a8a9;
  box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
.sm-tailwindcss .sm-fm-select {
  display: inline-block;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  outline: none;
  border-color: #d9d8d6;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
  padding-left: 13px;
  padding-right: 2.8em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%2354565a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-position: right 13px center;
  background-size: 1.4em 1.4em;
  background-repeat: no-repeat;
}
.sm-tailwindcss .sm-fm-select::-ms-expand {
  color: #54565a;
  border: none;
  display: none;
}
.sm-tailwindcss .sm-fm-select:focus {
  outline: none;
  border-color: #a7a8a9;
  box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
.sm-tailwindcss .sm-fm-label {
  display: inline-block;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  outline: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  text-align: left;
}
.sm-tailwindcss .sm-fm-check {
  position: relative;
  padding-left: 1.25rem;
  padding-left: 20px;
  display: inline-block;
  cursor: pointer;
}
.sm-tailwindcss .sm-fm-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
  border-color: #d9d8d6;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  display: block;
  height: 1rem;
  height: 16px;
  width: 1rem;
  width: 16px;
  color: #222;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sm-tailwindcss .sm-fm-check-input:focus {
  outline: none;
  border-color: #a7a8a9;
  box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
.sm-tailwindcss .sm-fm-check-input[disabled] {
  background-color: #eaeae8;
  border-color: #d9d8d6;
  cursor: not-allowed;
}
.sm-tailwindcss .sm-fm-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/%3E%3C/svg%3E");
  background-color: #002248;
  background-size: 170% 170%;
  background-position: 50%;
  background-repeat: no-repeat;
  border-color: #54565a;
}
.sm-tailwindcss .sm-fm-check-input--radio {
  border-radius: 50%;
}
.sm-tailwindcss .sm-fm-check-input--radio:checked {
  background-image: none;
  border-width: 4px;
  background-color: #fff;
}
.sm-tailwindcss .sm-fm-check[disabled] {
  color: #a7a8a9;
  cursor: not-allowed;
}
.sm-tailwindcss .sm-fm-check + .sm-fm-check {
  margin-left: 0.5em;
}
.sm-tailwindcss .sm-fm-upload {
  display: inline-block;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  outline: none;
  border-color: #d9d8d6;
  border-style: dashed;
  border-width: 1px;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
  padding-left: 13px;
  padding-right: 13px;
  cursor: pointer;
}
.sm-tailwindcss .sm-fm-upload--active {
  border-style: solid;
  background-color: #003a70;
  border-color: #003a70;
  color: #fff;
}
.sm-tailwindcss .sm-fm-upload--disabled {
  background-color: #eaeae8;
  border-color: #eaeae8;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  color: #a7a8a9;
  cursor: not-allowed;
}
.sm-tailwindcss .sm-tabs {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9d8d6;
  font-size: 1rem;
  font-size: 16px;
}
.sm-tailwindcss .sm-tabs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: inherit;
  color: #222;
  cursor: pointer;
}
.sm-tailwindcss .sm-tabs-item--active {
  color: #961919;
  border-bottom-color: #961919;
  cursor: default;
}
.sm-tailwindcss .sm-tabs--boxed .sm-tabs-item {
  border: 1px solid transparent;
  border-top-width: 4px;
  margin-bottom: -1px;
}
.sm-tailwindcss .sm-tabs--boxed .sm-tabs-item--active {
  border-left-color: #d9d8d6;
  border-right-color: #d9d8d6;
  border-top-color: #a7a8a9;
  border-bottom-color: #fff;
}
.sm-tailwindcss .sm-tabs--toggle {
  border-bottom: none;
}
.sm-tailwindcss .sm-tabs--toggle .sm-tabs-item {
  border-top: 1px solid #d9d8d6;
  border-left: 1px solid #d9d8d6;
  border-bottom: 1px solid #d9d8d6;
  background-color: #fff;
  margin-bottom: 0;
}
.sm-tailwindcss .sm-tabs--toggle .sm-tabs-item:last-child {
  border-right: 1px solid #d9d8d6;
}
.sm-tailwindcss .sm-tabs--toggle .sm-tabs-item--active {
  color: #fff;
  background-color: #003a70;
}
.sm-tailwindcss .sm-tabs--full {
  justify-content: space-between;
}
.sm-tailwindcss .sm-tabs--full .sm-tabs-item {
  flex-grow: 1;
  flex-shrink: 0;
}
.sm-tailwindcss .sm-tabs--sm {
  font-size: 0.875rem;
  font-size: 14px;
}
.sm-tailwindcss .sm-tabs--lg {
  font-size: 1.25rem;
  font-size: 20px;
}
.sm-tailwindcss .sm-tabs--center {
  justify-content: center;
}
.sm-tailwindcss .sm-tabs--right {
  justify-content: flex-end;
}
.sm-tailwindcss .sm-spinner {
  width: 1.3em;
  height: 1.3em;
  -webkit-animation: sm-spinner 1.2s infinite ease-in-out;
          animation: sm-spinner 1.2s infinite ease-in-out;
  vertical-align: middle;
  font-size: 1rem;
  font-size: 16px;
  color: #d9d8d6;
}
.sm-tailwindcss .sm-spinner--lg {
  font-size: 1.875rem;
  font-size: 30px;
}
.sm-tailwindcss .sm-spinner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,.75);
}
.sm-tailwindcss .sm-spinner-overlay--fullscreen {
  position: fixed;
}
@-webkit-keyframes sm-spinner {

  0% {
    transform: perspective(2em) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(2em) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(2em) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sm-spinner {

  0% {
    transform: perspective(2em) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(2em) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(2em) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sm-tailwindcss .sm-accordion {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #d9d8d6;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #222;
  font-size: 1rem;
  font-size: 16px;
}
.sm-tailwindcss .sm-accordion-content {
  padding: 0.5rem 1rem;
  padding: 8px 16px;
  font-size: inherit;
  display: none;
  background-color: #fff;
}
.sm-tailwindcss .sm-accordion-summary {
  padding: 0.5rem 1rem;
  padding: 8px 16px;
  font-size: inherit;
  background-color: #f1f1f1;
  position: relative;
  padding-right: 3rem;
  padding-right: 48px;
  cursor: pointer;
}
.sm-tailwindcss .sm-accordion-summary:after {
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  width: 16px;
  height: 1rem;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.sm-tailwindcss .sm-accordion--lg {
  font-size: 1.25rem;
  font-size: 20px;
}
.sm-tailwindcss .sm-accordion--expanded {
  margin-top: 1rem;
  margin-top: 16px;
  margin-bottom: 1rem;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d8d6;
}
.sm-tailwindcss .sm-accordion--expanded:first-child {
  margin-top: 0;
}
.sm-tailwindcss .sm-accordion--expanded .sm-accordion-summary {
  background-color: #fff;
}
.sm-tailwindcss .sm-accordion--expanded .sm-accordion-summary:after {
  background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.sm-tailwindcss .sm-accordion--expanded .sm-accordion-content {
  display: block;
}
.sm-tailwindcss .sm-list {
  margin-top: 1em;
  margin-bottom: 1em;
}
.sm-tailwindcss .sm-list-item {
  margin-top: 0.25em;
  margin-bottom: 0;
}
.sm-tailwindcss .sm-list--bulleted {
  margin-left: 1.25em;
}
.sm-tailwindcss .sm-list--bulleted .sm-list-item {
  position: relative;
}
.sm-tailwindcss .sm-list--bulleted .sm-list-item:before {
  display: block;
  position: absolute;
  left: -1em;
  top: auto;
  content: "•";
  color: #961919;
}
.sm-tailwindcss .sm-link {
  color: #222;
  text-decoration: underline;
  -webkit-text-decoration-color: #961919;
          text-decoration-color: #961919;
}
.sm-tailwindcss .sm-link:hover {
  color: #961919;
}
.sm-tailwindcss .sm-hero {
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sm-tailwindcss .sm-hero--sm {
  height: 300px;
}
.sm-tailwindcss .sm-hero-title {
  font-size: 3rem;
  font-size: 48px;
  font-weight: 600;
}
/* @import "./_custom-base-styles.css"; */
/* write your custome class here */
.sm-tailwindcss .sm-form-row {
  margin-bottom: 1rem;
  margin-bottom: 16px;
  display: flex;
  gap: 0.5rem;
  gap: 8px;
}
.sm-tailwindcss .sm-form-row:not(:last-of-type) {
  margin-bottom: 1rem;
  margin-bottom: 16px;
}
.sm-tailwindcss .sm-fixed {
  position: fixed;
}
.sm-tailwindcss .sm-absolute {
  position: absolute;
}
.sm-tailwindcss .sm-relative {
  position: relative;
}
.sm-tailwindcss .sm-top-0 {
  top: 0px;
}
.sm-tailwindcss .sm-top-1\/2 {
  top: 50%;
}
.sm-tailwindcss .sm-left-1\/2 {
  left: 50%;
}
.sm-tailwindcss .sm-z-50 {
  z-index: 50;
}
.sm-tailwindcss .sm-m-0 {
  margin: 0px;
}
.sm-tailwindcss .sm--m-1 {
  margin: -0.25rem;
  margin: -4px;
}
.sm-tailwindcss .sm--m-4 {
  margin: -1rem;
  margin: -16px;
}
.sm-tailwindcss .sm-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.sm-tailwindcss .sm-my-6 {
  margin-top: 1.5rem;
  margin-top: 24px;
  margin-bottom: 1.5rem;
  margin-bottom: 24px;
}
.sm-tailwindcss .sm-my-10 {
  margin-top: 2.5rem;
  margin-top: 40px;
  margin-bottom: 2.5rem;
  margin-bottom: 40px;
}
.sm-tailwindcss .sm-mt-0 {
  margin-top: 0px;
}
.sm-tailwindcss .sm-mt-1 {
  margin-top: 0.25rem;
  margin-top: 4px;
}
.sm-tailwindcss .sm-mt-2 {
  margin-top: 0.5rem;
  margin-top: 8px;
}
.sm-tailwindcss .sm-mt-3 {
  margin-top: 0.75rem;
  margin-top: 12px;
}
.sm-tailwindcss .sm-mt-4 {
  margin-top: 1rem;
  margin-top: 16px;
}
.sm-tailwindcss .sm-mt-6 {
  margin-top: 1.5rem;
  margin-top: 24px;
}
.sm-tailwindcss .sm-mt-8 {
  margin-top: 2rem;
  margin-top: 32px;
}
.sm-tailwindcss .sm-mt-10 {
  margin-top: 2.5rem;
  margin-top: 40px;
}
.sm-tailwindcss .sm-mt-12 {
  margin-top: 3rem;
  margin-top: 48px;
}
.sm-tailwindcss .sm-mt-14 {
  margin-top: 3.5rem;
  margin-top: 56px;
}
.sm-tailwindcss .sm-mt-20 {
  margin-top: 5rem;
  margin-top: 80px;
}
.sm-tailwindcss .sm-mr-0 {
  margin-right: 0px;
}
.sm-tailwindcss .sm-mr-1 {
  margin-right: 0.25rem;
  margin-right: 4px;
}
.sm-tailwindcss .sm-mr-2 {
  margin-right: 0.5rem;
  margin-right: 8px;
}
.sm-tailwindcss .sm--mr-4 {
  margin-right: -1rem;
  margin-right: -16px;
}
.sm-tailwindcss .sm-mb-2 {
  margin-bottom: 0.5rem;
  margin-bottom: 8px;
}
.sm-tailwindcss .sm-mb-3 {
  margin-bottom: 0.75rem;
  margin-bottom: 12px;
}
.sm-tailwindcss .sm-mb-4 {
  margin-bottom: 1rem;
  margin-bottom: 16px;
}
.sm-tailwindcss .sm-mb-6 {
  margin-bottom: 1.5rem;
  margin-bottom: 24px;
}
.sm-tailwindcss .sm-mb-8 {
  margin-bottom: 2rem;
  margin-bottom: 32px;
}
.sm-tailwindcss .sm-mb-10 {
  margin-bottom: 2.5rem;
  margin-bottom: 40px;
}
.sm-tailwindcss .sm--mb-4 {
  margin-bottom: -1rem;
  margin-bottom: -16px;
}
.sm-tailwindcss .sm-ml-2 {
  margin-left: 0.5rem;
  margin-left: 8px;
}
.sm-tailwindcss .sm--ml-4 {
  margin-left: -1rem;
  margin-left: -16px;
}
.sm-tailwindcss .sm-block {
  display: block;
}
.sm-tailwindcss .sm-inline-block {
  display: inline-block;
}
.sm-tailwindcss .sm-flex {
  display: flex;
}
.sm-tailwindcss .sm-list-item {
  display: list-item;
}
.sm-tailwindcss .sm-hidden {
  display: none;
}
.sm-tailwindcss .sm-h-4 {
  height: 1rem;
  height: 16px;
}
.sm-tailwindcss .sm-h-6 {
  height: 1.5rem;
  height: 24px;
}
.sm-tailwindcss .sm-h-px {
  height: 1px;
}
.sm-tailwindcss .sm-h-full {
  height: 100%;
}
.sm-tailwindcss .sm-w-4 {
  width: 1rem;
  width: 16px;
}
.sm-tailwindcss .sm-w-6 {
  width: 1.5rem;
  width: 24px;
}
.sm-tailwindcss .sm-w-16 {
  width: 4rem;
  width: 64px;
}
.sm-tailwindcss .sm-w-40 {
  width: 10rem;
  width: 160px;
}
.sm-tailwindcss .sm-w-44 {
  width: 11rem;
  width: 176px;
}
.sm-tailwindcss .sm-w-48 {
  width: 12rem;
  width: 192px;
}
.sm-tailwindcss .sm-w-52 {
  width: 13rem;
  width: 208px;
}
.sm-tailwindcss .sm-w-64 {
  width: 16rem;
  width: 256px;
}
.sm-tailwindcss .sm-w-96 {
  width: 24rem;
  width: 384px;
}
.sm-tailwindcss .sm-w-px {
  width: 1px;
}
.sm-tailwindcss .sm-w-1\/2 {
  width: 50%;
}
.sm-tailwindcss .sm-w-4\/5 {
  width: 80%;
}
.sm-tailwindcss .sm-w-full {
  width: 100%;
}
.sm-tailwindcss .sm-min-w-full {
  min-width: 100%;
}
.sm-tailwindcss .sm-max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.sm-tailwindcss .sm-flex-1 {
  flex: 1 1 0%;
}
.sm-tailwindcss .sm-flex-auto {
  flex: 1 1 auto;
}
.sm-tailwindcss .sm-flex-none {
  flex: none;
}
.sm-tailwindcss .sm-flex-grow {
  flex-grow: 1;
}
.sm-tailwindcss .sm--translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sm-tailwindcss .sm--translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sm-tailwindcss .sm-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));
}
@-webkit-keyframes spin {

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

  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {

  50% {
    opacity: .5;
  }
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
@-webkit-keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.sm-tailwindcss .sm-flex-col {
  flex-direction: column;
}
.sm-tailwindcss .sm-flex-wrap {
  flex-wrap: wrap;
}
.sm-tailwindcss .sm-items-end {
  align-items: flex-end;
}
.sm-tailwindcss .sm-items-center {
  align-items: center;
}
.sm-tailwindcss .sm-justify-center {
  justify-content: center;
}
.sm-tailwindcss .sm-gap-2 {
  gap: 0.5rem;
  gap: 8px;
}
.sm-tailwindcss .sm-gap-4 {
  gap: 1rem;
  gap: 16px;
}
.sm-tailwindcss .sm-self-end {
  align-self: flex-end;
}
.sm-tailwindcss .sm-self-center {
  align-self: center;
}
.sm-tailwindcss .sm-overflow-hidden {
  overflow: hidden;
}
.sm-tailwindcss .sm-overflow-x-scroll {
  overflow-x: scroll;
}
.sm-tailwindcss .sm-border-0 {
  border-width: 0px;
}
.sm-tailwindcss .sm-border {
  border-width: 1px;
}
.sm-tailwindcss .sm-border-b-2 {
  border-bottom-width: 2px;
}
.sm-tailwindcss .sm-border-solid {
  border-style: solid;
}
.sm-tailwindcss .sm-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.sm-tailwindcss .sm-border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(150 25 25 / var(--tw-border-opacity));
}
.sm-tailwindcss .sm-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 117 170 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 34 72 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 0 21 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(150 25 25 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 50 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 111 115 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 0 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 232 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 216 214 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 168 169 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 152 154 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 138 141 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 119 122 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 101 105 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 86 90 / var(--tw-bg-opacity));
}
.sm-tailwindcss .sm-p-10 {
  padding: 2.5rem;
  padding: 40px;
}
.sm-tailwindcss .sm-px-2 {
  padding-left: 0.5rem;
  padding-left: 8px;
  padding-right: 0.5rem;
  padding-right: 8px;
}
.sm-tailwindcss .sm-px-10 {
  padding-left: 2.5rem;
  padding-left: 40px;
  padding-right: 2.5rem;
  padding-right: 40px;
}
.sm-tailwindcss .sm-py-1 {
  padding-top: 0.25rem;
  padding-top: 4px;
  padding-bottom: 0.25rem;
  padding-bottom: 4px;
}
.sm-tailwindcss .sm-py-2 {
  padding-top: 0.5rem;
  padding-top: 8px;
  padding-bottom: 0.5rem;
  padding-bottom: 8px;
}
.sm-tailwindcss .sm-py-4 {
  padding-top: 1rem;
  padding-top: 16px;
  padding-bottom: 1rem;
  padding-bottom: 16px;
}
.sm-tailwindcss .sm-text-left {
  text-align: left;
}
.sm-tailwindcss .sm-text-center {
  text-align: center;
}
.sm-tailwindcss .sm-text-right {
  text-align: right;
}
.sm-tailwindcss .sm-align-middle {
  vertical-align: middle;
}
.sm-tailwindcss .sm-text-xs {
  font-size: 0.75rem;
  font-size: 12px;
  line-height: 1rem;
  line-height: 16px;
}
.sm-tailwindcss .sm-text-sm {
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1.25rem;
  line-height: 20px;
}
.sm-tailwindcss .sm-text-base {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5rem;
  line-height: 24px;
}
.sm-tailwindcss .sm-text-lg {
  font-size: 1.125rem;
  font-size: 18px;
  line-height: 1.75rem;
  line-height: 28px;
}
.sm-tailwindcss .sm-text-xl {
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 1.75rem;
  line-height: 28px;
}
.sm-tailwindcss .sm-text-2xl {
  font-size: 1.5rem;
  font-size: 24px;
  line-height: 2rem;
  line-height: 32px;
}
.sm-tailwindcss .sm-text-3xl {
  font-size: 1.875rem;
  font-size: 30px;
  line-height: 2.25rem;
  line-height: 36px;
}
.sm-tailwindcss .sm-text-4xl {
  font-size: 2.25rem;
  font-size: 36px;
  line-height: 2.5rem;
  line-height: 40px;
}
.sm-tailwindcss .sm-text-5xl {
  font-size: 3rem;
  font-size: 48px;
  line-height: 1;
}
.sm-tailwindcss .sm-text-6xl {
  font-size: 3.75rem;
  font-size: 60px;
  line-height: 1;
}
.sm-tailwindcss .sm-font-normal {
  font-weight: 400;
}
.sm-tailwindcss .sm-font-semibold {
  font-weight: 600;
}
.sm-tailwindcss .sm-font-bold {
  font-weight: 700;
}
.sm-tailwindcss .sm-leading-none {
  line-height: 1;
}
.sm-tailwindcss .sm-leading-snug {
  line-height: 1.375;
}
.sm-tailwindcss .sm-tracking-tight {
  letter-spacing: -0.025em;
}
.sm-tailwindcss .sm-text-black {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(150 25 25 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(234 234 232 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(167 168 169 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(137 138 141 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(99 101 105 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(84 86 90 / var(--tw-text-opacity));
}
.sm-tailwindcss .sm-opacity-0 {
  opacity: 0;
}
.sm-tailwindcss .sm-pagination {
  margin: 0px;
  display: inline-block;
}
.sm-tailwindcss .sm-pagination-tri {
  margin-left: 0.25rem;
  margin-left: 4px;
  margin-right: 0.25rem;
  margin-right: 4px;
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d8d6;
  padding: 0.5rem;
  padding: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 1;
  min-width: 2.5em;
  color: #222;
}
.sm-tailwindcss .sm-pagination-tri:hover {
  color: #961919;
}
.sm-tailwindcss .sm-pagination-tri--cur {
  cursor: default;
  background-color: #d9d8d6;
}
.sm-tailwindcss .sm-pagination-tri--cur:hover {
  color: #222;
}
.sm-tailwindcss .sm-pagination-tri--prev {
  width: 5rem;
  width: 80px;
  text-align: right;
}
.sm-tailwindcss .sm-pagination-tri--next {
  width: 5rem;
  width: 80px;
  text-align: left;
}
.sm-tailwindcss .btn:not(.hover\:sm-btn--text:hover):disabled {
  background-color: #eaeae8;
  border-color: #eaeae8;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  color: #a7a8a9;
  cursor: not-allowed;
}
.sm-tailwindcss .sm-tb td {
  font-size: 1rem;
  font-size: 16px;
  text-align: left;
  padding: 6px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eaeae8;
  color: inherit;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sm-tailwindcss .sm-tb--bordered td {
  border-width: 1px;
  border-style: solid;
  border-color: #eaeae8;
}
@keyframes spin {

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

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.sm-tailwindcss .hover\:sm-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.sm-tailwindcss .hover\:sm-text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(150 25 25 / var(--tw-text-opacity));
}
@media (min-width: 576px) {

  .sm-tailwindcss .btn:not(.sm\:sm-btn--text):disabled {
    background-color: #eaeae8;
    border-color: #eaeae8;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    color: #a7a8a9;
    cursor: not-allowed;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  .sm-tailwindcss .sm\:sm-flex {
    display: flex;
  }

  .sm-tailwindcss .sm\:sm-flex-1 {
    flex: 1 1 0%;
  }

  .sm-tailwindcss .sm\:sm-flex-none {
    flex: none;
  }

  .sm-tailwindcss .sm\:sm-flex-grow {
    flex-grow: 1;
  }

  @-webkit-keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @-webkit-keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @-webkit-keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }

  @keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }

  .sm-tailwindcss .sm\:sm-flex-wrap {
    flex-wrap: wrap;
  }

  .sm-tailwindcss .sm\:sm-justify-center {
    justify-content: center;
  }

  .sm-tailwindcss .sm\:sm-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm-tailwindcss .sm\:sm-overflow-x-visible {
    overflow-x: visible;
  }
}
@media (min-width: 768px) {

  .sm-tailwindcss .btn:not(.md\:sm-btn--text):disabled {
    background-color: #eaeae8;
    border-color: #eaeae8;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    color: #a7a8a9;
    cursor: not-allowed;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  .sm-tailwindcss .md\:sm-w-44 {
    width: 11rem;
    width: 176px;
  }

  .sm-tailwindcss .md\:sm-w-60 {
    width: 15rem;
    width: 240px;
  }

  .sm-tailwindcss .md\:sm-w-96 {
    width: 24rem;
    width: 384px;
  }

  .sm-tailwindcss .md\:sm-w-1\/3 {
    width: 33.333333%;
  }

  .sm-tailwindcss .md\:sm-min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm-tailwindcss .sm-code-input {
    display: inline-flex;
    font-size: 32px;
    font-weight: 600;
    width: 50px;
    height: 80px;
    margin: 12px;
    padding: 16.5px 14px;
    border-radius: 4px;
    border: 1px solid #EEE;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

  @-webkit-keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @-webkit-keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @-webkit-keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }

  @keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }

  .sm-tailwindcss .md\:sm-flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {

  .sm-tailwindcss .btn:not(.lg\:sm-btn--text):disabled {
    background-color: #eaeae8;
    border-color: #eaeae8;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    color: #a7a8a9;
    cursor: not-allowed;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  .sm-tailwindcss .lg\:sm-block {
    display: block;
  }

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

  .sm-tailwindcss .lg\:sm-min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  @-webkit-keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @-webkit-keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @-webkit-keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }

  @keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }
}
@media (min-width: 1280px) {

  .sm-tailwindcss .btn:not(.xl\:sm-btn--text):disabled {
    background-color: #eaeae8;
    border-color: #eaeae8;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    color: #a7a8a9;
    cursor: not-allowed;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb td {
    font-size: 1rem;
    font-size: 16px;
    text-align: left;
    padding: 6px 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeae8;
    color: inherit;
    line-height: 1.5;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  .sm-tailwindcss .sm-tb--bordered td {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeae8;
  }

  @-webkit-keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @keyframes ping {

    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @-webkit-keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @keyframes pulse {

    50% {
      opacity: .5;
    }
  }

  @-webkit-keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }

  @keyframes bounce {

    0%, 100% {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
              animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
              animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
  }
}