/* Component classes — must be imported BEFORE @tailwind directives in v3
   so Tailwind collects @layer blocks at the correct injection point */
/**
 * Typography Component Classes
 *
 * Heading scale (Figma specs):
 *   h1 / .h1  →  44px desktop / 34px tablet / 26px mobile
 *   h2 / .h2  →  36px desktop / 28px tablet / 22px mobile
 *   h3 / .h3  →  24px desktop / 20px tablet / 18px mobile
 *   h4 / .h4  →  18px desktop / 16px tablet / 14px mobile
 *   h5 / .h5  →  16px desktop / 14px tablet / 14px mobile
 *   h6 / .h6  →  14px desktop / 12px tablet / 12px mobile
 *
 * Body text:
 *   Base body  →  16px / #5a5a5a  (set globally below)
 *   18px text  →  use Tailwind class `text-lg`
 *   20px text  →  use Tailwind class `text-xl`
 */
/* ============================================
   GLOBAL BASE
   ============================================ */
/* ============================================
   HEADING SYSTEM
   Both the HTML tag and the utility class
   share identical styles.
   ============================================ */
/**
 * Layout Component Classes
 *
 * Global, reusable layout classes following the design system.
 * Use these instead of repeating container/section styles in every module.
 *
 * Usage in JSX:
 *   <div className="container">           — standard 1204px centered container
 */
/**
 * Slider Component Classes
 *
 * Global Splide slider presets to eliminate duplicate overrides across modules.
 *
 * .splide--standard  — overflow hidden on track (Services)
 * .splide--peek      — overflow visible on track, container clips (SliderText, Testimonials)
 */
/* Tailwind CSS v3 */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
body {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.h1, h1,
  .h2, h2,
  .h3, h3,
  .h4, h4,
  .h5, h5,
  .h6, h6 {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
  }
/* h1 — Hero headings, page titles */
.h1, h1 { font-size: 26px; }
@media (min-width: 768px)  { .h1, h1 { font-size: 34px; } }
@media (min-width: 1024px) { .h1, h1 { font-size: 44px; } }
/* h2 — Section headings */
.h2, h2 { font-size: 22px; }
@media (min-width: 768px)  { .h2, h2 { font-size: 28px; } }
@media (min-width: 1024px) { .h2, h2 { font-size: 36px; } }
/* h3 — Subsection headings */
.h3, h3 { font-size: 18px; }
@media (min-width: 768px)  { .h3, h3 { font-size: 20px; } }
@media (min-width: 1024px) { .h3, h3 { font-size: 24px; } }
/* h4 — Card / feature headings */
.h4, h4 { font-size: 14px; }
@media (min-width: 768px)  { .h4, h4 { font-size: 16px; } }
@media (min-width: 1024px) { .h4, h4 { font-size: 18px; } }
/* h5 — Compact headings, labels */
.h5, h5 { font-size: 14px; }
@media (min-width: 768px)  { .h5, h5 { font-size: 14px; } }
@media (min-width: 1024px) { .h5, h5 { font-size: 16px; } }
/* h6 — Smallest headings */
.h6, h6 { font-size: 12px; }
@media (min-width: 768px)  { .h6, h6 { font-size: 12px; } }
@media (min-width: 1024px) { .h6, h6 { font-size: 14px; } }
/* ============================================
     RICH TEXT CONTENT
     ============================================ */
/**
   * .rich-text - Rich Text Editor Content
   * Usage: WYSIWYG / RichTextField output
   */
.rich-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #5a5a5a;
  }
.rich-text > p {
    margin: 0;
    margin-bottom: 1rem;
  }
.rich-text > p:last-child {
    margin-bottom: 0;
  }
.rich-text > ul,
  .rich-text > ol {
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
.rich-text > li {
    margin-bottom: 0.5rem;
  }
.rich-text > li:last-child {
    margin-bottom: 0;
  }
/* Tables inside HubSpot RichTextField output — cell borders + padding */
.rich-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1rem 0;
  }
.rich-text table th,
  .rich-text table td {
    border: 1px solid #ccc;
    padding: 8px !important;
    text-align: left;
    vertical-align: top;
  }
.rich-text table th {
    font-weight: 600;
    color: #1A1A1A;
  }
/* ================================================================
     PASTE SANITIZER — client-approved
     ================================================================
     Neutralizes artifacts from client copy-paste (Word / Google Docs /
     old website): inline color, background-color, and widths that
     preserve on <span>, <strong>, <table>, <td>, wrapper <div>.
     Applies across all richtext: blog posts, SEO Richtext modules,
     testimonial reviews, FAQ answers, any module using
     .rich-text / .richtext.
     Anchors are excluded from color neutralize via :not(a); anchor
     theme color is enforced by the .rich-text a[href] rule below.
     ================================================================ */
/* Fix 1 — Inline color + background-color from pasted content. */
.rich-text [style*="color"]:not(a),
  .richtext [style*="color"]:not(a) {
    color: inherit !important;
    background-color: transparent !important;
  }
/* Fix 2 — Inline widths from pasted tables + wrapper divs. */
.rich-text > div[style*="width"],
  .richtext > div[style*="width"],
  .rich-text div[style*="width"] > div,
  .richtext div[style*="width"] > div {
    width: 100% !important;
    max-width: 100% !important;
  }
.rich-text table,
  .richtext table {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    table-layout: fixed;
  }
.rich-text table td,
  .rich-text table th,
  .richtext table td,
  .richtext table th {
    width: auto !important;
    word-wrap: break-word;
  }
@media (max-width: 767px) {
    .rich-text > div[style*="width"],
    .richtext > div[style*="width"],
    .rich-text div[style*="width"] > div,
    .richtext div[style*="width"] > div {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .rich-text table,
    .richtext table {
      min-width: 600px;
      table-layout: auto;
    }
    .rich-text table td,
    .richtext table td {
      white-space: normal;
      min-width: 280px;
    }
  }
/* Embedded iframes (video embeds, forms, etc.) — full width, responsive */
.rich-text iframe,
  .richtext iframe,
  .hs_cos_wrapper_type_rich_text iframe {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
/**
   * .rich-text-with-bullets - Rich Text with Custom Orange Bullets
   */
.rich-text-with-bullets {
    font-size: 1rem;
    line-height: 1.6;
    color: #5a5a5a;
  }
.rich-text-with-bullets > p {
    margin: 0;
    margin-bottom: 1rem;
  }
.rich-text-with-bullets > p:last-child {
    margin-bottom: 0;
  }
.rich-text-with-bullets > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
  }
.rich-text-with-bullets > ul > li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
  }
.rich-text-with-bullets > ul > li:last-child {
    margin-bottom: 0;
  }
.rich-text-with-bullets > ul > li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--theme-bullet, #F38B00);
    font-weight: 700;
  }
.rich-text-with-bullets > ol {
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
.rich-text-with-bullets > ol > li {
    margin-bottom: 0.5rem;
  }
.rich-text-with-bullets > ol > li:last-child {
    margin-bottom: 0;
  }
/**
   * .richtext - Rich Text with Custom SVG Bullets
   * Usage: Custom 12x12px SVG bullet points
   */
.richtext {
    font-size: 1rem;
    line-height: 1.6;
    color: #474A52;
  }
.richtext h1,
  .richtext h2,
  .richtext h3,
  .richtext h4,
  .richtext h5,
  .richtext h6 {
    margin-bottom: 16px;
  }
.richtext > p {
    margin: 0;
    margin-bottom: 1rem;
  }
.richtext > p:last-child {
    margin-bottom: 0;
  }
/* !important on color required to beat the paste-neutralize rule above
     ([style*="color"] { color: inherit !important }) AND any inline
     style="color:..." on pasted anchors. */
/* !important + a[href] specificity bump so anchors beat the paste-neutralize
     rule above (.rich-text [style*="color"]:not(a) uses !important). */
.rich-text a[href],
  .rich-text a[href]:visited,
  .richtext a[href],
  .richtext a[href]:visited {
    color: var(--t-secondary, #B6193D) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
  }
.rich-text a[href]:hover,
  .rich-text a[href]:focus-visible,
  .richtext a[href]:hover,
  .richtext a[href]:focus-visible {
    color: var(--t-primary, #E87722) !important;
  }
.richtext ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
  }
.richtext ul > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.99704e-07 6.85643L-5.24537e-07 12L5.14321 12L5.14321 6.85643L-2.99704e-07 6.85643ZM0 -5.24537e-07L-2.24796e-07 5.14273L5.14321 5.14273L5.14321 -2.9972e-07L0 -5.24537e-07ZM6.85761 6.85643L6.85761 12L12 12L12 6.85643L6.85761 6.85643ZM6.85761 -2.24781e-07L6.85761 5.14273L12 5.14273L12 0L6.85761 -2.24781e-07Z' fill='%23F38B00'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 12px 12px;
  }
.richtext ul > li:last-child {
    margin-bottom: 0;
  }
.richtext ol {
    list-style: decimal;
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
.richtext ol > li {
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
  }
.richtext ol > li::marker {
    color: var(--t-primary, #F38B00);
    font-weight: 700;
  }
.richtext ol > li:last-child {
    margin-bottom: 0;
  }
/* Tables inside richtext content — cell borders + padding */
.richtext table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1rem 0;
  }
.richtext table th,
  .richtext table td {
    border: 1px solid #ccc;
    padding: 8px !important;
    text-align: left;
    vertical-align: top;
  }
.richtext table th {
    font-weight: 600;
    color: #1A1A1A;
  }
/* Neutralise inline line-height from pasted RichText content (Word/WP/old sites)
     so the theme bullet stays aligned with the first line of text. */
.richtext ul > li,
  .richtext ol > li {
    line-height: inherit !important;
  }
/**
   * .richtext-gray - Rich Text with Gray SVG Bullets
   * Usage: Blog content, neutral contexts
   * Uses descendant selectors (not >) to reach through HubSpot wrappers
   */
.richtext-gray ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
  }
.richtext-gray ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.99704e-07 6.85643L-5.24537e-07 12L5.14321 12L5.14321 6.85643L-2.99704e-07 6.85643ZM0 -5.24537e-07L-2.24796e-07 5.14273L5.14321 5.14273L5.14321 -2.9972e-07L0 -5.24537e-07ZM6.85761 6.85643L6.85761 12L12 12L12 6.85643L6.85761 6.85643ZM6.85761 -2.24781e-07L6.85761 5.14273L12 5.14273L12 0L6.85761 -2.24781e-07Z' fill='%235A5A5A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 12px 12px;
  }
.richtext-gray ul li:last-child {
    margin-bottom: 0;
  }
/**
   * .richtext with white bullets - for dark backgrounds
   * When text is white, bullets should also be white
   */
.text-white .richtext ul > li,
  .richtext.text-white ul > li {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.99704e-07 6.85643L-5.24537e-07 12L5.14321 12L5.14321 6.85643L-2.99704e-07 6.85643ZM0 -5.24537e-07L-2.24796e-07 5.14273L5.14321 5.14273L5.14321 -2.9972e-07L0 -5.24537e-07ZM6.85761 6.85643L6.85761 12L12 12L12 6.85643L6.85761 6.85643ZM6.85761 -2.24781e-07L6.85761 5.14273L12 5.14273L12 0L6.85761 -2.24781e-07Z' fill='white'/%3E%3C/svg%3E%0A");
  }
/* ============================================
     CONTAINERS
     ============================================ */
/**
   * .container — Standard Container
   * Max width: 1204px | Centered | 20px side padding
   * Usage: Most modules — Benefits, ImageContent, Hero, etc.
   */
.\!container {
    width: 100% !important;
    max-width: 1204px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
.container {
    width: 100%;
    max-width: 1204px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
/* ============================================
     CARD HOVER
     ============================================ */
/**
   * .card-hover-lift — Lift + shadow on hover
   * Usage: Job cards, clickable cards with hover feedback
   */
.card-hover-lift {
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
    text-decoration: none;
  }
.card-hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
/* ============================================
     STANDARD SLIDER
     ============================================ */
/**
   * .splide--standard — Track overflow hidden
   * Usage: Services module, standard card sliders
   */
.splide--standard .splide__track {
    overflow: hidden;
  }
.splide--standard .splide__list {
    display: flex;
  }
.splide--standard .splide__slide {
    flex-shrink: 0;
  }
.splide--standard .hs-slider {
    isolation: isolate;
  }
/* ============================================
     PEEK SLIDER
     ============================================ */
/**
   * .splide--peek — Track overflow visible, equal-height slides
   * Usage: SliderText, Testimonials (section must have overflow: hidden)
   */
.splide--peek .splide__track {
    overflow: visible;
  }
.splide--peek .splide__list {
    display: flex;
    align-items: stretch;
  }
.splide--peek .splide__slide {
    flex-shrink: 0;
    height: auto;
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.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 !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[42px\] {
  height: 42px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.min-w-\[154px\] {
  min-width: 154px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#B6193D\] {
  --tw-border-opacity: 1;
  border-color: rgb(182 25 61 / var(--tw-border-opacity, 1));
}
.border-\[\#D5D5D5\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-\[\#e0e0e0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#7E1029\] {
  --tw-bg-opacity: 1;
  background-color: rgb(126 16 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B6193D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(182 25 61 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF5E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 230 / var(--tw-bg-opacity, 1));
}
.bg-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 230 / 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));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.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-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-\[\#5A5A5A\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity, 1));
}
.text-\[\#B6193D\] {
  --tw-text-opacity: 1;
  color: rgb(182 25 61 / var(--tw-text-opacity, 1));
}
.text-\[\#b6193d\] {
  --tw-text-opacity: 1;
  color: rgb(182 25 61 / var(--tw-text-opacity, 1));
}
.text-brand-orange {
  --tw-text-opacity: 1;
  color: rgb(243 139 0 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-\[0px_8px_16px_0px_\#00000008\] {
  --tw-shadow: 0px 8px 16px 0px #00000008;
  --tw-shadow-colored: 0px 8px 16px 0px 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-\[0px_8px_24px_0px_\#0000000D\] {
  --tw-shadow: 0px 8px 24px 0px #0000000D;
  --tw-shadow-colored: 0px 8px 24px 0px 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);
}
.outline {
  outline-style: solid;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#E87722\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 119 34 / var(--tw-ring-opacity, 1));
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(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-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:gap-3:hover {
  gap: 0.75rem;
}
.hover\:bg-\[\#FFF5E6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#a01636\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(160 22 54 / 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-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 230 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#8b1430\]:hover {
  --tw-text-opacity: 1;
  color: rgb(139 20 48 / var(--tw-text-opacity, 1));
}
.hover\:text-brand-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(243 139 0 / var(--tw-text-opacity, 1));
}
.hover\:text-inherit:hover {
  color: inherit;
}
.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-white:focus-visible {
  outline-color: #fff;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-7 {
    gap: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:min-h-\[400px\] {
    min-height: 400px;
  }
  .md\:w-7 {
    width: 1.75rem;
  }
  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr_380px\] {
    grid-template-columns: 1fr 380px;
  }
  .md\:grid-cols-\[380px_1fr\] {
    grid-template-columns: 380px 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.\[\&_svg\]\:h-full svg {
  height: 100%;
}
.\[\&_svg\]\:w-full svg {
  width: 100%;
}
