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

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

.svelte-prices ::before, .svelte-prices ::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.
*/

.svelte-prices {
  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: Rubik, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

.svelte-prices {
  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.
*/

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

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

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

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

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

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

.svelte-prices a {
  color: inherit;
  text-decoration: inherit;
}

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

.svelte-prices b, .svelte-prices 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.
*/

.svelte-prices code, .svelte-prices kbd, .svelte-prices samp, .svelte-prices 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.
*/

.svelte-prices small {
  font-size: 80%;
}

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

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

.svelte-prices sub {
  bottom: -0.25em;
}

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

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

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

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

.svelte-prices button, .svelte-prices select {
  text-transform: none;
}

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

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

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

.svelte-prices :-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)
*/

.svelte-prices :-moz-ui-invalid {
  box-shadow: none;
}

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

.svelte-prices progress {
  vertical-align: baseline;
}

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

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

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

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

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

.svelte-prices ::-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.
*/

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

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

.svelte-prices summary {
  display: list-item;
}

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

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

.svelte-prices fieldset {
  margin: 0;
  padding: 0;
}

.svelte-prices legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

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

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

.svelte-prices input:-ms-input-placeholder, .svelte-prices textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

.svelte-prices button, .svelte-prices [role="button"] {
  cursor: pointer;
}

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

.svelte-prices img, .svelte-prices svg, .svelte-prices video, .svelte-prices canvas, .svelte-prices audio, .svelte-prices iframe, .svelte-prices embed, .svelte-prices 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)
*/

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

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

.svelte-prices [hidden] {
  display: none;
}

.svelte-prices *, .svelte-prices ::before, .svelte-prices ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.svelte-prices .container {
  width: 100%;
}.svelte-prices .\!container {
  width: 100% !important;
}@media (min-width: 640px) {

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

  .svelte-prices .\!container {
    max-width: 640px !important;
  }
}@media (min-width: 768px) {

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

  .svelte-prices .\!container {
    max-width: 768px !important;
  }
}@media (min-width: 1024px) {

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

  .svelte-prices .\!container {
    max-width: 1024px !important;
  }
}@media (min-width: 1280px) {

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

  .svelte-prices .\!container {
    max-width: 1280px !important;
  }
}@media (min-width: 1536px) {

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

  .svelte-prices .\!container {
    max-width: 1536px !important;
  }
}.svelte-prices .pointer-events-none {
  pointer-events: none !important;
}.svelte-prices .visible {
  visibility: visible !important;
}.svelte-prices .invisible {
  visibility: hidden !important;
}.svelte-prices .fixed {
  position: fixed !important;
}.svelte-prices .absolute {
  position: absolute !important;
}.svelte-prices .relative {
  position: relative !important;
}.svelte-prices .sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}.svelte-prices .inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}.svelte-prices .top-\[1\.1em\] {
  top: 1.1em !important;
}.svelte-prices .right-\[16px\] {
  right: 16px !important;
}.svelte-prices .top-\[1em\] {
  top: 1em !important;
}.svelte-prices .right-\[2\.5em\] {
  right: 2.5em !important;
}.svelte-prices .right-\[1\.6em\] {
  right: 1.6em !important;
}.svelte-prices .top-1\/2 {
  top: 50% !important;
}.svelte-prices .right-2 {
  right: 0.5rem !important;
}.svelte-prices .top-4 {
  top: 1rem !important;
}.svelte-prices .right-\[170px\] {
  right: 170px !important;
}.svelte-prices .top-\[55px\] {
  top: 55px !important;
}.svelte-prices .right-\[0px\] {
  right: 0px !important;
}.svelte-prices .right-0 {
  right: 0px !important;
}.svelte-prices .top-full {
  top: 100% !important;
}.svelte-prices .right-\[70px\] {
  right: 70px !important;
}.svelte-prices .right-\[2px\] {
  right: 2px !important;
}.svelte-prices .left-3\.5 {
  left: 0.875rem !important;
}.svelte-prices .top-\[13px\] {
  top: 13px !important;
}.svelte-prices .left-3 {
  left: 0.75rem !important;
}.svelte-prices .top-\[-1px\] {
  top: -1px !important;
}.svelte-prices .right-1 {
  right: 0.25rem !important;
}.svelte-prices .left-4 {
  left: 1rem !important;
}.svelte-prices .top-3\.5 {
  top: 0.875rem !important;
}.svelte-prices .top-3 {
  top: 0.75rem !important;
}.svelte-prices .top-\[2px\] {
  top: 2px !important;
}.svelte-prices .top-0 {
  top: 0px !important;
}.svelte-prices .top-12 {
  top: 3rem !important;
}.svelte-prices .left-0 {
  left: 0px !important;
}.svelte-prices .top-8 {
  top: 2rem !important;
}.svelte-prices .right-\[-1px\] {
  right: -1px !important;
}.svelte-prices .top-\[-18px\] {
  top: -18px !important;
}.svelte-prices .left-\[88\%\] {
  left: 88% !important;
}.svelte-prices .left-\[93\%\] {
  left: 93% !important;
}.svelte-prices .left-\[100px\] {
  left: 100px !important;
}.svelte-prices .left-\[65\%\] {
  left: 65% !important;
}.svelte-prices .top-2 {
  top: 0.5rem !important;
}.svelte-prices .top-\[70px\] {
  top: 70px !important;
}.svelte-prices .top-\[100\%\] {
  top: 100% !important;
}.svelte-prices .right-4 {
  right: 1rem !important;
}.svelte-prices .top-\[-16px\] {
  top: -16px !important;
}.svelte-prices .left-\[1\.6em\] {
  left: 1.6em !important;
}.svelte-prices .top-\[12px\] {
  top: 12px !important;
}.svelte-prices .left-\[9px\] {
  left: 9px !important;
}.svelte-prices .top-\[35px\] {
  top: 35px !important;
}.svelte-prices .left-\[40px\] {
  left: 40px !important;
}.svelte-prices .bottom-\[-20px\] {
  bottom: -20px !important;
}.svelte-prices .top-\[0px\] {
  top: 0px !important;
}.svelte-prices .right-\[12px\] {
  right: 12px !important;
}.svelte-prices .right-\[80px\] {
  right: 80px !important;
}.svelte-prices .right-\[15px\] {
  right: 15px !important;
}.svelte-prices .top-\[40\] {
  top: 40 !important;
}.svelte-prices .top-6 {
  top: 1.5rem !important;
}.svelte-prices .right-28 {
  right: 7rem !important;
}.svelte-prices .right-8 {
  right: 2rem !important;
}.svelte-prices .z-50 {
  z-index: 50 !important;
}.svelte-prices .z-10 {
  z-index: 10 !important;
}.svelte-prices .z-0 {
  z-index: 0 !important;
}.svelte-prices .float-right {
  float: right !important;
}.svelte-prices .float-left {
  float: left !important;
}.svelte-prices .clear-both {
  clear: both !important;
}.svelte-prices .m-0 {
  margin: 0px !important;
}.svelte-prices .m-auto {
  margin: auto !important;
}.svelte-prices .m-1 {
  margin: 0.25rem !important;
}.svelte-prices .m-2 {
  margin: 0.5rem !important;
}.svelte-prices .m-1\.5 {
  margin: 0.375rem !important;
}.svelte-prices .m-3 {
  margin: 0.75rem !important;
}.svelte-prices .my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}.svelte-prices .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}.svelte-prices .my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}.svelte-prices .my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.svelte-prices .mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}.svelte-prices .my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}.svelte-prices .mx-\[4px\] {
  margin-left: 4px !important;
  margin-right: 4px !important;
}.svelte-prices .mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}.svelte-prices .my-\[3px\] {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}.svelte-prices .my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}.svelte-prices .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}.svelte-prices .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}.svelte-prices .mx-\[16px\] {
  margin-left: 16px !important;
  margin-right: 16px !important;
}.svelte-prices .mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}.svelte-prices .mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}.svelte-prices .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}.svelte-prices .mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}.svelte-prices .mx-\[2px\] {
  margin-left: 2px !important;
  margin-right: 2px !important;
}.svelte-prices .mx-\[11px\] {
  margin-left: 11px !important;
  margin-right: 11px !important;
}.svelte-prices .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}.svelte-prices .mt-8 {
  margin-top: 2rem !important;
}.svelte-prices .mb-4 {
  margin-bottom: 1rem !important;
}.svelte-prices .mb-6 {
  margin-bottom: 1.5rem !important;
}.svelte-prices .mr-1 {
  margin-right: 0.25rem !important;
}.svelte-prices .mr-\[4px\] {
  margin-right: 4px !important;
}.svelte-prices .mr-2 {
  margin-right: 0.5rem !important;
}.svelte-prices .mb-0 {
  margin-bottom: 0px !important;
}.svelte-prices .mb-3 {
  margin-bottom: 0.75rem !important;
}.svelte-prices .mr-4 {
  margin-right: 1rem !important;
}.svelte-prices .ml-2 {
  margin-left: 0.5rem !important;
}.svelte-prices .mt-\[28px\] {
  margin-top: 28px !important;
}.svelte-prices .ml-\[1rem\] {
  margin-left: 1rem !important;
}.svelte-prices .mb-\[20px\] {
  margin-bottom: 20px !important;
}.svelte-prices .mt-2 {
  margin-top: 0.5rem !important;
}.svelte-prices .ml-8 {
  margin-left: 2rem !important;
}.svelte-prices .ml-1 {
  margin-left: 0.25rem !important;
}.svelte-prices .ml-5 {
  margin-left: 1.25rem !important;
}.svelte-prices .mr-2\.5 {
  margin-right: 0.625rem !important;
}.svelte-prices .mb-1\.5 {
  margin-bottom: 0.375rem !important;
}.svelte-prices .mb-1 {
  margin-bottom: 0.25rem !important;
}.svelte-prices .mr-\[10px\] {
  margin-right: 10px !important;
}.svelte-prices .ml-\[15px\] {
  margin-left: 15px !important;
}.svelte-prices .mt-\[3px\] {
  margin-top: 3px !important;
}.svelte-prices .mr-\[16px\] {
  margin-right: 16px !important;
}.svelte-prices .ml-\[1px\] {
  margin-left: 1px !important;
}.svelte-prices .mr-10 {
  margin-right: 2.5rem !important;
}.svelte-prices .mt-10 {
  margin-top: 2.5rem !important;
}.svelte-prices .mt-3 {
  margin-top: 0.75rem !important;
}.svelte-prices .mr-\[7px\] {
  margin-right: 7px !important;
}.svelte-prices .-ml-1 {
  margin-left: -0.25rem !important;
}.svelte-prices .mr-3 {
  margin-right: 0.75rem !important;
}.svelte-prices .mr-5 {
  margin-right: 1.25rem !important;
}.svelte-prices .ml-\[-2px\] {
  margin-left: -2px !important;
}.svelte-prices .mr-0\.5 {
  margin-right: 0.125rem !important;
}.svelte-prices .mr-0 {
  margin-right: 0px !important;
}.svelte-prices .mt-5 {
  margin-top: 1.25rem !important;
}.svelte-prices .mb-5 {
  margin-bottom: 1.25rem !important;
}.svelte-prices .mt-\[16px\] {
  margin-top: 16px !important;
}.svelte-prices .mt-4 {
  margin-top: 1rem !important;
}.svelte-prices .mt-\[26px\] {
  margin-top: 26px !important;
}.svelte-prices .mt-\[1px\] {
  margin-top: 1px !important;
}.svelte-prices .mb-0\.5 {
  margin-bottom: 0.125rem !important;
}.svelte-prices .-ml-0\.5 {
  margin-left: -0.125rem !important;
}.svelte-prices .-ml-0 {
  margin-left: -0px !important;
}.svelte-prices .mt-\[21px\] {
  margin-top: 21px !important;
}.svelte-prices .mb-2 {
  margin-bottom: 0.5rem !important;
}.svelte-prices .mt-2\.5 {
  margin-top: 0.625rem !important;
}.svelte-prices .mb-\[30px\] {
  margin-bottom: 30px !important;
}.svelte-prices .mb-\[11px\] {
  margin-bottom: 11px !important;
}.svelte-prices .ml-0 {
  margin-left: 0px !important;
}.svelte-prices .mr-3\.5 {
  margin-right: 0.875rem !important;
}.svelte-prices .mt-1 {
  margin-top: 0.25rem !important;
}.svelte-prices .ml-3 {
  margin-left: 0.75rem !important;
}.svelte-prices .ml-\[26px\] {
  margin-left: 26px !important;
}.svelte-prices .box-border {
  box-sizing: border-box !important;
}.svelte-prices .block {
  display: block !important;
}.svelte-prices .inline-block {
  display: inline-block !important;
}.svelte-prices .inline {
  display: inline !important;
}.svelte-prices .flex {
  display: flex !important;
}.svelte-prices .inline-flex {
  display: inline-flex !important;
}.svelte-prices .grid {
  display: -ms-grid !important;
  display: grid !important;
}.svelte-prices .contents {
  display: contents !important;
}.svelte-prices .hidden {
  display: none !important;
}.svelte-prices .h-\[30px\] {
  height: 30px !important;
}.svelte-prices .h-\[14px\] {
  height: 14px !important;
}.svelte-prices .h-auto {
  height: auto !important;
}.svelte-prices .h-\[1\.8em\] {
  height: 1.8em !important;
}.svelte-prices .h-3 {
  height: 0.75rem !important;
}.svelte-prices .h-\[215px\] {
  height: 215px !important;
}.svelte-prices .h-4 {
  height: 1rem !important;
}.svelte-prices .h-\[18px\] {
  height: 18px !important;
}.svelte-prices .h-2\.5 {
  height: 0.625rem !important;
}.svelte-prices .h-2 {
  height: 0.5rem !important;
}.svelte-prices .h-\[24px\] {
  height: 24px !important;
}.svelte-prices .h-\[12px\] {
  height: 12px !important;
}.svelte-prices .h-\[28px\] {
  height: 28px !important;
}.svelte-prices .h-6 {
  height: 1.5rem !important;
}.svelte-prices .h-\[22px\] {
  height: 22px !important;
}.svelte-prices .h-10 {
  height: 2.5rem !important;
}.svelte-prices .h-12 {
  height: 3rem !important;
}.svelte-prices .h-full {
  height: 100% !important;
}.svelte-prices .h-5 {
  height: 1.25rem !important;
}.svelte-prices .h-\[2em\] {
  height: 2em !important;
}.svelte-prices .h-screen {
  height: 100vh !important;
}.svelte-prices .h-\[45px\] {
  height: 45px !important;
}.svelte-prices .h-\[35px\] {
  height: 35px !important;
}.svelte-prices .h-11 {
  height: 2.75rem !important;
}.svelte-prices .h-\[26px\] {
  height: 26px !important;
}.svelte-prices .h-\[23px\] {
  height: 23px !important;
}.svelte-prices .h-\[36px\] {
  height: 36px !important;
}.svelte-prices .h-\[34px\] {
  height: 34px !important;
}.svelte-prices .h-\[21px\] {
  height: 21px !important;
}.svelte-prices .h-\[33px\] {
  height: 33px !important;
}.svelte-prices .h-\[40px\] {
  height: 40px !important;
}.svelte-prices .max-h-\[200px\] {
  max-height: 200px !important;
}.svelte-prices .max-h-80 {
  max-height: 20rem !important;
}.svelte-prices .min-h-screen {
  min-height: 100vh !important;
}.svelte-prices .min-h-\[24px\] {
  min-height: 24px !important;
}.svelte-prices .min-h-\[105px\] {
  min-height: 105px !important;
}.svelte-prices .w-full {
  width: 100% !important;
}.svelte-prices .w-\[30px\] {
  width: 30px !important;
}.svelte-prices .w-\[14px\] {
  width: 14px !important;
}.svelte-prices .w-3 {
  width: 0.75rem !important;
}.svelte-prices .w-\[200px\] {
  width: 200px !important;
}.svelte-prices .w-3\/4 {
  width: 75% !important;
}.svelte-prices .w-\[550px\] {
  width: 550px !important;
}.svelte-prices .w-\[350px\] {
  width: 350px !important;
}.svelte-prices .w-\[440px\] {
  width: 440px !important;
}.svelte-prices .w-\[90\%\] {
  width: 90% !important;
}.svelte-prices .w-\[145px\] {
  width: 145px !important;
}.svelte-prices .w-\[80px\] {
  width: 80px !important;
}.svelte-prices .w-4 {
  width: 1rem !important;
}.svelte-prices .w-2\/3 {
  width: 66.666667% !important;
}.svelte-prices .w-2\.5 {
  width: 0.625rem !important;
}.svelte-prices .w-2 {
  width: 0.5rem !important;
}.svelte-prices .w-\[24px\] {
  width: 24px !important;
}.svelte-prices .w-\[115px\] {
  width: 115px !important;
}.svelte-prices .w-\[43px\] {
  width: 43px !important;
}.svelte-prices .w-6 {
  width: 1.5rem !important;
}.svelte-prices .w-\[40px\] {
  width: 40px !important;
}.svelte-prices .w-5 {
  width: 1.25rem !important;
}.svelte-prices .w-10 {
  width: 2.5rem !important;
}.svelte-prices .w-\[2\.6em\] {
  width: 2.6em !important;
}.svelte-prices .w-\[700px\] {
  width: 700px !important;
}.svelte-prices .w-1\/3 {
  width: 33.333333% !important;
}.svelte-prices .w-\[74px\] {
  width: 74px !important;
}.svelte-prices .w-\[220px\] {
  width: 220px !important;
}.svelte-prices .w-\[94px\] {
  width: 94px !important;
}.svelte-prices .w-\[400px\] {
  width: 400px !important;
}.svelte-prices .w-\[23px\] {
  width: 23px !important;
}.svelte-prices .w-\[248px\] {
  width: 248px !important;
}.svelte-prices .w-\[126px\] {
  width: 126px !important;
}.svelte-prices .w-\[100\%\] {
  width: 100% !important;
}.svelte-prices .w-9 {
  width: 2.25rem !important;
}.svelte-prices .w-\[260px\] {
  width: 260px !important;
}.svelte-prices .w-\[29px\] {
  width: 29px !important;
}.svelte-prices .w-auto {
  width: auto !important;
}.svelte-prices .w-\[54px\] {
  width: 54px !important;
}.svelte-prices .w-\[240px\] {
  width: 240px !important;
}.svelte-prices .w-\[210px\] {
  width: 210px !important;
}.svelte-prices .w-\[132px\] {
  width: 132px !important;
}.svelte-prices .min-w-\[560px\] {
  min-width: 560px !important;
}.svelte-prices .min-w-\[94px\] {
  min-width: 94px !important;
}.svelte-prices .max-w-xs {
  max-width: 20rem !important;
}.svelte-prices .max-w-\[1400px\] {
  max-width: 1400px !important;
}.svelte-prices .max-w-\[90vw\] {
  max-width: 90vw !important;
}.svelte-prices .flex-shrink-0 {
  flex-shrink: 0 !important;
}.svelte-prices .flex-grow {
  flex-grow: 1 !important;
}.svelte-prices .flex-grow-\[2\] {
  flex-grow: 2 !important;
}.svelte-prices .flex-grow-\[1\] {
  flex-grow: 1 !important;
}.svelte-prices .grow {
  flex-grow: 1 !important;
}.svelte-prices .translate-x-3\/4 {
  --tw-translate-x: 75% !important;
  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)) !important;
}.svelte-prices .translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}.svelte-prices .scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
  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)) !important;
}.svelte-prices .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}@-webkit-keyframes pulse {

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

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

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

  to {
    transform: rotate(360deg);
  }
}.svelte-prices .animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}.svelte-prices .cursor-pointer {
  cursor: pointer !important;
}.svelte-prices .cursor-default {
  cursor: default !important;
}.svelte-prices .select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}.svelte-prices .list-none {
  list-style-type: none !important;
}.svelte-prices .appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}.svelte-prices .flex-row {
  flex-direction: row !important;
}.svelte-prices .flex-col {
  flex-direction: column !important;
}.svelte-prices .flex-wrap {
  flex-wrap: wrap !important;
}.svelte-prices .items-center {
  align-items: center !important;
}.svelte-prices .justify-start {
  justify-content: flex-start !important;
}.svelte-prices .justify-end {
  justify-content: flex-end !important;
}.svelte-prices .justify-center {
  justify-content: center !important;
}.svelte-prices .justify-between {
  justify-content: space-between !important;
}.svelte-prices .justify-around {
  justify-content: space-around !important;
}.svelte-prices .justify-evenly {
  justify-content: space-evenly !important;
}.svelte-prices .self-end {
  align-self: flex-end !important;
}.svelte-prices .self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}.svelte-prices .self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}.svelte-prices .justify-self-center {
  -ms-grid-column-align: center !important;
      justify-self: center !important;
}.svelte-prices .overflow-hidden {
  overflow: hidden !important;
}.svelte-prices .overflow-visible {
  overflow: visible !important;
}.svelte-prices .overflow-y-auto {
  overflow-y: auto !important;
}.svelte-prices .overflow-x-scroll {
  overflow-x: scroll !important;
}.svelte-prices .whitespace-nowrap {
  white-space: nowrap !important;
}.svelte-prices .break-all {
  word-break: break-all !important;
}.svelte-prices .rounded-full {
  border-radius: 9999px !important;
}.svelte-prices .rounded-none {
  border-radius: 0px !important;
}.svelte-prices .rounded-\[30px\] {
  border-radius: 30px !important;
}.svelte-prices .rounded-\[3em\] {
  border-radius: 3em !important;
}.svelte-prices .rounded {
  border-radius: 0.25rem !important;
}.svelte-prices .rounded-md {
  border-radius: 0.375rem !important;
}.svelte-prices .rounded-sm {
  border-radius: 0.125rem !important;
}.svelte-prices .rounded-lg {
  border-radius: 0.5rem !important;
}.svelte-prices .rounded-\[3px\] {
  border-radius: 3px !important;
}.svelte-prices .rounded-2xl {
  border-radius: 1rem !important;
}.svelte-prices .rounded-\[5px\] {
  border-radius: 5px !important;
}.svelte-prices .rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}.svelte-prices .rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}.svelte-prices .rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}.svelte-prices .border {
  border-width: 1px !important;
}.svelte-prices .border-\[1px\] {
  border-width: 1px !important;
}.svelte-prices .border-0 {
  border-width: 0px !important;
}.svelte-prices .border-\[1\.5px\] {
  border-width: 1.5px !important;
}.svelte-prices .border-b {
  border-bottom-width: 1px !important;
}.svelte-prices .border-l-\[0\.5em\] {
  border-left-width: 0.5em !important;
}.svelte-prices .border-b-2 {
  border-bottom-width: 2px !important;
}.svelte-prices .border-t-0 {
  border-top-width: 0px !important;
}.svelte-prices .border-l-\[5px\] {
  border-left-width: 5px !important;
}.svelte-prices .border-t {
  border-top-width: 1px !important;
}.svelte-prices .border-b-\[2\.5px\] {
  border-bottom-width: 2.5px !important;
}.svelte-prices .border-l-\[6px\] {
  border-left-width: 6px !important;
}.svelte-prices .border-solid {
  border-style: solid !important;
}.svelte-prices .border-dashed {
  border-style: dashed !important;
}.svelte-prices .border-dotted {
  border-style: dotted !important;
}.svelte-prices .border-none {
  border-style: none !important;
}.svelte-prices .border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#0C2B41\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(12 43 65 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#07a6c5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 166 197 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#07A6C5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 166 197 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#d6d6d7\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 214 215 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#888\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(136 136 136 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-transparent {
  border-color: transparent !important;
}.svelte-prices .border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#0e4165\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 65 101 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#4ba3d7\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 163 215 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-\[\#ffffff\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-t-\[\#fff\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}.svelte-prices .border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}.svelte-prices .bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#0C2B41\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 43 65 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#07A6C5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 166 197 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-transparent {
  background-color: transparent !important;
}.svelte-prices .bg-\[\#333539\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}.svelte-prices .bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#082130\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 33 48 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#ffffff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#fff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#0e4165\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 65 101 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#0c2b41\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 43 65 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#07a6c5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 166 197 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#0a2c41\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 44 65 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#3d3d3e\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 61 62 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#eee\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#143247\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 50 71 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
}.svelte-prices .bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}.svelte-prices .bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}.svelte-prices .bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}.svelte-prices .fill-\[0\] {
  fill: 0 !important;
}.svelte-prices .fill-white {
  fill: #fff !important;
}.svelte-prices .stroke-\[\#3d3d3e\] {
  stroke: #3d3d3e !important;
}.svelte-prices .stroke-1 {
  stroke-width: 1 !important;
}.svelte-prices .p-0\.5 {
  padding: 0.125rem !important;
}.svelte-prices .p-0 {
  padding: 0px !important;
}.svelte-prices .p-\[7px\] {
  padding: 7px !important;
}.svelte-prices .p-1\.5 {
  padding: 0.375rem !important;
}.svelte-prices .p-1 {
  padding: 0.25rem !important;
}.svelte-prices .p-2\.5 {
  padding: 0.625rem !important;
}.svelte-prices .p-2 {
  padding: 0.5rem !important;
}.svelte-prices .p-\[4px\] {
  padding: 4px !important;
}.svelte-prices .p-\[3px\] {
  padding: 3px !important;
}.svelte-prices .p-3 {
  padding: 0.75rem !important;
}.svelte-prices .p-4 {
  padding: 1rem !important;
}.svelte-prices .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.svelte-prices .px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}.svelte-prices .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.svelte-prices .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.svelte-prices .px-\[1em\] {
  padding-left: 1em !important;
  padding-right: 1em !important;
}.svelte-prices .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}.svelte-prices .px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}.svelte-prices .py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}.svelte-prices .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.svelte-prices .py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}.svelte-prices .px-\[1\.375rem\] {
  padding-left: 1.375rem !important;
  padding-right: 1.375rem !important;
}.svelte-prices .py-\[1\.625rem\] {
  padding-top: 1.625rem !important;
  padding-bottom: 1.625rem !important;
}.svelte-prices .py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}.svelte-prices .py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.svelte-prices .py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}.svelte-prices .px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}.svelte-prices .px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}.svelte-prices .px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}.svelte-prices .py-\[2px\] {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}.svelte-prices .py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}.svelte-prices .px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}.svelte-prices .px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}.svelte-prices .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}.svelte-prices .py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.svelte-prices .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}.svelte-prices .px-\[13px\] {
  padding-left: 13px !important;
  padding-right: 13px !important;
}.svelte-prices .py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}.svelte-prices .py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}.svelte-prices .px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}.svelte-prices .px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}.svelte-prices .py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}.svelte-prices .px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}.svelte-prices .pl-2 {
  padding-left: 0.5rem !important;
}.svelte-prices .pl-1 {
  padding-left: 0.25rem !important;
}.svelte-prices .pt-\[0\.5em\] {
  padding-top: 0.5em !important;
}.svelte-prices .pt-\[1em\] {
  padding-top: 1em !important;
}.svelte-prices .pb-px {
  padding-bottom: 1px !important;
}.svelte-prices .pt-\[10px\] {
  padding-top: 10px !important;
}.svelte-prices .pt-\[30px\] {
  padding-top: 30px !important;
}.svelte-prices .pt-2 {
  padding-top: 0.5rem !important;
}.svelte-prices .pb-2 {
  padding-bottom: 0.5rem !important;
}.svelte-prices .pt-3\.5 {
  padding-top: 0.875rem !important;
}.svelte-prices .pt-3 {
  padding-top: 0.75rem !important;
}.svelte-prices .pt-1\.5 {
  padding-top: 0.375rem !important;
}.svelte-prices .pb-2\.5 {
  padding-bottom: 0.625rem !important;
}.svelte-prices .pt-1 {
  padding-top: 0.25rem !important;
}.svelte-prices .pr-4 {
  padding-right: 1rem !important;
}.svelte-prices .pt-5 {
  padding-top: 1.25rem !important;
}.svelte-prices .pt-8 {
  padding-top: 2rem !important;
}.svelte-prices .pt-4 {
  padding-top: 1rem !important;
}.svelte-prices .pb-20 {
  padding-bottom: 5rem !important;
}.svelte-prices .pb-4 {
  padding-bottom: 1rem !important;
}.svelte-prices .pl-10 {
  padding-left: 2.5rem !important;
}.svelte-prices .pt-\[13px\] {
  padding-top: 13px !important;
}.svelte-prices .pl-\[6px\] {
  padding-left: 6px !important;
}.svelte-prices .pb-\[9px\] {
  padding-bottom: 9px !important;
}.svelte-prices .pr-\[7px\] {
  padding-right: 7px !important;
}.svelte-prices .pl-2\.5 {
  padding-left: 0.625rem !important;
}.svelte-prices .pr-6 {
  padding-right: 1.5rem !important;
}.svelte-prices .pb-1 {
  padding-bottom: 0.25rem !important;
}.svelte-prices .pr-1\.5 {
  padding-right: 0.375rem !important;
}.svelte-prices .pr-1 {
  padding-right: 0.25rem !important;
}.svelte-prices .pl-\[1px\] {
  padding-left: 1px !important;
}.svelte-prices .pl-6 {
  padding-left: 1.5rem !important;
}.svelte-prices .pr-2 {
  padding-right: 0.5rem !important;
}.svelte-prices .pt-\[2px\] {
  padding-top: 2px !important;
}.svelte-prices .pt-0 {
  padding-top: 0px !important;
}.svelte-prices .pb-12 {
  padding-bottom: 3rem !important;
}.svelte-prices .pt-9 {
  padding-top: 2.25rem !important;
}.svelte-prices .pl-3 {
  padding-left: 0.75rem !important;
}.svelte-prices .pt-2\.5 {
  padding-top: 0.625rem !important;
}.svelte-prices .pt-\[32px\] {
  padding-top: 32px !important;
}.svelte-prices .pb-\[19px\] {
  padding-bottom: 19px !important;
}.svelte-prices .pr-8 {
  padding-right: 2rem !important;
}.svelte-prices .pl-\[26px\] {
  padding-left: 26px !important;
}.svelte-prices .pl-\[40px\] {
  padding-left: 40px !important;
}.svelte-prices .pl-\[30px\] {
  padding-left: 30px !important;
}.svelte-prices .pt-\[23px\] {
  padding-top: 23px !important;
}.svelte-prices .pl-8 {
  padding-left: 2rem !important;
}.svelte-prices .pb-\[3px\] {
  padding-bottom: 3px !important;
}.svelte-prices .pl-\[76px\] {
  padding-left: 76px !important;
}.svelte-prices .pl-\[70px\] {
  padding-left: 70px !important;
}.svelte-prices .pb-3 {
  padding-bottom: 0.75rem !important;
}.svelte-prices .pl-3\.5 {
  padding-left: 0.875rem !important;
}.svelte-prices .pl-\[10px\] {
  padding-left: 10px !important;
}.svelte-prices .pr-\[0px\] {
  padding-right: 0px !important;
}.svelte-prices .pt-\[6px\] {
  padding-top: 6px !important;
}.svelte-prices .pt-\[20px\] {
  padding-top: 20px !important;
}.svelte-prices .text-left {
  text-align: left !important;
}.svelte-prices .text-center {
  text-align: center !important;
}.svelte-prices .text-right {
  text-align: right !important;
}.svelte-prices .align-top {
  vertical-align: top !important;
}.svelte-prices .align-middle {
  vertical-align: middle !important;
}.svelte-prices .align-bottom {
  vertical-align: bottom !important;
}.svelte-prices .font-sans {
  font-family: Rubik, 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" !important;
}.svelte-prices .font-work-sans {
  font-family: Work Sans, 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" !important;
}.svelte-prices .font-dm-sans {
  font-family: DM Sans, 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" !important;
}.svelte-prices .text-\[10px\] {
  font-size: 10px !important;
}.svelte-prices .text-\[12px\] {
  font-size: 12px !important;
}.svelte-prices .text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}.svelte-prices .text-\[8px\] {
  font-size: 8px !important;
}.svelte-prices .text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.svelte-prices .text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}.svelte-prices .text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.svelte-prices .text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}.svelte-prices .text-\[14px\] {
  font-size: 14px !important;
}.svelte-prices .text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}.svelte-prices .text-\[13px\] {
  font-size: 13px !important;
}.svelte-prices .text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.svelte-prices .text-\[11px\] {
  font-size: 11px !important;
}.svelte-prices .text-\[20px\] {
  font-size: 20px !important;
}.svelte-prices .text-\[16px\] {
  font-size: 16px !important;
}.svelte-prices .text-\[15px\] {
  font-size: 15px !important;
}.svelte-prices .font-medium {
  font-weight: 500 !important;
}.svelte-prices .font-normal {
  font-weight: 400 !important;
}.svelte-prices .font-bold {
  font-weight: 700 !important;
}.svelte-prices .font-extralight {
  font-weight: 200 !important;
}.svelte-prices .font-semibold {
  font-weight: 600 !important;
}.svelte-prices .font-\[400\] {
  font-weight: 400 !important;
}.svelte-prices .uppercase {
  text-transform: uppercase !important;
}.svelte-prices .capitalize {
  text-transform: capitalize !important;
}.svelte-prices .leading-normal {
  line-height: 1.5 !important;
}.svelte-prices .leading-\[0\.8em\] {
  line-height: 0.8em !important;
}.svelte-prices .leading-10 {
  line-height: 2.5rem !important;
}.svelte-prices .leading-snug {
  line-height: 1.375 !important;
}.svelte-prices .leading-3 {
  line-height: .75rem !important;
}.svelte-prices .leading-\[12px\] {
  line-height: 12px !important;
}.svelte-prices .leading-\[26px\] {
  line-height: 26px !important;
}.svelte-prices .leading-6 {
  line-height: 1.5rem !important;
}.svelte-prices .leading-4 {
  line-height: 1rem !important;
}.svelte-prices .leading-5 {
  line-height: 1.25rem !important;
}.svelte-prices .leading-\[23px\] {
  line-height: 23px !important;
}.svelte-prices .leading-7 {
  line-height: 1.75rem !important;
}.svelte-prices .leading-9 {
  line-height: 2.25rem !important;
}.svelte-prices .leading-\[18px\] {
  line-height: 18px !important;
}.svelte-prices .leading-\[28px\] {
  line-height: 28px !important;
}.svelte-prices .tracking-\[0\.4px\] {
  letter-spacing: 0.4px !important;
}.svelte-prices .tracking-wide {
  letter-spacing: 0.025em !important;
}.svelte-prices .tracking-\[-1\.5px\] {
  letter-spacing: -1.5px !important;
}.svelte-prices .tracking-wider {
  letter-spacing: 0.05em !important;
}.svelte-prices .tracking-\[1px\] {
  letter-spacing: 1px !important;
}.svelte-prices .text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#3D3D3E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(61 61 62 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#07a6c5\] {
  --tw-text-opacity: 1 !important;
  color: rgb(7 166 197 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#0c2b41\] {
  --tw-text-opacity: 1 !important;
  color: rgb(12 43 65 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[white\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#555\] {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#0a2c41\] {
  --tw-text-opacity: 1 !important;
  color: rgb(10 44 65 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#07A6C5\] {
  --tw-text-opacity: 1 !important;
  color: rgb(7 166 197 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#ccc\] {
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#eee\] {
  --tw-text-opacity: 1 !important;
  color: rgb(238 238 238 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#989696\] {
  --tw-text-opacity: 1 !important;
  color: rgb(152 150 150 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#3d3d3e\] {
  --tw-text-opacity: 1 !important;
  color: rgb(61 61 62 / var(--tw-text-opacity)) !important;
}.svelte-prices .text-\[\#082130\] {
  --tw-text-opacity: 1 !important;
  color: rgb(8 33 48 / var(--tw-text-opacity)) !important;
}.svelte-prices .underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}.svelte-prices .placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
}.svelte-prices .placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
}.svelte-prices .placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
}.svelte-prices .opacity-100 {
  opacity: 1 !important;
}.svelte-prices .opacity-50 {
  opacity: 0.5 !important;
}.svelte-prices .opacity-70 {
  opacity: 0.7 !important;
}.svelte-prices .opacity-80 {
  opacity: 0.8 !important;
}.svelte-prices .opacity-75 {
  opacity: 0.75 !important;
}.svelte-prices .opacity-\[0\.5\] {
  opacity: 0.5 !important;
}.svelte-prices .opacity-25 {
  opacity: 0.25 !important;
}.svelte-prices .opacity-40 {
  opacity: 0.4 !important;
}.svelte-prices .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.svelte-prices .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.svelte-prices .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.svelte-prices .outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.svelte-prices .outline {
  outline-style: solid !important;
}.svelte-prices .ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}.svelte-prices .blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}.svelte-prices .invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}.svelte-prices .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}.svelte-prices .transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.svelte-prices .transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.svelte-prices .transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.svelte-prices .duration-150 {
  transition-duration: 150ms !important;
}.svelte-prices .duration-200 {
  transition-duration: 200ms !important;
}.svelte-prices .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.svelte-prices .ease-linear {
  transition-timing-function: linear !important;
}.svelte-prices .danger-arrow-top {
  position: relative !important;
}.svelte-prices .danger-arrow-top:before, .svelte-prices .danger-arrow-top:after {
  content: "" !important;
  position: absolute !important;
  left: 20px !important;
  top: -20px !important;
  border-top: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #e5e7eb !important;
  border-left: 10px solid transparent !important;
}.svelte-prices .danger-arrow-top:after {
  border-bottom: 10px solid undefined !important;
  top: -19px !important;
}.svelte-prices .placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.svelte-prices .placeholder\:text-white:-ms-input-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.svelte-prices .placeholder\:text-white::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.svelte-prices .hover\:rounded-full:hover {
  border-radius: 9999px !important;
}.svelte-prices .hover\:rounded:hover {
  border-radius: 0.25rem !important;
}.svelte-prices .hover\:border-\[\#fff\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}.svelte-prices .hover\:bg-\[\#f4f4f4\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}.svelte-prices .hover\:bg-\[\#3d3d3e\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 61 62 / var(--tw-bg-opacity)) !important;
}.svelte-prices .hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.svelte-prices .hover\:bg-\[\#f6f6f6\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}.svelte-prices .hover\:bg-\[\#07a6c5\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 166 197 / var(--tw-bg-opacity)) !important;
}.svelte-prices .hover\:bg-\[\#ffffff\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.svelte-prices .hover\:bg-\[\#0a2c41\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 44 65 / var(--tw-bg-opacity)) !important;
}.svelte-prices .hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}.svelte-prices .hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}.svelte-prices .hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}.svelte-prices .hover\:stroke-2:hover {
  stroke-width: 2 !important;
}.svelte-prices .hover\:pl-3:hover {
  padding-left: 0.75rem !important;
}.svelte-prices .hover\:pr-1:hover {
  padding-right: 0.25rem !important;
}.svelte-prices .hover\:font-bold:hover {
  font-weight: 700 !important;
}.svelte-prices .hover\:text-\[\#07a6c5\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(7 166 197 / var(--tw-text-opacity)) !important;
}.svelte-prices .focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}@media (min-width: 640px) {

  .svelte-prices .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .svelte-prices .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .svelte-prices .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .svelte-prices .sm\:block {
    display: block !important;
  }

  .svelte-prices .sm\:inline-block {
    display: inline-block !important;
  }

  .svelte-prices .sm\:flex {
    display: flex !important;
  }

  .svelte-prices .sm\:h-screen {
    height: 100vh !important;
  }

  .svelte-prices .sm\:w-3\/4 {
    width: 75% !important;
  }

  .svelte-prices .sm\:w-auto {
    width: auto !important;
  }

  .svelte-prices .sm\:max-w-\[803px\] {
    max-width: 803px !important;
  }

  .svelte-prices .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .svelte-prices .sm\:p-0 {
    padding: 0px !important;
  }

  .svelte-prices .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .svelte-prices .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .svelte-prices .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .svelte-prices .sm\:text-left {
    text-align: left !important;
  }

  .svelte-prices .sm\:align-middle {
    vertical-align: middle !important;
  }

  .svelte-prices .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}@media (min-width: 768px) {

  .svelte-prices .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .svelte-prices .md\:ml-0 {
    margin-left: 0px !important;
  }

  .svelte-prices .md\:mt-0 {
    margin-top: 0px !important;
  }

  .svelte-prices .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .svelte-prices .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .svelte-prices .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .svelte-prices .md\:flex {
    display: flex !important;
  }

  .svelte-prices .md\:h-\[30px\] {
    height: 30px !important;
  }

  .svelte-prices .md\:min-h-0 {
    min-height: 0px !important;
  }

  .svelte-prices .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .svelte-prices .md\:w-3\/4 {
    width: 75% !important;
  }

  .svelte-prices .md\:w-full {
    width: 100% !important;
  }

  .svelte-prices .md\:w-1\/4 {
    width: 25% !important;
  }

  .svelte-prices .md\:w-auto {
    width: auto !important;
  }

  .svelte-prices .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .svelte-prices .md\:flex-auto {
    flex: 1 1 auto !important;
  }

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

  .svelte-prices .md\:flex-col {
    flex-direction: column !important;
  }

  .svelte-prices .md\:justify-start {
    justify-content: flex-start !important;
  }

  .svelte-prices .md\:justify-end {
    justify-content: flex-end !important;
  }

  .svelte-prices .md\:justify-center {
    justify-content: center !important;
  }

  .svelte-prices .md\:border-l {
    border-left-width: 1px !important;
  }

  .svelte-prices .md\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

  .svelte-prices .md\:border-\[\#ffffff\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

  .svelte-prices .md\:bg-transparent {
    background-color: transparent !important;
  }

  .svelte-prices .md\:bg-\[\#ffffff\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }

  .svelte-prices .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .svelte-prices .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .svelte-prices .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .svelte-prices .md\:pt-\[12px\] {
    padding-top: 12px !important;
  }

  .svelte-prices .md\:text-\[13px\] {
    font-size: 13px !important;
  }
}@media (min-width: 1024px) {

  .svelte-prices .lg\:top-\[0px\] {
    top: 0px !important;
  }

  .svelte-prices .lg\:top-\[50px\] {
    top: 50px !important;
  }

  .svelte-prices .lg\:m-0 {
    margin: 0px !important;
  }

  .svelte-prices .lg\:mr-\[40px\] {
    margin-right: 40px !important;
  }

  .svelte-prices .lg\:ml-\[40px\] {
    margin-left: 40px !important;
  }

  .svelte-prices .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .svelte-prices .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .svelte-prices .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .svelte-prices .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .svelte-prices .lg\:h-\[30px\] {
    height: 30px !important;
  }

  .svelte-prices .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .svelte-prices .lg\:w-3\/4 {
    width: 75% !important;
  }

  .svelte-prices .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .svelte-prices .lg\:w-1\/2 {
    width: 50% !important;
  }

  .svelte-prices .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .svelte-prices .lg\:w-full {
    width: 100% !important;
  }

  .svelte-prices .lg\:w-1\/4 {
    width: 25% !important;
  }

  .svelte-prices .lg\:w-\[385px\] {
    width: 385px !important;
  }

  .svelte-prices .lg\:w-3\/6 {
    width: 50% !important;
  }

  .svelte-prices .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

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

  .svelte-prices .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .svelte-prices .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .svelte-prices .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .svelte-prices .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .svelte-prices .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .svelte-prices .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .svelte-prices .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .svelte-prices .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .svelte-prices .lg\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .svelte-prices .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .svelte-prices .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .svelte-prices .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .svelte-prices .lg\:pr-\[31px\] {
    padding-right: 31px !important;
  }

  .svelte-prices .lg\:pl-\[31px\] {
    padding-left: 31px !important;
  }

  .svelte-prices .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .svelte-prices .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .svelte-prices .lg\:text-\[13px\] {
    font-size: 13px !important;
  }
}@media (min-width: 1280px) {

  .svelte-prices .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .svelte-prices .xl\:mr-\[40px\] {
    margin-right: 40px !important;
  }

  .svelte-prices .xl\:ml-\[40px\] {
    margin-left: 40px !important;
  }

  .svelte-prices .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .svelte-prices .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .svelte-prices .xl\:mb-\[26px\] {
    margin-bottom: 26px !important;
  }

  .svelte-prices .xl\:mt-\[0px\] {
    margin-top: 0px !important;
  }

  .svelte-prices .xl\:flex {
    display: flex !important;
  }

  .svelte-prices .xl\:hidden {
    display: none !important;
  }

  .svelte-prices .xl\:h-\[48px\] {
    height: 48px !important;
  }

  .svelte-prices .xl\:h-\[82px\] {
    height: 82px !important;
  }

  .svelte-prices .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .svelte-prices .xl\:w-3\/4 {
    width: 75% !important;
  }

  .svelte-prices .xl\:w-\[110px\] {
    width: 110px !important;
  }

  .svelte-prices .xl\:w-auto {
    width: auto !important;
  }

  .svelte-prices .xl\:w-\[385px\] {
    width: 385px !important;
  }

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

  .svelte-prices .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .svelte-prices .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .svelte-prices .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .svelte-prices .xl\:bg-\[\#082130\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(8 33 48 / var(--tw-bg-opacity)) !important;
  }

  .svelte-prices .xl\:bg-\[transparent\] {
    background-color: transparent !important;
  }

  .svelte-prices .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .svelte-prices .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .svelte-prices .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .svelte-prices .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .svelte-prices .xl\:px-\[0px\] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .svelte-prices .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .svelte-prices .xl\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .svelte-prices .xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .svelte-prices .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .svelte-prices .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .svelte-prices .xl\:text-\[13px\] {
    font-size: 13px !important;
  }
}@media (min-width: 1536px) {

  .svelte-prices .\32xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .svelte-prices .\32xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .svelte-prices .\32xl\:mt-0 {
    margin-top: 0px !important;
  }

  .svelte-prices .\32xl\:ml-0 {
    margin-left: 0px !important;
  }

  .svelte-prices .\32xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .svelte-prices .\32xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .svelte-prices .\32xl\:flex {
    display: flex !important;
  }

  .svelte-prices .\32xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .svelte-prices .\32xl\:w-3\/4 {
    width: 75% !important;
  }

  .svelte-prices .\32xl\:w-\[110px\] {
    width: 110px !important;
  }

  .svelte-prices .\32xl\:w-auto {
    width: auto !important;
  }

  .svelte-prices .\32xl\:w-\[385px\] {
    width: 385px !important;
  }

  .svelte-prices .\32xl\:w-\[170px\] {
    width: 170px !important;
  }

  .svelte-prices .\32xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .svelte-prices .\32xl\:flex-row {
    flex-direction: row !important;
  }

  .svelte-prices .\32xl\:justify-start {
    justify-content: flex-start !important;
  }

  .svelte-prices .\32xl\:justify-end {
    justify-content: flex-end !important;
  }

  .svelte-prices .\32xl\:justify-around {
    justify-content: space-around !important;
  }

  .svelte-prices .\32xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .svelte-prices .\32xl\:bg-\[\#082130\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(8 33 48 / var(--tw-bg-opacity)) !important;
  }

  .svelte-prices .\32xl\:bg-transparent {
    background-color: transparent !important;
  }

  .svelte-prices .\32xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .svelte-prices .\32xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .svelte-prices .\32xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .svelte-prices .\32xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .svelte-prices .\32xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .svelte-prices .\32xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .svelte-prices .\32xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .svelte-prices .\32xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .svelte-prices .\32xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .svelte-prices .\32xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .svelte-prices .\32xl\:text-\[13px\] {
    font-size: 13px !important;
  }
}
div#driver-popover-item{display:none;position:absolute;background:#fff;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px rgba(0,0,0,.4);z-index:1000000000}div#driver-popover-item .driver-popover-tip{border:5px solid #fff;content:"";position:absolute}div#driver-popover-item .driver-popover-tip.bottom{bottom:-10px;border-color:#fff transparent transparent}div#driver-popover-item .driver-popover-tip.bottom.position-center{left:49%}div#driver-popover-item .driver-popover-tip.bottom.position-right{right:20px}div#driver-popover-item .driver-popover-tip.left{left:-10px;top:10px;border-color:transparent #fff transparent transparent}div#driver-popover-item .driver-popover-tip.left.position-center{top:46%}div#driver-popover-item .driver-popover-tip.left.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.right{right:-10px;top:10px;border-color:transparent transparent transparent #fff}div#driver-popover-item .driver-popover-tip.right.position-center{top:46%}div#driver-popover-item .driver-popover-tip.right.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.top{top:-10px;border-color:transparent transparent #fff}div#driver-popover-item .driver-popover-tip.top.position-center{left:49%}div#driver-popover-item .driver-popover-tip.top.position-right{right:20px}div#driver-popover-item .driver-popover-tip.mid-center{display:none}div#driver-popover-item .driver-popover-footer{display:block;margin-top:10px}div#driver-popover-item .driver-popover-footer button{display:inline-block;padding:3px 10px;border:1px solid #d4d4d4;text-decoration:none;text-shadow:1px 1px 0 #fff;color:#2d2d2d;font:11px/normal sans-serif;cursor:pointer;outline:0;background-color:#f1f1f1;border-radius:2px;zoom:1;line-height:1.3}div#driver-popover-item .driver-popover-footer button.driver-disabled{color:grey;cursor:default;pointer-events:none}div#driver-popover-item .driver-popover-footer .driver-close-btn{float:left}div#driver-popover-item .driver-popover-footer .driver-btn-group,div#driver-popover-item .driver-popover-footer .driver-close-only-btn{float:right}div#driver-popover-item .driver-popover-title{font:19px/normal sans-serif;margin:0 0 5px;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1}div#driver-popover-item .driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;color:#2d2d2d;font-weight:400;zoom:1}.driver-clearfix:after,.driver-clearfix:before{content:"";display:table}.driver-clearfix:after{clear:both}.driver-stage-no-animation{transition:none!important;background:transparent!important;outline:5000px solid rgba(0,0,0,.75)}div#driver-page-overlay{background:#000;position:fixed;bottom:0;right:0;display:block;width:100%;height:100%;zoom:1;filter:alpha(opacity=75);opacity:.75;z-index:100002!important}div#driver-highlighted-element-stage,div#driver-page-overlay{top:0;left:0;transition:all .3s}div#driver-highlighted-element-stage{position:absolute;height:50px;width:300px;background:#fff;z-index:100003!important;display:none;border-radius:2px}.driver-highlighted-element{z-index:100004!important}.driver-position-relative{position:relative!important}.driver-fix-stacking{z-index:auto!important;opacity:1!important;transform:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;-ms-perspective:none!important;-o-perspective:none!important;perspective:none!important;transform-style:flat!important;-webkit-transform-box:border-box!important;-moz-transform-box:border-box!important;-ms-transform-box:border-box!important;-o-transform-box:border-box!important;transform-box:border-box!important;will-change:unset!important}
.svelte-prices .line.svelte-1lcqrb5{fill:none;stroke-linejoin:round;stroke-linecap:round}.svelte-prices .gap.svelte-1lcqrb5{fill:none;stroke-dasharray:4;stroke-dashoffset:8}
.svelte-prices clipPath{font-family:'DM Sans',sans-serif}
.svelte-prices text.svelte-1pbyz61{stroke-width:.3px;font-size:10px;stroke:#3d3d3e;font-family:Rubik,sans-serif}.svelte-prices line.svelte-1pbyz61{stroke:#3d3d3e;stroke-dasharray:2,2;opacity:.15}
.svelte-prices .overlay.svelte-1s9ihut{width:100%;height:100%;position:absolute;left:0px;top:0px;background-color:#FFF;opacity:1.0;z-index:50}.svelte-prices .ucn-loading-balls.svelte-1s9ihut{position:absolute;top:50%;left:50%;width:12em;height:3em;z-index:60;transform:translateX(-50%) translateY(-120%)}.svelte-prices .ucn-loading-ball.ball1.svelte-1s9ihut{left:0;transform-origin:100% 50%}.svelte-prices .ucn-loading-ball.svelte-1s9ihut{position:absolute;will-change:transform;height:3em;width:3em;border-radius:50%;background-color:#ff6c5a ;-webkit-animation:grow 1s ease-in-out infinite alternate;animation:grow 1s ease-in-out infinite alternate}.svelte-prices .ucn-loading-ball.ball2.svelte-1s9ihut{left:50%;transform:translateX(-50%) scale(1);-webkit-animation-delay:0.33s;animation-delay:0.33s}.svelte-prices .ucn-loading-ball.ball3.svelte-1s9ihut{right:0;-webkit-animation-delay:0.66s;animation-delay:0.66s}
.svelte-prices a.go-to-portal.svelte-myrtof.svelte-myrtof{display:inline-block;position:absolute;right:1.5em;top:0.5em;padding:0 1em;background:rgba(0, 0, 0, 0.06);border-radius:3px;font-size:0.7em;letter-spacing:1px;line-height:2.25em;color:#3d3d3e;font-weight:700;text-transform:uppercase;font-family:Arial, sans-serif}.svelte-prices a.go-to-portal.svelte-myrtof.svelte-myrtof:hover{border:none;background:rgba(0, 0, 0, 0.1)}.svelte-prices h2.svelte-myrtof.svelte-myrtof{font-size:1.15em;line-height:1.33333em;font-family:Merriweather, serif;font-weight:700;color:#3d3d3e}.svelte-prices .ucn-logo-corner.svelte-myrtof.svelte-myrtof{position:relative;border-left:0.5em solid #b13a39;height:2em}.svelte-prices small.svelte-myrtof.svelte-myrtof{display:block;position:absolute;left:1em;bottom:1em;opacity:0.6;font-size:0.85em;font-family:Arial, sans-serif}.svelte-prices .premium.svelte-myrtof.svelte-myrtof{display:flex;position:absolute;align-items:center;right:2em;bottom:0.5em}.svelte-prices .premium.svelte-myrtof a.svelte-myrtof{padding:0 1em;background:#3ba1ad;border-radius:2px;font-size:12px;line-height:2.25em;letter-spacing:0.5px;text-align:center;color:#ffffff;font-weight:normal;text-transform:uppercase;font-family:Arial, sans-serif}.svelte-prices .premium.svelte-myrtof a.svelte-myrtof:hover{outline:none;border:none;background:#2b919d}.svelte-prices .premium.svelte-myrtof span.svelte-myrtof{padding-right:5px;font-family:Rubik;font-size:14px}
.svelte-prices text.svelte-1gm8iei{stroke-width:.3px;font-size:10px;stroke:#3d3d3e}
.svelte-prices circle{font-family:'DM Sans',sans-serif}.svelte-prices circle.svelte-12i6339{fill:#FFF
	}
.svelte-prices text{font-family:'DM Sans',sans-serif}.svelte-prices text.svelte-xfslcg{font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:0.2px;text-align:center;color:#3d3d3e}.svelte-prices .body.svelte-xfslcg{font-weight:500}.svelte-prices .title.svelte-xfslcg{font-weight:300}
.svelte-prices rect{font-family:'DM Sans',sans-serif}.svelte-prices rect.svelte-1rnbo5c{border-radius:3px;stroke-width:1px;stroke:#cacaca;fill:#ffffff;opacity:0.9}
.svelte-prices text{font-family:'DM Sans',sans-serif}.svelte-prices g{font-family:'DM Sans',sans-serif}.svelte-prices rect{font-family:'DM Sans',sans-serif}.svelte-prices .line{font-family:'DM Sans',sans-serif}.svelte-prices rect.line.svelte-1f3469m{stroke:#3d3d3e;stroke-width:1.5px;fill:none;opacity:.7;stroke-dasharray:2}.svelte-prices rect.box.svelte-1f3469m{stroke:#3d3d3e;stroke-width:0.8px;fill:white}.svelte-prices text.svelte-1f3469m{text-transform:uppercase;dominant-baseline:central;text-anchor:middle}.svelte-prices .arrow.svelte-1f3469m{stroke:#3d3d3e;stroke-width:.8px;fill:#fff}.svelte-prices .arrow.bottom.svelte-1f3469m{stroke:#fff}
.svelte-prices .blur.svelte-19v5ueh{-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);filter:blur(3px)}
.svelte-prices .tooltip-wrapper.svelte-13asq23{position:relative;display:inline-block}.svelte-prices .tooltip.svelte-13asq23{font-size:0.9em;position:absolute;font-family:inherit;display:inline-block;white-space:nowrap;color:inherit;opacity:0;visibility:hidden;transition:opacity 150ms, visibility 150ms}.svelte-prices .default-tip.svelte-13asq23{display:inline-block;padding:8px 16px;border-radius:6px;color:inherit}.svelte-prices .tooltip.top.svelte-13asq23{left:50%;transform:translate(-50%, -100%);margin-top:-8px}.svelte-prices .tooltip.bottom.svelte-13asq23{left:50%;bottom:0;transform:translate(-50%, 100%);margin-bottom:-8px}.svelte-prices .tooltip.left.svelte-13asq23{left:50%;transform:translate(-110%, -100%);margin-left:-8px}.svelte-prices .tooltip.right.svelte-13asq23{right:0;transform:translateX(100%);margin-right:-8px}.svelte-prices .tooltip.active.svelte-13asq23{opacity:1;visibility:initial}
.svelte-prices #ucn-prices-search.svelte-1trpjj2 li label .nr.svelte-1trpjj2{text-align:right;flex-grow:1;margin:0 .45em 0 .5em;opacity:.5}.svelte-prices #ucn-prices-search.svelte-1trpjj2 li label .close.svelte-1trpjj2{flex-grow:0}.svelte-prices label.svelte-1trpjj2.svelte-1trpjj2:hover{background-color:rgba(42, 50, 61, 0.05);color:#4497c7;padding:0 .25em}.svelte-prices label.svelte-1trpjj2.svelte-1trpjj2::after{position:absolute;top:0;right:.35em;visibility:visible;content:">";color:#3d3d3e}.svelte-prices .dropdown-list.svelte-1trpjj2 input[type="checkbox"].svelte-1trpjj2{display:none}.svelte-prices .dropdown-list.svelte-1trpjj2 label .close.svelte-1trpjj2{-ms-grid-row-align:end;align-self:end;text-align:right;flex-grow:1;visibility:hidden}.svelte-prices .dropdown-list.svelte-1trpjj2 .dropdown-search.svelte-1trpjj2{background:transparent;border:1px solid #07A6C5}.svelte-prices .dropdown-list.svelte-1trpjj2 ul.white.svelte-1trpjj2{background:#fff}.svelte-prices .dropdown-list.svelte-1trpjj2 label.svelte-1trpjj2{display:flex;width:100%;cursor:pointer}.svelte-prices input[type=search].svelte-1trpjj2.svelte-1trpjj2::-ms-clear{display:none;width:0;height:0}.svelte-prices input[type=search].svelte-1trpjj2.svelte-1trpjj2::-ms-reveal{display:none;width:0;height:0}.svelte-prices input[type="search"].svelte-1trpjj2.svelte-1trpjj2::-webkit-search-decoration, .svelte-prices input[type="search"].svelte-1trpjj2.svelte-1trpjj2::-webkit-search-cancel-button, .svelte-prices input[type="search"].svelte-1trpjj2.svelte-1trpjj2::-webkit-search-results-button, .svelte-prices input[type="search"].svelte-1trpjj2.svelte-1trpjj2::-webkit-search-results-decoration{display:none}
.svelte-prices .msg.svelte-1qsy7in.svelte-1qsy7in{margin-top:1.5em}.svelte-prices p.svelte-1qsy7in.svelte-1qsy7in, .svelte-prices li.svelte-1qsy7in.svelte-1qsy7in, .svelte-prices span.svelte-1qsy7in.svelte-1qsy7in:not(.ucn-tag){font-size:13px;line-height:1.775em;opacity:0.8}.svelte-prices #posts.svelte-1qsy7in li.svelte-1qsy7in{padding:1.25em 0;border-bottom:1px dotted #d5c4b1;opacity:1}.svelte-prices .ucn-tag.svelte-1qsy7in.svelte-1qsy7in{display:inline-block;line-height:1em;font-family:"Arial", sans-serif}.svelte-prices .ucn-tag.ucn-tag-orange.svelte-1qsy7in.svelte-1qsy7in{background-color:#f25232}.svelte-prices .ucn-tag.ucn-tag-yellow.svelte-1qsy7in.svelte-1qsy7in{background-color:#EEB143}.svelte-prices .ucn-tag.ucn-tag-gray.svelte-1qsy7in.svelte-1qsy7in{background-color:#8B8B8B}.svelte-prices .ucn-tag.ucn-tag-red.svelte-1qsy7in.svelte-1qsy7in{background-color:#B13939}.svelte-prices .ucn-tag.ucn-tag-army.svelte-1qsy7in.svelte-1qsy7in{background-color:#758677}.svelte-prices .ucn-tag.ucn-tag-sky.svelte-1qsy7in.svelte-1qsy7in{background-color:#79BDD8}.svelte-prices .ucn-tag.ucn-tag-blue.svelte-1qsy7in.svelte-1qsy7in{background-color:#7B93B9}.svelte-prices .ucn-tag.ucn-tag-green.svelte-1qsy7in.svelte-1qsy7in{background-color:#8CC172}.svelte-prices h5.svelte-1qsy7in.svelte-1qsy7in{display:inline;margin:0.277778em 0;font-size:1.125em;line-height:1.4444em;font-weight:bold;color:#3D3D3E;font-family:"Rubik", sans-serif}.svelte-prices h5.svelte-1qsy7in a.svelte-1qsy7in{font-family:"Merriweather", serif;color:#3D3D3E;letter-spacing:-.05em;opacity:0.9}.svelte-prices #posts.svelte-1qsy7in .ucn-embed-read-more.svelte-1qsy7in{margin-top:0}.svelte-prices .ucn-embed-read-more.transparent.svelte-1qsy7in.svelte-1qsy7in{margin:auto;display:block;clear:both;margin-top:2.5em;width:7em;background:none;border:1px solid #AD9D8B;border-radius:3px}.svelte-prices .ucn-embed-read-more.svelte-1qsy7in.svelte-1qsy7in{position:relative;display:inline-block;padding:1em 1.5em;width:3em;background:#484a4d;border-radius:3px}.svelte-prices #posts.svelte-1qsy7in .ucn-embed-read-more a.svelte-1qsy7in{line-height:2em}.svelte-prices .ucn-embed-read-more.transparent.svelte-1qsy7in a.svelte-1qsy7in{color:#AD9D8B}.svelte-prices .ucn-embed-read-more.svelte-1qsy7in a.svelte-1qsy7in, .svelte-prices #secondary .ucn-embed-read-more.svelte-1qsy7in a.svelte-1qsy7in{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;font-size:12px;font-family:"Arial", sans-serif;color:rgb(255, 255, 255);font-weight:bold;text-transform:uppercase;text-align:center;line-height:2.66666667em}
.svelte-prices h6.svelte-1uq2ozc.svelte-1uq2ozc{font-family:"Rubik"}.svelte-prices .info.svelte-1uq2ozc .expand .ucn-caret-down.svelte-1uq2ozc{border-top-color:#07A6C5}.svelte-prices .info.svelte-1uq2ozc .expand .ucn-caret.svelte-1uq2ozc{position:absolute;margin:auto;right:1em;top:0;bottom:0}.svelte-prices span.svelte-1uq2ozc.svelte-1uq2ozc:not(.ucn-tag){font-size:13px;line-height:1.775em;opacity:0.8}.svelte-prices .ucn-caret.ucn-caret-down.svelte-1uq2ozc.svelte-1uq2ozc{border-top:5px solid black;border-left:5px solid transparent;border-right:5px solid transparent}.svelte-prices #ucn-prices-faq.svelte-1uq2ozc li{font-size:13px;line-height:1.775em;opacity:.8;font-weight:600;padding:10px 0}.svelte-prices #ucn-prices-faq.svelte-1uq2ozc .accordion ul{list-style:disc;margin-left:2.5em;font-family:"Rubik",sans-serif}.svelte-prices #ucn-prices-faq.svelte-1uq2ozc .accordion ul li{margin-bottom:1.25em}.svelte-prices #ucn-prices-faq input[type="checkbox"]:checked ~ p, .svelte-prices #ucn-prices-faq input[type="checkbox"]:checked ~ ul{margin:0;max-height:0;opacity:0}.svelte-prices #ucn-prices-faq input[type="checkbox"]:checked ~ i::before{transform:translate( 2px , 0 ) rotate( 45deg )}.svelte-prices .info.svelte-1uq2ozc .expand .ucn-caret-up.svelte-1uq2ozc{border-bottom-color:#07A6C5}.svelte-prices .ucn-caret.svelte-1uq2ozc.svelte-1uq2ozc{display:inline-block;margin-left:1em;width:0;height:0}.svelte-prices #ucn-prices-faq li:nth-of-type(2){-webkit-animation-delay:0.3s;animation-delay:0.3s}.svelte-prices #ucn-prices-faq li:nth-of-type(3){-webkit-animation-delay:0.45s;animation-delay:0.45s}.svelte-prices #ucn-prices-faq li:nth-of-type(4){-webkit-animation-delay:0.6s;animation-delay:0.6s}.svelte-prices #ucn-prices-faq li:nth-of-type(5){-webkit-animation-delay:0.75s;animation-delay:0.75s}.svelte-prices #ucn-prices-faq li:nth-of-type(6){-webkit-animation-delay:0.9s;animation-delay:0.9s}.svelte-prices #ucn-prices-faq li:nth-of-type(7){-webkit-animation-delay:1.1s;animation-delay:1.1s}.svelte-prices #ucn-prices-faq li:nth-of-type(8){-webkit-animation-delay:1.3s;animation-delay:1.3s}.svelte-prices #ucn-prices-faq li:nth-of-type(9){-webkit-animation-delay:1.5s;animation-delay:1.5s}.svelte-prices .info.svelte-1uq2ozc .accordion>li{position:relative;border-top:1px dotted rgba(220, 231, 235, 1);-webkit-animation:flipdown 0.5s ease both;animation:flipdown 0.5s ease both;-webkit-animation-delay:0.15s;animation-delay:0.15s;font-size:13px;line-height:1.775em;opacity:0.8}.svelte-prices .info.svelte-1uq2ozc input[type="checkbox"]{position:absolute;cursor:pointer;width:100%;height:4em;opacity:0;z-index:2}.svelte-prices .info.svelte-1uq2ozc li i{position:absolute;transform:translate( -6px , 0 );top:2em;right:6px;z-index:1}.svelte-prices .info.svelte-1uq2ozc input[type="checkbox"]:checked ~ h6{color:#3D3D3E;border-bottom-color:transparent}.svelte-prices .info.svelte-1uq2ozc p{transition:margin 0.2s ease-in-out;opacity:1;margin-top:1em}.svelte-prices .info.svelte-1uq2ozc li i::before{transform:translate( -2px , 0 ) rotate( 45deg )}.svelte-prices .info.svelte-1uq2ozc li i::after{transform:translate( 2px , 0 ) rotate( -45deg )}.svelte-prices .info.svelte-1uq2ozc input[type="checkbox"]:checked ~ i::after{transform:translate( -2px , 0 ) rotate( -45deg )}.svelte-prices .info.svelte-1uq2ozc input[type="checkbox"]:checked ~ h6{color:#3D3D3E;border-bottom-color:transparent}.svelte-prices .info.svelte-1uq2ozc input[type="checkbox"]:checked ~ i::before{transform:translate( 2px , 0 ) rotate( 45deg )}.svelte-prices .info.svelte-1uq2ozc input[type="checkbox"]:not(:checked) ~ h6{color:#6bafd5;border-bottom-color:#6bafd5}@media(max-width: 1100px){.svelte-prices .info.svelte-1uq2ozc.svelte-1uq2ozc{width:47.5%}}@media(max-width: 520px){.svelte-prices .info.svelte-1uq2ozc.svelte-1uq2ozc{width:100%}}
.svelte-prices ._prices-prompt.svelte-yssy73.svelte-yssy73{margin:auto;margin-bottom:1em;display:flex;flex-direction:column;border:2px #e26b6a solid;opacity:1;background:#FDF7F7}.svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) p.svelte-yssy73, .svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) span.svelte-yssy73{opacity:1 !important}.svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) .default.svelte-yssy73{padding:1em 1em 0em 1em}.svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) .icon-warning.svelte-yssy73{background:#e26b6a;line-height:1.5em}.svelte-prices ._prices-prompt.svelte-yssy73 .svelte-yssy73{text-align:center}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-warning.svelte-yssy73::before{color:white}.svelte-prices .icon-warning.svelte-yssy73.svelte-yssy73::before{content:"\E927"}.svelte-prices ._prices-prompt.svelte-yssy73 p.svelte-yssy73{margin-bottom:1em;font-size:1em !important;line-height:1.44 !important;font-family:'Rubik'}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-exclamationmark-icon.svelte-yssy73{position:relative;cursor:pointer;font-size:15px}.svelte-prices .icon-exclamationmark-icon.svelte-yssy73 span.svelte-yssy73{font-family:"icomoon"}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-exclamationmark-icon .path1.svelte-yssy73::before{color:rgba(61, 61, 62, .4)}.svelte-prices .icon-exclamationmark-icon.svelte-yssy73 span.svelte-yssy73{font-family:"icomoon"}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-exclamationmark-icon .path2.svelte-yssy73::before{content:"i";margin-left:-.7em;color:#fff;font-weight:700;vertical-align:2px;font-size:90%}.svelte-prices ._prices-prompt.svelte-yssy73 small.svelte-yssy73{display:block;margin-bottom:5px;font-size:13px;font-family:'Rubik'}.svelte-prices ._prices-prompt.svelte-yssy73 a.svelte-yssy73{font-family:"Rubik", sans-serif}.svelte-prices ._prices-prompt.svelte-yssy73 .svelte-yssy73{text-align:center}.svelte-prices ._prices-prompt.svelte-yssy73 .prompt-submit-button.svelte-yssy73{border-radius:3px;background:#07A6C5;cursor:pointer;color:#fff;font-size:12px;text-transform:uppercase;padding:1em 3em;transition:all .2s;display:block;margin:auto auto 5% auto;width:80%;padding:1.15em 0;font-weight:500}.svelte-prices ._prices-prompt.svelte-yssy73 .prompt-submit-button.svelte-yssy73:hover{border:none;outline:none;background:#429acd}@media(max-width: 1100px){.svelte-prices ._prices-prompt.svelte-yssy73.svelte-yssy73{width:100%}}
@media(max-width: 1100px){.svelte-prices .preset-div.svelte-z5f3fq.svelte-z5f3fq{padding:1em 0;padding-bottom:0}.svelte-prices .preset-div.svelte-z5f3fq h6.svelte-z5f3fq{padding-left:16px;padding-bottom:.5em}.svelte-prices .preset-div.svelte-z5f3fq select.svelte-z5f3fq{margin-right:16px}}.svelte-prices #description section p{font-family:Rubik,sans-serif}.svelte-prices section.svelte-z5f3fq.svelte-z5f3fq{font-size:13px;line-height:var(--desc-line-height);opacity:1.0}.svelte-prices .product-color.svelte-z5f3fq.svelte-z5f3fq{margin:.5em .2em;width:10px;height:10px;float:left}.svelte-prices .currency-details.svelte-z5f3fq.svelte-z5f3fq{clear:both}.svelte-prices .currency-details.svelte-z5f3fq div.svelte-z5f3fq{display:-ms-grid;display:grid;-ms-grid-columns:12em auto;grid-template-columns:12em auto;-ms-grid-rows:auto;grid-template-rows:auto;font-size:13px;line-height:1.9}.svelte-prices .currency-details.svelte-z5f3fq div.svelte-z5f3fq > *:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.svelte-prices .currency-details.svelte-z5f3fq div.svelte-z5f3fq > *:nth-child(2){-ms-grid-row:1;-ms-grid-column:2}.svelte-prices .currency-details.svelte-z5f3fq fieldset.svelte-z5f3fq:first-child{font-weight:500;text-transform:uppercase}.svelte-prices .product-description.svelte-z5f3fq section.svelte-z5f3fq{max-height:15em}.svelte-prices #sidebar .product-description section p{margin-bottom:var(--desc-line-height)}.svelte-prices #sidebar .product-description section p:last-child{margin:0}.svelte-prices .ucn-toggle-popover.svelte-z5f3fq.svelte-z5f3fq{position:relative;opacity:0.8;cursor:pointer}.svelte-prices #sidebar p, .svelte-prices #sidebar li, .svelte-prices #sidebar span:not(.ucn-tag){font-size:13px;line-height:var(--desc-line-height);opacity:1.0}.svelte-prices{--desc-line-height:1.775em}.svelte-prices .product-description.svelte-z5f3fq section.svelte-z5f3fq{max-height:calc(var(--desc-line-height)*8)}.svelte-prices .ucn-toggle-popover.svelte-z5f3fq.svelte-z5f3fq{position:relative;opacity:0.8;cursor:pointer}.svelte-prices span.svelte-z5f3fq.svelte-z5f3fq:not(.ucn-tag), .svelte-prices section.svelte-z5f3fq.svelte-z5f3fq{font-size:13px;line-height:var(--desc-line-height);opacity:0.8}.svelte-prices .product-description.overflown.svelte-z5f3fq:not(.expanded) section.svelte-z5f3fq::after{position:absolute;content:"";bottom:0;background:linear-gradient(160deg, #fdf3e800 0%, #fdf3e8db 84%, #fdf3e8 100%);border-bottom-color:#fdf3e8;right:0;width:100%;padding-right:1em;text-align:right;height:calc(var(--desc-line-height) * 2)}.svelte-prices .product-description.expanded.svelte-z5f3fq section.svelte-z5f3fq{max-height:none}.svelte-prices .product-details.svelte-z5f3fq .msg.svelte-z5f3fq{position:absolute;margin:auto;top:-2em;left:2em;width:200px;padding:1em 1.5em;box-sizing:border-box;background:white;opacity:1;text-transform:none;text-align:center;line-height:1.45;border:1px solid #e2e1e1;box-shadow:0 1px 4px 0 hsla(240, 8%, 83%, .5);border:1px solid #d1d1d8}.svelte-prices .product-details.svelte-z5f3fq .msg .close.svelte-z5f3fq{position:absolute;cursor:pointer;right:1em;opacity:.3;bottom:0;font-weight:bold}@media(max-width: 1100px){.svelte-prices #sidebar.svelte-z5f3fq.svelte-z5f3fq{clear:both;float:none;width:100%;padding-top:1em;display:flex;justify-content:space-between;flex-wrap:wrap}}@media(max-width: 520px){.svelte-prices #description.svelte-z5f3fq.svelte-z5f3fq{width:95%}}
.svelte-prices #ucn-graph-canvas_.svelte-1b3i7cg.svelte-1b3i7cg{display:block;position:fixed;top:0;left:0;z-index:1000000;width:100vw;height:100vh;background:rgba(0, 0, 0, .7)}.svelte-prices #ucn-graph-image.svelte-1b3i7cg.svelte-1b3i7cg{display:block;margin:2% auto;position:relative;background:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1.25em 1.25em}.svelte-prices h4.svelte-1b3i7cg.svelte-1b3i7cg{font-size:1.25em;line-height:1.5em;font-family:"Arial", serif;font-weight:bold;color:#3D3D3E}.svelte-prices #ucn-graph-canvas_.svelte-1b3i7cg #ucn-graph-image .footer .save.svelte-1b3i7cg{margin-right:.75em}.svelte-prices #ucn-graph-canvas_.svelte-1b3i7cg #ucn-graph-image .save.svelte-1b3i7cg{display:inline-block;vertical-align:middle;width:9em;box-sizing:border-box;padding:1em 0.5em;text-align:center;transition:all ease-in-out .5s}.svelte-prices .ucn-submit-button.svelte-1b3i7cg.svelte-1b3i7cg{opacity:1;border-radius:3px;background:#07A6C5;font-family:"Arial", sans-serif;cursor:pointer;color:white;font-size:12px;font-weight:bold;text-transform:uppercase;padding:1em 3em;transition:0.2s all}.svelte-prices #ucn-graph-canvas_.svelte-1b3i7cg #ucn-graph-image .close.svelte-1b3i7cg{font-size:1em;float:right;color:#7a7773;padding-left:15px;padding-top:9px;cursor:pointer;letter-spacing:.3px}
.svelte-prices .empty-data-prompt.svelte-1xztqwv.svelte-1xztqwv{position:absolute;margin:auto;top:10em;left:0;right:0;text-align:center;border-radius:50%;background:#fff;border:2px solid #e57777;width:300px;height:300px;overflow:hidden;box-sizing:border-box;padding:50px}.svelte-prices .icon-warning.svelte-1xztqwv.svelte-1xztqwv::before{color:#e26b6a}.svelte-prices h6.svelte-1xztqwv.svelte-1xztqwv{padding-top:1.5em;font-family:"Rubik",sans-serif;font-weight:400;letter-spacing:0}.svelte-prices h6.svelte-1xztqwv a.svelte-1xztqwv{font-weight:700}
.svelte-prices .small_graph.svelte-13s3yta.svelte-13s3yta.svelte-13s3yta{position:absolute}.svelte-prices .small_graph.svelte-13s3yta ul.svelte-13s3yta.svelte-13s3yta{min-height:0 !important;height:auto !important}@media(max-width: 760px){.svelte-prices #ucn-prices-header.svelte-13s3yta>ul.svelte-13s3yta.svelte-13s3yta{flex-direction:column}.svelte-prices #ucn-prices-header.svelte-13s3yta>ul.svelte-13s3yta>li.svelte-13s3yta:first-child{width:100%;order:2}.svelte-prices h1.title.svelte-13s3yta.svelte-13s3yta.svelte-13s3yta{font-size:26px}.svelte-prices #ucn-prices-header.svelte-13s3yta>ul.svelte-13s3yta>li.svelte-13s3yta{-ms-grid-row-align:start;align-self:start}.svelte-prices ul.svelte-13s3yta ul.svelte-13s3yta.svelte-13s3yta{flex-direction:row}.svelte-prices .price.svelte-13s3yta.svelte-13s3yta.svelte-13s3yta{text-align:left}}
.svelte-prices .overlay.svelte-9dfggz.svelte-9dfggz.svelte-9dfggz{width:100%;height:100%;position:fixed;left:0px;top:0px;background-color:#FFF;opacity:.75;z-index:50}.svelte-prices ._prices-prompt.circle.svelte-9dfggz.svelte-9dfggz.svelte-9dfggz{position:absolute;right:0;left:0;top:50%;width:300px;height:300px;margin-top:-150px;max-width:100%;border-radius:50%;background:linear-gradient(#0C2B41 20%, #fff 20%);z-index:100}.svelte-prices ._prices-prompt.svelte-9dfggz.svelte-9dfggz.svelte-9dfggz{margin:auto;display:flex;flex-direction:column;border:2px #0C2B41 solid;opacity:1;background:#fff}.svelte-prices ._prices-prompt.svelte-9dfggz .svelte-9dfggz.svelte-9dfggz{text-align:center}.svelte-prices .icon-warning.svelte-9dfggz.svelte-9dfggz.svelte-9dfggz::before{content:"\E927"}.svelte-prices ._prices-prompt.circle.svelte-9dfggz .default.svelte-9dfggz.svelte-9dfggz{margin:15% auto auto;height:90%;width:85%;overflow:hidden}.svelte-prices ._prices-prompt.svelte-9dfggz p.svelte-9dfggz.svelte-9dfggz{margin-bottom:0.8em;font-size:1.06em;line-height:1.44;font-family:'Rubik'}.svelte-prices ._prices-prompt.svelte-9dfggz .icon-exclamationmark-icon .path1.svelte-9dfggz.svelte-9dfggz::before{color:rgba(61, 61, 62, .4)}.svelte-prices .icon-exclamationmark-icon.svelte-9dfggz .path1.svelte-9dfggz.svelte-9dfggz::before{content:"\E900";color:rgb(224, 86, 84)}.svelte-prices ._prices-prompt.svelte-9dfggz .icon-exclamationmark-icon .path2.svelte-9dfggz.svelte-9dfggz::before{content:"i";margin-left:-.7em;color:#fff;font-weight:1000;vertical-align:2px;font-size:100%}.svelte-prices ._prices-prompt.svelte-9dfggz .prompt-submit-button.svelte-9dfggz.svelte-9dfggz{display:block;margin:auto auto 5% auto;width:90%;padding:1.15em 0;font-weight:500}.svelte-prices .prompt-submit-button.svelte-9dfggz.svelte-9dfggz.svelte-9dfggz{border-radius:3px;background:#07A6C5;font-family:"Rubik", sans-serif;cursor:pointer;color:white;font-size:14px;font-weight:bold;text-transform:uppercase;padding:1em 3em;transition:0.2s all}.svelte-prices .prompt-submit-button.svelte-9dfggz.svelte-9dfggz.svelte-9dfggz:hover{outline:none;border:none;background:#429acd}.svelte-prices ._prices-prompt.svelte-9dfggz small.svelte-9dfggz.svelte-9dfggz{display:block;margin-top:25px;margin-bottom:10px;font-size:14px;font-family:'Rubik'}.svelte-prices ._prices-prompt.svelte-9dfggz small.svelte-9dfggz+a.svelte-9dfggz{font-size:16px}.svelte-prices ._prices-prompt.circle.svelte-9dfggz .default.svelte-9dfggz.svelte-9dfggz{margin-top:2em;height:90%;width:85%;overflow:hidden}.svelte-prices ._prices-prompt.svelte-9dfggz .faq.svelte-9dfggz.svelte-9dfggz{font-weight:500}
.svelte-prices input.svelte-yfkgh5{display:none}.svelte-prices .disabled.svelte-yfkgh5{opacity:.2;cursor:default}.svelte-prices .checked.svelte-yfkgh5{background:#3d3d3e;color:white;transition:all 0.15s ease-out}
.svelte-prices .dropdown-list.svelte-14b924h ul.svelte-14b924h{display:none}.svelte-prices .dropdown-list.svelte-14b924h input[type="checkbox"].svelte-14b924h{display:none}.svelte-prices .dropdown-list.svelte-14b924h label.selected .close.svelte-14b924h{visibility:visible}.svelte-prices input[type=search].svelte-14b924h.svelte-14b924h::-ms-clear{display:none;width:0;height:0}.svelte-prices input[type=search].svelte-14b924h.svelte-14b924h::-ms-reveal{display:none;width:0;height:0}.svelte-prices input[type="search"].svelte-14b924h.svelte-14b924h::-webkit-search-decoration, .svelte-prices input[type="search"].svelte-14b924h.svelte-14b924h::-webkit-search-cancel-button, .svelte-prices input[type="search"].svelte-14b924h.svelte-14b924h::-webkit-search-results-button, .svelte-prices input[type="search"].svelte-14b924h.svelte-14b924h::-webkit-search-results-decoration{display:none}
.svelte-prices .selection.svelte-arugdw{stroke:none}
.svelte-prices .handle--carets.svelte-tn7moo{fill:#4e4e4f;cursor:ew-resize}.svelte-prices .handle.svelte-tn7moo{visibility:visible;stroke:rgba(61, 61, 62, 0.1);stroke-width:1px;fill:white}
.svelte-prices .overlay.svelte-w7na41{fill:transparent}
.svelte-prices .path-line.svelte-n9fxcb{fill:none;stroke-linejoin:round;stroke-linecap:round;stroke-width:2}.svelte-prices .gap.svelte-n9fxcb{stroke-width:1px;fill:none;stroke-dasharray:4;stroke-dashoffset:8}
@media(max-width: 1100px){.svelte-prices #ucn-graph-benchmarks.svelte-12w4sa8{clear:both;float:none;width:100%}}@media(max-width: 520px){.svelte-prices #ucn-graph-benchmarks.svelte-12w4sa8{display:none}}
.svelte-prices .item.svelte-3e0qet{cursor:default;height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--itemPadding, 0 20px);color:var(--itemColor, inherit);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.svelte-prices .groupHeader.svelte-3e0qet{text-transform:var(--groupTitleTextTransform, uppercase)}.svelte-prices .groupItem.svelte-3e0qet{padding-left:var(--groupItemPaddingLeft, 40px)}.svelte-prices .item.svelte-3e0qet:active{background:var(--itemActiveBackground, #b9daff)}.svelte-prices .item.active.svelte-3e0qet{background:var(--itemIsActiveBG, #007aff);color:var(--itemIsActiveColor, #fff)}.svelte-prices .item.notSelectable.svelte-3e0qet{color:var(--itemIsNotSelectableColor, #999)}.svelte-prices .item.first.svelte-3e0qet{border-radius:var(--itemFirstBorderRadius, 4px 4px 0 0)}.svelte-prices .item.hover.svelte-3e0qet:not(.active){background:var(--itemHoverBG, #e7f2ff);color:var(--itemHoverColor, inherit)}
.svelte-prices .listContainer.svelte-1uyqfml{box-shadow:var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));border-radius:var(--listBorderRadius, 4px);max-height:var(--listMaxHeight, 250px);overflow-y:auto;background:var(--listBackground, #fff);border:var(--listBorder, none);position:var(--listPosition, absolute);z-index:var(--listZIndex, 2);width:100%;left:var(--listLeft, 0);right:var(--listRight, 0)}.svelte-prices .virtualList.svelte-1uyqfml{height:var(--virtualListHeight, 200px)}.svelte-prices .listGroupTitle.svelte-1uyqfml{color:var(--groupTitleColor, #8f8f8f);cursor:default;font-size:var(--groupTitleFontSize, 12px);font-weight:var(--groupTitleFontWeight, 600);height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--groupTitlePadding, 0 20px);text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;text-transform:var(--groupTitleTextTransform, uppercase)}.svelte-prices .empty.svelte-1uyqfml{text-align:var(--listEmptyTextAlign, center);padding:var(--listEmptyPadding, 20px 0);color:var(--listEmptyColor, #78848f)}
.svelte-prices .selection.svelte-pu1q1n{text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap}
.svelte-prices .multiSelectItem.svelte-liu9pa.svelte-liu9pa{background:var(--multiItemBG, #ebedef);margin:var(--multiItemMargin, 5px 5px 0 0);border-radius:var(--multiItemBorderRadius, 16px);height:var(--multiItemHeight, 32px);line-height:var(--multiItemHeight, 32px);display:flex;cursor:default;padding:var(--multiItemPadding, 0 10px 0 15px);max-width:100%}.svelte-prices .multiSelectItem_label.svelte-liu9pa.svelte-liu9pa{margin:var(--multiLabelMargin, 0 5px 0 0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.svelte-prices .multiSelectItem.svelte-liu9pa.svelte-liu9pa:hover, .svelte-prices .multiSelectItem.active.svelte-liu9pa.svelte-liu9pa{background-color:var(--multiItemActiveBG, #006fff);color:var(--multiItemActiveColor, #fff)}.svelte-prices .multiSelectItem.disabled.svelte-liu9pa.svelte-liu9pa:hover{background:var(--multiItemDisabledHoverBg, #ebedef);color:var(--multiItemDisabledHoverColor, #c1c6cc)}.svelte-prices .multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa{border-radius:var(--multiClearRadius, 50%);background:var(--multiClearBG, #52616f);min-width:var(--multiClearWidth, 16px);max-width:var(--multiClearWidth, 16px);height:var(--multiClearHeight, 16px);position:relative;top:var(--multiClearTop, 8px);text-align:var(--multiClearTextAlign, center);padding:var(--multiClearPadding, 1px)}.svelte-prices .multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa:hover, .svelte-prices .active.svelte-liu9pa .multiSelectItem_clear.svelte-liu9pa{background:var(--multiClearHoverBG, #fff)}.svelte-prices .multiSelectItem_clear.svelte-liu9pa:hover svg.svelte-liu9pa, .svelte-prices .active.svelte-liu9pa .multiSelectItem_clear svg.svelte-liu9pa{fill:var(--multiClearHoverFill, #006fff)}.svelte-prices .multiSelectItem_clear.svelte-liu9pa svg.svelte-liu9pa{fill:var(--multiClearFill, #ebedef);vertical-align:top}
.svelte-prices svelte-virtual-list-viewport.svelte-g2cagw{position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch;display:block}.svelte-prices svelte-virtual-list-contents.svelte-g2cagw, .svelte-prices svelte-virtual-list-row.svelte-g2cagw{display:block}.svelte-prices svelte-virtual-list-row.svelte-g2cagw{overflow:hidden}
.svelte-prices .selectContainer.svelte-17l1npl.svelte-17l1npl{--internalPadding:0 16px;border:var(--border, 1px solid #d8dbdf);border-radius:var(--borderRadius, 3px);box-sizing:border-box;height:var(--height, 42px);position:relative;display:flex;align-items:center;padding:var(--padding, var(--internalPadding));background:var(--background, #fff);margin:var(--margin, 0)}.svelte-prices .selectContainer.svelte-17l1npl input.svelte-17l1npl{cursor:default;border:none;color:var(--inputColor, #3f4f5f);height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--inputPadding, var(--padding, var(--internalPadding)));width:100%;background:transparent;font-size:var(--inputFontSize, 14px);letter-spacing:var(--inputLetterSpacing, -0.08px);position:absolute;left:var(--inputLeft, 0);margin:var(--inputMargin, 0)}.svelte-prices .selectContainer.svelte-17l1npl input.svelte-17l1npl::-moz-placeholder{color:var(--placeholderColor, #78848f);opacity:var(--placeholderOpacity, 1)}.svelte-prices .selectContainer.svelte-17l1npl input.svelte-17l1npl:-ms-input-placeholder{color:var(--placeholderColor, #78848f);opacity:var(--placeholderOpacity, 1)}.svelte-prices .selectContainer.svelte-17l1npl input.svelte-17l1npl::placeholder{color:var(--placeholderColor, #78848f);opacity:var(--placeholderOpacity, 1)}.svelte-prices .selectContainer.svelte-17l1npl input.svelte-17l1npl:focus{outline:none}.svelte-prices .selectContainer.svelte-17l1npl.svelte-17l1npl:hover{border-color:var(--borderHoverColor, #b2b8bf)}.svelte-prices .selectContainer.focused.svelte-17l1npl.svelte-17l1npl{border-color:var(--borderFocusColor, #006fe8)}.svelte-prices .selectContainer.disabled.svelte-17l1npl.svelte-17l1npl{background:var(--disabledBackground, #ebedef);border-color:var(--disabledBorderColor, #ebedef);color:var(--disabledColor, #c1c6cc)}.svelte-prices .selectContainer.disabled.svelte-17l1npl input.svelte-17l1npl::-moz-placeholder{color:var(--disabledPlaceholderColor, #c1c6cc);opacity:var(--disabledPlaceholderOpacity, 1)}.svelte-prices .selectContainer.disabled.svelte-17l1npl input.svelte-17l1npl:-ms-input-placeholder{color:var(--disabledPlaceholderColor, #c1c6cc);opacity:var(--disabledPlaceholderOpacity, 1)}.svelte-prices .selectContainer.disabled.svelte-17l1npl input.svelte-17l1npl::placeholder{color:var(--disabledPlaceholderColor, #c1c6cc);opacity:var(--disabledPlaceholderOpacity, 1)}.svelte-prices .selectedItem.svelte-17l1npl.svelte-17l1npl{line-height:var(--height, 42px);height:var(--height, 42px);overflow-x:hidden;padding:var(--selectedItemPadding, 0 20px 0 0)}.svelte-prices .selectedItem.svelte-17l1npl.svelte-17l1npl:focus{outline:none}.svelte-prices .clearSelect.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--clearSelectRight, 10px);top:var(--clearSelectTop, 11px);bottom:var(--clearSelectBottom, 11px);width:var(--clearSelectWidth, 20px);color:var(--clearSelectColor, #c5cacf);flex:none !important}.svelte-prices .clearSelect.svelte-17l1npl.svelte-17l1npl:hover{color:var(--clearSelectHoverColor, #2c3e50)}.svelte-prices .selectContainer.focused.svelte-17l1npl .clearSelect.svelte-17l1npl{color:var(--clearSelectFocusColor, #3f4f5f)}.svelte-prices .indicator.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--indicatorRight, 10px);top:var(--indicatorTop, 11px);width:var(--indicatorWidth, 20px);height:var(--indicatorHeight, 20px);color:var(--indicatorColor, #c5cacf)}.svelte-prices .indicator.svelte-17l1npl svg.svelte-17l1npl{display:inline-block;fill:var(--indicatorFill, currentcolor);line-height:1;stroke:var(--indicatorStroke, currentcolor);stroke-width:0}.svelte-prices .spinner.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--spinnerRight, 10px);top:var(--spinnerLeft, 11px);width:var(--spinnerWidth, 20px);height:var(--spinnerHeight, 20px);color:var(--spinnerColor, #51ce6c);-webkit-animation:svelte-17l1npl-rotate 0.75s linear infinite;animation:svelte-17l1npl-rotate 0.75s linear infinite}.svelte-prices .spinner_icon.svelte-17l1npl.svelte-17l1npl{display:block;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;-webkit-transform:none}.svelte-prices .spinner_path.svelte-17l1npl.svelte-17l1npl{stroke-dasharray:90;stroke-linecap:round}.svelte-prices .multiSelect.svelte-17l1npl.svelte-17l1npl{display:flex;padding:var(--multiSelectPadding, 0 35px 0 16px);height:auto;flex-wrap:wrap;align-items:stretch}.svelte-prices .multiSelect.svelte-17l1npl>.svelte-17l1npl{flex:1 1 50px}.svelte-prices .selectContainer.multiSelect.svelte-17l1npl input.svelte-17l1npl{padding:var(--multiSelectInputPadding, 0);position:relative;margin:var(--multiSelectInputMargin, 0)}.svelte-prices .hasError.svelte-17l1npl.svelte-17l1npl{border:var(--errorBorder, 1px solid #ff2d55);background:var(--errorBackground, #fff)}.svelte-prices .a11yText.svelte-17l1npl.svelte-17l1npl{z-index:9999;border:0px;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0px;white-space:nowrap}@-webkit-keyframes svelte-17l1npl-rotate{100%{transform:rotate(360deg)}}@keyframes svelte-17l1npl-rotate{100%{transform:rotate(360deg)}}
.svelte-prices .themed.svelte-1kg4ljn{--border:none;--padding:10px;--multiItemBorderRadius:0;--multiClearRadius:2px;--multiItemHeight:25px;--multiItemMargin:7px 0px 0px 3px;--multiLabelMargin:0 10px 0 0;--multiSelectPadding:0 10px 0 5px;--multiClearWidth:14px;--multiClearHeight:14px;--multiClearTop:6px;--multiItemPadding:10px 10px 10px 10px;--height:39px;--inputFontSize:14px}
#driver-highlighted-element-stage{background:transparent!important;outline:5000px solid rgba(0, 0, 0, .4);border-radius:0px!important}#driver-page-overlay{background:none !important}
.svelte-prices #driver_search.svelte-1qtfmy4 li label .nr.svelte-1qtfmy4{text-align:right;flex-grow:1;margin:0 .45em 0 .5em;opacity:.5}.svelte-prices #driver_search.svelte-1qtfmy4 li label .close.svelte-1qtfmy4{flex-grow:0}.svelte-prices label.svelte-1qtfmy4.svelte-1qtfmy4:hover{background-color:rgba(42, 50, 61, 0.05);color:#07a6c5;padding:0 .25em;border-radius:2px}.svelte-prices .dropdown-list.svelte-1qtfmy4 label .close.svelte-1qtfmy4{-ms-grid-row-align:end;align-self:end;text-align:right;flex-grow:1;visibility:hidden}.svelte-prices .dropdown-list.svelte-1qtfmy4 .dropdown-search.svelte-1qtfmy4{background:transparent}.svelte-prices .dropdown-list.svelte-1qtfmy4 ul.white.svelte-1qtfmy4{background:#fff}.svelte-prices .dropdown-list.svelte-1qtfmy4 label.svelte-1qtfmy4{display:flex;width:100%;cursor:pointer}.svelte-prices input[type=search].svelte-1qtfmy4.svelte-1qtfmy4::-ms-clear{display:none;width:0;height:0}.svelte-prices input[type=search].svelte-1qtfmy4.svelte-1qtfmy4::-ms-reveal{display:none;width:0;height:0}.svelte-prices input[type="search"].svelte-1qtfmy4.svelte-1qtfmy4::-webkit-search-decoration, .svelte-prices input[type="search"].svelte-1qtfmy4.svelte-1qtfmy4::-webkit-search-cancel-button, .svelte-prices input[type="search"].svelte-1qtfmy4.svelte-1qtfmy4::-webkit-search-results-button, .svelte-prices input[type="search"].svelte-1qtfmy4.svelte-1qtfmy4::-webkit-search-results-decoration{display:none}
.svelte-prices .msg.svelte-1wcw1uh.svelte-1wcw1uh{margin-top:1.5em}.svelte-prices p.svelte-1wcw1uh.svelte-1wcw1uh, .svelte-prices li.svelte-1wcw1uh.svelte-1wcw1uh, .svelte-prices span.svelte-1wcw1uh.svelte-1wcw1uh:not(.ucn-tag){font-size:13px;line-height:1.775em;opacity:0.8}.svelte-prices #posts.svelte-1wcw1uh li.svelte-1wcw1uh{padding:1.25em 0;border-bottom:1px solid rgb(209 213 219);opacity:1}.svelte-prices #posts.svelte-1wcw1uh li.svelte-1wcw1uh:last-child{border-bottom:none}.svelte-prices .ucn-tag.svelte-1wcw1uh.svelte-1wcw1uh{display:inline-block;line-height:1em}.svelte-prices .ucn-tag.ucn-tag-orange.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#f25232}.svelte-prices .ucn-tag.ucn-tag-yellow.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#EEB143}.svelte-prices .ucn-tag.ucn-tag-gray.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#8B8B8B}.svelte-prices .ucn-tag.ucn-tag-red.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#B13939}.svelte-prices .ucn-tag.ucn-tag-army.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#758677}.svelte-prices .ucn-tag.ucn-tag-sky.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#79BDD8}.svelte-prices .ucn-tag.ucn-tag-blue.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#7B93B9}.svelte-prices .ucn-tag.ucn-tag-green.svelte-1wcw1uh.svelte-1wcw1uh{background-color:#8CC172}.svelte-prices h5.svelte-1wcw1uh.svelte-1wcw1uh{display:inline;margin:0.277778em 0;font-size:1.125em;line-height:1.4444em;font-weight:bold;color:#3D3D3E;font-family:"font-dm-sans", sans-serif}.svelte-prices h5.svelte-1wcw1uh a.svelte-1wcw1uh{font-family:"font-dm-sans", sans-serif;color:#3D3D3E;letter-spacing:-.05em;opacity:0.9}.svelte-prices #posts.svelte-1wcw1uh .ucn-embed-read-more.svelte-1wcw1uh{margin-top:0}.svelte-prices .ucn-embed-read-more.transparent.svelte-1wcw1uh.svelte-1wcw1uh{margin:auto;display:block;clear:both;margin-top:2.5em;width:7em;background:none;border:1px solid rgb(209 213 219);border-radius:3px}.svelte-prices .ucn-embed-read-more.svelte-1wcw1uh.svelte-1wcw1uh{position:relative;display:inline-block;padding:1em 1.5em;width:3em;background:#484a4d;border-radius:3px}.svelte-prices #posts.svelte-1wcw1uh .ucn-embed-read-more a.svelte-1wcw1uh{line-height:2em}.svelte-prices .ucn-embed-read-more.transparent.svelte-1wcw1uh a.svelte-1wcw1uh{color:#000}.svelte-prices .ucn-embed-read-more.svelte-1wcw1uh a.svelte-1wcw1uh, .svelte-prices #secondary .ucn-embed-read-more.svelte-1wcw1uh a.svelte-1wcw1uh{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;font-size:12px;font-family:"font-dm-sans", sans-serif;color:rgb(255, 255, 255);font-weight:bold;text-transform:uppercase;text-align:center;line-height:2.66666667em}
.svelte-prices h6.svelte-y6t18w.svelte-y6t18w{font-family:"font-dm-sans"}.svelte-prices .info.svelte-y6t18w .expand .ucn-caret-down.svelte-y6t18w{border-top-color:#07A6C5}.svelte-prices .info.svelte-y6t18w .expand .ucn-caret.svelte-y6t18w{position:absolute;margin:auto;right:1em;top:0;bottom:0}.svelte-prices span.svelte-y6t18w.svelte-y6t18w:not(.ucn-tag){font-size:13px;line-height:1.775em;opacity:0.8}.svelte-prices .ucn-caret.ucn-caret-down.svelte-y6t18w.svelte-y6t18w{border-top:5px solid black;border-left:5px solid transparent;border-right:5px solid transparent}.svelte-prices #ucn-prices-faq.svelte-y6t18w li{font-size:13px;line-height:1.775em;opacity:.8;font-weight:600;padding:10px 0}.svelte-prices #ucn-prices-faq.svelte-y6t18w .accordion ul{list-style:disc;margin-left:2.5em;font-family:"font-dm-sans",sans-serif}.svelte-prices #ucn-prices-faq.svelte-y6t18w .accordion ul li{margin-bottom:1.25em}.svelte-prices #ucn-prices-faq input[type="checkbox"]:checked ~ p, .svelte-prices #ucn-prices-faq input[type="checkbox"]:checked ~ ul{margin:0;max-height:0;opacity:0}.svelte-prices #ucn-prices-faq input[type="checkbox"]:checked ~ i::before{transform:translate( 2px , 0 ) rotate( 45deg )}.svelte-prices .info.svelte-y6t18w .expand .ucn-caret-up.svelte-y6t18w{border-bottom-color:#07A6C5}.svelte-prices .ucn-caret.svelte-y6t18w.svelte-y6t18w{display:inline-block;margin-left:1em;width:0;height:0}.svelte-prices #ucn-prices-faq li:nth-of-type(2){-webkit-animation-delay:0.3s;animation-delay:0.3s}.svelte-prices #ucn-prices-faq li:nth-of-type(3){-webkit-animation-delay:0.45s;animation-delay:0.45s}.svelte-prices #ucn-prices-faq li:nth-of-type(4){-webkit-animation-delay:0.6s;animation-delay:0.6s}.svelte-prices #ucn-prices-faq li:nth-of-type(5){-webkit-animation-delay:0.75s;animation-delay:0.75s}.svelte-prices #ucn-prices-faq li:nth-of-type(6){-webkit-animation-delay:0.9s;animation-delay:0.9s}.svelte-prices #ucn-prices-faq li:nth-of-type(7){-webkit-animation-delay:1.1s;animation-delay:1.1s}.svelte-prices #ucn-prices-faq li:nth-of-type(8){-webkit-animation-delay:1.3s;animation-delay:1.3s}.svelte-prices #ucn-prices-faq li:nth-of-type(9){-webkit-animation-delay:1.5s;animation-delay:1.5s}.svelte-prices .info.svelte-y6t18w .accordion>li{position:relative;border-top:1px dotted rgba(220, 231, 235, 1);-webkit-animation:flipdown 0.5s ease both;animation:flipdown 0.5s ease both;-webkit-animation-delay:0.15s;animation-delay:0.15s;font-size:13px;line-height:1.775em;opacity:0.8}.svelte-prices .info.svelte-y6t18w input[type="checkbox"]{position:absolute;cursor:pointer;width:100%;height:4em;opacity:0;z-index:2}.svelte-prices .info.svelte-y6t18w li i{position:absolute;transform:translate( -6px , 0 );top:2em;right:6px;z-index:1}.svelte-prices .info.svelte-y6t18w input[type="checkbox"]:checked ~ h6{color:#3D3D3E;border-bottom-color:transparent}.svelte-prices .info.svelte-y6t18w p{transition:margin 0.2s ease-in-out;opacity:1;margin-top:1em}.svelte-prices .info.svelte-y6t18w li i::before{transform:translate( -2px , 0 ) rotate( 45deg )}.svelte-prices .info.svelte-y6t18w li i::after{transform:translate( 2px , 0 ) rotate( -45deg )}.svelte-prices .info.svelte-y6t18w input[type="checkbox"]:checked ~ i::after{transform:translate( -2px , 0 ) rotate( -45deg )}.svelte-prices .info.svelte-y6t18w input[type="checkbox"]:checked ~ h6{color:#3D3D3E;border-bottom-color:transparent}.svelte-prices .info.svelte-y6t18w input[type="checkbox"]:checked ~ i::before{transform:translate( 2px , 0 ) rotate( 45deg )}.svelte-prices .info.svelte-y6t18w input[type="checkbox"]:not(:checked) ~ h6{color:#6bafd5;border-bottom-color:#6bafd5}@media(max-width: 1100px){.svelte-prices .info.svelte-y6t18w.svelte-y6t18w{width:47.5%}}@media(max-width: 520px){.svelte-prices .info.svelte-y6t18w.svelte-y6t18w{width:100%}}
.svelte-prices ._prices-prompt.svelte-yssy73.svelte-yssy73{margin:auto;margin-bottom:1em;display:flex;flex-direction:column;border:2px #e26b6a solid;opacity:1;background:#FDF7F7}.svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) p.svelte-yssy73, .svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) span.svelte-yssy73{opacity:1 !important}.svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) .default.svelte-yssy73{padding:1em 1em 0em 1em}.svelte-prices ._prices-prompt.svelte-yssy73:not(.circle) .icon-warning.svelte-yssy73{background:#e26b6a;line-height:1.5em}.svelte-prices ._prices-prompt.svelte-yssy73 .svelte-yssy73{text-align:center}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-warning.svelte-yssy73::before{color:white}.svelte-prices .icon-warning.svelte-yssy73.svelte-yssy73::before{content:"\E927"}.svelte-prices ._prices-prompt.svelte-yssy73 p.svelte-yssy73{margin-bottom:1em;font-size:1em !important;line-height:1.44 !important;font-family:'Rubik'}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-exclamationmark-icon.svelte-yssy73{position:relative;cursor:pointer;font-size:15px}.svelte-prices .icon-exclamationmark-icon.svelte-yssy73 span.svelte-yssy73{font-family:"icomoon"}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-exclamationmark-icon .path1.svelte-yssy73::before{color:rgba(61, 61, 62, .4)}.svelte-prices .icon-exclamationmark-icon.svelte-yssy73 span.svelte-yssy73{font-family:"icomoon"}.svelte-prices ._prices-prompt.svelte-yssy73 .icon-exclamationmark-icon .path2.svelte-yssy73::before{content:"i";margin-left:-.7em;color:#fff;font-weight:700;vertical-align:2px;font-size:90%}.svelte-prices ._prices-prompt.svelte-yssy73 small.svelte-yssy73{display:block;margin-bottom:5px;font-size:13px;font-family:'Rubik'}.svelte-prices ._prices-prompt.svelte-yssy73 a.svelte-yssy73{font-family:"Rubik", sans-serif}.svelte-prices ._prices-prompt.svelte-yssy73 .svelte-yssy73{text-align:center}.svelte-prices ._prices-prompt.svelte-yssy73 .prompt-submit-button.svelte-yssy73{border-radius:3px;background:#07A6C5;cursor:pointer;color:#fff;font-size:12px;text-transform:uppercase;padding:1em 3em;transition:all .2s;display:block;margin:auto auto 5% auto;width:80%;padding:1.15em 0;font-weight:500}.svelte-prices ._prices-prompt.svelte-yssy73 .prompt-submit-button.svelte-yssy73:hover{border:none;outline:none;background:#429acd}@media(max-width: 1100px){.svelte-prices ._prices-prompt.svelte-yssy73.svelte-yssy73{width:100%}}
@media(max-width: 1100px){}.svelte-prices #description section p{font-family:font-dm-sans,sans-serif}.svelte-prices .product-color.svelte-1xt17v7.svelte-1xt17v7{margin:.5em .2em;width:10px;height:10px;float:left}.svelte-prices #sidebar .product-description section p{margin-bottom:var(--desc-line-height)}.svelte-prices #sidebar .product-description section p:last-child{margin:0}.svelte-prices .ucn-toggle-popover.svelte-1xt17v7.svelte-1xt17v7{position:relative;opacity:0.8;cursor:pointer}.svelte-prices #sidebar p, .svelte-prices #sidebar li, .svelte-prices #sidebar span:not(.ucn-tag){font-size:13px;line-height:var(--desc-line-height);opacity:1.0}.svelte-prices{--desc-line-height:1.775em}.svelte-prices .ucn-toggle-popover.svelte-1xt17v7.svelte-1xt17v7{position:relative;opacity:0.8;cursor:pointer}.svelte-prices span.svelte-1xt17v7.svelte-1xt17v7:not(.ucn-tag){font-size:13px;line-height:var(--desc-line-height);opacity:0.8}.svelte-prices .product-details.svelte-1xt17v7 .msg.svelte-1xt17v7{position:absolute;margin:auto;top:-2em;left:2em;width:200px;padding:1em 1.5em;box-sizing:border-box;background:white;opacity:1;text-transform:none;text-align:center;line-height:1.45;border:1px solid #e2e1e1;box-shadow:0 1px 4px 0 hsla(240, 8%, 83%, .5);border:1px solid #d1d1d8}.svelte-prices .product-details.svelte-1xt17v7 .msg .close.svelte-1xt17v7{position:absolute;cursor:pointer;right:1em;opacity:.3;bottom:0;font-weight:bold}@media(max-width: 1100px){.svelte-prices #sidebar.svelte-1xt17v7.svelte-1xt17v7{clear:both;float:none;width:100%;padding-top:1em;display:flex;justify-content:space-between;flex-wrap:wrap}}@media(max-width: 520px){}
.svelte-prices clip-path{font-family:'DM Sans',sans-serif}
.svelte-prices input.svelte-19w6fsj{display:none}.svelte-prices .disabled.svelte-19w6fsj{opacity:.2;cursor:default}.svelte-prices .checked.svelte-19w6fsj{background:#07a6c5;color:white;transition:all 0.15s ease-out}
.svelte-prices .share-icn.svelte-1lnmy4n li .fa-solid.svelte-1lnmy4n:before{font-size:14px}.svelte-prices .share-icn.svelte-1lnmy4n li .fa-solid.fa-plus.svelte-1lnmy4n:before{font-size:14px}
.svelte-prices .small_graph.svelte-1uy0mz8.svelte-1uy0mz8.svelte-1uy0mz8{position:absolute}.svelte-prices .small_graph.svelte-1uy0mz8 ul.svelte-1uy0mz8.svelte-1uy0mz8{min-height:0 !important;height:auto !important}.svelte-prices #ucn-prices-header li p{font-size:14px !important}@media(max-width: 760px){.svelte-prices #ucn-prices-header.svelte-1uy0mz8>ul.svelte-1uy0mz8.svelte-1uy0mz8{flex-direction:column}.svelte-prices #ucn-prices-header.svelte-1uy0mz8>ul.svelte-1uy0mz8>li.svelte-1uy0mz8:first-child{width:100%;order:2}.svelte-prices h1.title.svelte-1uy0mz8.svelte-1uy0mz8.svelte-1uy0mz8{font-size:26px}.svelte-prices #ucn-prices-header.svelte-1uy0mz8>ul.svelte-1uy0mz8>li.svelte-1uy0mz8{-ms-grid-row-align:start;align-self:start}.svelte-prices ul.svelte-1uy0mz8 ul.svelte-1uy0mz8.svelte-1uy0mz8{flex-direction:row}.svelte-prices .price.svelte-1uy0mz8.svelte-1uy0mz8.svelte-1uy0mz8{text-align:left}}
.svelte-prices .dropdown-list.svelte-ucqru4 ul.svelte-ucqru4{display:none}.svelte-prices .dropdown-list.svelte-ucqru4 input[type="checkbox"].svelte-ucqru4{display:none}.svelte-prices .dropdown-list.svelte-ucqru4 label.selected .close.svelte-ucqru4{visibility:visible}.svelte-prices input[type="search"].svelte-ucqru4.svelte-ucqru4::-ms-clear{display:none;width:0;height:0}.svelte-prices input[type="search"].svelte-ucqru4.svelte-ucqru4::-ms-reveal{display:none;width:0;height:0}.svelte-prices input[type="search"].svelte-ucqru4.svelte-ucqru4::-webkit-search-decoration, .svelte-prices input[type="search"].svelte-ucqru4.svelte-ucqru4::-webkit-search-cancel-button, .svelte-prices input[type="search"].svelte-ucqru4.svelte-ucqru4::-webkit-search-results-button, .svelte-prices input[type="search"].svelte-ucqru4.svelte-ucqru4::-webkit-search-results-decoration{display:none}
.svelte-prices #description.svelte-1ynvphw section p.svelte-1ynvphw{font-size:13px;font-family:'DM Sans', sans-serif;line-height:20px}.svelte-prices #description section p{font-family:'DM Sans', sans-serif;line-height:20px;font-size:13px}
.svelte-prices #description section p{font-family:'DM Sans', sans-serif;line-height:20px;font-size:13px}
@media(max-width: 1100px){.svelte-prices #ucn-graph-benchmarks.svelte-12w4sa8{clear:both;float:none;width:100%}}@media(max-width: 520px){.svelte-prices #ucn-graph-benchmarks.svelte-12w4sa8{display:none}}
.svelte-prices .path-line.svelte-2v9qiq{fill:none;stroke-linejoin:round;stroke-linecap:round;stroke-width:2}.svelte-prices .gap.svelte-2v9qiq{stroke-width:1px;fill:none;stroke-dasharray:4;stroke-dashoffset:8}
.svelte-prices h6.svelte-15mwjno{font-family:'Work SANS'}
.svelte-prices #modal-headline.svelte-259x1l{font-family:'DM SANS'}
.svelte-prices #ucn-prices-faq.svelte-1hu7k6w li{font-size:13px;line-height:1.775em;opacity:.8;font-weight:600;padding:33px 0 0 0}.svelte-prices #ucn-prices-faq.svelte-1hu7k6w .accordion ul{list-style:disc;margin-left:2.5em;font-family:"Rubik",sans-serif}.svelte-prices #ucn-prices-faq.svelte-1hu7k6w .accordion ul li{margin-bottom:0;padding-bottom:0}.svelte-prices .info.svelte-1hu7k6w .accordion>li{position:relative;-webkit-animation-delay:0.15s;animation-delay:0.15s;font-size:13px;line-height:1.775em}.svelte-prices .info.svelte-1hu7k6w .accordion>li h6{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;color:#000}.svelte-prices .info.svelte-1hu7k6w ul.listing li{font-weight:normal !important;padding-top:10px !important}.svelte-prices .info.svelte-1hu7k6w p{margin-top:1em;font-family:'Work SANS';font-weight:normal;line-height:1.46;font-size:0.813rem}
.svelte-prices #ucn-prices-faq input[type="checkbox"]:checked ~ i::before{transform:translate( 2px , 0 ) rotate( 45deg )}.svelte-prices #ucn-prices-faq li:nth-of-type(2){-webkit-animation-delay:0.3s;animation-delay:0.3s}.svelte-prices #ucn-prices-faq li:nth-of-type(3){-webkit-animation-delay:0.45s;animation-delay:0.45s}.svelte-prices #ucn-prices-faq li:nth-of-type(4){-webkit-animation-delay:0.6s;animation-delay:0.6s}.svelte-prices #ucn-prices-faq li:nth-of-type(5){-webkit-animation-delay:0.75s;animation-delay:0.75s}.svelte-prices #ucn-prices-faq li:nth-of-type(6){-webkit-animation-delay:0.9s;animation-delay:0.9s}.svelte-prices #ucn-prices-faq li:nth-of-type(7){-webkit-animation-delay:1.1s;animation-delay:1.1s}.svelte-prices #ucn-prices-faq li:nth-of-type(8){-webkit-animation-delay:1.3s;animation-delay:1.3s}.svelte-prices #ucn-prices-faq li:nth-of-type(9){-webkit-animation-delay:1.5s;animation-delay:1.5s}
.svelte-prices .blur.svelte-19v5ueh{-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);filter:blur(3px)}
.svelte-prices .fa-magnifying-glass{color:#fff}.svelte-prices input[type=search].svelte-zvb2o8::-ms-clear{display:none;width:0;height:0}.svelte-prices input[type=search].svelte-zvb2o8::-ms-reveal{display:none;width:0;height:0}.svelte-prices input[type="search"].svelte-zvb2o8::-webkit-search-decoration, .svelte-prices input[type="search"].svelte-zvb2o8::-webkit-search-cancel-button, .svelte-prices input[type="search"].svelte-zvb2o8::-webkit-search-results-button, .svelte-prices input[type="search"].svelte-zvb2o8::-webkit-search-results-decoration{display:none}
@font-face{font-family:'Rubik-500';src:url('/rubik-v12-latin-500.woff') format('woff')}@font-face{font-family:'dm-sans-400';src:url('/dmsans-regular-webfont.woff2') format('woff2')}@font-face{font-family:'work-sans-500';src:url('/worksans-variablefont_wght-webfont.woff2') format('woff2'),
	}