@import url(https://cdn.jsdelivr.net/npm/@fontsource/carlito@5.0.8/index.css);
@import url(https://cdn.jsdelivr.net/npm/@fontsource/carlito@5.0.8/400.css);
@import url(https://cdn.jsdelivr.net/npm/@fontsource/carlito@5.0.8/700.css);
@import url(https://cdn.jsdelivr.net/npm/@fontsource/carlito@5.0.8/400-italic.css);
@import url(https://cdn.jsdelivr.net/npm/@fontsource/carlito@5.0.8/700-italic.css);

*, ::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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
@font-face {
        font-family: "Futura";
        src: local("Futura Light BT"), local("FuturaBT-Light"),
            url("/assets/fonts/FuturaBT-Light.woff2") format("woff2"),
            url("/assets/fonts/FuturaBT-Light.woff") format("woff");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
@font-face {
        font-family: "FuturaItalic";
        src: local("Futura Light Italic BT"), local("FuturaBT-LightItalic"),
            url("/assets/fonts/FuturaBT-LightItalic.woff2") format("woff2"),
            url("/assets/fonts/FuturaBT-LightItalic.woff") format("woff");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
@font-face {
        font-family: "FuturaMedium";
        src: local("Futura Medium BT"), local("FuturaBT-Medium"),
            url("/assets/fonts/FuturaBT-Medium.woff2") format("woff2"),
            url("/assets/fonts/FuturaBT-Medium.woff") format("woff");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
@font-face {
        font-family: "FuturaBold";
        src: local("Futura-Bold"),
            url("/assets/fonts/Futura-Bold.woff2") format("woff2"),
            url("/assets/fonts/Futura-Bold.woff") format("woff");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
@font-face {
        font-family: "FuturaHeavy";
        src: local("Futura Heavy Italic BT"), local("FuturaBT-HeavyItalic"),
            url("/assets/fonts/FuturaBT-HeavyItalic.woff2") format("woff2"),
            url("/assets/fonts/FuturaBT-HeavyItalic.woff") format("woff");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
@font-face {
        font-family: "FuturaBdCnBT";
        src: local("Futura Bold Condensed BT"), local("FuturaBT-BoldCondensed"),
            url("/assets/fonts/FuturaBT-BoldCondensed.woff2") format("woff2"),
            url("/assets/fonts/FuturaBT-BoldCondensed.woff") format("woff");
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
@font-face {
        font-family: "FuturaMdCnBT";
        src: local("Futura Medium Condensed BT"),
            local("FuturaBT-MediumCondensed"),
            url("/assets/fonts/FuturaBT-MediumCondensed.woff2") format("woff2"),
            url("/assets/fonts/FuturaBT-MediumCondensed.woff") format("woff");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 376px){
  .\!container{
    max-width: 376px !important;
  }
  .container{
    max-width: 376px;
  }
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.can-exp-h1 {
        font-size: 45px;
        line-height: normal;
        font-family: FuturaMdCnBT, cursive;
        color: #2563eb;
        margin-bottom: 1rem;
        font-weight: 500;
    }
.can-exp-h2 {
        font-size: 24px;
        font-family: FuturaMdCnBT, cursive;
        color: #111827;
    }
.can-exp-h3 {
        font-family: "FuturaMdCnBT";
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
    }
.can-exp-h4 {
        font-family: "FuturaMdCnBT";
        font-size: 24px;
        line-height: 120%;
    }
.can-exp-p {
        font-size: 1rem;
        color: #111827;
        text-align: justify;
    }
h1 {
        font-size: 30px;
        font-family: FuturaMdCnBT, cursive;
        color: #2563eb;
        margin-bottom: 1rem;
        font-weight: 500;
    }
h2 {
        font-size: 24px;
        font-family: FuturaMdCnBT, cursive;
        color: #111827;
    }
h3 {
        font-family: FuturaMdCnBT, cursive;
        font-size: 1.25rem;
    }
h4 {
        font-family: FuturaMdCnBT, cursive;
        font-size: 1.125rem;
    }
h5 {
        font-size: 1.125rem;
        font-family: FuturaMdCnBT, cursive;
        color: #2563eb;
        text-align: justify;
    }
h6
    .bg-red-500,h6
    .bg-red-700,h6
    .bg-greenXS,h6
    .bg-sky-700,h6
    .bg-primary,h6
    .bg-blue-600 {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        h6
        .bg-red-500,h6
        .bg-red-700,h6
        .bg-greenXS,h6
        .bg-sky-700,h6
        .bg-green-700,h6
        .bg-primary,h6
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        h6
        .bg-red-500,h6
        .bg-red-700,h6
        .bg-greenXS,h6
        .bg-sky-700,h6
        .bg-green-700,h6
        .bg-primary,h6
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        h6
        .bg-red-500,h6
        .bg-red-700,h6
        .bg-greenXS,h6
        .bg-sky-700,h6
        .bg-green-700,h6
        .bg-primary,h6
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        h6
        .bg-red-500,h6
        .bg-red-700,h6
        .bg-greenXS,h6
        .bg-sky-700,h6
        .bg-green-700,h6
        .bg-primary,h6
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        h6
        .bg-red-500,h6
        .bg-red-700,h6
        .bg-greenXS,h6
        .bg-sky-700,h6
        .bg-green-700,h6
        .bg-primary,h6
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        h6
        .bg-red-500,h6
        .bg-red-700,h6
        .bg-greenXS,h6
        .bg-sky-700,h6
        .bg-green-700,h6
        .bg-primary,h6
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        h6
        .bg-red-500,h6
        .bg-red-700,h6
        .bg-greenXS,h6
        .bg-sky-700,h6
        .bg-green-700,h6
        .bg-primary,h6
        .bg-blue-600 {
            font-size: 22px;
        }
    }
h6{
  font-family: FuturaMdCnBT, cursive;
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
p {
        font-family: "Carlito", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        font-size: 1rem;
        color: #111827;
        text-align: justify;
    }
a{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
a:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
/* Form Elements */
input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="search"],
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    textarea,
    select {
        font-family: "Carlito", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
        font-size: 16px;
    }
label {
        font-family: FuturaMdCnBT, cursive;
    }
/* Buttons */

    button.button-exp-fill,
    a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }

    .bg-red-500.button-exp-fill,
    .bg-red-700.button-exp-fill,
    .bg-greenXS.button-exp-fill,
    .bg-sky-700.button-exp-fill,
    .bg-primary.button-exp-fill,
    .bg-blue-600.button-exp-fill {
        font-size: 22px;
    }

    button.button-exp-fill,
    a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }

    .bg-red-500.button-exp-fill,
    .bg-red-700.button-exp-fill,
    .bg-greenXS.button-exp-fill,
    .bg-sky-700.button-exp-fill,
    .bg-primary.button-exp-fill,
    .bg-blue-600.button-exp-fill {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }
    }
.button-exp-fill{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-fill:hover
    .bg-red-500,.button-exp-fill:hover
    .bg-red-700,.button-exp-fill:hover
    .bg-greenXS,.button-exp-fill:hover
    .bg-sky-700,.button-exp-fill:hover
    .bg-primary,.button-exp-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
.button-exp-fill:focus
    button,.button-exp-fill:focus
    a,.button-exp-fill:focus.font-FuturaMdCnBT {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
.button-exp-fill:active
    button,.button-exp-fill:active
    a,.button-exp-fill:active.font-FuturaMdCnBT {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
.button-exp-fill:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-fill:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-fill:active{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-fill {
        font-size: 22px;
    }

    button.button-exp-red-fill,
    a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }

    .bg-red-500.button-exp-red-fill,
    .bg-red-700.button-exp-red-fill,
    .bg-greenXS.button-exp-red-fill,
    .bg-sky-700.button-exp-red-fill,
    .bg-primary.button-exp-red-fill,
    .bg-blue-600.button-exp-red-fill {
        font-size: 22px;
    }

    button.button-exp-red-fill,
    a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }

    .bg-red-500.button-exp-red-fill,
    .bg-red-700.button-exp-red-fill,
    .bg-greenXS.button-exp-red-fill,
    .bg-sky-700.button-exp-red-fill,
    .bg-primary.button-exp-red-fill,
    .bg-blue-600.button-exp-red-fill {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }
    }
.button-exp-red-fill{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-red-fill:hover
    .bg-red-500,.button-exp-red-fill:hover
    .bg-red-700,.button-exp-red-fill:hover
    .bg-greenXS,.button-exp-red-fill:hover
    .bg-sky-700,.button-exp-red-fill:hover
    .bg-primary,.button-exp-red-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
.button-exp-red-fill:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-red-fill:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-red-fill:active{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-red-fill {
        font-size: 22px;
    }

    .bg-red-500.button-exp-green-fill,
    .bg-red-700.button-exp-green-fill,
    .bg-greenXS.button-exp-green-fill,
    .bg-sky-700.button-exp-green-fill,
    .bg-primary.button-exp-green-fill,
    .bg-blue-600.button-exp-green-fill {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }
    }
.button-exp-green-fill{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-green-fill:hover
    .bg-red-500,.button-exp-green-fill:hover
    .bg-red-700,.button-exp-green-fill:hover
    .bg-greenXS,.button-exp-green-fill:hover
    .bg-sky-700,.button-exp-green-fill:hover
    .bg-primary,.button-exp-green-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
.button-exp-green-fill:hover{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-green-fill:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-green-fill:active{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-green-fill {
        font-size: 22px;
    }

    button.button-exp-sky-fill,
    a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }

    .bg-red-500.button-exp-sky-fill,
    .bg-red-700.button-exp-sky-fill,
    .bg-greenXS.button-exp-sky-fill,
    .bg-sky-700.button-exp-sky-fill,
    .bg-primary.button-exp-sky-fill,
    .bg-blue-600.button-exp-sky-fill {
        font-size: 22px;
    }

    button.button-exp-sky-fill,
    a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }

    .bg-red-500.button-exp-sky-fill,
    .bg-red-700.button-exp-sky-fill,
    .bg-greenXS.button-exp-sky-fill,
    .bg-sky-700.button-exp-sky-fill,
    .bg-primary.button-exp-sky-fill,
    .bg-blue-600.button-exp-sky-fill {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }
    }
.button-exp-sky-fill{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-sky-fill:hover
    .bg-red-500,.button-exp-sky-fill:hover
    .bg-red-700,.button-exp-sky-fill:hover
    .bg-greenXS,.button-exp-sky-fill:hover
    .bg-sky-700,.button-exp-sky-fill:hover
    .bg-primary,.button-exp-sky-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
.button-exp-sky-fill:hover{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-sky-fill:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-sky-fill:active{
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-exp-sky-fill {
        font-size: 22px;
    }

    .bg-red-500.button-exp-no-fill,
    .bg-red-700.button-exp-no-fill,
    .bg-greenXS.button-exp-no-fill,
    .bg-sky-700.button-exp-no-fill,
    .bg-primary.button-exp-no-fill,
    .bg-blue-600.button-exp-no-fill {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }
    }
.button-exp-no-fill{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: FuturaMdCnBT, cursive;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.button-exp-no-fill:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.button-exp-no-fill:focus{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.button-exp-no-fill:active{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.button-exp-no-fill {
        font-size: 22px;
    }
/* Force all buttons (red, green, blue/primary) to use 22px font size */
button.bg-red-500,
    button.bg-red-700,
    button.bg-greenXS,
    button.bg-sky-700,
    button.bg-primary,
    button.bg-blue-600,
    a.bg-red-500,
    a.bg-red-700,
    a.bg-greenXS,
    a.bg-sky-700,
    a.bg-primary,
    a.bg-blue-600,
    button[class*="bg-red"],
    button[class*="bg-green"],
    button[class*="bg-sky"],
    button[class*="bg-blue"],
    button[class*="bg-primary"],
    a[class*="bg-red"],
    a[class*="bg-green"],
    a[class*="bg-sky"],
    a[class*="bg-blue"],
    a[class*="bg-primary"],
    .bg-red-500.font-FuturaMdCnBT,
    .bg-red-700.font-FuturaMdCnBT,
    .bg-greenXS.font-FuturaMdCnBT,
    .bg-sky-700.font-FuturaMdCnBT,
    .bg-primary.font-FuturaMdCnBT,
    .bg-blue-600.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
/* Footer */
/* Cards & input */

    .bg-red-500.card-heading,
    .bg-red-700.card-heading,
    .bg-greenXS.card-heading,
    .bg-sky-700.card-heading,
    .bg-primary.card-heading,
    .bg-blue-600.card-heading {
        font-size: 22px;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }
    }
.card-heading{
  font-family: FuturaMdCnBT, cursive;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.card{
  border-radius: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.can-exp-input{
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.can-exp-input: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(1px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
label {
        font-size: 16px;
    }
/* Tablet Media Screen */
@media screen and (min-width: 767px) {
        h1 {
            font-size: 36px;
            font-family: FuturaMdCnBT, cursive;
            color: #2563eb;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        h2 {
            font-size: 30px;
            font-family: FuturaMdCnBT, cursive;
            color: #111827;
        }

        h3 {
            font-family: FuturaMdCnBT, cursive;
            font-size: 1.5rem;
        }

        h4 {
            font-family: FuturaMdCnBT, cursive;
            font-size: 1.25rem;
        }

        .can-exp-h1 {
            font-size: 54px;
            font-family: FuturaMdCnBT, cursive;
            color: #2563eb;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        .can-exp-h2 {
            font-size: 30px;
            font-family: FuturaMdCnBT, cursive;
            color: #111827;
        }

        .can-exp-p {
            font-size: 1rem;
            color: #111827;
            text-align: justify;
        }

        p {
            font-family: "Carlito", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 1rem;
            color: #111827;
            text-align: justify;
        }
    
    .bg-red-500.card-heading,
    .bg-red-700.card-heading,
    .bg-greenXS.card-heading,
    .bg-sky-700.card-heading,
    .bg-primary.card-heading,
    .bg-blue-600.card-heading {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }
    }

        .card-heading{
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
    
    button.button-exp-fill,
    a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-fill,
    .bg-red-700.button-exp-fill,
    .bg-greenXS.button-exp-fill,
    .bg-sky-700.button-exp-fill,
    .bg-primary.button-exp-fill,
    .bg-blue-600.button-exp-fill {
        font-size: 22px;
    }
    
    button.button-exp-fill,
    a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-fill,
    .bg-red-700.button-exp-fill,
    .bg-greenXS.button-exp-fill,
    .bg-sky-700.button-exp-fill,
    .bg-primary.button-exp-fill,
    .bg-blue-600.button-exp-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }
    }

        .button-exp-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-fill:hover
    .bg-red-500,.button-exp-fill:hover
    .bg-red-700,.button-exp-fill:hover
    .bg-greenXS,.button-exp-fill:hover
    .bg-sky-700,.button-exp-fill:hover
    .bg-primary,.button-exp-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
    .button-exp-fill:focus
    button,.button-exp-fill:focus
    a,.button-exp-fill:focus.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
    .button-exp-fill:active
    button,.button-exp-fill:active
    a,.button-exp-fill:active.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }

        .button-exp-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-fill {
            font-size: 22px;
        }
    
    button.button-exp-red-fill,
    a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-red-fill,
    .bg-red-700.button-exp-red-fill,
    .bg-greenXS.button-exp-red-fill,
    .bg-sky-700.button-exp-red-fill,
    .bg-primary.button-exp-red-fill,
    .bg-blue-600.button-exp-red-fill {
        font-size: 22px;
    }
    
    button.button-exp-red-fill,
    a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-red-fill,
    .bg-red-700.button-exp-red-fill,
    .bg-greenXS.button-exp-red-fill,
    .bg-sky-700.button-exp-red-fill,
    .bg-primary.button-exp-red-fill,
    .bg-blue-600.button-exp-red-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }
    }

        .button-exp-red-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-red-fill:hover
    .bg-red-500,.button-exp-red-fill:hover
    .bg-red-700,.button-exp-red-fill:hover
    .bg-greenXS,.button-exp-red-fill:hover
    .bg-sky-700,.button-exp-red-fill:hover
    .bg-primary,.button-exp-red-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }

        .button-exp-red-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-red-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-red-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-red-fill {
            font-size: 22px;
        }
    
    .bg-red-500.button-exp-green-fill,
    .bg-red-700.button-exp-green-fill,
    .bg-greenXS.button-exp-green-fill,
    .bg-sky-700.button-exp-green-fill,
    .bg-primary.button-exp-green-fill,
    .bg-blue-600.button-exp-green-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }
    }

        .button-exp-green-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-green-fill:hover
    .bg-red-500,.button-exp-green-fill:hover
    .bg-red-700,.button-exp-green-fill:hover
    .bg-greenXS,.button-exp-green-fill:hover
    .bg-sky-700,.button-exp-green-fill:hover
    .bg-primary,.button-exp-green-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }

        .button-exp-green-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-green-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-green-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-green-fill {
            font-size: 22px;
        }
    
    button.button-exp-sky-fill,
    a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-sky-fill,
    .bg-red-700.button-exp-sky-fill,
    .bg-greenXS.button-exp-sky-fill,
    .bg-sky-700.button-exp-sky-fill,
    .bg-primary.button-exp-sky-fill,
    .bg-blue-600.button-exp-sky-fill {
        font-size: 22px;
    }
    
    button.button-exp-sky-fill,
    a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-sky-fill,
    .bg-red-700.button-exp-sky-fill,
    .bg-greenXS.button-exp-sky-fill,
    .bg-sky-700.button-exp-sky-fill,
    .bg-primary.button-exp-sky-fill,
    .bg-blue-600.button-exp-sky-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }
    }

        .button-exp-sky-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-sky-fill:hover
    .bg-red-500,.button-exp-sky-fill:hover
    .bg-red-700,.button-exp-sky-fill:hover
    .bg-greenXS,.button-exp-sky-fill:hover
    .bg-sky-700,.button-exp-sky-fill:hover
    .bg-primary,.button-exp-sky-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }

        .button-exp-sky-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-sky-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-sky-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-sky-fill {
            font-size: 22px;
        }
    
    .bg-red-500.button-exp-no-fill,
    .bg-red-700.button-exp-no-fill,
    .bg-greenXS.button-exp-no-fill,
    .bg-sky-700.button-exp-no-fill,
    .bg-primary.button-exp-no-fill,
    .bg-blue-600.button-exp-no-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }
    }

        .button-exp-no-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

        .button-exp-no-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

        .button-exp-no-fill:focus{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

        .button-exp-no-fill:active{
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

        .button-exp-no-fill {
            font-size: 22px;
        }
    
    .bg-red-500.button-exp,
    .bg-red-700.button-exp,
    .bg-greenXS.button-exp,
    .bg-sky-700.button-exp,
    .bg-primary.button-exp,
    .bg-blue-600.button-exp {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }
    }

        .button-exp{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

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

        .button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        button.bg-red-500,
        button.bg-red-700,
        button.bg-greenXS,
        button.bg-sky-700,
        button.bg-green-700,
        button.bg-primary,
        button.bg-blue-600,
        a.bg-red-500,
        a.bg-red-700,
        a.bg-greenXS,
        a.bg-sky-700,
        a.bg-green-700,
        a.bg-primary,
        a.bg-blue-600,
        button[class*="bg-red"],
        button[class*="bg-green"],
        button[class*="bg-sky"],
        button[class*="bg-blue"],
        button[class*="bg-primary"],
        a[class*="bg-red"],
        a[class*="bg-green"],
        a[class*="bg-sky"],
        a[class*="bg-blue"],
        a[class*="bg-primary"],
        .bg-red-500.font-FuturaMdCnBT,
        .bg-red-700.font-FuturaMdCnBT,
        .bg-greenXS.font-FuturaMdCnBT,
        .bg-sky-700.font-FuturaMdCnBT,
        .bg-green-700.font-FuturaMdCnBT,
        .bg-primary.font-FuturaMdCnBT,
        .bg-blue-600.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        a{
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

        a:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

        .can-exp-a{
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

        .can-exp-a:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

        .footer-exp ul li a{
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .can-exp-input{
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

        .can-exp-input: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(1px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
  }

        label {
            font-size: 16px;
        }
    }
/* Desktop Media Screen */
@media screen and (min-width: 1200px) {
        h1 {
            font-size: 40px;
            font-family: FuturaMdCnBT, cursive;
            color: #2563eb;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        h2 {
            font-size: 36px;
            font-family: FuturaMdCnBT, cursive;
            color: #111827;
        }

        h3 {
            font-family: FuturaMdCnBT, cursive;
            font-size: 1.875rem;
        }

        h4 {
            font-family: FuturaMdCnBT, cursive;
            font-size: 1.5rem;
        }

        .can-exp-h1 {
            font-size: 60px;
            font-family: FuturaMdCnBT, cursive;
            color: #2563eb;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        .can-exp-h2 {
            font-size: 36px;
            font-family: FuturaMdCnBT, cursive;
            color: #111827;
        }

        .can-exp-p {
            font-size: 1.125rem;
            color: #111827;
            text-align: justify;
        }

        p {
            font-family: "Carlito", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 1.125rem;
            color: #111827;
            text-align: justify;
        }
    
    .bg-red-500.card-heading,
    .bg-red-700.card-heading,
    .bg-greenXS.card-heading,
    .bg-sky-700.card-heading,
    .bg-primary.card-heading,
    .bg-blue-600.card-heading {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.card-heading,
        .bg-red-700.card-heading,
        .bg-greenXS.card-heading,
        .bg-sky-700.card-heading,
        .bg-green-700.card-heading,
        .bg-primary.card-heading,
        .bg-blue-600.card-heading {
            font-size: 22px;
        }
    }

        .card-heading{
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
    
    button.button-exp-fill,
    a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-fill,
    .bg-red-700.button-exp-fill,
    .bg-greenXS.button-exp-fill,
    .bg-sky-700.button-exp-fill,
    .bg-primary.button-exp-fill,
    .bg-blue-600.button-exp-fill {
        font-size: 22px;
    }
    
    button.button-exp-fill,
    a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-fill,
    .bg-red-700.button-exp-fill,
    .bg-greenXS.button-exp-fill,
    .bg-sky-700.button-exp-fill,
    .bg-primary.button-exp-fill,
    .bg-blue-600.button-exp-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-fill,
        a.button-exp-fill,.button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-fill,
        .bg-red-700.button-exp-fill,
        .bg-greenXS.button-exp-fill,
        .bg-sky-700.button-exp-fill,
        .bg-green-700.button-exp-fill,
        .bg-primary.button-exp-fill,
        .bg-blue-600.button-exp-fill {
            font-size: 22px;
        }
    }

        .button-exp-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-fill:hover
    .bg-red-500,.button-exp-fill:hover
    .bg-red-700,.button-exp-fill:hover
    .bg-greenXS,.button-exp-fill:hover
    .bg-sky-700,.button-exp-fill:hover
    .bg-primary,.button-exp-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:hover
        .bg-red-500,.button-exp-fill:hover
        .bg-red-700,.button-exp-fill:hover
        .bg-greenXS,.button-exp-fill:hover
        .bg-sky-700,.button-exp-fill:hover
        .bg-green-700,.button-exp-fill:hover
        .bg-primary,.button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
    .button-exp-fill:focus
    button,.button-exp-fill:focus
    a,.button-exp-fill:focus.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:focus
        button,.button-exp-fill:focus
        a,.button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
    .button-exp-fill:active
    button,.button-exp-fill:active
    a,.button-exp-fill:active.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-fill:active
        button,.button-exp-fill:active
        a,.button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }

        .button-exp-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    
    button.button-exp-red-fill,
    a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-red-fill,
    .bg-red-700.button-exp-red-fill,
    .bg-greenXS.button-exp-red-fill,
    .bg-sky-700.button-exp-red-fill,
    .bg-primary.button-exp-red-fill,
    .bg-blue-600.button-exp-red-fill {
        font-size: 22px;
    }
    
    button.button-exp-red-fill,
    a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-red-fill,
    .bg-red-700.button-exp-red-fill,
    .bg-greenXS.button-exp-red-fill,
    .bg-sky-700.button-exp-red-fill,
    .bg-primary.button-exp-red-fill,
    .bg-blue-600.button-exp-red-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-red-fill,
        a.button-exp-red-fill,.button-exp-red-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-red-fill,
        .bg-red-700.button-exp-red-fill,
        .bg-greenXS.button-exp-red-fill,
        .bg-sky-700.button-exp-red-fill,
        .bg-green-700.button-exp-red-fill,
        .bg-primary.button-exp-red-fill,
        .bg-blue-600.button-exp-red-fill {
            font-size: 22px;
        }
    }

        .button-exp-red-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-red-fill:hover
    .bg-red-500,.button-exp-red-fill:hover
    .bg-red-700,.button-exp-red-fill:hover
    .bg-greenXS,.button-exp-red-fill:hover
    .bg-sky-700,.button-exp-red-fill:hover
    .bg-primary,.button-exp-red-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-red-fill:hover
        .bg-red-500,.button-exp-red-fill:hover
        .bg-red-700,.button-exp-red-fill:hover
        .bg-greenXS,.button-exp-red-fill:hover
        .bg-sky-700,.button-exp-red-fill:hover
        .bg-green-700,.button-exp-red-fill:hover
        .bg-primary,.button-exp-red-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }

        .button-exp-red-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-red-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-red-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    
    .bg-red-500.button-exp-green-fill,
    .bg-red-700.button-exp-green-fill,
    .bg-greenXS.button-exp-green-fill,
    .bg-sky-700.button-exp-green-fill,
    .bg-primary.button-exp-green-fill,
    .bg-blue-600.button-exp-green-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-green-fill,
        a.button-exp-green-fill,.button-exp-green-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-green-fill,
        .bg-red-700.button-exp-green-fill,
        .bg-greenXS.button-exp-green-fill,
        .bg-sky-700.button-exp-green-fill,
        .bg-green-700.button-exp-green-fill,
        .bg-primary.button-exp-green-fill,
        .bg-blue-600.button-exp-green-fill {
            font-size: 22px;
        }
    }

        .button-exp-green-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-green-fill:hover
    .bg-red-500,.button-exp-green-fill:hover
    .bg-red-700,.button-exp-green-fill:hover
    .bg-greenXS,.button-exp-green-fill:hover
    .bg-sky-700,.button-exp-green-fill:hover
    .bg-primary,.button-exp-green-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-green-fill:hover
        .bg-red-500,.button-exp-green-fill:hover
        .bg-red-700,.button-exp-green-fill:hover
        .bg-greenXS,.button-exp-green-fill:hover
        .bg-sky-700,.button-exp-green-fill:hover
        .bg-green-700,.button-exp-green-fill:hover
        .bg-primary,.button-exp-green-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }

        .button-exp-green-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-green-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-green-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    
    button.button-exp-sky-fill,
    a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-sky-fill,
    .bg-red-700.button-exp-sky-fill,
    .bg-greenXS.button-exp-sky-fill,
    .bg-sky-700.button-exp-sky-fill,
    .bg-primary.button-exp-sky-fill,
    .bg-blue-600.button-exp-sky-fill {
        font-size: 22px;
    }
    
    button.button-exp-sky-fill,
    a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.button-exp-sky-fill,
    .bg-red-700.button-exp-sky-fill,
    .bg-greenXS.button-exp-sky-fill,
    .bg-sky-700.button-exp-sky-fill,
    .bg-primary.button-exp-sky-fill,
    .bg-blue-600.button-exp-sky-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.button-exp-sky-fill,
        a.button-exp-sky-fill,.button-exp-sky-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-sky-fill,
        .bg-red-700.button-exp-sky-fill,
        .bg-greenXS.button-exp-sky-fill,
        .bg-sky-700.button-exp-sky-fill,
        .bg-green-700.button-exp-sky-fill,
        .bg-primary.button-exp-sky-fill,
        .bg-blue-600.button-exp-sky-fill {
            font-size: 22px;
        }
    }

        .button-exp-sky-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .button-exp-sky-fill:hover
    .bg-red-500,.button-exp-sky-fill:hover
    .bg-red-700,.button-exp-sky-fill:hover
    .bg-greenXS,.button-exp-sky-fill:hover
    .bg-sky-700,.button-exp-sky-fill:hover
    .bg-primary,.button-exp-sky-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .button-exp-sky-fill:hover
        .bg-red-500,.button-exp-sky-fill:hover
        .bg-red-700,.button-exp-sky-fill:hover
        .bg-greenXS,.button-exp-sky-fill:hover
        .bg-sky-700,.button-exp-sky-fill:hover
        .bg-green-700,.button-exp-sky-fill:hover
        .bg-primary,.button-exp-sky-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }

        .button-exp-sky-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-sky-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .button-exp-sky-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    
    .bg-red-500.button-exp-no-fill,
    .bg-red-700.button-exp-no-fill,
    .bg-greenXS.button-exp-no-fill,
    .bg-sky-700.button-exp-no-fill,
    .bg-primary.button-exp-no-fill,
    .bg-blue-600.button-exp-no-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp-no-fill,
        .bg-red-700.button-exp-no-fill,
        .bg-greenXS.button-exp-no-fill,
        .bg-sky-700.button-exp-no-fill,
        .bg-green-700.button-exp-no-fill,
        .bg-primary.button-exp-no-fill,
        .bg-blue-600.button-exp-no-fill {
            font-size: 22px;
        }
    }

        .button-exp-no-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

        .button-exp-no-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

        .button-exp-no-fill:focus{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

        .button-exp-no-fill:active{
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
    
    .bg-red-500.button-exp,
    .bg-red-700.button-exp,
    .bg-greenXS.button-exp,
    .bg-sky-700.button-exp,
    .bg-primary.button-exp,
    .bg-blue-600.button-exp {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.button-exp,
        .bg-red-700.button-exp,
        .bg-greenXS.button-exp,
        .bg-sky-700.button-exp,
        .bg-green-700.button-exp,
        .bg-primary.button-exp,
        .bg-blue-600.button-exp {
            font-size: 22px;
        }
    }

        .button-exp{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: FuturaMdCnBT, cursive;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

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

        a{
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

        a:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

        .can-exp-a{
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }

        .can-exp-a:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }

        .footer-exp ul li a{
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

        .can-exp-input{
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

        .can-exp-input: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(1px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
  }

        label {
            font-size: 18px;
        }
    }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-bottom-3{
  bottom: -0.75rem;
}
.-bottom-4{
  bottom: -1rem;
}
.-left-1\/2{
  left: -50%;
}
.-right-1{
  right: -0.25rem;
}
.-right-2{
  right: -0.5rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-\[2px\]{
  top: -2px;
}
.-top-\[6px\]{
  top: -6px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-14{
  bottom: 3.5rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-28{
  right: 7rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-20{
  top: 5rem;
}
.top-3{
  top: 0.75rem;
}
.top-32{
  top: 8rem;
}
.top-4{
  top: 1rem;
}
.top-full{
  top: 100%;
}
.isolate{
  isolation: isolate;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[9998\]{
  z-index: 9998;
}
.z-\[9999\]{
  z-index: 9999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.float-right{
  float: right;
}
.m-0{
  margin: 0px;
}
.m-3{
  margin: 0.75rem;
}
.m-auto{
  margin: auto;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-0\.5{
  margin-left: -0.125rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-ml-\[12px\]{
  margin-left: -12px;
}
.-ml-\[13px\]{
  margin-left: -13px;
}
.-ml-\[9px\]{
  margin-left: -9px;
}
.-ml-px{
  margin-left: -1px;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.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;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-56{
  max-height: 14rem;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[32rem\]{
  max-height: 32rem;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[48\.8rem\]{
  max-height: 48.8rem;
}
.max-h-\[49\.9rem\]{
  max-height: 49.9rem;
}
.max-h-\[52rem\]{
  max-height: 52rem;
}
.max-h-\[53rem\]{
  max-height: 53rem;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[calc\(100vh-220px\)\]{
  max-height: calc(100vh - 220px);
}
.max-h-full{
  max-height: 100%;
}
.min-h-60{
  min-height: 15rem;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/6{
  width: 33.333333%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/6{
  width: 66.666667%;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[21\%\]{
  width: 21%;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[70\%\]{
  width: 70%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-64{
  min-width: 16rem;
}
.min-w-\[160px\]{
  min-width: 160px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[7\.5rem\]{
  min-width: 7.5rem;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-36{
  max-width: 9rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-initial{
  flex: 0 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top{
  transform-origin: top;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top-right{
  transform-origin: top right;
}
.-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-x-full{
  --tw-translate-x: -100%;
  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));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  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-x-full{
  --tw-translate-x: 100%;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-help{
  cursor: help;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-normal{
  justify-content: normal;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-end{
  justify-items: end;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * 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-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-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-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-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));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.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-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#0ea5a6\]{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 166 / var(--tw-border-opacity, 1));
}
.border-\[\#e9cc6a\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 204 106 / var(--tw-border-opacity, 1));
}
.border-\[\#ef4444\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-\[\#fec43a\]{
  --tw-border-opacity: 1;
  border-color: rgb(254 196 58 / var(--tw-border-opacity, 1));
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/60{
  border-color: rgb(253 230 138 / 0.6);
}
.border-amber-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 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-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-greenXS{
  --tw-border-opacity: 1;
  border-color: rgb(0 169 157 / var(--tw-border-opacity, 1));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / 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-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-stone-200\/80{
  border-color: rgb(231 229 228 / 0.8);
}
.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 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-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-l-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.bg-\[\#0ea5a6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 166 / var(--tw-bg-opacity, 1));
}
.bg-\[\#106BC7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 107 199 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d4f3d4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 243 212 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e0f2fe\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ef4444\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f57c00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 124 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fec43a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 196 58 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/90{
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-50\/30{
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/40{
  background-color: rgb(255 251 235 / 0.4);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.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-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 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-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-greenXS{
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 157 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / 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-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-primary\/10{
  background-color: rgb(37 99 235 / 0.1);
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / 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-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.bg-stone-50\/80{
  background-color: rgb(250 250 249 / 0.8);
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-400{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.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-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / 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-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.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-amber-100{
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-400{
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-green-50{
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-orange-500{
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-indigo-50{
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.to-indigo-600{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-purple-500{
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-rose-500{
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.to-stone-100{
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}
.to-teal-50{
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.fill-current{
  fill: currentColor;
}
.stroke-gray-600{
  stroke: #4b5563;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[2px\]{
  padding: 2px;
}
.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.font-FuturaBdCnBT{
  font-family: FuturaBdCnBT, cursive;
}
.font-FuturaMdCnBT{
  font-family: FuturaMdCnBT, cursive;
}
.font-\[Roboto\]{
  font-family: Roboto;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.text-\[1\.0625rem\]{
  font-size: 1.0625rem;
}
.text-\[1\.3125rem\]{
  font-size: 1.3125rem;
}
.text-\[7pt\]{
  font-size: 7pt;
}
.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-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#1677e6\]{
  --tw-text-opacity: 1;
  color: rgb(22 119 230 / var(--tw-text-opacity, 1));
}
.text-\[\#ef4444\]{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-800\/80{
  color: rgb(146 64 14 / 0.8);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 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-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / 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-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / 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-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-greenXS{
  --tw-text-opacity: 1;
  color: rgb(0 169 157 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 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-secondary{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-600{
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-stone-800{
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 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;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}
.accent-blue-600{
  accent-color: #2563eb;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.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-3xl{
  --tw-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;;
  --tw-shadow-colored: 0px 1px 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-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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-1{
  --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(1px + 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);
}
.ring-2{
  --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);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-amber-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.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{
  --tw-backdrop-blur: blur(8px);
  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);
}
.backdrop-filter{
  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-\[grid-template-rows\]{
  transition-property: grid-template-rows;
  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-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* FONTS */
/* general */
/*********************************/
/*             General            */
/*===============================*/
body {
    font-family: 'Carlito', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #fff;
    border-radius: 4px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #0369A1;
    border-radius: 4px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0369A1;
}
.ridesharing_movement_section p {
    color: #fff !important;
}
/* .ridesharing_reliability_section p{
    font-size: 18px;

} */
#navbar {
    padding: 8px 0;
    transition: all 500ms ease-in-out;
}
.ridesharing_reliability_section ul {
    list-style: disc;
    padding-left: 16px;
    margin-top: 16px;
}
.ridesharing_reliability_section ul li {
    margin-bottom: 10px;
}
.ridesharing_reliability_section ul li::marker {
    color: #2563eb;
}
.ridesharing_driver_description_section p {
    margin-top: 8px;
    font-size: 16px;
    color: rgb(107 114 128);
}
.search_features .flex_col {
    flex-direction: column;
    align-items: start;
}
.text_center p {
    text-align: center;
}
.text_sm p {
    font-size: 14px;
}
.text_base p {
    font-size: 16px;
}
.Signup-bottom p {
    font-family: FuturaMdCnBT, cursive !important;
}
.content ul,
.content ol {
    list-style: disc !important;
    padding-left: 40px !important;
    margin: unset !important;
}
.page-post_a_ride label {
    font-size: 24px;
}
/* TinyMCE fullscreen: above admin sidebar and topbar */
.tox-fullscreen,
body .tox-fullscreen,
body.tox-fullscreen .tox-tinymce {
    z-index: 2147483647 !important;
}
.tox-fullscreen,
body .tox-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}
.hover\:bg-red-500:hoverbutton,.hover\:bg-red-500:hover
    a,.hover\:bg-red-500:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-red-700:hover
    button,.hover\:bg-red-700:hover
    a,.hover\:bg-red-700:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-greenXS:hover
    button,.hover\:bg-greenXS:hover
    a,.hover\:bg-greenXS:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-primary:hover
    button,.hover\:bg-primary:hover
    a,.hover\:bg-primary:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-blue-600:hover
    button,.hover\:bg-blue-600:hover
    a,.hover\:bg-blue-600:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-red-500:hoverbutton,.hover\:bg-red-500:hover
    a,.hover\:bg-red-500:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-red-700:hover
    button,.hover\:bg-red-700:hover
    a,.hover\:bg-red-700:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-greenXS:hover
    button,.hover\:bg-greenXS:hover
    a,.hover\:bg-greenXS:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-primary:hover
    button,.hover\:bg-primary:hover
    a,.hover\:bg-primary:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-blue-600:hover
    button,.hover\:bg-blue-600:hover
    a,.hover\:bg-blue-600:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:bg-red-500:hoverbutton,.hover\:bg-red-500:hover
    a,.hover\:bg-red-500:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:font-FuturaMdCnBT:hover
    .bg-red-500,.hover\:font-FuturaMdCnBT:hover
    .bg-red-700,.hover\:font-FuturaMdCnBT:hover
    .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
    .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
    .bg-primary,.hover\:font-FuturaMdCnBT:hover
    .bg-blue-600 {
        font-size: 22px !important;
    }
.hover\:bg-red-700:hover
    button,.hover\:bg-red-700:hover
    a,.hover\:bg-red-700:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:font-FuturaMdCnBT:hover
    .bg-red-500,.hover\:font-FuturaMdCnBT:hover
    .bg-red-700,.hover\:font-FuturaMdCnBT:hover
    .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
    .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
    .bg-primary,.hover\:font-FuturaMdCnBT:hover
    .bg-blue-600 {
        font-size: 22px !important;
    }
.hover\:bg-greenXS:hover
    button,.hover\:bg-greenXS:hover
    a,.hover\:bg-greenXS:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:font-FuturaMdCnBT:hover
    .bg-red-500,.hover\:font-FuturaMdCnBT:hover
    .bg-red-700,.hover\:font-FuturaMdCnBT:hover
    .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
    .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
    .bg-primary,.hover\:font-FuturaMdCnBT:hover
    .bg-blue-600 {
        font-size: 22px !important;
    }
.hover\:bg-primary:hover
    button,.hover\:bg-primary:hover
    a,.hover\:bg-primary:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:font-FuturaMdCnBT:hover
    .bg-red-500,.hover\:font-FuturaMdCnBT:hover
    .bg-red-700,.hover\:font-FuturaMdCnBT:hover
    .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
    .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
    .bg-primary,.hover\:font-FuturaMdCnBT:hover
    .bg-blue-600 {
        font-size: 22px !important;
    }
.hover\:bg-blue-600:hover
    button,.hover\:bg-blue-600:hover
    a,.hover\:bg-blue-600:hover.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.hover\:font-FuturaMdCnBT:hover
    .bg-red-500,.hover\:font-FuturaMdCnBT:hover
    .bg-red-700,.hover\:font-FuturaMdCnBT:hover
    .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
    .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
    .bg-primary,.hover\:font-FuturaMdCnBT:hover
    .bg-blue-600 {
        font-size: 22px !important;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-red-500:hoverbutton,.hover\:bg-red-500:hover
        a,.hover\:bg-red-500:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-red-700:hover
        button,.hover\:bg-red-700:hover
        a,.hover\:bg-red-700:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-greenXS:hover
        button,.hover\:bg-greenXS:hover
        a,.hover\:bg-greenXS:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-green-700:hover
        button,.hover\:bg-green-700:hover
        a,.hover\:bg-green-700:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-primary:hover
        button,.hover\:bg-primary:hover
        a,.hover\:bg-primary:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-blue-600:hover
        button,.hover\:bg-blue-600:hover
        a,.hover\:bg-blue-600:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-red-500:hoverbutton,.hover\:bg-red-500:hover
        a,.hover\:bg-red-500:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-red-700:hover
        button,.hover\:bg-red-700:hover
        a,.hover\:bg-red-700:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-greenXS:hover
        button,.hover\:bg-greenXS:hover
        a,.hover\:bg-greenXS:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-green-700:hover
        button,.hover\:bg-green-700:hover
        a,.hover\:bg-green-700:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-primary:hover
        button,.hover\:bg-primary:hover
        a,.hover\:bg-primary:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-blue-600:hover
        button,.hover\:bg-blue-600:hover
        a,.hover\:bg-blue-600:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-red-500:hoverbutton,.hover\:bg-red-500:hover
        a,.hover\:bg-red-500:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:font-FuturaMdCnBT:hover
        .bg-red-500,.hover\:font-FuturaMdCnBT:hover
        .bg-red-700,.hover\:font-FuturaMdCnBT:hover
        .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
        .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
        .bg-green-700,.hover\:font-FuturaMdCnBT:hover
        .bg-primary,.hover\:font-FuturaMdCnBT:hover
        .bg-blue-600 {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-red-700:hover
        button,.hover\:bg-red-700:hover
        a,.hover\:bg-red-700:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:font-FuturaMdCnBT:hover
        .bg-red-500,.hover\:font-FuturaMdCnBT:hover
        .bg-red-700,.hover\:font-FuturaMdCnBT:hover
        .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
        .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
        .bg-green-700,.hover\:font-FuturaMdCnBT:hover
        .bg-primary,.hover\:font-FuturaMdCnBT:hover
        .bg-blue-600 {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-greenXS:hover
        button,.hover\:bg-greenXS:hover
        a,.hover\:bg-greenXS:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:font-FuturaMdCnBT:hover
        .bg-red-500,.hover\:font-FuturaMdCnBT:hover
        .bg-red-700,.hover\:font-FuturaMdCnBT:hover
        .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
        .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
        .bg-green-700,.hover\:font-FuturaMdCnBT:hover
        .bg-primary,.hover\:font-FuturaMdCnBT:hover
        .bg-blue-600 {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:font-FuturaMdCnBT:hover
        .bg-red-500,.hover\:font-FuturaMdCnBT:hover
        .bg-red-700,.hover\:font-FuturaMdCnBT:hover
        .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
        .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
        .bg-green-700,.hover\:font-FuturaMdCnBT:hover
        .bg-primary,.hover\:font-FuturaMdCnBT:hover
        .bg-blue-600 {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-green-700:hover
        button,.hover\:bg-green-700:hover
        a,.hover\:bg-green-700:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:font-FuturaMdCnBT:hover
        .bg-red-500,.hover\:font-FuturaMdCnBT:hover
        .bg-red-700,.hover\:font-FuturaMdCnBT:hover
        .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
        .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
        .bg-green-700,.hover\:font-FuturaMdCnBT:hover
        .bg-primary,.hover\:font-FuturaMdCnBT:hover
        .bg-blue-600 {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-primary:hover
        button,.hover\:bg-primary:hover
        a,.hover\:bg-primary:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:font-FuturaMdCnBT:hover
        .bg-red-500,.hover\:font-FuturaMdCnBT:hover
        .bg-red-700,.hover\:font-FuturaMdCnBT:hover
        .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
        .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
        .bg-green-700,.hover\:font-FuturaMdCnBT:hover
        .bg-primary,.hover\:font-FuturaMdCnBT:hover
        .bg-blue-600 {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:bg-blue-600:hover
        button,.hover\:bg-blue-600:hover
        a,.hover\:bg-blue-600:hover.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .hover\:font-FuturaMdCnBT:hover
        .bg-red-500,.hover\:font-FuturaMdCnBT:hover
        .bg-red-700,.hover\:font-FuturaMdCnBT:hover
        .bg-greenXS,.hover\:font-FuturaMdCnBT:hover
        .bg-sky-700,.hover\:font-FuturaMdCnBT:hover
        .bg-green-700,.hover\:font-FuturaMdCnBT:hover
        .bg-primary,.hover\:font-FuturaMdCnBT:hover
        .bg-blue-600 {
            font-size: 22px !important;
        }
    }
.focus\:bg-red-500:focusbutton,.focus\:bg-red-500:focus
    a,.focus\:bg-red-500:focus.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.focus\:bg-greenXS:focus
    button,.focus\:bg-greenXS:focus
    a,.focus\:bg-greenXS:focus.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.focus\:bg-red-500:focusbutton,.focus\:bg-red-500:focus
    a,.focus\:bg-red-500:focus.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.focus\:bg-greenXS:focus
    button,.focus\:bg-greenXS:focus
    a,.focus\:bg-greenXS:focus.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.focus\:bg-red-500:focusbutton,.focus\:bg-red-500:focus
    a,.focus\:bg-red-500:focus.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.focus\:bg-greenXS:focus
    button,.focus\:bg-greenXS:focus
    a,.focus\:bg-greenXS:focus.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .focus\:bg-red-500:focusbutton,.focus\:bg-red-500:focus
        a,.focus\:bg-red-500:focus.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .focus\:bg-greenXS:focus
        button,.focus\:bg-greenXS:focus
        a,.focus\:bg-greenXS:focus.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .focus\:bg-red-500:focusbutton,.focus\:bg-red-500:focus
        a,.focus\:bg-red-500:focus.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .focus\:bg-greenXS:focus
        button,.focus\:bg-greenXS:focus
        a,.focus\:bg-greenXS:focus.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .focus\:bg-red-500:focusbutton,.focus\:bg-red-500:focus
        a,.focus\:bg-red-500:focus.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .focus\:bg-greenXS:focus
        button,.focus\:bg-greenXS:focus
        a,.focus\:bg-greenXS:focus.font-FuturaMdCnBT {
            font-size: 22px !important;
        }
    }
.active\:bg-red-500:activebutton,.active\:bg-red-500:active
    a,.active\:bg-red-500:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-greenXS:active
    button,.active\:bg-greenXS:active
    a,.active\:bg-greenXS:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-primary:active
    button,.active\:bg-primary:active
    a,.active\:bg-primary:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-blue-600:active
    button,.active\:bg-blue-600:active
    a,.active\:bg-blue-600:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-red-500:activebutton,.active\:bg-red-500:active
    a,.active\:bg-red-500:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-greenXS:active
    button,.active\:bg-greenXS:active
    a,.active\:bg-greenXS:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-primary:active
    button,.active\:bg-primary:active
    a,.active\:bg-primary:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-blue-600:active
    button,.active\:bg-blue-600:active
    a,.active\:bg-blue-600:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-red-500:activebutton,.active\:bg-red-500:active
    a,.active\:bg-red-500:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-greenXS:active
    button,.active\:bg-greenXS:active
    a,.active\:bg-greenXS:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-primary:active
    button,.active\:bg-primary:active
    a,.active\:bg-primary:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
.active\:bg-blue-600:active
    button,.active\:bg-blue-600:active
    a,.active\:bg-blue-600:active.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-red-500:activebutton,.active\:bg-red-500:active
        a,.active\:bg-red-500:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-greenXS:active
        button,.active\:bg-greenXS:active
        a,.active\:bg-greenXS:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-primary:active
        button,.active\:bg-primary:active
        a,.active\:bg-primary:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-blue-600:active
        button,.active\:bg-blue-600:active
        a,.active\:bg-blue-600:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-red-500:activebutton,.active\:bg-red-500:active
        a,.active\:bg-red-500:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-greenXS:active
        button,.active\:bg-greenXS:active
        a,.active\:bg-greenXS:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-primary:active
        button,.active\:bg-primary:active
        a,.active\:bg-primary:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-blue-600:active
        button,.active\:bg-blue-600:active
        a,.active\:bg-blue-600:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-red-500:activebutton,.active\:bg-red-500:active
        a,.active\:bg-red-500:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-greenXS:active
        button,.active\:bg-greenXS:active
        a,.active\:bg-greenXS:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-primary:active
        button,.active\:bg-primary:active
        a,.active\:bg-primary:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .active\:bg-blue-600:active
        button,.active\:bg-blue-600:active
        a,.active\:bg-blue-600:active.font-FuturaMdCnBT {
            font-size: 22px !important;
        }
    }
.peer:checked ~ .peer-checked\:bg-primary
    button,.peer:checked ~ .peer-checked\:bg-primary
    a,.peer:checked ~ .peer-checked\:bg-primary.font-FuturaMdCnBT {
        font-size: 22px !important;
    }
@media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .peer:checked ~ .peer-checked\:bg-primary
        button,.peer:checked ~ .peer-checked\:bg-primary
        a,.peer:checked ~ .peer-checked\:bg-primary.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .peer:checked ~ .peer-checked\:bg-primary
        button,.peer:checked ~ .peer-checked\:bg-primary
        a,.peer:checked ~ .peer-checked\:bg-primary.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .peer:checked ~ .peer-checked\:bg-primary
        button,.peer:checked ~ .peer-checked\:bg-primary
        a,.peer:checked ~ .peer-checked\:bg-primary.font-FuturaMdCnBT {
            font-size: 22px !important;
        }
    }
@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }
  @media (min-width: 376px){
    .md\:container{
      max-width: 376px;
    }
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }
    }

    .md\:button-exp-fill{
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .md\:button-exp-fill:hover
    .bg-red-500,.md\:button-exp-fill:hover
    .bg-red-700,.md\:button-exp-fill:hover
    .bg-greenXS,.md\:button-exp-fill:hover
    .bg-sky-700,.md\:button-exp-fill:hover
    .bg-primary,.md\:button-exp-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:focus
    button,.md\:button-exp-fill:focus
    a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:active
    button,.md\:button-exp-fill:active
    a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }

    .md\:button-exp-fill:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    font-family: FuturaMdCnBT, cursive;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

    .md\:button-exp-fill:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

    .md\:button-exp-fill:active{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

    .md\:button-exp-fill {
        font-size: 22px;
    }
    button.md\:bg-red-500,
    a.md\:bg-red-500,.md\:bg-red-500.font-FuturaMdCnBT {
        font-size: 22px !important;
    }

    @media screen and (min-width: 767px) {
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }
    }

        .md\:button-exp-fill{
      border-radius: 0.25rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      text-align: center;
      font-family: FuturaMdCnBT, cursive;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .md\:button-exp-fill:hover
    .bg-red-500,.md\:button-exp-fill:hover
    .bg-red-700,.md\:button-exp-fill:hover
    .bg-greenXS,.md\:button-exp-fill:hover
    .bg-sky-700,.md\:button-exp-fill:hover
    .bg-primary,.md\:button-exp-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:focus
    button,.md\:button-exp-fill:focus
    a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:active
    button,.md\:button-exp-fill:active
    a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }

        .md\:button-exp-fill:hover{
      --tw-border-opacity: 1;
      border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
      font-family: FuturaMdCnBT, cursive;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill:focus{
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill:active{
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }
    }

        .md\:button-exp-fill{
      border-radius: 0.25rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      text-align: center;
      font-family: FuturaMdCnBT, cursive;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .md\:button-exp-fill:hover
    .bg-red-500,.md\:button-exp-fill:hover
    .bg-red-700,.md\:button-exp-fill:hover
    .bg-greenXS,.md\:button-exp-fill:hover
    .bg-sky-700,.md\:button-exp-fill:hover
    .bg-primary,.md\:button-exp-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:focus
    button,.md\:button-exp-fill:focus
    a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:active
    button,.md\:button-exp-fill:active
    a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }

        .md\:button-exp-fill:hover{
      --tw-border-opacity: 1;
      border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
      font-family: FuturaMdCnBT, cursive;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill:focus{
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill:active{
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        button.md\:bg-red-500,
        a.md\:bg-red-500,.md\:bg-red-500.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        button.md\:bg-red-500,
        a.md\:bg-red-500,.md\:bg-red-500.font-FuturaMdCnBT {
            font-size: 22px !important;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        button.md\:bg-red-500,
        a.md\:bg-red-500,.md\:bg-red-500.font-FuturaMdCnBT {
            font-size: 22px !important;
        }
    }

    @media screen and (min-width: 1200px) {
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }
    
    button.md\:button-exp-fill,
    a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
        font-size: 22px;
    }
    
    .bg-red-500.md\:button-exp-fill,
    .bg-red-700.md\:button-exp-fill,
    .bg-greenXS.md\:button-exp-fill,
    .bg-sky-700.md\:button-exp-fill,
    .bg-primary.md\:button-exp-fill,
    .bg-blue-600.md\:button-exp-fill {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        button.md\:button-exp-fill,
        a.md\:button-exp-fill,.md\:button-exp-fill.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        
        .bg-red-500.md\:button-exp-fill,
        .bg-red-700.md\:button-exp-fill,
        .bg-greenXS.md\:button-exp-fill,
        .bg-sky-700.md\:button-exp-fill,
        .bg-green-700.md\:button-exp-fill,
        .bg-primary.md\:button-exp-fill,
        .bg-blue-600.md\:button-exp-fill {
            font-size: 22px;
        }
    }

        .md\:button-exp-fill{
      border-radius: 0.25rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      text-align: center;
      font-family: FuturaMdCnBT, cursive;
      font-size: 1.125rem;
      line-height: 1.75rem;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .md\:button-exp-fill:hover
    .bg-red-500,.md\:button-exp-fill:hover
    .bg-red-700,.md\:button-exp-fill:hover
    .bg-greenXS,.md\:button-exp-fill:hover
    .bg-sky-700,.md\:button-exp-fill:hover
    .bg-primary,.md\:button-exp-fill:hover
    .bg-blue-600 {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:hover
        .bg-red-500,.md\:button-exp-fill:hover
        .bg-red-700,.md\:button-exp-fill:hover
        .bg-greenXS,.md\:button-exp-fill:hover
        .bg-sky-700,.md\:button-exp-fill:hover
        .bg-green-700,.md\:button-exp-fill:hover
        .bg-primary,.md\:button-exp-fill:hover
        .bg-blue-600 {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:focus
    button,.md\:button-exp-fill:focus
    a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:focus
        button,.md\:button-exp-fill:focus
        a,.md\:button-exp-fill:focus.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }
    .md\:button-exp-fill:active
    button,.md\:button-exp-fill:active
    a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
        font-size: 22px;
    }

    @media screen and (min-width: 767px) {

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }

        /* Force all buttons (red, green, blue/primary) to use 22px font size in tablet view */
        .md\:button-exp-fill:active
        button,.md\:button-exp-fill:active
        a,.md\:button-exp-fill:active.font-FuturaMdCnBT {
            font-size: 22px;
        }
    }

        .md\:button-exp-fill:hover{
      --tw-border-opacity: 1;
      border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
      --tw-bg-opacity: 1;
      background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
      font-family: FuturaMdCnBT, cursive;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill:focus{
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

        .md\:button-exp-fill:active{
      --tw-bg-opacity: 1;
      background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    }
}
.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-600::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-600::placeholder{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-900::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-900::placeholder{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.after\:left-6::after{
  content: var(--tw-content);
  left: 1.5rem;
}
.after\:left-\[4\.8rem\]::after{
  content: var(--tw-content);
  left: 4.8rem;
}
.first\:ml-0:first-child{
  margin-left: 0px;
}
.first\:border-t-0:first-child{
  border-top-width: 0px;
}
.last\:mr-0:last-child{
  margin-right: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.odd\:bg-gray-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.odd\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.even\:bg-gray-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.even\:bg-gray-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus-within\:z-10:focus-within{
  z-index: 10;
}
.hover\:z-10:hover{
  z-index: 10;
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.hover\:border-2:hover{
  border-width: 2px;
}
.hover\:border-l-4:hover{
  border-left-width: 4px;
}
.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.hover\:border-greenXS:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 169 157 / var(--tw-border-opacity, 1));
}
.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.hover\:border-red-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.hover\:bg-amber-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 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-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / 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-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 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-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 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-greenXS:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 157 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary\/80:hover{
  background-color: rgb(37 99 235 / 0.8);
}
.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 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-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 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\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:from-blue-700:hover{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-indigo-700:hover{
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.hover\:font-FuturaMdCnBT:hover{
  font-family: FuturaMdCnBT, cursive;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-600:hover{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.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);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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\:z-10:focus{
  z-index: 10;
}
.focus\:border-none:focus{
  border-style: none;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.focus\:border-sky-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus{
  border-color: transparent;
}
.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-greenXS:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 157 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.focus\:shadow-lg:focus{
  --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);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(3px + 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-0: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(0px + 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-1: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(1px + 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-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-4: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(4px + 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-inset:focus{
  --tw-ring-inset: inset;
}
.focus\:ring-\[\#0369a1\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.active\:bg-blue-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.active\:bg-greenXS:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 157 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary:active{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-500:active{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.active\:text-blue-600:active{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.active\:shadow-lg:active{
  --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);
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:border-none:disabled{
  border-style: none;
}
.disabled\:bg-primary\/20:disabled{
  background-color: rgb(37 99 235 / 0.2);
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.disabled\:opacity-70:disabled{
  opacity: 0.7;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.peer:checked ~ .peer-checked\:border-2{
  border-width: 2px;
}
.peer:checked ~ .peer-checked\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.peer:hover ~ .peer-hover\:flex{
  display: flex;
}
@media (max-width: 767px){
  .max-\[767px\]\:flex{
    display: flex;
  }
}
@media (min-width: 640px){
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:ml-16{
    margin-left: 4rem;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-1{
    margin-top: 0.25rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-24{
    height: 6rem;
  }
  .sm\:h-screen{
    height: 100vh;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-24{
    width: 6rem;
  }
  .sm\:w-36{
    width: 9rem;
  }
  .sm\:w-40{
    width: 10rem;
  }
  .sm\:w-96{
    width: 24rem;
  }
  .sm\:w-\[25rem\]{
    width: 25rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-3xl{
    max-width: 48rem;
  }
  .sm\:max-w-4xl{
    max-width: 56rem;
  }
  .sm\:max-w-7xl{
    max-width: 80rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:flex-auto{
    flex: 1 1 auto;
  }
  .sm\:flex-none{
    flex: none;
  }
  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\: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)));
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:align-middle{
    vertical-align: middle;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:leading-6{
    line-height: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:-top-14{
    top: -3.5rem;
  }
  .md\:left-5{
    left: 1.25rem;
  }
  .md\:left-6{
    left: 1.5rem;
  }
  .md\:right-24{
    right: 6rem;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-16{
    top: 4rem;
  }
  .md\:top-28{
    top: 7rem;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .md\:-ml-\[9px\]{
    margin-left: -9px;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  @media (min-width: 768px){
    .md\:md\:ml-2{
      margin-left: 0.5rem;
    }
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-10{
    margin-left: 2.5rem;
  }
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:ml-20{
    margin-left: 5rem;
  }
  .md\:mr-2{
    margin-right: 0.5rem;
  }
  .md\:mr-20{
    margin-right: 5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-2{
    margin-top: 0.5rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:table-row{
    display: table-row;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-14{
    height: 3.5rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:h-28{
    height: 7rem;
  }
  .md\:h-4{
    height: 1rem;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-\[315px\]{
    height: 315px;
  }
  .md\:h-\[700px\]{
    height: 700px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-12{
    width: 3rem;
  }
  .md\:w-14{
    width: 3.5rem;
  }
  .md\:w-2\/12{
    width: 16.666667%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-24{
    width: 6rem;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/6{
    width: 50%;
  }
  .md\:w-4{
    width: 1rem;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-44{
    width: 11rem;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-\[10\%\]{
    width: 10%;
  }
  .md\:w-\[20\%\]{
    width: 20%;
  }
  .md\:w-\[23\%\]{
    width: 23%;
  }
  .md\:w-\[26\.5\%\]{
    width: 26.5%;
  }
  .md\:w-\[30rem\]{
    width: 30rem;
  }
  .md\:w-\[4\%\]{
    width: 4%;
  }
  .md\:w-\[45\%\]{
    width: 45%;
  }
  .md\:w-\[50\%\]{
    width: 50%;
  }
  .md\:w-\[500px\]{
    width: 500px;
  }
  .md\:w-\[70\%\]{
    width: 70%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:min-w-\[26rem\]{
    min-width: 26rem;
  }
  .md\:min-w-\[30rem\]{
    min-width: 30rem;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:items-stretch{
    align-items: stretch;
  }
  .md\:justify-normal{
    justify-content: normal;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\: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)));
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\: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)));
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:self-auto{
    align-self: auto;
  }
  .md\:rounded-lg{
    border-radius: 0.5rem;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
  .md\:p-1\.5{
    padding: 0.375rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-3{
    padding: 0.75rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-top-16{
    top: -4rem;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-20{
    top: 5rem;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .lg\:mr-2{
    margin-right: 0.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-3\/6{
    width: 50%;
  }
  .lg\:w-48{
    width: 12rem;
  }
  .lg\:w-72{
    width: 18rem;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\: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)));
  }
  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:shadow-3xl{
    --tw-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;;
    --tw-shadow-colored: 0px 1px 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);
  }
}
@media (min-width: 1280px){
  .xl\:left-3\.5{
    left: 0.875rem;
  }
  .xl\:top-3\.5{
    top: 0.875rem;
  }
  .xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .xl\:mt-10{
    margin-top: 2.5rem;
  }
  .xl\:h-9{
    height: 2.25rem;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:w-9{
    width: 2.25rem;
  }
  .xl\:w-\[23rem\]{
    width: 23rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .xl\:gap-y-10{
    row-gap: 2.5rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:\!text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:left-4{
    left: 1rem;
  }
  .\32xl\:top-3{
    top: 0.75rem;
  }
  .\32xl\:mr-3{
    margin-right: 0.75rem;
  }
  .\32xl\:h-10{
    height: 2.5rem;
  }
  .\32xl\:h-16{
    height: 4rem;
  }
  .\32xl\:h-screen{
    height: 100vh;
  }
  .\32xl\:w-10{
    width: 2.5rem;
  }
  .\32xl\:w-16{
    width: 4rem;
  }
  .\32xl\:w-\[25rem\]{
    width: 25rem;
  }
  .\32xl\:w-\[560px\]{
    width: 560px;
  }
  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\32xl\:pr-8{
    padding-right: 2rem;
  }
  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
  text-align: right;
}
@media (prefers-color-scheme: dark){
  .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
  }
  .dark\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
  .dark\:text-violet-400{
    --tw-text-opacity: 1;
    color: rgb(167 139 250 / var(--tw-text-opacity, 1));
  }
}

