*, ::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;
}
.container {
  width: 100%;
}
@media (min-width: 360px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-top-8 {
  top: -2rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[\.75rem\] {
  margin-left: .75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[\.75rem\] {
  margin-right: .75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-\.5rem\] {
  margin-top: -.5rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-\[400px\] {
  height: 400px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-80 {
  width: 20rem;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.basis-0 {
  flex-basis: 0px;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.\!flex-row {
  flex-direction: row !important;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.hyphens-auto {
  hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#165272\] {
  --tw-border-opacity: 1;
  border-color: rgb(22 82 114 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.bg-\[\#155272\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 114 / var(--tw-bg-opacity, 1));
}
.bg-\[\#262626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6E6E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F19000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 144 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6941F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 148 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-gray-400 {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[\.8rem\] {
  font-size: .8rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#155272\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 82 114 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#F19000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(241 144 0 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#165272\] {
  --tw-text-opacity: 1;
  color: rgb(22 82 114 / var(--tw-text-opacity, 1));
}
.text-\[\#272320\] {
  --tw-text-opacity: 1;
  color: rgb(39 35 32 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#155272\]\/50 {
  --tw-shadow-color: rgb(21 82 114 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#F19000\]\/50 {
  --tw-shadow-color: rgb(241 144 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
  --primary-color: #165272;
  --secondary-color: #E6E6E6;
  --light-background: #c7c7c7;
  --error-color: #ff3021;
  --font-color: #000000;
  --font-size-header: 3rem;
  --font-size-header2: 2rem;
  --font-size-sub-header: 1.3rem;
  --font-size-sub-header2: 1.1rem;
  --font-size-label: 1rem;
  --font-size-small: 0.8em;
  --font-size-button: 1.5rem;
  --font-size-input: 1.7rem;
  --font-size-table-header: 1.2rem;
  --font-size-table-row: 1.2rem;
}
#root {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
ul {
  list-style: none; /* Remove default bullets */
  margin: 3.5rem;
  line-height: 190%; 
}
table {
  /* font-family: Tahoma, Geneva, sans-serif; */
  width: 100%;
}
th {
  font-size: 13px;
	font-weight: bold;
}
table td {
	padding: 5px;
  padding-left: 0.6rem;
	font-size: 13px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #54585d;
}
table tbody td {
	color: black;
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}
tbody tr:hover {
  background-color: #e5e5e5 !important;
  cursor: pointer;
}
thead{
  background-color: var(--secondary-color);
}
th {
  font-weight: normal;
}
ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--primary-color); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  padding-left: -0.3rem;
}
.ant-pagination li::before{
  content: none !important;
}
/* checkbox style */
.ant-checkbox-checked .ant-checkbox-inner {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
/*
 https://stackoverflow.com/questions/5581034/is-there-are-way-to-make-a-child-divs-width-wider-than-the-parent-div-using-css
 */
.table-container {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 90vw;
  left: calc(-45vw + 50%);
  position: relative;
}
.homepage-container {
  margin: 1rem;
  padding-right: 1rem;
  width: 90vw;
  left: calc(-45vw + 50%);
  position: relative;
}
.tab-container {
  padding: 1rem;
  margin-left: auto; 
  margin-right: auto; 
  width: 80%;
  max-width: 70rem;
}
.flex {
  display: flex
}
.tab-container-wide {
  padding: 1rem;
  margin: auto; 
  width: 80%;
  max-width: 65rem;
}
.space-between{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.space-between-wrap{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.space-around{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flex-column{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
.shadow {
  box-shadow: var(--secondary-color) 0px 2px 8px 0px;
  padding: 1.0rem;
}
.light {
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding: 1.0rem;
  background-color: #fff;
  box-shadow: var(--secondary-color) 0px 2px 8px 0px;
}
.margin-top-down {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-completed {
  color: #fff !important;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100%;
}
.custom-switch .ant-switch-handle {
  background-color: #ffffff !important; /* Default Ant Design handle color */
  border-radius: 50%; /* Ensure circular handle */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for handle */
}
.custom-switch.ant-switch-checked {
  background-color: #1677ff !important; /* Default checked background color */
}
.custom-switch {
  background-color: #d9d9d9 !important; /* Default unchecked background color */
  border: none; /* Remove any custom border styling from global overrides */
}
.custom-switch:hover {
  background-color: #e6e6e6 !important; /* Hover effect for unchecked switch */
}
.custom-switch.ant-switch-checked:hover {
  background-color: #4096ff !important; /* Hover effect for checked switch */
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#165272\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 82 114 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

  .sm\:mt-\[4\.5rem\] {
    margin-top: 4.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-\[25\%\] {
    width: 25%;
  }

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

  .sm\:w-\[70\%\] {
    width: 70%;
  }

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

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

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

  .sm\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .sm\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

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

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

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

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-\[35rem\] {
    width: 35rem;
  }

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.generic-btn {
  display: inline-block;
  padding: 1rem;
  border: none;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 1.25rem;
  cursor: pointer;
}

.generic-btn:hover {
  background-color: var(--secondary-color);
}

.generic-btn:active {
  background-color: var(--primary-color);
}

.primary {
  background-color: var(--primary-color);
}

.secondary {
  background-color: var(--secondary-color);
}

.secondary:hover {
  background-color: grey;
}
.container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
}

.header {
    font-size: var(--font-size-header2);
    font-weight: bolder;
    margin-bottom: 1rem;
}

.sub-header {
    font-size: var(--font-size-sub-header);
    margin-bottom: 1rem;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.button {
    color: var(--primary-color);
}
.help-icon {
  margin-left: 0.8rem;
  margin-top: 0.6rem;
  font-size: 35px !important;
}

.pop-over-text {
  max-width: 250px;
}
.copy-container {
  display: flex;
  width: 40px;
}
.copy-svg {
  width: 25px;
  margin: auto;
  color: var(--primary-color);
}
.copy-svg:hover {
  cursor: pointer;
}
.text-input-label {
  font-size: --var(--font-size-label);
  font-weight: 700;
  margin-bottom: 5px;
  display: flex;
  margin-left: 5px;
}

.text-container {
  width: 100%;
}

.text-input-container {
  display: flex;
  width: 100%;
}

.text-input {
  width: 100%;
  height: 3rem;
  padding: 5px 8px;
  border: 3px solid var(--secondary-color);
  font-size: 1.0rem;
  color: black;
  /* margin-bottom: 5px; */
  outline: none;
  transition: 0.2s;
  background-color: white;
}

.text-input:focus {
  border: 3px solid var(--primary-color);
}

.text-input:hover {
  border: 3px solid var(--primary-color);
}

/* remove default focus effect */

.text-input:focus, input:focus{
  outline: none;
}

.error {
  border-bottom: 2px solid var(--error-color);
}

.error-msg {
  color: var(--error-color);
  margin-left: 5px;
}

.hidden-class {
  display: none;
}

.text-desc {
  margin-left: 1rem;
  margin-right: 1rem;
}
.richtlinien-contract-data-header {
  font-size: var(--font-size-sub-header);
  font-weight: 700;
  border-bottom: 1px solid rgba(46, 46, 46, 0.336);
  padding-bottom: 8px;
}

.richtlinien-contract-data-row-left {
  width: 75%;
}

.richtlinien-contract-data-row-right {
  width: 55%;
}

.richtlinien-contract-data-row {
  display: flex;
  font-size: var(--font-size-sub-header);
  padding-left: 10px;
  color: rgb(77, 77, 77);
  padding-top: 5px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.336);
  padding-bottom: 8px;
}

.row-amounts {
  margin-top: 15px;
  padding-top: 8px;
  border-top: 1px solid rgba(46, 46, 46, 0.336);
}

.richtlinien-action-code-container {
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.richtlinien-action-code-input-container {
  width: 30%;
  margin-top: auto;
  margin-bottom: auto;
}

.richtlinien-personaldata-container {
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid black;
}

.row-left-cost {
  width: 60%;
}

.row-right-cost {
  width: 40%;
  display: flex;
}

.row-right-cost-item {
  font-size: 1.2rem;
  width: 25%;
  text-align: right;
}

.row-right-cost-header {
  width: 50%;
}

.richtlinien-cost-container {
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 2px solid black;
}

.richtlinien-contract-data-checkbox-header {
  font-size: var(--font-size-sub-header);
}

.richtlinien-contract-data-checkbox-container {
  margin-bottom: -60px;
}
.ant-checkbox-inner {
    border: 1px solid black;
}.input-helper-container {
  display: flex;
  width: calc(100% + 60px);
}

.person-border {
  width: 100%;
  height: 2px;
  background-color: black;
  margin-bottom: 2.5rem;
}

.login-label {
  font-size: var(font-size-label);
}.dropdown-container {
  width: 100%;
}

.dropdown-input-container {
  display: flex;
  /* margin-bottom: 1rem; */
}

.dropdown-label {
  font-size: --var(--font-size-label);
  font-weight: 600;
  margin-bottom: 5px;
}

.dropdown-select {
  background-color: white;
  width: 100%;
  height: 3rem;
  padding: 5px 8px;
  border: 3px solid var(--secondary-color);
  font-size: 1.5rem;
  color: black;
  margin-bottom: 5px;
  outline: none;
  transition: 0.2s;
}

.dropdown-select:focus {
  border: 3px solid var(--primary-color);
}

.error {
  border-bottom: 2px solid var(--error-color);
}

.error-msg {
  color: var(--error-color);
  margin-left: 5px;
}
.zeichnung-container {
  width: 100%;
  margin: auto;
  padding-bottom: 2.5rem;
  /* background-color: teal; */
}

.zeichnung-amount-input-container-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.zeichnung-number-input {
  display: flex;
  width: 80%;
}

.amount-currency {
  width: 10%;
  font-size: var(--font-size-label);
  padding-top: 10px;
  padding-left: 10%;
  background-color: rgb(228, 227, 227);
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-bottom: 8px;
}

.zeuchnung-amount-container {
  width: 75%;
}

.zeuchnung-amount-container-1 {
  width: 100%;
}
.anlageerfahrung-header,
.anlageerfahrung-header1 {
  font-size: var(--font-size-sub-header2);
  border-bottom: 1px solid rgba(46, 46, 46, 0.336);
}

.anlageerfahrung-header1 {
  margin-top: 20px;
}

.anlageerfahrung-paragraph {
  font-size: var(--font-size-sub-header2);
  padding-top: 15px;
}

.anlageerfahrung-form-container,
.anlageerfahrung-form-container1 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.anlageerfahrung-form-container {
  border-bottom: 2px solid black;
}

.radio-form-container {
  border-top: 2px solid black;
  padding-top: 30px;
}

.anlageerfahrung-form-container2 {
  border-top: 2px solid black;
  margin-bottom: 3rem;
}

.anlageerfahrung-form-subcontainer {
  width: 33.33%;
}

.anlageerfahrung-form-subcontainer-header {
  font-size: var(--font-size-sub-header2);
  font-weight: 700;
}

.anlageerfahrung-form-anlageform {
  font-size: var(--font-size-sub-header2);
  margin-top: 2.89rem;
}

.anlageerfahrung-form-checkbox-container {
  margin-top: 3.62rem;
}

.anlageerfahrung-form-input-container {
  padding-top: 15px;
}

.anlageerfahrung-form-radio-input-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.anlageerfahrung-form-radio-label {
  padding-left: 10px;
}
.depot-container {
  width: 100%;
  margin: auto;
}

.depot-input-container {
  margin-top: 3rem;
}

.depot-heading {
  font-size: var(--font-size-header);
  font-weight: bold;
  padding-bottom: 1rem;
}

.depot-paragraph {
  font-size: var(--font-size-sub-header);
}

.depot-eth-address{
}

.depot-eth-address-help{
  margin-top: 4.7rem;
  margin-left: 2rem;
}
.start {
  margin: 1rem;
  display: flex;
  justify-content: center;
}

.start-title {
  font-size: var(--font-size-header2);
  display: flex;
  margin-bottom: 2rem;
}

.start-product {
  font-size: var(--font-size-header2);
  font-style: italic;
  color: var(--primary-color);
  cursor: pointer;
  margin-left: 1rem; 
}

.start-product:hover {
  font-weight: bold;
  color: var(--primary-color);
}

.start-product:active {
  color: var(--secondary-color);
}

.start-create-issuer-prompt {
  margin-top: 1rem;
  font-size: var(--font-size-header2);
  padding-left: 20px;
  transition: 0.3s ease-in-out;
}

.start-create-issuer-button {
  margin-left: 40px;
  width: 150px;
  margin-right: 40px;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 650px) {
  .start-create-issuer-prompt {
    font-size: var(--font-size-header2);
    padding-top: 15px;
    transition: 0.3s ease-in-out;
  }
  .start-create-issuer-button {
    margin-left: 40px;
    width: 100px;
    transition: 0.3s ease-in-out;
  }
}
.loading-animation-message {
  color: black;
  font-size: 50px;
  text-align: center;
  padding-top: 20px;
  font-weight: 500;
}
.loader {
  visibility: visible;
  animation: showUp 4.0s ;
}

@keyframes showUp {
  from {opacity: 0;}
  to {opacity: 1;}
}


.exit-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  float: right;
}
.exit-container:hover {
  background-color: var(--light-background);
  border-radius: 10px;
}
.user-info-container {
  padding: 1.3rem;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
}

.newsletter {
  display: flex;
}

.user-info-divider {
  margin: 0 auto;
  width: 99%;
  height: 0.14rem;
  background-color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.user-info-birthday{
  width: 99%;
  margin-bottom: -2rem;
}

.user-info-country-label{
  font-size: var(--font-size-label);
  font-weight: 600;
  margin-bottom: 5px;
}

.user-info-button {
  margin-left: auto;
}

.user-info-title {
  display: flex;
}

.user-info-identified {
  display: flex;
}

.user-info-identified-btn {
  margin-top: 0.7rem;
  margin-left: 2.7rem;
}

@media only screen and (max-width: 700px) {
    .user-info-country-label{
        font-size: 1.5rem;
        font-weight: 600;
        width: 40%;
    }
    .input-helper-container {
      width: 50%;
    }
    .text-input {
        width: 100%;
        height: 2.8rem;
        font-size: 1.4rem;
        color: rgb(100, 100, 100);
        border-top: 1px solid rgba(128, 128, 128, 0.39);
        border-right: 1px solid rgba(128, 128, 128, 0.39);
        border-left: 1px solid rgba(128, 128, 128, 0.39);
        border-bottom: 2px solid var(--primary-color);
    }
}
.products-container {
  margin: 1rem;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: -3rem;
}

.docs-container {
  padding: 2rem;
  max-width: 70rem;
  width: 100%;
  margin: auto;
}

.docs-file {
  margin-bottom: 3rem;
}

.docs-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zeichnung-status-container {
  border: 1px solid black;
  border-radius: 20px;
  display: inline-block;
}
.zeichnung-status-container-content {
  display: flex;
  padding: 0.4rem;
}
.zeichnung-status-container-header {
  margin-top: 0.2rem;
  font-size: var(--font-size-sub-header);
}
.upload-file-border {
  display: block;
  padding: 25px 25px 25px 25px;
  border: 2px dashed var(--primary-color);
  min-width: 400px;
  max-width: 400px;
}

.upload-file-container {
  display: flex;
}

.file-upload {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 70px 10px 70px;
  background-color: var(--primary-color);
  margin-left: 30px;
  border-radius: 5px;
  margin: auto;
  cursor: pointer;
}

.file-upload:hover {
  background-color: var(--secondary-color);
}

.upload-icon {
  font-size: 70px;
  color: #a5c409dc;
  margin-top: -25px;
}

.file-name {
  text-align: center;
  color: black;
  font-size: 15px;
}
.color-picker {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.color-picker-row {
    display: flex;
    margin-top: 1rem;
}
.settings-container {
  padding: 1rem;
  max-width: 50rem;
  margin: auto; 
  width: 80%
}
.settings-label {
  font-size: var(--font-size-sub-header);
  margin: 1rem;
}
.settings-logo-row {
  display: flex;
}
.settings-logo {
  margin-top: 2rem;
}
.settings-primarycolor-row {
  display: flex;
}
.settings-primary-color {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.settings-secondarycolor-row {
  display: flex;
  margin-top: 1rem;
}
.settings-secondary-color {
  margin-bottom: 1rem;
}
.settings-save-button {
  margin-top: 3rem;
  margin-right: 1rem;
}
.settings-btns {
  display: flex;
  float: right;
  margin-top: 2rem;
}
.nav-container {
  height: 60px;
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
  align-items: end;
  padding-left: 1rem;
}

.nav-button {
  background-color: var(--primary-color);
  font-size: 0.8rem;
  height: 2.5rem;
  width: auto;
  color: white;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 2px;
}

.nav-button:hover {
  cursor: pointer;
  background-color: var(--secondary-color);
}

.nav-button-text {
  transition: all 0.25s ease-in-out;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-transform: uppercase;
  align-items: end;
  display: flex;
}

.nav-icon-user,
.nav-icon-settings {
  font-size: 18px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.nav-icon-user {
  transition: all 0.25s ease-in-out;
}

.selected {
  background-color: white;
  color: black;
}

.booking {
  background-color: #f19000;
}

.hidden-class {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .nav-button {
    font-size: 0.7rem;
    transition: all 0.25s ease-in-out;
  }


}

@media only screen and (max-width: 1200px) {
  .nav-button {
    font-size: 0.6rem;
    transition: all 0.25s ease-in-out;
  }

 

}

@media only screen and (max-width: 1100px) {
  .nav-button {
    font-size: 0.4rem;
    transition: all 0.25s ease-in-out;
  }
}
.login-container {
  width: 35%;
  margin: auto;
}

.login-heading {
  font-size: var(--font-size-header);
  line-height: 3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.login-sub-heading {
  font-weight: 500;
  font-size: var(--font-size-sub-header);
}

.login-sub-heading>span>a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(0, 174, 255);
}

.login-form-container {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.login-label {
  font-size: var(--font-size-label);
  font-weight: 600;
}

.login-input {
  width: 100%;
  height: 3rem;
  border-top: 1px solid rgba(128, 128, 128, 0.39);
  border-right: 1px solid rgba(128, 128, 128, 0.39);
  border-left: 1px solid rgba(128, 128, 128, 0.39);
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 3rem;
  font-size: 1.5rem;
  color: rgb(100, 100, 100);
}

.login-actions-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.login-alternate-action>div>.link {
  text-decoration: none;
  font-size: var(--font-size-sub-header);
  color: rgb(0, 174, 255);
  line-height: 2.5rem;
}

.login-submit {
  width: 170px;
  height: 60px;
  border: none;
  background-color: var(--primary-color);
  margin-top: 10px;
  border-radius: 3px;
  color: white;
  font-size: var(--font-size-button);
  cursor: pointer;
}

@media only screen and (max-width: 1700px) {
  .login-container {
    width: 40%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1500px) {
  .login-container {
    width: 50%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1300px) {
  .login-container {
    width: 60%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 900px) {
  .login-container {
    width: 80%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 700px) {
  .login-container {
    width: 95%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
  .login-heading {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .login-sub-heading {
    font-weight: 500;
    font-size: 1rem;
  }
  .login-alternate-action>div>a {
    text-decoration: none;
    font-size: 1.2rem;
    color: rgb(0, 174, 255);
    line-height: 1.8rem;
  }
  .login-submit {
    width: 130px;
    height: 50px;
    border: none;
    background-color: var(--primary-color);
    border-radius: 3px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
  }
  .login-form-container {
    width: 99%;
    margin-top: 1.8rem;
  }
  .login-label {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .login-input {
    width: 100%;
    height: 2.8rem;
    font-size: 1.4rem;
    color: rgb(100, 100, 100);
    border-top: 1px solid rgba(128, 128, 128, 0.39);
    border-right: 1px solid rgba(128, 128, 128, 0.39);
    border-left: 1px solid rgba(128, 128, 128, 0.39);
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 1.5rem;
  }
}
.signup-container {
  width: 60%;
  margin: auto;
  padding: 1rem;
}

.signup-heading {
  font-size: var(--font-size-header);
  line-height: 4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.signup-subheading>ul>li {
  font-size: var(--font-size-sub-header);
  margin-left: 1rem;
}

.signup-form {
  padding-top: 1rem;
}

.signup-form-row {
  display: flex;
  justify-content: space-between;
}

.row-item {
  width: 49%;
}

.signup-label {
  font-size: var(--font-size-label);
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 0.4rem;
}

.checkbox-link {
  text-decoration: none;
  color: rgb(0, 174, 255);
}

.signup-bottom-text {
  font-size: var(--font-size-sub-header);
  font-weight: 400;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.signup-submit {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 2rem;
  float: right;
}

@media only screen and (max-width: 1300px) {
  .signup-container {
    width: 90%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 800px) {
  .signup-container {
    width: 100%;
    margin: auto;
    padding-top: 2rem;
    transition: width 0.2s ease-in-out;
  }
  .signup-heading {
    font-size: var(--font-size-header2);
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-left: 10px;
  }
  .signup-subheading>ul>li {
    font-size: var(--font-size-sub-header);
  }
  input[type="checkbox"] {
    zoom: 0;
    margin-left: rem;
  }
  .signup-form-row {
    display: block;
  }
  .row-item {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .signup-checkbox-container {
    margin-left: 10px;
  }
  .signup-bottom-text {
    font-size: var(--font-size-button);
    font-weight: 400;
    margin-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 10px;
  }
  .login-form-container {
    width: 100%;
    margin-top: 1.8rem;
  }
  .signup-label {
    font-size: var(--font-size-label);
    font-weight: 600;
    margin-bottom: 5px;
  }
  .signup-submit {
    margin-right: 10px;
  }
  .row-email {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.no-bullet-points li {
  display: flex;
  align-items: flex-start;
}

.no-bullet-points li::before {
  content: none;
}.email-confirmation-container {
  width: 60%;
  margin: auto;
  padding-top: 2rem;
  /* background: teal; */
}

.email-confirmation-heading {
  font-size: var(--font-size-header);
  font-weight: bold;
}

.email-confirmation-subheading {
  font-size: var(--font-size-sub-header);
  padding-top: 0.8rem;
}

.registration-code-form {
  padding-top: 2.5rem;
}

.email-confirmation-border {
  height: 2px;
  background-color: black;
  width: calc(100% - 50px);
}

.email-confirmation-textbox-container {
  display: grid;
  grid-template-columns: 7fr 1fr;
  grid-gap: 20px;
  margin-right: 0;
  margin-top: 1rem;
}

.email-confirmation-submit {
  width: 150px;
  height: 50px;
  border: none;
  background-color: var(--primary-color);
  margin-top: 10px;
  border-radius: 3px;
  color: white;
  font-size: var(--font-size-button);
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 2rem;
  float: right;
  margin-right: 50px;
}

.email-confirmation-help-popup {
  margin-top: 20px;
}

@media only screen and (max-width: 1700px) {
  .email-confirmation-container {
    width: 70%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1500px) {
  .email-confirmation-container {
    width: 80%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1300px) {
  .email-confirmation-container {
    width: 90%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 900px) {
  .email-confirmation-container {
    width: 90%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 800px) {
  .email-confirmation-container {
    width: 95%;
    margin: auto;
    padding-top: 2rem;
    transition: width 0.2s ease-in-out;
  }
  .email-confirmation-heading {
    font-size: var(font-size-header);
    font-weight: bold;
  }
  .email-confirmation-subheading {
    font-size: var(font-size-sub-header);
    padding-top: 0.8rem;
  }
}
.newpass-container {
  width: 35%;
  margin: auto;
}

.newpass-heading {
  font-size: var(--font-size-sub-header);
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.newpass-sub-heading {
  font-weight: 200;
  font-size: var(font-size-sub-header2);
}

.newpass-sub-heading > span > a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(0, 174, 255);
}

.newpass-form-container {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.newpass-label {
  font-size: var(--font-size-label);
  font-weight: 600;
}

.newpass-input {
  width: 100%;
  height: 3rem;
  border-top: 1px solid rgba(128, 128, 128, 0.39);
  border-right: 1px solid rgba(128, 128, 128, 0.39);
  border-left: 1px solid rgba(128, 128, 128, 0.39);
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 1rem;
  font-size: var(--font-size-input);
  color: rgb(100, 100, 100);
}

.newpass-actions-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.newpass-alternate-action > div > a {
  text-decoration: none;
  font-size: 1.8rem;
  color: rgb(0, 174, 255);
  line-height: 2.5rem;
}

.newpass-submit {
  width: 255px;
  height: 60px;
  border: none;
  background-color: var(--primary-color);
  margin-top: 10px;
  border-radius: 3px;
  color: white;
  font-size: var(--font-size-button);
  cursor: pointer;
  margin-left: auto;
}

@media only screen and (max-width: 1700px) {
  .newpass-container {
    width: 40%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1500px) {
  .newpass-container {
    width: 50%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 1300px) {
  .newpass-container {
    width: 60%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 900px) {
  .newpass-container {
    width: 80%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 700px) {
  .newpass-container {
    width: 95%;
    margin: auto;
    transition: width 0.2s ease-in-out;
  }

  .newpass-heading {
    font-size: var(font-size-header);
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .newpass-sub-heading {
    font-size: var(--font-size-sub-header);
  }

  .newpass-alternate-action > div > a {
    text-decoration: none;
    font-size: 1.2rem;
    color: rgb(0, 174, 255);
    line-height: 1.8rem;
  }

  .newpass-submit {
    width: 130px;
    height: 50px;
    border: none;
    background-color: var(--primary-color);
    border-radius: 3px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
  }

  .newpass-form-container {
    width: 99%;
    margin-top: 1.0rem;
  }


  .newpass-input {
    width: 100%;
    height: 2.8rem;
    font-size: 1.4rem;
    color: rgb(100, 100, 100);
    border-top: 1px solid rgba(128, 128, 128, 0.39);
    border-right: 1px solid rgba(128, 128, 128, 0.39);
    border-left: 1px solid rgba(128, 128, 128, 0.39);
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 1.5rem;
  }
}
.navbar-logo>img {
  width: 250px;
  height: 100px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  cursor: pointer;
}

.navbar-logo-login>img {
  width: 350px;
  height: 150px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding-bottom: 25px;
  padding-top: 25px;
}

.navbar-login-user-info-name {
  margin-top: 2.7rem;
  margin-right: 1rem;
}

.navbar-demo-mode-status {
  margin-right: 1rem;
  color: red;
  font-weight: 900;
}

.navbar-demo-mode-status:hover {
  color: black;
  cursor: pointer;
}

.navbar-seperator {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--primary-color);
}

.navbar-seperator-login {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: var(primary-color);
}
.back-container {
  display: flex;
  width: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  justify-content: center;
  align-items: center;
}
.back-container:hover {
  background-color: var(--light-background);
  border-radius: 10px;
}
.delete-container:hover {
  background-color: red;
  border-radius: 10px;
  cursor: pointer;
}
.page {
    margin: auto;
    text-align: center;
    padding: 8rem;
}

.header {
    font-size: var(--font-size-header);
    font-weight: 800;
}

.sub-header {
    font-size: var(--font-size-sub-header);
    font-weight: 400;
    margin-bottom: 5rem;
}

.link {
    color: var(--primary-color);
}.create-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem;
}

.create-product-form {
  justify-content: left;
  min-width: 90%;
}

.divider {
  margin: 0 auto;
  width: 99%;
  height: 0.14rem;
  background-color: var(--primary-color);
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.form-action {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.create-product-upload-container {
  margin-top: 2rem;
}

.create-product-loading-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.363);
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  animation: darken 1s;
}

@keyframes darken {
  from {background-color: rgba(0, 0, 0, 0.0);}
  to {background-color: rgba(0, 0, 0, 0.363);}
}

.create-product-loading {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-issuer-container {
  width: 60%;
  margin: auto;
  transition: width 0.3s ease-in-out;
}

.create-issuer-info-form {
  padding-bottom: 30px;
}

.create-issuer-heading {
  font-size: var(--font-size-header);
  font-weight: 500;
  text-align: center;
}

.create-issuer-info-textinput {
  margin-top: 15px;
}

.create-issuer-info-dropdown-container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.create-issuer-info-dropdown {
  width: 45%;
}

.create-issuer-branding-container {
  padding-top: 15px;
  padding-bottom: 40px;
}

.create-issuer-branding-inputs-container {
  display: flex;
  justify-content: space-evenly;
  padding-top: 30px;
}

.create-issuer-image-uploader-container {
  align-items: center;
  margin-right: 2rem;
}

.create-issuer-branding-label {
  font-size: var(--font-size-sub-header);
  padding-bottom: 10px;
}

.create-issuer-image-uploader {
  width: 250px;
}

.create-issuer-submit-button {
  width: 300px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  float: right;
}

.create-issuer-success-heading {
  text-align: center;
  font-size: var(--font-size-header);
}

.create-issuer-success-subheading {
  font-size: var(--font-size-header2);
  padding-bottom: 30px;
  padding-top: 10px;
  width: 80%;
  margin: auto;
  text-align: center;
}

.create-issuer-success-button {
  margin: auto;
  width: 200px;
}

@media only screen and (max-width: 1500px) {
  .create-issuer-container {
    width: 80%;
    transition: width 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 1000px) {
  .create-issuer-container {
    width: 90%;
    transition: width 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 900px) {
  .create-issuer-container {
    width: 95%;
    transition: width 0.3s ease-in-out;
  }

  .create-issuer-info-dropdown-container {
    display: block;
    margin-top: 0px;
  }

  .create-issuer-info-dropdown {
    width: 100%;
    padding-top: 30px;
  }

  .create-issuer-branding-inputs-container {
    display: block;
    text-align: center;
  }

  .create-issuer-image-uploader {
    margin: auto;
  }

  .create-issuer-color-picker-container {
    margin-top: 30px;
  }

  .create-issuer-success-heading {
    font-size: var(--font-size-header2);
  }

  .create-issuer-success-subheading {
    font-size: var(--font-size-sub-header);
    width: 100%;
  }
}
.product-info-container {
  margin: 0px auto;
  width:100%;
  max-width: 1000px;
}

.product-info-title {
  text-align: center;
}

.product-info-link {
  display: flex;
}

.product-info-copy {
  margin-left: 1rem;
}

.product-info-files {
  display: flex;
  margin: 1rem;
}

.product-info-file {
  margin-right: 1rem;
}

.product-info-status {
  display: flex;
}

.product-info-status-btn {
  margin-left: 3rem;
  margin-top: 0.7rem;
}
.no-connection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no-connection-text {
    color: var(--primary-color);
    font-size: var(--font-size-header2);
}

.seperator {
    height: 10px;
    width: 100%;
    background-color: var(--light-background);
    margin-bottom: 3rem;
}.footer-container-2 {
  background-color: #222222;
  color: white;
  padding: 10px;
  margin: 0px;
}

.footer-logo {
  font-size: var(--font-size-sub-header);
  font-weight: 700;
}

.footer-logo > span {
  font-size: 1rem;
  font-weight: 400;
}

.imprint-container > img {
  display: none;
}

.alerts-modal-content-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alerts-modal-icon {
  margin-top: 9px;
}

.alerts-modal-content-title {
  font-size: var(--font-size-header2);
  font-weight: 500;
  margin-left: 10px;
  text-transform: capitalize;
  padding-right: 100px;
}

.alerts-modal-header-left {
  display: flex;
}

.alerts-modal-close:hover {
  cursor: pointer;
}

.alerts-modal-content-body {
  font-size: 18px;
  padding-top: 20px;
  padding-left: 10px;
}

.alerts-modal-content-button {
  display: flex;
  margin-top: 20px;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.issuer-creation-condition-rent {
  margin-bottom: 2rem;
}
.issuer-creation-condition-processing-fee {
  margin-bottom: 2rem;
}
.booking-btns {
  float: right;
  margin-right: 2rem;
  margin-top: 2rem;
}
.booking-tab {
  margin: auto;
  width: 80%;
  margin-top: 3rem;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 10vh;
}

.page-content {
  flex-grow: 1;
}

.mobile-wrapper {
  display: block;
}

*, ::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.17 | MIT License | https://tailwindcss.com
*/

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -moz-tab-size: 4;
    -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;
}

.container {
  width: 100%;
}

@media (min-width: 360px) {

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

@media (min-width: 640px) {

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

@media (min-width: 1280px) {

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

@media (min-width: 1536px) {

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-8 {
  top: -2rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.ml-\[\.75rem\] {
  margin-left: .75rem;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

.mr-\[\.75rem\] {
  margin-right: .75rem;
}

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

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

.mt-\[-\.5rem\] {
  margin-top: -.5rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-4\/5 {
  width: 80%;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-80 {
  width: 20rem;
}

.w-\[20rem\] {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.basis-0 {
  flex-basis: 0px;
}

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

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

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

.\!flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.hyphens-auto {
  hyphens: auto;
}

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-\[\#165272\] {
  --tw-border-opacity: 1;
  border-color: rgb(22 82 114 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#155272\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 114 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#F19000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 144 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6941F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 148 31 / var(--tw-bg-opacity, 1));
}

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

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

.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-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

.text-\[\.8rem\] {
  font-size: .8rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.\!text-\[\#155272\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 82 114 / var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#F19000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(241 144 0 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#165272\] {
  --tw-text-opacity: 1;
  color: rgb(22 82 114 / var(--tw-text-opacity, 1));
}

.text-\[\#272320\] {
  --tw-text-opacity: 1;
  color: rgb(39 35 32 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[\#155272\]\/50 {
  --tw-shadow-color: rgb(21 82 114 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-\[\#F19000\]\/50 {
  --tw-shadow-color: rgb(241 144 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-\[\#165272\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 82 114 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

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

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {

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

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

  .sm\:mt-\[4\.5rem\] {
    margin-top: 4.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-\[25\%\] {
    width: 25%;
  }

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

  .sm\:w-\[70\%\] {
    width: 70%;
  }

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

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

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

  .sm\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .sm\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

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

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

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

@media (min-width: 768px) {

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-\[35rem\] {
    width: 35rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

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

