/*
! tailwindcss v3.3.1 | 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: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
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] {
  display: none;
}
  body {
    font-family: 'Rubik', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
  }

  [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 {
        --tw-ring-color: #93c5fd;
        border-color: var(--tw-ring-color);
    }

    input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
  input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration { display: none; }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 992px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1080px) {

  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1360px) {

  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
* {
  outline-color: #F85E00;
}
.narrative-carousel .slick-list {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 330px;
}
.slick-dots {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  margin-right: 0.625rem;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.slick-dots li:last-of-type {
  margin-right: 0px;
}
.slick-dots li.slick-active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 94 0 / var(--tw-bg-opacity));
}
.slick-dots li button {
  color: transparent;
}
.slick-dots.white-well {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  border-radius: 100px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2px;
}
.navigation-flyout-background {
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .navigation-flyout-background {
    left: 0px;
    display: none;
  }
}
.pinnacle-modal-background {
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 50;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .pinnacle-modal-background {
    left: 0px;
    display: none;
  }
}
.pinnacle-modal {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {

  .pinnacle-modal {
    top: 50%;
    left: 50%;
    height: auto;
    max-width: 570px;
    --tw-shadow: 10px 10px 0 0 rgba(92,92,92,0.6);
    --tw-shadow-colored: 10px 10px 0 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);
  }
}
@media (min-width: 1024px) {

  .pinnacle-modal {
    max-width: 740px;
  }
}
.pinnacle-modal-header {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .pinnacle-modal-header {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {

  .pinnacle-modal-header {
    padding-left: 30px;
  }
}
.pinnacle-modal-header .heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 1024px) {

  .pinnacle-modal-header .heading {
    font-size: 28px;
  }
}
.pinnacle-modal-header .phone-close-button {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -7.5px;
  height: 8.1px;
  width: 15px;
  font-size: 1px;
  color: transparent;
}
.pinnacle-modal-header .phone-close-button::after {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 10;
  display: block;
  height: 0px;
  width: 0px;
  border-top-width: 7.5px;
  border-bottom-width: 7.5px;
  border-right-width: 8.1px;
  border-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
@media (min-width: 768px) {

  .pinnacle-modal-header .phone-close-button {
    display: none;
  }
}
.pinnacle-modal-header .desktop-close-button {
  display: none;
  height: 15px;
  width: 15px;
  background-image: url('../images/icons/black-close-x.svg');
  font-size: 1px;
  color: transparent;
}
@media (min-width: 768px) {

  .pinnacle-modal-header .desktop-close-button {
    display: block;
  }
}
.pinnacle-modal-body {
  height: 100%;
  max-height: calc(100% - 40px);
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  border-width: 2px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: linear-gradient(180deg, #6933B0 0%, #D4C3E8 100%);
  padding: 1rem;
}
@media (min-width: 768px) {

  .pinnacle-modal-body {
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.pinnacle-modal-body .white-well {
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 768px) {

  .pinnacle-modal-body .white-well {
    position: relative;
    padding: 1.25rem;
  }
}
.pinnacle-modal-body .white-well p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 14.22px;
}
@media (min-width: 1024px) {

  .pinnacle-modal-body .white-well p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 18.96px;
  }
}
.pinnacle-modal-body .flared-heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -36px;
  margin-bottom: 1rem;
  display: flex;
  height: 36px;
  width: 90%;
  align-items: center;
  justify-content: center;
}
.pinnacle-modal-body .flared-heading::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 36px;
  width: 100%;
  --tw-skew-x: -30deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .pinnacle-modal-body .flared-heading {
    position: absolute;
    top: -20px;
    left: 30px;
    margin-top: 0px;
    display: inline-block;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1024px) {

  .pinnacle-modal-body .flared-heading {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.pinnacle-modal-body .flared-heading span {
  position: relative;
  z-index: 20;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .pinnacle-modal-body .flared-heading span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .pinnacle-modal-background.phone-only {
    position: static;
    display: block;
    background-color: transparent;
    background-image: none;
  }

  .pinnacle-modal-background.phone-only .pinnacle-modal {
    position: static;
    width: auto;
    max-width: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .pinnacle-modal-background.phone-only .pinnacle-modal .pinnacle-modal-header {
    display: none;
  }

  .pinnacle-modal-background.phone-only .pinnacle-modal .pinnacle-modal-body {
    max-height: none;
    width: auto;
    border-style: none;
    background-image: none;
    padding: 0px;
  }
}
.pinnacle-modal.validationModal .instructions {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {

  .pinnacle-modal.validationModal .instructions {
    position: relative;
    padding: 1.25rem;
  }
}
.pinnacle-modal.validationModal .errorMessageContainer .originalAddressText {
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {

  .pinnacle-modal.validationModal .errorMessageContainer .originalAddressText {
    position: relative;
    padding: 1.25rem;
  }
}
.pinnacle-modal.validationModal .errorMessageContainer .originalAddressText span {
  display: block;
}
.pinnacle-modal.validationModal #co-validate-form {
  display: flex;
  justify-content: space-between;
}
.pinnacle-modal.validationModal #co-validate-form .addressOption {
  display: flex;
  flex-basis: calc(50% - 10px);
  align-items: center;
  border-radius: 3px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 768px) {

  .pinnacle-modal.validationModal #co-validate-form .addressOption {
    position: relative;
    padding: 1.25rem;
  }
}
.pinnacle-modal.validationModal #co-validate-form .addressOption .addressRadio {
  margin-right: 1rem;
}
.pinnacle-modal.validationModal #co-validate-form .addressOption .addressLabel {
  height: 100%;
}
.pinnacle-modal.validationModal #co-validate-form .addressOption .addressLabel .optionTitle {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.pinnacle-modal.validationModal #co-validate-form .addressOption .addressLabel .optionAddress {
    
  }
.pinnacle-modal.validationModal #co-validate-form .addressOption .addressLabel .optionAddress span {
  display: block;
}
.pinnacle-modal.my-credit-cards-popup .modal-content > div {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {

  .pinnacle-modal.my-credit-cards-popup .modal-content > div {
    position: relative;
    padding: 1.25rem;
  }
}
.pinnacle-modal .modal-footer {
  margin-top: 1rem;
}
@media (min-width: 768px) {

  .pinnacle-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.pinnacle-modal .modal-footer .action-secondary, .pinnacle-modal .modal-footer .action.secondary {
  margin-bottom: 1rem;
  display: flex;
  height: 40px;
  width: 100%;
  flex-basis: 240px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(248 94 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .pinnacle-modal .modal-footer .action-secondary, .pinnacle-modal .modal-footer .action.secondary {
    margin-bottom: 0px;
    width: auto;
  }
}
.pinnacle-modal .modal-footer .action-primary, .pinnacle-modal .modal-footer .action.primary {
  display: flex;
  height: 40px;
  width: 100%;
  flex-basis: 240px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 94 0 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .pinnacle-modal .modal-footer .action-primary, .pinnacle-modal .modal-footer .action.primary {
    width: auto;
  }
}
.checkout-cart-index .pinnacle-modal-background {
  z-index: 150;
}
.checkout-cart-index .pinnacle-modal-body .modal-content > div {
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 16.66px;
}
@media (min-width: 768px) {

  .checkout-cart-index .pinnacle-modal-body .modal-content > div {
    position: relative;
    padding: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .checkout-cart-index .pinnacle-modal-body .modal-content > div {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 19.04px;
  }
}
.styled-radio {
    display:flex;
    align-items: center;
    position:relative;
    width: 100%;
    padding-left:0;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
  }
.styled-radio:hover input ~ .checkmark {
    background-color:#F85E00;
  }
.styled-radio input {
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0;
  }
.styled-radio input:checked ~ .checkmark {
    background-color:#fff;
  }
.styled-radio input:checked ~ .checkmark::after {
    display:block;
  }
.styled-radio .checkmark {
    position:relative;
    top: -1px;
    height:16px;
    width:16px;
    margin-right:16px;
    background-color:#fff;
    border-radius:50%;
    border:2px solid #000;
  }
.styled-radio .checkmark::after {
    content:"";
    position:absolute;
    display:none;
    top:2px;
    left:2px;
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#F85E00;
  }
.styled-radio .prompt {

  }
.styled-radio .note {
    margin-right: 0;
    margin-left:  auto;
  }
.styled-radio.larger .checkmark {
    height:20px;
    width:20px;
    min-width: 20px;
    margin-right:unset;
  }
.styled-radio.larger .checkmark::after {
    top:2px;
    left:2px;
    width:12px;
    height:12px;
  }
.styled-checkbox {
    display:flex;
    align-items: center;
    position:relative;
    width: 100%;
    padding-left:0;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
  }
.styled-checkbox:hover input ~ .checkmark {
    background-color:#F85E00;
  }
.styled-checkbox input {
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0;
  }
.styled-checkbox input:checked ~ .checkmark {
    background-color:#F85E00;
    border:2px solid #F85E00;
    border-radius:2px;
  }
.styled-checkbox input:checked ~ .checkmark::after {
    display:block;
  }
.styled-checkbox .checkmark {
    position:relative;
    top: 0;
    height:16px;
    width:16px;
    background-color:#fff;
    border:2px solid #000;
  }
.styled-checkbox .checkmark::after {
    content:"";
    position:absolute;
    display:none;
    top:-1px;
    left:3px;
    width:6px;
    height:11px;
    border: solid white;
      border-width: 0 2px 2px 0;
   transform: rotate(45deg);
  }
.styled-checkbox.orange-border .checkmark {
    border-color:#F85E00;
  }
.styled-checkbox.larger .checkmark {
    height:20px;
    width:20px;
  }
.styled-checkbox.larger .checkmark::after {
    left:4px;
    width:7px;
    height:13px;
  }
.styled-select {
  position: relative;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.styled-select::before {
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 1px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.styled-select::after {
  position: absolute;
  right: 8px;
  top: 50%;
  z-index: 0;
  margin-top: -4px;
  display: block;
  height: 0px;
  width: 0px;
  border-left-width: 7.5px;
  border-right-width: 7.5px;
  border-bottom-width: 0px;
  border-top-width: 8.1px;
  border-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.styled-select select {
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
    color: #000;
}
.styled-select select option {
    background-color: #fff;
    color: #000;
  }
.mage-error {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.form-address-edit div.mage-error {
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#checkout-shipping-address-modal div.mage-error, #checkout-billing-address-modal div.mage-error {
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cart-page-product-details .mage-error {
  margin-top: 0.5rem;
}
._error input, ._error select, ._error textarea {
    border-color:  #ff0000 !important;
  }
._error .mage-error {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {

  ._error .mage-error {
    margin-bottom: 0px;
  }
}
.billing-address-details {
    display: none !important;
  }
.shipping-methods.international .shipping-methods-wrapper {
  display: none;
}
.row.collectshipping {
    display: none !important;
  }
.address-verification .instructions a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(248 94 0 / var(--tw-text-opacity));
}
.optionAddress span {
  display: block;
}
.errorMessageContainer .instructions {
  margin-bottom: 1rem;
}
.errorMessageContainer .instructions .error-message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.errorMessageContainer .originalAddressText {

  }
.errorMessageContainer .originalAddressText span {
  display: block;
}
.payment-method-content {
  display: none;
}
._active .payment-method-content {
  display: block;
}
.braintree .hosted-error {
  display: none;
}
.braintree .hosted-control.braintree-hosted-fields-invalid + .hosted-error {
  display: block;
}
.hidden-facet-option {
    display: none !important;
  }
.page.messages .messages .message {
  width: 100%;
}
@media (min-width: 375px) {

  .page.messages .messages .message {
    max-width: 375px;
  }
}
@media (min-width: 480px) {

  .page.messages .messages .message {
    max-width: 480px;
  }
}
@media (min-width: 640px) {

  .page.messages .messages .message {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .page.messages .messages .message {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .page.messages .messages .message {
    max-width: 992px;
  }
}
@media (min-width: 1024px) {

  .page.messages .messages .message {
    max-width: 1024px;
  }
}
@media (min-width: 1080px) {

  .page.messages .messages .message {
    max-width: 1080px;
  }
}
@media (min-width: 1280px) {

  .page.messages .messages .message {
    max-width: 1280px;
  }
}
@media (min-width: 1360px) {

  .page.messages .messages .message {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {

  .page.messages .messages .message {
    max-width: 1440px;
  }
}
@media (min-width: 1536px) {

  .page.messages .messages .message {
    max-width: 1536px;
  }
}
.page.messages .messages .message {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {

  .page.messages .messages .message {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {

  .page.messages .messages .message {
    width: 1040px;
    max-width: calc(100vw - 40px);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }
}
.page.messages .messages .message.error {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.page.messages .messages .message.success {
  --tw-text-opacity: 1;
  color: rgb(100 45 173 / var(--tw-text-opacity));
}
.checkout-wrapper .login .messages .message-error div {
  margin-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.payment-method-content .message-error div {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
#register-form-password-error {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 1px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.account-page-container {
  width: 100%;
}
@media (min-width: 375px) {

  .account-page-container {
    max-width: 375px;
  }
}
@media (min-width: 480px) {

  .account-page-container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {

  .account-page-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .account-page-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {

  .account-page-container {
    max-width: 992px;
  }
}
@media (min-width: 1024px) {

  .account-page-container {
    max-width: 1024px;
  }
}
@media (min-width: 1080px) {

  .account-page-container {
    max-width: 1080px;
  }
}
@media (min-width: 1280px) {

  .account-page-container {
    max-width: 1280px;
  }
}
@media (min-width: 1360px) {

  .account-page-container {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {

  .account-page-container {
    max-width: 1440px;
  }
}
@media (min-width: 1536px) {

  .account-page-container {
    max-width: 1536px;
  }
}
.account-page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {

  .account-page-container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {

  .account-page-container {
    width: 1040px;
    max-width: calc(100vw - 40px);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }
}
.account-page-content-container {
  border-radius: 1px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 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);
}
@media (min-width: 768px) {

  .account-page-content-container {
    flex-basis: calc(100% - 150px);
  }
}
@media (min-width: 1024px) {

  .account-page-content-container {
    flex-basis: calc(100% - 340px);
  }
}
.account-page-address-form-container {
  border-radius: 1px;
  border-width: 1px;
  background-image: linear-gradient(180deg, #6832AF 0%, #D4C4E8 100%);
  padding: 1rem;
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 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);
}
@media (min-width: 768px) {

  .account-page-address-form-container {
    flex-basis: calc(100% - 150px);
  }
}
@media (min-width: 1024px) {

  .account-page-address-form-container {
    flex-basis: calc(100% - 340px);
  }
}
.loading-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.loading-mask .sc-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -70px;
  height: 180px;
  width: 140px;
  border-radius: 3px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
}
.loading-mask .sc-loader img {
  margin-bottom: 0.5rem;
}
.loading-mask .sc-loader span {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
}
.recaptcha-wrapper .g-recaptcha {
  margin-top: 1rem;
}
.recaptcha-wrapper .g-recaptcha .grecaptcha-badge {
  margin-left: auto;
  margin-right: auto;
}
.recaptcha-submit-row .recaptcha-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {

  .recaptcha-submit-row .recaptcha-wrapper {
    margin-left: 0px;
  }
}
.recaptcha-submit-row .recaptcha-wrapper .g-recaptcha {
    
  }
.recaptcha-submit-row .recaptcha-wrapper .g-recaptcha .grecaptcha-badge {
    
  }
.recaptcha-wrapper.checkout-recaptcha .g-recaptcha {
  margin-top: 2rem;
}
.recaptcha-wrapper.checkout-recaptcha .g-recaptcha .grecaptcha-badge {
  margin-left: 0px;
}
#skip-to-content-link {
  position: absolute;
  left: -100%;
  top: auto;
  z-index: -1;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#skip-to-content-link:focus, #skip-to-content-link:active {
  left: 0px;
  top: 0px;
  z-index: 50;
  display: block;
  height: auto;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-full {
  left: -100%;
}
.-top-full {
  top: -100%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-\[-150px\] {
  bottom: -150px;
}
.bottom-\[-170px\] {
  bottom: -170px;
}
.bottom-\[-22px\] {
  bottom: -22px;
}
.bottom-\[-32px\] {
  bottom: -32px;
}
.bottom-\[-48px\] {
  bottom: -48px;
}
.bottom-\[-64px\] {
  bottom: -64px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-\[-2px\] {
  left: -2px;
}
.left-\[-5px\] {
  left: -5px;
}
.left-\[0\] {
  left: 0;
}
.left-\[16px\] {
  left: 16px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[58px\] {
  left: 58px;
}
.left-\[5px\] {
  left: 5px;
}
.left-\[8px\] {
  left: 8px;
}
.left-\[calc\(\(100vw_-_375px\)_\/_2\)\] {
  left: calc((100vw - 375px) / 2);
}
.left-full {
  left: 100%;
}
.right-1 {
  right: 0.25rem;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[205px\] {
  right: 205px;
}
.right-\[8px\] {
  right: 8px;
}
.top-0 {
  top: 0px;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[-14px\] {
  top: -14px;
}
.top-\[-16px\] {
  top: -16px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-2px\] {
  top: -2px;
}
.top-\[-3px\] {
  top: -3px;
}
.top-\[-5px\] {
  top: -5px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[42px\] {
  top: 42px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[57\.2667px\] {
  top: 57.2667px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[68px\] {
  top: 68px;
}
.top-\[69px\] {
  top: 69px;
}
.top-\[8px\] {
  top: 8px;
}
.bottom-\[-40px\] {
  bottom: -40px;
}
.bottom-\[-12px\] {
  bottom: -12px;
}
.bottom-\[-14px\] {
  bottom: -14px;
}
.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-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[150\] {
  z-index: 150;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[30\] {
  z-index: 30;
}
.z-\[40\] {
  z-index: 40;
}
.z-\[41\] {
  z-index: 41;
}
.z-\[42\] {
  z-index: 42;
}
.z-\[60\] {
  z-index: 60;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[-15px\] {
  margin-bottom: -15px;
}
.mb-\[-16px\] {
  margin-bottom: -16px;
}
.mb-\[-4px\] {
  margin-bottom: -4px;
}
.mb-\[-5px\] {
  margin-bottom: -5px;
}
.mb-\[-8px\] {
  margin-bottom: -8px;
}
.mb-\[190px\] {
  margin-bottom: 190px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[90px\] {
  margin-bottom: 90px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[-151px\] {
  margin-left: -151px;
}
.ml-\[-15px\] {
  margin-left: -15px;
}
.ml-\[-16px\] {
  margin-left: -16px;
}
.ml-\[-30px\] {
  margin-left: -30px;
}
.ml-\[-45\%\] {
  margin-left: -45%;
}
.ml-\[-8px\] {
  margin-left: -8px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[32px\] {
  margin-left: 32px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[18px\] {
  margin-right: 18px;
}
.mr-\[22px\] {
  margin-right: 22px;
}
.mr-\[3\%\] {
  margin-right: 3%;
}
.mr-\[3\.5\%\] {
  margin-right: 3.5%;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mr-\[4\.75\%\] {
  margin-right: 4.75%;
}
.mr-\[5\%\] {
  margin-right: 5%;
}
.mr-\[56px\] {
  margin-right: 56px;
}
.mr-\[75px\] {
  margin-right: 75px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[-16px\] {
  margin-top: -16px;
}
.mt-\[-190px\] {
  margin-top: -190px;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[-32px\] {
  margin-top: -32px;
}
.mt-\[-36px\] {
  margin-top: -36px;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mt-\[-5px\] {
  margin-top: -5px;
}
.mt-\[-60px\] {
  margin-top: -60px;
}
.mt-\[-7px\] {
  margin-top: -7px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mt-auto {
  margin-top: auto;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[0\] {
  height: 0;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[185px\] {
  height: 185px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[91px\] {
  height: 91px;
}
.h-full {
  height: 100%;
}
.h-\[120px\] {
  height: 120px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[10000px\] {
  max-height: 10000px;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[2000px\] {
  max-height: 2000px;
}
.max-h-\[25px\] {
  max-height: 25px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.w-6 {
  width: 1.5rem;
}
.w-\[101px\] {
  width: 101px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[184px\] {
  width: 184px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[375px\] {
  width: 375px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[54\%\] {
  width: 54%;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[87px\] {
  width: 87px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[calc\(100\%_\+_16px\)\] {
  width: calc(100% + 16px);
}
.w-\[calc\(100\%_\+_30px\)\] {
  width: calc(100% + 30px);
}
.w-\[calc\(100\%_\+_32px\)\] {
  width: calc(100% + 32px);
}
.w-\[calc\(100\%_\+_4px\)\] {
  width: calc(100% + 4px);
}
.w-\[calc\(100\%_-_16px\)\] {
  width: calc(100% - 16px);
}
.w-\[calc\(100\%_-_32px\)\] {
  width: calc(100% - 32px);
}
.w-\[calc\(100\%_-_64px\)\] {
  width: calc(100% - 64px);
}
.w-\[calc\(100\%_-_8px\)\] {
  width: calc(100% - 8px);
}
.w-\[calc\(100vw_-_40px\)\] {
  width: calc(100vw - 40px);
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[16px\] {
  max-width: 16px;
}
.max-w-\[195px\] {
  max-width: 195px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[240x\] {
  max-width: 240x;
}
.max-w-\[245px\] {
  max-width: 245px;
}
.max-w-\[270px\] {
  max-width: 270px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[29px\] {
  max-width: 29px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[325px\] {
  max-width: 325px;
}
.max-w-\[343px\] {
  max-width: 343px;
}
.max-w-\[344px\] {
  max-width: 344px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[55px\] {
  max-width: 55px;
}
.max-w-\[645px\] {
  max-width: 645px;
}
.max-w-\[672px\] {
  max-width: 672px;
}
.max-w-\[75px\] {
  max-width: 75px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[96px\] {
  max-width: 96px;
}
.max-w-\[calc\(100\%_-_120px\)\] {
  max-width: calc(100% - 120px);
}
.max-w-\[calc\(100\%_-_30px\)\] {
  max-width: calc(100% - 30px);
}
.max-w-\[calc\(100\%_-_35px\)\] {
  max-width: calc(100% - 35px);
}
.max-w-\[calc\(100\%_-_40px\)\] {
  max-width: calc(100% - 40px);
}
.max-w-\[calc\(100\%_-_8px\)\] {
  max-width: calc(100% - 8px);
}
.max-w-\[calc\(50\%_-_10px\)\] {
  max-width: calc(50% - 10px);
}
.max-w-full {
  max-width: 100%;
}
.shrink {
  flex-shrink: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-\[100\%\] {
  flex-basis: 100%;
}
.basis-\[100px\] {
  flex-basis: 100px;
}
.basis-\[120px\] {
  flex-basis: 120px;
}
.basis-\[125px\] {
  flex-basis: 125px;
}
.basis-\[130px\] {
  flex-basis: 130px;
}
.basis-\[131px\] {
  flex-basis: 131px;
}
.basis-\[184px\] {
  flex-basis: 184px;
}
.basis-\[200px\] {
  flex-basis: 200px;
}
.basis-\[20px\] {
  flex-basis: 20px;
}
.basis-\[23\%\] {
  flex-basis: 23%;
}
.basis-\[25\.25\%\] {
  flex-basis: 25.25%;
}
.basis-\[30\%\] {
  flex-basis: 30%;
}
.basis-\[30px\] {
  flex-basis: 30px;
}
.basis-\[38\%\] {
  flex-basis: 38%;
}
.basis-\[60px\] {
  flex-basis: 60px;
}
.basis-\[63px\] {
  flex-basis: 63px;
}
.basis-\[67\%\] {
  flex-basis: 67%;
}
.basis-\[70\%\] {
  flex-basis: 70%;
}
.basis-\[72\%\] {
  flex-basis: 72%;
}
.basis-\[74\%\] {
  flex-basis: 74%;
}
.basis-\[87px\] {
  flex-basis: 87px;
}
.basis-\[88px\] {
  flex-basis: 88px;
}
.basis-\[96px\] {
  flex-basis: 96px;
}
.basis-\[calc\(\(100\%_-_16px\)_\/_2\)\] {
  flex-basis: calc((100% - 16px) / 2);
}
.basis-\[calc\(\(100\%_-_191px\)_\/_2\)\] {
  flex-basis: calc((100% - 191px) / 2);
}
.basis-\[calc\(\(100\%_-_60px\)_\/_6\)\] {
  flex-basis: calc((100% - 60px) / 6);
}
.basis-\[calc\(\(100\%_-_6px\)_\/_2\)\] {
  flex-basis: calc((100% - 6px) / 2);
}
.basis-\[calc\(100\%_-_104px\)\] {
  flex-basis: calc(100% - 104px);
}
.basis-\[calc\(100\%_-_106px\)\] {
  flex-basis: calc(100% - 106px);
}
.basis-\[calc\(100\%_-_143px\)\] {
  flex-basis: calc(100% - 143px);
}
.basis-\[calc\(100\%_-_192px\)\] {
  flex-basis: calc(100% - 192px);
}
.basis-\[calc\(100\%_-_32px\)\] {
  flex-basis: calc(100% - 32px);
}
.basis-\[calc\(100\%_-_48px\)\] {
  flex-basis: calc(100% - 48px);
}
.basis-\[calc\(100\%_-_93px\)\] {
  flex-basis: calc(100% - 93px);
}
.basis-full {
  flex-basis: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-\[15px\] {
  row-gap: 15px;
}
.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)));
}
.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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * 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-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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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-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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-b-\[30px\] {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(248 94 0 / var(--tw-border-opacity));
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(100 45 173 / var(--tw-border-opacity));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  background-color: rgba(0,0,0,0.35);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(248 94 0 / var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(100 45 173 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(118\.14deg\2c _\#642DAD_17\.16\%\2c _\#F85E00_100\%\)\] {
  background-image: linear-gradient(118.14deg, #642DAD 17.16%, #F85E00 100%);
}
.bg-\[linear-gradient\(135deg\2c _\#642DAD_0\%\2c _\#F85E00_100\%\)\] {
  background-image: linear-gradient(135deg, #642DAD 0%, #F85E00 100%);
}
.bg-\[linear-gradient\(146\.04deg\2c _\#642DAD_13\.37\%\2c _\#F85E00_96\.92\%\)\] {
  background-image: linear-gradient(146.04deg, #642DAD 13.37%, #F85E00 96.92%);
}
.bg-\[linear-gradient\(159\.17deg\2c _\#642DAD_-0\.91\%\2c _\#F85E00_100\%\)\] {
  background-image: linear-gradient(159.17deg, #642DAD -0.91%, #F85E00 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#642DAD_0\%\2c _\#883984_100\%\)\] {
  background-image: linear-gradient(180deg, #642DAD 0%, #883984 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#652EAE_0\%\2c _\#652EAE_100\%\)\] {
  background-image: linear-gradient(180deg, #652EAE 0%, #652EAE 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#6832AF_0\%\2c _\#D4C4E8_100\%\)\] {
  background-image: linear-gradient(180deg, #6832AF 0%, #D4C4E8 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#6933B0_0\%\2c _\#D4C3E8_100\%\)\] {
  background-image: linear-gradient(180deg, #6933B0 0%, #D4C3E8 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#6933B0_0\%\2c _rgba\(211\2c _195\2c _232\2c _0\.62\)_100\%\)\] {
  background-image: linear-gradient(180deg, #6933B0 0%, rgba(211, 195, 232, 0.62) 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#6933B0_0\%\2c _rgba\(98\2c _46\2c _176\2c _1\)_100\%\)\] {
  background-image: linear-gradient(180deg, #6933B0 0%, rgba(98, 46, 176, 1) 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#72329E_0\%\2c _\#672EAA_100\%\)\] {
  background-image: linear-gradient(180deg, #72329E 0%, #672EAA 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#7F368E_0\%\2c _\#76339A_100\%\)\] {
  background-image: linear-gradient(180deg, #7F368E 0%, #76339A 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#8D3B7E_0\%\2c _\#9A3F6F_100\%\)\] {
  background-image: linear-gradient(180deg, #8D3B7E 0%, #9A3F6F 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#963E74_0\%\2c _\#F05C0B_100\%\)\] {
  background-image: linear-gradient(180deg, #963E74 0%, #F05C0B 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#BB4A48_0\%\2c _\#83388A_100\%\)\] {
  background-image: linear-gradient(180deg, #BB4A48 0%, #83388A 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#EC5A10_0\%\2c _\#BF4C44_100\%\)\] {
  background-image: linear-gradient(180deg, #EC5A10 0%, #BF4C44 100%);
}
.bg-\[linear-gradient\(90\.07deg\2c _\#642DAD_0\%\2c _\#F85E00_100\%\)\] {
  background-image: linear-gradient(90.07deg, #642DAD 0%, #F85E00 100%);
}
.bg-\[linear-gradient\(90\.69deg\2c _\#642DAD_0\%\2c _\#F85E00_99\.92\%\)\] {
  background-image: linear-gradient(90.69deg, #642DAD 0%, #F85E00 99.92%);
}
.bg-\[linear-gradient\(97\.1deg\2c _\#642DAD_0\%\2c _\#F85E00_100\%\)\] {
  background-image: linear-gradient(97.1deg, #642DAD 0%, #F85E00 100%);
}
.bg-\[url\(\'\/images\/backgrounds\/narrative-background\.png\'\)\] {
  background-image: url('../images/backgrounds/narrative-background.png');
}
.bg-\[url\(\'\/images\/buttons\/paypal-express-checkout-button\.svg\'\)\] {
  background-image: url('../images/buttons/paypal-express-checkout-button.svg');
}
.bg-\[url\(\'\/images\/icons\/black-close-x\.svg\'\)\] {
  background-image: url('../images/icons/black-close-x.svg');
}
.bg-\[url\(\'\/images\/icons\/black-tooltip-expand\.svg\'\)\] {
  background-image: url('../images/icons/black-tooltip-expand.svg');
}
.bg-\[url\(\'\/images\/icons\/orange-refresh-arrows\.svg\'\)\] {
  background-image: url('../images/icons/orange-refresh-arrows.svg');
}
.bg-\[url\(\'\/images\/icons\/orange-tooltip\.svg\'\)\] {
  background-image: url('../images/icons/orange-tooltip.svg');
}
.bg-\[url\(\'\/images\/icons\/purple-magnifying-glass\.svg\'\)\] {
  background-image: url('../images/icons/purple-magnifying-glass.svg');
}
.bg-\[url\(\'\/images\/icons\/white-close-x\.svg\'\)\] {
  background-image: url('../images/icons/white-close-x.svg');
}
.bg-\[url\(\'\/images\/icons\/white-magnifying-glass-on-purple\.svg\'\)\] {
  background-image: url('../images/icons/white-magnifying-glass-on-purple.svg');
}
.bg-\[length\:1079px_1656px\] {
  background-size: 1079px 1656px;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-\[0_-50px\] {
  background-position: 0 -50px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-transparent {
  fill: transparent;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[14\.5px\] {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.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-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.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;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[200px\] {
  padding-bottom: 200px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[13px\] {
  padding-right: 13px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.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-\[11px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[1px\] {
  font-size: 1px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[9px\] {
  font-size: 9px;
}
.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-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[14\.22px\] {
  line-height: 14.22px;
}
.leading-\[16\.59px\] {
  line-height: 16.59px;
}
.leading-\[16\.66px\] {
  line-height: 16.66px;
}
.leading-\[16\.74px\] {
  line-height: 16.74px;
}
.leading-\[18\.96px\] {
  line-height: 18.96px;
}
.leading-\[20\.4px\] {
  line-height: 20.4px;
}
.leading-\[21\.12px\] {
  line-height: 21.12px;
}
.leading-\[28\.44px\] {
  line-height: 28.44px;
}
.leading-\[35\.55px\] {
  line-height: 35.55px;
}
.tracking-\[12px\] {
  letter-spacing: 12px;
}
.tracking-\[15px\] {
  letter-spacing: 15px;
}
.tracking-\[8px\] {
  letter-spacing: 8px;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#8A8989\] {
  --tw-text-opacity: 1;
  color: rgb(138 137 137 / var(--tw-text-opacity));
}
.text-\[\#979797\] {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity));
}
.text-\[\#ff0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(248 94 0 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(100 45 173 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 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-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 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-\[10px_10px_0_0_rgba\(0\2c 0\2c 0\2c 0\.125\)\] {
  --tw-shadow: 10px 10px 0 0 rgba(0,0,0,0.125);
  --tw-shadow-colored: 10px 10px 0 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-\[10px_10px_0_0_rgba\(221\2c 221\2c 221\2c 1\)\] {
  --tw-shadow: 10px 10px 0 0 rgba(221,221,221,1);
  --tw-shadow-colored: 10px 10px 0 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-\[8px_8px_0_0_rgba\(100\2c 45\2c 173\2c 0\.28\)\] {
  --tw-shadow: 8px 8px 0 0 rgba(100,45,173,0.28);
  --tw-shadow-colored: 8px 8px 0 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-\[8px_8px_0_0_rgba\(221\2c 221\2c 221\2c 1\)\] {
  --tw-shadow: 8px 8px 0 0 rgba(221,221,221,1);
  --tw-shadow-colored: 8px 8px 0 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);
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  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-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-\[-16px\]::before {
  content: var(--tw-content);
  left: -16px;
}

.before\:left-\[16px\]::before {
  content: var(--tw-content);
  left: 16px;
}

.before\:left-\[20px\]::before {
  content: var(--tw-content);
  left: 20px;
}

.before\:left-\[30px\]::before {
  content: var(--tw-content);
  left: 30px;
}

.before\:left-\[35px\]::before {
  content: var(--tw-content);
  left: 35px;
}

.before\:right-\[30px\]::before {
  content: var(--tw-content);
  right: 30px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-\[-17px\]::before {
  content: var(--tw-content);
  top: -17px;
}

.before\:top-\[0\]::before {
  content: var(--tw-content);
  top: 0;
}

.before\:top-\[16px\]::before {
  content: var(--tw-content);
  top: 16px;
}

.before\:top-\[5px\]::before {
  content: var(--tw-content);
  top: 5px;
}

.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-12::before {
  content: var(--tw-content);
  height: 3rem;
}

.before\:h-\[15px\]::before {
  content: var(--tw-content);
  height: 15px;
}

.before\:h-\[30px\]::before {
  content: var(--tw-content);
  height: 30px;
}

.before\:h-\[36px\]::before {
  content: var(--tw-content);
  height: 36px;
}

.before\:h-\[63px\]::before {
  content: var(--tw-content);
  height: 63px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[250px\]::before {
  content: var(--tw-content);
  width: 250px;
}

.before\:w-\[310px\]::before {
  content: var(--tw-content);
  width: 310px;
}

.before\:w-\[335px\]::before {
  content: var(--tw-content);
  width: 335px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:w-px::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:skew-x-\[-20deg\]::before {
  content: var(--tw-content);
  --tw-skew-x: -20deg;
  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));
}

.before\:skew-x-\[-30deg\]::before {
  content: var(--tw-content);
  --tw-skew-x: -30deg;
  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));
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-black::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-orange::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(248 94 0 / var(--tw-bg-opacity));
}

.before\:bg-purple::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(100 45 173 / var(--tw-bg-opacity));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:bg-\[linear-gradient\(180deg\2c _\#652EAD_0\%\2c _\#F85E00_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg, #652EAD 0%, #F85E00 100%);
}

.before\:bg-\[linear-gradient\(180deg\2c _\#F85E00_0\%\2c _\#642DAD_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg, #F85E00 0%, #642DAD 100%);
}

.before\:bg-\[linear-gradient\(270deg\2c _\#642DAD_0\%\2c _rgba\(100\2c _45\2c _173\2c _0\)_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(270deg, #642DAD 0%, rgba(100, 45, 173, 0) 100%);
}

.before\:bg-\[linear-gradient\(270deg\2c _rgba\(100\2c 45\2c 173\2c 0\)_0\%\2c _rgba\(100\2c 45\2c 173\2c 1\)_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(270deg, rgba(100,45,173,0) 0%, rgba(100,45,173,1) 100%);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[-2px\]::after {
  content: var(--tw-content);
  left: -2px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:right-4::after {
  content: var(--tw-content);
  right: 1rem;
}

.after\:right-\[-15px\]::after {
  content: var(--tw-content);
  right: -15px;
}

.after\:right-\[16px\]::after {
  content: var(--tw-content);
  right: 16px;
}

.after\:right-\[8px\]::after {
  content: var(--tw-content);
  right: 8px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:top-\[13px\]::after {
  content: var(--tw-content);
  top: 13px;
}

.after\:top-\[17px\]::after {
  content: var(--tw-content);
  top: 17px;
}

.after\:top-\[50\%\]::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:top-\[9px\]::after {
  content: var(--tw-content);
  top: 9px;
}

.after\:z-0::after {
  content: var(--tw-content);
  z-index: 0;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:mt-\[-3\.5px\]::after {
  content: var(--tw-content);
  margin-top: -3.5px;
}

.after\:mt-\[-4px\]::after {
  content: var(--tw-content);
  margin-top: -4px;
}

.after\:mt-\[-7px\]::after {
  content: var(--tw-content);
  margin-top: -7px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:h-\[41px\]::after {
  content: var(--tw-content);
  height: 41px;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:w-\[calc\(100\%_\+_4px\)\]::after {
  content: var(--tw-content);
  width: calc(100% + 4px);
}

.after\:rotate-180::after {
  content: var(--tw-content);
  --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));
}

.after\:rounded-\[1px\]::after {
  content: var(--tw-content);
  border-radius: 1px;
}

.after\:border-\[3px\]::after {
  content: var(--tw-content);
  border-width: 3px;
}

.after\:border-x-\[7\.5px\]::after {
  content: var(--tw-content);
  border-left-width: 7.5px;
  border-right-width: 7.5px;
}

.after\:border-x-\[9\.5px\]::after {
  content: var(--tw-content);
  border-left-width: 9.5px;
  border-right-width: 9.5px;
}

.after\:border-y-\[7\.5px\]::after {
  content: var(--tw-content);
  border-top-width: 7.5px;
  border-bottom-width: 7.5px;
}

.after\:border-b-0::after {
  content: var(--tw-content);
  border-bottom-width: 0px;
}

.after\:border-l-\[8\.1px\]::after {
  content: var(--tw-content);
  border-left-width: 8.1px;
}

.after\:border-t-\[10px\]::after {
  content: var(--tw-content);
  border-top-width: 10px;
}

.after\:border-t-\[8\.1px\]::after {
  content: var(--tw-content);
  border-top-width: 8.1px;
}

.after\:border-purple::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(100 45 173 / var(--tw-border-opacity));
}

.after\:border-transparent::after {
  content: var(--tw-content);
  border-color: transparent;
}

.after\:border-l-black::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.after\:border-t-black::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]::after {
  content: var(--tw-content);
  --tw-shadow: 0 4px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 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);
}

.after\:transition-\[top\]::after {
  content: var(--tw-content);
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-500::after {
  content: var(--tw-content);
  transition-duration: 500ms;
}

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.even\:bg-\[\#F2F2F2\]:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.hover\:rounded-t-\[3px\]:hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0px;
}

.hover\:bg-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 45 173 / var(--tw-bg-opacity));
}

.hover\:pb-\[12px\]:hover {
  padding-bottom: 12px;
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(248 94 0 / var(--tw-text-opacity));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-\[0\.5\]:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:block {
  display: block;
}

.group\/brand:hover .group-hover\/brand\:bg-\[linear-gradient\(168deg\2c _\#662EAC_0\%\2c _\#F85E00_100\%\)\] {
  background-image: linear-gradient(168deg, #662EAC 0%, #F85E00 100%);
}

.group:hover .group-hover\:bg-\[url\(\'\/images\/icons\/white-tooltip\.svg\'\)\] {
  background-image: url('../images/icons/white-tooltip.svg');
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group\/brand:hover .group-hover\/brand\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange {
  --tw-text-opacity: 1;
  color: rgb(248 94 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group\/brand:hover .group-hover\/brand\:shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 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);
}

.group:hover .group-hover\:after\:border-t-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 480px) {

  .xs\:static {
    position: static;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:max-w-\[100px\] {
    max-width: 100px;
  }

  .xs\:basis-1\/2 {
    flex-basis: 50%;
  }

  .xs\:basis-\[238px\] {
    flex-basis: 238px;
  }

  .xs\:basis-\[calc\(50\%_\+_1px\)\] {
    flex-basis: calc(50% + 1px);
  }

  .xs\:basis-full {
    flex-basis: 100%;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 640px) {

  .sm\:relative {
    position: relative;
  }

  .sm\:top-\[-1px\] {
    top: -1px;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-\[-16px\] {
    margin-bottom: -16px;
  }

  .sm\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .sm\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-\[28px\] {
    margin-left: 28px;
  }

  .sm\:ml-\[30px\] {
    margin-left: 30px;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mr-\[10\%\] {
    margin-right: 10%;
  }

  .sm\:mr-\[10px\] {
    margin-right: 10px;
  }

  .sm\:mr-\[15px\] {
    margin-right: 15px;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-\[-20px\] {
    margin-top: -20px;
  }

  .sm\:mt-\[-5px\] {
    margin-top: -5px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[40px\] {
    height: 40px;
  }

  .sm\:h-\[50px\] {
    height: 50px;
  }

  .sm\:h-\[80px\] {
    height: 80px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:w-\[300px\] {
    width: 300px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-\[175px\] {
    max-width: 175px;
  }

  .sm\:max-w-\[250px\] {
    max-width: 250px;
  }

  .sm\:max-w-\[390px\] {
    max-width: 390px;
  }

  .sm\:max-w-\[466px\] {
    max-width: 466px;
  }

  .sm\:max-w-\[60px\] {
    max-width: 60px;
  }

  .sm\:max-w-\[calc\(50\%_-_10px\)\] {
    max-width: calc(50% - 10px);
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:basis-\[120px\] {
    flex-basis: 120px;
  }

  .sm\:basis-\[200px\] {
    flex-basis: 200px;
  }

  .sm\:basis-\[210px\] {
    flex-basis: 210px;
  }

  .sm\:basis-\[230px\] {
    flex-basis: 230px;
  }

  .sm\:basis-\[370px\] {
    flex-basis: 370px;
  }

  .sm\:basis-\[40\%\] {
    flex-basis: 40%;
  }

  .sm\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .sm\:basis-\[53px\] {
    flex-basis: 53px;
  }

  .sm\:basis-\[55px\] {
    flex-basis: 55px;
  }

  .sm\:basis-\[60px\] {
    flex-basis: 60px;
  }

  .sm\:basis-\[65px\] {
    flex-basis: 65px;
  }

  .sm\:basis-\[70px\] {
    flex-basis: 70px;
  }

  .sm\:basis-\[calc\(100\%_-_130px\)\] {
    flex-basis: calc(100% - 130px);
  }

  .sm\:basis-\[calc\(100\%_-_220px\)\] {
    flex-basis: calc(100% - 220px);
  }

  .sm\:basis-\[calc\(100\%_-_230px\)\] {
    flex-basis: calc(100% - 230px);
  }

  .sm\:basis-\[calc\(100\%_-_260px\)\] {
    flex-basis: calc(100% - 260px);
  }

  .sm\:basis-\[calc\(100\%_-_373px\)\] {
    flex-basis: calc(100% - 373px);
  }

  .sm\:basis-\[calc\(100\%_-_380px\)\] {
    flex-basis: calc(100% - 380px);
  }

  .sm\:basis-\[calc\(100\%_-_68px\)\] {
    flex-basis: calc(100% - 68px);
  }

  .sm\:basis-\[calc\(100\%_-_80px\)\] {
    flex-basis: calc(100% - 80px);
  }

  .sm\:basis-\[calc\(50\%_-_10px\)\] {
    flex-basis: calc(50% - 10px);
  }

  .sm\:basis-\[calc\(50\%_-_20px\)\] {
    flex-basis: calc(50% - 20px);
  }

  .sm\:basis-\[calc\(50\%_-_30px\)\] {
    flex-basis: calc(50% - 30px);
  }

  .sm\:basis-\[calc\(50\%_-_5px\)\] {
    flex-basis: calc(50% - 5px);
  }

  .sm\:basis-full {
    flex-basis: 100%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:rounded-\[3px\] {
    border-radius: 3px;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pt-\[13px\] {
    padding-top: 13px;
  }

  .sm\:pt-\[9px\] {
    padding-top: 9px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-\[26px\] {
    font-size: 26px;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:leading-\[30\.81px\] {
    line-height: 30.81px;
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .sm\:text-orange {
    --tw-text-opacity: 1;
    color: rgb(248 94 0 / var(--tw-text-opacity));
  }

  .sm\:before\:left-\[-20px\]::before {
    content: var(--tw-content);
    left: -20px;
  }

  .sm\:before\:left-\[20px\]::before {
    content: var(--tw-content);
    left: 20px;
  }

  .sm\:before\:left-\[calc\(15\%_\+_20px\)\]::before {
    content: var(--tw-content);
    left: calc(15% + 20px);
  }

  .sm\:before\:top-\[-20px\]::before {
    content: var(--tw-content);
    top: -20px;
  }

  .sm\:before\:top-\[20px\]::before {
    content: var(--tw-content);
    top: 20px;
  }

  .sm\:before\:h-\[calc\(100\%_\+_40px\)\]::before {
    content: var(--tw-content);
    height: calc(100% + 40px);
  }

  .sm\:before\:w-\[85\%\]::before {
    content: var(--tw-content);
    width: 85%;
  }

  .odd\:sm\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .odd\:sm\:mr-2\.5:nth-child(odd) {
    margin-right: 0.625rem;
  }
}

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:bottom-\[-170px\] {
    bottom: -170px;
  }

  .md\:bottom-\[-20px\] {
    bottom: -20px;
  }

  .md\:bottom-\[-30px\] {
    bottom: -30px;
  }

  .md\:bottom-\[20px\] {
    bottom: 20px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-\[-15px\] {
    left: -15px;
  }

  .md\:left-\[10px\] {
    left: 10px;
  }

  .md\:left-\[20px\] {
    left: 20px;
  }

  .md\:left-\[30px\] {
    left: 30px;
  }

  .md\:left-\[35px\] {
    left: 35px;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-\[10px\] {
    right: 10px;
  }

  .md\:top-\[-10px\] {
    top: -10px;
  }

  .md\:top-\[-20px\] {
    top: -20px;
  }

  .md\:top-\[-52px\] {
    top: -52px;
  }

  .md\:top-\[20px\] {
    top: 20px;
  }

  .md\:top-\[28px\] {
    top: 28px;
  }

  .md\:top-\[3px\] {
    top: 3px;
  }

  .md\:top-\[4px\] {
    top: 4px;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-\[-15px\] {
    margin-bottom: -15px;
  }

  .md\:mb-\[-30px\] {
    margin-bottom: -30px;
  }

  .md\:mb-\[-5px\] {
    margin-bottom: -5px;
  }

  .md\:mb-\[13px\] {
    margin-bottom: 13px;
  }

  .md\:mb-\[2\.5\] {
    margin-bottom: 2.5;
  }

  .md\:mb-\[226px\] {
    margin-bottom: 226px;
  }

  .md\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[95px\] {
    margin-bottom: 95px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-\[-165px\] {
    margin-left: -165px;
  }

  .md\:ml-\[-20px\] {
    margin-left: -20px;
  }

  .md\:ml-\[-48px\] {
    margin-left: -48px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:mr-\[30px\] {
    margin-right: 30px;
  }

  .md\:mr-\[4\.5\%\] {
    margin-right: 4.5%;
  }

  .md\:mr-\[40px\] {
    margin-right: 40px;
  }

  .md\:mr-\[50px\] {
    margin-right: 50px;
  }

  .md\:mr-\[6\%\] {
    margin-right: 6%;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-\[-115px\] {
    margin-top: -115px;
  }

  .md\:mt-\[-170px\] {
    margin-top: -170px;
  }

  .md\:mt-\[-205px\] {
    margin-top: -205px;
  }

  .md\:mt-\[-25px\] {
    margin-top: -25px;
  }

  .md\:mt-\[-30px\] {
    margin-top: -30px;
  }

  .md\:mt-\[-38px\] {
    margin-top: -38px;
  }

  .md\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .md\:mt-\[-54px\] {
    margin-top: -54px;
  }

  .md\:mt-\[-70px\] {
    margin-top: -70px;
  }

  .md\:mt-\[85px\] {
    margin-top: 85px;
  }

  .md\:mt-\[95px\] {
    margin-top: 95px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-\[157px\] {
    height: 157px;
  }

  .md\:h-\[160px\] {
    height: 160px;
  }

  .md\:h-\[191px\] {
    height: 191px;
  }

  .md\:h-\[290px\] {
    height: 290px;
  }

  .md\:h-\[30px\] {
    height: 30px;
  }

  .md\:h-\[315px\] {
    height: 315px;
  }

  .md\:h-\[38px\] {
    height: 38px;
  }

  .md\:h-\[48px\] {
    height: 48px;
  }

  .md\:h-\[50px\] {
    height: 50px;
  }

  .md\:h-\[54px\] {
    height: 54px;
  }

  .md\:h-\[58px\] {
    height: 58px;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-\[100\%\] {
    width: 100%;
  }

  .md\:w-\[120px\] {
    width: 120px;
  }

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-\[1px\] {
    width: 1px;
  }

  .md\:w-\[210px\] {
    width: 210px;
  }

  .md\:w-\[230px\] {
    width: 230px;
  }

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-\[260px\] {
    width: 260px;
  }

  .md\:w-\[30px\] {
    width: 30px;
  }

  .md\:w-\[70px\] {
    width: 70px;
  }

  .md\:w-\[80px\] {
    width: 80px;
  }

  .md\:w-\[90px\] {
    width: 90px;
  }

  .md\:w-\[calc\(100\%_\+_40px\)\] {
    width: calc(100% + 40px);
  }

  .md\:w-\[calc\(100\%_\+_96px\)\] {
    width: calc(100% + 96px);
  }

  .md\:w-\[calc\(100\%_-_20px\)\] {
    width: calc(100% - 20px);
  }

  .md\:w-\[calc\(100\%_-_40px\)\] {
    width: calc(100% - 40px);
  }

  .md\:w-\[calc\(50\%_-_10px\)\] {
    width: calc(50% - 10px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[260px\] {
    min-width: 260px;
  }

  .md\:max-w-\[1136px\] {
    max-width: 1136px;
  }

  .md\:max-w-\[220px\] {
    max-width: 220px;
  }

  .md\:max-w-\[24px\] {
    max-width: 24px;
  }

  .md\:max-w-\[250px\] {
    max-width: 250px;
  }

  .md\:max-w-\[260px\] {
    max-width: 260px;
  }

  .md\:max-w-\[360px\] {
    max-width: 360px;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:max-w-\[510px\] {
    max-width: 510px;
  }

  .md\:max-w-\[565px\] {
    max-width: 565px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[60px\] {
    max-width: 60px;
  }

  .md\:max-w-\[730px\] {
    max-width: 730px;
  }

  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .md\:max-w-\[768px\] {
    max-width: 768px;
  }

  .md\:max-w-\[85\%\] {
    max-width: 85%;
  }

  .md\:max-w-\[90px\] {
    max-width: 90px;
  }

  .md\:max-w-\[calc\(\(100\%_-_40px\)_\/_2\)\] {
    max-width: calc((100% - 40px) / 2);
  }

  .md\:max-w-\[calc\(100\%_-_20px\)\] {
    max-width: calc(100% - 20px);
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:basis-\[100px\] {
    flex-basis: 100px;
  }

  .md\:basis-\[120px\] {
    flex-basis: 120px;
  }

  .md\:basis-\[130px\] {
    flex-basis: 130px;
  }

  .md\:basis-\[140px\] {
    flex-basis: 140px;
  }

  .md\:basis-\[160px\] {
    flex-basis: 160px;
  }

  .md\:basis-\[170px\] {
    flex-basis: 170px;
  }

  .md\:basis-\[180px\] {
    flex-basis: 180px;
  }

  .md\:basis-\[195px\] {
    flex-basis: 195px;
  }

  .md\:basis-\[210px\] {
    flex-basis: 210px;
  }

  .md\:basis-\[220px\] {
    flex-basis: 220px;
  }

  .md\:basis-\[230px\] {
    flex-basis: 230px;
  }

  .md\:basis-\[240px\] {
    flex-basis: 240px;
  }

  .md\:basis-\[250px\] {
    flex-basis: 250px;
  }

  .md\:basis-\[260px\] {
    flex-basis: 260px;
  }

  .md\:basis-\[28\.5\%\] {
    flex-basis: 28.5%;
  }

  .md\:basis-\[30px\] {
    flex-basis: 30px;
  }

  .md\:basis-\[310px\] {
    flex-basis: 310px;
  }

  .md\:basis-\[320px\] {
    flex-basis: 320px;
  }

  .md\:basis-\[340px\] {
    flex-basis: 340px;
  }

  .md\:basis-\[350px\] {
    flex-basis: 350px;
  }

  .md\:basis-\[400px\] {
    flex-basis: 400px;
  }

  .md\:basis-\[45\%\] {
    flex-basis: 45%;
  }

  .md\:basis-\[49\%\] {
    flex-basis: 49%;
  }

  .md\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .md\:basis-\[60px\] {
    flex-basis: 60px;
  }

  .md\:basis-\[80px\] {
    flex-basis: 80px;
  }

  .md\:basis-\[90px\] {
    flex-basis: 90px;
  }

  .md\:basis-\[calc\(\(100\%_-_10px\)_\*_0\.47\)\] {
    flex-basis: calc((100% - 10px) * 0.47);
  }

  .md\:basis-\[calc\(\(100\%_-_10px\)_\*_0\.53\)\] {
    flex-basis: calc((100% - 10px) * 0.53);
  }

  .md\:basis-\[calc\(\(100\%_-_10px\)_\/_2\)\] {
    flex-basis: calc((100% - 10px) / 2);
  }

  .md\:basis-\[calc\(\(100\%_-_150px\)_\/_2\)\] {
    flex-basis: calc((100% - 150px) / 2);
  }

  .md\:basis-\[calc\(\(100\%_-_20px\)_\/_3\)\] {
    flex-basis: calc((100% - 20px) / 3);
  }

  .md\:basis-\[calc\(\(100\%_-_30px\)_\/_2\)\] {
    flex-basis: calc((100% - 30px) / 2);
  }

  .md\:basis-\[calc\(\(100\%_-_40px\)_\/_2\)\] {
    flex-basis: calc((100% - 40px) / 2);
  }

  .md\:basis-\[calc\(\(100\%_-_40px\)_\/_3\)\] {
    flex-basis: calc((100% - 40px) / 3);
  }

  .md\:basis-\[calc\(\(100\%_-_50px\)_\/_2\)\] {
    flex-basis: calc((100% - 50px) / 2);
  }

  .md\:basis-\[calc\(100\%_-_100px\)\] {
    flex-basis: calc(100% - 100px);
  }

  .md\:basis-\[calc\(100\%_-_124px\)\] {
    flex-basis: calc(100% - 124px);
  }

  .md\:basis-\[calc\(100\%_-_150px\)\] {
    flex-basis: calc(100% - 150px);
  }

  .md\:basis-\[calc\(100\%_-_180px\)\] {
    flex-basis: calc(100% - 180px);
  }

  .md\:basis-\[calc\(100\%_-_194px\)\] {
    flex-basis: calc(100% - 194px);
  }

  .md\:basis-\[calc\(100\%_-_210px\)\] {
    flex-basis: calc(100% - 210px);
  }

  .md\:basis-\[calc\(100\%_-_260px\)\] {
    flex-basis: calc(100% - 260px);
  }

  .md\:basis-\[calc\(100\%_-_265px\)\] {
    flex-basis: calc(100% - 265px);
  }

  .md\:basis-\[calc\(100\%_-_270px\)\] {
    flex-basis: calc(100% - 270px);
  }

  .md\:basis-\[calc\(100\%_-_280px\)\] {
    flex-basis: calc(100% - 280px);
  }

  .md\:basis-\[calc\(100\%_-_320px\)\] {
    flex-basis: calc(100% - 320px);
  }

  .md\:basis-\[calc\(100\%_-_350px\)\] {
    flex-basis: calc(100% - 350px);
  }

  .md\:basis-\[calc\(100\%_-_360px\)\] {
    flex-basis: calc(100% - 360px);
  }

  .md\:basis-\[calc\(100\%_-_420px\)\] {
    flex-basis: calc(100% - 420px);
  }

  .md\:basis-\[calc\(100\%_-_70px\)\] {
    flex-basis: calc(100% - 70px);
  }

  .md\:basis-\[calc\(100\%_-_80px\)\] {
    flex-basis: calc(100% - 80px);
  }

  .md\:basis-\[calc\(50\%_-_10px\)\] {
    flex-basis: calc(50% - 10px);
  }

  .md\:basis-\[calc\(50\%_-_5px\)\] {
    flex-basis: calc(50% - 5px);
  }

  .md\:basis-auto {
    flex-basis: auto;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .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-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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));
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-b-\[100px\] {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
  }

  .md\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .md\:border-y-\[3px\] {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-\[3px\] {
    border-top-width: 3px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:bg-\[linear-gradient\(159\.17deg\2c _\#642DAD_-0\.91\%\2c _\#F85E00_100\%\)\] {
    background-image: linear-gradient(159.17deg, #642DAD -0.91%, #F85E00 100%);
  }

  .md\:bg-\[linear-gradient\(180deg\2c _\#6832AF_0\%\2c _\#D4C4E8_100\%\)\] {
    background-image: linear-gradient(180deg, #6832AF 0%, #D4C4E8 100%);
  }

  .md\:bg-\[url\(\'\/images\/buttons\/paypal-express-checkout-button-tablet\.svg\'\)\] {
    background-image: url('../images/buttons/paypal-express-checkout-button-tablet.svg');
  }

  .md\:bg-\[url\(\'\/images\/icons\/white-magnifying-glass-on-black\.svg\'\)\] {
    background-image: url('../images/icons/white-magnifying-glass-on-black.svg');
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-\[length\:100\%_100\%\] {
    background-size: 100% 100%;
  }

  .md\:bg-\[0_0\] {
    background-position: 0 0;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-\[15px\] {
    padding: 15px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-\[12px\] {
    padding-bottom: 12px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-\[55px\] {
    padding-left: 55px;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[15px\] {
    padding-top: 15px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[45px\] {
    padding-top: 45px;
  }

  .md\:pt-\[70px\] {
    padding-top: 70px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[11px\] {
    font-size: 11px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:leading-\[14\.22px\] {
    line-height: 14.22px;
  }

  .md\:leading-\[16\.59px\] {
    line-height: 16.59px;
  }

  .md\:leading-\[18\.96px\] {
    line-height: 18.96px;
  }

  .md\:leading-\[23\.7px\] {
    line-height: 23.7px;
  }

  .md\:leading-\[35\.55px\] {
    line-height: 35.55px;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:underline {
    text-decoration-line: underline;
  }

  .md\:shadow-\[-10px_10px_0_0_rgba\(0\2c 0\2c 0\2c 0\.125\)\] {
    --tw-shadow: -10px 10px 0 0 rgba(0,0,0,0.125);
    --tw-shadow-colored: -10px 10px 0 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);
  }

  .md\:shadow-\[-10px_10px_0_0_rgba\(221\2c 221\2c 221\2c 1\)\] {
    --tw-shadow: -10px 10px 0 0 rgba(221,221,221,1);
    --tw-shadow-colored: -10px 10px 0 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);
  }

  .md\:shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 4px 4px 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);
  }

  .md\:shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 4px 4px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 4px 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);
  }

  .md\:shadow-\[10px_10px_0_0_rgba\(92\2c 92\2c 92\2c 0\.6\)\] {
    --tw-shadow: 10px 10px 0 0 rgba(92,92,92,0.6);
    --tw-shadow-colored: 10px 10px 0 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);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:before\:left-\[0\]::before {
    content: var(--tw-content);
    left: 0;
  }

  .md\:before\:left-\[37px\]::before {
    content: var(--tw-content);
    left: 37px;
  }

  .md\:before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
  }

  .md\:before\:z-10::before {
    content: var(--tw-content);
    z-index: 10;
  }

  .md\:before\:h-\[29px\]::before {
    content: var(--tw-content);
    height: 29px;
  }

  .md\:before\:h-\[48px\]::before {
    content: var(--tw-content);
    height: 48px;
  }

  .md\:before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .md\:before\:w-\[50\%\]::before {
    content: var(--tw-content);
    width: 50%;
  }

  .md\:before\:w-\[550px\]::before {
    content: var(--tw-content);
    width: 550px;
  }

  .md\:before\:w-\[575px\]::before {
    content: var(--tw-content);
    width: 575px;
  }

  .md\:before\:w-\[calc\(\(100\%_-_160px\)_\/_2\)\]::before {
    content: var(--tw-content);
    width: calc((100% - 160px) / 2);
  }

  .md\:before\:skew-x-\[30deg\]::before {
    content: var(--tw-content);
    --tw-skew-x: 30deg;
    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));
  }

  .md\:before\:skew-x-\[35deg\]::before {
    content: var(--tw-content);
    --tw-skew-x: 35deg;
    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));
  }

  .md\:before\:border-b-2::before {
    content: var(--tw-content);
    border-bottom-width: 2px;
  }

  .md\:before\:border-l-2::before {
    content: var(--tw-content);
    border-left-width: 2px;
  }

  .md\:before\:border-r-2::before {
    content: var(--tw-content);
    border-right-width: 2px;
  }

  .md\:before\:border-solid::before {
    content: var(--tw-content);
    border-style: solid;
  }

  .md\:before\:border-b-white::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:before\:border-r-black::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:before\:bg-purple::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(100 45 173 / var(--tw-bg-opacity));
  }

  .md\:before\:bg-white::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:after\:right-\[0\]::after {
    content: var(--tw-content);
    right: 0;
  }

  .md\:after\:right-\[10px\]::after {
    content: var(--tw-content);
    right: 10px;
  }

  .md\:after\:right-\[37px\]::after {
    content: var(--tw-content);
    right: 37px;
  }

  .md\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .md\:after\:top-\[12\.5px\]::after {
    content: var(--tw-content);
    top: 12.5px;
  }

  .md\:after\:top-\[7px\]::after {
    content: var(--tw-content);
    top: 7px;
  }

  .md\:after\:z-10::after {
    content: var(--tw-content);
    z-index: 10;
  }

  .md\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .md\:after\:h-\[29px\]::after {
    content: var(--tw-content);
    height: 29px;
  }

  .md\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .md\:after\:w-\[50\%\]::after {
    content: var(--tw-content);
    width: 50%;
  }

  .md\:after\:w-\[calc\(\(100\%_-_160px\)_\/_2\)\]::after {
    content: var(--tw-content);
    width: calc((100% - 160px) / 2);
  }

  .md\:after\:skew-x-\[-30deg\]::after {
    content: var(--tw-content);
    --tw-skew-x: -30deg;
    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));
  }

  .md\:after\:skew-x-\[-35deg\]::after {
    content: var(--tw-content);
    --tw-skew-x: -35deg;
    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));
  }

  .md\:after\:border-x-\[5px\]::after {
    content: var(--tw-content);
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .md\:after\:border-b-2::after {
    content: var(--tw-content);
    border-bottom-width: 2px;
  }

  .md\:after\:border-l-2::after {
    content: var(--tw-content);
    border-left-width: 2px;
  }

  .md\:after\:border-r-2::after {
    content: var(--tw-content);
    border-right-width: 2px;
  }

  .md\:after\:border-t-\[5\.5px\]::after {
    content: var(--tw-content);
    border-top-width: 5.5px;
  }

  .md\:after\:border-solid::after {
    content: var(--tw-content);
    border-style: solid;
  }

  .md\:after\:border-b-white::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:after\:border-r-black::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:after\:bg-purple::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(100 45 173 / var(--tw-bg-opacity));
  }

  .md\:after\:bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media (min-width: 992px) {

  .xm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xm\:mb-0 {
    margin-bottom: 0px;
  }

  .xm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xm\:mb-4 {
    margin-bottom: 1rem;
  }

  .xm\:mr-3 {
    margin-right: 0.75rem;
  }

  .xm\:mr-5 {
    margin-right: 1.25rem;
  }

  .xm\:flex {
    display: flex;
  }

  .xm\:h-\[50\.5px\] {
    height: 50.5px;
  }

  .xm\:w-\[18px\] {
    width: 18px;
  }

  .xm\:max-w-\[1300px\] {
    max-width: 1300px;
  }

  .xm\:max-w-\[410px\] {
    max-width: 410px;
  }

  .xm\:basis-\[130px\] {
    flex-basis: 130px;
  }

  .xm\:basis-\[238px\] {
    flex-basis: 238px;
  }

  .xm\:basis-\[580px\] {
    flex-basis: 580px;
  }

  .xm\:basis-\[calc\(100\%_-_600px\)\] {
    flex-basis: calc(100% - 600px);
  }

  .xm\:basis-\[calc\(50\%_-_10px\)\] {
    flex-basis: calc(50% - 10px);
  }

  .xm\:justify-around {
    justify-content: space-around;
  }

  .xm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xm\:pt-5 {
    padding-top: 1.25rem;
  }

  .xm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xm\:leading-\[16\.59px\] {
    line-height: 16.59px;
  }
}

@media (min-width: 1024px) {

  @media (min-width: 768px) {

    .lg\:md\:items-center {
      align-items: center;
    }
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-\[-15px\] {
    bottom: -15px;
  }

  .lg\:bottom-\[-25px\] {
    bottom: -25px;
  }

  .lg\:bottom-\[-30px\] {
    bottom: -30px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[-15px\] {
    left: -15px;
  }

  .lg\:left-\[10px\] {
    left: 10px;
  }

  .lg\:left-\[50\%\] {
    left: 50%;
  }

  .lg\:left-\[63px\] {
    left: 63px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[215px\] {
    right: 215px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-\[-15px\] {
    top: -15px;
  }

  .lg\:top-\[-20px\] {
    top: -20px;
  }

  .lg\:top-\[-2px\] {
    top: -2px;
  }

  .lg\:top-\[-70px\] {
    top: -70px;
  }

  .lg\:top-\[1px\] {
    top: 1px;
  }

  .lg\:top-\[80px\] {
    top: 80px;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[-10px\] {
    margin-bottom: -10px;
  }

  .lg\:mb-\[-40px\] {
    margin-bottom: -40px;
  }

  .lg\:mb-\[-7px\] {
    margin-bottom: -7px;
  }

  .lg\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .lg\:mb-\[230px\] {
    margin-bottom: 230px;
  }

  .lg\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .lg\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-\[-162px\] {
    margin-left: -162px;
  }

  .lg\:ml-\[-20px\] {
    margin-left: -20px;
  }

  .lg\:ml-\[-254px\] {
    margin-left: -254px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-\[100px\] {
    margin-right: 100px;
  }

  .lg\:mr-\[20px\] {
    margin-right: 20px;
  }

  .lg\:mr-\[30px\] {
    margin-right: 30px;
  }

  .lg\:mr-\[5\.5\%\] {
    margin-right: 5.5%;
  }

  .lg\:mr-\[65px\] {
    margin-right: 65px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .lg\:mt-\[-10px\] {
    margin-top: -10px;
  }

  .lg\:mt-\[-27px\] {
    margin-top: -27px;
  }

  .lg\:mt-\[-32px\] {
    margin-top: -32px;
  }

  .lg\:mt-\[-55px\] {
    margin-top: -55px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .lg\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[124px\] {
    height: 124px;
  }

  .lg\:h-\[13\.63px\] {
    height: 13.63px;
  }

  .lg\:h-\[15px\] {
    height: 15px;
  }

  .lg\:h-\[16\.21px\] {
    height: 16.21px;
  }

  .lg\:h-\[160px\] {
    height: 160px;
  }

  .lg\:h-\[167px\] {
    height: 167px;
  }

  .lg\:h-\[18\.33px\] {
    height: 18.33px;
  }

  .lg\:h-\[180px\] {
    height: 180px;
  }

  .lg\:h-\[18px\] {
    height: 18px;
  }

  .lg\:h-\[201px\] {
    height: 201px;
  }

  .lg\:h-\[23\.27px\] {
    height: 23.27px;
  }

  .lg\:h-\[230px\] {
    height: 230px;
  }

  .lg\:h-\[24px\] {
    height: 24px;
  }

  .lg\:h-\[325px\] {
    height: 325px;
  }

  .lg\:h-\[40px\] {
    height: 40px;
  }

  .lg\:h-\[418px\] {
    height: 418px;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:h-\[50\.5px\] {
    height: 50.5px;
  }

  .lg\:h-\[58px\] {
    height: 58px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:h-\[70px\] {
    height: 70px;
  }

  .lg\:h-\[80px\] {
    height: 80px;
  }

  .lg\:h-\[px\] {
    height: px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-\[100vw\] {
    width: 100vw;
  }

  .lg\:w-\[1040px\] {
    width: 1040px;
  }

  .lg\:w-\[110px\] {
    width: 110px;
  }

  .lg\:w-\[154px\] {
    width: 154px;
  }

  .lg\:w-\[15px\] {
    width: 15px;
  }

  .lg\:w-\[18\.18px\] {
    width: 18.18px;
  }

  .lg\:w-\[18px\] {
    width: 18px;
  }

  .lg\:w-\[20px\] {
    width: 20px;
  }

  .lg\:w-\[220px\] {
    width: 220px;
  }

  .lg\:w-\[254px\] {
    width: 254px;
  }

  .lg\:w-\[610px\] {
    width: 610px;
  }

  .lg\:w-\[90px\] {
    width: 90px;
  }

  .lg\:w-\[calc\(100\%_-_20px\)\] {
    width: calc(100% - 20px);
  }

  .lg\:w-\[px\] {
    width: px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[1040px\] {
    max-width: 1040px;
  }

  .lg\:max-w-\[105px\] {
    max-width: 105px;
  }

  .lg\:max-w-\[1300px\] {
    max-width: 1300px;
  }

  .lg\:max-w-\[1440px\] {
    max-width: 1440px;
  }

  .lg\:max-w-\[160px\] {
    max-width: 160px;
  }

  .lg\:max-w-\[175px\] {
    max-width: 175px;
  }

  .lg\:max-w-\[18px\] {
    max-width: 18px;
  }

  .lg\:max-w-\[200px\] {
    max-width: 200px;
  }

  .lg\:max-w-\[20px\] {
    max-width: 20px;
  }

  .lg\:max-w-\[220px\] {
    max-width: 220px;
  }

  .lg\:max-w-\[280px\] {
    max-width: 280px;
  }

  .lg\:max-w-\[340px\] {
    max-width: 340px;
  }

  .lg\:max-w-\[660px\] {
    max-width: 660px;
  }

  .lg\:max-w-\[67\%\] {
    max-width: 67%;
  }

  .lg\:max-w-\[690px\] {
    max-width: 690px;
  }

  .lg\:max-w-\[750px\] {
    max-width: 750px;
  }

  .lg\:max-w-\[75px\] {
    max-width: 75px;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[945px\] {
    max-width: 945px;
  }

  .lg\:max-w-\[calc\(\(100\%_-_80px\)_\/_3\)\] {
    max-width: calc((100% - 80px) / 3);
  }

  .lg\:max-w-\[calc\(100vw_-_40px\)\] {
    max-width: calc(100vw - 40px);
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:basis-\[110px\] {
    flex-basis: 110px;
  }

  .lg\:basis-\[150px\] {
    flex-basis: 150px;
  }

  .lg\:basis-\[160px\] {
    flex-basis: 160px;
  }

  .lg\:basis-\[170px\] {
    flex-basis: 170px;
  }

  .lg\:basis-\[180px\] {
    flex-basis: 180px;
  }

  .lg\:basis-\[200px\] {
    flex-basis: 200px;
  }

  .lg\:basis-\[220px\] {
    flex-basis: 220px;
  }

  .lg\:basis-\[230px\] {
    flex-basis: 230px;
  }

  .lg\:basis-\[236px\] {
    flex-basis: 236px;
  }

  .lg\:basis-\[240px\] {
    flex-basis: 240px;
  }

  .lg\:basis-\[250px\] {
    flex-basis: 250px;
  }

  .lg\:basis-\[30\%\] {
    flex-basis: 30%;
  }

  .lg\:basis-\[300px\] {
    flex-basis: 300px;
  }

  .lg\:basis-\[320px\] {
    flex-basis: 320px;
  }

  .lg\:basis-\[330px\] {
    flex-basis: 330px;
  }

  .lg\:basis-\[340px\] {
    flex-basis: 340px;
  }

  .lg\:basis-\[360px\] {
    flex-basis: 360px;
  }

  .lg\:basis-\[380px\] {
    flex-basis: 380px;
  }

  .lg\:basis-\[390px\] {
    flex-basis: 390px;
  }

  .lg\:basis-\[42\.5\%\] {
    flex-basis: 42.5%;
  }

  .lg\:basis-\[460px\] {
    flex-basis: 460px;
  }

  .lg\:basis-\[480px\] {
    flex-basis: 480px;
  }

  .lg\:basis-\[52\%\] {
    flex-basis: 52%;
  }

  .lg\:basis-\[610px\] {
    flex-basis: 610px;
  }

  .lg\:basis-\[62px\] {
    flex-basis: 62px;
  }

  .lg\:basis-\[65\.5\%\] {
    flex-basis: 65.5%;
  }

  .lg\:basis-\[68px\] {
    flex-basis: 68px;
  }

  .lg\:basis-\[70px\] {
    flex-basis: 70px;
  }

  .lg\:basis-\[74px\] {
    flex-basis: 74px;
  }

  .lg\:basis-\[90px\] {
    flex-basis: 90px;
  }

  .lg\:basis-\[calc\(\(100\%_-_120px\)_\/_4\)\] {
    flex-basis: calc((100% - 120px) / 4);
  }

  .lg\:basis-\[calc\(\(100\%_-_20px\)_\*_0\.48\)\] {
    flex-basis: calc((100% - 20px) * 0.48);
  }

  .lg\:basis-\[calc\(\(100\%_-_20px\)_\*_0\.52\)\] {
    flex-basis: calc((100% - 20px) * 0.52);
  }

  .lg\:basis-\[calc\(\(100\%_-_20px\)_\/_2\)\] {
    flex-basis: calc((100% - 20px) / 2);
  }

  .lg\:basis-\[calc\(\(100\%_-_210px\)_\/_2\)\] {
    flex-basis: calc((100% - 210px) / 2);
  }

  .lg\:basis-\[calc\(\(100\%_-_260px\)_\/_2\)\] {
    flex-basis: calc((100% - 260px) / 2);
  }

  .lg\:basis-\[calc\(\(100\%_-_40px\)_\/_3\)\] {
    flex-basis: calc((100% - 40px) / 3);
  }

  .lg\:basis-\[calc\(\(100\%_-_60px\)_\/_3\)\] {
    flex-basis: calc((100% - 60px) / 3);
  }

  .lg\:basis-\[calc\(\(100\%_-_80px\)_\/_3\)\] {
    flex-basis: calc((100% - 80px) / 3);
  }

  .lg\:basis-\[calc\(100\%_-_100px\)\] {
    flex-basis: calc(100% - 100px);
  }

  .lg\:basis-\[calc\(100\%_-_165px\)\] {
    flex-basis: calc(100% - 165px);
  }

  .lg\:basis-\[calc\(100\%_-_170px\)\] {
    flex-basis: calc(100% - 170px);
  }

  .lg\:basis-\[calc\(100\%_-_240px\)\] {
    flex-basis: calc(100% - 240px);
  }

  .lg\:basis-\[calc\(100\%_-_245px\)\] {
    flex-basis: calc(100% - 245px);
  }

  .lg\:basis-\[calc\(100\%_-_250px\)\] {
    flex-basis: calc(100% - 250px);
  }

  .lg\:basis-\[calc\(100\%_-_270px\)\] {
    flex-basis: calc(100% - 270px);
  }

  .lg\:basis-\[calc\(100\%_-_294px\)\] {
    flex-basis: calc(100% - 294px);
  }

  .lg\:basis-\[calc\(100\%_-_340px\)\] {
    flex-basis: calc(100% - 340px);
  }

  .lg\:basis-\[calc\(100\%_-_360px\)\] {
    flex-basis: calc(100% - 360px);
  }

  .lg\:basis-\[calc\(100\%_-_365px\)\] {
    flex-basis: calc(100% - 365px);
  }

  .lg\:basis-\[calc\(100\%_-_380px\)\] {
    flex-basis: calc(100% - 380px);
  }

  .lg\:basis-\[calc\(100\%_-_390px\)\] {
    flex-basis: calc(100% - 390px);
  }

  .lg\:basis-\[calc\(100\%_-_400px\)\] {
    flex-basis: calc(100% - 400px);
  }

  .lg\:basis-\[calc\(100\%_-_436px\)\] {
    flex-basis: calc(100% - 436px);
  }

  .lg\:basis-\[calc\(100\%_-_440px\)\] {
    flex-basis: calc(100% - 440px);
  }

  .lg\:basis-\[calc\(100\%_-_460px\)\] {
    flex-basis: calc(100% - 460px);
  }

  .lg\:basis-\[calc\(100\%_-_486px\)\] {
    flex-basis: calc(100% - 486px);
  }

  .lg\:basis-\[calc\(100\%_-_630px\)\] {
    flex-basis: calc(100% - 630px);
  }

  .lg\:basis-\[calc\(100\%_-_80px\)\] {
    flex-basis: calc(100% - 80px);
  }

  .lg\:basis-\[calc\(100\%_-_92px\)\] {
    flex-basis: calc(100% - 92px);
  }

  .lg\:basis-\[calc\(50\%_-_10px\)\] {
    flex-basis: calc(50% - 10px);
  }

  .lg\:basis-\[calc\(50\%_-_15px\)\] {
    flex-basis: calc(50% - 15px);
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:gap-x-\[26px\] {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }

  .lg\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:rounded-\[100px\] {
    border-radius: 100px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(248 94 0 / var(--tw-bg-opacity));
  }

  .lg\:bg-\[linear-gradient\(159\.17deg\2c _\#642DAD_-0\.91\%\2c _\#F85E00_100\%\)\] {
    background-image: linear-gradient(159.17deg, #642DAD -0.91%, #F85E00 100%);
  }

  .lg\:bg-\[linear-gradient\(90\.07deg\2c _\#642DAD_0\%\2c _\#F85E00_100\%\)\] {
    background-image: linear-gradient(90.07deg, #642DAD 0%, #F85E00 100%);
  }

  .lg\:bg-\[url\(\'\/images\/buttons\/paypal-express-checkout-button\.svg\'\)\] {
    background-image: url('../images/buttons/paypal-express-checkout-button.svg');
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-\[20px\] {
    padding: 20px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-\[0\] {
    padding-left: 0;
  }

  .lg\:pl-\[2px\] {
    padding-left: 2px;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-\[14px\] {
    padding-top: 14px;
  }

  .lg\:pt-\[1px\] {
    padding-top: 1px;
  }

  .lg\:pt-\[25px\] {
    padding-top: 25px;
  }

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:pt-\[55px\] {
    padding-top: 55px;
  }

  .lg\:pt-\[75px\] {
    padding-top: 75px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[10px\] {
    font-size: 10px;
  }

  .lg\:text-\[13px\] {
    font-size: 13px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .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\:leading-\[16\.59px\] {
    line-height: 16.59px;
  }

  .lg\:leading-\[18\.96px\] {
    line-height: 18.96px;
  }

  .lg\:leading-\[19\.04px\] {
    line-height: 19.04px;
  }

  .lg\:leading-\[19\.53px\] {
    line-height: 19.53px;
  }

  .lg\:leading-\[21\.33px\] {
    line-height: 21.33px;
  }

  .lg\:leading-\[23\.31px\] {
    line-height: 23.31px;
  }

  .lg\:leading-\[23\.7px\] {
    line-height: 23.7px;
  }

  .lg\:leading-\[26\.07px\] {
    line-height: 26.07px;
  }

  .lg\:leading-\[28\.44px\] {
    line-height: 28.44px;
  }

  .lg\:leading-\[47\.4px\] {
    line-height: 47.4px;
  }

  .lg\:leading-\[59\.25px\] {
    line-height: 59.25px;
  }

  .lg\:tracking-\[15px\] {
    letter-spacing: 15px;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 4px 4px 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);
  }

  .lg\:shadow-\[10px_10px_0_0_rgba\(221\2c 221\2c 221\2c 1\)\] {
    --tw-shadow: 10px 10px 0 0 rgba(221,221,221,1);
    --tw-shadow-colored: 10px 10px 0 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);
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:before\:bottom-\[-6px\]::before {
    content: var(--tw-content);
    bottom: -6px;
  }

  .lg\:before\:left-\[31px\]::before {
    content: var(--tw-content);
    left: 31px;
  }

  .lg\:before\:left-\[50\%\]::before {
    content: var(--tw-content);
    left: 50%;
  }

  .lg\:before\:top-\[-21px\]::before {
    content: var(--tw-content);
    top: -21px;
  }

  .lg\:before\:ml-\[-405px\]::before {
    content: var(--tw-content);
    margin-left: -405px;
  }

  .lg\:before\:ml-\[-428px\]::before {
    content: var(--tw-content);
    margin-left: -428px;
  }

  .lg\:before\:h-\[20px\]::before {
    content: var(--tw-content);
    height: 20px;
  }

  .lg\:before\:h-\[37px\]::before {
    content: var(--tw-content);
    height: 37px;
  }

  .lg\:before\:h-\[40px\]::before {
    content: var(--tw-content);
    height: 40px;
  }

  .lg\:before\:h-\[58px\]::before {
    content: var(--tw-content);
    height: 58px;
  }

  .lg\:before\:h-\[70px\]::before {
    content: var(--tw-content);
    height: 70px;
  }

  .lg\:before\:h-\[90px\]::before {
    content: var(--tw-content);
    height: 90px;
  }

  .lg\:before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .lg\:before\:w-\[290px\]::before {
    content: var(--tw-content);
    width: 290px;
  }

  .lg\:before\:w-\[785px\]::before {
    content: var(--tw-content);
    width: 785px;
  }

  .lg\:before\:w-\[824px\]::before {
    content: var(--tw-content);
    width: 824px;
  }

  .lg\:before\:w-\[calc\(\(100\%_-_200px\)_\/_2\)\]::before {
    content: var(--tw-content);
    width: calc((100% - 200px) / 2);
  }

  .lg\:before\:skew-x-\[43deg\]::before {
    content: var(--tw-content);
    --tw-skew-x: 43deg;
    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\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:after\:right-\[31px\]::after {
    content: var(--tw-content);
    right: 31px;
  }

  .lg\:after\:top-\[25px\]::after {
    content: var(--tw-content);
    top: 25px;
  }

  .lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .lg\:after\:h-\[37px\]::after {
    content: var(--tw-content);
    height: 37px;
  }

  .lg\:after\:w-\[calc\(\(100\%_-_200px\)_\/_2\)\]::after {
    content: var(--tw-content);
    width: calc((100% - 200px) / 2);
  }

  .lg\:after\:skew-x-\[-43deg\]::after {
    content: var(--tw-content);
    --tw-skew-x: -43deg;
    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\:after\:content-\[\'\+\'\]::after {
    --tw-content: '+';
    content: var(--tw-content);
  }

  .lg\:after\:content-\[\'\\2014\'\]::after {
    --tw-content: '\2014';
    content: var(--tw-content);
  }
}

@media (min-width: 1080px) {

  .lgr\:m-\[unset\] {
    margin: unset;
  }

  .lgr\:mb-0 {
    margin-bottom: 0px;
  }

  .lgr\:ml-\[calc\(-1_\*\(\(\(100vw_-_1080px\)_\/_2\)_\+_20px\)\)\] {
    margin-left: calc(-1 *(((100vw - 1080px) / 2) + 20px));
  }

  .lgr\:mr-\[30px\] {
    margin-right: 30px;
  }

  .lgr\:mt-\[-40px\] {
    margin-top: -40px;
  }

  .lgr\:flex {
    display: flex;
  }

  .lgr\:w-\[20px\] {
    width: 20px;
  }

  .lgr\:max-w-none {
    max-width: none;
  }

  .lgr\:basis-\[670px\] {
    flex-basis: 670px;
  }

  .lgr\:basis-\[calc\(100\%_-_690px\)\] {
    flex-basis: calc(100% - 690px);
  }

  .lgr\:flex-wrap {
    flex-wrap: wrap;
  }

  .lgr\:items-start {
    align-items: flex-start;
  }

  .lgr\:justify-start {
    justify-content: flex-start;
  }

  .lgr\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lgr\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lgr\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lgr\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lgr\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lgr\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lgr\:pl-0 {
    padding-left: 0px;
  }

  .lgr\:pr-2 {
    padding-right: 0.5rem;
  }

  .lgr\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lgr\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .xl\:bottom-\[-30px\] {
    bottom: -30px;
  }

  .xl\:left-\[-30px\] {
    left: -30px;
  }

  .xl\:left-\[-8\.5\%\] {
    left: -8.5%;
  }

  .xl\:bottom-\[-20px\] {
    bottom: -20px;
  }

  .xl\:bottom-\[-10px\] {
    bottom: -10px;
  }

  .xl\:bottom-\[-15px\] {
    bottom: -15px;
  }

  .xl\:bottom-\[-17px\] {
    bottom: -17px;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .xl\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .xl\:mt-\[-160px\] {
    margin-top: -160px;
  }

  .xl\:mt-\[-330px\] {
    margin-top: -330px;
  }

  .xl\:mt-\[-355px\] {
    margin-top: -355px;
  }

  .xl\:mt-\[45px\] {
    margin-top: 45px;
  }

  .xl\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[190px\] {
    height: 190px;
  }

  .xl\:w-\[390px\] {
    width: 390px;
  }

  .xl\:w-\[480px\] {
    width: 480px;
  }

  .xl\:max-w-\[1040px\] {
    max-width: 1040px;
  }

  .xl\:max-w-\[240px\] {
    max-width: 240px;
  }

  .xl\:max-w-\[320px\] {
    max-width: 320px;
  }

  .xl\:max-w-\[380px\] {
    max-width: 380px;
  }

  .xl\:max-w-\[390px\] {
    max-width: 390px;
  }

  .xl\:basis-\[390px\] {
    flex-basis: 390px;
  }

  .xl\:basis-\[calc\(\(100\%_-_160px\)_\/_6\)\] {
    flex-basis: calc((100% - 160px) / 6);
  }

  .xl\:basis-\[calc\(\(100\%_-_30px\)_\/_3\)\] {
    flex-basis: calc((100% - 30px) / 3);
  }

  .xl\:basis-\[calc\(100\%_-_295px\)\] {
    flex-basis: calc(100% - 295px);
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:rounded-\[3px\] {
    border-radius: 3px;
  }

  .xl\:p-\[30px\] {
    padding: 30px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 1360px) {

  .xlp\:left-\[165px\] {
    left: 165px;
  }

  .xlp\:right-\[calc\(\(\(100vw_-_1300px\)_\/_2\)_\+_200px\)\] {
    right: calc(((100vw - 1300px) / 2) + 200px);
  }

  .xlp\:ml-\[-130px\] {
    margin-left: -130px;
  }

  .xlp\:max-w-\[1300px\] {
    max-width: 1300px;
  }

  .xlp\:before\:left-\[135px\]::before {
    content: var(--tw-content);
    left: 135px;
  }
}

@media (min-width: 1440px) {

  .ftf\:ml-\[-200px\] {
    margin-left: -200px;
  }
}

.\[\&\>li\>a\]\:basis-full>li>a {
  flex-basis: 100%;
}

@media (min-width: 1024px) {

  .\[\&\>li\>img\]\:lg\:h-\[16\.8px\]>li>img {
    height: 16.8px;
  }

  .\[\&\>li\>img\]\:lg\:w-\[18px\]>li>img {
    width: 18px;
  }
}

.\[\&\>li\]\:relative>li {
  position: relative;
}

.\[\&\>li\]\:mb-2>li {
  margin-bottom: 0.5rem;
}

.\[\&\>li\]\:flex>li {
  display: flex;
}

.\[\&\>li\]\:h-8>li {
  height: 2rem;
}

.\[\&\>li\]\:h-\[20px\]>li {
  height: 20px;
}

.\[\&\>li\]\:h-\[50px\]>li {
  height: 50px;
}

.\[\&\>li\]\:w-\[40px\]>li {
  width: 40px;
}

.\[\&\>li\]\:cursor-pointer>li {
  cursor: pointer;
}

.\[\&\>li\]\:items-center>li {
  align-items: center;
}

.\[\&\>li\]\:justify-center>li {
  justify-content: center;
}

.\[\&\>li\]\:overflow-hidden>li {
  overflow: hidden;
}

.\[\&\>li\]\:rounded-\[100px\]>li {
  border-radius: 100px;
}

.\[\&\>li\]\:rounded-\[3px\]>li {
  border-radius: 3px;
}

.\[\&\>li\]\:border>li {
  border-width: 1px;
}

.\[\&\>li\]\:border-black>li {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\[\&\>li\]\:bg-black>li {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&\>li\]\:object-cover>li {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>li\]\:px-2>li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&\>li\]\:px-4>li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>li\]\:pl-5>li {
  padding-left: 1.25rem;
}

.\[\&\>li\]\:text-center>li {
  text-align: center;
}

.\[\&\>li\]\:text-xs>li {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>li\]\:font-bold>li {
  font-weight: 700;
}

.\[\&\>li\]\:uppercase>li {
  text-transform: uppercase;
}

.\[\&\>li\]\:italic>li {
  font-style: italic;
}

.\[\&\>li\]\:text-white>li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>li\]\:before\:absolute>li::before {
  content: var(--tw-content);
  position: absolute;
}

.\[\&\>li\]\:before\:left-0>li::before {
  content: var(--tw-content);
  left: 0px;
}

.\[\&\>li\]\:before\:top-\[1px\]>li::before {
  content: var(--tw-content);
  top: 1px;
}

.\[\&\>li\]\:before\:block>li::before {
  content: var(--tw-content);
  display: block;
}

.\[\&\>li\]\:before\:h-\[8\.57px\]>li::before {
  content: var(--tw-content);
  height: 8.57px;
}

.\[\&\>li\]\:before\:w-\[11\.15px\]>li::before {
  content: var(--tw-content);
  width: 11.15px;
}

.\[\&\>li\]\:before\:content-\[url\(\'\/images\/icons\/purple-checkmark\.svg\'\)\]>li::before {
  --tw-content: url('../images/icons/purple-checkmark.svg');
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .\[\&\>li\]\:lg\:mb-3>li {
    margin-bottom: 0.75rem;
  }

  .\[\&\>li\]\:lg\:h-\[23\.27px\]>li {
    height: 23.27px;
  }

  .\[\&\>li\]\:lg\:h-\[90px\]>li {
    height: 90px;
  }

  .\[\&\>li\]\:lg\:w-\[70px\]>li {
    width: 70px;
  }

  .\[\&\>li\]\:lg\:text-\[13px\]>li {
    font-size: 13px;
  }
}

.\[\&\>p\]\:text-xs>p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>p\]\:leading-\[14\.22px\]>p {
  line-height: 14.22px;
}

@media (min-width: 1024px) {

  .\[\&\>p\]\:lg\:text-sm>p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\[\&\>p\]\:lg\:leading-\[16\.59px\]>p {
    line-height: 16.59px;
  }
}

.\[\&\>th\]\:px-1>th {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&\>th\]\:px-2>th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&\>th\]\:py-1\.5>th {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&\>th\]\:py-2>th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>th\]\:text-center>th {
  text-align: center;
}

.\[\&\>th\]\:align-middle>th {
  vertical-align: middle;
}

@media (min-width: 1024px) {

  .\[\&\>th\]\:lg\:py-1>th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.\[\&\>tr\>td\>span\>strong\]\:font-semibold>tr>td>span>strong {
  font-weight: 600;
}

.\[\&\>tr\>td\>span\]\:flex>tr>td>span {
  display: flex;
}

.\[\&\>tr\>td\>span\]\:items-center>tr>td>span {
  align-items: center;
}

.\[\&\>tr\>td\>span\]\:justify-between>tr>td>span {
  justify-content: space-between;
}

.\[\&\>tr\>td\]\:h-10>tr>td {
  height: 2.5rem;
}

.\[\&\>tr\>td\]\:w-1\/2>tr>td {
  width: 50%;
}

.\[\&\>tr\>td\]\:border>tr>td {
  border-width: 1px;
}

.\[\&\>tr\>td\]\:border-black>tr>td {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\[\&\>tr\>td\]\:px-1>tr>td {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&\>tr\>td\]\:px-2>tr>td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&\>tr\>td\]\:px-2\.5>tr>td {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&\>tr\>td\]\:text-center>tr>td {
  text-align: center;
}

.\[\&\>tr\>td\]\:align-middle>tr>td {
  vertical-align: middle;
}

@media (min-width: 1024px) {

  .\[\&\>tr\>td\]\:lg\:h-11>tr>td {
    height: 2.75rem;
  }
}

.\[\&\>tr\]\:border>tr {
  border-width: 1px;
}

.\[\&\>tr\]\:border-t-0>tr {
  border-top-width: 0px;
}

.\[\&\>tr\]\:border-black>tr {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}