@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

*, ::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: 'Source Sans 3', system-ui, sans-serif; /* 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 {
    --background: 210 30% 97%;
    --foreground: 210 30% 12%;

    --surface-soft: 210 25% 97%;
    --surface-muted: 210 20% 94%;

    --card: 0 0% 100%;
    --card-foreground: 210 30% 12%;

    --popover: 0 0% 100%;
    --popover-foreground: 210 30% 12%;

    /* Primary = Ezerzeme deep lake blue */
    --primary: 204 99% 32%;
    --primary-foreground: 0 0% 100%;
    --primary-glow: 204 80% 47%;

    /* Navy = darker editorial navigation band */
    --navy: 204 99% 22%;
    --navy-foreground: 0 0% 100%;
    --gradient-brand: linear-gradient(180deg, hsl(202 99% 37%) 0%, hsl(204 99% 22%) 100%);

    --secondary: 210 25% 96%;
    --secondary-foreground: 210 30% 18%;

    --muted: 210 20% 95%;
    --muted-foreground: 210 15% 40%;

    /* Accent = ezerzeme gold */
    --accent: 47 94% 48%;
    --accent-foreground: 210 30% 12%;

    /* Editorial red — LSM-style hero/category badge */
    --brand-red: 354 78% 44%;
    --brand-red-foreground: 0 0% 100%;

    /* Brand blue — #0171BB */
    --brand-blue: 202 99% 37%;
    --brand-blue-foreground: 0 0% 100%;

    --destructive: 354 78% 44%;
    --destructive-foreground: 0 0% 100%;

    --border: 210 20% 88%;
    --input: 210 20% 88%;
    --ring: 204 99% 32%;

    --radius: 1rem;

    /* Lake design tokens */
    --lake-deep: 204 99% 22%;
    --lake-medium: 204 80% 47%;
    --lake-light: 204 60% 85%;
    --sand: 42 40% 90%;
    --sand-dark: 42 30% 75%;

    /* Gradients */
    --gradient-lake: linear-gradient(135deg, hsl(204 99% 32%) 0%, hsl(204 80% 47%) 100%);
    --gradient-navy: linear-gradient(180deg, hsl(210 60% 18%) 0%, hsl(210 60% 13%) 100%);
    --gradient-hero: linear-gradient(180deg, hsl(0 0% 0% / 0.05) 0%, hsl(0 0% 0% / 0.8) 100%);

    /* Shadows — soft, lifted, editorial */
    --shadow-sm: 0 2px 8px hsl(210 30% 15% / 0.04);
    --shadow-md: 0 8px 24px hsl(210 30% 15% / 0.08);
    --shadow-lg: 0 20px 50px hsl(210 30% 15% / 0.12);

    --stripe-red: 354 78% 44%;
    --stripe-orange: 24 90% 50%;
    --stripe-yellow: 47 94% 48%;
    --stripe-green: 145 50% 40%;
    --stripe-teal: 180 60% 35%;
    --stripe-blue: 204 99% 32%;
    --stripe-indigo: 230 60% 45%;
    --stripe-pink: 330 70% 55%;
    --stripe-graphite: 210 25% 18%;

    --cat-zinas: var(--stripe-blue);
    --cat-sabiedriba: var(--stripe-blue);
    --cat-dzivesstils: var(--stripe-teal);
    --cat-sports: var(--stripe-green);
    --cat-kultura: var(--stripe-indigo);
    --cat-galerijas: var(--stripe-pink);
    --cat-video: var(--stripe-red);

    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 204 99% 32%;
  }

*{
  border-color: hsl(var(--border));
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

body{
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
    font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
}

h1, h2, h3, h4, h5, h6, .font-display, .font-serif {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.005em;
  }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1300px){

  .container{
    max-width: 1300px;
    padding-right: 0;
    padding-left: 0;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: rgb(23 23 23 / 10%);
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}
.bg-gradient-hero { background: var(--gradient-hero); }
.bg-navy { background-image: var(--gradient-brand); background-color: hsl(var(--navy)); }
.text-navy { color: hsl(var(--navy)); }
.bg-brand-red { background-color: hsl(var(--brand-red)); }
.text-brand-red { color: hsl(var(--brand-red)); }
.text-brand-red-foreground { color: hsl(var(--brand-red-foreground)); }
.site-top-banner + .container,
  .site-top-banner + article.container,
  .site-top-banner + section.container,
  .site-top-banner + section > .container:first-child {
    padding-top: 0;
  }
/* WordPress rendered content */
.wp-content > * + * { margin-top: 1.25em; }
.wp-content p { line-height: 1.75; }
.wp-content h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.875rem; margin-top: 2em; line-height: 1.2; }
.wp-content h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.5rem; margin-top: 1.75em; line-height: 1.3; }
.wp-content h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.2rem; margin-top: 1.5em; }
.wp-content a { color: hsl(var(--primary)); text-decoration: underline; text-underline-offset: 3px; }
.wp-content a:hover { text-decoration: none; }
.wp-content strong { font-weight: 600; color: hsl(var(--foreground)); }
.wp-content blockquote { border-left: 4px solid hsl(var(--primary)); padding: 0.5rem 0 0.5rem 1.5rem; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.5rem; line-height: 1.35; margin: 2em 0; }
.wp-content ul, .wp-content ol { padding-left: 1.5rem; }
.wp-content ul { list-style: disc; }
.wp-content ol { list-style: decimal; }
.wp-content li + li { margin-top: 0.5em; }
.wp-content img { width: 100%; height: auto; margin: 1.5em 0; border-radius: 0.5rem; }
.wp-content figure { margin: 2em 0; }
.wp-content figcaption { font-size: 0.875rem; color: hsl(var(--muted-foreground)); font-style: italic; margin-top: 0.5em; }
.wp-content iframe { width: 100%; aspect-ratio: 16/9; height: auto; margin: 1.5em 0; }
.wp-content hr { border: 0; border-top: 1px solid hsl(var(--border)); margin: 2em 0; }
.wp-content table { width: 100%; border-collapse: collapse; }
.wp-content th, .wp-content td { border: 1px solid hsl(var(--border)); padding: 0.5rem 0.75rem; text-align: left; }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-right-1{
  right: -0.25rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-12{
  top: -3rem;
}
.-top-3{
  top: -0.75rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-\[22px\]{
  left: 22px;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-\[88px\]{
  top: 88px;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[200\]{
  z-index: 200;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-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-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}
.aspect-\[16\/7\]{
  aspect-ratio: 16/7;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[340px\]{
  height: 340px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-10{
  max-height: 2.5rem;
}
.max-h-14{
  max-height: 3.5rem;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[88vh\]{
  max-height: 88vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[calc\(100dvh-3\.5rem\)\]{
  max-height: calc(100dvh - 3.5rem);
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[52px\]{
  min-height: 52px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-\[640px\]{
  min-height: 640px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[3px\]{
  width: 3px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[80vw\]{
  max-width: 80vw;
}
.max-w-\[92vw\]{
  max-width: 92vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.basis-full{
  flex-basis: 100%;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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));
}
.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-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.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));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[140px_1fr\]{
  grid-template-columns: 140px 1fr;
}
.grid-cols-\[2\.5rem_1fr\]{
  grid-template-columns: 2.5rem 1fr;
}
.grid-cols-\[3rem_1fr\]{
  grid-template-columns: 3rem 1fr;
}
.grid-cols-\[8px_1fr\]{
  grid-template-columns: 8px 1fr;
}
.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_1fr_auto\]{
  grid-template-columns: auto 1fr auto;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-border > :not([hidden]) ~ :not([hidden]){
  border-color: hsl(var(--border));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overscroll-contain{
  overscroll-behavior: contain;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-dashed{
  border-style: dashed;
}
.border-background\/10{
  border-color: hsl(var(--background) / 0.1);
}
.border-background\/30{
  border-color: hsl(var(--background) / 0.3);
}
.border-border{
  border-color: hsl(var(--border));
}
.border-border\/60{
  border-color: hsl(var(--border) / 0.6);
}
.border-brand-blue{
  border-color: hsl(var(--brand-blue));
}
.border-brand-blue\/20{
  border-color: hsl(var(--brand-blue) / 0.2);
}
.border-brand-red{
  border-color: hsl(var(--brand-red));
}
.border-card{
  border-color: hsl(var(--card));
}
.border-input{
  border-color: hsl(var(--input));
}
.border-primary{
  border-color: hsl(var(--primary));
}
.border-primary-foreground\/10{
  border-color: hsl(var(--primary-foreground) / 0.1);
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-t-brand-blue{
  border-top-color: hsl(var(--brand-blue));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-background{
  background-color: hsl(var(--background));
}
.bg-background\/90{
  background-color: hsl(var(--background) / 0.9);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-border{
  background-color: hsl(var(--border));
}
.bg-brand-blue{
  background-color: hsl(var(--brand-blue));
}
.bg-brand-blue\/10{
  background-color: hsl(var(--brand-blue) / 0.1);
}
.bg-brand-blue\/5{
  background-color: hsl(var(--brand-blue) / 0.05);
}
.bg-brand-red{
  background-color: hsl(var(--brand-red));
}
.bg-brand-red\/10{
  background-color: hsl(var(--brand-red) / 0.1);
}
.bg-brand-red\/70{
  background-color: hsl(var(--brand-red) / 0.7);
}
.bg-card{
  background-color: hsl(var(--card));
}
.bg-cat-dzivesstils{
  background-color: hsl(var(--cat-dzivesstils));
}
.bg-cat-galerijas{
  background-color: hsl(var(--cat-galerijas));
}
.bg-cat-kultura{
  background-color: hsl(var(--cat-kultura));
}
.bg-cat-sabiedriba{
  background-color: hsl(var(--cat-sabiedriba));
}
.bg-cat-sports{
  background-color: hsl(var(--cat-sports));
}
.bg-cat-video{
  background-color: hsl(var(--cat-video));
}
.bg-cat-zinas{
  background-color: hsl(var(--cat-zinas));
}
.bg-foreground{
  background-color: hsl(var(--foreground));
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-muted-foreground\/70{
  background-color: hsl(var(--muted-foreground) / 0.7);
}
.bg-muted\/20{
  background-color: hsl(var(--muted) / 0.2);
}
.bg-muted\/30{
  background-color: hsl(var(--muted) / 0.3);
}
.bg-muted\/40{
  background-color: hsl(var(--muted) / 0.4);
}
.bg-navy{
  background-color: hsl(var(--navy));
}
.bg-navy\/55{
  background-color: hsl(var(--navy) / 0.55);
}
.bg-navy\/80{
  background-color: hsl(var(--navy) / 0.8);
}
.bg-primary{
  background-color: hsl(var(--primary));
}
.bg-primary-foreground\/10{
  background-color: hsl(var(--primary-foreground) / 0.1);
}
.bg-primary-foreground\/20{
  background-color: hsl(var(--primary-foreground) / 0.2);
}
.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/5{
  background-color: hsl(var(--primary) / 0.05);
}
.bg-primary\/70{
  background-color: hsl(var(--primary) / 0.7);
}
.bg-primary\/\[0\.06\]{
  background-color: hsl(var(--primary) / 0.06);
}
.bg-stripe-blue{
  background-color: hsl(var(--stripe-blue));
}
.bg-stripe-graphite{
  background-color: hsl(var(--stripe-graphite));
}
.bg-stripe-green{
  background-color: hsl(var(--stripe-green));
}
.bg-stripe-indigo{
  background-color: hsl(var(--stripe-indigo));
}
.bg-stripe-orange{
  background-color: hsl(var(--stripe-orange));
}
.bg-stripe-pink{
  background-color: hsl(var(--stripe-pink));
}
.bg-stripe-red{
  background-color: hsl(var(--stripe-red));
}
.bg-stripe-teal{
  background-color: hsl(var(--stripe-teal));
}
.bg-stripe-yellow{
  background-color: hsl(var(--stripe-yellow));
}
.bg-surface-muted{
  background-color: hsl(var(--surface-muted));
}
.bg-surface-soft{
  background-color: hsl(var(--surface-soft));
}
.bg-surface-soft\/40{
  background-color: hsl(var(--surface-soft) / 0.4);
}
.bg-surface-soft\/50{
  background-color: hsl(var(--surface-soft) / 0.5);
}
.bg-surface-soft\/60{
  background-color: hsl(var(--surface-soft) / 0.6);
}
.bg-surface-soft\/70{
  background-color: hsl(var(--surface-soft) / 0.7);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-\[linear-gradient\(135deg\2c hsl\(var\(--primary\)\/0\.12\)\2c hsl\(var\(--primary\)\/0\.04\)\)\]{
  background-image: linear-gradient(135deg,hsl(var(--primary)/0.12),hsl(var(--primary)/0.04));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black\/25{
  --tw-gradient-from: rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue{
  --tw-gradient-from: hsl(var(--brand-blue)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--brand-blue) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-brand-blue\/85{
  --tw-gradient-to: hsl(var(--brand-blue) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--brand-blue) / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/45{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/35{
  --tw-gradient-to: rgb(0 0 0 / 0.35) var(--tw-gradient-to-position);
}
.to-brand-blue\/95{
  --tw-gradient-to: hsl(var(--brand-blue) / 0.95) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.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-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-\[18px\]{
  padding-left: 18px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-display{
  font-family: 'Montserrat', system-ui, sans-serif;
}
.font-sans{
  font-family: 'Source Sans 3', system-ui, sans-serif;
}
.font-serif{
  font-family: 'Montserrat', system-ui, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15\.5px\]{
  font-size: 15.5px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.05\]{
  line-height: 1.05;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.75\]{
  line-height: 1.75;
}
.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\.12em\]{
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\]{
  letter-spacing: 0.14em;
}
.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}
.tracking-\[0\.25em\]{
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\]{
  letter-spacing: 0.3em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-background{
  color: hsl(var(--background));
}
.text-background\/60{
  color: hsl(var(--background) / 0.6);
}
.text-background\/70{
  color: hsl(var(--background) / 0.7);
}
.text-border{
  color: hsl(var(--border));
}
.text-brand-blue{
  color: hsl(var(--brand-blue));
}
.text-brand-red{
  color: hsl(var(--brand-red));
}
.text-brand-red-foreground{
  color: hsl(var(--brand-red-foreground));
}
.text-brand-red-foreground\/80{
  color: hsl(var(--brand-red-foreground) / 0.8);
}
.text-brand-red\/75{
  color: hsl(var(--brand-red) / 0.75);
}
.text-cat-dzivesstils{
  color: hsl(var(--cat-dzivesstils));
}
.text-cat-galerijas{
  color: hsl(var(--cat-galerijas));
}
.text-cat-kultura{
  color: hsl(var(--cat-kultura));
}
.text-cat-sabiedriba{
  color: hsl(var(--cat-sabiedriba));
}
.text-cat-sports{
  color: hsl(var(--cat-sports));
}
.text-cat-video{
  color: hsl(var(--cat-video));
}
.text-cat-zinas{
  color: hsl(var(--cat-zinas));
}
.text-current{
  color: currentColor;
}
.text-foreground{
  color: hsl(var(--foreground));
}
.text-foreground\/60{
  color: hsl(var(--foreground) / 0.6);
}
.text-foreground\/70{
  color: hsl(var(--foreground) / 0.7);
}
.text-foreground\/75{
  color: hsl(var(--foreground) / 0.75);
}
.text-foreground\/80{
  color: hsl(var(--foreground) / 0.8);
}
.text-foreground\/85{
  color: hsl(var(--foreground) / 0.85);
}
.text-foreground\/90{
  color: hsl(var(--foreground) / 0.9);
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/40{
  color: hsl(var(--muted-foreground) / 0.4);
}
.text-muted-foreground\/50{
  color: hsl(var(--muted-foreground) / 0.5);
}
.text-muted-foreground\/60{
  color: hsl(var(--muted-foreground) / 0.6);
}
.text-muted-foreground\/70{
  color: hsl(var(--muted-foreground) / 0.7);
}
.text-navy{
  color: hsl(var(--navy));
}
.text-navy-foreground{
  color: hsl(var(--navy-foreground));
}
.text-navy-foreground\/60{
  color: hsl(var(--navy-foreground) / 0.6);
}
.text-navy-foreground\/80{
  color: hsl(var(--navy-foreground) / 0.8);
}
.text-primary{
  color: hsl(var(--primary));
}
.text-primary-foreground{
  color: hsl(var(--primary-foreground));
}
.text-primary-foreground\/45{
  color: hsl(var(--primary-foreground) / 0.45);
}
.text-primary-foreground\/50{
  color: hsl(var(--primary-foreground) / 0.5);
}
.text-primary-foreground\/70{
  color: hsl(var(--primary-foreground) / 0.7);
}
.text-primary\/30{
  color: hsl(var(--primary) / 0.3);
}
.text-primary\/40{
  color: hsl(var(--primary) / 0.4);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.decoration-2{
  text-decoration-thickness: 2px;
}
.underline-offset-\[6px\]{
  text-underline-offset: 6px;
}
.accent-brand-blue{
  accent-color: hsl(var(--brand-blue));
}
.accent-brand-red{
  accent-color: hsl(var(--brand-red));
}
.accent-primary{
  accent-color: hsl(var(--primary));
}
.opacity-0{
  opacity: 0;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-\[0\.07\]{
  opacity: 0.07;
}
.mix-blend-overlay{
  mix-blend-mode: overlay;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_24px_-12px_rgba\(1\2c 58\2c 99\2c 0\.35\)\]{
  --tw-shadow: 0 2px 24px -12px rgba(1,58,99,0.35);
  --tw-shadow-colored: 0 2px 24px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-\[hsl\(8_92\%_33\%\/0\.2\)\]{
  --tw-shadow-color: hsl(8 92% 33%/0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-red\/20{
  --tw-shadow-color: hsl(var(--brand-red) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-red\/25{
  --tw-shadow-color: hsl(var(--brand-red) / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-foreground\/10{
  --tw-shadow-color: hsl(var(--foreground) / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-border{
  --tw-ring-color: hsl(var(--border));
}
.ring-brand-blue{
  --tw-ring-color: hsl(var(--brand-blue));
}
.ring-brand-red{
  --tw-ring-color: hsl(var(--brand-red));
}
.ring-primary\/40{
  --tw-ring-color: hsl(var(--primary) / 0.4);
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--background));
}
.ring-offset-foreground{
  --tw-ring-offset-color: hsl(var(--foreground));
}
.blur-2xl{
  --tw-blur: blur(40px);
  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);
}
.drop-shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.35\)\]{
  --tw-drop-shadow: drop-shadow(0 2px 8px rgba(0,0,0,0.35));
  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);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.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-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  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-blur-sm{
  --tw-backdrop-blur: blur(4px);
  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-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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter{

  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-300{
  animation-duration: 300ms;
}
.duration-500{
  animation-duration: 500ms;
}
.duration-700{
  animation-duration: 700ms;
}
.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.running{
  animation-play-state: running;
}
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
.\[writing-mode\:vertical-lr\]{
  writing-mode: vertical-lr;
}

/*
  EzerZeme.lv — Lake-inspired editorial theme.
  Primary: deep lake blue #0171BB. Accent: gold #EDBC07.
  All colors HSL.
*/

/*
  Archive pagination — styles WordPress's the_posts_pagination() output
  (nav.pagination > .nav-links > a/span.page-numbers). Shared by the
  category, tag and search archives. Kept OUTSIDE @layer on purpose: the
  .pagination / .page-numbers class names are emitted by WordPress at
  runtime and never appear in the scanned PHP sources, so a @layer rule
  would be tree-shaken by Tailwind's content purge. Non-layered CSS is
  always preserved.
*/
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.625rem;
  border: 1px solid hsl(var(--border));
  background-color: hsl(var(--card));
  color: hsl(var(--foreground));
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus-visible {
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.pagination .page-numbers.current {
  background-color: hsl(var(--primary));
  border-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.pagination .page-numbers.dots {
  min-width: 1.5rem;
  border-color: transparent;
  background-color: transparent;
  color: hsl(var(--muted-foreground));
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: auto;
  padding: 0 1.1rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* WP accessibility helper — visually hide the screen-reader-only headings
   (e.g. the pagination's "Ziņu navigācija" <h2>) without removing them. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ── Aptauja (Democracy Poll spraudnis) pārkrāsota Lovable "«EzerZeme» jautā" dizainā.
   Spraudnis iešļircina savu inline CSS (zilus bārus, native radio u.c.); visi noteikumi
   zemāk ir ietverti zem .ez-poll, lai pēc specifiskuma pārrakstītu spraudņa
   noklusējumus un kartētu izvadi uz EzerZeme zilo zīmolu + Inter tipogrāfiju. ĀRPUS
   @layer, jo markup nāk no spraudņa izpildlaikā (Tailwind purge to citādi neredzētu). ── */
@keyframes ez-poll-reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ez-poll-voted-pop { 0% { transform: scale(1); } 45% { transform: scale(1.05); } 100% { transform: scale(1); } }
@keyframes ez-poll-loader-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes ez-poll-spin { to { transform: rotate(360deg); } }

.ez-poll #democracy-poll { display: none; }
.ez-poll .democracy { margin: 0; padding: 0; }

/* Jautājuma virsraksts */
.ez-poll .dem-poll-title {
  display: block;
  font-family: inherit;
  font-size: 1rem; font-weight: 700; line-height: 1.35;
  color: hsl(var(--foreground)); margin: 0 0 1rem;
}

/* Balsošanas ekrāns — atbilžu rindas */
.ez-poll ul.dem-vote { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.ez-poll ul.dem-vote li { list-style: none; margin: 0; padding: 0; }
.ez-poll .dem__radio_label,
.ez-poll .dem__checkbox_label {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.6875rem 0.875rem; border: 1px solid hsl(var(--border)); cursor: pointer;
  background: hsl(var(--background));
  font-size: 0.875rem; line-height: 1.35; color: hsl(var(--foreground));
  transition: background-color .15s, border-color .15s, color .15s, box-shadow .15s, transform .15s;
}
.ez-poll .dem__radio_label:hover,
.ez-poll .dem__checkbox_label:hover {
  border-color: hsl(var(--primary)); transform: translateX(2px);
  box-shadow: inset 3px 0 0 0 hsl(var(--primary));
}
.ez-poll .dem__radio_label:has(.dem__radio:checked),
.ez-poll .dem__checkbox_label:has(.dem__checkbox:checked) {
  border-color: hsl(var(--primary)); background: hsl(var(--primary) / 0.06);
  box-shadow: inset 3px 0 0 0 hsl(var(--primary)); font-weight: 600;
}

/* Pielāgots radio/checkbox aplis (paslēpj native input, pārkrāso .dem__spot) */
.ez-poll .dem__radio, .ez-poll .dem__checkbox { position: absolute; opacity: 0; width: 0; height: 0; }
.ez-poll .dem__spot {
  display: flex; align-items: center; justify-content: center;
  height: 1.05rem; width: 1.05rem; flex-shrink: 0;
  border-radius: 50%; border: 2px solid hsl(var(--primary) / 0.5); background: hsl(var(--background));
  transition: border-color .15s, box-shadow .15s;
}
.ez-poll .dem__radio:checked + .dem__spot,
.ez-poll .dem__checkbox:checked + .dem__spot { border-color: hsl(var(--primary)); box-shadow: 0 0 0 3px hsl(var(--primary) / 0.12); }
.ez-poll .dem__radio:checked + .dem__spot::after,
.ez-poll .dem__checkbox:checked + .dem__spot::after {
  content: ''; display: block; height: 0.45rem; width: 0.45rem; border-radius: 50%; background: hsl(var(--primary));
}

/* Apakšdaļa — "Balsot" poga pa visu platumu, zem tās rezultātu saite */
.ez-poll .dem-bottom { display: flex; flex-direction: column; gap: 0; margin: 0; padding: 0; border: 0; }
.ez-poll input[type=submit].dem-button {
  order: 1; width: 100%; margin-top: 1rem;
  background: hsl(var(--primary)); color: hsl(var(--primary-foreground));
  font-family: inherit; font-weight: 600; font-size: 0.75rem;
  padding: 0.625rem 1rem !important; border: 0; border-radius: 0; cursor: pointer;
  text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.2;
  transition: background-color .15s;
}
.ez-poll input[type=submit].dem-button:hover { background: hsl(var(--primary) / 0.9); }
.ez-poll .dem-voted-button input[type=submit].dem-button { background: hsl(var(--muted-foreground) / 0.4); cursor: default; }

/* "Balsot" saite rezultātu ekrānā — kontūrpoga */
.ez-poll button.dem-vote-link {
  order: 1; width: 100%; margin-top: 1rem;
  background: transparent; color: hsl(var(--foreground));
  font-family: inherit; font-weight: 600; font-size: 0.75rem;
  padding: 0.625rem 1rem; border: 1px solid hsl(var(--border)); border-radius: 0; cursor: pointer;
  text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.2;
  transition: border-color .15s, color .15s, background-color .15s;
}
.ez-poll button.dem-vote-link:hover { border-color: hsl(var(--primary)); color: hsl(var(--primary)); background: hsl(var(--surface-muted)); }

/* "Skatīt rezultātus" saite */
.ez-poll .dem-results-link {
  order: 2; align-self: flex-start; margin-top: 0.75rem; padding-top: 0.75rem; width: 100%;
  border-top: 1px solid hsl(var(--border));
  font-size: 0.6875rem; font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
  color: hsl(var(--muted-foreground)); text-decoration: none; transition: color .15s;
}
.ez-poll .dem-results-link:hover { color: hsl(var(--primary)); }

/* "Pievienot savu atbildi" saite + ievades lauks */
.ez-poll li.dem-add-answer { list-style: none; margin: 0; padding: 0; }
.ez-poll li.dem-add-answer a.dem-link {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.8125rem; color: hsl(var(--muted-foreground)); cursor: pointer;
  padding: 0.5rem 0.625rem; border: 1px dashed hsl(var(--border)); text-decoration: none;
  transition: border-color .15s, color .15s;
}
.ez-poll li.dem-add-answer a.dem-link::before { content: '+'; font-size: 1rem; line-height: 1; }
.ez-poll li.dem-add-answer a.dem-link:hover { border-color: hsl(var(--primary)); color: hsl(var(--foreground)); }
.ez-poll input.dem-add-answer-txt {
  width: 100%; box-sizing: border-box; font-family: inherit; font-size: 0.875rem;
  padding: 0.5rem 0.625rem; border: 1px solid hsl(var(--primary)); border-radius: 0;
  background: hsl(var(--background)); color: hsl(var(--foreground)); outline: none; transition: border-color .15s;
}
.ez-poll input.dem-add-answer-txt::-moz-placeholder { color: hsl(var(--muted-foreground)); }
.ez-poll input.dem-add-answer-txt::placeholder { color: hsl(var(--muted-foreground)); }
.ez-poll input.dem-add-answer-txt:focus { border-color: hsl(var(--primary)); }
.ez-poll .dem-add-answer-close { cursor: pointer; color: hsl(var(--muted-foreground)); transition: color .15s; padding: 0 0.25rem; }
.ez-poll .dem-add-answer-close:hover { color: hsl(var(--destructive)); }

/* Rezultātu ekrāns — atbilžu rindas + progresa bāri */
.ez-poll ul.dem-answers { list-style: none; margin: 0; padding: 0; }
.ez-poll ul.dem-answers li { list-style: none; margin: 0; padding: 0 0 0.625rem; animation: ez-poll-reveal .45s cubic-bezier(0.22,1,0.36,1) both; }
.ez-poll ul.dem-answers li:last-child { padding-bottom: 0; }
.ez-poll ul.dem-answers li:nth-child(1) { animation-delay: .02s; }
.ez-poll ul.dem-answers li:nth-child(2) { animation-delay: .09s; }
.ez-poll ul.dem-answers li:nth-child(3) { animation-delay: .16s; }
.ez-poll ul.dem-answers li:nth-child(4) { animation-delay: .23s; }
.ez-poll ul.dem-answers li:nth-child(n+5) { animation-delay: .30s; }
.ez-poll .dem-answers .dem-label {
  display: flex !important; width: 100%; align-items: baseline; gap: 0.25rem;
  font-size: 0.8125rem; font-weight: 500; margin-bottom: 0.3rem; color: hsl(var(--foreground));
}
.ez-poll .dem-winner .dem-label { font-weight: 700; color: hsl(var(--primary)); }
.ez-poll .dem-answers .dem-label-percent-txt {
  display: block !important; margin-left: auto; flex-shrink: 0; white-space: nowrap;
  font-size: 0.75rem; font-weight: 600; color: hsl(var(--muted-foreground));
}
.ez-poll .dem-winner .dem-label-percent-txt { color: hsl(var(--primary)); }
.ez-poll .dem-label .dem-star { font-size: 0.7rem; line-height: 1; vertical-align: super; }
.ez-poll .dem-answers li:hover .dem-votes-txt,
.ez-poll .dem-answers li:hover .dem-percent-txt { display: none !important; }

/* Plāns progresa bārs: sliede caur ::before, pildījums absolūti */
.ez-poll .dem-graph { position: relative; display: block; background: transparent; height: auto; overflow: visible; padding-top: 4px; margin: 0; border: 0; }
.ez-poll .dem-graph::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: hsl(var(--surface-muted)); }
.ez-poll .dem-fill { position: absolute; top: 0; left: 0; height: 4px; background: hsl(var(--primary) / 0.35); background-image: none; transition: width .9s cubic-bezier(0.22,1,0.36,1) .12s; }
.ez-poll .dem-winner .dem-fill,
.ez-poll .dem-voted-this .dem-fill { background: hsl(var(--primary)); }
.ez-poll .dem-votes-txt, .ez-poll .dem-votes-txt-percent, .ez-poll .dem-percent-txt { display: none; }

/* Nobalsotās atbildes izcēlums */
.ez-poll .dem-voted-this .dem-label::before { display: none !important; }
.ez-poll .dem-voted-this .dem-label { display: inline-block; color: hsl(var(--primary)); font-weight: 700; transform-origin: left center; animation: ez-poll-voted-pop .5s ease .34s both; }

/* Kopējais balsu skaits */
.ez-poll .dem-poll-info { font-size: 0.8125rem; font-style: normal; color: hsl(var(--muted-foreground)); padding: 0; margin: 0.75rem 0 0; }
.ez-poll .dem-poll-info > * { float: none; display: inline; }
.ez-poll .dem-copyright { display: none !important; }
.ez-poll .dem-poll-info .dem-date { display: none !important; }

/* Ielādes indikators — pārkrāso spraudņa zilo bumbiņu animāciju uz zilu gredzenu */
.ez-poll .dem-loader { animation: ez-poll-loader-in .2s ease both; background: hsl(var(--background) / 0.85); backdrop-filter: blur(2px); }
.ez-poll .css-fill { background-color: hsl(var(--primary)) !important; }
.ez-poll .dem-whirling {
  width: 36px !important; height: 36px !important; min-width: 36px; min-height: 36px; max-width: 36px; max-height: 36px;
  border: 2px solid hsl(var(--border)); border-top-color: hsl(var(--primary)); border-radius: 50%;
  animation: ez-poll-spin .65s linear infinite !important; background: transparent; margin-bottom: 0 !important;
}
.ez-poll .dem-whirling .dot1, .ez-poll .dem-whirling .dot2 { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  .ez-poll .dem-loader, .ez-poll ul.dem-answers li, .ez-poll .dem-voted-this .dem-label { animation: none; }
  .ez-poll .dem-fill { transition: none; }
}

/* ── EzerZeme aptaujas pieslīpējums: noapaļojumi + zīmola krāsas, lai iekļaujas portāla dizainā ── */
.ez-poll .dem-poll-title { font-family: inherit; }
.ez-poll .dem__radio_label, .ez-poll .dem__checkbox_label {
  border-radius: 0.75rem; background: hsl(var(--surface-soft));
}
.ez-poll .dem__radio_label:hover, .ez-poll .dem__checkbox_label:hover {
  background: hsl(var(--background)); border-color: hsl(var(--brand-blue) / 0.5);
  transform: translateX(3px); box-shadow: 0 3px 12px hsl(var(--brand-blue) / 0.10);
}
.ez-poll .dem__radio_label:has(.dem__radio:checked),
.ez-poll .dem__checkbox_label:has(.dem__checkbox:checked) {
  border-color: hsl(var(--brand-blue)); background: hsl(var(--brand-blue) / 0.07);
  box-shadow: inset 3px 0 0 0 hsl(var(--brand-blue));
}
.ez-poll .dem__spot { border-color: hsl(var(--brand-blue) / 0.45); }
.ez-poll .dem__radio:checked + .dem__spot, .ez-poll .dem__checkbox:checked + .dem__spot {
  border-color: hsl(var(--brand-blue)); box-shadow: 0 0 0 3px hsl(var(--brand-blue) / 0.14);
}
.ez-poll .dem__radio:checked + .dem__spot::after, .ez-poll .dem__checkbox:checked + .dem__spot::after {
  background: hsl(var(--brand-blue));
}
/* BALSOT poga — kā "Izvēlēties plānu" abonē blokā (kvadrāts, zīmola zils, balts extrabold,
   pilns platums). Spraudnis renderē <input type="button" class="dem-button">, tāpēc mērķējam
   .dem-button[class] (specifiskums uzvar spraudņa inline CSS). */
.ez-poll .dem-button[class] {
  display: block; width: 100%; box-sizing: border-box; text-align: center;
  border: 0; border-radius: 0; background: hsl(var(--brand-blue)); color: #fff;
  font-family: inherit; font-weight: 800; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.8rem 1rem; line-height: 1.2;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition: background-color .15s, transform .12s;
}
.ez-poll .dem-button[class]:hover { background: hsl(var(--foreground)); color: #fff; }
.ez-poll .dem-button[class]:active { transform: scale(0.99); }
.ez-poll button.dem-vote-link { border-radius: 9999px; }
.ez-poll button.dem-vote-link:hover { border-color: hsl(var(--brand-blue)); color: hsl(var(--brand-blue)); background: hsl(var(--surface-soft)); }
.ez-poll li.dem-add-answer a.dem-link, .ez-poll input.dem-add-answer-txt { border-radius: 0.7rem; }
.ez-poll li.dem-add-answer a.dem-link:hover { border-color: hsl(var(--brand-blue)); color: hsl(var(--brand-blue)); }
.ez-poll .dem-results-link:hover { color: hsl(var(--brand-blue)); }
.ez-poll .dem-graph { border-radius: 9999px; overflow: hidden; }
.ez-poll .dem-fill {
  background: linear-gradient(90deg, hsl(var(--brand-blue)), hsl(199 90% 52%)) !important;
  border-radius: 9999px;
}
.ez-poll .dem-winner .dem-fill, .ez-poll .dem-voted-this .dem-fill {
  background: linear-gradient(90deg, hsl(var(--brand-red)), hsl(354 80% 60%)) !important;
}

/* ── Portāla SweetAlert dialogi (ezAlert) — VIENOTS premium izskats ar ezCopied ("Saite nokopēta!"). ── */

/* Kopīgs fona aizklājs (ezAlert + ezCopied): navy tonis + viegls izpludinājums. */
.ez-swal-bg { background: hsl(204 99% 22% / 0.34) !important; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }

.ez-swal-popup {
  position: relative;
  overflow: hidden;
  width: 26rem !important;
  max-width: calc(100vw - 2.5rem) !important;
  border-radius: 22px !important;
  padding: 2.1rem 1.9rem 1.7rem !important;
  background: #fff;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 18px 48px -16px hsla(204, 99%, 22%, 0.30), 0 6px 16px -8px hsla(202, 99%, 37%, 0.18) !important;
  font-family: 'Source Sans 3', system-ui, sans-serif;
}
/* Augšējā zīmola gradienta svītra (kā ez-copied kartē). */
.ez-swal-popup::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(120deg, hsl(var(--brand-blue)), hsl(var(--navy))); opacity: 0.92;
}

/* SweetAlert ikona (warning/question/success) — mērogojam ar font-size, lai veiksmes
   ķeksīša līnijas (em vienībās relatīvi 5em ikonai) saglabā pareizo ģeometriju.
   width/height pārrakstīšana lauza ķeksīti (garā līnija izlēca kā slīpsvītra). */
.ez-swal-popup .swal2-icon { font-size: 0.62em; margin: 0.5rem auto 1rem !important; }
.ez-swal-popup .swal2-icon .swal2-icon-content { font-size: 3em; }
.ez-swal-popup .swal2-image { margin: 0.5em auto; }

/* Ievadlauki dialogā (parole u.c.) — zīmola stils, ne SweetAlert noklusējums. */
.ez-swal-popup .ez-swal-input-hint {
  color: hsl(var(--muted-foreground)); font-size: 1.02rem; line-height: 1.45;
  margin: 0 0 1.1rem; text-align: center;
}
.ez-swal-popup .swal2-input,
.ez-swal-popup .swal2-textarea,
.ez-swal-popup .swal2-select {
  box-sizing: border-box; display: block; width: 100%; height: auto;
  margin: 0.6rem auto 0; padding: 0.72rem 1rem;
  font-size: 1rem; font-family: 'Source Sans 3', system-ui, sans-serif;
  color: hsl(var(--foreground)); background: hsl(var(--surface-muted));
  border: 1.5px solid hsl(var(--border)); border-radius: 12px; box-shadow: none;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.ez-swal-popup .swal2-input:first-child,
.ez-swal-popup .swal2-textarea:first-child { margin-top: 0; }
.ez-swal-popup .swal2-input::-moz-placeholder, .ez-swal-popup .swal2-textarea::-moz-placeholder { color: hsl(var(--muted-foreground)); opacity: 0.75; }
.ez-swal-popup .swal2-input::placeholder,
.ez-swal-popup .swal2-textarea::placeholder { color: hsl(var(--muted-foreground)); opacity: 0.75; }
.ez-swal-popup .swal2-input:focus,
.ez-swal-popup .swal2-textarea:focus,
.ez-swal-popup .swal2-select:focus {
  outline: none; background: #fff; border-color: hsl(var(--brand-blue));
  box-shadow: 0 0 0 3px hsla(202, 99%, 37%, 0.16);
}

.ez-swal-title { font-family: 'Montserrat', system-ui, sans-serif; font-weight: 800; font-size: 1.4rem !important; letter-spacing: -0.018em; line-height: 1.2; color: hsl(var(--foreground)) !important; padding: 0 !important; margin: 0 0 0.45rem !important; }
.ez-swal-text { color: hsl(var(--muted-foreground)) !important; font-size: 1.02rem !important; line-height: 1.45; margin: 0 !important; }

.ez-swal-actions { gap: 0.6rem; margin: 1.4rem 0 0 !important; }
.ez-swal-confirm, .ez-swal-cancel {
  border-radius: 9999px; font-weight: 700; font-size: 0.95rem; margin: 0;
  padding: 0.66rem 1.5rem; border: 1px solid transparent; cursor: pointer;
  transition: filter .15s, background-color .15s, color .15s, border-color .15s, transform .12s, box-shadow .15s;
}
.ez-swal-confirm { background: linear-gradient(120deg, hsl(var(--brand-blue)), hsl(var(--navy))); color: #fff; box-shadow: 0 6px 16px -6px hsla(202, 99%, 37%, 0.6); }
.ez-swal-confirm:hover { filter: brightness(1.07); box-shadow: 0 8px 20px -6px hsla(202, 99%, 37%, 0.7); }
.ez-swal-confirm:active { transform: scale(0.98); }
.ez-swal-cancel { background: hsl(var(--surface-muted)); color: hsl(var(--foreground)); }
.ez-swal-cancel:hover { background: hsl(var(--border)); }

/* Ieiešanas/iziešanas animācija — kopīga ar ez-copied (@keyframes definēti ez-copied blokā). */
.ez-swal-popup.ez-swal-show { animation: ez-popup-in 340ms cubic-bezier(0.2, 0.8, 0.25, 1) both; }
.ez-swal-popup.ez-swal-hide { animation: ez-popup-out 200ms ease-in both; }
@media (prefers-reduced-motion: reduce) {
  .ez-swal-popup.ez-swal-show, .ez-swal-popup.ez-swal-hide { animation: none !important; }
}

/* ── Sānjoslas: pēdējais redzamais bloks slīd līdzi (lipīgs) uz lielajiem ekrāniem. ── */
@media (min-width: 1024px) {
  .ez-sticky-sidebar { align-self: stretch; }
  .ez-sticky-sidebar > :last-child { position: sticky; top: 5rem; }
}

/* ── "Jaunākie komentāri" sānjoslas bloks (ez_recent_comments_box) ──
   Citāts ir fokuss; dekoratīva serifa pēdiņa, mierīgs laikraksta ritms,
   smalkas mikrointerakcijas (augošs sarkans pasvītrojums + bultiņa). */

/* Dekoratīvā atverošā pēdiņa pirms katra citāta (Georgia — font-serif tēmā ir Montserrat). */
.ez-comments__quote::before {
  content: "\201C";
  position: absolute;
  left: -0.08em;
  top: -0.18em;
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
  color: hsl(var(--brand-blue));
  opacity: 0.22;
  pointer-events: none;
}

/* Raksta saite: sarkans pasvītrojums, kas “aizaug” no kreisās uz labo, parādoties bultiņai. */
.ez-comments__article-label {
  background-image: linear-gradient(hsl(var(--brand-red)), hsl(var(--brand-red)));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1.5px;
  transition: background-size 0.25s ease;
  padding-bottom: 1px;
}
.ez-comments__item:hover .ez-comments__article-label,
.ez-comments__article:focus-visible .ez-comments__article-label {
  background-size: 100% 1.5px;
}

.ez-comments__arrow {
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.ez-comments__item:hover .ez-comments__arrow,
.ez-comments__article:focus-visible .ez-comments__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Tastatūras fokusa redzamība (a11y). */
.ez-comments__article:focus-visible {
  outline: 2px solid hsl(var(--brand-blue));
  outline-offset: 2px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .ez-comments__article-label,
  .ez-comments__arrow { transition: none; }
}

/* ── Portāla "Saite nokopēta!" dialogs (ezCopied) — centrēts, zīmola, SweetAlert2. ── */

/* Fona aizklājs — navy tonis + viegls izpludinājums (dziļumam un fokusam). */

.ez-copied.swal2-popup {
  --ez-blue: 202 99% 37%;
  --ez-navy: 204 99% 22%;
  --ez-fg: 210 30% 12%;
  --ez-muted: 210 15% 40%;
  --ez-soft: 210 25% 97%;
  --ez-border: 210 20% 88%;
  width: 360px;
  max-width: calc(100vw - 2.5rem);
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 22px;
  overflow: visible;
}
.ez-copied .ez-copied__html { margin: 0; padding: 0; }

.ez-copied__card {
  position: relative;
  background-color: #fff;
  border: 1px solid hsl(var(--ez-border));
  border-radius: 22px;
  padding: 2.1rem 1.9rem 1.7rem;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 18px 48px -16px hsla(204, 99%, 22%, 0.30), 0 6px 16px -8px hsla(202, 99%, 37%, 0.18);
  overflow: hidden;
  font-family: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.ez-copied__card::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(120deg, hsl(var(--ez-blue)), hsl(var(--ez-navy))); opacity: 0.92;
}

.ez-copied__badge-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; margin: 0.35rem 0 1.2rem; width: 84px; height: 84px; }
.ez-copied__halo { position: absolute; inset: -7px; border-radius: 50%; background: radial-gradient(closest-side, hsla(202, 99%, 37%, 0.16), hsla(202, 99%, 37%, 0) 72%); animation: ez-halo 2200ms ease-out forwards; }
.ez-copied__badge { position: relative; width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, hsl(var(--ez-blue)), hsl(var(--ez-navy))); box-shadow: 0 10px 22px -6px hsla(204, 99%, 22%, 0.45), 0 0 0 6px hsla(202, 99%, 37%, 0.10); transform: scale(0.4); opacity: 0; animation: ez-badge-pop 560ms cubic-bezier(0.18, 0.9, 0.28, 1.4) 60ms forwards; }
.ez-copied__check { width: 46px; height: 46px; }
.ez-copied__check-path { stroke: #fff; stroke-width: 4.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 46; stroke-dashoffset: 46; filter: drop-shadow(0 1px 1px hsla(204, 99%, 15%, 0.35)); animation: ez-check-draw 460ms cubic-bezier(0.65, 0, 0.35, 1) 360ms forwards; }

.ez-copied__title { margin: 0; font-family: 'Montserrat', system-ui, sans-serif; font-weight: 800; font-size: 1.45rem; letter-spacing: -0.018em; line-height: 1.15; color: hsl(var(--ez-fg)); }
.ez-copied__subtitle { margin: 0.4rem 0 0; font-size: 1.02rem; font-weight: 400; color: hsl(var(--ez-muted)); line-height: 1.4; }

.ez-copied__pill { display: flex; align-items: center; gap: 0.6rem; width: 100%; margin: 1.25rem 0 0.15rem; padding: 0.45rem 0.55rem; background: hsl(var(--ez-soft)); border: 1px solid hsl(var(--ez-border)); border-radius: 12px; box-sizing: border-box; text-align: left; }
.ez-copied__pill-ic { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(120deg, hsl(var(--ez-blue)), hsl(var(--ez-navy))); box-shadow: 0 3px 8px -3px hsla(202, 99%, 37%, 0.6); }
.ez-copied__pill-ic svg { width: 16px; height: 16px; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ez-copied__url { flex: 1 1 auto; min-width: 0; font-size: 0.88rem; font-weight: 600; color: hsl(var(--ez-muted)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; direction: rtl; text-align: left; }

.ez-copied.ez-copied--show { animation: ez-popup-in 340ms cubic-bezier(0.2, 0.8, 0.25, 1) both; }
.ez-copied.ez-copied--hide { animation: ez-popup-out 200ms ease-in both; }

@keyframes ez-popup-in { 0% { opacity: 0; transform: translateY(14px) scale(0.94); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes ez-popup-out { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0.96); } }
@keyframes ez-badge-pop { 0% { transform: scale(0.4); opacity: 0; } 60% { transform: scale(1.06); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }
@keyframes ez-check-draw { to { stroke-dashoffset: 0; } }
@keyframes ez-halo { 0% { transform: scale(0.7); opacity: 0; } 35% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.04); opacity: 0.6; } }

@media (prefers-reduced-motion: reduce) {
  .ez-copied.ez-copied--show, .ez-copied__badge, .ez-copied__halo, .ez-copied__check-path { animation: none !important; }
  .ez-copied__badge { transform: scale(1); opacity: 1; }
  .ez-copied__check-path { stroke-dashoffset: 0; }
  .ez-copied__halo { opacity: 0.6; }
}

/* ── Komentāru patīk/nepatīk balsošanas pogas (ez_comment_vote_buttons) ── */
.ez-vote {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.3rem 0.7rem; border-radius: 9999px;
  border: 1px solid hsl(var(--border)); background: hsl(var(--card));
  color: hsl(var(--muted-foreground)); font-size: 0.8rem; font-weight: 700;
  line-height: 1; cursor: pointer;
  transition: color .15s, background-color .15s, border-color .15s, transform .1s;
}
.ez-vote:hover { color: hsl(var(--brand-blue)); border-color: hsl(var(--brand-blue)); background: hsl(var(--surface-soft)); }
.ez-vote--down:hover { color: hsl(var(--brand-red)); border-color: hsl(var(--brand-red)); }
.ez-vote:active { transform: scale(0.94); }
.ez-vote.is-active { color: #fff; background: hsl(var(--brand-blue)); border-color: hsl(var(--brand-blue)); }
.ez-vote--down.is-active { color: #fff; background: hsl(var(--brand-red)); border-color: hsl(var(--brand-red)); }
.ez-vote svg { display: block; }
.ez-vote-count { font-variant-numeric: tabular-nums; }
.ez-comment-reply.is-loading, .ez-vote[disabled] { opacity: 0.6; pointer-events: none; }

/* Raksta attēli ir piezūmējami (lightbox) — kursors to norāda. */
.wp-content img, .ez-zoom { cursor: zoom-in; }
.wp-content a img { cursor: pointer; }

/* ── EzerZeme mobile drawer (BRAND DRAWER) ──
   Scoped under .ez-mobile-menu / #mobile-menu-backdrop. Everything degrades to a
   plain, fully usable static panel if this CSS is absent. The 'hidden' class
   (display:none) is the JS source of truth (site.js setMenu); these rules only
   add the slide-in, backdrop fade, the red left-accent and the per-row chevron
   that ez_menu() cannot emit itself. */

/* Slide the panel down when it is shown (i.e. when .hidden is removed). */
#mobile-menu.ez-mobile-menu:not(.hidden) {
  animation: ez-mm-drop .28s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes ez-mm-drop {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Backdrop fade-in. */
#mobile-menu-backdrop:not(.hidden) {
  animation: ez-mm-fade .28s ease-out both;
}
@keyframes ez-mm-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* The ez_menu() walker outputs only <a> text, so the chevron and the red
   left-accent are drawn here as pseudo-elements on each generated row link. */
.ez-mobile-menu .ez-mm-row {
  -webkit-tap-highlight-color: transparent;
}

/* Chevron at the trailing edge of every category / "Vairāk" row. */
.ez-mobile-menu .ez-mm-row::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: .35;
  transition: transform .2s ease, opacity .2s ease, color .2s ease;
}
.ez-mobile-menu .ez-mm-row:hover::after,
.ez-mobile-menu .ez-mm-row:focus-visible::after {
  opacity: .9;
  transform: translateY(-50%) translateX(3px) rotate(45deg);
}

/* Red left-accent bar that grows in on hover/focus/active (categories). */
.ez-mobile-menu .ez-mm-cats .ez-mm-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: hsl(var(--brand-red));
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.ez-mobile-menu .ez-mm-cats .ez-mm-row:hover::before,
.ez-mobile-menu .ez-mm-cats .ez-mm-row:focus-visible::before,
.ez-mobile-menu .ez-mm-cats .ez-mm-row.current-menu-item > a,
.ez-mobile-menu .ez-mm-cats .ez-mm-row[aria-current]::before {
  transform: scaleY(1);
}
.ez-mobile-menu .ez-mm-cats .ez-mm-row:hover,
.ez-mobile-menu .ez-mm-cats .ez-mm-row:focus-visible {
  background: hsl(var(--surface-soft));
}

/* Blue left-accent + tint for the "Vairāk" secondary rows. */
.ez-mobile-menu .ez-mm-more .ez-mm-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: hsl(var(--brand-blue));
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.ez-mobile-menu .ez-mm-more .ez-mm-row:hover::before,
.ez-mobile-menu .ez-mm-more .ez-mm-row:focus-visible::before {
  transform: scaleY(1);
}
.ez-mobile-menu .ez-mm-more .ez-mm-row:hover,
.ez-mobile-menu .ez-mm-more .ez-mm-row:focus-visible {
  background: hsl(var(--card));
}


@media (prefers-reduced-motion: reduce) {
  #mobile-menu.ez-mobile-menu:not(.hidden),
  #mobile-menu-backdrop:not(.hidden) { animation: none; }
  .ez-mobile-menu .ez-mm-row::after,
  .ez-mobile-menu .ez-mm-cats .ez-mm-row::before,
  .ez-mobile-menu .ez-mm-more .ez-mm-row::before { transition: none; }
}
/* ── WP admin josla (redzama tikai pieslēgušamies personālam) + lipīgā mobilā galvene ──
   Mobilajā (<768px) galvene ir position:sticky top:0; WP admin josla to pārklāj
   (augstāks z-index), tāpēc ritinot galvene "pazūd" zem tās. Admin joslu mobilajā
   turam fiksētu augšā un galveni novietojam tieši zem tās (46px). Lasītājus neskar. */
@media screen and (max-width: 767px) {
  body.admin-bar #wpadminbar { position: fixed; top: 0; }
  body.admin-bar [data-site-header] { top: 46px; }
}

/* Reklāmas lapas WYSIWYG saturs (maketu prasības + baneru piezīmes). */
.ez-rk-layout p { margin: 0 0 0.75rem; }
.ez-rk-layout p:last-child { margin-bottom: 0; }
.ez-rk-layout a { color: hsl(var(--brand-red)); font-weight: 700; text-decoration: none; }
.ez-rk-layout a:hover { text-decoration: underline; }
.ez-rk-layout strong { color: hsl(var(--foreground)); font-weight: 600; }
.ez-rk-notes p { margin: 0 0 0.375rem; font-size: 12px; line-height: 1.45; color: hsl(var(--muted-foreground)); }
.ez-rk-notes p:last-child { margin-bottom: 0; }
.ez-rk-notes strong { color: hsl(var(--foreground)); font-weight: 600; }

/* Juridisko / noteikumu lapu saturs (.ez-policy-content). */
.ez-policy-content > h2:first-child,
.ez-policy-content > .wp-block-heading:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.ez-policy-content h2 { scroll-margin-top: 90px; font-size: 1.55rem; margin-top: 2.25em; padding-top: 1.2em; border-top: 1px solid hsl(var(--border)); }
.ez-policy-content > p:first-child { font-size: 1.2rem; color: hsl(var(--foreground)); }
.ez-policy-content ol li, .ez-policy-content ul li { padding-left: 0.25rem; }
.ez-policy-content ol li { margin-top: 0.9em; line-height: 1.7; }
.ez-policy-content li::marker { color: hsl(var(--brand-red)); font-weight: 700; }

/* ── Pasākumu kategoriju krāsas (afiša). Lietotas events.js kartītēs/čipos. ── */
.ez-evcat-kultura   { background-color: hsl(262 52% 47%); }
.ez-evcat-muzika    { background-color: hsl(330 64% 48%); }
.ez-evcat-sports    { background-color: hsl(152 55% 34%); }
.ez-evcat-izstades  { background-color: hsl(34 82% 44%); }
.ez-evcat-berniem   { background-color: hsl(196 72% 40%); }
.ez-evcat-izglitiba { background-color: hsl(215 66% 46%); }
.ez-evcat-tirgi     { background-color: hsl(18 58% 44%); }
.ez-evcat-text-kultura   { color: hsl(262 52% 47%); }
.ez-evcat-text-muzika    { color: hsl(330 64% 44%); }
.ez-evcat-text-sports    { color: hsl(152 55% 30%); }
.ez-evcat-text-izstades  { color: hsl(34 82% 38%); }
.ez-evcat-text-berniem   { color: hsl(196 72% 34%); }
.ez-evcat-text-izglitiba { color: hsl(215 66% 44%); }
.ez-evcat-text-tirgi     { color: hsl(18 58% 40%); }

/* Afišas kartīte — maigs pacēlums uz hover. */
.ez-evcard { transition: transform .25s ease, box-shadow .25s ease; }
.ez-evcard:hover { transform: translateY(-4px); box-shadow: 0 14px 32px -12px hsl(204 99% 22% / .28); }
.ez-evcard__img { transition: transform .5s ease; }
.ez-evcard:hover .ez-evcard__img { transform: scale(1.06); }

/* Latvijas Pasta adrešu vidžets (lpaisais) — piegādes adrese profila lapā.
   ĀRPUS @layer: .lpaisais-* / addr_* elementus veido lpaisais.js izpildlaikā,
   tāpēc @layer iekšienē Tailwind tos izpurgotu. */
.lpaisais { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.lpaisais .lpaisais-div { display: flex; flex-direction: column; min-width: 0; }
.lpaisais .lpaisais-div:has(.addr_type),
.lpaisais .lpaisais-actions,
.lpaisais #addr_text { grid-column: 1 / -1; }
.lpaisais .lpaisais-actions { flex-direction: row; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.25rem; }
.lpaisais #addr_id { display: none; }
.lpaisais .lpaisais-label { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: hsl(var(--muted-foreground)); margin-bottom: 0.375rem; }
.lpaisais .lpaisais-select,
.lpaisais .lpaisais-input,
.lpaisais .lpaisais-textarea {
  display: block; width: 100%; height: 2.5rem;
  border: 1px solid hsl(var(--border)); background: hsl(var(--surface-soft));
  border-radius: 0; padding: 0 0.75rem; font-size: 0.875rem; color: hsl(var(--foreground));
}
.lpaisais .lpaisais-textarea { height: auto; min-height: 3rem; padding: 0.5rem 0.75rem; resize: vertical; }
.lpaisais .lpaisais-select:disabled,
.lpaisais .lpaisais-input:disabled { opacity: 0.5; cursor: not-allowed; }
.lpaisais .lpaisais-select:focus,
.lpaisais .lpaisais-input:focus,
.lpaisais .lpaisais-textarea:focus { outline: none; border-color: hsl(var(--brand-blue)); box-shadow: 0 0 0 2px hsl(var(--brand-blue) / 0.25); }
.lpaisais .addr_type { display: inline-block; padding: 0.25rem 0; margin-right: 1.25rem; font-size: 0.875rem; color: hsl(var(--muted-foreground)); text-decoration: none; border-bottom: 2px solid transparent; }
.lpaisais .addr_type_selected { color: hsl(var(--foreground)); font-weight: 600; border-bottom-color: hsl(var(--brand-blue)); }
.lpaisais .lpaisais-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.8125rem; font-weight: 600; color: hsl(var(--brand-blue));
  text-decoration: none; border: 1px solid hsl(var(--border));
  padding: 0.4rem 0.75rem; background: hsl(var(--background));
  transition: border-color .15s, background-color .15s;
}
.lpaisais .lpaisais-link:hover { border-color: hsl(var(--brand-blue)); background: hsl(var(--surface-soft)); }
.lpaisais .lpaisais-link svg { width: 1rem; height: 1rem; flex-shrink: 0; }
@media (max-width: 640px) { .lpaisais { grid-template-columns: 1fr; } }
.prose-headings\:font-display :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.005em;
  }
.hover\:bg-navy:hover { background-image: var(--gradient-brand); background-color: hsl(var(--navy)); }
.hover\:bg-brand-red:hover { background-color: hsl(var(--brand-red)); }
.hover\:text-brand-red:hover { color: hsl(var(--brand-red)); }
.hover\:text-brand-red-foreground:hover { color: hsl(var(--brand-red-foreground)); }
.focus-visible\:text-brand-red:focus-visible { color: hsl(var(--brand-red)); }
.group:hover .group-hover\:bg-brand-red { background-color: hsl(var(--brand-red)); }
.group:hover .group-hover\:text-brand-red { color: hsl(var(--brand-red)); }
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}
.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button{
  font-weight: 500;
}
.file\:text-foreground::file-selector-button{
  color: hsl(var(--foreground));
}
.placeholder\:text-muted-foreground::-moz-placeholder{
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder{
  color: hsl(var(--muted-foreground));
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-brand-blue:hover{
  border-color: hsl(var(--brand-blue));
}
.hover\:border-brand-blue\/50:hover{
  border-color: hsl(var(--brand-blue) / 0.5);
}
.hover\:border-brand-blue\/60:hover{
  border-color: hsl(var(--brand-blue) / 0.6);
}
.hover\:border-brand-red:hover{
  border-color: hsl(var(--brand-red));
}
.hover\:border-brand-red\/50:hover{
  border-color: hsl(var(--brand-red) / 0.5);
}
.hover\:border-foreground\/30:hover{
  border-color: hsl(var(--foreground) / 0.3);
}
.hover\:border-navy:hover{
  border-color: hsl(var(--navy));
}
.hover\:border-primary:hover{
  border-color: hsl(var(--primary));
}
.hover\:bg-accent:hover{
  background-color: hsl(var(--accent));
}
.hover\:bg-brand-blue:hover{
  background-color: hsl(var(--brand-blue));
}
.hover\:bg-brand-blue\/10:hover{
  background-color: hsl(var(--brand-blue) / 0.1);
}
.hover\:bg-brand-blue\/90:hover{
  background-color: hsl(var(--brand-blue) / 0.9);
}
.hover\:bg-brand-red:hover{
  background-color: hsl(var(--brand-red));
}
.hover\:bg-brand-red\/10:hover{
  background-color: hsl(var(--brand-red) / 0.1);
}
.hover\:bg-brand-red\/5:hover{
  background-color: hsl(var(--brand-red) / 0.05);
}
.hover\:bg-brand-red\/90:hover{
  background-color: hsl(var(--brand-red) / 0.9);
}
.hover\:bg-card:hover{
  background-color: hsl(var(--card));
}
.hover\:bg-foreground:hover{
  background-color: hsl(var(--foreground));
}
.hover\:bg-muted:hover{
  background-color: hsl(var(--muted));
}
.hover\:bg-muted\/30:hover{
  background-color: hsl(var(--muted) / 0.3);
}
.hover\:bg-muted\/40:hover{
  background-color: hsl(var(--muted) / 0.4);
}
.hover\:bg-navy:hover{
  background-color: hsl(var(--navy));
}
.hover\:bg-primary:hover{
  background-color: hsl(var(--primary));
}
.hover\:bg-primary-foreground\/20:hover{
  background-color: hsl(var(--primary-foreground) / 0.2);
}
.hover\:bg-primary\/10:hover{
  background-color: hsl(var(--primary) / 0.1);
}
.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-surface-muted:hover{
  background-color: hsl(var(--surface-muted));
}
.hover\:bg-surface-soft:hover{
  background-color: hsl(var(--surface-soft));
}
.hover\:bg-surface-soft\/50:hover{
  background-color: hsl(var(--surface-soft) / 0.5);
}
.hover\:bg-surface-soft\/70:hover{
  background-color: hsl(var(--surface-soft) / 0.7);
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:text-accent-foreground:hover{
  color: hsl(var(--accent-foreground));
}
.hover\:text-brand-blue:hover{
  color: hsl(var(--brand-blue));
}
.hover\:text-brand-red:hover{
  color: hsl(var(--brand-red));
}
.hover\:text-brand-red-foreground:hover{
  color: hsl(var(--brand-red-foreground));
}
.hover\:text-foreground:hover{
  color: hsl(var(--foreground));
}
.hover\:text-navy-foreground:hover{
  color: hsl(var(--navy-foreground));
}
.hover\:text-primary:hover{
  color: hsl(var(--primary));
}
.hover\:text-primary-foreground:hover{
  color: hsl(var(--primary-foreground));
}
.hover\:text-primary\/70:hover{
  color: hsl(var(--primary) / 0.7);
}
.hover\:text-primary\/80:hover{
  color: hsl(var(--primary) / 0.8);
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-primary:focus{
  border-color: hsl(var(--primary));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-primary\/20:focus{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
.focus\:ring-ring:focus{
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:border-brand-blue:focus-visible{
  border-color: hsl(var(--brand-blue));
}
.focus-visible\:text-brand-blue:focus-visible{
  color: hsl(var(--brand-blue));
}
.focus-visible\:text-brand-red:focus-visible{
  color: hsl(var(--brand-red));
}
.focus-visible\:text-primary-foreground:focus-visible{
  color: hsl(var(--primary-foreground));
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-0:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-2:focus-visible{
  --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-visible\:ring-brand-blue:focus-visible{
  --tw-ring-color: hsl(var(--brand-blue));
}
.focus-visible\:ring-primary-foreground\/40:focus-visible{
  --tw-ring-color: hsl(var(--primary-foreground) / 0.4);
}
.focus-visible\:ring-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-background:focus-visible{
  --tw-ring-offset-color: hsl(var(--background));
}
.focus-visible\:ring-offset-transparent:focus-visible{
  --tw-ring-offset-color: transparent;
}
.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));
}
.active\:scale-\[0\.97\]:active{
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  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));
}
.active\:scale-\[0\.98\]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group\/item:hover .group-hover\/item\:w-full{
  width: 100%;
}
.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-brand-blue{
  background-color: hsl(var(--brand-blue));
}
.group:hover .group-hover\:bg-brand-red{
  background-color: hsl(var(--brand-red));
}
.group:hover .group-hover\:text-brand-blue{
  color: hsl(var(--brand-blue));
}
.group:hover .group-hover\:text-brand-red{
  color: hsl(var(--brand-red));
}
.group:hover .group-hover\:text-foreground{
  color: hsl(var(--foreground));
}
.group:hover .group-hover\:text-primary{
  color: hsl(var(--primary));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:border-brand-blue{
  border-color: hsl(var(--brand-blue));
}
.peer:checked ~ .peer-checked\:bg-brand-blue{
  background-color: hsl(var(--brand-blue));
}
.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity: 0.7;
}
.has-\[\:checked\]\:border-brand-blue:has(:checked){
  border-color: hsl(var(--brand-blue));
}
.has-\[\:checked\]\:bg-brand-blue\/5:has(:checked){
  background-color: hsl(var(--brand-blue) / 0.05);
}
.has-\[\:focus-visible\]\:ring-2:has(:focus-visible){
  --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);
}
.has-\[\:focus-visible\]\:ring-brand-blue:has(:focus-visible){
  --tw-ring-color: hsl(var(--brand-blue));
}
.has-\[\:focus-visible\]\:ring-offset-2:has(:focus-visible){
  --tw-ring-offset-width: 2px;
}
.group:has(:checked) .group-has-\[\:checked\]\:border-brand-blue{
  border-color: hsl(var(--brand-blue));
}
.group:has(:checked) .group-has-\[\:checked\]\:bg-brand-blue{
  background-color: hsl(var(--brand-blue));
}
.group:has(:checked) .group-has-\[\:checked\]\:text-brand-blue{
  color: hsl(var(--brand-blue));
}
.group:has(:checked) .group-has-\[\:checked\]\:opacity-100{
  opacity: 1;
}
.data-\[state\=checked\]\:translate-x-5[data-state="checked"]{
  --tw-translate-x: 1.25rem;
  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));
}
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"]{
  background-color: hsl(var(--primary));
}
.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"]{
  background-color: hsl(var(--input));
}
.prose-headings\:font-display :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: 'Montserrat', system-ui, sans-serif;
}
.prose-p\:my-3 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: hsl(var(--primary));
}
.prose-strong\:text-foreground :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: hsl(var(--foreground));
}
.prose-li\:my-1 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 640px){

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

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

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

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

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

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

  .sm\:grid-cols-\[220px_1fr\]{
    grid-template-columns: 220px 1fr;
  }

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

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

  .sm\:items-baseline{
    align-items: baseline;
  }

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

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:top-24{
    top: 6rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

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

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-8{
    height: 2rem;
  }

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

  .md\:max-h-20{
    max-height: 5rem;
  }

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

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-40{
    width: 10rem;
  }

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

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

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

  .md\:grid-cols-\[1fr_auto\]{
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[3rem_1fr\]{
    grid-template-columns: 3rem 1fr;
  }

  .md\:grid-cols-\[4rem_1fr\]{
    grid-template-columns: 4rem 1fr;
  }

  .md\:grid-cols-\[auto_1fr\]{
    grid-template-columns: auto 1fr;
  }

  .md\:flex-row{
    flex-direction: row;
  }

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

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

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

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

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

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

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

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

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

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1024px){

  .lg\:sticky{
    position: sticky;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:top-24{
    top: 6rem;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-\[1fr_300px\]{
    grid-template-columns: 1fr 300px;
  }

  .lg\:grid-cols-\[1fr_320px\]{
    grid-template-columns: 1fr 320px;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

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

  .lg\:p-2{
    padding: 0.5rem;
  }

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

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

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

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

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.\[\&\>a\:focus-visible\]\:bg-primary-foreground\/10>a:focus-visible{
  background-color: hsl(var(--primary-foreground) / 0.1);
}
.\[\&\>a\:focus-visible\]\:text-primary-foreground>a:focus-visible{
  color: hsl(var(--primary-foreground));
}
.\[\&\>a\:focus-visible\]\:outline-none>a:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\[\&\>a\:focus-visible\]\:ring-2>a:focus-visible{
  --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);
}
.\[\&\>a\:focus-visible\]\:ring-primary-foreground\/40>a:focus-visible{
  --tw-ring-color: hsl(var(--primary-foreground) / 0.4);
}
.\[\&\>a\:focus-visible\]\:ring-offset-2>a:focus-visible{
  --tw-ring-offset-width: 2px;
}
.\[\&\>a\:focus-visible\]\:ring-offset-transparent>a:focus-visible{
  --tw-ring-offset-color: transparent;
}
.\[\&\>a\:hover\]\:bg-primary-foreground\/10>a:hover{
  background-color: hsl(var(--primary-foreground) / 0.1);
}
.\[\&\>a\:hover\]\:text-primary-foreground>a:hover{
  color: hsl(var(--primary-foreground));
}
.\[\&\>a\]\:inline-flex>a{
  display: inline-flex;
}
.\[\&\>a\]\:items-center>a{
  align-items: center;
}
.\[\&\>a\]\:rounded-full>a{
  border-radius: 9999px;
}
.\[\&\>a\]\:bg-primary-foreground\/5>a{
  background-color: hsl(var(--primary-foreground) / 0.05);
}
.\[\&\>a\]\:px-4>a{
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&\>a\]\:py-1\.5>a{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&\>a\]\:text-\[13px\]>a{
  font-size: 13px;
}
.\[\&\>a\]\:leading-none>a{
  line-height: 1;
}
.\[\&\>a\]\:tracking-wide>a{
  letter-spacing: 0.025em;
}
.\[\&\>a\]\:text-primary-foreground\/65>a{
  color: hsl(var(--primary-foreground) / 0.65);
}
.\[\&\>a\]\:transition-colors>a{
  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;
}
.\[\&\>svg\]\:h-4>svg{
  height: 1rem;
}
.\[\&\>svg\]\:w-4>svg{
  width: 1rem;
}
.\[\&_svg\]\:pointer-events-none svg{
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg{
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}
