reactigoded 1.0.0-beta.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/CHANGELOG.md +3001 -0
  2. package/LICENSE +21 -0
  3. package/README.md +556 -0
  4. package/dist/Toast-FZUdYH1L.js +594 -0
  5. package/dist/cn.js +7 -0
  6. package/dist/components/Accordion/Accordion.d.ts +49 -0
  7. package/dist/components/Accordion/AccordionContent.d.ts +15 -0
  8. package/dist/components/Accordion/AccordionContext.d.ts +59 -0
  9. package/dist/components/Accordion/AccordionHeader.d.ts +22 -0
  10. package/dist/components/Accordion/AccordionItem.d.ts +11 -0
  11. package/dist/components/Accordion/index.d.ts +8 -0
  12. package/dist/components/Alert/Alert.d.ts +39 -0
  13. package/dist/components/Alert/index.d.ts +2 -0
  14. package/dist/components/AlertDialog/AlertDialogClose.d.ts +64 -0
  15. package/dist/components/AlertDialog/AlertDialogContent.d.ts +58 -0
  16. package/dist/components/AlertDialog/index.d.ts +14 -0
  17. package/dist/components/Avatar/Avatar.d.ts +62 -0
  18. package/dist/components/Avatar/AvatarGroup.d.ts +13 -0
  19. package/dist/components/Avatar/index.d.ts +4 -0
  20. package/dist/components/Badge/Badge.d.ts +33 -0
  21. package/dist/components/Badge/index.d.ts +2 -0
  22. package/dist/components/Breadcrumb/Breadcrumb.d.ts +14 -0
  23. package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +21 -0
  24. package/dist/components/Breadcrumb/index.d.ts +4 -0
  25. package/dist/components/Button/Button.d.ts +61 -0
  26. package/dist/components/Button/IconButton.d.ts +48 -0
  27. package/dist/components/Button/index.d.ts +4 -0
  28. package/dist/components/Card/Card.d.ts +79 -0
  29. package/dist/components/Card/CardBody.d.ts +8 -0
  30. package/dist/components/Card/CardDivider.d.ts +8 -0
  31. package/dist/components/Card/CardFooter.d.ts +8 -0
  32. package/dist/components/Card/CardHeader.d.ts +8 -0
  33. package/dist/components/Card/CardImage.d.ts +15 -0
  34. package/dist/components/Card/index.d.ts +12 -0
  35. package/dist/components/Checkbox/Checkbox.d.ts +47 -0
  36. package/dist/components/Checkbox/index.d.ts +2 -0
  37. package/dist/components/Chip/Chip.d.ts +38 -0
  38. package/dist/components/Chip/index.d.ts +2 -0
  39. package/dist/components/Dialog/Dialog.d.ts +80 -0
  40. package/dist/components/Dialog/DialogBody.d.ts +8 -0
  41. package/dist/components/Dialog/DialogClose.d.ts +61 -0
  42. package/dist/components/Dialog/DialogContent.d.ts +36 -0
  43. package/dist/components/Dialog/DialogContext.d.ts +1 -0
  44. package/dist/components/Dialog/DialogFooter.d.ts +8 -0
  45. package/dist/components/Dialog/DialogHeader.d.ts +13 -0
  46. package/dist/components/Dialog/DialogTrigger.d.ts +44 -0
  47. package/dist/components/Dialog/index.d.ts +16 -0
  48. package/dist/components/Divider/Divider.d.ts +34 -0
  49. package/dist/components/Divider/index.d.ts +2 -0
  50. package/dist/components/Input/ErrorText.d.ts +13 -0
  51. package/dist/components/Input/Helper.d.ts +11 -0
  52. package/dist/components/Input/Input.d.ts +35 -0
  53. package/dist/components/Input/InputAddon.d.ts +8 -0
  54. package/dist/components/Input/InputGroup.d.ts +17 -0
  55. package/dist/components/Input/Label.d.ts +12 -0
  56. package/dist/components/Input/index.d.ts +12 -0
  57. package/dist/components/NativeSelect/NativeSelect.d.ts +41 -0
  58. package/dist/components/NativeSelect/index.d.ts +2 -0
  59. package/dist/components/Navbar/Navbar.d.ts +46 -0
  60. package/dist/components/Navbar/NavbarActions.d.ts +10 -0
  61. package/dist/components/Navbar/NavbarLink.d.ts +13 -0
  62. package/dist/components/Navbar/NavbarLogo.d.ts +22 -0
  63. package/dist/components/Navbar/NavbarMenuButton.d.ts +15 -0
  64. package/dist/components/Navbar/NavbarNav.d.ts +14 -0
  65. package/dist/components/Navbar/index.d.ts +12 -0
  66. package/dist/components/Pagination/Pagination.d.ts +77 -0
  67. package/dist/components/Pagination/index.d.ts +2 -0
  68. package/dist/components/Progress/Progress.d.ts +63 -0
  69. package/dist/components/Progress/index.d.ts +2 -0
  70. package/dist/components/Radio/Radio.d.ts +28 -0
  71. package/dist/components/Radio/index.d.ts +2 -0
  72. package/dist/components/Rating/Rating.d.ts +85 -0
  73. package/dist/components/Rating/index.d.ts +2 -0
  74. package/dist/components/Sidebar/Sidebar.d.ts +28 -0
  75. package/dist/components/Sidebar/SidebarContext.d.ts +32 -0
  76. package/dist/components/Sidebar/SidebarDivider.d.ts +8 -0
  77. package/dist/components/Sidebar/SidebarFooter.d.ts +8 -0
  78. package/dist/components/Sidebar/SidebarHeader.d.ts +13 -0
  79. package/dist/components/Sidebar/SidebarItem.d.ts +42 -0
  80. package/dist/components/Sidebar/SidebarNav.d.ts +13 -0
  81. package/dist/components/Sidebar/SidebarSection.d.ts +11 -0
  82. package/dist/components/Sidebar/SidebarToggle.d.ts +17 -0
  83. package/dist/components/Sidebar/index.d.ts +16 -0
  84. package/dist/components/Skeleton/Skeleton.d.ts +60 -0
  85. package/dist/components/Skeleton/index.d.ts +2 -0
  86. package/dist/components/Slider/Slider.d.ts +44 -0
  87. package/dist/components/Slider/index.d.ts +2 -0
  88. package/dist/components/Slot/Slot.d.ts +1 -0
  89. package/dist/components/Slot/composeEventHandlers.d.ts +1 -0
  90. package/dist/components/Slot/composeRefs.d.ts +1 -0
  91. package/dist/components/Slot/index.d.ts +3 -0
  92. package/dist/components/Spinner/Spinner.d.ts +31 -0
  93. package/dist/components/Spinner/index.d.ts +2 -0
  94. package/dist/components/Stepper/Step.d.ts +17 -0
  95. package/dist/components/Stepper/Stepper.d.ts +97 -0
  96. package/dist/components/Stepper/index.d.ts +4 -0
  97. package/dist/components/Switch/Switch.d.ts +53 -0
  98. package/dist/components/Switch/index.d.ts +2 -0
  99. package/dist/components/Table/Table.d.ts +74 -0
  100. package/dist/components/Table/index.d.ts +2 -0
  101. package/dist/components/Tabs/Tabs.d.ts +41 -0
  102. package/dist/components/Tabs/TabsContent.d.ts +15 -0
  103. package/dist/components/Tabs/TabsContext.d.ts +61 -0
  104. package/dist/components/Tabs/TabsList.d.ts +10 -0
  105. package/dist/components/Tabs/TabsTrigger.d.ts +15 -0
  106. package/dist/components/Tabs/index.d.ts +8 -0
  107. package/dist/components/Textarea/Textarea.d.ts +51 -0
  108. package/dist/components/Textarea/index.d.ts +2 -0
  109. package/dist/components/ThemeToggle/ThemeToggle.d.ts +43 -0
  110. package/dist/components/ThemeToggle/index.d.ts +2 -0
  111. package/dist/components/Timeline/Timeline.d.ts +20 -0
  112. package/dist/components/Timeline/TimelineItem.d.ts +32 -0
  113. package/dist/components/Timeline/index.d.ts +4 -0
  114. package/dist/components/Toast/Toast.d.ts +47 -0
  115. package/dist/components/Toast/ToastContext.d.ts +93 -0
  116. package/dist/components/Toast/ToastProvider.d.ts +116 -0
  117. package/dist/components/Toast/index.d.ts +6 -0
  118. package/dist/components/floating/Menu/Menu.d.ts +67 -0
  119. package/dist/components/floating/Menu/MenuContent.d.ts +60 -0
  120. package/dist/components/floating/Menu/MenuContext.d.ts +78 -0
  121. package/dist/components/floating/Menu/MenuItem.d.ts +47 -0
  122. package/dist/components/floating/Menu/MenuLabel.d.ts +6 -0
  123. package/dist/components/floating/Menu/MenuSeparator.d.ts +6 -0
  124. package/dist/components/floating/Menu/MenuTrigger.d.ts +53 -0
  125. package/dist/components/floating/Menu/index.d.ts +12 -0
  126. package/dist/components/floating/Menu/menuSelectors.d.ts +15 -0
  127. package/dist/components/floating/Tooltip/Tooltip.d.ts +194 -0
  128. package/dist/components/floating/Tooltip/index.d.ts +2 -0
  129. package/dist/components/floating/index.d.ts +3 -0
  130. package/dist/components/floating/primitives/FloatingTreeRoot.d.ts +55 -0
  131. package/dist/components/floating/primitives/index.d.ts +2 -0
  132. package/dist/components/floating/primitives/useFloatingNode.d.ts +1 -0
  133. package/dist/components/index.d.ts +38 -0
  134. package/dist/hooks/useControllableState.d.ts +152 -0
  135. package/dist/hooks/useTheme.d.ts +44 -0
  136. package/dist/index.d.ts +36 -0
  137. package/dist/index.js +1843 -0
  138. package/dist/server-safe.d.ts +69 -0
  139. package/dist/server-safe.js +47 -0
  140. package/dist/styles/igoded-base.css +1 -0
  141. package/dist/styles/igoded-components.css +1 -0
  142. package/dist/styles/igoded-design.css +1 -0
  143. package/dist/styles/igoded-fonts.css +1 -0
  144. package/dist/styles/igoded-reset.css +1 -0
  145. package/dist/styles/igoded-state-css.css +1 -0
  146. package/dist/styles/igoded-tokens.css +1 -0
  147. package/dist/styles/index.css +3 -0
  148. package/dist/styles/state/active.css +1 -0
  149. package/dist/styles/state/checked.css +1 -0
  150. package/dist/styles/state/default.css +1 -0
  151. package/dist/styles/state/disabled.css +1 -0
  152. package/dist/styles/state/empty.css +1 -0
  153. package/dist/styles/state/first-child.css +1 -0
  154. package/dist/styles/state/first-of-type.css +1 -0
  155. package/dist/styles/state/focus-visible.css +1 -0
  156. package/dist/styles/state/focus-within.css +1 -0
  157. package/dist/styles/state/focus.css +1 -0
  158. package/dist/styles/state/group-hover.css +1 -0
  159. package/dist/styles/state/hover.css +1 -0
  160. package/dist/styles/state/in-range.css +1 -0
  161. package/dist/styles/state/indeterminate.css +1 -0
  162. package/dist/styles/state/invalid.css +1 -0
  163. package/dist/styles/state/last-child.css +1 -0
  164. package/dist/styles/state/last-of-type.css +1 -0
  165. package/dist/styles/state/nth-child.css +1 -0
  166. package/dist/styles/state/only-child.css +1 -0
  167. package/dist/styles/state/optional.css +1 -0
  168. package/dist/styles/state/other.css +1 -0
  169. package/dist/styles/state/out-of-range.css +1 -0
  170. package/dist/styles/state/placeholder-shown.css +1 -0
  171. package/dist/styles/state/read-only.css +1 -0
  172. package/dist/styles/state/read-write.css +1 -0
  173. package/dist/styles/state/required.css +1 -0
  174. package/dist/styles/state/target.css +1 -0
  175. package/dist/styles/state/valid.css +1 -0
  176. package/dist/utils/cn.d.ts +11 -0
  177. package/package.json +282 -0
@@ -0,0 +1 @@
1
+ .first\:ig-caret-transparent:first-child{caret-color:transparent}.first\:ig-caret-current:first-child{caret-color:currentColor}.first\:ig-caret-auto:first-child{caret-color:auto}.first\:ig-caret-brand:first-child{caret-color:var(--ig-vitreus)}.first\:ig-caret-secondary:first-child{caret-color:var(--ig-axis)}.first\:ig-caret-success:first-child{caret-color:var(--ig-laurus)}.first\:ig-caret-warning:first-child{caret-color:var(--ig-rutilus)}.first\:ig-caret-danger:first-child{caret-color:var(--ig-malum)}.first\:ig-caret-info:first-child{caret-color:var(--ig-kobalium)}.first\:ig-caret-white:first-child{caret-color:#fff}.first\:ig-caret-black:first-child{caret-color:#000}.first\:ig-accent-auto:first-child{accent-color:auto}.first\:ig-accent-brand:first-child{accent-color:var(--ig-vitreus)}.first\:ig-accent-secondary:first-child{accent-color:var(--ig-axis)}.first\:ig-accent-success:first-child{accent-color:var(--ig-laurus)}.first\:ig-accent-warning:first-child{accent-color:var(--ig-rutilus)}.first\:ig-accent-danger:first-child{accent-color:var(--ig-malum)}.first\:ig-accent-info:first-child{accent-color:var(--ig-kobalium)}.first\:ig-accent-white:first-child{accent-color:#ffffff}.first\:ig-accent-black:first-child{accent-color:#000000}.first\:ig-block:first-child{display:block}.first\:ig-inline-block:first-child{display:inline-block}.first\:ig-inline:first-child{display:inline}.first\:ig-flex:first-child{display:flex}.first\:ig-inline-flex:first-child{display:inline-flex}.first\:ig-grid:first-child{display:grid}.first\:ig-inline-grid:first-child{display:inline-grid}.first\:ig-contents:first-child{display:contents}.first\:ig-hidden:first-child{display:none}.first\:ig-float-left:first-child{float:left}.first\:ig-float-right:first-child{float:right}.first\:ig-float-none:first-child{float:none}.first\:ig-clear-left:first-child{clear:left}.first\:ig-clear-right:first-child{clear:right}.first\:ig-clear-both:first-child{clear:both}.first\:ig-clear-none:first-child{clear:none}.first\:ig-shape-none:first-child{shape-outside:none}.first\:ig-shape-circle:first-child{shape-outside:circle(50%)}.first\:ig-shape-ellipse:first-child{shape-outside:ellipse(50% 40%)}.first\:ig-shape-inset:first-child{shape-outside:inset(10px)}.first\:ig-shape-inset-rounded:first-child{shape-outside:inset(10px round 20px)}.first\:ig-shape-triangle:first-child{shape-outside:polygon(50% 0%,0% 100%,100% 100%)}.first\:ig-shape-diamond:first-child{shape-outside:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.first\:ig-shape-hexagon:first-child{shape-outside:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.first\:ig-shape-margin-0:first-child{shape-margin:0}.first\:ig-shape-margin-1:first-child{shape-margin:var(--ig-space-1)}.first\:ig-shape-margin-2:first-child{shape-margin:var(--ig-space-2)}.first\:ig-shape-margin-4:first-child{shape-margin:var(--ig-space-4)}.first\:ig-flex-row:first-child{flex-direction:row}.first\:ig-flex-row-reverse:first-child{flex-direction:row-reverse}.first\:ig-flex-col:first-child{flex-direction:column}.first\:ig-flex-col-reverse:first-child{flex-direction:column-reverse}.first\:ig-flex-wrap:first-child{flex-wrap:wrap}.first\:ig-flex-nowrap:first-child{flex-wrap:nowrap}.first\:ig-flex-wrap-reverse:first-child{flex-wrap:wrap-reverse}.first\:ig-flex-1:first-child{flex:1 1 0%}.first\:ig-flex-auto:first-child{flex:1 1 auto}.first\:ig-flex-initial:first-child{flex:0 1 auto}.first\:ig-flex-none:first-child{flex:none}.first\:ig-grow:first-child{flex-grow:1}.first\:ig-grow-0:first-child{flex-grow:0}.first\:ig-shrink:first-child{flex-shrink:1}.first\:ig-shrink-0:first-child{flex-shrink:0}.first\:ig-basis-0:first-child{flex-basis:0}.first\:ig-basis-auto:first-child{flex-basis:auto}.first\:ig-basis-full:first-child{flex-basis:100%}.first\:ig-basis-half:first-child{flex-basis:50%}.first\:ig-basis-third:first-child{flex-basis:33.333333%}.first\:ig-basis-2thirds:first-child{flex-basis:66.666667%}.first\:ig-basis-quarter:first-child{flex-basis:25%}.first\:ig-basis-3quarters:first-child{flex-basis:75%}.first\:ig-basis-fifth:first-child{flex-basis:20%}.first\:ig-basis-2fifths:first-child{flex-basis:40%}.first\:ig-basis-3fifths:first-child{flex-basis:60%}.first\:ig-basis-4fifths:first-child{flex-basis:80%}.first\:ig-basis-4:first-child{flex-basis:var(--ig-space-4)}.first\:ig-basis-8:first-child{flex-basis:var(--ig-space-8)}.first\:ig-basis-12:first-child{flex-basis:var(--ig-space-12)}.first\:ig-basis-16:first-child{flex-basis:var(--ig-space-16)}.first\:ig-basis-24:first-child{flex-basis:var(--ig-space-24)}.first\:ig-basis-32:first-child{flex-basis:var(--ig-space-32)}.first\:ig-basis-48:first-child{flex-basis:var(--ig-space-48)}.first\:ig-basis-64:first-child{flex-basis:var(--ig-space-64)}.first\:ig-justify-start:first-child{justify-content:flex-start}.first\:ig-justify-end:first-child{justify-content:flex-end}.first\:ig-justify-center:first-child{justify-content:center}.first\:ig-justify-between:first-child{justify-content:space-between}.first\:ig-justify-around:first-child{justify-content:space-around}.first\:ig-justify-evenly:first-child{justify-content:space-evenly}.first\:ig-items-start:first-child{align-items:flex-start}.first\:ig-items-end:first-child{align-items:flex-end}.first\:ig-items-center:first-child{align-items:center}.first\:ig-items-baseline:first-child{align-items:baseline}.first\:ig-items-stretch:first-child{align-items:stretch}.first\:ig-self-auto:first-child{align-self:auto}.first\:ig-self-start:first-child{align-self:flex-start}.first\:ig-self-end:first-child{align-self:flex-end}.first\:ig-self-center:first-child{align-self:center}.first\:ig-self-stretch:first-child{align-self:stretch}.first\:ig-content-start:first-child{align-content:flex-start}.first\:ig-content-end:first-child{align-content:flex-end}.first\:ig-content-center:first-child{align-content:center}.first\:ig-content-between:first-child{align-content:space-between}.first\:ig-content-around:first-child{align-content:space-around}.first\:ig-content-evenly:first-child{align-content:space-evenly}.first\:ig-order-first:first-child{order:-9999}.first\:ig-order-last:first-child{order:9999}.first\:ig-order-none:first-child{order:0}.first\:ig-order-1:first-child{order:1}.first\:ig-order-2:first-child{order:2}.first\:ig-order-3:first-child{order:3}.first\:ig-order-4:first-child{order:4}.first\:ig-order-5:first-child{order:5}.first\:ig-order-6:first-child{order:6}.first\:ig-order-7:first-child{order:7}.first\:ig-order-8:first-child{order:8}.first\:ig-order-9:first-child{order:9}.first\:ig-order-10:first-child{order:10}.first\:ig-order-11:first-child{order:11}.first\:ig-order-12:first-child{order:12}.first\:ig-grid-cols-1:first-child{grid-template-columns:repeat(1,minmax(0,1fr))}.first\:ig-grid-cols-2:first-child{grid-template-columns:repeat(2,minmax(0,1fr))}.first\:ig-grid-cols-3:first-child{grid-template-columns:repeat(3,minmax(0,1fr))}.first\:ig-grid-cols-4:first-child{grid-template-columns:repeat(4,minmax(0,1fr))}.first\:ig-grid-cols-5:first-child{grid-template-columns:repeat(5,minmax(0,1fr))}.first\:ig-grid-cols-6:first-child{grid-template-columns:repeat(6,minmax(0,1fr))}.first\:ig-grid-cols-7:first-child{grid-template-columns:repeat(7,minmax(0,1fr))}.first\:ig-grid-cols-8:first-child{grid-template-columns:repeat(8,minmax(0,1fr))}.first\:ig-grid-cols-9:first-child{grid-template-columns:repeat(9,minmax(0,1fr))}.first\:ig-grid-cols-10:first-child{grid-template-columns:repeat(10,minmax(0,1fr))}.first\:ig-grid-cols-11:first-child{grid-template-columns:repeat(11,minmax(0,1fr))}.first\:ig-grid-cols-12:first-child{grid-template-columns:repeat(12,minmax(0,1fr))}.first\:ig-grid-cols-none:first-child{grid-template-columns:none}.first\:ig-grid-rows-1:first-child{grid-template-rows:repeat(1,minmax(0,1fr))}.first\:ig-grid-rows-2:first-child{grid-template-rows:repeat(2,minmax(0,1fr))}.first\:ig-grid-rows-3:first-child{grid-template-rows:repeat(3,minmax(0,1fr))}.first\:ig-grid-rows-4:first-child{grid-template-rows:repeat(4,minmax(0,1fr))}.first\:ig-grid-rows-5:first-child{grid-template-rows:repeat(5,minmax(0,1fr))}.first\:ig-grid-rows-6:first-child{grid-template-rows:repeat(6,minmax(0,1fr))}.first\:ig-grid-rows-none:first-child{grid-template-rows:none}.first\:ig-grid-flow-row:first-child{grid-auto-flow:row}.first\:ig-grid-flow-col:first-child{grid-auto-flow:column}.first\:ig-grid-flow-dense:first-child{grid-auto-flow:dense}.first\:ig-grid-flow-row-dense:first-child{grid-auto-flow:row dense}.first\:ig-grid-flow-col-dense:first-child{grid-auto-flow:column dense}.first\:ig-auto-cols-auto:first-child{grid-auto-columns:auto}.first\:ig-auto-cols-min:first-child{grid-auto-columns:min-content}.first\:ig-auto-cols-max:first-child{grid-auto-columns:max-content}.first\:ig-auto-cols-fr:first-child{grid-auto-columns:minmax(0,1fr)}.first\:ig-auto-rows-auto:first-child{grid-auto-rows:auto}.first\:ig-auto-rows-min:first-child{grid-auto-rows:min-content}.first\:ig-auto-rows-max:first-child{grid-auto-rows:max-content}.first\:ig-auto-rows-fr:first-child{grid-auto-rows:minmax(0,1fr)}.first\:ig-col-auto:first-child{grid-column:auto}.first\:ig-col-span-1:first-child{grid-column:span 1 / span 1}.first\:ig-col-span-2:first-child{grid-column:span 2 / span 2}.first\:ig-col-span-3:first-child{grid-column:span 3 / span 3}.first\:ig-col-span-4:first-child{grid-column:span 4 / span 4}.first\:ig-col-span-5:first-child{grid-column:span 5 / span 5}.first\:ig-col-span-6:first-child{grid-column:span 6 / span 6}.first\:ig-col-span-7:first-child{grid-column:span 7 / span 7}.first\:ig-col-span-8:first-child{grid-column:span 8 / span 8}.first\:ig-col-span-9:first-child{grid-column:span 9 / span 9}.first\:ig-col-span-10:first-child{grid-column:span 10 / span 10}.first\:ig-col-span-11:first-child{grid-column:span 11 / span 11}.first\:ig-col-span-12:first-child{grid-column:span 12 / span 12}.first\:ig-col-span-full:first-child{grid-column:1 / -1}.first\:ig-row-auto:first-child{grid-row:auto}.first\:ig-row-span-1:first-child{grid-row:span 1 / span 1}.first\:ig-row-span-2:first-child{grid-row:span 2 / span 2}.first\:ig-row-span-3:first-child{grid-row:span 3 / span 3}.first\:ig-row-span-4:first-child{grid-row:span 4 / span 4}.first\:ig-row-span-5:first-child{grid-row:span 5 / span 5}.first\:ig-row-span-6:first-child{grid-row:span 6 / span 6}.first\:ig-row-span-full:first-child{grid-row:1 / -1}.first\:ig-row-start-1:first-child{grid-row-start:1}.first\:ig-row-start-2:first-child{grid-row-start:2}.first\:ig-row-start-3:first-child{grid-row-start:3}.first\:ig-row-start-4:first-child{grid-row-start:4}.first\:ig-row-start-5:first-child{grid-row-start:5}.first\:ig-row-start-6:first-child{grid-row-start:6}.first\:ig-row-start-7:first-child{grid-row-start:7}.first\:ig-row-start-auto:first-child{grid-row-start:auto}.first\:ig-row-end-1:first-child{grid-row-end:1}.first\:ig-row-end-2:first-child{grid-row-end:2}.first\:ig-row-end-3:first-child{grid-row-end:3}.first\:ig-row-end-4:first-child{grid-row-end:4}.first\:ig-row-end-5:first-child{grid-row-end:5}.first\:ig-row-end-6:first-child{grid-row-end:6}.first\:ig-row-end-7:first-child{grid-row-end:7}.first\:ig-row-end-auto:first-child{grid-row-end:auto}.first\:ig-col-start-1:first-child{grid-column-start:1}.first\:ig-col-start-2:first-child{grid-column-start:2}.first\:ig-col-start-3:first-child{grid-column-start:3}.first\:ig-col-start-4:first-child{grid-column-start:4}.first\:ig-col-start-5:first-child{grid-column-start:5}.first\:ig-col-start-6:first-child{grid-column-start:6}.first\:ig-col-start-7:first-child{grid-column-start:7}.first\:ig-col-start-8:first-child{grid-column-start:8}.first\:ig-col-start-9:first-child{grid-column-start:9}.first\:ig-col-start-10:first-child{grid-column-start:10}.first\:ig-col-start-11:first-child{grid-column-start:11}.first\:ig-col-start-12:first-child{grid-column-start:12}.first\:ig-col-start-13:first-child{grid-column-start:13}.first\:ig-col-start-auto:first-child{grid-column-start:auto}.first\:ig-col-end-1:first-child{grid-column-end:1}.first\:ig-col-end-2:first-child{grid-column-end:2}.first\:ig-col-end-3:first-child{grid-column-end:3}.first\:ig-col-end-4:first-child{grid-column-end:4}.first\:ig-col-end-5:first-child{grid-column-end:5}.first\:ig-col-end-6:first-child{grid-column-end:6}.first\:ig-col-end-7:first-child{grid-column-end:7}.first\:ig-col-end-8:first-child{grid-column-end:8}.first\:ig-col-end-9:first-child{grid-column-end:9}.first\:ig-col-end-10:first-child{grid-column-end:10}.first\:ig-col-end-11:first-child{grid-column-end:11}.first\:ig-col-end-12:first-child{grid-column-end:12}.first\:ig-col-end-13:first-child{grid-column-end:13}.first\:ig-col-end-auto:first-child{grid-column-end:auto}.first\:ig-place-items-start:first-child{place-items:start}.first\:ig-place-items-end:first-child{place-items:end}.first\:ig-place-items-center:first-child{place-items:center}.first\:ig-place-items-stretch:first-child{place-items:stretch}.first\:ig-place-content-start:first-child{place-content:start}.first\:ig-place-content-end:first-child{place-content:end}.first\:ig-place-content-center:first-child{place-content:center}.first\:ig-place-content-between:first-child{place-content:space-between}.first\:ig-place-content-around:first-child{place-content:space-around}.first\:ig-place-content-evenly:first-child{place-content:space-evenly}.first\:ig-place-content-stretch:first-child{place-content:stretch}.first\:ig-place-self-auto:first-child{place-self:auto}.first\:ig-place-self-start:first-child{place-self:start}.first\:ig-place-self-end:first-child{place-self:end}.first\:ig-place-self-center:first-child{place-self:center}.first\:ig-place-self-stretch:first-child{place-self:stretch}.first\:ig-subgrid-cols:first-child{grid-template-columns:subgrid}.first\:ig-subgrid-rows:first-child{grid-template-rows:subgrid}.first\:ig-gap-0:first-child{gap:0}.first\:ig-gap-px:first-child{gap:1px}.first\:ig-gap-05:first-child{gap:var(--ig-space-0-5)}.first\:ig-gap-1:first-child{gap:var(--ig-space-1)}.first\:ig-gap-15:first-child{gap:var(--ig-space-1-5)}.first\:ig-gap-2:first-child{gap:var(--ig-space-2)}.first\:ig-gap-25:first-child{gap:var(--ig-space-2-5)}.first\:ig-gap-3:first-child{gap:var(--ig-space-3)}.first\:ig-gap-35:first-child{gap:var(--ig-space-3-5)}.first\:ig-gap-4:first-child{gap:var(--ig-space-4)}.first\:ig-gap-5:first-child{gap:var(--ig-space-5)}.first\:ig-gap-6:first-child{gap:var(--ig-space-6)}.first\:ig-gap-7:first-child{gap:var(--ig-space-7)}.first\:ig-gap-8:first-child{gap:var(--ig-space-8)}.first\:ig-gap-9:first-child{gap:var(--ig-space-9)}.first\:ig-gap-10:first-child{gap:var(--ig-space-10)}.first\:ig-gap-11:first-child{gap:var(--ig-space-11)}.first\:ig-gap-12:first-child{gap:var(--ig-space-12)}.first\:ig-gap-14:first-child{gap:var(--ig-space-14)}.first\:ig-gap-16:first-child{gap:var(--ig-space-16)}.first\:ig-gap-20:first-child{gap:var(--ig-space-20)}.first\:ig-gap-24:first-child{gap:var(--ig-space-24)}.first\:ig-gap-28:first-child{gap:var(--ig-space-28)}.first\:ig-gap-32:first-child{gap:var(--ig-space-32)}.first\:ig-gap-x-0:first-child{column-gap:0}.first\:ig-gap-x-1:first-child{column-gap:var(--ig-space-1)}.first\:ig-gap-x-2:first-child{column-gap:var(--ig-space-2)}.first\:ig-gap-x-3:first-child{column-gap:var(--ig-space-3)}.first\:ig-gap-x-4:first-child{column-gap:var(--ig-space-4)}.first\:ig-gap-x-5:first-child{column-gap:var(--ig-space-5)}.first\:ig-gap-x-6:first-child{column-gap:var(--ig-space-6)}.first\:ig-gap-x-7:first-child{column-gap:var(--ig-space-7)}.first\:ig-gap-x-8:first-child{column-gap:var(--ig-space-8)}.first\:ig-gap-x-9:first-child{column-gap:var(--ig-space-9)}.first\:ig-gap-x-10:first-child{column-gap:var(--ig-space-10)}.first\:ig-gap-x-11:first-child{column-gap:var(--ig-space-11)}.first\:ig-gap-x-12:first-child{column-gap:var(--ig-space-12)}.first\:ig-gap-x-14:first-child{column-gap:var(--ig-space-14)}.first\:ig-gap-x-16:first-child{column-gap:var(--ig-space-16)}.first\:ig-gap-x-20:first-child{column-gap:var(--ig-space-20)}.first\:ig-gap-x-24:first-child{column-gap:var(--ig-space-24)}.first\:ig-gap-y-0:first-child{row-gap:0}.first\:ig-gap-y-1:first-child{row-gap:var(--ig-space-1)}.first\:ig-gap-y-2:first-child{row-gap:var(--ig-space-2)}.first\:ig-gap-y-3:first-child{row-gap:var(--ig-space-3)}.first\:ig-gap-y-4:first-child{row-gap:var(--ig-space-4)}.first\:ig-gap-y-5:first-child{row-gap:var(--ig-space-5)}.first\:ig-gap-y-6:first-child{row-gap:var(--ig-space-6)}.first\:ig-gap-y-7:first-child{row-gap:var(--ig-space-7)}.first\:ig-gap-y-8:first-child{row-gap:var(--ig-space-8)}.first\:ig-gap-y-9:first-child{row-gap:var(--ig-space-9)}.first\:ig-gap-y-10:first-child{row-gap:var(--ig-space-10)}.first\:ig-gap-y-11:first-child{row-gap:var(--ig-space-11)}.first\:ig-gap-y-12:first-child{row-gap:var(--ig-space-12)}.first\:ig-gap-y-14:first-child{row-gap:var(--ig-space-14)}.first\:ig-gap-y-16:first-child{row-gap:var(--ig-space-16)}.first\:ig-gap-y-20:first-child{row-gap:var(--ig-space-20)}.first\:ig-gap-y-24:first-child{row-gap:var(--ig-space-24)}.first\:ig-space-x-0:first-child{margin-left:0}.first\:ig-space-x-1:first-child{margin-left:var(--ig-space-1)}.first\:ig-space-x-2:first-child{margin-left:var(--ig-space-2)}.first\:ig-space-x-3:first-child{margin-left:var(--ig-space-3)}.first\:ig-space-x-4:first-child{margin-left:var(--ig-space-4)}.first\:ig-space-x-5:first-child{margin-left:var(--ig-space-5)}.first\:ig-space-x-6:first-child{margin-left:var(--ig-space-6)}.first\:ig-space-x-7:first-child{margin-left:var(--ig-space-7)}.first\:ig-space-x-8:first-child{margin-left:var(--ig-space-8)}.first\:ig-space-x-9:first-child{margin-left:var(--ig-space-9)}.first\:ig-space-x-10:first-child{margin-left:var(--ig-space-10)}.first\:ig-space-x-11:first-child{margin-left:var(--ig-space-11)}.first\:ig-space-x-12:first-child{margin-left:var(--ig-space-12)}.first\:ig-space-x-14:first-child{margin-left:var(--ig-space-14)}.first\:ig-space-x-16:first-child{margin-left:var(--ig-space-16)}.first\:ig-space-y-0:first-child{margin-top:0}.first\:ig-space-y-1:first-child{margin-top:var(--ig-space-1)}.first\:ig-space-y-2:first-child{margin-top:var(--ig-space-2)}.first\:ig-space-y-3:first-child{margin-top:var(--ig-space-3)}.first\:ig-space-y-4:first-child{margin-top:var(--ig-space-4)}.first\:ig-space-y-5:first-child{margin-top:var(--ig-space-5)}.first\:ig-space-y-6:first-child{margin-top:var(--ig-space-6)}.first\:ig-space-y-7:first-child{margin-top:var(--ig-space-7)}.first\:ig-space-y-8:first-child{margin-top:var(--ig-space-8)}.first\:ig-space-y-9:first-child{margin-top:var(--ig-space-9)}.first\:ig-space-y-10:first-child{margin-top:var(--ig-space-10)}.first\:ig-space-y-11:first-child{margin-top:var(--ig-space-11)}.first\:ig-space-y-12:first-child{margin-top:var(--ig-space-12)}.first\:ig-space-y-14:first-child{margin-top:var(--ig-space-14)}.first\:ig-space-y-16:first-child{margin-top:var(--ig-space-16)}.first\:ig-space-x-reverse:first-child{margin-left:0;margin-right:var(--ig-space-4)}.first\:ig-space-y-reverse:first-child{margin-top:0;margin-bottom:var(--ig-space-4)}.first\:ig-divide-y:first-child{border-top-width:1px;border-top-style:solid}.first\:ig-divide-y-0:first-child{border-top-width:0}.first\:ig-divide-y-2:first-child{border-top-width:2px;border-top-style:solid}.first\:ig-divide-y-4:first-child{border-top-width:4px;border-top-style:solid}.first\:ig-divide-y-8:first-child{border-top-width:8px;border-top-style:solid}.first\:ig-divide-x:first-child{border-left-width:1px;border-left-style:solid}.first\:ig-divide-x-0:first-child{border-left-width:0}.first\:ig-divide-x-2:first-child{border-left-width:2px;border-left-style:solid}.first\:ig-divide-x-4:first-child{border-left-width:4px;border-left-style:solid}.first\:ig-divide-x-8:first-child{border-left-width:8px;border-left-style:solid}.first\:ig-divide-transparent:first-child{border-color:transparent}.first\:ig-divide-current:first-child{border-color:currentColor}.first\:ig-divide-subtle:first-child{border-color:var(--ig-border-subtle)}.first\:ig-divide-default:first-child{border-color:var(--ig-border-default)}.first\:ig-divide-strong:first-child{border-color:var(--ig-border-strong)}.first\:ig-divide-brand:first-child{border-color:var(--ig-vitreus)}.first\:ig-divide-secondary:first-child{border-color:var(--ig-axis)}.first\:ig-divide-success:first-child{border-color:var(--ig-laurus)}.first\:ig-divide-warning:first-child{border-color:var(--ig-rutilus)}.first\:ig-divide-danger:first-child{border-color:var(--ig-malum)}.first\:ig-divide-info:first-child{border-color:var(--ig-kobalium)}.first\:ig-divide-solid:first-child{border-style:solid}.first\:ig-divide-dashed:first-child{border-style:dashed}.first\:ig-divide-dotted:first-child{border-style:dotted}.first\:ig-divide-none:first-child{border-style:none}.first\:ig-p-0:first-child{padding:0}.first\:ig-p-px:first-child{padding:1px}.first\:ig-p-05:first-child{padding:var(--ig-space-0-5)}.first\:ig-p-1:first-child{padding:var(--ig-space-1)}.first\:ig-p-15:first-child{padding:var(--ig-space-1-5)}.first\:ig-p-2:first-child{padding:var(--ig-space-2)}.first\:ig-p-25:first-child{padding:var(--ig-space-2-5)}.first\:ig-p-3:first-child{padding:var(--ig-space-3)}.first\:ig-p-35:first-child{padding:var(--ig-space-3-5)}.first\:ig-p-4:first-child{padding:var(--ig-space-4)}.first\:ig-p-5:first-child{padding:var(--ig-space-5)}.first\:ig-p-6:first-child{padding:var(--ig-space-6)}.first\:ig-p-7:first-child{padding:var(--ig-space-7)}.first\:ig-p-8:first-child{padding:var(--ig-space-8)}.first\:ig-p-9:first-child{padding:var(--ig-space-9)}.first\:ig-p-10:first-child{padding:var(--ig-space-10)}.first\:ig-p-11:first-child{padding:var(--ig-space-11)}.first\:ig-p-12:first-child{padding:var(--ig-space-12)}.first\:ig-p-14:first-child{padding:var(--ig-space-14)}.first\:ig-p-16:first-child{padding:var(--ig-space-16)}.first\:ig-p-20:first-child{padding:var(--ig-space-20)}.first\:ig-p-24:first-child{padding:var(--ig-space-24)}.first\:ig-px-0:first-child{padding-left:0;padding-right:0}.first\:ig-px-1:first-child{padding-left:var(--ig-space-1);padding-right:var(--ig-space-1)}.first\:ig-px-2:first-child{padding-left:var(--ig-space-2);padding-right:var(--ig-space-2)}.first\:ig-px-3:first-child{padding-left:var(--ig-space-3);padding-right:var(--ig-space-3)}.first\:ig-px-4:first-child{padding-left:var(--ig-space-4);padding-right:var(--ig-space-4)}.first\:ig-px-5:first-child{padding-left:var(--ig-space-5);padding-right:var(--ig-space-5)}.first\:ig-px-6:first-child{padding-left:var(--ig-space-6);padding-right:var(--ig-space-6)}.first\:ig-px-7:first-child{padding-left:var(--ig-space-7);padding-right:var(--ig-space-7)}.first\:ig-px-8:first-child{padding-left:var(--ig-space-8);padding-right:var(--ig-space-8)}.first\:ig-px-9:first-child{padding-left:var(--ig-space-9);padding-right:var(--ig-space-9)}.first\:ig-px-10:first-child{padding-left:var(--ig-space-10);padding-right:var(--ig-space-10)}.first\:ig-px-11:first-child{padding-left:var(--ig-space-11);padding-right:var(--ig-space-11)}.first\:ig-px-12:first-child{padding-left:var(--ig-space-12);padding-right:var(--ig-space-12)}.first\:ig-px-14:first-child{padding-left:var(--ig-space-14);padding-right:var(--ig-space-14)}.first\:ig-px-16:first-child{padding-left:var(--ig-space-16);padding-right:var(--ig-space-16)}.first\:ig-px-20:first-child{padding-left:var(--ig-space-20);padding-right:var(--ig-space-20)}.first\:ig-px-24:first-child{padding-left:var(--ig-space-24);padding-right:var(--ig-space-24)}.first\:ig-py-0:first-child{padding-top:0;padding-bottom:0}.first\:ig-py-1:first-child{padding-top:var(--ig-space-1);padding-bottom:var(--ig-space-1)}.first\:ig-py-2:first-child{padding-top:var(--ig-space-2);padding-bottom:var(--ig-space-2)}.first\:ig-py-3:first-child{padding-top:var(--ig-space-3);padding-bottom:var(--ig-space-3)}.first\:ig-py-4:first-child{padding-top:var(--ig-space-4);padding-bottom:var(--ig-space-4)}.first\:ig-py-5:first-child{padding-top:var(--ig-space-5);padding-bottom:var(--ig-space-5)}.first\:ig-py-6:first-child{padding-top:var(--ig-space-6);padding-bottom:var(--ig-space-6)}.first\:ig-py-7:first-child{padding-top:var(--ig-space-7);padding-bottom:var(--ig-space-7)}.first\:ig-py-8:first-child{padding-top:var(--ig-space-8);padding-bottom:var(--ig-space-8)}.first\:ig-py-9:first-child{padding-top:var(--ig-space-9);padding-bottom:var(--ig-space-9)}.first\:ig-py-10:first-child{padding-top:var(--ig-space-10);padding-bottom:var(--ig-space-10)}.first\:ig-py-11:first-child{padding-top:var(--ig-space-11);padding-bottom:var(--ig-space-11)}.first\:ig-py-12:first-child{padding-top:var(--ig-space-12);padding-bottom:var(--ig-space-12)}.first\:ig-py-14:first-child{padding-top:var(--ig-space-14);padding-bottom:var(--ig-space-14)}.first\:ig-py-16:first-child{padding-top:var(--ig-space-16);padding-bottom:var(--ig-space-16)}.first\:ig-py-20:first-child{padding-top:var(--ig-space-20);padding-bottom:var(--ig-space-20)}.first\:ig-py-24:first-child{padding-top:var(--ig-space-24);padding-bottom:var(--ig-space-24)}.first\:ig-pt-0:first-child{padding-top:0}.first\:ig-pt-1:first-child{padding-top:var(--ig-space-1)}.first\:ig-pt-2:first-child{padding-top:var(--ig-space-2)}.first\:ig-pt-3:first-child{padding-top:var(--ig-space-3)}.first\:ig-pt-4:first-child{padding-top:var(--ig-space-4)}.first\:ig-pt-5:first-child{padding-top:var(--ig-space-5)}.first\:ig-pt-6:first-child{padding-top:var(--ig-space-6)}.first\:ig-pt-8:first-child{padding-top:var(--ig-space-8)}.first\:ig-pt-10:first-child{padding-top:var(--ig-space-10)}.first\:ig-pt-12:first-child{padding-top:var(--ig-space-12)}.first\:ig-pt-16:first-child{padding-top:var(--ig-space-16)}.first\:ig-pr-0:first-child{padding-right:0}.first\:ig-pr-1:first-child{padding-right:var(--ig-space-1)}.first\:ig-pr-2:first-child{padding-right:var(--ig-space-2)}.first\:ig-pr-3:first-child{padding-right:var(--ig-space-3)}.first\:ig-pr-4:first-child{padding-right:var(--ig-space-4)}.first\:ig-pr-5:first-child{padding-right:var(--ig-space-5)}.first\:ig-pr-6:first-child{padding-right:var(--ig-space-6)}.first\:ig-pr-8:first-child{padding-right:var(--ig-space-8)}.first\:ig-pb-0:first-child{padding-bottom:0}.first\:ig-pb-1:first-child{padding-bottom:var(--ig-space-1)}.first\:ig-pb-2:first-child{padding-bottom:var(--ig-space-2)}.first\:ig-pb-3:first-child{padding-bottom:var(--ig-space-3)}.first\:ig-pb-4:first-child{padding-bottom:var(--ig-space-4)}.first\:ig-pb-5:first-child{padding-bottom:var(--ig-space-5)}.first\:ig-pb-6:first-child{padding-bottom:var(--ig-space-6)}.first\:ig-pb-8:first-child{padding-bottom:var(--ig-space-8)}.first\:ig-pb-10:first-child{padding-bottom:var(--ig-space-10)}.first\:ig-pb-12:first-child{padding-bottom:var(--ig-space-12)}.first\:ig-pb-16:first-child{padding-bottom:var(--ig-space-16)}.first\:ig-pl-0:first-child{padding-left:0}.first\:ig-pl-1:first-child{padding-left:var(--ig-space-1)}.first\:ig-pl-2:first-child{padding-left:var(--ig-space-2)}.first\:ig-pl-3:first-child{padding-left:var(--ig-space-3)}.first\:ig-pl-4:first-child{padding-left:var(--ig-space-4)}.first\:ig-pl-5:first-child{padding-left:var(--ig-space-5)}.first\:ig-pl-6:first-child{padding-left:var(--ig-space-6)}.first\:ig-pl-8:first-child{padding-left:var(--ig-space-8)}.first\:ig-m-0:first-child{margin:0}.first\:ig-m-px:first-child{margin:1px}.first\:ig-m-05:first-child{margin:var(--ig-space-0-5)}.first\:ig-m-1:first-child{margin:var(--ig-space-1)}.first\:ig-m-15:first-child{margin:var(--ig-space-1-5)}.first\:ig-m-2:first-child{margin:var(--ig-space-2)}.first\:ig-m-25:first-child{margin:var(--ig-space-2-5)}.first\:ig-m-3:first-child{margin:var(--ig-space-3)}.first\:ig-m-35:first-child{margin:var(--ig-space-3-5)}.first\:ig-m-4:first-child{margin:var(--ig-space-4)}.first\:ig-m-5:first-child{margin:var(--ig-space-5)}.first\:ig-m-6:first-child{margin:var(--ig-space-6)}.first\:ig-m-7:first-child{margin:var(--ig-space-7)}.first\:ig-m-8:first-child{margin:var(--ig-space-8)}.first\:ig-m-9:first-child{margin:var(--ig-space-9)}.first\:ig-m-10:first-child{margin:var(--ig-space-10)}.first\:ig-m-11:first-child{margin:var(--ig-space-11)}.first\:ig-m-12:first-child{margin:var(--ig-space-12)}.first\:ig-m-14:first-child{margin:var(--ig-space-14)}.first\:ig-m-16:first-child{margin:var(--ig-space-16)}.first\:ig-m-20:first-child{margin:var(--ig-space-20)}.first\:ig-m-24:first-child{margin:var(--ig-space-24)}.first\:ig-m-auto:first-child{margin:auto}.first\:ig-mx-0:first-child{margin-left:0;margin-right:0}.first\:ig-mx-1:first-child{margin-left:var(--ig-space-1);margin-right:var(--ig-space-1)}.first\:ig-mx-2:first-child{margin-left:var(--ig-space-2);margin-right:var(--ig-space-2)}.first\:ig-mx-3:first-child{margin-left:var(--ig-space-3);margin-right:var(--ig-space-3)}.first\:ig-mx-4:first-child{margin-left:var(--ig-space-4);margin-right:var(--ig-space-4)}.first\:ig-mx-5:first-child{margin-left:var(--ig-space-5);margin-right:var(--ig-space-5)}.first\:ig-mx-6:first-child{margin-left:var(--ig-space-6);margin-right:var(--ig-space-6)}.first\:ig-mx-7:first-child{margin-left:var(--ig-space-7);margin-right:var(--ig-space-7)}.first\:ig-mx-8:first-child{margin-left:var(--ig-space-8);margin-right:var(--ig-space-8)}.first\:ig-mx-9:first-child{margin-left:var(--ig-space-9);margin-right:var(--ig-space-9)}.first\:ig-mx-10:first-child{margin-left:var(--ig-space-10);margin-right:var(--ig-space-10)}.first\:ig-mx-11:first-child{margin-left:var(--ig-space-11);margin-right:var(--ig-space-11)}.first\:ig-mx-12:first-child{margin-left:var(--ig-space-12);margin-right:var(--ig-space-12)}.first\:ig-mx-14:first-child{margin-left:var(--ig-space-14);margin-right:var(--ig-space-14)}.first\:ig-mx-16:first-child{margin-left:var(--ig-space-16);margin-right:var(--ig-space-16)}.first\:ig-mx-20:first-child{margin-left:var(--ig-space-20);margin-right:var(--ig-space-20)}.first\:ig-mx-24:first-child{margin-left:var(--ig-space-24);margin-right:var(--ig-space-24)}.first\:ig-mx-auto:first-child{margin-left:auto;margin-right:auto}.first\:ig-my-0:first-child{margin-top:0;margin-bottom:0}.first\:ig-my-1:first-child{margin-top:var(--ig-space-1);margin-bottom:var(--ig-space-1)}.first\:ig-my-2:first-child{margin-top:var(--ig-space-2);margin-bottom:var(--ig-space-2)}.first\:ig-my-3:first-child{margin-top:var(--ig-space-3);margin-bottom:var(--ig-space-3)}.first\:ig-my-4:first-child{margin-top:var(--ig-space-4);margin-bottom:var(--ig-space-4)}.first\:ig-my-5:first-child{margin-top:var(--ig-space-5);margin-bottom:var(--ig-space-5)}.first\:ig-my-6:first-child{margin-top:var(--ig-space-6);margin-bottom:var(--ig-space-6)}.first\:ig-my-7:first-child{margin-top:var(--ig-space-7);margin-bottom:var(--ig-space-7)}.first\:ig-my-8:first-child{margin-top:var(--ig-space-8);margin-bottom:var(--ig-space-8)}.first\:ig-my-9:first-child{margin-top:var(--ig-space-9);margin-bottom:var(--ig-space-9)}.first\:ig-my-10:first-child{margin-top:var(--ig-space-10);margin-bottom:var(--ig-space-10)}.first\:ig-my-11:first-child{margin-top:var(--ig-space-11);margin-bottom:var(--ig-space-11)}.first\:ig-my-12:first-child{margin-top:var(--ig-space-12);margin-bottom:var(--ig-space-12)}.first\:ig-my-14:first-child{margin-top:var(--ig-space-14);margin-bottom:var(--ig-space-14)}.first\:ig-my-16:first-child{margin-top:var(--ig-space-16);margin-bottom:var(--ig-space-16)}.first\:ig-my-20:first-child{margin-top:var(--ig-space-20);margin-bottom:var(--ig-space-20)}.first\:ig-my-24:first-child{margin-top:var(--ig-space-24);margin-bottom:var(--ig-space-24)}.first\:ig-my-auto:first-child{margin-top:auto;margin-bottom:auto}.first\:ig-mt-0:first-child{margin-top:0}.first\:ig-mt-1:first-child{margin-top:var(--ig-space-1)}.first\:ig-mt-2:first-child{margin-top:var(--ig-space-2)}.first\:ig-mt-3:first-child{margin-top:var(--ig-space-3)}.first\:ig-mt-4:first-child{margin-top:var(--ig-space-4)}.first\:ig-mt-5:first-child{margin-top:var(--ig-space-5)}.first\:ig-mt-6:first-child{margin-top:var(--ig-space-6)}.first\:ig-mt-8:first-child{margin-top:var(--ig-space-8)}.first\:ig-mt-10:first-child{margin-top:var(--ig-space-10)}.first\:ig-mt-12:first-child{margin-top:var(--ig-space-12)}.first\:ig-mt-16:first-child{margin-top:var(--ig-space-16)}.first\:ig-mt-auto:first-child{margin-top:auto}.first\:ig-mr-0:first-child{margin-right:0}.first\:ig-mr-1:first-child{margin-right:var(--ig-space-1)}.first\:ig-mr-2:first-child{margin-right:var(--ig-space-2)}.first\:ig-mr-3:first-child{margin-right:var(--ig-space-3)}.first\:ig-mr-4:first-child{margin-right:var(--ig-space-4)}.first\:ig-mr-5:first-child{margin-right:var(--ig-space-5)}.first\:ig-mr-6:first-child{margin-right:var(--ig-space-6)}.first\:ig-mr-8:first-child{margin-right:var(--ig-space-8)}.first\:ig-mr-auto:first-child{margin-right:auto}.first\:ig-mb-0:first-child{margin-bottom:0}.first\:ig-mb-1:first-child{margin-bottom:var(--ig-space-1)}.first\:ig-mb-2:first-child{margin-bottom:var(--ig-space-2)}.first\:ig-mb-3:first-child{margin-bottom:var(--ig-space-3)}.first\:ig-mb-4:first-child{margin-bottom:var(--ig-space-4)}.first\:ig-mb-5:first-child{margin-bottom:var(--ig-space-5)}.first\:ig-mb-6:first-child{margin-bottom:var(--ig-space-6)}.first\:ig-mb-8:first-child{margin-bottom:var(--ig-space-8)}.first\:ig-mb-10:first-child{margin-bottom:var(--ig-space-10)}.first\:ig-mb-12:first-child{margin-bottom:var(--ig-space-12)}.first\:ig-mb-16:first-child{margin-bottom:var(--ig-space-16)}.first\:ig-mb-auto:first-child{margin-bottom:auto}.first\:ig-ml-0:first-child{margin-left:0}.first\:ig-ml-1:first-child{margin-left:var(--ig-space-1)}.first\:ig-ml-2:first-child{margin-left:var(--ig-space-2)}.first\:ig-ml-3:first-child{margin-left:var(--ig-space-3)}.first\:ig-ml-4:first-child{margin-left:var(--ig-space-4)}.first\:ig-ml-5:first-child{margin-left:var(--ig-space-5)}.first\:ig-ml-6:first-child{margin-left:var(--ig-space-6)}.first\:ig-ml-8:first-child{margin-left:var(--ig-space-8)}.first\:ig-ml-auto:first-child{margin-left:auto}.first\:ig--mt-1:first-child{margin-top:calc(var(--ig-space-unit) * -1)}.first\:ig--mt-2:first-child{margin-top:calc(var(--ig-space-unit) * -2)}.first\:ig--mt-3:first-child{margin-top:calc(var(--ig-space-unit) * -3)}.first\:ig--mt-4:first-child{margin-top:calc(var(--ig-space-unit) * -4)}.first\:ig--mt-5:first-child{margin-top:calc(var(--ig-space-unit) * -5)}.first\:ig--mt-6:first-child{margin-top:calc(var(--ig-space-unit) * -6)}.first\:ig--mt-8:first-child{margin-top:calc(var(--ig-space-unit) * -8)}.first\:ig--mr-1:first-child{margin-right:calc(var(--ig-space-unit) * -1)}.first\:ig--mr-2:first-child{margin-right:calc(var(--ig-space-unit) * -2)}.first\:ig--mr-3:first-child{margin-right:calc(var(--ig-space-unit) * -3)}.first\:ig--mr-4:first-child{margin-right:calc(var(--ig-space-unit) * -4)}.first\:ig--mb-1:first-child{margin-bottom:calc(var(--ig-space-unit) * -1)}.first\:ig--mb-2:first-child{margin-bottom:calc(var(--ig-space-unit) * -2)}.first\:ig--mb-3:first-child{margin-bottom:calc(var(--ig-space-unit) * -3)}.first\:ig--mb-4:first-child{margin-bottom:calc(var(--ig-space-unit) * -4)}.first\:ig--ml-1:first-child{margin-left:calc(var(--ig-space-unit) * -1)}.first\:ig--ml-2:first-child{margin-left:calc(var(--ig-space-unit) * -2)}.first\:ig--ml-3:first-child{margin-left:calc(var(--ig-space-unit) * -3)}.first\:ig--ml-4:first-child{margin-left:calc(var(--ig-space-unit) * -4)}.first\:ig-ms-0:first-child{margin-inline-start:0}.first\:ig-ms-1:first-child{margin-inline-start:var(--ig-space-1)}.first\:ig-ms-2:first-child{margin-inline-start:var(--ig-space-2)}.first\:ig-ms-3:first-child{margin-inline-start:var(--ig-space-3)}.first\:ig-ms-4:first-child{margin-inline-start:var(--ig-space-4)}.first\:ig-ms-5:first-child{margin-inline-start:var(--ig-space-5)}.first\:ig-ms-6:first-child{margin-inline-start:var(--ig-space-6)}.first\:ig-ms-8:first-child{margin-inline-start:var(--ig-space-8)}.first\:ig-ms-auto:first-child{margin-inline-start:auto}.first\:ig-me-0:first-child{margin-inline-end:0}.first\:ig-me-1:first-child{margin-inline-end:var(--ig-space-1)}.first\:ig-me-2:first-child{margin-inline-end:var(--ig-space-2)}.first\:ig-me-3:first-child{margin-inline-end:var(--ig-space-3)}.first\:ig-me-4:first-child{margin-inline-end:var(--ig-space-4)}.first\:ig-me-5:first-child{margin-inline-end:var(--ig-space-5)}.first\:ig-me-6:first-child{margin-inline-end:var(--ig-space-6)}.first\:ig-me-8:first-child{margin-inline-end:var(--ig-space-8)}.first\:ig-me-auto:first-child{margin-inline-end:auto}.first\:ig-mi-0:first-child{margin-inline:0}.first\:ig-mi-1:first-child{margin-inline:var(--ig-space-1)}.first\:ig-mi-2:first-child{margin-inline:var(--ig-space-2)}.first\:ig-mi-3:first-child{margin-inline:var(--ig-space-3)}.first\:ig-mi-4:first-child{margin-inline:var(--ig-space-4)}.first\:ig-mi-6:first-child{margin-inline:var(--ig-space-6)}.first\:ig-mi-8:first-child{margin-inline:var(--ig-space-8)}.first\:ig-mi-auto:first-child{margin-inline:auto}.first\:ig-mblock-0:first-child{margin-block:0}.first\:ig-mblock-1:first-child{margin-block:var(--ig-space-1)}.first\:ig-mblock-2:first-child{margin-block:var(--ig-space-2)}.first\:ig-mblock-3:first-child{margin-block:var(--ig-space-3)}.first\:ig-mblock-4:first-child{margin-block:var(--ig-space-4)}.first\:ig-mblock-6:first-child{margin-block:var(--ig-space-6)}.first\:ig-mblock-8:first-child{margin-block:var(--ig-space-8)}.first\:ig-mblock-auto:first-child{margin-block:auto}.first\:ig-ps-0:first-child{padding-inline-start:0}.first\:ig-ps-1:first-child{padding-inline-start:var(--ig-space-1)}.first\:ig-ps-2:first-child{padding-inline-start:var(--ig-space-2)}.first\:ig-ps-3:first-child{padding-inline-start:var(--ig-space-3)}.first\:ig-ps-4:first-child{padding-inline-start:var(--ig-space-4)}.first\:ig-ps-5:first-child{padding-inline-start:var(--ig-space-5)}.first\:ig-ps-6:first-child{padding-inline-start:var(--ig-space-6)}.first\:ig-ps-8:first-child{padding-inline-start:var(--ig-space-8)}.first\:ig-pe-0:first-child{padding-inline-end:0}.first\:ig-pe-1:first-child{padding-inline-end:var(--ig-space-1)}.first\:ig-pe-2:first-child{padding-inline-end:var(--ig-space-2)}.first\:ig-pe-3:first-child{padding-inline-end:var(--ig-space-3)}.first\:ig-pe-4:first-child{padding-inline-end:var(--ig-space-4)}.first\:ig-pe-5:first-child{padding-inline-end:var(--ig-space-5)}.first\:ig-pe-6:first-child{padding-inline-end:var(--ig-space-6)}.first\:ig-pe-8:first-child{padding-inline-end:var(--ig-space-8)}.first\:ig-pi-0:first-child{padding-inline:0}.first\:ig-pi-1:first-child{padding-inline:var(--ig-space-1)}.first\:ig-pi-2:first-child{padding-inline:var(--ig-space-2)}.first\:ig-pi-3:first-child{padding-inline:var(--ig-space-3)}.first\:ig-pi-4:first-child{padding-inline:var(--ig-space-4)}.first\:ig-pi-6:first-child{padding-inline:var(--ig-space-6)}.first\:ig-pi-8:first-child{padding-inline:var(--ig-space-8)}.first\:ig-pblock-0:first-child{padding-block:0}.first\:ig-pblock-1:first-child{padding-block:var(--ig-space-1)}.first\:ig-pblock-2:first-child{padding-block:var(--ig-space-2)}.first\:ig-pblock-3:first-child{padding-block:var(--ig-space-3)}.first\:ig-pblock-4:first-child{padding-block:var(--ig-space-4)}.first\:ig-pblock-6:first-child{padding-block:var(--ig-space-6)}.first\:ig-pblock-8:first-child{padding-block:var(--ig-space-8)}.first\:ig-inset-inline-0:first-child{inset-inline:0}.first\:ig-inset-inline-auto:first-child{inset-inline:auto}.first\:ig-start-0:first-child{inset-inline-start:0}.first\:ig-start-auto:first-child{inset-inline-start:auto}.first\:ig-end-0:first-child{inset-inline-end:0}.first\:ig-end-auto:first-child{inset-inline-end:auto}.first\:ig-inset-block-0:first-child{inset-block:0}.first\:ig-inset-block-auto:first-child{inset-block:auto}.first\:ig-inline-size-full:first-child{inline-size:100%}.first\:ig-inline-size-auto:first-child{inline-size:auto}.first\:ig-block-size-full:first-child{block-size:100%}.first\:ig-block-size-auto:first-child{block-size:auto}.first\:ig-min-inline-size-0:first-child{min-inline-size:0}.first\:ig-min-block-size-0:first-child{min-block-size:0}.first\:ig-max-inline-size-full:first-child{max-inline-size:100%}.first\:ig-max-block-size-full:first-child{max-block-size:100%}.first\:ig-border-s:first-child{border-inline-start-width:1px}.first\:ig-border-e:first-child{border-inline-end-width:1px}.first\:ig-border-s-0:first-child{border-inline-start-width:0}.first\:ig-border-e-0:first-child{border-inline-end-width:0}.first\:ig-border-s-2:first-child{border-inline-start-width:2px}.first\:ig-border-e-2:first-child{border-inline-end-width:2px}.first\:ig-rounded-s:first-child{border-start-start-radius:var(--ig-rounded);border-end-start-radius:var(--ig-rounded)}.first\:ig-rounded-e:first-child{border-start-end-radius:var(--ig-rounded);border-end-end-radius:var(--ig-rounded)}.first\:ig-rounded-ss:first-child{border-start-start-radius:var(--ig-rounded)}.first\:ig-rounded-se:first-child{border-start-end-radius:var(--ig-rounded)}.first\:ig-rounded-es:first-child{border-end-start-radius:var(--ig-rounded)}.first\:ig-rounded-ee:first-child{border-end-end-radius:var(--ig-rounded)}.first\:ig-w-0:first-child{width:0}.first\:ig-w-px:first-child{width:1px}.first\:ig-w-05:first-child{width:var(--ig-space-0-5)}.first\:ig-w-1:first-child{width:var(--ig-space-1)}.first\:ig-w-15:first-child{width:var(--ig-space-1-5)}.first\:ig-w-2:first-child{width:var(--ig-space-2)}.first\:ig-w-25:first-child{width:var(--ig-space-2-5)}.first\:ig-w-3:first-child{width:var(--ig-space-3)}.first\:ig-w-35:first-child{width:var(--ig-space-3-5)}.first\:ig-w-4:first-child{width:var(--ig-space-4)}.first\:ig-w-5:first-child{width:var(--ig-space-5)}.first\:ig-w-6:first-child{width:var(--ig-space-6)}.first\:ig-w-7:first-child{width:var(--ig-space-7)}.first\:ig-w-8:first-child{width:var(--ig-space-8)}.first\:ig-w-9:first-child{width:var(--ig-space-9)}.first\:ig-w-10:first-child{width:var(--ig-space-10)}.first\:ig-w-11:first-child{width:var(--ig-space-11)}.first\:ig-w-12:first-child{width:var(--ig-space-12)}.first\:ig-w-14:first-child{width:var(--ig-space-14)}.first\:ig-w-16:first-child{width:var(--ig-space-16)}.first\:ig-w-20:first-child{width:var(--ig-space-20)}.first\:ig-w-24:first-child{width:var(--ig-space-24)}.first\:ig-w-28:first-child{width:var(--ig-space-28)}.first\:ig-w-32:first-child{width:var(--ig-space-32)}.first\:ig-w-36:first-child{width:var(--ig-space-36)}.first\:ig-w-40:first-child{width:var(--ig-space-40)}.first\:ig-w-44:first-child{width:var(--ig-space-44)}.first\:ig-w-48:first-child{width:var(--ig-space-48)}.first\:ig-w-52:first-child{width:var(--ig-space-52)}.first\:ig-w-56:first-child{width:var(--ig-space-56)}.first\:ig-w-60:first-child{width:var(--ig-space-60)}.first\:ig-w-64:first-child{width:var(--ig-space-64)}.first\:ig-w-72:first-child{width:var(--ig-space-72)}.first\:ig-w-80:first-child{width:var(--ig-space-80)}.first\:ig-w-96:first-child{width:var(--ig-space-96)}.first\:ig-w-half:first-child{width:50%}.first\:ig-w-third:first-child{width:33.333333%}.first\:ig-w-2thirds:first-child{width:66.666667%}.first\:ig-w-quarter:first-child{width:25%}.first\:ig-w-2quarters:first-child{width:50%}.first\:ig-w-3quarters:first-child{width:75%}.first\:ig-w-fifth:first-child{width:20%}.first\:ig-w-2fifths:first-child{width:40%}.first\:ig-w-3fifths:first-child{width:60%}.first\:ig-w-4fifths:first-child{width:80%}.first\:ig-w-sixth:first-child{width:16.666667%}.first\:ig-w-2sixths:first-child{width:33.333333%}.first\:ig-w-3sixths:first-child{width:50%}.first\:ig-w-4sixths:first-child{width:66.666667%}.first\:ig-w-5sixths:first-child{width:83.333333%}.first\:ig-w-auto:first-child{width:auto}.first\:ig-w-full:first-child{width:100%}.first\:ig-w-screen:first-child{width:100vw}.first\:ig-w-min:first-child{width:min-content}.first\:ig-w-max:first-child{width:max-content}.first\:ig-w-fit:first-child{width:fit-content}.first\:ig-h-0:first-child{height:0}.first\:ig-h-px:first-child{height:1px}.first\:ig-h-05:first-child{height:var(--ig-space-0-5)}.first\:ig-h-1:first-child{height:var(--ig-space-1)}.first\:ig-h-15:first-child{height:var(--ig-space-1-5)}.first\:ig-h-2:first-child{height:var(--ig-space-2)}.first\:ig-h-25:first-child{height:var(--ig-space-2-5)}.first\:ig-h-3:first-child{height:var(--ig-space-3)}.first\:ig-h-35:first-child{height:var(--ig-space-3-5)}.first\:ig-h-4:first-child{height:var(--ig-space-4)}.first\:ig-h-5:first-child{height:var(--ig-space-5)}.first\:ig-h-6:first-child{height:var(--ig-space-6)}.first\:ig-h-7:first-child{height:var(--ig-space-7)}.first\:ig-h-8:first-child{height:var(--ig-space-8)}.first\:ig-h-9:first-child{height:var(--ig-space-9)}.first\:ig-h-10:first-child{height:var(--ig-space-10)}.first\:ig-h-11:first-child{height:var(--ig-space-11)}.first\:ig-h-12:first-child{height:var(--ig-space-12)}.first\:ig-h-14:first-child{height:var(--ig-space-14)}.first\:ig-h-16:first-child{height:var(--ig-space-16)}.first\:ig-h-20:first-child{height:var(--ig-space-20)}.first\:ig-h-24:first-child{height:var(--ig-space-24)}.first\:ig-h-28:first-child{height:var(--ig-space-28)}.first\:ig-h-32:first-child{height:var(--ig-space-32)}.first\:ig-h-36:first-child{height:var(--ig-space-36)}.first\:ig-h-40:first-child{height:var(--ig-space-40)}.first\:ig-h-44:first-child{height:var(--ig-space-44)}.first\:ig-h-48:first-child{height:var(--ig-space-48)}.first\:ig-h-52:first-child{height:var(--ig-space-52)}.first\:ig-h-56:first-child{height:var(--ig-space-56)}.first\:ig-h-60:first-child{height:var(--ig-space-60)}.first\:ig-h-64:first-child{height:var(--ig-space-64)}.first\:ig-h-72:first-child{height:var(--ig-space-72)}.first\:ig-h-80:first-child{height:var(--ig-space-80)}.first\:ig-h-96:first-child{height:var(--ig-space-96)}.first\:ig-h-half:first-child{height:50%}.first\:ig-h-third:first-child{height:33.333333%}.first\:ig-h-2thirds:first-child{height:66.666667%}.first\:ig-h-quarter:first-child{height:25%}.first\:ig-h-2quarters:first-child{height:50%}.first\:ig-h-3quarters:first-child{height:75%}.first\:ig-h-fifth:first-child{height:20%}.first\:ig-h-2fifths:first-child{height:40%}.first\:ig-h-3fifths:first-child{height:60%}.first\:ig-h-4fifths:first-child{height:80%}.first\:ig-h-sixth:first-child{height:16.666667%}.first\:ig-h-2sixths:first-child{height:33.333333%}.first\:ig-h-3sixths:first-child{height:50%}.first\:ig-h-4sixths:first-child{height:66.666667%}.first\:ig-h-5sixths:first-child{height:83.333333%}.first\:ig-h-auto:first-child{height:auto}.first\:ig-h-full:first-child{height:100%}.first\:ig-h-screen:first-child{height:100vh}.first\:ig-h-min:first-child{height:min-content}.first\:ig-h-max:first-child{height:max-content}.first\:ig-h-fit:first-child{height:fit-content}.first\:ig-size-0:first-child{width:0;height:0}.first\:ig-size-1:first-child{width:var(--ig-space-1);height:var(--ig-space-1)}.first\:ig-size-2:first-child{width:var(--ig-space-2);height:var(--ig-space-2)}.first\:ig-size-3:first-child{width:var(--ig-space-3);height:var(--ig-space-3)}.first\:ig-size-4:first-child{width:var(--ig-space-4);height:var(--ig-space-4)}.first\:ig-size-5:first-child{width:var(--ig-space-5);height:var(--ig-space-5)}.first\:ig-size-6:first-child{width:var(--ig-space-6);height:var(--ig-space-6)}.first\:ig-size-7:first-child{width:var(--ig-space-7);height:var(--ig-space-7)}.first\:ig-size-8:first-child{width:var(--ig-space-8);height:var(--ig-space-8)}.first\:ig-size-9:first-child{width:var(--ig-space-9);height:var(--ig-space-9)}.first\:ig-size-10:first-child{width:var(--ig-space-10);height:var(--ig-space-10)}.first\:ig-size-11:first-child{width:var(--ig-space-11);height:var(--ig-space-11)}.first\:ig-size-12:first-child{width:var(--ig-space-12);height:var(--ig-space-12)}.first\:ig-size-14:first-child{width:var(--ig-space-14);height:var(--ig-space-14)}.first\:ig-size-16:first-child{width:var(--ig-space-16);height:var(--ig-space-16)}.first\:ig-size-20:first-child{width:var(--ig-space-20);height:var(--ig-space-20)}.first\:ig-size-24:first-child{width:var(--ig-space-24);height:var(--ig-space-24)}.first\:ig-size-28:first-child{width:var(--ig-space-28);height:var(--ig-space-28)}.first\:ig-size-32:first-child{width:var(--ig-space-32);height:var(--ig-space-32)}.first\:ig-size-36:first-child{width:var(--ig-space-36);height:var(--ig-space-36)}.first\:ig-size-40:first-child{width:var(--ig-space-40);height:var(--ig-space-40)}.first\:ig-size-44:first-child{width:var(--ig-space-44);height:var(--ig-space-44)}.first\:ig-size-48:first-child{width:var(--ig-space-48);height:var(--ig-space-48)}.first\:ig-size-52:first-child{width:var(--ig-space-52);height:var(--ig-space-52)}.first\:ig-size-56:first-child{width:var(--ig-space-56);height:var(--ig-space-56)}.first\:ig-size-60:first-child{width:var(--ig-space-60);height:var(--ig-space-60)}.first\:ig-size-64:first-child{width:var(--ig-space-64);height:var(--ig-space-64)}.first\:ig-size-72:first-child{width:var(--ig-space-72);height:var(--ig-space-72)}.first\:ig-size-80:first-child{width:var(--ig-space-80);height:var(--ig-space-80)}.first\:ig-size-96:first-child{width:var(--ig-space-96);height:var(--ig-space-96)}.first\:ig-size-auto:first-child{width:auto;height:auto}.first\:ig-size-full:first-child{width:100%;height:100%}.first\:ig-size-min:first-child{width:min-content;height:min-content}.first\:ig-size-max:first-child{width:max-content;height:max-content}.first\:ig-size-fit:first-child{width:fit-content;height:fit-content}.first\:ig-min-w-0:first-child{min-width:0}.first\:ig-min-w-full:first-child{min-width:100%}.first\:ig-min-w-min:first-child{min-width:min-content}.first\:ig-min-w-max:first-child{min-width:max-content}.first\:ig-min-w-fit:first-child{min-width:fit-content}.first\:ig-max-w-none:first-child{max-width:none}.first\:ig-max-w-0:first-child{max-width:0}.first\:ig-max-w-xs:first-child{max-width:var(--ig-container-xs)}.first\:ig-max-w-sm:first-child{max-width:var(--ig-container-sm)}.first\:ig-max-w-md:first-child{max-width:var(--ig-container-md)}.first\:ig-max-w-lg:first-child{max-width:var(--ig-container-lg)}.first\:ig-max-w-xl:first-child{max-width:var(--ig-container-xl)}.first\:ig-max-w-2xl:first-child{max-width:var(--ig-container-2xl)}.first\:ig-max-w-3xl:first-child{max-width:var(--ig-container-3xl)}.first\:ig-max-w-4xl:first-child{max-width:var(--ig-container-4xl)}.first\:ig-max-w-5xl:first-child{max-width:var(--ig-container-5xl)}.first\:ig-max-w-6xl:first-child{max-width:var(--ig-container-6xl)}.first\:ig-max-w-7xl:first-child{max-width:var(--ig-container-7xl)}.first\:ig-max-w-full:first-child{max-width:100%}.first\:ig-max-w-min:first-child{max-width:min-content}.first\:ig-max-w-max:first-child{max-width:max-content}.first\:ig-max-w-fit:first-child{max-width:fit-content}.first\:ig-max-w-prose:first-child{max-width:var(--ig-container-prose)}.first\:ig-max-w-screen-sm:first-child{max-width:var(--ig-screen-sm)}.first\:ig-max-w-screen-md:first-child{max-width:var(--ig-screen-md)}.first\:ig-max-w-screen-lg:first-child{max-width:var(--ig-screen-lg)}.first\:ig-max-w-screen-xl:first-child{max-width:var(--ig-screen-xl)}.first\:ig-max-w-screen-2xl:first-child{max-width:var(--ig-screen-2xl)}.first\:ig-min-h-0:first-child{min-height:0}.first\:ig-min-h-full:first-child{min-height:100%}.first\:ig-min-h-screen:first-child{min-height:100vh}.first\:ig-min-h-min:first-child{min-height:min-content}.first\:ig-min-h-max:first-child{min-height:max-content}.first\:ig-min-h-fit:first-child{min-height:fit-content}.first\:ig-max-h-none:first-child{max-height:none}.first\:ig-max-h-0:first-child{max-height:0}.first\:ig-max-h-px:first-child{max-height:1px}.first\:ig-max-h-1:first-child{max-height:var(--ig-space-1)}.first\:ig-max-h-2:first-child{max-height:var(--ig-space-2)}.first\:ig-max-h-3:first-child{max-height:var(--ig-space-3)}.first\:ig-max-h-4:first-child{max-height:var(--ig-space-4)}.first\:ig-max-h-5:first-child{max-height:var(--ig-space-5)}.first\:ig-max-h-6:first-child{max-height:var(--ig-space-6)}.first\:ig-max-h-8:first-child{max-height:var(--ig-space-8)}.first\:ig-max-h-10:first-child{max-height:var(--ig-space-10)}.first\:ig-max-h-12:first-child{max-height:var(--ig-space-12)}.first\:ig-max-h-16:first-child{max-height:var(--ig-space-16)}.first\:ig-max-h-20:first-child{max-height:var(--ig-space-20)}.first\:ig-max-h-24:first-child{max-height:var(--ig-space-24)}.first\:ig-max-h-32:first-child{max-height:var(--ig-space-32)}.first\:ig-max-h-40:first-child{max-height:var(--ig-space-40)}.first\:ig-max-h-48:first-child{max-height:var(--ig-space-48)}.first\:ig-max-h-56:first-child{max-height:var(--ig-space-56)}.first\:ig-max-h-64:first-child{max-height:var(--ig-space-64)}.first\:ig-max-h-80:first-child{max-height:var(--ig-space-80)}.first\:ig-max-h-96:first-child{max-height:var(--ig-space-96)}.first\:ig-max-h-full:first-child{max-height:100%}.first\:ig-max-h-screen:first-child{max-height:100vh}.first\:ig-font-heading:first-child{font-family:var(--ig-font-heading)}.first\:ig-font-sans:first-child{font-family:var(--ig-font-sans)}.first\:ig-font-base:first-child{font-family:var(--ig-font-base)}.first\:ig-font-mono:first-child{font-family:var(--ig-font-mono)}.first\:ig-text-xs:first-child{font-size:var(--ig-text-xs);line-height:1rem}.first\:ig-text-sm:first-child{font-size:var(--ig-text-sm);line-height:1.25rem}.first\:ig-text-base:first-child{font-size:var(--ig-text-base);line-height:1.5rem}.first\:ig-text-lg:first-child{font-size:var(--ig-text-lg);line-height:1.75rem}.first\:ig-text-xl:first-child{font-size:var(--ig-text-xl);line-height:1.75rem}.first\:ig-text-2xl:first-child{font-size:var(--ig-text-2xl);line-height:2rem}.first\:ig-text-3xl:first-child{font-size:var(--ig-text-3xl);line-height:2.25rem}.first\:ig-text-4xl:first-child{font-size:var(--ig-text-4xl);line-height:2.5rem}.first\:ig-text-5xl:first-child{font-size:var(--ig-text-5xl);line-height:1}.first\:ig-text-6xl:first-child{font-size:var(--ig-text-6xl);line-height:1}.first\:ig-text-7xl:first-child{font-size:var(--ig-text-7xl);line-height:1}.first\:ig-text-8xl:first-child{font-size:var(--ig-text-8xl);line-height:1}.first\:ig-text-9xl:first-child{font-size:var(--ig-text-9xl);line-height:1}.first\:ig-text-fluid-xs:first-child{font-size:var(--ig-text-fluid-xs)}.first\:ig-text-fluid-sm:first-child{font-size:var(--ig-text-fluid-sm)}.first\:ig-text-fluid-base:first-child{font-size:var(--ig-text-fluid-base)}.first\:ig-text-fluid-lg:first-child{font-size:var(--ig-text-fluid-lg)}.first\:ig-text-fluid-xl:first-child{font-size:var(--ig-text-fluid-xl)}.first\:ig-text-fluid-2xl:first-child{font-size:var(--ig-text-fluid-2xl)}.first\:ig-text-fluid-3xl:first-child{font-size:var(--ig-text-fluid-3xl);line-height:var(--ig-leading-tight)}.first\:ig-text-fluid-4xl:first-child{font-size:var(--ig-text-fluid-4xl);line-height:var(--ig-leading-tight)}.first\:ig-text-fluid-5xl:first-child{font-size:var(--ig-text-fluid-5xl);line-height:1}.first\:ig-text-fluid-6xl:first-child{font-size:var(--ig-text-fluid-6xl);line-height:1}.first\:ig-text-fluid-7xl:first-child{font-size:var(--ig-text-fluid-7xl);line-height:1}.first\:ig-text-fluid-8xl:first-child{font-size:var(--ig-text-fluid-8xl);line-height:1}.first\:ig-text-fluid-9xl:first-child{font-size:var(--ig-text-fluid-9xl);line-height:1}.first\:ig-font-light:first-child{font-weight:var(--ig-fw-light)}.first\:ig-font-normal:first-child{font-weight:var(--ig-fw-normal)}.first\:ig-font-medium:first-child{font-weight:var(--ig-fw-medium)}.first\:ig-font-semibold:first-child{font-weight:var(--ig-fw-semibold)}.first\:ig-font-bold:first-child{font-weight:var(--ig-fw-bold)}.first\:ig-text-left:first-child{text-align:left}.first\:ig-text-center:first-child{text-align:center}.first\:ig-text-right:first-child{text-align:right}.first\:ig-text-justify:first-child{text-align:justify}.first\:ig-indent-0:first-child{text-indent:0}.first\:ig-indent-1:first-child{text-indent:var(--ig-space-1)}.first\:ig-indent-2:first-child{text-indent:var(--ig-space-2)}.first\:ig-indent-4:first-child{text-indent:var(--ig-space-4)}.first\:ig-indent-6:first-child{text-indent:var(--ig-space-6)}.first\:ig-indent-8:first-child{text-indent:var(--ig-space-8)}.first\:ig-uppercase:first-child{text-transform:uppercase}.first\:ig-lowercase:first-child{text-transform:lowercase}.first\:ig-capitalize:first-child{text-transform:capitalize}.first\:ig-normal-case:first-child{text-transform:none}.first\:ig-leading-none:first-child{line-height:var(--ig-leading-none)}.first\:ig-leading-tight:first-child{line-height:var(--ig-leading-tight)}.first\:ig-leading-snug:first-child{line-height:var(--ig-leading-snug)}.first\:ig-leading-normal:first-child{line-height:var(--ig-leading-normal)}.first\:ig-leading-relaxed:first-child{line-height:var(--ig-leading-relaxed)}.first\:ig-leading-loose:first-child{line-height:var(--ig-leading-loose)}.first\:ig-tracking-tighter:first-child{letter-spacing:var(--ig-tracking-tighter)}.first\:ig-tracking-tight:first-child{letter-spacing:var(--ig-tracking-tight)}.first\:ig-tracking-normal:first-child{letter-spacing:var(--ig-tracking-normal)}.first\:ig-tracking-wide:first-child{letter-spacing:var(--ig-tracking-wide)}.first\:ig-tracking-wider:first-child{letter-spacing:var(--ig-tracking-wider)}.first\:ig-tracking-widest:first-child{letter-spacing:var(--ig-tracking-widest)}.first\:ig-italic:first-child{font-style:italic}.first\:ig-not-italic:first-child{font-style:normal}.first\:ig-whitespace-normal:first-child{white-space:normal}.first\:ig-whitespace-nowrap:first-child{white-space:nowrap}.first\:ig-whitespace-pre:first-child{white-space:pre}.first\:ig-whitespace-pre-line:first-child{white-space:pre-line}.first\:ig-whitespace-pre-wrap:first-child{white-space:pre-wrap}.first\:ig-text-balance:first-child{text-wrap:balance}.first\:ig-text-pretty:first-child{text-wrap:pretty}.first\:ig-text-stable:first-child{text-wrap:stable}.first\:ig-tabular-nums:first-child{font-variant-numeric:tabular-nums}.first\:ig-oldstyle-nums:first-child{font-variant-numeric:oldstyle-nums}.first\:ig-lining-nums:first-child{font-variant-numeric:lining-nums}.first\:ig-proportional-nums:first-child{font-variant-numeric:proportional-nums}.first\:ig-slashed-zero:first-child{font-variant-numeric:slashed-zero}.first\:ig-normal-caps:first-child{font-variant-caps:normal}.first\:ig-all-petite-caps:first-child{font-variant-caps:all-petite-caps}.first\:ig-hyphens-none:first-child{hyphens:none}.first\:ig-hyphens-manual:first-child{hyphens:manual}.first\:ig-hyphens-auto:first-child{hyphens:auto}.first\:ig-list-none:first-child{list-style-type:none}.first\:ig-list-disc:first-child{list-style-type:disc}.first\:ig-list-decimal:first-child{list-style-type:decimal}.first\:ig-list-inside:first-child{list-style-position:inside}.first\:ig-list-outside:first-child{list-style-position:outside}.first\:ig-tab-1:first-child{tab-size:1;-moz-tab-size:1}.first\:ig-tab-2:first-child{tab-size:2;-moz-tab-size:2}.first\:ig-tab-4:first-child{tab-size:4;-moz-tab-size:4}.first\:ig-tab-8:first-child{tab-size:8;-moz-tab-size:8}.first\:ig-word-spacing-tight:first-child{word-spacing:-.05em}.first\:ig-word-spacing-normal:first-child{word-spacing:normal}.first\:ig-word-spacing-wide:first-child{word-spacing:.1em}.first\:ig-word-spacing-wider:first-child{word-spacing:.25em}.first\:ig-underline:first-child{text-decoration-line:underline}.first\:ig-overline:first-child{text-decoration-line:overline}.first\:ig-line-through:first-child{text-decoration-line:line-through}.first\:ig-no-underline:first-child{text-decoration-line:none}.first\:ig-decoration-solid:first-child{text-decoration-style:solid}.first\:ig-decoration-double:first-child{text-decoration-style:double}.first\:ig-decoration-dotted:first-child{text-decoration-style:dotted}.first\:ig-decoration-dashed:first-child{text-decoration-style:dashed}.first\:ig-decoration-wavy:first-child{text-decoration-style:wavy}.first\:ig-underline-offset-1:first-child{text-underline-offset:1px}.first\:ig-underline-offset-2:first-child{text-underline-offset:2px}.first\:ig-underline-offset-4:first-child{text-underline-offset:4px}.first\:ig-underline-offset-8:first-child{text-underline-offset:8px}.first\:ig-align-baseline:first-child{vertical-align:baseline}.first\:ig-align-top:first-child{vertical-align:top}.first\:ig-align-middle:first-child{vertical-align:middle}.first\:ig-align-bottom:first-child{vertical-align:bottom}.first\:ig-align-text-top:first-child{vertical-align:text-top}.first\:ig-align-text-bottom:first-child{vertical-align:text-bottom}.first\:ig-align-sub:first-child{vertical-align:sub}.first\:ig-align-super:first-child{vertical-align:super}.first\:ig-writing-horizontal:first-child{writing-mode:horizontal-tb}.first\:ig-columns-1:first-child{columns:1}.first\:ig-columns-2:first-child{columns:2}.first\:ig-columns-3:first-child{columns:3}.first\:ig-columns-4:first-child{columns:4}.first\:ig-columns-5:first-child{columns:5}.first\:ig-columns-6:first-child{columns:6}.first\:ig-columns-auto:first-child{columns:auto}.first\:ig-col-span-all:first-child{column-span:all}.first\:ig-col-span-none:first-child{column-span:none}.first\:ig-column-fill-auto:first-child{column-fill:auto}.first\:ig-column-fill-balance:first-child{column-fill:balance}.first\:ig-column-rule:first-child{column-rule:1px solid var(--ig-border-subtle)}.first\:ig-column-rule-2:first-child{column-rule:2px solid var(--ig-border-subtle)}.first\:ig-column-rule-brand:first-child{column-rule:1px solid var(--ig-vitreus)}.first\:ig-column-rule-secondary:first-child{column-rule:1px solid var(--ig-axis)}.first\:ig-column-rule-dashed:first-child{column-rule-style:dashed}.first\:ig-column-rule-dotted:first-child{column-rule-style:dotted}.first\:ig-column-rule-none:first-child{column-rule:none}.first\:ig-break-inside-auto:first-child{break-inside:auto}.first\:ig-break-inside-avoid:first-child{break-inside:avoid}.first\:ig-break-inside-avoid-column:first-child{break-inside:avoid-column}.first\:ig-break-before-auto:first-child{break-before:auto}.first\:ig-break-before-avoid:first-child{break-before:avoid}.first\:ig-break-before-column:first-child{break-before:column}.first\:ig-break-after-auto:first-child{break-after:auto}.first\:ig-break-after-avoid:first-child{break-after:avoid}.first\:ig-break-after-column:first-child{break-after:column}.first\:ig-text-heading:first-child{color:var(--ig-text-heading)}.first\:ig-text-body:first-child{color:var(--ig-text-body)}.first\:ig-text-muted:first-child{color:var(--ig-text-muted)}.first\:ig-text-disabled:first-child{color:var(--ig-text-disabled)}.first\:ig-text-brand:first-child{color:var(--ig-vitreus)}.first\:ig-text-secondary:first-child{color:var(--ig-axis)}.first\:ig-text-success:first-child{color:var(--ig-laurus)}.first\:ig-text-warning:first-child{color:var(--ig-rutilus)}.first\:ig-text-danger:first-child{color:var(--ig-malum)}.first\:ig-text-info:first-child{color:var(--ig-kobalium)}.first\:ig-text-neutral-50:first-child{color:var(--ig-neutral-50)}.first\:ig-text-neutral-100:first-child{color:var(--ig-neutral-100)}.first\:ig-text-neutral-200:first-child{color:var(--ig-neutral-200)}.first\:ig-text-neutral-300:first-child{color:var(--ig-neutral-300)}.first\:ig-text-neutral-400:first-child{color:var(--ig-neutral-400)}.first\:ig-text-neutral-500:first-child{color:var(--ig-neutral-500)}.first\:ig-text-neutral-600:first-child{color:var(--ig-neutral-600)}.first\:ig-text-neutral-700:first-child{color:var(--ig-neutral-700)}.first\:ig-text-neutral-800:first-child{color:var(--ig-neutral-800)}.first\:ig-text-neutral-900:first-child{color:var(--ig-neutral-900)}.first\:ig-text-neutral-950:first-child{color:var(--ig-neutral-950)}.first\:ig-text-inherit:first-child{color:inherit}.first\:ig-text-current:first-child{color:currentColor}.first\:ig-text-transparent:first-child{color:transparent}.first\:ig-text-white:first-child{color:#fff}.first\:ig-text-black:first-child{color:#000}.first\:ig-bg-base:first-child{background-color:var(--ig-bg-base)}.first\:ig-bg-surface:first-child{background-color:var(--ig-bg-surface)}.first\:ig-bg-elevated:first-child{background-color:var(--ig-bg-elevated)}.first\:ig-bg-muted:first-child{background-color:var(--ig-bg-muted)}.first\:ig-bg-brand:first-child{background-color:var(--ig-vitreus)}.first\:ig-bg-secondary:first-child{background-color:var(--ig-axis)}.first\:ig-bg-success:first-child{background-color:var(--ig-laurus)}.first\:ig-bg-warning:first-child{background-color:var(--ig-rutilus)}.first\:ig-bg-danger:first-child{background-color:var(--ig-malum)}.first\:ig-bg-info:first-child{background-color:var(--ig-kobalium)}.first\:ig-bg-neutral-50:first-child{background-color:var(--ig-neutral-50)}.first\:ig-bg-neutral-100:first-child{background-color:var(--ig-neutral-100)}.first\:ig-bg-neutral-200:first-child{background-color:var(--ig-neutral-200)}.first\:ig-bg-neutral-300:first-child{background-color:var(--ig-neutral-300)}.first\:ig-bg-neutral-400:first-child{background-color:var(--ig-neutral-400)}.first\:ig-bg-neutral-500:first-child{background-color:var(--ig-neutral-500)}.first\:ig-bg-neutral-600:first-child{background-color:var(--ig-neutral-600)}.first\:ig-bg-neutral-700:first-child{background-color:var(--ig-neutral-700)}.first\:ig-bg-neutral-800:first-child{background-color:var(--ig-neutral-800)}.first\:ig-bg-neutral-900:first-child{background-color:var(--ig-neutral-900)}.first\:ig-bg-neutral-950:first-child{background-color:var(--ig-neutral-950)}.first\:ig-bg-transparent:first-child{background-color:transparent}.first\:ig-bg-inherit:first-child{background-color:inherit}.first\:ig-bg-white:first-child{background-color:#fff}.first\:ig-bg-black:first-child{background-color:#000}.first\:ig-bg-fixed:first-child{background-attachment:fixed}.first\:ig-bg-local:first-child{background-attachment:local}.first\:ig-bg-scroll:first-child{background-attachment:scroll}.first\:ig-bg-center:first-child{background-position:center}.first\:ig-bg-top:first-child{background-position:top}.first\:ig-bg-bottom:first-child{background-position:bottom}.first\:ig-bg-left:first-child{background-position:left}.first\:ig-bg-right:first-child{background-position:right}.first\:ig-bg-top-left:first-child{background-position:top left}.first\:ig-bg-top-right:first-child{background-position:top right}.first\:ig-bg-bottom-left:first-child{background-position:bottom left}.first\:ig-bg-bottom-right:first-child{background-position:bottom right}.first\:ig-bg-cover:first-child{background-size:cover}.first\:ig-bg-contain:first-child{background-size:contain}.first\:ig-bg-auto:first-child{background-size:auto}.first\:ig-bg-repeat:first-child{background-repeat:repeat}.first\:ig-bg-no-repeat:first-child{background-repeat:no-repeat}.first\:ig-bg-repeat-x:first-child{background-repeat:repeat-x}.first\:ig-bg-repeat-y:first-child{background-repeat:repeat-y}.first\:ig-bg-repeat-round:first-child{background-repeat:round}.first\:ig-bg-repeat-space:first-child{background-repeat:space}.first\:ig-bg-gradient-to-t:first-child{background-image:linear-gradient(to top,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-to-tr:first-child{background-image:linear-gradient(to top right,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-to-r:first-child{background-image:linear-gradient(to right,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-to-br:first-child{background-image:linear-gradient(to bottom right,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-to-b:first-child{background-image:linear-gradient(to bottom,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-to-bl:first-child{background-image:linear-gradient(to bottom left,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-to-l:first-child{background-image:linear-gradient(to left,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-to-tl:first-child{background-image:linear-gradient(to top left,var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-radial:first-child{background-image:radial-gradient(var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-bg-gradient-conic:first-child{background-image:conic-gradient(var(--ig-gradient-from, transparent),var(--ig-gradient-via, var(--ig-gradient-from, transparent)),var(--ig-gradient-to, transparent))}.first\:ig-from-transparent:first-child{--ig-gradient-from: transparent}.first\:ig-from-current:first-child{--ig-gradient-from: currentColor}.first\:ig-from-black:first-child{--ig-gradient-from: #000000}.first\:ig-from-white:first-child{--ig-gradient-from: #ffffff}.first\:ig-from-brand:first-child{--ig-gradient-from: var(--ig-vitreus)}.first\:ig-from-secondary:first-child{--ig-gradient-from: var(--ig-axis)}.first\:ig-from-success:first-child{--ig-gradient-from: var(--ig-laurus)}.first\:ig-from-warning:first-child{--ig-gradient-from: var(--ig-rutilus)}.first\:ig-from-danger:first-child{--ig-gradient-from: var(--ig-malum)}.first\:ig-from-info:first-child{--ig-gradient-from: var(--ig-kobalium)}.first\:ig-from-black10:first-child{--ig-gradient-from: rgb(0 0 0 / .1)}.first\:ig-from-black20:first-child{--ig-gradient-from: rgb(0 0 0 / .2)}.first\:ig-from-black30:first-child{--ig-gradient-from: rgb(0 0 0 / .3)}.first\:ig-from-black50:first-child{--ig-gradient-from: rgb(0 0 0 / .5)}.first\:ig-from-black70:first-child{--ig-gradient-from: rgb(0 0 0 / .7)}.first\:ig-from-white10:first-child{--ig-gradient-from: rgb(255 255 255 / .1)}.first\:ig-from-white20:first-child{--ig-gradient-from: rgb(255 255 255 / .2)}.first\:ig-from-white30:first-child{--ig-gradient-from: rgb(255 255 255 / .3)}.first\:ig-from-white50:first-child{--ig-gradient-from: rgb(255 255 255 / .5)}.first\:ig-via-transparent:first-child{--ig-gradient-via: transparent}.first\:ig-via-current:first-child{--ig-gradient-via: currentColor}.first\:ig-via-black:first-child{--ig-gradient-via: #000000}.first\:ig-via-white:first-child{--ig-gradient-via: #ffffff}.first\:ig-via-brand:first-child{--ig-gradient-via: var(--ig-vitreus)}.first\:ig-via-secondary:first-child{--ig-gradient-via: var(--ig-axis)}.first\:ig-via-success:first-child{--ig-gradient-via: var(--ig-laurus)}.first\:ig-via-warning:first-child{--ig-gradient-via: var(--ig-rutilus)}.first\:ig-via-danger:first-child{--ig-gradient-via: var(--ig-malum)}.first\:ig-via-info:first-child{--ig-gradient-via: var(--ig-kobalium)}.first\:ig-to-transparent:first-child{--ig-gradient-to: transparent}.first\:ig-to-current:first-child{--ig-gradient-to: currentColor}.first\:ig-to-black:first-child{--ig-gradient-to: #000000}.first\:ig-to-white:first-child{--ig-gradient-to: #ffffff}.first\:ig-to-brand:first-child{--ig-gradient-to: var(--ig-vitreus)}.first\:ig-to-secondary:first-child{--ig-gradient-to: var(--ig-axis)}.first\:ig-to-success:first-child{--ig-gradient-to: var(--ig-laurus)}.first\:ig-to-warning:first-child{--ig-gradient-to: var(--ig-rutilus)}.first\:ig-to-danger:first-child{--ig-gradient-to: var(--ig-malum)}.first\:ig-to-info:first-child{--ig-gradient-to: var(--ig-kobalium)}.first\:ig-to-black10:first-child{--ig-gradient-to: rgb(0 0 0 / .1)}.first\:ig-to-black20:first-child{--ig-gradient-to: rgb(0 0 0 / .2)}.first\:ig-to-black30:first-child{--ig-gradient-to: rgb(0 0 0 / .3)}.first\:ig-to-black50:first-child{--ig-gradient-to: rgb(0 0 0 / .5)}.first\:ig-to-white10:first-child{--ig-gradient-to: rgb(255 255 255 / .1)}.first\:ig-to-white20:first-child{--ig-gradient-to: rgb(255 255 255 / .2)}.first\:ig-to-white30:first-child{--ig-gradient-to: rgb(255 255 255 / .3)}.first\:ig-to-white50:first-child{--ig-gradient-to: rgb(255 255 255 / .5)}.first\:ig-gradient-brand:first-child{background:linear-gradient(135deg,var(--ig-vitreus),var(--ig-vitreus-lux))}.first\:ig-gradient-secondary:first-child{background:linear-gradient(135deg,var(--ig-axis),var(--ig-axis-lux))}.first\:ig-gradient-success:first-child{background:linear-gradient(135deg,var(--ig-laurus),var(--ig-laurus-lux))}.first\:ig-gradient-warning:first-child{background:linear-gradient(135deg,var(--ig-rutilus),var(--ig-rutilus-lux))}.first\:ig-gradient-danger:first-child{background:linear-gradient(135deg,var(--ig-malum),var(--ig-malum-lux))}.first\:ig-gradient-info:first-child{background:linear-gradient(135deg,var(--ig-kobalium),var(--ig-kobalium-lux))}.first\:ig-gradient-igoded:first-child{background:var(--ig-gradient-igoded)}.first\:ig-gradient-to-t-brand:first-child{background:linear-gradient(to top,var(--ig-vitreus-nox),var(--ig-vitreus-lux))}.first\:ig-gradient-to-t-secondary:first-child{background:linear-gradient(to top,var(--ig-axis-nox),var(--ig-axis-lux))}.first\:ig-gradient-to-t-success:first-child{background:linear-gradient(to top,var(--ig-laurus-nox),var(--ig-laurus-lux))}.first\:ig-gradient-to-t-warning:first-child{background:linear-gradient(to top,var(--ig-rutilus-nox),var(--ig-rutilus-lux))}.first\:ig-gradient-to-t-danger:first-child{background:linear-gradient(to top,var(--ig-malum-nox),var(--ig-malum-lux))}.first\:ig-gradient-to-t-info:first-child{background:linear-gradient(to top,var(--ig-kobalium-nox),var(--ig-kobalium-lux))}.first\:ig-gradient-to-b-brand:first-child{background:linear-gradient(to bottom,var(--ig-vitreus-lux),var(--ig-vitreus-nox))}.first\:ig-gradient-to-b-secondary:first-child{background:linear-gradient(to bottom,var(--ig-axis-lux),var(--ig-axis-nox))}.first\:ig-gradient-to-b-success:first-child{background:linear-gradient(to bottom,var(--ig-laurus-lux),var(--ig-laurus-nox))}.first\:ig-gradient-to-b-warning:first-child{background:linear-gradient(to bottom,var(--ig-rutilus-lux),var(--ig-rutilus-nox))}.first\:ig-gradient-to-b-danger:first-child{background:linear-gradient(to bottom,var(--ig-malum-lux),var(--ig-malum-nox))}.first\:ig-gradient-to-b-info:first-child{background:linear-gradient(to bottom,var(--ig-kobalium-lux),var(--ig-kobalium-nox))}.first\:ig-gradient-to-r-brand:first-child{background:linear-gradient(to right,var(--ig-vitreus-nox),var(--ig-vitreus-lux))}.first\:ig-gradient-to-r-secondary:first-child{background:linear-gradient(to right,var(--ig-axis-nox),var(--ig-axis-lux))}.first\:ig-gradient-to-r-success:first-child{background:linear-gradient(to right,var(--ig-laurus-nox),var(--ig-laurus-lux))}.first\:ig-gradient-to-r-warning:first-child{background:linear-gradient(to right,var(--ig-rutilus-nox),var(--ig-rutilus-lux))}.first\:ig-gradient-to-r-danger:first-child{background:linear-gradient(to right,var(--ig-malum-nox),var(--ig-malum-lux))}.first\:ig-gradient-to-r-info:first-child{background:linear-gradient(to right,var(--ig-kobalium-nox),var(--ig-kobalium-lux))}.first\:ig-gradient-to-l-brand:first-child{background:linear-gradient(to left,var(--ig-vitreus-nox),var(--ig-vitreus-lux))}.first\:ig-gradient-to-l-secondary:first-child{background:linear-gradient(to left,var(--ig-axis-nox),var(--ig-axis-lux))}.first\:ig-gradient-to-l-success:first-child{background:linear-gradient(to left,var(--ig-laurus-nox),var(--ig-laurus-lux))}.first\:ig-gradient-to-l-warning:first-child{background:linear-gradient(to left,var(--ig-rutilus-nox),var(--ig-rutilus-lux))}.first\:ig-gradient-to-l-danger:first-child{background:linear-gradient(to left,var(--ig-malum-nox),var(--ig-malum-lux))}.first\:ig-gradient-to-l-info:first-child{background:linear-gradient(to left,var(--ig-kobalium-nox),var(--ig-kobalium-lux))}.first\:ig-gradient-to-tr-brand:first-child{background:linear-gradient(to top right,var(--ig-vitreus-nox),var(--ig-vitreus-lux))}.first\:ig-gradient-to-tr-secondary:first-child{background:linear-gradient(to top right,var(--ig-axis-nox),var(--ig-axis-lux))}.first\:ig-gradient-to-tr-success:first-child{background:linear-gradient(to top right,var(--ig-laurus-nox),var(--ig-laurus-lux))}.first\:ig-gradient-to-tr-warning:first-child{background:linear-gradient(to top right,var(--ig-rutilus-nox),var(--ig-rutilus-lux))}.first\:ig-gradient-to-tr-danger:first-child{background:linear-gradient(to top right,var(--ig-malum-nox),var(--ig-malum-lux))}.first\:ig-gradient-to-tr-info:first-child{background:linear-gradient(to top right,var(--ig-kobalium-nox),var(--ig-kobalium-lux))}.first\:ig-gradient-to-tl-brand:first-child{background:linear-gradient(to top left,var(--ig-vitreus-nox),var(--ig-vitreus-lux))}.first\:ig-gradient-to-tl-secondary:first-child{background:linear-gradient(to top left,var(--ig-axis-nox),var(--ig-axis-lux))}.first\:ig-gradient-to-tl-success:first-child{background:linear-gradient(to top left,var(--ig-laurus-nox),var(--ig-laurus-lux))}.first\:ig-gradient-to-tl-warning:first-child{background:linear-gradient(to top left,var(--ig-rutilus-nox),var(--ig-rutilus-lux))}.first\:ig-gradient-to-tl-danger:first-child{background:linear-gradient(to top left,var(--ig-malum-nox),var(--ig-malum-lux))}.first\:ig-gradient-to-tl-info:first-child{background:linear-gradient(to top left,var(--ig-kobalium-nox),var(--ig-kobalium-lux))}.first\:ig-gradient-to-br-brand:first-child{background:linear-gradient(to bottom right,var(--ig-vitreus-lux),var(--ig-vitreus-nox))}.first\:ig-gradient-to-br-secondary:first-child{background:linear-gradient(to bottom right,var(--ig-axis-lux),var(--ig-axis-nox))}.first\:ig-gradient-to-br-success:first-child{background:linear-gradient(to bottom right,var(--ig-laurus-lux),var(--ig-laurus-nox))}.first\:ig-gradient-to-br-warning:first-child{background:linear-gradient(to bottom right,var(--ig-rutilus-lux),var(--ig-rutilus-nox))}.first\:ig-gradient-to-br-danger:first-child{background:linear-gradient(to bottom right,var(--ig-malum-lux),var(--ig-malum-nox))}.first\:ig-gradient-to-br-info:first-child{background:linear-gradient(to bottom right,var(--ig-kobalium-lux),var(--ig-kobalium-nox))}.first\:ig-gradient-to-bl-brand:first-child{background:linear-gradient(to bottom left,var(--ig-vitreus-lux),var(--ig-vitreus-nox))}.first\:ig-gradient-to-bl-secondary:first-child{background:linear-gradient(to bottom left,var(--ig-axis-lux),var(--ig-axis-nox))}.first\:ig-gradient-to-bl-success:first-child{background:linear-gradient(to bottom left,var(--ig-laurus-lux),var(--ig-laurus-nox))}.first\:ig-gradient-to-bl-warning:first-child{background:linear-gradient(to bottom left,var(--ig-rutilus-lux),var(--ig-rutilus-nox))}.first\:ig-gradient-to-bl-danger:first-child{background:linear-gradient(to bottom left,var(--ig-malum-lux),var(--ig-malum-nox))}.first\:ig-gradient-to-bl-info:first-child{background:linear-gradient(to bottom left,var(--ig-kobalium-lux),var(--ig-kobalium-nox))}.first\:ig-gradient-radial-brand:first-child{background:radial-gradient(circle,var(--ig-vitreus-lux),var(--ig-vitreus-nox))}.first\:ig-gradient-radial-secondary:first-child{background:radial-gradient(circle,var(--ig-axis-lux),var(--ig-axis-nox))}.first\:ig-gradient-radial-success:first-child{background:radial-gradient(circle,var(--ig-laurus-lux),var(--ig-laurus-nox))}.first\:ig-gradient-radial-warning:first-child{background:radial-gradient(circle,var(--ig-rutilus-lux),var(--ig-rutilus-nox))}.first\:ig-gradient-radial-danger:first-child{background:radial-gradient(circle,var(--ig-malum-lux),var(--ig-malum-nox))}.first\:ig-gradient-radial-info:first-child{background:radial-gradient(circle,var(--ig-kobalium-lux),var(--ig-kobalium-nox))}.first\:ig-gradient-conic-brand:first-child{background:conic-gradient(from 0deg,var(--ig-vitreus-lux),var(--ig-vitreus),var(--ig-vitreus-nox),var(--ig-vitreus),var(--ig-vitreus-lux))}.first\:ig-gradient-conic-secondary:first-child{background:conic-gradient(from 0deg,var(--ig-axis-lux),var(--ig-axis),var(--ig-axis-nox),var(--ig-axis),var(--ig-axis-lux))}.first\:ig-gradient-conic-success:first-child{background:conic-gradient(from 0deg,var(--ig-laurus-lux),var(--ig-laurus),var(--ig-laurus-nox),var(--ig-laurus),var(--ig-laurus-lux))}.first\:ig-gradient-conic-warning:first-child{background:conic-gradient(from 0deg,var(--ig-rutilus-lux),var(--ig-rutilus),var(--ig-rutilus-nox),var(--ig-rutilus),var(--ig-rutilus-lux))}.first\:ig-gradient-conic-danger:first-child{background:conic-gradient(from 0deg,var(--ig-malum-lux),var(--ig-malum),var(--ig-malum-nox),var(--ig-malum),var(--ig-malum-lux))}.first\:ig-gradient-conic-info:first-child{background:conic-gradient(from 0deg,var(--ig-kobalium-lux),var(--ig-kobalium),var(--ig-kobalium-nox),var(--ig-kobalium),var(--ig-kobalium-lux))}.first\:ig-gradient-brand-secondary:first-child{background:linear-gradient(135deg,var(--ig-vitreus),var(--ig-axis))}.first\:ig-gradient-brand-success:first-child{background:linear-gradient(135deg,var(--ig-vitreus),var(--ig-laurus))}.first\:ig-gradient-brand-warning:first-child{background:linear-gradient(135deg,var(--ig-vitreus),var(--ig-rutilus))}.first\:ig-gradient-brand-danger:first-child{background:linear-gradient(135deg,var(--ig-vitreus),var(--ig-malum))}.first\:ig-gradient-secondary-success:first-child{background:linear-gradient(135deg,var(--ig-axis),var(--ig-laurus))}.first\:ig-gradient-secondary-warning:first-child{background:linear-gradient(135deg,var(--ig-axis),var(--ig-rutilus))}.first\:ig-gradient-secondary-danger:first-child{background:linear-gradient(135deg,var(--ig-axis),var(--ig-malum))}.first\:ig-gradient-success-warning:first-child{background:linear-gradient(135deg,var(--ig-laurus),var(--ig-rutilus))}.first\:ig-gradient-warning-danger:first-child{background:linear-gradient(135deg,var(--ig-rutilus),var(--ig-malum))}.first\:ig-border-0:first-child{border-width:0}.first\:ig-border:first-child{border-width:1px}.first\:ig-border-2:first-child{border-width:2px}.first\:ig-border-4:first-child{border-width:4px}.first\:ig-border-8:first-child{border-width:8px}.first\:ig-border-t-0:first-child{border-top-width:0}.first\:ig-border-t:first-child{border-top-width:1px}.first\:ig-border-t-2:first-child{border-top-width:2px}.first\:ig-border-t-4:first-child{border-top-width:4px}.first\:ig-border-r-0:first-child{border-right-width:0}.first\:ig-border-r:first-child{border-right-width:1px}.first\:ig-border-r-2:first-child{border-right-width:2px}.first\:ig-border-r-4:first-child{border-right-width:4px}.first\:ig-border-b-0:first-child{border-bottom-width:0}.first\:ig-border-b:first-child{border-bottom-width:1px}.first\:ig-border-b-2:first-child{border-bottom-width:2px}.first\:ig-border-b-4:first-child{border-bottom-width:4px}.first\:ig-border-l-0:first-child{border-left-width:0}.first\:ig-border-l:first-child{border-left-width:1px}.first\:ig-border-l-2:first-child{border-left-width:2px}.first\:ig-border-l-4:first-child{border-left-width:4px}.first\:ig-border-x-0:first-child{border-left-width:0;border-right-width:0}.first\:ig-border-x:first-child{border-left-width:1px;border-right-width:1px}.first\:ig-border-x-2:first-child{border-left-width:2px;border-right-width:2px}.first\:ig-border-y-0:first-child{border-top-width:0;border-bottom-width:0}.first\:ig-border-y:first-child{border-top-width:1px;border-bottom-width:1px}.first\:ig-border-y-2:first-child{border-top-width:2px;border-bottom-width:2px}.first\:ig-border-subtle:first-child{border-color:var(--ig-border-subtle)}.first\:ig-border-default:first-child{border-color:var(--ig-border-default)}.first\:ig-border-strong:first-child{border-color:var(--ig-border-strong)}.first\:ig-border-brand:first-child{border-color:var(--ig-vitreus)}.first\:ig-border-secondary:first-child{border-color:var(--ig-axis)}.first\:ig-border-success:first-child{border-color:var(--ig-laurus)}.first\:ig-border-warning:first-child{border-color:var(--ig-rutilus)}.first\:ig-border-danger:first-child{border-color:var(--ig-malum)}.first\:ig-border-info:first-child{border-color:var(--ig-kobalium)}.first\:ig-border-transparent:first-child{border-color:transparent}.first\:ig-border-white:first-child{border-color:#fff}.first\:ig-border-black:first-child{border-color:#000}.first\:ig-border-solid:first-child{border-style:solid}.first\:ig-border-dashed:first-child{border-style:dashed}.first\:ig-border-dotted:first-child{border-style:dotted}.first\:ig-border-double:first-child{border-style:double}.first\:ig-border-none:first-child{border-style:none}.first\:ig-rounded-none:first-child{border-radius:0}.first\:ig-rounded-sm:first-child{border-radius:var(--ig-rounded-sm)}.first\:ig-rounded:first-child{border-radius:var(--ig-rounded)}.first\:ig-rounded-md:first-child{border-radius:var(--ig-rounded-md)}.first\:ig-rounded-lg:first-child{border-radius:var(--ig-rounded-lg)}.first\:ig-rounded-xl:first-child{border-radius:var(--ig-rounded-xl)}.first\:ig-rounded-2xl:first-child{border-radius:var(--ig-rounded-2xl)}.first\:ig-rounded-3xl:first-child{border-radius:var(--ig-rounded-3xl)}.first\:ig-rounded-full:first-child{border-radius:var(--ig-rounded-full)}.first\:ig-rounded-t-none:first-child{border-top-left-radius:0;border-top-right-radius:0}.first\:ig-rounded-t-sm:first-child{border-top-left-radius:var(--ig-rounded-sm);border-top-right-radius:var(--ig-rounded-sm)}.first\:ig-rounded-t:first-child{border-top-left-radius:var(--ig-rounded);border-top-right-radius:var(--ig-rounded)}.first\:ig-rounded-t-md:first-child{border-top-left-radius:var(--ig-rounded-md);border-top-right-radius:var(--ig-rounded-md)}.first\:ig-rounded-t-lg:first-child{border-top-left-radius:var(--ig-rounded-lg);border-top-right-radius:var(--ig-rounded-lg)}.first\:ig-rounded-t-xl:first-child{border-top-left-radius:var(--ig-rounded-xl);border-top-right-radius:var(--ig-rounded-xl)}.first\:ig-rounded-t-2xl:first-child{border-top-left-radius:var(--ig-rounded-2xl);border-top-right-radius:var(--ig-rounded-2xl)}.first\:ig-rounded-t-full:first-child{border-top-left-radius:var(--ig-rounded-full);border-top-right-radius:var(--ig-rounded-full)}.first\:ig-rounded-b-none:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.first\:ig-rounded-b-sm:first-child{border-bottom-left-radius:var(--ig-rounded-sm);border-bottom-right-radius:var(--ig-rounded-sm)}.first\:ig-rounded-b:first-child{border-bottom-left-radius:var(--ig-rounded);border-bottom-right-radius:var(--ig-rounded)}.first\:ig-rounded-b-md:first-child{border-bottom-left-radius:var(--ig-rounded-md);border-bottom-right-radius:var(--ig-rounded-md)}.first\:ig-rounded-b-lg:first-child{border-bottom-left-radius:var(--ig-rounded-lg);border-bottom-right-radius:var(--ig-rounded-lg)}.first\:ig-rounded-b-xl:first-child{border-bottom-left-radius:var(--ig-rounded-xl);border-bottom-right-radius:var(--ig-rounded-xl)}.first\:ig-rounded-b-2xl:first-child{border-bottom-left-radius:var(--ig-rounded-2xl);border-bottom-right-radius:var(--ig-rounded-2xl)}.first\:ig-rounded-b-full:first-child{border-bottom-left-radius:var(--ig-rounded-full);border-bottom-right-radius:var(--ig-rounded-full)}.first\:ig-rounded-l-none:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.first\:ig-rounded-l-sm:first-child{border-top-left-radius:var(--ig-rounded-sm);border-bottom-left-radius:var(--ig-rounded-sm)}.first\:ig-rounded-l:first-child{border-top-left-radius:var(--ig-rounded);border-bottom-left-radius:var(--ig-rounded)}.first\:ig-rounded-l-md:first-child{border-top-left-radius:var(--ig-rounded-md);border-bottom-left-radius:var(--ig-rounded-md)}.first\:ig-rounded-l-lg:first-child{border-top-left-radius:var(--ig-rounded-lg);border-bottom-left-radius:var(--ig-rounded-lg)}.first\:ig-rounded-l-xl:first-child{border-top-left-radius:var(--ig-rounded-xl);border-bottom-left-radius:var(--ig-rounded-xl)}.first\:ig-rounded-l-2xl:first-child{border-top-left-radius:var(--ig-rounded-2xl);border-bottom-left-radius:var(--ig-rounded-2xl)}.first\:ig-rounded-l-full:first-child{border-top-left-radius:var(--ig-rounded-full);border-bottom-left-radius:var(--ig-rounded-full)}.first\:ig-rounded-r-none:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.first\:ig-rounded-r-sm:first-child{border-top-right-radius:var(--ig-rounded-sm);border-bottom-right-radius:var(--ig-rounded-sm)}.first\:ig-rounded-r:first-child{border-top-right-radius:var(--ig-rounded);border-bottom-right-radius:var(--ig-rounded)}.first\:ig-rounded-r-md:first-child{border-top-right-radius:var(--ig-rounded-md);border-bottom-right-radius:var(--ig-rounded-md)}.first\:ig-rounded-r-lg:first-child{border-top-right-radius:var(--ig-rounded-lg);border-bottom-right-radius:var(--ig-rounded-lg)}.first\:ig-rounded-r-xl:first-child{border-top-right-radius:var(--ig-rounded-xl);border-bottom-right-radius:var(--ig-rounded-xl)}.first\:ig-rounded-r-2xl:first-child{border-top-right-radius:var(--ig-rounded-2xl);border-bottom-right-radius:var(--ig-rounded-2xl)}.first\:ig-rounded-r-full:first-child{border-top-right-radius:var(--ig-rounded-full);border-bottom-right-radius:var(--ig-rounded-full)}.first\:ig-shadow-none:first-child{box-shadow:none}.first\:ig-shadow-sm:first-child{box-shadow:var(--ig-shadow-sm)}.first\:ig-shadow:first-child{box-shadow:var(--ig-shadow)}.first\:ig-shadow-md:first-child{box-shadow:var(--ig-shadow-md)}.first\:ig-shadow-lg:first-child{box-shadow:var(--ig-shadow-lg)}.first\:ig-shadow-xl:first-child{box-shadow:var(--ig-shadow-xl)}.first\:ig-shadow-2xl:first-child{box-shadow:var(--ig-shadow-2xl)}.first\:ig-shadow-inner:first-child{box-shadow:var(--ig-shadow-inner)}.first\:ig-drop-shadow-none:first-child{filter:drop-shadow(0 0 0 transparent)}.first\:ig-drop-shadow-sm:first-child{filter:drop-shadow(0 1px 1px rgb(0 0 0 / .05))}.first\:ig-drop-shadow:first-child{filter:drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06))}.first\:ig-drop-shadow-md:first-child{filter:drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06))}.first\:ig-drop-shadow-lg:first-child{filter:drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1))}.first\:ig-drop-shadow-xl:first-child{filter:drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08))}.first\:ig-drop-shadow-2xl:first-child{filter:drop-shadow(0 25px 25px rgb(0 0 0 / .15))}.first\:ig-drop-shadow-brand:first-child{filter:drop-shadow(0 4px 6px color-mix(in srgb,var(--ig-vitreus) 30%,transparent))}.first\:ig-drop-shadow-secondary:first-child{filter:drop-shadow(0 4px 6px color-mix(in srgb,var(--ig-axis) 30%,transparent))}.first\:ig-drop-shadow-success:first-child{filter:drop-shadow(0 4px 6px color-mix(in srgb,var(--ig-laurus) 30%,transparent))}.first\:ig-drop-shadow-warning:first-child{filter:drop-shadow(0 4px 6px color-mix(in srgb,var(--ig-rutilus) 30%,transparent))}.first\:ig-drop-shadow-danger:first-child{filter:drop-shadow(0 4px 6px color-mix(in srgb,var(--ig-malum) 30%,transparent))}.first\:ig-drop-shadow-info:first-child{filter:drop-shadow(0 4px 6px color-mix(in srgb,var(--ig-kobalium) 30%,transparent))}.first\:ig-drop-shadow-brand-lg:first-child{filter:drop-shadow(0 8px 12px color-mix(in srgb,var(--ig-vitreus) 40%,transparent))}.first\:ig-drop-shadow-secondary-lg:first-child{filter:drop-shadow(0 8px 12px color-mix(in srgb,var(--ig-axis) 40%,transparent))}.first\:ig-drop-shadow-success-lg:first-child{filter:drop-shadow(0 8px 12px color-mix(in srgb,var(--ig-laurus) 40%,transparent))}.first\:ig-drop-shadow-warning-lg:first-child{filter:drop-shadow(0 8px 12px color-mix(in srgb,var(--ig-rutilus) 40%,transparent))}.first\:ig-drop-shadow-danger-lg:first-child{filter:drop-shadow(0 8px 12px color-mix(in srgb,var(--ig-malum) 40%,transparent))}.first\:ig-drop-shadow-info-lg:first-child{filter:drop-shadow(0 8px 12px color-mix(in srgb,var(--ig-kobalium) 40%,transparent))}.first\:ig-text-shadow-none:first-child{text-shadow:none}.first\:ig-text-shadow-sm:first-child{text-shadow:0 1px 2px rgb(0 0 0 / .2)}.first\:ig-text-shadow:first-child{text-shadow:0 2px 4px rgb(0 0 0 / .25)}.first\:ig-text-shadow-md:first-child{text-shadow:0 4px 6px rgb(0 0 0 / .3)}.first\:ig-text-shadow-lg:first-child{text-shadow:0 8px 16px rgb(0 0 0 / .35)}.first\:ig-text-shadow-hard:first-child{text-shadow:2px 2px 0 rgb(0 0 0 / .3)}.first\:ig-text-shadow-hard-lg:first-child{text-shadow:4px 4px 0 rgb(0 0 0 / .25)}.first\:ig-text-shadow-brand:first-child{text-shadow:0 2px 8px color-mix(in srgb,var(--ig-vitreus) 50%,transparent)}.first\:ig-text-shadow-secondary:first-child{text-shadow:0 2px 8px color-mix(in srgb,var(--ig-axis) 50%,transparent)}.first\:ig-text-shadow-success:first-child{text-shadow:0 2px 8px color-mix(in srgb,var(--ig-laurus) 50%,transparent)}.first\:ig-text-shadow-warning:first-child{text-shadow:0 2px 8px color-mix(in srgb,var(--ig-rutilus) 50%,transparent)}.first\:ig-text-shadow-danger:first-child{text-shadow:0 2px 8px color-mix(in srgb,var(--ig-malum) 50%,transparent)}.first\:ig-text-shadow-info:first-child{text-shadow:0 2px 8px color-mix(in srgb,var(--ig-kobalium) 50%,transparent)}.first\:ig-text-glow-brand:first-child{text-shadow:0 0 10px color-mix(in srgb,var(--ig-vitreus) 70%,transparent),0 0 20px color-mix(in srgb,var(--ig-vitreus) 40%,transparent)}.first\:ig-text-glow-secondary:first-child{text-shadow:0 0 10px color-mix(in srgb,var(--ig-axis) 70%,transparent),0 0 20px color-mix(in srgb,var(--ig-axis) 40%,transparent)}.first\:ig-text-glow-success:first-child{text-shadow:0 0 10px color-mix(in srgb,var(--ig-laurus) 70%,transparent),0 0 20px color-mix(in srgb,var(--ig-laurus) 40%,transparent)}.first\:ig-text-glow-warning:first-child{text-shadow:0 0 10px color-mix(in srgb,var(--ig-rutilus) 70%,transparent),0 0 20px color-mix(in srgb,var(--ig-rutilus) 40%,transparent)}.first\:ig-text-glow-danger:first-child{text-shadow:0 0 10px color-mix(in srgb,var(--ig-malum) 70%,transparent),0 0 20px color-mix(in srgb,var(--ig-malum) 40%,transparent)}.first\:ig-text-glow-info:first-child{text-shadow:0 0 10px color-mix(in srgb,var(--ig-kobalium) 70%,transparent),0 0 20px color-mix(in srgb,var(--ig-kobalium) 40%,transparent)}.first\:ig-text-glow-brand-lg:first-child{text-shadow:0 0 15px color-mix(in srgb,var(--ig-vitreus) 80%,transparent),0 0 30px color-mix(in srgb,var(--ig-vitreus) 50%,transparent),0 0 45px color-mix(in srgb,var(--ig-vitreus) 25%,transparent)}.first\:ig-text-glow-secondary-lg:first-child{text-shadow:0 0 15px color-mix(in srgb,var(--ig-axis) 80%,transparent),0 0 30px color-mix(in srgb,var(--ig-axis) 50%,transparent),0 0 45px color-mix(in srgb,var(--ig-axis) 25%,transparent)}.first\:ig-text-glow-success-lg:first-child{text-shadow:0 0 15px color-mix(in srgb,var(--ig-laurus) 80%,transparent),0 0 30px color-mix(in srgb,var(--ig-laurus) 50%,transparent),0 0 45px color-mix(in srgb,var(--ig-laurus) 25%,transparent)}.first\:ig-text-glow-warning-lg:first-child{text-shadow:0 0 15px color-mix(in srgb,var(--ig-rutilus) 80%,transparent),0 0 30px color-mix(in srgb,var(--ig-rutilus) 50%,transparent),0 0 45px color-mix(in srgb,var(--ig-rutilus) 25%,transparent)}.first\:ig-text-glow-danger-lg:first-child{text-shadow:0 0 15px color-mix(in srgb,var(--ig-malum) 80%,transparent),0 0 30px color-mix(in srgb,var(--ig-malum) 50%,transparent),0 0 45px color-mix(in srgb,var(--ig-malum) 25%,transparent)}.first\:ig-text-glow-info-lg:first-child{text-shadow:0 0 15px color-mix(in srgb,var(--ig-kobalium) 80%,transparent),0 0 30px color-mix(in srgb,var(--ig-kobalium) 50%,transparent),0 0 45px color-mix(in srgb,var(--ig-kobalium) 25%,transparent)}.first\:ig-text-shadow-inset:first-child{text-shadow:0 1px 0 rgb(255 255 255 / .3),0 -1px 0 rgb(0 0 0 / .2)}.first\:ig-glow-brand-sm:first-child{box-shadow:var(--ig-glow-vitreus-sm)}.first\:ig-glow-brand:first-child{box-shadow:var(--ig-glow-vitreus)}.first\:ig-glow-brand-lg:first-child{box-shadow:var(--ig-glow-vitreus-lg)}.first\:ig-glow-secondary-sm:first-child{box-shadow:var(--ig-glow-axis-sm)}.first\:ig-glow-secondary:first-child{box-shadow:var(--ig-glow-axis)}.first\:ig-glow-secondary-lg:first-child{box-shadow:var(--ig-glow-axis-lg)}.first\:ig-glow-success-sm:first-child{box-shadow:var(--ig-glow-success-sm)}.first\:ig-glow-success:first-child{box-shadow:var(--ig-glow-success)}.first\:ig-glow-success-lg:first-child{box-shadow:var(--ig-glow-success-lg)}.first\:ig-glow-warning-sm:first-child{box-shadow:var(--ig-glow-warning-sm)}.first\:ig-glow-warning:first-child{box-shadow:var(--ig-glow-warning)}.first\:ig-glow-warning-lg:first-child{box-shadow:var(--ig-glow-warning-lg)}.first\:ig-glow-danger-sm:first-child{box-shadow:var(--ig-glow-danger-sm)}.first\:ig-glow-danger:first-child{box-shadow:var(--ig-glow-danger)}.first\:ig-glow-danger-lg:first-child{box-shadow:var(--ig-glow-danger-lg)}.first\:ig-glow-info-sm:first-child{box-shadow:var(--ig-glow-info-sm)}.first\:ig-glow-info:first-child{box-shadow:var(--ig-glow-info)}.first\:ig-glow-info-lg:first-child{box-shadow:var(--ig-glow-info-lg)}.first\:ig-glow-pulse-brand:first-child{animation:glow-pulse-brand 2s ease-in-out infinite}.first\:ig-glow-pulse-secondary:first-child{animation:glow-pulse-secondary 2s ease-in-out infinite}.first\:ig-glow-pulse-success:first-child{animation:glow-pulse-success 2s ease-in-out infinite}.first\:ig-glow-pulse-warning:first-child{animation:glow-pulse-warning 2s ease-in-out infinite}.first\:ig-glow-pulse-danger:first-child{animation:glow-pulse-danger 2s ease-in-out infinite}.first\:ig-glow-pulse-info:first-child{animation:glow-pulse-info 2s ease-in-out infinite}.first\:ig-opacity-0:first-child{opacity:0}.first\:ig-opacity-5:first-child{opacity:.05}.first\:ig-opacity-10:first-child{opacity:.1}.first\:ig-opacity-20:first-child{opacity:.2}.first\:ig-opacity-25:first-child{opacity:.25}.first\:ig-opacity-30:first-child{opacity:.3}.first\:ig-opacity-40:first-child{opacity:.4}.first\:ig-opacity-50:first-child{opacity:.5}.first\:ig-opacity-60:first-child{opacity:.6}.first\:ig-opacity-70:first-child{opacity:.7}.first\:ig-opacity-75:first-child{opacity:.75}.first\:ig-opacity-80:first-child{opacity:.8}.first\:ig-opacity-90:first-child{opacity:.9}.first\:ig-opacity-95:first-child{opacity:.95}.first\:ig-opacity-100:first-child{opacity:1}.first\:ig-static:first-child{position:static}.first\:ig-fixed:first-child{position:fixed}.first\:ig-absolute:first-child{position:absolute}.first\:ig-relative:first-child{position:relative}.first\:ig-sticky:first-child{position:sticky}.first\:ig-inset-0:first-child{inset:0}.first\:ig-inset-1:first-child{inset:var(--ig-space-1)}.first\:ig-inset-2:first-child{inset:var(--ig-space-2)}.first\:ig-inset-3:first-child{inset:var(--ig-space-3)}.first\:ig-inset-4:first-child{inset:var(--ig-space-4)}.first\:ig-inset-5:first-child{inset:var(--ig-space-5)}.first\:ig-inset-6:first-child{inset:var(--ig-space-6)}.first\:ig-inset-8:first-child{inset:var(--ig-space-8)}.first\:ig-inset-auto:first-child{inset:auto}.first\:ig-inset-x-0:first-child{left:0;right:0}.first\:ig-inset-x-1:first-child{left:var(--ig-space-1);right:var(--ig-space-1)}.first\:ig-inset-x-2:first-child{left:var(--ig-space-2);right:var(--ig-space-2)}.first\:ig-inset-x-3:first-child{left:var(--ig-space-3);right:var(--ig-space-3)}.first\:ig-inset-x-4:first-child{left:var(--ig-space-4);right:var(--ig-space-4)}.first\:ig-inset-x-5:first-child{left:var(--ig-space-5);right:var(--ig-space-5)}.first\:ig-inset-x-6:first-child{left:var(--ig-space-6);right:var(--ig-space-6)}.first\:ig-inset-x-8:first-child{left:var(--ig-space-8);right:var(--ig-space-8)}.first\:ig-inset-x-auto:first-child{left:auto;right:auto}.first\:ig-inset-y-0:first-child{top:0;bottom:0}.first\:ig-inset-y-1:first-child{top:var(--ig-space-1);bottom:var(--ig-space-1)}.first\:ig-inset-y-2:first-child{top:var(--ig-space-2);bottom:var(--ig-space-2)}.first\:ig-inset-y-3:first-child{top:var(--ig-space-3);bottom:var(--ig-space-3)}.first\:ig-inset-y-4:first-child{top:var(--ig-space-4);bottom:var(--ig-space-4)}.first\:ig-inset-y-5:first-child{top:var(--ig-space-5);bottom:var(--ig-space-5)}.first\:ig-inset-y-6:first-child{top:var(--ig-space-6);bottom:var(--ig-space-6)}.first\:ig-inset-y-8:first-child{top:var(--ig-space-8);bottom:var(--ig-space-8)}.first\:ig-inset-y-auto:first-child{top:auto;bottom:auto}.first\:ig-top-0:first-child{top:0}.first\:ig-top-1:first-child{top:var(--ig-space-1)}.first\:ig-top-2:first-child{top:var(--ig-space-2)}.first\:ig-top-3:first-child{top:var(--ig-space-3)}.first\:ig-top-4:first-child{top:var(--ig-space-4)}.first\:ig-top-5:first-child{top:var(--ig-space-5)}.first\:ig-top-6:first-child{top:var(--ig-space-6)}.first\:ig-top-7:first-child{top:var(--ig-space-7)}.first\:ig-top-8:first-child{top:var(--ig-space-8)}.first\:ig-top-9:first-child{top:var(--ig-space-9)}.first\:ig-top-10:first-child{top:var(--ig-space-10)}.first\:ig-top-11:first-child{top:var(--ig-space-11)}.first\:ig-top-12:first-child{top:var(--ig-space-12)}.first\:ig-top-14:first-child{top:var(--ig-space-14)}.first\:ig-top-16:first-child{top:var(--ig-space-16)}.first\:ig-top-20:first-child{top:var(--ig-space-20)}.first\:ig-top-24:first-child{top:var(--ig-space-24)}.first\:ig-top-auto:first-child{top:auto}.first\:ig-top-half:first-child{top:50%}.first\:ig-top-full:first-child{top:100%}.first\:ig-right-0:first-child{right:0}.first\:ig-right-1:first-child{right:var(--ig-space-1)}.first\:ig-right-2:first-child{right:var(--ig-space-2)}.first\:ig-right-3:first-child{right:var(--ig-space-3)}.first\:ig-right-4:first-child{right:var(--ig-space-4)}.first\:ig-right-5:first-child{right:var(--ig-space-5)}.first\:ig-right-6:first-child{right:var(--ig-space-6)}.first\:ig-right-7:first-child{right:var(--ig-space-7)}.first\:ig-right-8:first-child{right:var(--ig-space-8)}.first\:ig-right-9:first-child{right:var(--ig-space-9)}.first\:ig-right-10:first-child{right:var(--ig-space-10)}.first\:ig-right-11:first-child{right:var(--ig-space-11)}.first\:ig-right-12:first-child{right:var(--ig-space-12)}.first\:ig-right-14:first-child{right:var(--ig-space-14)}.first\:ig-right-16:first-child{right:var(--ig-space-16)}.first\:ig-right-20:first-child{right:var(--ig-space-20)}.first\:ig-right-24:first-child{right:var(--ig-space-24)}.first\:ig-right-auto:first-child{right:auto}.first\:ig-right-half:first-child{right:50%}.first\:ig-right-full:first-child{right:100%}.first\:ig-bottom-0:first-child{bottom:0}.first\:ig-bottom-1:first-child{bottom:var(--ig-space-1)}.first\:ig-bottom-2:first-child{bottom:var(--ig-space-2)}.first\:ig-bottom-3:first-child{bottom:var(--ig-space-3)}.first\:ig-bottom-4:first-child{bottom:var(--ig-space-4)}.first\:ig-bottom-5:first-child{bottom:var(--ig-space-5)}.first\:ig-bottom-6:first-child{bottom:var(--ig-space-6)}.first\:ig-bottom-7:first-child{bottom:var(--ig-space-7)}.first\:ig-bottom-8:first-child{bottom:var(--ig-space-8)}.first\:ig-bottom-9:first-child{bottom:var(--ig-space-9)}.first\:ig-bottom-10:first-child{bottom:var(--ig-space-10)}.first\:ig-bottom-11:first-child{bottom:var(--ig-space-11)}.first\:ig-bottom-12:first-child{bottom:var(--ig-space-12)}.first\:ig-bottom-14:first-child{bottom:var(--ig-space-14)}.first\:ig-bottom-16:first-child{bottom:var(--ig-space-16)}.first\:ig-bottom-20:first-child{bottom:var(--ig-space-20)}.first\:ig-bottom-24:first-child{bottom:var(--ig-space-24)}.first\:ig-bottom-auto:first-child{bottom:auto}.first\:ig-bottom-half:first-child{bottom:50%}.first\:ig-bottom-full:first-child{bottom:100%}.first\:ig-left-0:first-child{left:0}.first\:ig-left-1:first-child{left:var(--ig-space-1)}.first\:ig-left-2:first-child{left:var(--ig-space-2)}.first\:ig-left-3:first-child{left:var(--ig-space-3)}.first\:ig-left-4:first-child{left:var(--ig-space-4)}.first\:ig-left-5:first-child{left:var(--ig-space-5)}.first\:ig-left-6:first-child{left:var(--ig-space-6)}.first\:ig-left-7:first-child{left:var(--ig-space-7)}.first\:ig-left-8:first-child{left:var(--ig-space-8)}.first\:ig-left-9:first-child{left:var(--ig-space-9)}.first\:ig-left-10:first-child{left:var(--ig-space-10)}.first\:ig-left-11:first-child{left:var(--ig-space-11)}.first\:ig-left-12:first-child{left:var(--ig-space-12)}.first\:ig-left-14:first-child{left:var(--ig-space-14)}.first\:ig-left-16:first-child{left:var(--ig-space-16)}.first\:ig-left-20:first-child{left:var(--ig-space-20)}.first\:ig-left-24:first-child{left:var(--ig-space-24)}.first\:ig-left-auto:first-child{left:auto}.first\:ig-left-half:first-child{left:50%}.first\:ig-left-full:first-child{left:100%}.first\:ig--top-1:first-child{top:calc(var(--ig-space-unit) * -1)}.first\:ig--top-2:first-child{top:calc(var(--ig-space-unit) * -2)}.first\:ig--top-3:first-child{top:calc(var(--ig-space-unit) * -3)}.first\:ig--top-4:first-child{top:calc(var(--ig-space-unit) * -4)}.first\:ig--right-1:first-child{right:calc(var(--ig-space-unit) * -1)}.first\:ig--right-2:first-child{right:calc(var(--ig-space-unit) * -2)}.first\:ig--right-3:first-child{right:calc(var(--ig-space-unit) * -3)}.first\:ig--right-4:first-child{right:calc(var(--ig-space-unit) * -4)}.first\:ig--bottom-1:first-child{bottom:calc(var(--ig-space-unit) * -1)}.first\:ig--bottom-2:first-child{bottom:calc(var(--ig-space-unit) * -2)}.first\:ig--left-1:first-child{left:calc(var(--ig-space-unit) * -1)}.first\:ig--left-2:first-child{left:calc(var(--ig-space-unit) * -2)}.first\:ig-pt-safe:first-child{padding-top:env(safe-area-inset-top,0)}.first\:ig-pb-safe:first-child{padding-bottom:env(safe-area-inset-bottom,0)}.first\:ig-pl-safe:first-child{padding-left:env(safe-area-inset-left,0)}.first\:ig-pr-safe:first-child{padding-right:env(safe-area-inset-right,0)}.first\:ig-mt-safe:first-child{margin-top:env(safe-area-inset-top,0)}.first\:ig-mb-safe:first-child{margin-bottom:env(safe-area-inset-bottom,0)}.first\:ig-ml-safe:first-child{margin-left:env(safe-area-inset-left,0)}.first\:ig-mr-safe:first-child{margin-right:env(safe-area-inset-right,0)}.first\:ig-pt-safe-4:first-child{padding-top:calc(env(safe-area-inset-top,0) + var(--ig-space-4))}.first\:ig-pb-safe-4:first-child{padding-bottom:calc(env(safe-area-inset-bottom,0) + var(--ig-space-4))}.first\:ig-pt-safe-6:first-child{padding-top:calc(env(safe-area-inset-top,0) + var(--ig-space-6))}.first\:ig-pb-safe-6:first-child{padding-bottom:calc(env(safe-area-inset-bottom,0) + var(--ig-space-6))}.first\:ig-top-safe:first-child{top:env(safe-area-inset-top,0)}.first\:ig-bottom-safe:first-child{bottom:env(safe-area-inset-bottom,0)}.first\:ig-left-safe:first-child{left:env(safe-area-inset-left,0)}.first\:ig-right-safe:first-child{right:env(safe-area-inset-right,0)}.first\:ig-z-0:first-child{z-index:0}.first\:ig-z-10:first-child{z-index:10}.first\:ig-z-20:first-child{z-index:20}.first\:ig-z-30:first-child{z-index:30}.first\:ig-z-40:first-child{z-index:40}.first\:ig-z-50:first-child{z-index:50}.first\:ig-z-auto:first-child{z-index:auto}.first\:ig-z-dropdown:first-child{z-index:var(--ig-z-dropdown)}.first\:ig-z-sticky:first-child{z-index:var(--ig-z-sticky)}.first\:ig-z-fixed:first-child{z-index:var(--ig-z-fixed)}.first\:ig-z-modal-backdrop:first-child{z-index:var(--ig-z-modal-backdrop)}.first\:ig-z-modal:first-child{z-index:var(--ig-z-modal)}.first\:ig-z-popover:first-child{z-index:var(--ig-z-popover)}.first\:ig-z-tooltip:first-child{z-index:var(--ig-z-tooltip)}.first\:ig-z-toast:first-child{z-index:var(--ig-z-toast)}.first\:ig-overflow-auto:first-child{overflow:auto}.first\:ig-overflow-hidden:first-child{overflow:hidden}.first\:ig-overflow-visible:first-child{overflow:visible}.first\:ig-overflow-scroll:first-child{overflow:scroll}.first\:ig-overflow-x-auto:first-child{overflow-x:auto}.first\:ig-overflow-x-hidden:first-child{overflow-x:hidden}.first\:ig-overflow-x-visible:first-child{overflow-x:visible}.first\:ig-overflow-x-scroll:first-child{overflow-x:scroll}.first\:ig-overflow-y-auto:first-child{overflow-y:auto}.first\:ig-overflow-y-hidden:first-child{overflow-y:hidden}.first\:ig-overflow-y-visible:first-child{overflow-y:visible}.first\:ig-overflow-y-scroll:first-child{overflow-y:scroll}.first\:ig-overscroll-auto:first-child{overscroll-behavior:auto}.first\:ig-overscroll-contain:first-child{overscroll-behavior:contain}.first\:ig-overscroll-none:first-child{overscroll-behavior:none}.first\:ig-overscroll-y-contain:first-child{overscroll-behavior-y:contain}.first\:ig-overscroll-x-contain:first-child{overscroll-behavior-x:contain}.first\:ig-snap-none:first-child{scroll-snap-type:none}.first\:ig-snap-x:first-child{scroll-snap-type:x var(--ig-snap-strictness, mandatory)}.first\:ig-snap-y:first-child{scroll-snap-type:y var(--ig-snap-strictness, mandatory)}.first\:ig-snap-both:first-child{scroll-snap-type:both var(--ig-snap-strictness, mandatory)}.first\:ig-snap-mandatory:first-child{--ig-snap-strictness: mandatory}.first\:ig-snap-proximity:first-child{--ig-snap-strictness: proximity}.first\:ig-snap-start:first-child{scroll-snap-align:start}.first\:ig-snap-end:first-child{scroll-snap-align:end}.first\:ig-snap-center:first-child{scroll-snap-align:center}.first\:ig-snap-align-none:first-child{scroll-snap-align:none}.first\:ig-snap-normal:first-child{scroll-snap-stop:normal}.first\:ig-snap-always:first-child{scroll-snap-stop:always}.first\:ig-scroll-m-0:first-child{scroll-margin:0}.first\:ig-scroll-m-4:first-child{scroll-margin:var(--ig-space-4)}.first\:ig-scroll-m-8:first-child{scroll-margin:var(--ig-space-8)}.first\:ig-scroll-mt-4:first-child{scroll-margin-top:var(--ig-space-4)}.first\:ig-scroll-ml-4:first-child{scroll-margin-left:var(--ig-space-4)}.first\:ig-scroll-p-0:first-child{scroll-padding:0}.first\:ig-scroll-p-4:first-child{scroll-padding:var(--ig-space-4)}.first\:ig-scroll-p-8:first-child{scroll-padding:var(--ig-space-8)}.first\:ig-isolate:first-child{isolation:isolate}.first\:ig-isolation-auto:first-child{isolation:auto}.first\:ig-resize-none:first-child{resize:none}.first\:ig-resize-y:first-child{resize:vertical}.first\:ig-resize-x:first-child{resize:horizontal}.first\:ig-resize:first-child{resize:both}.first\:ig-visible:first-child{visibility:visible}.first\:ig-invisible:first-child{visibility:hidden}.first\:ig-content-visible:first-child{content-visibility:visible}.first\:ig-content-hidden:first-child{content-visibility:hidden}.first\:ig-content-auto:first-child{content-visibility:auto}.first\:ig-contain-intrinsic-none:first-child{contain-intrinsic-size:none}.first\:ig-contain-intrinsic-auto:first-child{contain-intrinsic-size:auto}.first\:ig-contain-intrinsic-100:first-child{contain-intrinsic-size:auto 100px}.first\:ig-contain-intrinsic-200:first-child{contain-intrinsic-size:auto 200px}.first\:ig-contain-intrinsic-300:first-child{contain-intrinsic-size:auto 300px}.first\:ig-contain-intrinsic-400:first-child{contain-intrinsic-size:auto 400px}.first\:ig-contain-intrinsic-500:first-child{contain-intrinsic-size:auto 500px}.first\:ig-transition-none:first-child{transition:none}.first\:ig-transition:first-child{transition:var(--ig-transition-normal)}.first\:ig-transition-fast:first-child{transition:var(--ig-transition-fast)}.first\:ig-transition-slow:first-child{transition:var(--ig-transition-slow)}.first\:ig-transition-slower:first-child{transition:var(--ig-transition-slower)}.first\:ig-transition-all:first-child{transition-property:all}.first\:ig-duration-75:first-child{transition-duration:var(--ig-duration-75)}.first\:ig-duration-100:first-child{transition-duration:var(--ig-duration-100)}.first\:ig-duration-150:first-child{transition-duration:var(--ig-duration-150)}.first\:ig-duration-200:first-child{transition-duration:var(--ig-duration-200)}.first\:ig-duration-300:first-child{transition-duration:var(--ig-duration-300)}.first\:ig-duration-500:first-child{transition-duration:var(--ig-duration-500)}.first\:ig-duration-700:first-child{transition-duration:var(--ig-duration-700)}.first\:ig-duration-1000:first-child{transition-duration:var(--ig-duration-1000)}.first\:ig-ease-linear:first-child{transition-timing-function:linear}.first\:ig-ease:first-child{transition-timing-function:ease}.first\:ig-ease-in:first-child{transition-timing-function:ease-in}.first\:ig-ease-out:first-child{transition-timing-function:ease-out}.first\:ig-ease-in-out:first-child{transition-timing-function:ease-in-out}.first\:ig-delay-75:first-child{transition-delay:75ms}.first\:ig-delay-100:first-child{transition-delay:.1s}.first\:ig-delay-150:first-child{transition-delay:.15s}.first\:ig-delay-200:first-child{transition-delay:.2s}.first\:ig-delay-300:first-child{transition-delay:.3s}.first\:ig-delay-500:first-child{transition-delay:.5s}.first\:ig-delay-700:first-child{transition-delay:.7s}.first\:ig-delay-1000:first-child{transition-delay:1s}.first\:ig-will-change-auto:first-child{will-change:auto}.first\:ig-will-change-scroll:first-child{will-change:scroll-position}.first\:ig-will-change-contents:first-child{will-change:contents}.first\:ig-will-change-transform:first-child{will-change:transform}.first\:ig-will-change-opacity:first-child{will-change:opacity}.first\:ig-will-change-transform-opacity:first-child{will-change:transform,opacity}.first\:ig-scale-0:first-child{transform:scale(0)}.first\:ig-scale-50:first-child{transform:scale(.5)}.first\:ig-scale-75:first-child{transform:scale(.75)}.first\:ig-scale-90:first-child{transform:scale(.9)}.first\:ig-scale-95:first-child{transform:scale(.95)}.first\:ig-scale-100:first-child{transform:scale(1)}.first\:ig-scale-105:first-child{transform:scale(1.05)}.first\:ig-scale-110:first-child{transform:scale(1.1)}.first\:ig-scale-125:first-child{transform:scale(1.25)}.first\:ig-scale-150:first-child{transform:scale(1.5)}.first\:ig-scale-x-0:first-child{transform:scaleX(0)}.first\:ig-scale-x-50:first-child{transform:scaleX(.5)}.first\:ig-scale-x-100:first-child{transform:scaleX(1)}.first\:ig-scale-y-0:first-child{transform:scaleY(0)}.first\:ig-scale-y-50:first-child{transform:scaleY(.5)}.first\:ig-scale-y-100:first-child{transform:scaleY(1)}.first\:ig-rotate-0:first-child{transform:rotate(0)}.first\:ig-rotate-1:first-child{transform:rotate(1deg)}.first\:ig-rotate-2:first-child{transform:rotate(2deg)}.first\:ig-rotate-3:first-child{transform:rotate(3deg)}.first\:ig-rotate-6:first-child{transform:rotate(6deg)}.first\:ig-rotate-12:first-child{transform:rotate(12deg)}.first\:ig-rotate-45:first-child{transform:rotate(45deg)}.first\:ig-rotate-90:first-child{transform:rotate(90deg)}.first\:ig-rotate-180:first-child{transform:rotate(180deg)}.first\:ig--rotate-1:first-child{transform:rotate(-1deg)}.first\:ig--rotate-2:first-child{transform:rotate(-2deg)}.first\:ig--rotate-3:first-child{transform:rotate(-3deg)}.first\:ig--rotate-6:first-child{transform:rotate(-6deg)}.first\:ig--rotate-12:first-child{transform:rotate(-12deg)}.first\:ig--rotate-45:first-child{transform:rotate(-45deg)}.first\:ig--rotate-90:first-child{transform:rotate(-90deg)}.first\:ig--rotate-180:first-child{transform:rotate(-180deg)}.first\:ig-translate-x-0:first-child{transform:translate(0)}.first\:ig-translate-x-1:first-child{transform:translate(var(--ig-space-1))}.first\:ig-translate-x-2:first-child{transform:translate(var(--ig-space-2))}.first\:ig-translate-x-3:first-child{transform:translate(var(--ig-space-3))}.first\:ig-translate-x-4:first-child{transform:translate(var(--ig-space-4))}.first\:ig-translate-x-5:first-child{transform:translate(var(--ig-space-5))}.first\:ig-translate-x-6:first-child{transform:translate(var(--ig-space-6))}.first\:ig-translate-x-8:first-child{transform:translate(var(--ig-space-8))}.first\:ig-translate-x-10:first-child{transform:translate(var(--ig-space-10))}.first\:ig-translate-x-12:first-child{transform:translate(var(--ig-space-12))}.first\:ig-translate-x-half:first-child{transform:translate(50%)}.first\:ig-translate-x-full:first-child{transform:translate(100%)}.first\:ig--translate-x-1:first-child{transform:translate(calc(var(--ig-space-unit) * -1))}.first\:ig--translate-x-2:first-child{transform:translate(calc(var(--ig-space-unit) * -2))}.first\:ig--translate-x-3:first-child{transform:translate(calc(var(--ig-space-unit) * -3))}.first\:ig--translate-x-4:first-child{transform:translate(calc(var(--ig-space-unit) * -4))}.first\:ig--translate-x-half:first-child{transform:translate(-50%)}.first\:ig--translate-x-full:first-child{transform:translate(-100%)}.first\:ig-translate-y-0:first-child{transform:translateY(0)}.first\:ig-translate-y-1:first-child{transform:translateY(var(--ig-space-1))}.first\:ig-translate-y-2:first-child{transform:translateY(var(--ig-space-2))}.first\:ig-translate-y-3:first-child{transform:translateY(var(--ig-space-3))}.first\:ig-translate-y-4:first-child{transform:translateY(var(--ig-space-4))}.first\:ig-translate-y-5:first-child{transform:translateY(var(--ig-space-5))}.first\:ig-translate-y-6:first-child{transform:translateY(var(--ig-space-6))}.first\:ig-translate-y-8:first-child{transform:translateY(var(--ig-space-8))}.first\:ig-translate-y-half:first-child{transform:translateY(50%)}.first\:ig-translate-y-full:first-child{transform:translateY(100%)}.first\:ig--translate-y-1:first-child{transform:translateY(calc(var(--ig-space-unit) * -1))}.first\:ig--translate-y-2:first-child{transform:translateY(calc(var(--ig-space-unit) * -2))}.first\:ig--translate-y-3:first-child{transform:translateY(calc(var(--ig-space-unit) * -3))}.first\:ig--translate-y-4:first-child{transform:translateY(calc(var(--ig-space-unit) * -4))}.first\:ig--translate-y-half:first-child{transform:translateY(-50%)}.first\:ig--translate-y-full:first-child{transform:translateY(-100%)}.first\:ig-skew-x-0:first-child{transform:skew(0)}.first\:ig-skew-x-1:first-child{transform:skew(1deg)}.first\:ig-skew-x-2:first-child{transform:skew(2deg)}.first\:ig-skew-x-3:first-child{transform:skew(3deg)}.first\:ig-skew-x-6:first-child{transform:skew(6deg)}.first\:ig-skew-x-12:first-child{transform:skew(12deg)}.first\:ig-skew-y-0:first-child{transform:skewY(0)}.first\:ig-skew-y-1:first-child{transform:skewY(1deg)}.first\:ig-skew-y-2:first-child{transform:skewY(2deg)}.first\:ig-skew-y-3:first-child{transform:skewY(3deg)}.first\:ig-skew-y-6:first-child{transform:skewY(6deg)}.first\:ig-skew-y-12:first-child{transform:skewY(12deg)}.first\:ig-origin-center:first-child{transform-origin:center}.first\:ig-origin-top:first-child{transform-origin:top}.first\:ig-origin-top-right:first-child{transform-origin:top right}.first\:ig-origin-right:first-child{transform-origin:right}.first\:ig-origin-bottom-right:first-child{transform-origin:bottom right}.first\:ig-origin-bottom:first-child{transform-origin:bottom}.first\:ig-origin-bottom-left:first-child{transform-origin:bottom left}.first\:ig-origin-left:first-child{transform-origin:left}.first\:ig-origin-top-left:first-child{transform-origin:top left}.first\:ig-perspective-none:first-child{perspective:none}.first\:ig-perspective-500:first-child{perspective:500px}.first\:ig-perspective-1000:first-child{perspective:1000px}.first\:ig-perspective-1500:first-child{perspective:1500px}.first\:ig-perspective-2000:first-child{perspective:2000px}.first\:ig-perspective-origin-center:first-child{perspective-origin:center}.first\:ig-perspective-origin-top:first-child{perspective-origin:top}.first\:ig-perspective-origin-bottom:first-child{perspective-origin:bottom}.first\:ig-perspective-origin-left:first-child{perspective-origin:left}.first\:ig-perspective-origin-right:first-child{perspective-origin:right}.first\:ig-flat:first-child{transform-style:flat}.first\:ig-preserve-3d:first-child{transform-style:preserve-3d}.first\:ig-backface-visible:first-child{backface-visibility:visible}.first\:ig-backface-hidden:first-child{backface-visibility:hidden}.first\:ig-rotate-x-0:first-child{transform:rotateX(0)}.first\:ig-rotate-x-12:first-child{transform:rotateX(12deg)}.first\:ig-rotate-x-45:first-child{transform:rotateX(45deg)}.first\:ig-rotate-x-90:first-child{transform:rotateX(90deg)}.first\:ig-rotate-x-180:first-child{transform:rotateX(180deg)}.first\:ig--rotate-x-12:first-child{transform:rotateX(-12deg)}.first\:ig--rotate-x-45:first-child{transform:rotateX(-45deg)}.first\:ig--rotate-x-90:first-child{transform:rotateX(-90deg)}.first\:ig--rotate-x-180:first-child{transform:rotateX(-180deg)}.first\:ig-rotate-y-0:first-child{transform:rotateY(0)}.first\:ig-rotate-y-12:first-child{transform:rotateY(12deg)}.first\:ig-rotate-y-45:first-child{transform:rotateY(45deg)}.first\:ig-rotate-y-90:first-child{transform:rotateY(90deg)}.first\:ig-rotate-y-180:first-child{transform:rotateY(180deg)}.first\:ig--rotate-y-12:first-child{transform:rotateY(-12deg)}.first\:ig--rotate-y-45:first-child{transform:rotateY(-45deg)}.first\:ig--rotate-y-90:first-child{transform:rotateY(-90deg)}.first\:ig--rotate-y-180:first-child{transform:rotateY(-180deg)}.first\:ig-translate-z-0:first-child{transform:translateZ(0)}.first\:ig-translate-z-4:first-child{transform:translateZ(1rem)}.first\:ig-translate-z-8:first-child{transform:translateZ(2rem)}.first\:ig-translate-z-12:first-child{transform:translateZ(3rem)}.first\:ig--translate-z-4:first-child{transform:translateZ(-1rem)}.first\:ig--translate-z-8:first-child{transform:translateZ(-2rem)}.first\:ig--translate-z-12:first-child{transform:translateZ(-3rem)}.first\:ig-cursor-auto:first-child{cursor:auto}.first\:ig-cursor-default:first-child{cursor:default}.first\:ig-cursor-pointer:first-child{cursor:pointer}.first\:ig-cursor-wait:first-child{cursor:wait}.first\:ig-cursor-text:first-child{cursor:text}.first\:ig-cursor-move:first-child{cursor:move}.first\:ig-cursor-help:first-child{cursor:help}.first\:ig-cursor-not-allowed:first-child{cursor:not-allowed}.first\:ig-cursor-none:first-child{cursor:none}.first\:ig-cursor-context-menu:first-child{cursor:context-menu}.first\:ig-cursor-progress:first-child{cursor:progress}.first\:ig-cursor-cell:first-child{cursor:cell}.first\:ig-cursor-crosshair:first-child{cursor:crosshair}.first\:ig-cursor-vertical-text:first-child{cursor:vertical-text}.first\:ig-cursor-alias:first-child{cursor:alias}.first\:ig-cursor-copy:first-child{cursor:copy}.first\:ig-cursor-no-drop:first-child{cursor:no-drop}.first\:ig-cursor-grab:first-child{cursor:grab}.first\:ig-cursor-grabbing:first-child{cursor:grabbing}.first\:ig-cursor-all-scroll:first-child{cursor:all-scroll}.first\:ig-cursor-col-resize:first-child{cursor:col-resize}.first\:ig-cursor-row-resize:first-child{cursor:row-resize}.first\:ig-cursor-n-resize:first-child{cursor:n-resize}.first\:ig-cursor-e-resize:first-child{cursor:e-resize}.first\:ig-cursor-s-resize:first-child{cursor:s-resize}.first\:ig-cursor-w-resize:first-child{cursor:w-resize}.first\:ig-cursor-ne-resize:first-child{cursor:ne-resize}.first\:ig-cursor-nw-resize:first-child{cursor:nw-resize}.first\:ig-cursor-se-resize:first-child{cursor:se-resize}.first\:ig-cursor-sw-resize:first-child{cursor:sw-resize}.first\:ig-cursor-ew-resize:first-child{cursor:ew-resize}.first\:ig-cursor-ns-resize:first-child{cursor:ns-resize}.first\:ig-cursor-nesw-resize:first-child{cursor:nesw-resize}.first\:ig-cursor-nwse-resize:first-child{cursor:nwse-resize}.first\:ig-cursor-zoom-in:first-child{cursor:zoom-in}.first\:ig-cursor-zoom-out:first-child{cursor:zoom-out}.first\:ig-pointer-events-none:first-child{pointer-events:none}.first\:ig-pointer-events-auto:first-child{pointer-events:auto}.first\:ig-touch-auto:first-child{touch-action:auto}.first\:ig-touch-none:first-child{touch-action:none}.first\:ig-touch-pan-x:first-child{touch-action:pan-x}.first\:ig-touch-pan-y:first-child{touch-action:pan-y}.first\:ig-touch-pan-left:first-child{touch-action:pan-left}.first\:ig-touch-pan-right:first-child{touch-action:pan-right}.first\:ig-touch-pan-up:first-child{touch-action:pan-up}.first\:ig-touch-pan-down:first-child{touch-action:pan-down}.first\:ig-touch-pinch-zoom:first-child{touch-action:pinch-zoom}.first\:ig-touch-manipulation:first-child{touch-action:manipulation}.first\:ig-select-none:first-child{user-select:none}.first\:ig-select-text:first-child{user-select:text}.first\:ig-select-all:first-child{user-select:all}.first\:ig-select-auto:first-child{user-select:auto}.first\:ig-object-contain:first-child{object-fit:contain}.first\:ig-object-cover:first-child{object-fit:cover}.first\:ig-object-fill:first-child{object-fit:fill}.first\:ig-object-none:first-child{object-fit:none}.first\:ig-object-scale-down:first-child{object-fit:scale-down}.first\:ig-object-center:first-child{object-position:center}.first\:ig-object-top:first-child{object-position:top}.first\:ig-object-top-right:first-child{object-position:top right}.first\:ig-object-right:first-child{object-position:right}.first\:ig-object-bottom-right:first-child{object-position:bottom right}.first\:ig-object-bottom:first-child{object-position:bottom}.first\:ig-object-bottom-left:first-child{object-position:bottom left}.first\:ig-object-left:first-child{object-position:left}.first\:ig-object-top-left:first-child{object-position:top left}.first\:ig-render-auto:first-child{image-rendering:auto}.first\:ig-render-pixelated:first-child{image-rendering:pixelated}.first\:ig-text-render-auto:first-child{text-rendering:auto}.first\:ig-text-render-speed:first-child{text-rendering:optimizeSpeed}.first\:ig-text-render-legibility:first-child{text-rendering:optimizeLegibility}.first\:ig-text-render-precision:first-child{text-rendering:geometricPrecision}.first\:ig-fill-none:first-child{fill:none}.first\:ig-fill-transparent:first-child{fill:transparent}.first\:ig-fill-current:first-child{fill:currentColor}.first\:ig-fill-inherit:first-child{fill:inherit}.first\:ig-fill-black:first-child{fill:#000}.first\:ig-fill-white:first-child{fill:#fff}.first\:ig-fill-brand:first-child{fill:var(--ig-vitreus)}.first\:ig-fill-secondary:first-child{fill:var(--ig-axis)}.first\:ig-fill-success:first-child{fill:var(--ig-laurus)}.first\:ig-fill-warning:first-child{fill:var(--ig-rutilus)}.first\:ig-fill-danger:first-child{fill:var(--ig-malum)}.first\:ig-fill-info:first-child{fill:var(--ig-kobalium)}.first\:ig-stroke-none:first-child{stroke:none}.first\:ig-stroke-transparent:first-child{stroke:transparent}.first\:ig-stroke-current:first-child{stroke:currentColor}.first\:ig-stroke-inherit:first-child{stroke:inherit}.first\:ig-stroke-black:first-child{stroke:#000}.first\:ig-stroke-white:first-child{stroke:#fff}.first\:ig-stroke-brand:first-child{stroke:var(--ig-vitreus)}.first\:ig-stroke-secondary:first-child{stroke:var(--ig-axis)}.first\:ig-stroke-success:first-child{stroke:var(--ig-laurus)}.first\:ig-stroke-warning:first-child{stroke:var(--ig-rutilus)}.first\:ig-stroke-danger:first-child{stroke:var(--ig-malum)}.first\:ig-stroke-info:first-child{stroke:var(--ig-kobalium)}.first\:ig-stroke-0:first-child{stroke-width:0}.first\:ig-stroke-1:first-child{stroke-width:1}.first\:ig-stroke-2:first-child{stroke-width:2}.first\:ig-stroke-3:first-child{stroke-width:3}.first\:ig-stroke-4:first-child{stroke-width:4}.first\:ig-stroke-cap-butt:first-child{stroke-linecap:butt}.first\:ig-stroke-cap-round:first-child{stroke-linecap:round}.first\:ig-stroke-cap-square:first-child{stroke-linecap:square}.first\:ig-stroke-join-miter:first-child{stroke-linejoin:miter}.first\:ig-stroke-join-round:first-child{stroke-linejoin:round}.first\:ig-stroke-join-bevel:first-child{stroke-linejoin:bevel}.first\:ig-aspect-auto:first-child{aspect-ratio:var(--ig-aspect-auto)}.first\:ig-aspect-square:first-child{aspect-ratio:var(--ig-aspect-square)}.first\:ig-aspect-video:first-child{aspect-ratio:var(--ig-aspect-video)}.first\:ig-aspect-photo:first-child{aspect-ratio:var(--ig-aspect-photo)}.first\:ig-aspect-portrait:first-child{aspect-ratio:var(--ig-aspect-portrait)}.first\:ig-aspect-cinema:first-child{aspect-ratio:var(--ig-aspect-cinema)}.first\:ig-animate-none:first-child{animation:none}.first\:ig-animate-spin:first-child{animation:var(--ig-anim-spin)}.first\:ig-animate-ping:first-child{animation:var(--ig-anim-ping)}.first\:ig-animate-pulse:first-child{animation:var(--ig-anim-pulse)}.first\:ig-animate-bounce:first-child{animation:var(--ig-anim-bounce)}.first\:ig-animate-shake:first-child{animation:var(--ig-anim-shake)}.first\:ig-animate-fade-in:first-child{animation:var(--ig-anim-fade-in)}.first\:ig-animate-fade-out:first-child{animation:var(--ig-anim-fade-out)}.first\:ig-animate-slide-up:first-child{animation:var(--ig-anim-slide-up)}.first\:ig-animate-slide-down:first-child{animation:var(--ig-anim-slide-down)}.first\:ig-animate-scale-in:first-child{animation:var(--ig-anim-scale-in)}.first\:ig-animate-shimmer:first-child{animation:var(--ig-anim-shimmer)}.first\:ig-animate-glow-pulse:first-child{animation:var(--ig-anim-glow-pulse)}.first\:ig-filter-none:first-child{filter:none}.first\:ig-filter-disabled:first-child{filter:var(--ig-filter-disabled)}.first\:ig-filter-hover:first-child{filter:var(--ig-filter-hover)}.first\:ig-filter-loading:first-child{filter:var(--ig-filter-loading)}.first\:ig-filter-bw:first-child{filter:var(--ig-filter-bw)}.first\:ig-filter-muted:first-child{filter:var(--ig-filter-muted)}.first\:ig-filter-vintage:first-child{filter:var(--ig-filter-vintage)}.first\:ig-filter-vivid:first-child{filter:var(--ig-filter-vivid)}.first\:ig-filter-warm:first-child{filter:var(--ig-filter-warm)}.first\:ig-filter-cool:first-child{filter:var(--ig-filter-cool)}.first\:ig-filter-dramatic:first-child{filter:var(--ig-filter-dramatic)}.first\:ig-filter-faded:first-child{filter:var(--ig-filter-faded)}.first\:ig-filter-bright:first-child{filter:var(--ig-filter-bright)}.first\:ig-filter-brand:first-child{filter:var(--ig-filter-vitreus)}.first\:ig-filter-secondary:first-child{filter:sepia(20%) hue-rotate(200deg) saturate(120%)}.first\:ig-filter-success:first-child{filter:sepia(30%) hue-rotate(80deg) saturate(110%)}.first\:ig-filter-warning:first-child{filter:sepia(40%) hue-rotate(10deg) saturate(130%)}.first\:ig-filter-danger:first-child{filter:sepia(30%) hue-rotate(-10deg) saturate(150%)}.first\:ig-filter-info:first-child{filter:sepia(20%) hue-rotate(200deg) saturate(120%)}.first\:ig-filter-vitreus:first-child{filter:sepia(25%) hue-rotate(140deg) saturate(130%)}.first\:ig-filter-axis:first-child{filter:sepia(20%) hue-rotate(200deg) saturate(120%)}.first\:ig-filter-laurus:first-child{filter:sepia(30%) hue-rotate(80deg) saturate(110%)}.first\:ig-filter-rutilus:first-child{filter:sepia(40%) hue-rotate(10deg) saturate(130%)}.first\:ig-filter-malum:first-child{filter:sepia(30%) hue-rotate(-10deg) saturate(150%)}.first\:ig-blur-none:first-child{filter:blur(0)}.first\:ig-blur-sm:first-child{filter:blur(4px)}.first\:ig-blur:first-child{filter:blur(8px)}.first\:ig-blur-md:first-child{filter:blur(12px)}.first\:ig-blur-lg:first-child{filter:blur(16px)}.first\:ig-blur-xl:first-child{filter:blur(24px)}.first\:ig-blur-2xl:first-child{filter:blur(40px)}.first\:ig-blur-3xl:first-child{filter:blur(64px)}.first\:ig-backdrop-blur-none:first-child{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}.first\:ig-backdrop-blur-sm:first-child{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.first\:ig-backdrop-blur:first-child{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.first\:ig-backdrop-blur-md:first-child{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.first\:ig-backdrop-blur-lg:first-child{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.first\:ig-backdrop-blur-xl:first-child{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.first\:ig-backdrop-blur-2xl:first-child{backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}.first\:ig-backdrop-brightness-0:first-child{backdrop-filter:brightness(0);-webkit-backdrop-filter:brightness(0)}.first\:ig-backdrop-brightness-50:first-child{backdrop-filter:brightness(.5);-webkit-backdrop-filter:brightness(.5)}.first\:ig-backdrop-brightness-75:first-child{backdrop-filter:brightness(.75);-webkit-backdrop-filter:brightness(.75)}.first\:ig-backdrop-brightness-90:first-child{backdrop-filter:brightness(.9);-webkit-backdrop-filter:brightness(.9)}.first\:ig-backdrop-brightness-100:first-child{backdrop-filter:brightness(1);-webkit-backdrop-filter:brightness(1)}.first\:ig-backdrop-brightness-105:first-child{backdrop-filter:brightness(1.05);-webkit-backdrop-filter:brightness(1.05)}.first\:ig-backdrop-brightness-110:first-child{backdrop-filter:brightness(1.1);-webkit-backdrop-filter:brightness(1.1)}.first\:ig-backdrop-brightness-125:first-child{backdrop-filter:brightness(1.25);-webkit-backdrop-filter:brightness(1.25)}.first\:ig-backdrop-brightness-150:first-child{backdrop-filter:brightness(1.5);-webkit-backdrop-filter:brightness(1.5)}.first\:ig-backdrop-contrast-0:first-child{backdrop-filter:contrast(0);-webkit-backdrop-filter:contrast(0)}.first\:ig-backdrop-contrast-50:first-child{backdrop-filter:contrast(.5);-webkit-backdrop-filter:contrast(.5)}.first\:ig-backdrop-contrast-75:first-child{backdrop-filter:contrast(.75);-webkit-backdrop-filter:contrast(.75)}.first\:ig-backdrop-contrast-100:first-child{backdrop-filter:contrast(1);-webkit-backdrop-filter:contrast(1)}.first\:ig-backdrop-contrast-125:first-child{backdrop-filter:contrast(1.25);-webkit-backdrop-filter:contrast(1.25)}.first\:ig-backdrop-contrast-150:first-child{backdrop-filter:contrast(1.5);-webkit-backdrop-filter:contrast(1.5)}.first\:ig-backdrop-contrast-200:first-child{backdrop-filter:contrast(2);-webkit-backdrop-filter:contrast(2)}.first\:ig-backdrop-saturate-0:first-child{backdrop-filter:saturate(0);-webkit-backdrop-filter:saturate(0)}.first\:ig-backdrop-saturate-50:first-child{backdrop-filter:saturate(.5);-webkit-backdrop-filter:saturate(.5)}.first\:ig-backdrop-saturate-100:first-child{backdrop-filter:saturate(1);-webkit-backdrop-filter:saturate(1)}.first\:ig-backdrop-saturate-150:first-child{backdrop-filter:saturate(1.5);-webkit-backdrop-filter:saturate(1.5)}.first\:ig-backdrop-saturate-200:first-child{backdrop-filter:saturate(2);-webkit-backdrop-filter:saturate(2)}.first\:ig-backdrop-grayscale-0:first-child{backdrop-filter:grayscale(0);-webkit-backdrop-filter:grayscale(0)}.first\:ig-backdrop-grayscale:first-child{backdrop-filter:grayscale(100%);-webkit-backdrop-filter:grayscale(100%)}.first\:ig-backdrop-invert-0:first-child{backdrop-filter:invert(0);-webkit-backdrop-filter:invert(0)}.first\:ig-backdrop-invert:first-child{backdrop-filter:invert(100%);-webkit-backdrop-filter:invert(100%)}.first\:ig-backdrop-sepia-0:first-child{backdrop-filter:sepia(0);-webkit-backdrop-filter:sepia(0)}.first\:ig-backdrop-sepia:first-child{backdrop-filter:sepia(100%);-webkit-backdrop-filter:sepia(100%)}.first\:ig-backdrop-hue-rotate-0:first-child{backdrop-filter:hue-rotate(0deg);-webkit-backdrop-filter:hue-rotate(0deg)}.first\:ig-backdrop-hue-rotate-15:first-child{backdrop-filter:hue-rotate(15deg);-webkit-backdrop-filter:hue-rotate(15deg)}.first\:ig-backdrop-hue-rotate-30:first-child{backdrop-filter:hue-rotate(30deg);-webkit-backdrop-filter:hue-rotate(30deg)}.first\:ig-backdrop-hue-rotate-60:first-child{backdrop-filter:hue-rotate(60deg);-webkit-backdrop-filter:hue-rotate(60deg)}.first\:ig-backdrop-hue-rotate-90:first-child{backdrop-filter:hue-rotate(90deg);-webkit-backdrop-filter:hue-rotate(90deg)}.first\:ig-backdrop-hue-rotate-180:first-child{backdrop-filter:hue-rotate(180deg);-webkit-backdrop-filter:hue-rotate(180deg)}.first\:ig-backdrop-opacity-0:first-child{backdrop-filter:opacity(0);-webkit-backdrop-filter:opacity(0)}.first\:ig-backdrop-opacity-25:first-child{backdrop-filter:opacity(.25);-webkit-backdrop-filter:opacity(.25)}.first\:ig-backdrop-opacity-50:first-child{backdrop-filter:opacity(.5);-webkit-backdrop-filter:opacity(.5)}.first\:ig-backdrop-opacity-75:first-child{backdrop-filter:opacity(.75);-webkit-backdrop-filter:opacity(.75)}.first\:ig-backdrop-opacity-100:first-child{backdrop-filter:opacity(1);-webkit-backdrop-filter:opacity(1)}.first\:ig-brightness-0:first-child{filter:brightness(0)}.first\:ig-brightness-50:first-child{filter:brightness(.5)}.first\:ig-brightness-75:first-child{filter:brightness(.75)}.first\:ig-brightness-90:first-child{filter:brightness(.9)}.first\:ig-brightness-100:first-child{filter:brightness(1)}.first\:ig-brightness-105:first-child{filter:brightness(1.05)}.first\:ig-brightness-110:first-child{filter:brightness(1.1)}.first\:ig-brightness-125:first-child{filter:brightness(1.25)}.first\:ig-brightness-150:first-child{filter:brightness(1.5)}.first\:ig-brightness-200:first-child{filter:brightness(2)}.first\:ig-contrast-0:first-child{filter:contrast(0)}.first\:ig-contrast-50:first-child{filter:contrast(.5)}.first\:ig-contrast-75:first-child{filter:contrast(.75)}.first\:ig-contrast-100:first-child{filter:contrast(1)}.first\:ig-contrast-125:first-child{filter:contrast(1.25)}.first\:ig-contrast-150:first-child{filter:contrast(1.5)}.first\:ig-contrast-200:first-child{filter:contrast(2)}.first\:ig-grayscale-0:first-child{filter:grayscale(0)}.first\:ig-grayscale:first-child{filter:grayscale(100%)}.first\:ig-invert-0:first-child{filter:invert(0)}.first\:ig-invert:first-child{filter:invert(100%)}.first\:ig-saturate-0:first-child{filter:saturate(0)}.first\:ig-saturate-50:first-child{filter:saturate(.5)}.first\:ig-saturate-100:first-child{filter:saturate(1)}.first\:ig-saturate-150:first-child{filter:saturate(1.5)}.first\:ig-saturate-200:first-child{filter:saturate(2)}.first\:ig-sepia-0:first-child{filter:sepia(0)}.first\:ig-sepia:first-child{filter:sepia(100%)}.first\:ig-mix-blend-normal:first-child{mix-blend-mode:normal}.first\:ig-mix-blend-multiply:first-child{mix-blend-mode:multiply}.first\:ig-mix-blend-screen:first-child{mix-blend-mode:screen}.first\:ig-mix-blend-overlay:first-child{mix-blend-mode:overlay}.first\:ig-mix-blend-darken:first-child{mix-blend-mode:darken}.first\:ig-mix-blend-lighten:first-child{mix-blend-mode:lighten}.first\:ig-mix-blend-color-dodge:first-child{mix-blend-mode:color-dodge}.first\:ig-mix-blend-color-burn:first-child{mix-blend-mode:color-burn}.first\:ig-mix-blend-hard-light:first-child{mix-blend-mode:hard-light}.first\:ig-mix-blend-soft-light:first-child{mix-blend-mode:soft-light}.first\:ig-mix-blend-difference:first-child{mix-blend-mode:difference}.first\:ig-mix-blend-exclusion:first-child{mix-blend-mode:exclusion}.first\:ig-mix-blend-hue:first-child{mix-blend-mode:hue}.first\:ig-mix-blend-saturation:first-child{mix-blend-mode:saturation}.first\:ig-mix-blend-color:first-child{mix-blend-mode:color}.first\:ig-mix-blend-luminosity:first-child{mix-blend-mode:luminosity}.first\:ig-bg-blend-normal:first-child{background-blend-mode:normal}.first\:ig-bg-blend-multiply:first-child{background-blend-mode:multiply}.first\:ig-bg-blend-screen:first-child{background-blend-mode:screen}.first\:ig-bg-blend-overlay:first-child{background-blend-mode:overlay}.first\:ig-bg-blend-darken:first-child{background-blend-mode:darken}.first\:ig-bg-blend-lighten:first-child{background-blend-mode:lighten}.first\:ig-bg-blend-color-dodge:first-child{background-blend-mode:color-dodge}.first\:ig-bg-blend-color-burn:first-child{background-blend-mode:color-burn}.first\:ig-bg-blend-hard-light:first-child{background-blend-mode:hard-light}.first\:ig-bg-blend-soft-light:first-child{background-blend-mode:soft-light}.first\:ig-bg-blend-difference:first-child{background-blend-mode:difference}.first\:ig-bg-blend-exclusion:first-child{background-blend-mode:exclusion}.first\:ig-bg-blend-hue:first-child{background-blend-mode:hue}.first\:ig-bg-blend-saturation:first-child{background-blend-mode:saturation}.first\:ig-bg-blend-color:first-child{background-blend-mode:color}.first\:ig-bg-blend-luminosity:first-child{background-blend-mode:luminosity}.first\:ig-clip-none:first-child{clip-path:none}.first\:ig-clip-circle:first-child{clip-path:var(--ig-clip-circle)}.first\:ig-clip-ellipse:first-child{clip-path:var(--ig-clip-ellipse)}.first\:ig-clip-triangle:first-child{clip-path:var(--ig-clip-triangle)}.first\:ig-clip-triangle-down:first-child{clip-path:var(--ig-clip-triangle-down)}.first\:ig-clip-diamond:first-child{clip-path:var(--ig-clip-diamond)}.first\:ig-clip-pentagon:first-child{clip-path:var(--ig-clip-pentagon)}.first\:ig-clip-hexagon:first-child{clip-path:var(--ig-clip-hexagon)}.first\:ig-clip-octagon:first-child{clip-path:var(--ig-clip-octagon)}.first\:ig-clip-star:first-child{clip-path:var(--ig-clip-star)}.first\:ig-clip-cross:first-child{clip-path:var(--ig-clip-cross)}.first\:ig-clip-message:first-child{clip-path:var(--ig-clip-message)}.first\:ig-clip-bevel:first-child{clip-path:var(--ig-clip-bevel)}.first\:ig-clip-arrow-right:first-child{clip-path:var(--ig-clip-arrow-right)}.first\:ig-clip-arrow-left:first-child{clip-path:var(--ig-clip-arrow-left)}.first\:ig-clip-chevron-right:first-child{clip-path:var(--ig-clip-chevron-right)}.first\:ig-clip-chevron-left:first-child{clip-path:var(--ig-clip-chevron-left)}.first\:ig-clip-chevron-up:first-child{clip-path:var(--ig-clip-chevron-up)}.first\:ig-clip-chevron-down:first-child{clip-path:var(--ig-clip-chevron-down)}.first\:ig-clip-trapezoid:first-child{clip-path:var(--ig-clip-trapezoid)}.first\:ig-clip-parallelogram:first-child{clip-path:var(--ig-clip-parallelogram)}.first\:ig-outline-none:first-child{outline:2px solid transparent;outline-offset:2px}.first\:ig-outline:first-child{outline-style:solid}.first\:ig-outline-dashed:first-child{outline-style:dashed}.first\:ig-outline-dotted:first-child{outline-style:dotted}.first\:ig-outline-double:first-child{outline-style:double}.first\:ig-outline-0:first-child{outline-width:0}.first\:ig-outline-1:first-child{outline-width:1px}.first\:ig-outline-2:first-child{outline-width:2px}.first\:ig-outline-4:first-child{outline-width:4px}.first\:ig-outline-8:first-child{outline-width:8px}.first\:ig-outline-offset-0:first-child{outline-offset:0}.first\:ig-outline-offset-1:first-child{outline-offset:1px}.first\:ig-outline-offset-2:first-child{outline-offset:2px}.first\:ig-outline-offset-4:first-child{outline-offset:4px}.first\:ig-outline-offset-8:first-child{outline-offset:8px}.first\:ig-outline-transparent:first-child{outline-color:transparent}.first\:ig-outline-current:first-child{outline-color:currentColor}.first\:ig-outline-brand:first-child{outline-color:var(--ig-vitreus)}.first\:ig-outline-secondary:first-child{outline-color:var(--ig-axis)}.first\:ig-outline-success:first-child{outline-color:var(--ig-laurus)}.first\:ig-outline-warning:first-child{outline-color:var(--ig-rutilus)}.first\:ig-outline-danger:first-child{outline-color:var(--ig-malum)}.first\:ig-outline-info:first-child{outline-color:var(--ig-kobalium)}.first\:ig-ring-offset-0:first-child{--ig-ring-offset-width: 0px;box-shadow:0 0 0 var(--ig-ring-offset-width) var(--ig-bg-base),var(--ig-focus-ring)}.first\:ig-ring-offset-1:first-child{--ig-ring-offset-width: 1px;box-shadow:0 0 0 var(--ig-ring-offset-width) var(--ig-bg-base),var(--ig-focus-ring)}.first\:ig-ring-offset-2:first-child{--ig-ring-offset-width: 2px;box-shadow:0 0 0 var(--ig-ring-offset-width) var(--ig-bg-base),var(--ig-focus-ring)}.first\:ig-ring-offset-4:first-child{--ig-ring-offset-width: 4px;box-shadow:0 0 0 var(--ig-ring-offset-width) var(--ig-bg-base),var(--ig-focus-ring)}.first\:ig-ring-offset-brand:first-child{--ig-ring-offset-color: var(--ig-vitreus)}.first\:ig-ring-offset-white:first-child{--ig-ring-offset-color: white}.first\:ig-ring-offset-transparent:first-child{--ig-ring-offset-color: transparent}.first\:ig-field-sizing-content:first-child{field-sizing:content}.first\:ig-field-sizing-fixed:first-child{field-sizing:fixed}.first\:ig-dialog-sm:first-child{max-width:min(90vw,24rem)}.first\:ig-dialog-lg:first-child{max-width:min(90vw,48rem)}.first\:ig-dialog-xl:first-child{max-width:min(90vw,64rem)}.first\:ig-avatar-xs:first-child{width:var(--ig-avatar-xs);height:var(--ig-avatar-xs);font-size:calc(var(--ig-avatar-xs) * .4)}.first\:ig-avatar-sm:first-child{width:var(--ig-avatar-sm);height:var(--ig-avatar-sm);font-size:calc(var(--ig-avatar-sm) * .4)}.first\:ig-avatar-md:first-child{width:var(--ig-avatar-md);height:var(--ig-avatar-md);font-size:calc(var(--ig-avatar-md) * .4)}.first\:ig-avatar-lg:first-child{width:var(--ig-avatar-lg);height:var(--ig-avatar-lg);font-size:calc(var(--ig-avatar-lg) * .4)}.first\:ig-avatar-xl:first-child{width:var(--ig-avatar-xl);height:var(--ig-avatar-xl);font-size:calc(var(--ig-avatar-xl) * .4)}.first\:ig-avatar-2xl:first-child{width:var(--ig-avatar-2xl);height:var(--ig-avatar-2xl);font-size:calc(var(--ig-avatar-2xl) * .4)}.first\:ig-avatar-status-online:first-child{background-color:var(--ig-laurus)}.first\:ig-avatar-status-offline:first-child{background-color:var(--ig-neutral-500)}.first\:ig-avatar-status-busy:first-child{background-color:var(--ig-malum)}.first\:ig-avatar-status-away:first-child{background-color:var(--ig-rutilus)}.first\:ig-spinner-brand:first-child{border-top-color:var(--ig-vitreus)}.first\:ig-spinner-secondary:first-child{border-top-color:var(--ig-axis)}.first\:ig-spinner-success:first-child{border-top-color:var(--ig-laurus)}.first\:ig-spinner-warning:first-child{border-top-color:var(--ig-rutilus)}.first\:ig-spinner-danger:first-child{border-top-color:var(--ig-malum)}.first\:ig-spinner-info:first-child{border-top-color:var(--ig-kobalium)}.first\:ig-spinner-sm:first-child{width:1rem;height:1rem;border-width:2px}.first\:ig-spinner-lg:first-child{width:2rem;height:2rem;border-width:3px}.first\:ig-spinner-xl:first-child{width:3rem;height:3rem;border-width:4px}.first\:ig-progress-brand:first-child{background-color:var(--ig-vitreus)}.first\:ig-progress-secondary:first-child{background-color:var(--ig-axis)}.first\:ig-progress-success:first-child{background-color:var(--ig-laurus)}.first\:ig-progress-warning:first-child{background-color:var(--ig-rutilus)}.first\:ig-progress-danger:first-child{background-color:var(--ig-malum)}.first\:ig-progress-info:first-child{background-color:var(--ig-kobalium)}.first\:ig-progress-sm:first-child{height:.25rem}.first\:ig-progress-lg:first-child{height:.75rem}.first\:ig-table-auto:first-child{table-layout:auto}.first\:ig-table-fixed:first-child{table-layout:fixed}.first\:ig-caption-top:first-child{caption-side:top}.first\:ig-caption-bottom:first-child{caption-side:bottom}.first\:ig-toast-top-right:first-child{top:0;right:0}.first\:ig-toast-top-left:first-child{top:0;left:0}.first\:ig-toast-bottom-right:first-child{bottom:0;right:0}.first\:ig-toast-bottom-left:first-child{bottom:0;left:0}.first\:ig-toast-top-center:first-child{top:0;left:50%;transform:translate(-50%)}.first\:ig-toast-bottom-center:first-child{bottom:0;left:50%;transform:translate(-50%)}.first\:ig-toast-success:first-child{border-left-color:var(--ig-laurus)}.first\:ig-toast-warning:first-child{border-left-color:var(--ig-rutilus)}.first\:ig-toast-danger:first-child{border-left-color:var(--ig-malum)}.first\:ig-toast-info:first-child{border-left-color:var(--ig-kobalium)}.first\:ig-toast-brand:first-child{border-left-color:var(--ig-vitreus)}.first\:ig-toast-secondary:first-child{border-left-color:var(--ig-axis)}.first\:ig-toast-success:first-child{color:var(--ig-laurus)}.first\:ig-toast-warning:first-child{color:var(--ig-rutilus)}.first\:ig-toast-danger:first-child{color:var(--ig-malum)}.first\:ig-toast-info:first-child{color:var(--ig-kobalium)}.first\:ig-toast-brand:first-child{color:var(--ig-vitreus)}.first\:ig-toast-secondary:first-child{color:var(--ig-axis)}.first\:ig-divider-brand:first-child{background-color:var(--ig-vitreus)}.first\:ig-divider-secondary:first-child{background-color:var(--ig-axis)}.first\:ig-divider-success:first-child{background-color:var(--ig-laurus)}.first\:ig-divider-warning:first-child{background-color:var(--ig-rutilus)}.first\:ig-divider-danger:first-child{background-color:var(--ig-malum)}.first\:ig-divider-info:first-child{background-color:var(--ig-kobalium)}.first\:ig-divider-vertical:first-child{background-color:var(--ig-vitreus)}.first\:ig-divider-vertical:first-child{background-color:var(--ig-laurus)}.first\:ig-divider-vertical:first-child{background-color:var(--ig-rutilus)}.first\:ig-divider-vertical:first-child{background-color:var(--ig-malum)}.first\:ig-divider-vertical:first-child{background-color:var(--ig-axis)}.first\:ig-divider-dashed:first-child{border-top-color:var(--ig-vitreus)}.first\:ig-divider-dashed:first-child{border-top-color:var(--ig-laurus)}.first\:ig-divider-dashed:first-child{border-top-color:var(--ig-rutilus)}.first\:ig-divider-dashed:first-child{border-top-color:var(--ig-malum)}.first\:ig-divider-dashed:first-child{border-top-color:var(--ig-axis)}.first\:ig-divider-with-text:first-child{color:var(--ig-vitreus)}.first\:ig-divider-with-text:first-child{color:var(--ig-laurus)}.first\:ig-divider-with-text:first-child{color:var(--ig-rutilus)}.first\:ig-divider-with-text:first-child{color:var(--ig-malum)}.first\:ig-divider-with-text:first-child{color:var(--ig-axis)}.first\:ig-rating-sm:first-child{font-size:1rem}.first\:ig-rating-lg:first-child{font-size:2rem}.first\:ig-rating-xl:first-child{font-size:2.5rem}.first\:ig-timeline-dot-brand:first-child{background-color:var(--ig-vitreus)}.first\:ig-timeline-dot-secondary:first-child{background-color:var(--ig-axis)}.first\:ig-timeline-dot-success:first-child{background-color:var(--ig-laurus)}.first\:ig-timeline-dot-warning:first-child{background-color:var(--ig-rutilus)}.first\:ig-timeline-dot-danger:first-child{background-color:var(--ig-malum)}.first\:ig-timeline-dot-info:first-child{background-color:var(--ig-kobalium)}.first\:ig-orphans-1:first-child{orphans:1}.first\:ig-orphans-2:first-child{orphans:2}.first\:ig-orphans-3:first-child{orphans:3}.first\:ig-orphans-4:first-child{orphans:4}.first\:ig-widows-1:first-child{widows:1}.first\:ig-widows-2:first-child{widows:2}.first\:ig-widows-3:first-child{widows:3}.first\:ig-widows-4:first-child{widows:4}.first\:ig-forced-colors-auto:first-child{forced-color-adjust:auto}.first\:ig-forced-colors-none:first-child{forced-color-adjust:none}