/* stylelint-disable */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Noto Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  /* colors */
  --background-color: white;
  --light-color: #f8f8f8;
  --dark-color: #505050;
  --text-color: #131313;
  --link-color: #1876d1;
  --link-hover-color: #1d3ecf;
  --link-text: #1876d1;
  --text-gray: #002948;
  --text-gray-light: #414245;
  /* fonts */
  /* body font sizes */
  --body-font-size-m: 22px;
  --body-font-size-s: 19px;
  --body-font-size-xs: 17px;
  /* heading font sizes */
  --heading-font-size-xxl: 36px;
  --heading-font-size-xl: 32px;
  --heading-font-size-l: 24px;
  --heading-font-size-m: 20px;
  --heading-font-size-s: 18px;
  --heading-font-size-xs: 16px;
  /* heading font weight */
  --heading-font-weight-xxl: 400;
  --heading-font-weight-xl: 500;
  --heading-font-weight-l: 500;
  --heading-font-weight-m: 500;
  --heading-font-weight-s: 500;
  --heading-font-weight-xs: 400;
  /* heading line height */
  --heading-line-height-xxl: 40px;
  --heading-line-height-xl: 35px;
  --heading-line-height-l: 26px;
  --heading-line-height-m: 24px;
  --heading-line-height-s: 24px;
  --heading-line-height-xs: 24px;
  /* nav height */
  --nav-height: 64px;
}

@media (min-width: 768px) and (max-width: 899px) {
  :root {
    --heading-font-size-xxl: 32px;
    --heading-line-height-xxl: 35px;
  }
}

/* Responsive font sizes */

@media (min-width: 900px) {
  :root {
    --body-font-size-m: 18px;
    --body-font-size-s: 16px;
    --body-font-size-xs: 14px;
  }

  .filter-header-mobile {
    display: none !important;
  }

  .mobile-contact-block {
    display: none !important;
  }
}

/* Base body styles */

body {
  display: none;
  font-family: "proxima-nova";
}

main {
  margin-left: auto;
  margin-right: auto;
  min-height: 70vh;
  max-width: 1280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

main body.columns.appear.columns-2-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main body.columns.appear.columns-3-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main body.columns.appear.columns-4-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main body.columns.appear.columns-4-cols h6 {
  height: 48px;
}

body.cta-banner.appear {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

body.appear {
  display: block;
}

/* Header styles */

header {
  height: 5rem;
}

@media (min-width: 768px) {
  header {
    height: 6.5rem;
  }
}

@media (min-width: 1024px) {
  header {
    height: 10rem;
  }
}

header .header,
  footer .footer {
  visibility: hidden;
}


  footer .\!footer {
  visibility: hidden;
}

header .header[data-block-status="loaded"],
  footer .footer[data-block-status="loaded"] {
  visibility: visible;
}


  footer .\!footer[data-block-status="loaded"] {
  visibility: visible;
}

header h2 {
  font-weight: var(--heading-font-weight-xxl);
  line-height: var(--heading-line-height-xxl);
  padding-top: 0px;
  padding-bottom: 2px;
  -o-border-image: linear-gradient(270deg, #fff, #707070);
  border-image: linear-gradient(270deg, #fff, #707070);
  border-image-slice: 1;
  border-bottom: 1px solid #333;
  margin: 0 0 14px;
  color: #414245;
}

h1 {
  font-size: var(--heading-font-size-xxl);
  font-weight: var(--heading-font-weight-xxl);
  line-height: var(--heading-line-height-xxl);
  padding-top: 15px;
  padding-bottom: 10px;
  -o-border-image: linear-gradient(270deg, rgba(0, 41, 72, 0) 0%, rgba(0, 41, 72, 1) 100%);
  border-image: linear-gradient(270deg, rgba(0, 41, 72, 0) 0%, rgba(0, 41, 72, 1) 100%);
  border-image-slice: 1;
  border-bottom: 1px solid #333;
  margin: 0 0 14px;
  color: #002948;
}

h2 {
  font-size: var(--heading-font-size-xl);
  font-weight: var(--heading-font-weight-xl);
  line-height: var(--heading-line-height-xxl);
}

h3 {
  font-size: var(--heading-font-size-l);
  font-weight: var(--heading-font-weight-l);
  line-height: var(--heading-line-height-l);
  color: #002948;
}

h4 {
  font-size: var(--heading-font-size-m);
  font-weight: var(--heading-font-weight-m);
  line-height: var(--heading-line-height-m);
}

h5 {
  font-size: var(--heading-font-size-s);
  font-weight: var(--heading-font-weight-s);
  line-height: var(--heading-line-height-s);
}

p,
  th,
  td {
  font-size: var(--heading-font-size-xs);
  font-weight: var(--heading-font-weight-xs);
  line-height: var(--heading-line-height-xs);
  color: #414245;
}

/* Form elements */

input,
  textarea,
  select,
  button {
  font: inherit;
}

/* Links */

a:-moz-any-link {
  color: var(--link-color);
  overflow-wrap: break-word;
  text-decoration-line: none;
}

a:any-link {
  color: var(--link-color);
  overflow-wrap: break-word;
  text-decoration-line: none;
}

a:hover {
  color: var(--link-color);
  text-decoration-line: underline;
}

a.disabled,
  a.disabled:hover {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/* Images */

main img {
  height: auto;
  width: auto;
  max-width: 100%;
}

ul {
  list-style: disc;
}

input[type="checkbox"]:checked {
  background-color: #1876d1 !important;
  border-color: #1876d1 !important;
}

input[type="checkbox"].FacetsCheckbox {
  border: 2px solid #414245 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

input[type="radio"].FacetsCheckbox {
  border: 2px solid #414245 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  border-radius: 50%;
}

input[type="radio"].FacetsCheckbox:checked {
  border-color: #1876d1 !important;
}

input[type="radio"].FacetsCheckbox:checked:after {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1876d1 !important;
}

input[type="checkbox"].FacetsCheckbox:checked {
  background-color: #1876d1 !important;
  border-color: #1876d1 !important;
}

input[type="checkbox"]:checked:after {
  content: "" !important;
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 476px) {
  .\!container {
    max-width: 476px !important;
  }

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

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

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

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

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

@media (min-width: 900px) {
  .\!container {
    max-width: 900px !important;
  }

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

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

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

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

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

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

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

/* Button styles */

button {
  border-radius: 2.4em;
  font-family: var(--body-font-family);
  background-color: var(--link-color);
  color: var(--background-color);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-width: 2px;
  border-color: transparent;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-decoration-line: none;
}

button:hover,
  button:focus {
  background-color: var(--link-hover-color);
  cursor: pointer;
}

button:disabled,
  button:disabled:hover {
  background-color: var(--light-color);
}

a.button.secondary,
  button.secondary {
  background-color: unset;
  color: var(--text-color);
  border-width: 2px;
  border-color: currentColor;
}

/* Icon styles */

.icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

main strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

main .\!section {
  padding-bottom: 1.25rem;
}

main .section {
  padding-bottom: 1.25rem;
}

.icon img {
  height: 100%;
  width: 100%;
}

main .\!section.table-container h3, main .\!section.table-container h4 {
  margin-top: 1.5rem;
}

main .section.table-container h3, main .section.table-container h4 {
  margin-top: 1.5rem;
}

main .\!section.table-container h3, main .\!section.table-container h4 {
  margin-top: 1.5rem;
}

main > .\!section:first-of-type {
  margin-top: 0px;
}

main > .section:first-of-type {
  margin-top: 0px;
}

main .\!section.light,
  main .\!section.highlight {
  background-color: var(--light-color) !important;
}

main .section.light,
  main .section.highlight {
  background-color: var(--light-color);
}

main .\!section.light,
  main .\!section.highlight {
  background-color: var(--light-color) !important;
  margin: 0px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

main .section.light,
  main .section.highlight {
  margin: 0px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

main .\!section.light,
  main .\!section.highlight {
  margin: 0px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

main .\!section.hide-section {
  display: none !important;
}

main .section.hide-section {
  display: none !important;
}

main > .\!section > .left-section > .default-content-wrapper > h1 {
  padding-top: 0px !important;
  margin-bottom: 48px !important;
}

main > .section > .left-section > .default-content-wrapper > h1 {
  padding-top: 0px;
  margin-bottom: 48px;
}

main .\!section .left-section .default-content-wrapper ul {
  margin-left: 4.375rem !important;
}

main .section .left-section .default-content-wrapper ul {
  margin-left: 4.375rem;
}

main > .\!section > .left-section > .default-content-wrapper > ul > li > p {
  padding-bottom: 0px !important;
}

main > .section > .left-section > .default-content-wrapper > ul > li > p {
  padding-bottom: 0px;
}

main > .\!section > .left-section > .default-content-wrapper > ul > li > ul {
  padding-bottom: 0px !important;
}

main > .section > .left-section > .default-content-wrapper > ul > li > ul {
  padding-bottom: 0px;
}

main > .onetrust-cookie-container > .onetrust-cookie > .otnotice-content {
  padding: 0 !important;
}

/* Blog Details Page Styles */

main .\!section .default-content-wrapper {
  color: var(--text-gray-light) !important;
}

main .section .default-content-wrapper {
  color: var(--text-gray-light);
}

main .\!section .default-content-wrapper {
  font-weight: 400;
  line-height: 1.5rem;
}

main .section .default-content-wrapper {
  font-weight: 400;
  line-height: 1.5rem;
}

main .\!section .default-content-wrapper p {
  padding-bottom: 1.5rem;
}

main .section .default-content-wrapper p {
  padding-bottom: 1.5rem;
}

main .\!section .default-content-wrapper ul {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

main .section .default-content-wrapper ul {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

main .\!section .default-content-wrapper ul p {
  display: inline;
}

main .section .default-content-wrapper ul p {
  display: inline;
}

main .\!section .default-content-wrapper p.button-container:last-child {
  padding-bottom: 1.5rem;
}

main .section .default-content-wrapper p.button-container:last-child {
  padding-bottom: 1.5rem;
}

main .\!section .default-content-wrapper ol {
  margin-top: 0px;
  list-style-type: decimal;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

main .section .default-content-wrapper ol {
  margin-top: 0px;
  list-style-type: decimal;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

main .\!section .default-content-wrapper p strong {
  color: var(--text-gray-light) !important;
}

main .section .default-content-wrapper p strong {
  color: var(--text-gray-light);
}

main .\!section .default-content-wrapper p strong {
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  main .\!section .default-content-wrapper p strong {
    line-height: 1.5rem;
  }
}

main .section .default-content-wrapper p strong {
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  main .section .default-content-wrapper p strong {
    line-height: 1.5rem;
  }
}

main .\!section .default-content-wrapper p img {
  max-width: 100% !important;
  height: auto !important;
}

main .section .default-content-wrapper p img {
  max-width: 100%;
  height: auto;
}

main .columns.\!block.columns-2-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .columns.block.columns-2-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .columns.\!block.columns-3-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .columns.block.columns-3-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .columns.\!block.columns-4-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .columns.block.columns-4-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .columns.\!block.columns-4-cols h6 {
  height: 48px;
}

main .columns.block.columns-4-cols h6 {
  height: 48px;
}

@media (max-width: 1024px) {
  main .\!section .default-content-wrapper p img {
    max-width: 100% !important;
  }

  main .section .default-content-wrapper p img {
    max-width: 100%;
  }

  .filter-header-results {
    display: none;
  }

  .desktop-contact-block {
    display: none !important;
  }
}

main .\!section .default-content-wrapper p ul {
  margin: 0px;
  padding: 0px;
}

main .section .default-content-wrapper p ul {
  margin: 0px;
  padding: 0px;
}

main .\!section .default-content-wrapper ul li,
  main .\!section .default-content-wrapper ol li,
  main .\!section .default-content-wrapper ol li p,
  main .\!section .default-content-wrapper p.button-container {
  margin: 0px;
  padding: 0px;
}

main .section .default-content-wrapper ul li,
  main .section .default-content-wrapper ol li,
  main .section .default-content-wrapper ol li p,
  main .section .default-content-wrapper p.button-container {
  margin: 0px;
  padding: 0px;
}

main .\!section .default-content-wrapper ul li,
  main .\!section .default-content-wrapper ol li,
  main .\!section .default-content-wrapper ol li p,
  main .\!section .default-content-wrapper p.button-container {
  margin: 0px;
  padding: 0px;
}

main .\!section .default-content-wrapper ol li ul {
  margin: 0px;
  margin-top: 0.3125rem;
  list-style-type: none;
  padding: 0px;
}

main .section .default-content-wrapper ol li ul {
  margin: 0px;
  margin-top: 0.3125rem;
  list-style-type: none;
  padding: 0px;
}

main .\!section .default-content-wrapper ol li ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

main .section .default-content-wrapper ol li ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

main .\!section .default-content-wrapper ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
}

main .section .default-content-wrapper ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
}

main .\!section .default-content-wrapper p a {
  font-size: 1rem;
  line-height: 1.5rem;
}

main .section .default-content-wrapper p a {
  font-size: 1rem;
  line-height: 1.5rem;
}

main .technical-resources-wrapper,
  .footer-wrapper {
  ul {
    list-style-type: none;
  }
}

main .\!section .default-content-wrapper p.button-container strong a {
  background: unset !important;
}

main .section .default-content-wrapper p.button-container strong a {
  background: unset;
}

main .\!section .default-content-wrapper p.button-container strong a {
  padding: 0px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

main .section .default-content-wrapper p.button-container strong a {
  padding: 0px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

main .\!section.cards-grid-container {
  height: auto !important;
}

main .section.cards-grid-container {
  height: auto !important;
}

.expanded-search {
  width: 50% !important;
  overflow: visible !important;
}

.expanded-search-mobile {
  width: 90% !important;
  overflow: visible !important;
}

@media (min-width: 768px) {
  .expanded-search-mobile {
    width: 100% !important;
  }
}

.hide-mobile-items {
  display: none !important;
}

/* CTA Banner */

.cta-banner.\!block {
  border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
  border-top: 1px solid rgb(0 0 0 / 10%) !important;
}

.cta-banner.block {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.cta-banner.\!block {
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cta-banner.block {
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Blog Layout */

main .blog-middle-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  main .blog-middle-container {
    flex-direction: row;
  }
}

main .blog-middle-container .right-section {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

@media (min-width: 1024px) {
  main .blog-middle-container .right-section {
    width: 16.75rem;
  }
}

main .blog-middle-container .main-section {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

@media (min-width: 1024px) {
  main .blog-middle-container .main-section {
    width: 47rem;
  }
}

main .default-content-wrapper h3 {
  color: var(--text-gray);
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.625rem;
}

main
    .\!section.author-bio-container
    .author-bio-wrapper
    .author-bio
    .author-desc
    p {
  color: var(--text-gray-light) !important;
}

main
    .section.author-bio-container
    .author-bio-wrapper
    .author-bio
    .author-desc
    p {
  color: var(--text-gray-light);
}

main .default-content-wrapper h3#key-technical-benefits-of-strata-se-sle {
  padding-bottom: 1.5rem;
}

main
    .default-content-wrapper
    h3#the-challenge-sample-preparation-for-clinical-testing-with-high-throughput-cleanliness-and-reproducibility
    ~ p:nth-of-type(2) {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  main
    .default-content-wrapper
    h3#the-challenge-sample-preparation-for-clinical-testing-with-high-throughput-cleanliness-and-reproducibility
    ~ p:nth-of-type(2) {
    padding-bottom: 2.5rem;
  }
}

main
    .\!section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

main
    .section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

main
    .\!section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item.selected,
  main
    .\!section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item:focus {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

main
    .section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item.selected,
  main
    .section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

main
    .\!section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item.selected,
  main
    .\!section.compound-search-container
    .compound-search-wrapper
    .autocomplete-list
    .autocomplete-item:focus {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

main
    .\!section.compound-search-container
    .compound-search-wrapper
    .md-dropdown
    .dropdown-label {
  width: calc(100% - 24px) !important;
}

main
    .section.compound-search-container
    .compound-search-wrapper
    .md-dropdown
    .dropdown-label {
  width: calc(100% - 24px);
}

main
    .\!section.compound-search-container
    .compound-search-wrapper
    .md-dropdown.floating
    .dropdown-label {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

main
    .section.compound-search-container
    .compound-search-wrapper
    .md-dropdown.floating
    .dropdown-label {
  width: -moz-fit-content;
  width: fit-content;
}

main
    .\!section.compound-search-container
    .compound-search-wrapper
    .md-selected {
  padding-right: 1.75rem !important;
}

main
    .section.compound-search-container
    .compound-search-wrapper
    .md-selected {
  padding-right: 1.75rem;
}

main
    .\!section.compound-search-container
    .compound-search-wrapper
    .md-dropdown.open
    .md-selected::after {
  border-top-color: var(--blue-primary) !important;
}

main
    .section.compound-search-container
    .compound-search-wrapper
    .md-dropdown.open
    .md-selected::after {
  border-top-color: var(--blue-primary);
}

main section .privacy-korean-appendix-hide {
  display: none;
}

/* Ensure arrow uses the theme link color when dropdown is focused/open or has an active selection */

.md-selected:focus::after,
  .md-selected.focus-visible::after,
  .md-dropdown.open .md-selected::after {
  border-top-color: var(--link-color) !important;
  transition:
      transform 0.2s ease,
      border-top-color 0.2s ease;
}

/* Ensure select shows a visible focus border when focused/open */

.md-selected:focus,
  .md-selected.focus-visible,
  .md-dropdown.open .md-selected {
  border-color: #1876D1 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Slightly stronger border for keyboard focus */

.md-selected.focus-visible {
  border: 1px solid rgba(24, 118, 209, 0.18) !important;
}

/* Blog hub page subscription form */

.blog-hub-page .subscribe-wrapper input {
  width: 12.563rem;
}

@media (min-width: 768px) {
  .blog-hub-page .subscribe-wrapper input {
    width: 20.188rem;
  }
}

@media (min-width: 1024px) {
  .blog-hub-page .subscribe-wrapper input {
    width: 28.813rem;
  }
}

.blog-hub-page .subscribe-wrapper form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 1024px) {
  .blog-hub-page .subscribe-wrapper form {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-hub-page .subscribe-wrapper button {
  min-width: 6.875rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!top-\[-10px\] {
  top: -10px !important;
}

.\!top-\[-6px\] {
  top: -6px !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[0\.625rem\] {
  bottom: 0.625rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[0\.563rem\] {
  right: 0.563rem;
}

.right-\[0\.625rem\] {
  right: 0.625rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-16 {
  top: 4rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-4 {
  top: 1rem;
}

.top-\[0\.625rem\] {
  top: 0.625rem;
}

.top-\[52px\] {
  top: 52px;
}

.top-\[64px\] {
  top: 64px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-last {
  order: 9999;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

.mb-\[0\.75rem\] {
  margin-bottom: 0.75rem;
}

.mb-\[0\.938rem\] {
  margin-bottom: 0.938rem;
}

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

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

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

.ml-\[0\.4375rem\] {
  margin-left: 0.4375rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.915625rem\] {
  height: 0.915625rem;
}

.h-\[1\.125rem\] {
  height: 1.125rem;
}

.h-\[1\.219rem\] {
  height: 1.219rem;
}

.h-\[1\.563rem\] {
  height: 1.563rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[11px\] {
  height: 11px;
}

.h-\[128px\] {
  height: 128px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[2\.625rem\] {
  height: 2.625rem;
}

.h-\[5rem\] {
  height: 5rem;
}

.h-\[8\.5rem\] {
  height: 8.5rem;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[12rem\] {
  max-height: 12rem;
}

.max-h-\[14\.375rem\] {
  max-height: 14.375rem;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[76px\] {
  max-height: 76px;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-full {
  max-height: 100%;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[0\.813rem\] {
  width: 0.813rem;
}

.w-\[0\.915625rem\] {
  width: 0.915625rem;
}

.w-\[1\.125rem\] {
  width: 1.125rem;
}

.w-\[1\.563rem\] {
  width: 1.563rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[11px\] {
  width: 11px;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[18\.75rem\] {
  width: 18.75rem;
}

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

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

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

.w-\[650px\] {
  width: 650px;
}

.w-\[694px\] {
  width: 694px;
}

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

.w-\[90px\] {
  width: 90px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[1\.125rem\] {
  min-width: 1.125rem;
}

.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[37\.5rem\] {
  max-width: 37.5rem;
}

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

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

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

.max-w-\[90px\] {
  max-width: 90px;
}

.max-w-\[calc\(100\%-30px\)\] {
  max-width: calc(100% - 30px);
}

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.basis-full {
  flex-basis: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes orderReviewSectionHighlight {
  0% {
    background-color: transparent;
  }

  30% {
    background-color: #e6e6e6;
  }

  70% {
    background-color: #e6e6e6;
  }

  100% {
    background-color: transparent;
  }
}

.animate-section-highlight {
  animation: orderReviewSectionHighlight 1.5s ease both;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-down {
  animation: slideDown 0.5s ease-out forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-up {
  animation: slideUp 0.5s ease-out forwards;
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[0\.3125rem\] {
  gap: 0.3125rem;
}

.gap-\[0\.75rem\] {
  gap: 0.75rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-\[2\.125rem\] {
  gap: 2.125rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

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

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}

.rounded-\[0\.375rem\] {
  border-radius: 0.375rem;
}

.rounded-\[0\.3rem\] {
  border-radius: 0.3rem;
}

.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}

.rounded-\[1\.5625rem\] {
  border-radius: 1.5625rem;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[4\.625rem\] {
  border-radius: 4.625rem;
}

.rounded-\[5rem\] {
  border-radius: 5rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-\[1\.5px\] {
  border-width: 1.5px;
}

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

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

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

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#0000004d\] {
  border-color: #0000004d;
}

.border-\[\#3b76c4\] {
  --tw-border-opacity: 1;
  border-color: rgb(59 118 196 / var(--tw-border-opacity, 1));
}

.border-\[\#B5BFC8\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 191 200 / var(--tw-border-opacity, 1));
}

.border-\[\#DEE2E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity, 1));
}

.border-\[red\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-primary {
  --tw-border-opacity: 1;
  border-color: rgb(24 118 209 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

.border-grey-10 {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity, 1));
}

.border-grey-30 {
  --tw-border-opacity: 1;
  border-color: rgb(208 212 218 / var(--tw-border-opacity, 1));
}

.border-grey-dim {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.bg-\[\#0000001f\] {
  background-color: #0000001f;
}

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

.bg-\[\#28A745\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3b76c4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 118 196 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F2F5F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 249 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}

.bg-accent-rust {
  --tw-bg-opacity: 1;
  background-color: rgb(176 65 53 / var(--tw-bg-opacity, 1));
}

.bg-blue-active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 118 209 / var(--tw-bg-opacity, 1));
}

.bg-blue-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(24 118 209 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-grey-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity, 1));
}

.bg-grey-55 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 249 / var(--tw-bg-opacity, 1));
}

.bg-grey-heading-2\/50 {
  background-color: rgb(0 41 72 / 0.5);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[0\.5rem\] {
  padding: 0.5rem;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[1rem\] {
  padding: 1rem;
}

.p-\[2rem\] {
  padding: 2rem;
}

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

.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.px-\[1\.125rem\] {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.\!pb-\[2\.188rem\] {
  padding-bottom: 2.188rem !important;
}

.\!pr-\[35px\] {
  padding-right: 35px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-\[0\.125rem\] {
  padding-bottom: 0.125rem;
}

.pb-\[0\.625rem\] {
  padding-bottom: 0.625rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-\[1\.25rem\] {
  padding-right: 1.25rem;
}

.pr-\[1\.625rem\] {
  padding-right: 1.625rem;
}

.ps-3\.5 {
  padding-inline-start: 0.875rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

.pt-\[0\.125rem\] {
  padding-top: 0.125rem;
}

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

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

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

.font-proxima {
  font-family: "proxima-nova";
}

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\.5rem\] {
  font-size: 0.5rem;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[0\.6875rem\] {
  font-size: 0.6875rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[0\.938rem\] {
  font-size: 0.938rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

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

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

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.\!leading-\[1\.125rem\] {
  line-height: 1.125rem !important;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[0px\] {
  line-height: 0px;
}

.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}

.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}

.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.004em\] {
  letter-spacing: 0.004em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-black-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(28 27 31 / var(--tw-text-opacity, 1)) !important;
}

.\!text-blue-active {
  --tw-text-opacity: 1 !important;
  color: rgb(24 118 209 / var(--tw-text-opacity, 1)) !important;
}

.\!text-grey-65 {
  --tw-text-opacity: 1 !important;
  color: rgb(137 142 168 / var(--tw-text-opacity, 1)) !important;
}

.\!text-grey-70 {
  --tw-text-opacity: 1 !important;
  color: rgb(134 134 139 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#0000006b\] {
  color: #0000006b;
}

.text-\[\#000000de\] {
  color: #000000de;
}

.text-\[\#002948\] {
  --tw-text-opacity: 1;
  color: rgb(0 41 72 / var(--tw-text-opacity, 1));
}

.text-\[\#003876\] {
  --tw-text-opacity: 1;
  color: rgb(0 56 118 / var(--tw-text-opacity, 1));
}

.text-\[\#1876d1\] {
  --tw-text-opacity: 1;
  color: rgb(24 118 209 / var(--tw-text-opacity, 1));
}

.text-\[\#28A745\] {
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}

.text-\[\#2f6fb6\] {
  --tw-text-opacity: 1;
  color: rgb(47 111 182 / var(--tw-text-opacity, 1));
}

.text-\[\#3b76c4\] {
  --tw-text-opacity: 1;
  color: rgb(59 118 196 / var(--tw-text-opacity, 1));
}

.text-\[\#495057\] {
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity, 1));
}

.text-\[\#5F6368\] {
  --tw-text-opacity: 1;
  color: rgb(95 99 104 / var(--tw-text-opacity, 1));
}

.text-\[\#DC3545\] {
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}

.text-accent-brick {
  --tw-text-opacity: 1;
  color: rgb(169 68 58 / var(--tw-text-opacity, 1));
}

.text-black-54 {
  color: #0000008a;
}

.text-blue-80 {
  --tw-text-opacity: 1;
  color: rgb(63 81 181 / var(--tw-text-opacity, 1));
}

.text-blue-active {
  --tw-text-opacity: 1;
  color: rgb(24 118 209 / var(--tw-text-opacity, 1));
}

.text-blue-heading {
  --tw-text-opacity: 1;
  color: rgb(0 41 72 / var(--tw-text-opacity, 1));
}

.text-blue-primary {
  --tw-text-opacity: 1;
  color: rgb(24 118 209 / var(--tw-text-opacity, 1));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

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

.text-grey-45 {
  --tw-text-opacity: 1;
  color: rgb(0 41 72 / var(--tw-text-opacity, 1));
}

.text-grey-heading-1 {
  --tw-text-opacity: 1;
  color: rgb(89 95 107 / var(--tw-text-opacity, 1));
}

.text-grey-heading-2 {
  --tw-text-opacity: 1;
  color: rgb(0 41 72 / var(--tw-text-opacity, 1));
}

.text-grey-text {
  --tw-text-opacity: 1;
  color: rgb(65 66 69 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

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

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

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

.underline-offset-1 {
  text-underline-offset: 1px;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

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

.shadow-\[0_\.2rem_\.75rem_rgba\(0\2c 0\2c 0\2c \.15\)\] {
  --tw-shadow: 0 .2rem .75rem rgba(0,0,0,.15);
  --tw-shadow-colored: 0 .2rem .75rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-elevation-4 {
  --tw-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 2px 4px -1px var(--tw-shadow-color), 0 4px 5px 0 var(--tw-shadow-color), 0 1px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.backdrop-blur-\[0\.5px\] {
  --tw-backdrop-blur: blur(0.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.\[filter\:invert\(35\%\)_sepia\(90\%\)_saturate\(500\%\)_hue-rotate\(190deg\)_brightness\(90\%\)\] {
  filter: invert(35%) sepia(90%) saturate(500%) hue-rotate(190deg) brightness(90%);
}

.lc-transfer-container input,
.lc-transfer-container select {
  border: #767676 solid 1px;
}

.lc-transfer-container .lc-transfer-wrapper .select-display {
  border: #767676 solid 1px;
  height: 2.5rem;
}

.lc-transfer-container .lc-transfer-wrapper .select-display:focus {
  border: solid 1px #80bdff;
}

.lc-transfer-container .lc-transfer-wrapper .select-display span:first-child,
.lc-transfer-container .lc-transfer-wrapper ul li.option {
  font-size: 1rem;
}

.lc-transfer-container .lc-transfer-wrapper ul li.option:hover,
.lc-transfer-container .lc-transfer-wrapper ul li.option.bg-blue-200 {
  background: rgba(0, 0, 0, 0.12);
}

.lc-transfer-container table tbody,
.lc-transfer-container table tbody td,
.lc-transfer-container table thead {
  font-size: 16px;
  color: var(--text-gray-light);
}

.lc-transfer-container table thead td {
  color: var(--background-color);
}

.lc-transfer-container tbody#lc-table-body tr td {
  padding: 5px;
}

.tab-list .active a {
  border-bottom: 5px solid #1876d1;
}

.application-structure-search-container #technique-dropdown ul li:first-child,
.application-structure-search-container
  #separationmode-dropdown
  ul
  li:first-child,
.application-structure-search-container #phase-dropdown ul li:first-child {
  display: none;
}

.application-structure-search-container .select-display {
  color: #707983;
  height: 42px;
}

.application-structure-search-container .select-display:hover {
  border: solid 2px #002948;
}

.application-structure-search-container .select-display:focus {
  border: solid 2px #1876d1;
}

.md-selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  transition: transform 0.2s ease;
  z-index: 2;
}

.tab-list .active a {
  border-bottom: 5px solid #1876d1;
}

.loader-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 41 72 / 0.5);
  z-index: 9999;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
}

.loader {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #0061aa;
  border-left: 4px solid transparent;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .usp-calculator-wrapper .usp-calculator .adjustment-row input {
    width: 4rem !important;
  }
}

@media (max-width: 767.98px) {
  .usp-gradient-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }

  .usp-gradient-scroll-wrapper .usp-gradient-box {
    min-width: 200%;
    width: 200%;
    display: inline-block;
    vertical-align: top;
  }

  .usp-gradient-table-header {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }

  .usp-gradient-table-row {
    flex-wrap: nowrap !important;
    display: flex !important;
  }

  .usp-gradient-diff-phase-row,
  .usp-gradient-phase-row {
    gap: 0 !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .usp-calculator-container,
  .web-tool-container {
    max-width: 540px;
    margin: auto;
  }
}

.tab-list .active a {
  border-bottom: 5px solid #1876d1;
}

main .section.lc-transfer-container {
  margin: 3rem 0 1.25rem 0;
}

.md-selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  transition: transform 0.2s ease;
  z-index: 1;
}

.usp-button-submit {
  border: 1px solid #000 !important;
}

.usp-select-dropdown {
  border: 1px solid #000 !important;
}

/* Custom Utility to show arrows */

.show-arrows::-webkit-outer-spin-button,
.show-arrows::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  opacity: 1 !important;
}

/* Custom Utility to hide arrows (standard reset) */

.hide-arrows::-webkit-outer-spin-button,
.hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.spe-method-development-container {
  overflow: hidden;
}

.header-tab-title {
  position: relative;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3a4355;
  padding-top: 25px;
  padding-bottom: 10px;
  -o-border-image: linear-gradient(270deg, #fff, #707070);
     border-image: linear-gradient(270deg, #fff, #707070);
  border-image-slice: 1;
  border-bottom: 1px solid #333;
  margin: 0 0 14px;
}

.sub-title {
  position: relative;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 10px;
  -o-border-image: linear-gradient(270deg, #fff, #707070);
     border-image: linear-gradient(270deg, #fff, #707070);
  border-image-slice: 1;
  border-bottom: 1px solid #333;
  margin: 0 0 14px;
}

.header-tab-title:hover {
  background: #f2f5f9;
}

/* Scope styles only when search container exists */

body:has(.section.application-structure-search-container) > table {
  button {
    background-color: #f2f2f2;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    margin: 0;
  }
  select {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    border-bottom: 1px solid #707070;
    color: #414245;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    margin-right: 10px;
  }
  input {
    border: 1px solid #000;
  }
  td:has(img[title="Close"]) {
    width: 20px;
  }
  tbody tr td button:has(img) {
    display: flex;
  }
}

.modalTitle {
  position: relative;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  -o-border-image: linear-gradient(270deg, #fff, #707070);
     border-image: linear-gradient(270deg, #fff, #707070);
  border-image-slice: 1;
  border-bottom: 1px solid #333;
  margin: 0 0 14px;
  font-size: 2rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
  border: none;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

@media (max-width: 575.98px) {
  main .section.gc-column-finder-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  main .section.gc-details-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

main .group.loading .group-\[\.loading\]\:block.columns.columns-2-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .group.show-more .group-\[\.show-more\]\:block.columns.columns-2-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .group.loading .group-\[\.loading\]\:block.columns.columns-3-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .group.show-more .group-\[\.show-more\]\:block.columns.columns-3-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .group.loading .group-\[\.loading\]\:block.columns.columns-4-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .group.show-more .group-\[\.show-more\]\:block.columns.columns-4-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .group.loading .group-\[\.loading\]\:block.columns.columns-4-cols h6 {
  height: 48px;
}

main .group.show-more .group-\[\.show-more\]\:block.columns.columns-4-cols h6 {
  height: 48px;
}

.group.loading .group-\[\.loading\]\:block.cta-banner {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.group.show-more .group-\[\.show-more\]\:block.cta-banner {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.group.loading .group-\[\.loading\]\:block.cta-banner {
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.group.show-more .group-\[\.show-more\]\:block.cta-banner {
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  main .md\:block.columns.columns-2-cols img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  main .md\:block.columns.columns-3-cols img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  main .md\:block.columns.columns-4-cols img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  main .md\:block.columns.columns-4-cols h6 {
    height: 48px;
  }

  .md\:block.cta-banner {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  main .lg\:\!block.columns.columns-2-cols img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  main .lg\:\!block.columns.columns-3-cols img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  main .lg\:\!block.columns.columns-4-cols img {
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  main .lg\:\!block.columns.columns-4-cols h6 {
    height: 48px;
  }

  .lg\:\!block.cta-banner {
    border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
    border-top: 1px solid rgb(0 0 0 / 10%) !important;
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

main .\[\&_\*\:has\(input\:checked\)\~\*_\.clear-all\]\:block *:has(input:checked)~* .clear-all.columns.columns-2-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .\[\&_\*\:has\(input\:checked\)\~\*_\.clear-all\]\:block *:has(input:checked)~* .clear-all.columns.columns-3-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .\[\&_\*\:has\(input\:checked\)\~\*_\.clear-all\]\:block *:has(input:checked)~* .clear-all.columns.columns-4-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .\[\&_\*\:has\(input\:checked\)\~\*_\.clear-all\]\:block *:has(input:checked)~* .clear-all.columns.columns-4-cols h6 {
  height: 48px;
}

.\[\&_\*\:has\(input\:checked\)\~\*_\.clear-all\]\:block *:has(input:checked)~* .clear-all.cta-banner {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

main .\[\&_ul\:has\(\:checked\)\+\*\]\:block ul:has(:checked)+*.columns.columns-2-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .\[\&_ul\:has\(\:checked\)\+\*\]\:block ul:has(:checked)+*.columns.columns-3-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .\[\&_ul\:has\(\:checked\)\+\*\]\:block ul:has(:checked)+*.columns.columns-4-cols img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .\[\&_ul\:has\(\:checked\)\+\*\]\:block ul:has(:checked)+*.columns.columns-4-cols h6 {
  height: 48px;
}

.\[\&_ul\:has\(\:checked\)\+\*\]\:block ul:has(:checked)+*.cta-banner {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:border-none:last-child {
  border-style: none;
}

.empty\:hidden:empty {
  display: none;
}

.focus-within\:\!border-blue-primary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 118 209 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-2:hover {
  border-width: 2px !important;
}

.hover\:border-\[\#3c66ff\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 102 255 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-grey-text:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 66 69 / var(--tw-border-opacity, 1));
}

.hover\:border-red-40:hover {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0000000a\]:hover {
  background-color: #0000000a;
}

.hover\:bg-\[\#355f9d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 95 157 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#3c66ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 102 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#587dff4d\]:hover {
  background-color: #587dff4d;
}

.hover\:bg-\[\#f0f5ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-10:hover {
  background-color: #587DFF4D;
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey-55:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primarycustom-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 102 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

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

.hover\:text-\[\#002948\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 41 72 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-90:hover {
  --tw-text-opacity: 1;
  color: rgb(0 86 179 / var(--tw-text-opacity, 1));
}

.hover\:text-grey-text:hover {
  --tw-text-opacity: 1;
  color: rgb(65 66 69 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:shadow-\[0_2px_2px_\#0000003d\]:hover {
  --tw-shadow: 0 2px 2px #0000003d;
  --tw-shadow-colored: 0 2px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:\!border-2:focus {
  border-width: 2px !important;
}

.focus\:border-blue-80:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 81 181 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 118 209 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

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

.enabled\:hover\:border-\[\#3c66ff\]:hover:enabled {
  --tw-border-opacity: 1;
  border-color: rgb(60 102 255 / var(--tw-border-opacity, 1));
}

.enabled\:hover\:bg-\[\#3c66ff\]:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(60 102 255 / var(--tw-bg-opacity, 1));
}

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

.enabled\:hover\:shadow-\[0_2px_2px_\#0000003d\]:hover:enabled {
  --tw-shadow: 0 2px 2px #0000003d;
  --tw-shadow-colored: 0 2px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.disabled\:border-solid:disabled {
  border-style: solid;
}

.disabled\:border-\[hsla\(0\2c 0\%\2c 60\%\2c 0\.2\)\]:disabled {
  border-color: hsla(0,0%,60%,0.2);
}

.disabled\:bg-\[hsla\(0\2c 0\%\2c 60\%\2c 0\.2\)\]:disabled {
  background-color: hsla(0,0%,60%,0.2);
}

.disabled\:text-\[rgba\(0\2c 0\2c 0\2c 0\.38\)\]:disabled {
  color: rgba(0,0,0,0.38);
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

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

.group:hover .group-hover\:decoration-solid {
  text-decoration-style: solid;
}

.group.loading .group-\[\.loading\]\:block {
  display: block;
}

.group.show-more .group-\[\.show-more\]\:block {
  display: block;
}

.group.is-less-filters .group-\[\.is-less-filters\]\:hidden {
  display: none;
}

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

.group.loading .group-\[\.loading\]\:animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@media (min-width: 640px) {
  .sm\:left-auto {
    left: auto;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[128px\] {
    height: 128px;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-\[128px\] {
    width: 128px;
  }

  .sm\:w-\[28\.375rem\] {
    width: 28.375rem;
  }

  .sm\:w-\[550px\] {
    width: 550px;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-\[105px\] {
    top: 105px;
  }

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

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

  .md\:mt-\[1\.75rem\] {
    margin-top: 1.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!w-\[197px\] {
    width: 197px !important;
  }

  .md\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-\[26\.125rem\] {
    width: 26.125rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

  .md\:grid-cols-\[180px_1fr\] {
    grid-template-columns: 180px 1fr;
  }

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-\[5rem\] {
    padding-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:\!z-0 {
    z-index: 0 !important;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:\!block {
    display: block !important;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-\[845px\] {
    width: 845px;
  }

  .lg\:w-full {
    width: 100%;
  }

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

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

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

  .lg\:basis-\[32\.11\%\] {
    flex-basis: 32.11%;
  }

  .lg\:basis-\[64\.77\%\] {
    flex-basis: 64.77%;
  }

  .lg\:basis-\[70\%\] {
    flex-basis: 70%;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:\!items-center {
    align-items: center !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-\[5\.125rem\] {
    gap: 5.125rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:\!pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:\!pt-0 {
    padding-top: 0px !important;
  }
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:has\(ul\:empty\)\]\:hidden:has(ul:empty) {
  display: none;
}

.\[\&\:has\(ul\>li\:only-child\)\]\:hidden:has(ul>li:only-child) {
  display: none;
}

.\[\&_\*\:empty\+span\]\:hidden *:empty+span {
  display: none;
}

.\[\&_\*\:has\(input\:checked\)\~\*_\.clear-all\]\:block *:has(input:checked)~* .clear-all {
  display: block;
}

.\[\&_div\:not\(\.hidden\)\~p\]\:mb-3 div:not(.hidden)~p {
  margin-bottom: 0.75rem;
}

.\[\&_div\:not\(\.hidden\)\~p_\.icon\]\:rotate-180 div:not(.hidden)~p .icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

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

.\[\&_img\]\:animate-spin img {
  animation: spin 1s linear infinite;
}

.\[\&_ul\:has\(\:checked\)\+\*\]\:block ul:has(:checked)+* {
  display: block;
}
