@npm_leadtech/legal-lib-components 5.2.40 → 5.3.1

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 (448) hide show
  1. package/dist/css/styles.css +560 -2889
  2. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +2 -1
  3. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +1 -0
  4. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +24 -0
  5. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +25 -0
  6. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx +7 -2
  7. package/dist/src/components/atoms/AddButton/AddButton.js +2 -1
  8. package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +1 -0
  9. package/dist/src/components/atoms/AddButton/AddButton.styled.js +48 -0
  10. package/dist/src/components/atoms/AddButton/AddButton.styled.ts +49 -0
  11. package/dist/src/components/atoms/AddButton/AddButton.tsx +3 -2
  12. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +2 -2
  13. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +1 -0
  14. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +55 -0
  15. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +56 -0
  16. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +3 -3
  17. package/dist/src/components/atoms/BillCard/BillCard.js +2 -1
  18. package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +1 -0
  19. package/dist/src/components/atoms/BillCard/BillCard.styled.js +59 -0
  20. package/dist/src/components/atoms/BillCard/BillCard.styled.ts +60 -0
  21. package/dist/src/components/atoms/BillCard/BillCard.tsx +3 -2
  22. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +2 -1
  23. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +1 -0
  24. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +34 -0
  25. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +35 -0
  26. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx +2 -2
  27. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +2 -1
  28. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +1 -0
  29. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +22 -0
  30. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +23 -0
  31. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.tsx +3 -3
  32. package/dist/src/components/atoms/Button/Button.scss +28 -28
  33. package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +6 -6
  34. package/dist/src/components/atoms/CardPane/CardPane.js +2 -2
  35. package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +1 -0
  36. package/dist/src/components/atoms/CardPane/CardPane.styled.js +109 -0
  37. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +110 -0
  38. package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
  39. package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
  40. package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +1 -0
  41. package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +133 -0
  42. package/dist/src/components/atoms/Checkbox/{Checkbox.scss → Checkbox.styled.ts} +18 -16
  43. package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
  44. package/dist/src/components/atoms/ContactCard/ContactCard.d.ts +4 -0
  45. package/dist/src/components/atoms/ContactCard/ContactCard.js +6 -0
  46. package/dist/src/components/atoms/ContactCard/ContactCard.styled.d.ts +1 -0
  47. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +38 -0
  48. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +39 -0
  49. package/dist/src/components/atoms/ContactCard/ContactCard.tsx +38 -0
  50. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.d.ts +9 -0
  51. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.js +1 -0
  52. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.ts +9 -0
  53. package/dist/src/components/atoms/ContactCard/index.d.ts +2 -0
  54. package/dist/src/components/atoms/ContactCard/index.js +1 -0
  55. package/dist/src/components/atoms/ContactCard/index.ts +2 -0
  56. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
  57. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +1 -0
  58. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +120 -0
  59. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +121 -0
  60. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
  61. package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
  62. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +6 -5
  63. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +1 -0
  64. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +82 -0
  65. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +83 -0
  66. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +19 -16
  67. package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
  68. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +1 -0
  69. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +45 -0
  70. package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +46 -0
  71. package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
  72. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
  73. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +1 -0
  74. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +149 -0
  75. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +150 -0
  76. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
  77. package/dist/src/components/atoms/Divider/Divider.js +2 -2
  78. package/dist/src/components/atoms/Divider/Divider.styled.d.ts +1 -0
  79. package/dist/src/components/atoms/Divider/Divider.styled.js +21 -0
  80. package/dist/src/components/atoms/Divider/Divider.styled.ts +22 -0
  81. package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
  82. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
  83. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +1 -0
  84. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +65 -0
  85. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +66 -0
  86. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
  87. package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
  88. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +1 -0
  89. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +12 -0
  90. package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +13 -0
  91. package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
  92. package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
  93. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +1 -0
  94. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +66 -0
  95. package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +67 -0
  96. package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
  97. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
  98. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +1 -0
  99. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +78 -0
  100. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +79 -0
  101. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
  102. package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
  103. package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +1 -0
  104. package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +73 -0
  105. package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +74 -0
  106. package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
  107. package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
  108. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +1 -0
  109. package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +21 -0
  110. package/dist/src/components/atoms/GoogleButton/{GoogleButton.scss → GoogleButton.styled.ts} +5 -5
  111. package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
  112. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
  113. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +1 -0
  114. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +5 -0
  115. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +6 -0
  116. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +2 -3
  117. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
  118. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +1 -0
  119. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +76 -0
  120. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +77 -0
  121. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +3 -4
  122. package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
  123. package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +1 -0
  124. package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +41 -0
  125. package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +42 -0
  126. package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
  127. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
  128. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +1 -0
  129. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +7 -0
  130. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +8 -0
  131. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
  132. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
  133. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +1 -0
  134. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +39 -0
  135. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +40 -0
  136. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
  137. package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
  138. package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +1 -0
  139. package/dist/src/components/atoms/LogoText/LogoText.styled.js +36 -0
  140. package/dist/src/components/atoms/LogoText/LogoText.styled.ts +37 -0
  141. package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
  142. package/dist/src/components/atoms/MenuItems/MenuItems.js +2 -1
  143. package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +1 -0
  144. package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +71 -0
  145. package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +72 -0
  146. package/dist/src/components/atoms/MenuItems/MenuItems.tsx +3 -2
  147. package/dist/src/components/atoms/Message/Message.js +2 -2
  148. package/dist/src/components/atoms/Message/Message.styled.d.ts +1 -0
  149. package/dist/src/components/atoms/Message/Message.styled.js +31 -0
  150. package/dist/src/components/atoms/Message/Message.styled.ts +32 -0
  151. package/dist/src/components/atoms/Message/Message.tsx +3 -3
  152. package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
  153. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +1 -0
  154. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +53 -0
  155. package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +54 -0
  156. package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +4 -5
  157. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
  158. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +1 -0
  159. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +45 -0
  160. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +46 -0
  161. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
  162. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
  163. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +1 -0
  164. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +63 -0
  165. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +64 -0
  166. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
  167. package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
  168. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +1 -0
  169. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +6 -0
  170. package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +7 -0
  171. package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
  172. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
  173. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +1 -0
  174. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +58 -0
  175. package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.scss → PopularDocsItem.styled.ts} +24 -24
  176. package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
  177. package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
  178. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +1 -0
  179. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +23 -0
  180. package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +24 -0
  181. package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
  182. package/dist/src/components/atoms/Radio/Radio.scss +29 -29
  183. package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
  184. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +1 -0
  185. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +43 -0
  186. package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +44 -0
  187. package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
  188. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
  189. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +1 -0
  190. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +55 -0
  191. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +56 -0
  192. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
  193. package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
  194. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +1 -0
  195. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +38 -0
  196. package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +39 -0
  197. package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
  198. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
  199. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +1 -0
  200. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +9 -0
  201. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +10 -0
  202. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +7 -2
  203. package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
  204. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +1 -0
  205. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +224 -0
  206. package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +225 -0
  207. package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
  208. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
  209. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +1 -0
  210. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +48 -0
  211. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +49 -0
  212. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
  213. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
  214. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +1 -0
  215. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +92 -0
  216. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +93 -0
  217. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
  218. package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
  219. package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +1 -0
  220. package/dist/src/components/atoms/Spinner/Spinner.styled.js +28 -0
  221. package/dist/src/components/atoms/Spinner/Spinner.styled.ts +29 -0
  222. package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
  223. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
  224. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +1 -0
  225. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +28 -0
  226. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +29 -0
  227. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
  228. package/dist/src/components/atoms/Tag/Tag.js +2 -2
  229. package/dist/src/components/atoms/Tag/Tag.styled.d.ts +1 -0
  230. package/dist/src/components/atoms/Tag/Tag.styled.js +28 -0
  231. package/dist/src/components/atoms/Tag/Tag.styled.ts +29 -0
  232. package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
  233. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
  234. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +1 -0
  235. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +20 -0
  236. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +21 -0
  237. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
  238. package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
  239. package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +1 -0
  240. package/dist/src/components/atoms/Tagline/Tagline.styled.js +17 -0
  241. package/dist/src/components/atoms/Tagline/Tagline.styled.ts +18 -0
  242. package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
  243. package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
  244. package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +1 -0
  245. package/dist/src/components/atoms/TextArea/TextArea.styled.js +106 -0
  246. package/dist/src/components/atoms/TextArea/TextArea.styled.ts +107 -0
  247. package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
  248. package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
  249. package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +1 -0
  250. package/dist/src/components/atoms/Toggle/Toggle.styled.js +59 -0
  251. package/dist/src/components/atoms/Toggle/Toggle.styled.ts +60 -0
  252. package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
  253. package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
  254. package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
  255. package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +1 -0
  256. package/dist/src/components/atoms/TopBar/TopBar.styled.js +55 -0
  257. package/dist/src/components/atoms/TopBar/TopBar.styled.ts +56 -0
  258. package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
  259. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +2 -1
  260. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +1 -0
  261. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +49 -0
  262. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +50 -0
  263. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +6 -3
  264. package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
  265. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +1 -0
  266. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +12 -0
  267. package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +13 -0
  268. package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +2 -3
  269. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
  270. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +1 -0
  271. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +37 -0
  272. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +38 -0
  273. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +3 -4
  274. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +2 -1
  275. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +1 -0
  276. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +33 -0
  277. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +34 -0
  278. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +3 -4
  279. package/dist/src/components/atoms/index.d.ts +1 -0
  280. package/dist/src/components/atoms/index.js +1 -0
  281. package/dist/src/components/atoms/index.ts +1 -0
  282. package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
  283. package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
  284. package/dist/src/components/molecules/Article/Article.scss +1 -1
  285. package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
  286. package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
  287. package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
  288. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
  289. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +4 -0
  290. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
  291. package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
  292. package/dist/src/components/molecules/ContactCardList/ContactCardList.d.ts +4 -0
  293. package/dist/src/components/molecules/ContactCardList/ContactCardList.js +7 -0
  294. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.d.ts +1 -0
  295. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.js +13 -0
  296. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.ts +14 -0
  297. package/dist/src/components/molecules/ContactCardList/ContactCardList.tsx +17 -0
  298. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.d.ts +4 -0
  299. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.js +1 -0
  300. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.ts +5 -0
  301. package/dist/src/components/molecules/ContactCardList/index.d.ts +2 -0
  302. package/dist/src/components/molecules/ContactCardList/index.js +1 -0
  303. package/dist/src/components/molecules/ContactCardList/index.ts +2 -0
  304. package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
  305. package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
  306. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +2 -3
  307. package/dist/src/components/molecules/FaqItem/FaqItem.scss +5 -5
  308. package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
  309. package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
  310. package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
  311. package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
  312. package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
  313. package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
  314. package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
  315. package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
  316. package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
  317. package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
  318. package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
  319. package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
  320. package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
  321. package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
  322. package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
  323. package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
  324. package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
  325. package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
  326. package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
  327. package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
  328. package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
  329. package/dist/src/components/molecules/index.d.ts +1 -0
  330. package/dist/src/components/molecules/index.js +1 -0
  331. package/dist/src/components/molecules/index.ts +1 -0
  332. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
  333. package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
  334. package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +10 -10
  335. package/dist/src/components/organisms/ContactContent/ContactContent.d.ts +4 -0
  336. package/dist/src/components/organisms/ContactContent/ContactContent.js +9 -0
  337. package/dist/src/components/organisms/ContactContent/ContactContent.styled.d.ts +1 -0
  338. package/dist/src/components/organisms/ContactContent/ContactContent.styled.js +28 -0
  339. package/dist/src/components/organisms/ContactContent/ContactContent.styled.ts +29 -0
  340. package/dist/src/components/organisms/ContactContent/ContactContent.tsx +20 -0
  341. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.d.ts +6 -0
  342. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.js +1 -0
  343. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.ts +7 -0
  344. package/dist/src/components/organisms/ContactContent/index.d.ts +2 -0
  345. package/dist/src/components/organisms/ContactContent/index.js +1 -0
  346. package/dist/src/components/organisms/ContactContent/index.ts +2 -0
  347. package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
  348. package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
  349. package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
  350. package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
  351. package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
  352. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
  353. package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
  354. package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
  355. package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
  356. package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
  357. package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
  358. package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
  359. package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
  360. package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
  361. package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
  362. package/dist/src/components/organisms/index.d.ts +1 -0
  363. package/dist/src/components/organisms/index.js +1 -0
  364. package/dist/src/components/organisms/index.ts +1 -0
  365. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
  366. package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
  367. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
  368. package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
  369. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
  370. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +2 -2
  371. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +3 -64
  372. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +2 -18
  373. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +3 -6
  374. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts +3 -6
  375. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
  376. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
  377. package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
  378. package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
  379. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +3 -2
  380. package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
  381. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
  382. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
  383. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
  384. package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
  385. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
  386. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
  387. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
  388. package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
  389. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
  390. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
  391. package/dist/src/globalStyles/animations.scss +1 -1
  392. package/dist/src/globalStyles/base.scss +5 -5
  393. package/dist/src/globalStyles/styles.scss +4 -53
  394. package/dist/src/globalStyles/themes.scss +26 -0
  395. package/dist/src/globalStyles/typography.scss +1 -1
  396. package/dist/src/globalStyles/variables.scss +7 -6
  397. package/dist/src/globalStyles/variablesCss.scss +14 -0
  398. package/dist/tsconfig.build.tsbuildinfo +1 -1
  399. package/package.json +1 -1
  400. package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss +0 -24
  401. package/dist/src/components/atoms/AddButton/AddButton.scss +0 -48
  402. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.scss +0 -54
  403. package/dist/src/components/atoms/BillCard/BillCard.scss +0 -57
  404. package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.scss +0 -33
  405. package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.scss +0 -21
  406. package/dist/src/components/atoms/CardPane/CardPane.scss +0 -106
  407. package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +0 -116
  408. package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +0 -84
  409. package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +0 -45
  410. package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +0 -149
  411. package/dist/src/components/atoms/Divider/Divider.scss +0 -20
  412. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +0 -91
  413. package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +0 -13
  414. package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +0 -52
  415. package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +0 -79
  416. package/dist/src/components/atoms/FormFaq/FormFaq.scss +0 -72
  417. package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +0 -6
  418. package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +0 -80
  419. package/dist/src/components/atoms/InfoBox/InfoBox.scss +0 -40
  420. package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +0 -8
  421. package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +0 -38
  422. package/dist/src/components/atoms/LogoText/LogoText.scss +0 -34
  423. package/dist/src/components/atoms/MenuItems/MenuItems.scss +0 -70
  424. package/dist/src/components/atoms/Message/Message.scss +0 -31
  425. package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +0 -51
  426. package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +0 -44
  427. package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +0 -60
  428. package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +0 -5
  429. package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +0 -24
  430. package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +0 -43
  431. package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +0 -54
  432. package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +0 -34
  433. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +0 -9
  434. package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +0 -222
  435. package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +0 -48
  436. package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +0 -90
  437. package/dist/src/components/atoms/Spinner/Spinner.scss +0 -31
  438. package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +0 -27
  439. package/dist/src/components/atoms/Tag/Tag.scss +0 -27
  440. package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +0 -22
  441. package/dist/src/components/atoms/Tagline/Tagline.scss +0 -16
  442. package/dist/src/components/atoms/TextArea/TextArea.scss +0 -103
  443. package/dist/src/components/atoms/Toggle/Toggle.scss +0 -59
  444. package/dist/src/components/atoms/TopBar/TopBar.scss +0 -54
  445. package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +0 -48
  446. package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +0 -11
  447. package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +0 -36
  448. package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +0 -32
@@ -80,6 +80,17 @@
80
80
  }
81
81
 
82
82
  /* src/globalStyles/styles.scss */
83
+ html {
84
+ --font-sans: "Inter", sans-serif;
85
+ --font-serif: "Lora", serif;
86
+ --global-border-radius: 4px;
87
+ --box-shadow-small: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
88
+ --box-shadow-medium: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
89
+ --box-shadow-menu: 0 0.25rem 0.5rem -0.5rem rgba(var(--primary-main-dark-1-rgb), 0.2);
90
+ --box-shadow-tippy-box: 0 0.25rem 0.5rem 0.25rem rgba(var(--primary-main-dark-1-rgb), 0.2);
91
+ --box-shadow-container: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
92
+ --global-gap: 1rem;
93
+ }
83
94
  *,
84
95
  *::before,
85
96
  *::after {
@@ -137,7 +148,7 @@ html,
137
148
  body {
138
149
  font-size: 16px;
139
150
  color: var(--neutral-main);
140
- font-family: "Inter", sans-serif;
151
+ font-family: var(--font-sans);
141
152
  }
142
153
  main {
143
154
  display: block;
@@ -147,7 +158,7 @@ ul {
147
158
  list-style: none;
148
159
  }
149
160
  h1 {
150
- font-family: "Lora", serif;
161
+ font-family: var(--font-serif);
151
162
  }
152
163
  .u-sticky-footer {
153
164
  display: flex;
@@ -360,6 +371,22 @@ html[data-theme=lawdistrict] {
360
371
  --others-disabled: #6b7280;
361
372
  --others-black: #000;
362
373
  }
374
+ html[data-theme=lawdistrict] .document-status.--in-progress {
375
+ background-color: var(--secondary-main-light-4);
376
+ border-color: var(--secondary-main-dark-1);
377
+ color: var(--secondary-main-dark-2);
378
+ }
379
+ html[data-theme=lawdistrict] .document-status.--in-progress svg g > g {
380
+ fill: var(--secondary-main-dark-2);
381
+ }
382
+ html[data-theme=lawdistrict] .document-status.--is-new {
383
+ background-color: var(--secondary-main-dark-2);
384
+ border-color: var(--secondary-main);
385
+ color: var(--secondary-main-light-4);
386
+ }
387
+ html[data-theme=lawdistrict] .document-status.--is-new .icon {
388
+ margin-right: 1.4rem;
389
+ }
363
390
  html[data-theme=lawsdistrict] {
364
391
  --primary-main-light-6: #f9f5ff;
365
392
  --primary-main-light-5: #e3d1ff;
@@ -708,7 +735,7 @@ body {
708
735
  .serif {
709
736
  letter-spacing: -0.3px;
710
737
  font-weight: normal;
711
- font-family: "Lora", serif;
738
+ font-family: var(--font-serif);
712
739
  }
713
740
  .serif.--super-hero {
714
741
  font-size: 2.25rem;
@@ -748,214 +775,6 @@ body {
748
775
  .serif.--normal-weight {
749
776
  font-weight: normal;
750
777
  }
751
- .e-addButton {
752
- display: inline-block;
753
- }
754
- .e-addButton .tooltip {
755
- margin-top: 0.5rem;
756
- }
757
- .e-addButton label:first-child {
758
- font-weight: bold;
759
- }
760
- .e-addButton__inner {
761
- display: inline-block;
762
- margin-top: 1rem;
763
- color: var(--primary-main);
764
- border-radius: 4px;
765
- transition: all 0.3s ease;
766
- font-weight: bold;
767
- }
768
- .e-addButton__inner label:hover {
769
- background-color: var(--primary-main-light-4);
770
- }
771
- .e-addButton__inner label {
772
- display: flex;
773
- flex-basis: 100%;
774
- align-items: center;
775
- position: relative;
776
- border: 1px solid var(--primary-main);
777
- border-radius: 4px;
778
- cursor: pointer;
779
- padding: 0.75rem 1rem;
780
- margin-right: 1rem;
781
- }
782
- .e-addButton input {
783
- position: absolute;
784
- left: -9999px;
785
- }
786
- .e-addButton input:checked + label {
787
- display: none;
788
- }
789
- .action-button-header-ratafia-card {
790
- display: flex;
791
- padding: 0.5rem;
792
- align-items: center;
793
- gap: 0.25rem;
794
- border: none;
795
- background-color: transparent;
796
- cursor: pointer;
797
- }
798
- .action-button-header-ratafia-card__icon {
799
- width: 24px;
800
- }
801
- .action-button-header-ratafia-card__text {
802
- color: var(--neutral-neutral-2);
803
- display: none;
804
- }
805
- @media (min-width: 575px) {
806
- .action-button-header-ratafia-card__text {
807
- display: block;
808
- }
809
- }
810
- .benefit-ratafia-card {
811
- display: flex;
812
- flex-direction: column;
813
- align-items: flex-start;
814
- flex: 1 0 0;
815
- align-self: stretch;
816
- padding: 1.5rem;
817
- gap: 1rem;
818
- border-radius: 4px;
819
- background: rgba(255, 255, 255, 0.8);
820
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
821
- }
822
- @media (min-width: 720px) {
823
- .benefit-ratafia-card {
824
- flex-direction: row;
825
- }
826
- }
827
- @media (min-width: 960px) {
828
- .benefit-ratafia-card {
829
- flex-direction: column;
830
- }
831
- }
832
- .benefit-ratafia-card__icon {
833
- display: flex;
834
- align-items: flex-start;
835
- padding: 0.25rem;
836
- gap: 0.625rem;
837
- border-radius: 4px;
838
- background: rgba(255, 255, 255, 0.8);
839
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
840
- }
841
- .benefit-ratafia-card__icon img {
842
- min-width: 32px;
843
- min-height: 32px;
844
- }
845
- .benefit-ratafia-card__content {
846
- display: flex;
847
- flex-direction: column;
848
- align-items: flex-start;
849
- align-self: stretch;
850
- gap: 0.5rem;
851
- }
852
- .benefit-ratafia-card__content__title {
853
- color: var(--primary-main-dark-2);
854
- }
855
- .benefit-ratafia-card__content__description {
856
- color: var(--neutral-neutral-1);
857
- }
858
- .bill-card {
859
- background-color: var(--neutral-neutral-6);
860
- border: 1px solid var(--neutral-neutral-4);
861
- border-radius: 4px;
862
- display: flex;
863
- flex-direction: column;
864
- padding: 1rem 1rem;
865
- }
866
- @media (min-width: 575px) {
867
- .bill-card {
868
- flex-direction: row;
869
- justify-content: space-between;
870
- align-items: center;
871
- padding: 0.5rem 1.5rem;
872
- }
873
- }
874
- .bill-card .date-price {
875
- display: flex;
876
- flex-direction: row;
877
- justify-content: space-between;
878
- align-items: center;
879
- border-bottom: 1px solid var(--neutral-neutral-4);
880
- padding-bottom: 1rem;
881
- }
882
- @media (min-width: 575px) {
883
- .bill-card .date-price {
884
- padding-bottom: 0;
885
- justify-content: left;
886
- border-bottom: none;
887
- }
888
- }
889
- @media (min-width: 575px) {
890
- .bill-card .date-price__left {
891
- padding: 0.2rem 1rem 0.2rem 0;
892
- border-right: 1px solid var(--neutral-neutral-4);
893
- }
894
- }
895
- @media (min-width: 720px) {
896
- .bill-card .date-price__left {
897
- padding: 0.2rem 1.5rem 0.2rem 0;
898
- }
899
- }
900
- .bill-card .date-price__right {
901
- margin-left: 1rem;
902
- }
903
- @media (min-width: 720px) {
904
- .bill-card .date-price__right {
905
- margin-left: 1.5rem;
906
- }
907
- }
908
- .bill-card .annual-plan {
909
- text-align: left;
910
- padding-top: 1rem;
911
- }
912
- @media (min-width: 575px) {
913
- .bill-card .annual-plan {
914
- padding-top: 0;
915
- text-align: right;
916
- }
917
- }
918
- .bottom-overlay-menu {
919
- display: flex;
920
- justify-content: space-between;
921
- align-items: center;
922
- width: 100%;
923
- padding: 16px 24px;
924
- background-color: var(--others-white);
925
- box-shadow: 0 2px 6px 0 var(--primary-main-dark-1);
926
- color: black;
927
- }
928
- .bottom-overlay-menu .e-button {
929
- width: 100%;
930
- }
931
- .bottom-overlay-menu .e-searchselect {
932
- width: 100%;
933
- margin-bottom: 1rem;
934
- }
935
- .bottom-overlay-menu .e-text {
936
- width: 100%;
937
- }
938
- .bottom-overlay-menu .desktop-radio-icons {
939
- display: none;
940
- }
941
- .bottom-overlay-menu ul li {
942
- margin-bottom: 0;
943
- }
944
- .inline-list {
945
- display: flex;
946
- align-items: center;
947
- }
948
- .inline-list .chevron-right24px > g > g {
949
- fill: var(--primary-main-light-1);
950
- }
951
- .inline-list a,
952
- .inline-list span {
953
- color: var(--primary-main-light-1);
954
- font-weight: 700;
955
- font-size: 12px;
956
- line-height: 16px;
957
- letter-spacing: -0.3px;
958
- }
959
778
  html[data-theme=lawdistrict] .e-button.--primary-3 {
960
779
  color: var(--neutral-main);
961
780
  }
@@ -963,7 +782,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
963
782
  padding: 0.5rem 1rem;
964
783
  align-items: center;
965
784
  align-self: center;
966
- border-radius: 4px;
785
+ border-radius: var(--global-border-radius);
967
786
  text-align: center;
968
787
  text-decoration: none;
969
788
  cursor: pointer;
@@ -1076,7 +895,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
1076
895
  .e-button.--secondary-icon {
1077
896
  display: flex;
1078
897
  justify-content: center;
1079
- border-radius: 4px;
898
+ border-radius: var(--global-border-radius);
1080
899
  border: 2px solid var(--neutral-neutral-2);
1081
900
  background-color: var(--neutral-neutral-5);
1082
901
  }
@@ -1133,7 +952,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
1133
952
  font-size: 14px;
1134
953
  font-weight: bold;
1135
954
  justify-content: center;
1136
- border-radius: 4px;
955
+ border-radius: var(--global-border-radius);
1137
956
  border: 2px solid var(--neutral-neutral-2);
1138
957
  background-color: var(--neutral-neutral-6);
1139
958
  }
@@ -1187,7 +1006,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
1187
1006
  }
1188
1007
  .button-icon {
1189
1008
  background: none;
1190
- border-radius: 4px;
1009
+ border-radius: var(--global-border-radius);
1191
1010
  border: 1px solid var(--neutral-neutral-4);
1192
1011
  display: inline-flex;
1193
1012
  padding: 0.1875rem;
@@ -1220,393 +1039,78 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
1220
1039
  transform: translate(-50%, 1rem);
1221
1040
  transition: all 0.3s ease;
1222
1041
  }
1223
- .marker {
1042
+ .react-datepicker__year-read-view--down-arrow,
1043
+ .react-datepicker__month-read-view--down-arrow,
1044
+ .react-datepicker__month-year-read-view--down-arrow,
1045
+ .react-datepicker__navigation-icon::before {
1046
+ border-color: #ccc;
1047
+ border-style: solid;
1048
+ border-width: 3px 3px 0 0;
1049
+ content: "";
1050
+ display: block;
1051
+ height: 9px;
1052
+ position: absolute;
1053
+ top: 6px;
1054
+ width: 9px;
1055
+ }
1056
+ .react-datepicker-wrapper {
1224
1057
  display: inline-block;
1225
- margin-left: -10px;
1058
+ padding: 0;
1059
+ border: 0;
1226
1060
  }
1227
- @-moz-document url-prefix() {
1228
- .marker {
1229
- margin-left: 0px;
1230
- }
1061
+ .react-datepicker {
1062
+ font-family:
1063
+ "Helvetica Neue",
1064
+ helvetica,
1065
+ arial,
1066
+ sans-serif;
1067
+ font-size: 0.8rem;
1068
+ background-color: #fff;
1069
+ color: #000;
1070
+ border: 1px solid #aeaeae;
1071
+ border-radius: 0.3rem;
1072
+ display: inline-block;
1073
+ position: relative;
1074
+ line-height: initial;
1231
1075
  }
1232
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1233
- .marker {
1234
- margin-left: 0px;
1235
- }
1076
+ .react-datepicker--time-only .react-datepicker__time-container {
1077
+ border-left: 0;
1236
1078
  }
1237
- .position {
1238
- margin-left: 2px;
1079
+ .react-datepicker--time-only .react-datepicker__time,
1080
+ .react-datepicker--time-only .react-datepicker__time-box {
1081
+ border-bottom-left-radius: 0.3rem;
1082
+ border-bottom-right-radius: 0.3rem;
1239
1083
  }
1240
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1241
- .position {
1242
- margin-left: 15px;
1243
- }
1084
+ .react-datepicker-popper {
1085
+ z-index: 1;
1086
+ line-height: 0;
1244
1087
  }
1245
- @-moz-document url-prefix() {
1246
- .position {
1247
- margin-left: 15px;
1248
- }
1088
+ .react-datepicker-popper .react-datepicker__triangle {
1089
+ stroke: #aeaeae;
1249
1090
  }
1250
- .pane {
1251
- align-items: flex-start;
1252
- border-top: 1px solid var(--neutral-neutral-4);
1253
- display: flex;
1254
- font-family: "Inter", sans-serif;
1255
- padding: 1.5rem 0;
1256
- flex-direction: row;
1257
- flex-wrap: wrap;
1091
+ .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
1092
+ fill: #f0f0f0;
1093
+ color: #f0f0f0;
1258
1094
  }
1259
- .pane-wrapper {
1260
- margin-top: 1rem;
1261
- padding-right: 0;
1262
- width: 100%;
1095
+ .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
1096
+ fill: #fff;
1097
+ color: #fff;
1263
1098
  }
1264
- @media (min-width: 575px) {
1265
- .pane-wrapper {
1266
- margin-top: 0;
1267
- padding-right: 0.875rem;
1268
- width: 50%;
1269
- }
1099
+ .react-datepicker__header {
1100
+ text-align: center;
1101
+ background-color: #f0f0f0;
1102
+ border-bottom: 1px solid #aeaeae;
1103
+ border-top-left-radius: 0.3rem;
1104
+ padding: 8px 0;
1105
+ position: relative;
1270
1106
  }
1271
- @media (min-width: 720px) {
1272
- .pane-wrapper {
1273
- padding-right: 0.55rem;
1274
- }
1107
+ .react-datepicker__header--time {
1108
+ padding-bottom: 8px;
1109
+ padding-left: 5px;
1110
+ padding-right: 5px;
1275
1111
  }
1276
- @media (min-width: 960px) {
1277
- .pane-wrapper {
1278
- padding-right: 0.875rem;
1279
- }
1280
- }
1281
- .pane-wrapper:first-child {
1282
- margin-top: 0;
1283
- }
1284
- .pane-wrapper:nth-child(2) {
1285
- text-align: right;
1286
- }
1287
- @media (min-width: 328px) and (max-width: 720px) {
1288
- .pane-wrapper:nth-child(2) {
1289
- text-align: left;
1290
- }
1291
- }
1292
- .pane-wrapper:nth-child(3) {
1293
- margin-top: 30px;
1294
- }
1295
- .pane-wrapper:last-child {
1296
- padding-right: 0;
1297
- }
1298
- .pane-wrapper span {
1299
- display: block;
1300
- }
1301
- .pane-wrapper span.marker {
1302
- display: inline-block;
1303
- text-indent: -0.625rem;
1304
- }
1305
- .pane--title {
1306
- color: var(--neutral-neutral-2);
1307
- font-size: 0.875rem;
1308
- line-height: 1.29;
1309
- }
1310
- @media (min-width: 575px) {
1311
- .pane--title {
1312
- font-size: 0.65rem;
1313
- }
1314
- }
1315
- @media (min-width: 720px) {
1316
- .pane--title {
1317
- font-size: 0.75rem;
1318
- }
1319
- }
1320
- @media (min-width: 960px) {
1321
- .pane--title {
1322
- font-size: 0.875rem;
1323
- }
1324
- }
1325
- .pane--description {
1326
- color: var(--neutral-main);
1327
- font-size: 1rem;
1328
- font-weight: 700;
1329
- letter-spacing: -0.3px;
1330
- line-height: 1.38;
1331
- margin-top: 2px;
1332
- }
1333
- .pane--description--active {
1334
- color: var(--primary-main);
1335
- }
1336
- .pane--description--inactive {
1337
- color: var(--error-main);
1338
- }
1339
- @media (min-width: 575px) {
1340
- .pane {
1341
- flex-direction: row;
1342
- }
1343
- }
1344
- .e-checkbox {
1345
- display: flex;
1346
- flex-direction: column-reverse;
1347
- justify-content: flex-end;
1348
- position: relative;
1349
- font-size: 1rem;
1350
- margin-bottom: 0.5rem;
1351
- }
1352
- .e-checkbox-wrapper {
1353
- display: flex;
1354
- flex-flow: row nowrap;
1355
- }
1356
- .e-checkbox input:not(:checked),
1357
- .e-checkbox input:checked {
1358
- position: absolute;
1359
- left: -9999px;
1360
- }
1361
- .e-checkbox input:not(:checked) + label,
1362
- .e-checkbox input:checked + label {
1363
- cursor: pointer;
1364
- font-size: 1rem;
1365
- font-weight: normal;
1366
- display: flex;
1367
- position: relative;
1368
- padding-top: 0;
1369
- top: 35%;
1370
- padding-left: 1.5rem;
1371
- margin-right: 1.5rem;
1372
- }
1373
- .e-checkbox input:not(:checked) + label span,
1374
- .e-checkbox input:checked + label span {
1375
- margin-left: 0.5rem;
1376
- }
1377
- .e-checkbox input:not(:checked) + label:before,
1378
- .e-checkbox input:checked + label:before {
1379
- content: "";
1380
- background-color: var(--others-white);
1381
- border: 1px solid var(--neutral-main);
1382
- left: 1px;
1383
- position: absolute;
1384
- top: 0;
1385
- height: 1.5rem;
1386
- width: 1.5rem;
1387
- border-radius: 4px;
1388
- }
1389
- .e-checkbox input:not(:checked) + label:after,
1390
- .e-checkbox input:checked + label:after {
1391
- background-color: currentColor;
1392
- content: "";
1393
- padding: 0 0.5em;
1394
- margin: 0 0.125rem;
1395
- -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA2MCAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5BNzI2QkEzMC0zMDVGLTQ2OEQtQURCMi1FMzU3ODVCQjFFQjlfb3V0bGluZWQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSI1Ljg2NjY2Njc4IDEwLjU5OTk5OTkgMy4wNjY2NjY3MiA3LjgwMDAwMDAxIDIuMTMzMzMzMzcgOC43MzMzMzMzMSA1Ljg2NjY2Njc4IDEyLjQ2NjY2NjUgMTMuODY2NjY3IDQuNDY2NjY2NzcgMTIuOTMzMzMzNiAzLjUzMzMzMzQ2Ij48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iQXNzZXQtQXJ0Ym9hcmQtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imljb24vZG9uZV8yNHB4Ij4KICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8ZyBpZD0iaWNvbi9hY3Rpb24vZG9uZV8yNHB4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvZz4KICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvci1Db2xvci0vLUljb25zLS8tTmV1dHJhbHMtLy1XaGl0ZSIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMDU2NDZFIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PC9yZWN0PgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
1396
- mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA2MCAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5BNzI2QkEzMC0zMDVGLTQ2OEQtQURCMi1FMzU3ODVCQjFFQjlfb3V0bGluZWQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSI1Ljg2NjY2Njc4IDEwLjU5OTk5OTkgMy4wNjY2NjY3MiA3LjgwMDAwMDAxIDIuMTMzMzMzMzcgOC43MzMzMzMzMSA1Ljg2NjY2Njc4IDEyLjQ2NjY2NjUgMTMuODY2NjY3IDQuNDY2NjY2NzcgMTIuOTMzMzMzNiAzLjUzMzMzMzQ2Ij48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iQXNzZXQtQXJ0Ym9hcmQtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imljb24vZG9uZV8yNHB4Ij4KICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8ZyBpZD0iaWNvbi9hY3Rpb24vZG9uZV8yNHB4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvZz4KICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvci1Db2xvci0vLUljb25zLS8tTmV1dHJhbHMtLy1XaGl0ZSIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMDU2NDZFIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PC9yZWN0PgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
1397
- -webkit-mask-repeat: no-repeat;
1398
- mask-repeat: no-repeat;
1399
- -webkit-mask-position: center;
1400
- mask-position: center;
1401
- clip-path: padding-box inset(0.28125em 0);
1402
- position: absolute;
1403
- width: 20px;
1404
- height: 20px;
1405
- left: 0.09rem;
1406
- top: 2px;
1407
- color: var(--primary-main);
1408
- }
1409
- .e-checkbox input:not(:checked) + label:after {
1410
- opacity: 0;
1411
- transform: scale(0);
1412
- top: 3px;
1413
- left: 0.25rem;
1414
- }
1415
- .e-checkbox input:not(:checked) + label:hover:before {
1416
- background-color: var(--primary-main-light-5);
1417
- }
1418
- .e-checkbox input:checked + label:after {
1419
- opacity: 1;
1420
- transform: scale(1);
1421
- }
1422
- .e-checkbox input:checked + label:before {
1423
- background-color: var(--primary-main-light-5);
1424
- border: 1.5px solid var(--primary-main);
1425
- border-radius: 4px;
1426
- }
1427
- .e-checkbox input[disabled] + label {
1428
- opacity: 0.4;
1429
- }
1430
- .e-checkbox input[disabled] + label:before,
1431
- .e-checkbox input[disabled] + label:after {
1432
- opacity: 0.7;
1433
- }
1434
- .e-checkbox.--is-invalid input:not(:checked) + label:before,
1435
- .e-checkbox.--is-invalid input:checked + label:before,
1436
- .e-checkbox.--group-invalid input:not(:checked) + label:before,
1437
- .e-checkbox.--group-invalid input:checked + label:before {
1438
- border: 2px solid var(--error-main);
1439
- }
1440
- .e-checkbox .tooltip-form {
1441
- margin-top: 0;
1442
- }
1443
- .e-datepicker {
1444
- max-width: 55%;
1445
- width: 100%;
1446
- display: flex;
1447
- flex-flow: column-reverse;
1448
- margin-bottom: 2rem;
1449
- }
1450
- .e-datepicker__inner {
1451
- margin-bottom: 0.5rem;
1452
- }
1453
- .e-datepicker__label {
1454
- font-weight: bold;
1455
- }
1456
- .e-datepicker ul li {
1457
- margin: 0;
1458
- }
1459
- .e-datepicker ul li::before {
1460
- background-color: transparent;
1461
- }
1462
- .e-datepicker .react-datepicker {
1463
- border: 0.5px solid var(--neutral-neutral-4);
1464
- }
1465
- .e-datepicker .react-datepicker__input-container input {
1466
- color: var(--neutral-main);
1467
- border-radius: 4px;
1468
- font-size: 1rem;
1469
- background-color: var(--neutral-neutral-4);
1470
- height: 40px;
1471
- width: 100%;
1472
- padding: 0.75rem 0 0.75rem 0.75rem;
1473
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48IS0tR2VuZXJhdG9yOiBza2V0Y2h0b29sIDYwICgxMDEwMTApIC0gaHR0cHM6Ly9za2V0Y2guY29tLS0+PHRpdGxlPjNEODAzNjU0LUI3NjEtNEZEQy05MThDLTc1QzUwMjdEODcyMDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPjxkZWZzPjxwYXRoIGQ9Ik0yMiwzIEwxOSwzIEwxOSwxIEwxNywxIEwxNywzIEw3LDMgTDcsMSBMNSwxIEw1LDMgTDIsMyBMMiwyMyBMMjIsMjMgTDIyLDMgWiBNMjAsMjEgTDQsMjEgTDQsOCBMMjAsOCBMMjAsMjEgWiIgaWQ9InBhdGgtMSIvPjwvZGVmcz48ZyBpZD0iQXNzZXQtQXJ0Ym9hcmQtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9Imljb24vbmF2aWdhdGlvbi9leHBhbmRfbW9yZV8yNHB4LWljb24vYWN0aW9uL2NhbGVuZGFyX3RvZGF5XzI0cHgiPjxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj48dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiLz48L21hc2s+PGcgaWQ9Imljb24vYWN0aW9uL2NhbGVuZGFyX3RvZGF5XzI0cHgiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxnIGlkPSLihrMtQ29sb3ItY29sb3ItLy1JY29ucy0vLUJsYWNrLS8tSW5hY3RpdmUiIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzQzNDM0MyI+PHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
1474
- background-position: 95% 50%;
1475
- background-repeat: no-repeat;
1476
- transition: box-shadow 0.3s ease;
1477
- box-shadow: 0 0 0 0 var(--primary-main-light-4);
1478
- margin: 0.0005em;
1479
- border: none;
1480
- }
1481
- .e-datepicker .react-datepicker__input-container input:focus {
1482
- outline: none;
1483
- box-shadow: 0 0 0 2px var(--primary-main-light-1);
1484
- }
1485
- .e-datepicker .react-datepicker__day {
1486
- font-size: 14px;
1487
- text-align: center;
1488
- border: 0.5px solid var(--neutral-neutral-4);
1489
- width: 39px;
1490
- height: 38px;
1491
- border-collapse: collapse;
1492
- vertical-align: middle;
1493
- display: table-cell;
1494
- line-height: 1.7rem;
1495
- }
1496
- .e-datepicker .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
1497
- border-bottom-color: var(--others-white);
1498
- }
1499
- .e-datepicker .react-datepicker__day--selected {
1500
- background-color: var(--primary-main-light-2);
1501
- border: 1px double var(--primary-main-light-2);
1502
- }
1503
- .e-datepicker .react-datepicker__day--selected:hover {
1504
- background-color: var(--primary-main-light-2);
1505
- }
1506
- .e-datepicker .react-datepicker__day--keyboard-selected {
1507
- background-color: inherit;
1508
- color: inherit;
1509
- }
1510
- .e-datepicker .react-datepicker__day--keyboard-selected:hover {
1511
- border-radius: 0.3rem;
1512
- background-color: #f0f0f0;
1513
- }
1514
- .e-datepicker .react-datepicker__month-container {
1515
- padding: 0 15px 15px;
1516
- }
1517
- .e-datepicker .react-datepicker__month {
1518
- margin: 0;
1519
- }
1520
- .e-datepicker .react-datepicker__header {
1521
- background-color: inherit;
1522
- border: none;
1523
- }
1524
- .e-datepicker .react-datepicker__header button {
1525
- border: 0.5px solid var(--neutral-neutral-4);
1526
- }
1527
- .e-datepicker .react-datepicker__header select {
1528
- -webkit-appearance: menulist-button;
1529
- background-color: var(--others-white);
1530
- }
1531
- .e-datepicker .react-datepicker__day-name {
1532
- width: 33px;
1533
- }
1534
- .e-datepicker .react-datepicker__day--outside-month {
1535
- color: var(--neutral-neutral-3);
1536
- pointer-events: none;
1537
- }
1538
- .react-datepicker__year-read-view--down-arrow,
1539
- .react-datepicker__month-read-view--down-arrow,
1540
- .react-datepicker__month-year-read-view--down-arrow,
1541
- .react-datepicker__navigation-icon::before {
1542
- border-color: #ccc;
1543
- border-style: solid;
1544
- border-width: 3px 3px 0 0;
1545
- content: "";
1546
- display: block;
1547
- height: 9px;
1548
- position: absolute;
1549
- top: 6px;
1550
- width: 9px;
1551
- }
1552
- .react-datepicker-wrapper {
1553
- display: inline-block;
1554
- padding: 0;
1555
- border: 0;
1556
- }
1557
- .react-datepicker {
1558
- font-family:
1559
- "Helvetica Neue",
1560
- helvetica,
1561
- arial,
1562
- sans-serif;
1563
- font-size: 0.8rem;
1564
- background-color: #fff;
1565
- color: #000;
1566
- border: 1px solid #aeaeae;
1567
- border-radius: 0.3rem;
1568
- display: inline-block;
1569
- position: relative;
1570
- line-height: initial;
1571
- }
1572
- .react-datepicker--time-only .react-datepicker__time-container {
1573
- border-left: 0;
1574
- }
1575
- .react-datepicker--time-only .react-datepicker__time,
1576
- .react-datepicker--time-only .react-datepicker__time-box {
1577
- border-bottom-left-radius: 0.3rem;
1578
- border-bottom-right-radius: 0.3rem;
1579
- }
1580
- .react-datepicker-popper {
1581
- z-index: 1;
1582
- line-height: 0;
1583
- }
1584
- .react-datepicker-popper .react-datepicker__triangle {
1585
- stroke: #aeaeae;
1586
- }
1587
- .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
1588
- fill: #f0f0f0;
1589
- color: #f0f0f0;
1590
- }
1591
- .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
1592
- fill: #fff;
1593
- color: #fff;
1594
- }
1595
- .react-datepicker__header {
1596
- text-align: center;
1597
- background-color: #f0f0f0;
1598
- border-bottom: 1px solid #aeaeae;
1599
- border-top-left-radius: 0.3rem;
1600
- padding: 8px 0;
1601
- position: relative;
1602
- }
1603
- .react-datepicker__header--time {
1604
- padding-bottom: 8px;
1605
- padding-left: 5px;
1606
- padding-right: 5px;
1607
- }
1608
- .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
1609
- border-top-left-radius: 0;
1112
+ .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
1113
+ border-top-left-radius: 0;
1610
1114
  }
1611
1115
  .react-datepicker__header:not(.react-datepicker__header--has-time-select) {
1612
1116
  border-top-right-radius: 0.3rem;
@@ -2241,1016 +1745,88 @@ h2.react-datepicker__current-month {
2241
1745
  height: 1em;
2242
1746
  vertical-align: -0.125em;
2243
1747
  }
2244
- .disclaimer {
2245
- padding: 1rem;
2246
- }
2247
- @media (min-width: 960px) {
2248
- .disclaimer {
2249
- padding: 1rem 0;
2250
- }
2251
- }
2252
- .disclaimer__wrapper {
2253
- background-color: var(--neutral-main);
2254
- color: var(--neutral-neutral-4);
2255
- }
2256
- .disclaimer__wrapper .standard {
2257
- color: var(--neutral-neutral-4);
2258
- text-decoration: underline;
2259
- }
2260
- .grey-color {
2261
- color: var(--neutral-neutral-1);
2262
- background-color: var(--neutral-neutral-4);
2263
- }
2264
- .disclaimer__copy {
2265
- margin-bottom: 0.5rem;
2266
- }
2267
- .desktop_view {
2268
- display: block;
2269
- }
2270
- @media (min-width: 328px) and (max-width: 720px) {
2271
- .desktop_view {
2272
- display: none;
2273
- }
1748
+ .e-radio label:first-child:not(.e-radio-label) {
1749
+ font-weight: bold;
2274
1750
  }
2275
- .mobile_view {
2276
- display: none;
1751
+ .e-radio .radio-item-container {
1752
+ width: 100%;
2277
1753
  }
2278
- @media (min-width: 328px) and (max-width: 720px) {
2279
- .mobile_view {
2280
- display: block;
1754
+ @media (max-width: 575px) {
1755
+ .e-radio.--regular .e-radio__inner {
1756
+ display: flex;
1757
+ flex-flow: row wrap;
1758
+ width: 100%;
1759
+ margin-left: 1.5rem;
1760
+ margin-top: 2rem;
1761
+ margin-bottom: 1rem;
2281
1762
  }
2282
- }
2283
- .disclaimer-ratafia {
2284
- display: flex;
2285
- flex-direction: column;
2286
- justify-content: center;
2287
- align-items: center;
2288
- align-self: stretch;
2289
- gap: 1rem;
2290
- }
2291
- .disclaimer-ratafia__text-desktop {
2292
- display: none;
2293
- }
2294
- @media (min-width: 575px) {
2295
- .disclaimer-ratafia__text-desktop {
2296
- display: block;
1763
+ .e-radio.--regular .e-radio__inner label {
1764
+ margin-bottom: 0.25rem;
1765
+ flex-basis: 100%;
1766
+ display: flex;
1767
+ align-items: center;
1768
+ color: var(--neutral-main);
1769
+ font-size: 16px;
1770
+ position: relative;
1771
+ cursor: pointer;
1772
+ width: 100%;
2297
1773
  }
2298
- }
2299
- .disclaimer-ratafia__text-mobile {
2300
- width: 100%;
2301
- }
2302
- @media (min-width: 575px) {
2303
- .disclaimer-ratafia__text-mobile {
2304
- display: none;
1774
+ .e-radio.--regular input {
1775
+ position: absolute;
1776
+ left: -9999px;
2305
1777
  }
2306
- }
2307
- .disclaimer-ratafia__text {
2308
- display: flex;
2309
- align-items: center;
2310
- align-self: stretch;
2311
- padding: 0.5rem;
2312
- gap: 0.25rem;
2313
- border-radius: 4px;
2314
- background: var(--neutral-neutral-6);
2315
- }
2316
- @media (min-width: 575px) {
2317
- .disclaimer-ratafia__text {
2318
- margin-bottom: 1rem;
1778
+ .e-radio.--regular input:not(:checked):hover + label:before {
1779
+ background-color: var(--primary-main-light-5);
2319
1780
  }
2320
- }
2321
- .disclaimer-ratafia__text__icon {
2322
- width: 14px;
2323
- margin-right: 5px;
2324
- }
2325
- .disclaimer-ratafia__text__arrow {
2326
- position: absolute;
2327
- top: 10px;
2328
- right: 6px;
2329
- fill: var(--neutral-neutral-2);
2330
- }
2331
- .disclaimer-ratafia__text__arrow svg {
2332
- display: block;
2333
- width: 16px;
2334
- height: 16px;
2335
- }
2336
- .disclaimer-ratafia__text__text {
2337
- display: flex;
2338
- width: 100%;
2339
- position: relative;
2340
- color: var(--neutral-neutral-2);
2341
- border: none;
2342
- padding: 8px;
2343
- border-radius: 4px;
2344
- }
2345
- @media (min-width: 575px) {
2346
- .disclaimer-ratafia__text__text {
2347
- margin-bottom: 0;
2348
- padding: 0;
1781
+ .e-radio.--regular input:checked:hover + label:before {
1782
+ background-color: var(--primary-main);
2349
1783
  }
2350
- }
2351
- .disclaimer-ratafia__copyright,
2352
- .disclaimer-ratafia__legal-advice {
2353
- display: flex;
2354
- justify-content: start;
2355
- align-items: center;
2356
- gap: 10px;
2357
- align-self: stretch;
2358
- }
2359
- .disclaimer-ratafia__copyright__text,
2360
- .disclaimer-ratafia__legal-advice__text {
2361
- color: var(--neutral-neutral-2);
2362
- }
2363
- .disclaimer-ratafia__copyright__text a,
2364
- .disclaimer-ratafia__legal-advice__text a {
2365
- color: var(--neutral-neutral-2);
2366
- }
2367
- .disclaimer-ratafia__legal-advice {
2368
- margin-bottom: 16px;
2369
- }
2370
- .disclaimer-ratafia__disclaimer-fixed {
2371
- border-radius: 5px 5px 0 0;
2372
- position: fixed;
2373
- bottom: 0;
2374
- left: 0;
2375
- right: 0;
2376
- padding: 1rem 1.5rem 1.5rem 1.5rem;
2377
- background: var(--others-white);
2378
- border-top: 1px solid var(--neutral-neutral-5);
2379
- }
2380
- .disclaimer-ratafia__disclaimer-fixed:after {
2381
- content: "";
2382
- position: absolute;
2383
- top: 8px;
2384
- left: calc(50% - 17px);
2385
- border: 2px solid var(--neutral-neutral-3);
2386
- border-radius: 6px;
2387
- width: 34px;
2388
- }
2389
- .disclaimer-ratafia__disclaimer-fixed__title {
2390
- padding-top: 2rem;
2391
- font-size: 1.15rem;
2392
- font-weight: 700;
2393
- padding-bottom: 1rem;
2394
- border-bottom: 1px solid var(--neutral-neutral-4);
2395
- color: var(--neutral-neutral-1);
2396
- }
2397
- .disclaimer-ratafia__disclaimer-fixed__subTitle {
2398
- padding-top: 1.5rem;
2399
- font-size: 0.9rem;
2400
- color: var(--neutral-neutral-2);
2401
- padding-bottom: 1.5rem;
2402
- }
2403
- .disclaimer-ratafia__disclaimer-fixed__text {
2404
- padding-bottom: 1.5rem;
2405
- }
2406
- .disclaimer-ratafia__disclaimer-fixed__text p {
2407
- font-size: 12px;
2408
- color: var(--neutral-neutral-2);
2409
- }
2410
- .disclaimer-ratafia__disclaimer-fixed__text a {
2411
- color: var(--neutral-neutral-2);
2412
- }
2413
- .disclaimer-ratafia__disclaimer-fixed__cta {
2414
- display: block;
2415
- width: 100%;
2416
- }
2417
- .disclaimer-ratafia__disclaimer-background {
2418
- position: fixed;
2419
- top: 0;
2420
- left: 0;
2421
- right: 0;
2422
- bottom: 0;
2423
- background: var(--neutral-neutral-2);
2424
- opacity: 30%;
2425
- }
2426
- .divider {
2427
- display: flex;
2428
- align-items: center;
2429
- margin: 1rem 0;
2430
- }
2431
- .divider__line {
2432
- width: 45%;
2433
- height: 0px;
2434
- border-bottom: 1px solid var(--neutral-neutral-4);
2435
- }
2436
- .divider__word,
2437
- .divider__image {
2438
- width: fit-content;
2439
- text-align: center;
2440
- margin: 0 0.75rem;
2441
- }
2442
- html[data-theme=lawdistrict] .document-status.--in-progress {
2443
- background-color: var(--secondary-main-light-4);
2444
- border-color: var(--secondary-main-dark-1);
2445
- color: var(--secondary-main-dark-2);
2446
- }
2447
- html[data-theme=lawdistrict] .document-status.--in-progress svg g > g {
2448
- fill: var(--secondary-main-dark-2);
2449
- }
2450
- html[data-theme=lawdistrict] .document-status.--is-new {
2451
- background-color: var(--secondary-main-dark-2);
2452
- border-color: var(--secondary-main);
2453
- color: var(--secondary-main-light-4);
2454
- }
2455
- html[data-theme=lawdistrict] .document-status.--is-new .icon {
2456
- margin-right: 1.4rem;
2457
- }
2458
- .document-status {
2459
- font-family: "Inter", sans-serif;
2460
- border-radius: 4px;
2461
- border: 1px solid;
2462
- display: flex;
2463
- flex-flow: row wrap;
2464
- align-items: center;
2465
- align-self: center;
2466
- padding: 0.125rem 0.5rem 0.125rem 0.25rem;
2467
- margin-right: 0.5rem;
2468
- width: 7.36rem;
2469
- }
2470
- @media (min-width: 960px) {
2471
- .document-status {
2472
- align-self: flex-start;
1784
+ .e-radio.--regular input:checked + label {
1785
+ color: var(--primary-main);
1786
+ text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main);
2473
1787
  }
2474
- }
2475
- @media (min-width: 720px) {
2476
- .document-status {
2477
- position: inherit;
1788
+ .e-radio.--regular input:checked + label:before {
1789
+ content: "";
1790
+ position: absolute;
1791
+ top: 2px;
1792
+ left: -23px;
1793
+ height: 1.25rem;
1794
+ width: 1.25rem;
1795
+ background-color: var(--primary-main);
1796
+ border: 1px solid var(--primary-main);
1797
+ border-radius: 50%;
1798
+ box-sizing: border-box;
2478
1799
  }
2479
- }
2480
- .document-status span {
2481
- font-weight: bold;
2482
- }
2483
- .document-status .icon {
2484
- margin-right: 0.25rem;
2485
- }
2486
- .document-status.--is-completed {
2487
- background-color: var(--primary-main-light-5);
2488
- border-color: var(--primary-main-light-3);
2489
- color: var(--primary-main);
2490
- }
2491
- .document-status.--is-completed svg path {
2492
- fill: var(--primary-main);
2493
- }
2494
- .document-status.--in-progress {
2495
- background-color: var(--neutral-neutral-5);
2496
- border-color: var(--neutral-neutral-3);
2497
- color: var(--neutral-neutral-1);
2498
- }
2499
- .document-status.--in-progress svg g > g {
2500
- fill: var(--neutral-neutral-1);
2501
- }
2502
- .document-status.--is-new {
2503
- background-color: var(--primary-main-light-1);
2504
- border-color: var(--primary-main);
2505
- color: var(--secondary-main-light-4);
2506
- }
2507
- .document-status.--is-new .icon {
2508
- margin-right: 1.4rem;
2509
- }
2510
- .document-tag {
2511
- background: var(--others-white);
2512
- border: 1px solid var(--neutral-neutral-4);
2513
- border-radius: 4px;
2514
- color: var(--neutral-neutral-2);
2515
- font-size: 0.875rem;
2516
- letter-spacing: -0.3px;
2517
- line-height: 1.15rem;
2518
- padding: 4px 8px;
2519
- white-space: nowrap;
2520
- }
2521
- .expert-card {
2522
- display: flex;
2523
- align-items: center;
2524
- justify-content: center;
2525
- margin-top: 10rem;
2526
- }
2527
- .expert-card__box {
2528
- background-color: white;
2529
- border-radius: 0.3rem;
2530
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
2531
- padding: 7rem 2rem 0 2rem;
2532
- min-height: 13rem;
2533
- display: flex;
2534
- flex-direction: column;
2535
- align-items: center;
2536
- justify-content: flex-start;
2537
- width: 17.625rem;
2538
- }
2539
- .expert-card__image {
2540
- position: absolute;
2541
- transform: translateY(-115%);
2542
- }
2543
- .expert-card__image img {
2544
- border-radius: 100%;
2545
- }
2546
- .expert-card__title {
2547
- font-family: "Inter", sans-serif;
2548
- font-size: 18px;
2549
- font-weight: 700;
2550
- line-height: 24px;
2551
- letter-spacing: -0.3px;
2552
- text-align: center;
2553
- width: 75%;
2554
- text-decoration: none;
2555
- }
2556
- .expert-card__description {
2557
- font-family: "Inter", sans-serif;
2558
- font-size: 16px;
2559
- font-weight: 400;
2560
- line-height: 22px;
2561
- letter-spacing: -0.3px;
2562
- text-align: center;
2563
- width: 75%;
2564
- }
2565
- .feature-ratafia-card__wrapper {
2566
- display: flex;
2567
- flex-direction: column;
2568
- align-items: flex-start;
2569
- align-self: stretch;
2570
- gap: 1rem;
2571
- padding: 1.5rem;
2572
- border-radius: 4px;
2573
- background: var(--neutral-neutral-6);
2574
- }
2575
- .feature-ratafia-card__wrapper__header {
2576
- display: flex;
2577
- justify-content: space-between;
2578
- align-items: center;
2579
- align-self: stretch;
2580
- }
2581
- .feature-ratafia-card__wrapper__header__title {
2582
- display: flex;
2583
- align-items: center;
2584
- padding: 0.5rem 1rem;
2585
- gap: 0.5rem;
2586
- border-radius: 4px;
2587
- background: var(--primary-main-dark-1);
2588
- }
2589
- .feature-ratafia-card__wrapper__header__title__icon img {
2590
- width: 24px;
2591
- height: 24px;
2592
- }
2593
- .feature-ratafia-card__wrapper__header__title__text {
2594
- color: var(--others-white);
2595
- }
2596
- .feature-ratafia-card__wrapper__description {
2597
- color: var(--neutral-neutral-1);
2598
- }
2599
- .feature-ratafia-card-not-released .feature-ratafia-card__wrapper__header__title {
2600
- opacity: 0.5;
2601
- background: var(--others-white);
2602
- }
2603
- .feature-ratafia-card-not-released .feature-ratafia-card__wrapper__header__title__text {
2604
- color: var(--primary-main-dark-1);
2605
- }
2606
- .feature-ratafia-card-not-released .feature-ratafia-card__wrapper__header__not-released {
2607
- display: flex;
2608
- align-items: center;
2609
- padding: 0.25rem;
2610
- gap: 0.25rem;
2611
- border-radius: 4px;
2612
- background: var(--neutral-neutral-4);
2613
- color: var(--primary-main-dark-1);
2614
- }
2615
- .feature-ratafia-card-not-released .feature-ratafia-card__wrapper__description {
2616
- opacity: 0.5;
2617
- }
2618
- .feature-ratafia-card {
2619
- width: 100%;
2620
- }
2621
- .form-faq {
2622
- display: flex;
2623
- position: relative;
2624
- cursor: default;
2625
- }
2626
- .form-faq::before {
2627
- content: "\2022";
2628
- color: var(--secondary-main-dark-2);
2629
- margin-right: 0.25rem;
2630
- margin-top: 0.2rem;
2631
- }
2632
- .form-faq__container {
2633
- padding-top: 0.25rem;
2634
- }
2635
- @media (hover: hover) {
2636
- .form-faq__container:hover > .form-faq__answer {
2637
- display: flex;
2638
- }
2639
- }
2640
- .form-faq__container:hover .form-faq__answer,
2641
- .form-faq__container.active .form-faq__answer {
2642
- display: block;
2643
- }
2644
- .form-faq__title {
2645
- display: inline-block;
2646
- color: var(--neutral-neutral-1);
2647
- padding: 0.25rem;
2648
- transition: background-color 0.3s ease;
2649
- }
2650
- .form-faq__title:hover {
2651
- background-color: var(--secondary-main-light-4);
2652
- }
2653
- .form-faq__answer {
2654
- display: none;
2655
- background: var(--neutral-neutral-1);
2656
- position: absolute;
2657
- border-radius: 4px;
2658
- top: 0;
2659
- transform: translateY(-100%);
2660
- color: var(--others-white);
2661
- padding: 0.75rem;
2662
- width: 100%;
2663
- max-width: 600px;
2664
- white-space: pre-wrap;
2665
- }
2666
- .form-faq__answer:hover {
2667
- display: flex;
2668
- }
2669
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
2670
- .form-faq__answer {
2671
- left: 2rem;
2672
- }
2673
- }
2674
- .form-faq__answer:before {
2675
- position: absolute;
2676
- content: "";
2677
- width: 0;
2678
- height: 0;
2679
- border-left: 1rem solid transparent;
2680
- border-right: 1rem solid transparent;
2681
- bottom: -0.35rem;
2682
- border-top: 1rem solid var(--neutral-neutral-1);
2683
- }
2684
- .google-button {
2685
- display: flex;
2686
- width: 100%;
2687
- align-items: center;
2688
- justify-content: center;
2689
- border: 1px solid var(--neutral-neutral-3);
2690
- padding: 0.5rem 0;
2691
- background-color: var(--others-white);
2692
- border-radius: 2px;
2693
- font-family: Roboto, sans-serif;
2694
- color: rgba(0, 0, 0, 0.54);
2695
- }
2696
- .google-button:hover {
2697
- cursor: pointer;
2698
- }
2699
- .google-button .google-logo {
2700
- margin-right: 1rem;
2701
- }
2702
- .icon-svg-with-theme-color {
2703
- display: block;
2704
- background-color: var(--primary-main);
2705
- }
2706
- .icon-text-info-section__separator {
2707
- background-color: var(--neutral-neutral-3);
2708
- border-bottom: 1px var(--neutral-neutral-3) solid;
2709
- display: none;
2710
- height: 70px;
2711
- padding-bottom: 40px;
2712
- width: 1px;
2713
- }
2714
- @media (min-width: 960px) {
2715
- .icon-text-info-section__separator {
2716
- margin: 0 32px;
2717
- }
2718
- }
2719
- @media (min-width: 575px) {
2720
- .icon-text-info-section__separator {
2721
- display: flex;
2722
- }
2723
- }
2724
- @media (max-width: 575px) {
2725
- .icon-text-info-section__separator {
2726
- margin: 19.2px 32px;
2727
- }
2728
- }
2729
- .icon-text-info-section.bottom-side {
2730
- display: flex;
2731
- flex-direction: column;
2732
- background-color: var(--neutral-neutral-4);
2733
- justify-content: center;
2734
- padding: 1rem 3rem;
2735
- }
2736
- @media (min-width: 575px) {
2737
- .icon-text-info-section.bottom-side {
2738
- padding: 0;
2739
- flex-direction: row;
2740
- }
2741
- }
2742
- @media (min-width: 575px) {
2743
- .icon-text-info-section.bottom-side {
2744
- padding: 1rem 1rem;
2745
- }
2746
- }
2747
- .icon-text-info-section.bottom-side .box {
2748
- display: flex;
2749
- flex-direction: row;
2750
- align-items: center;
2751
- margin: 0;
2752
- }
2753
- @media (max-width: 575px) {
2754
- .icon-text-info-section.bottom-side .box {
2755
- margin: 0.4rem;
2756
- }
2757
- }
2758
- @media (min-width: 575px) {
2759
- .icon-text-info-section.bottom-side .box {
2760
- margin: 0 1rem;
2761
- }
2762
- }
2763
- .icon-text-info-section.bottom-side .item-image {
2764
- width: 2.5rem;
2765
- margin-right: 1rem;
2766
- }
2767
- @media (max-width: 575px) {
2768
- .icon-text-info-section.bottom-side .item-image {
2769
- width: 1.5rem;
2770
- }
2771
- }
2772
- .icon-text-info-section.bottom-side .item-image .image {
2773
- width: 40px;
2774
- height: 40px;
2775
- }
2776
- @media (max-width: 575px) {
2777
- .icon-text-info-section.bottom-side .item-image .image {
2778
- width: 24px;
2779
- height: 24px;
2780
- }
2781
- }
2782
- .icon-text-info-section.bottom-side .item-text {
2783
- font-size: 16px;
2784
- }
2785
- .info-box {
2786
- border-radius: 4px;
2787
- border: 1px solid;
2788
- padding: 1rem;
2789
- display: flex;
2790
- flex-direction: row;
2791
- }
2792
- .info-box.error {
2793
- border-color: var(--error-main);
2794
- color: var(--error-main);
2795
- background-color: var(--error-error-3);
2796
- }
2797
- .info-box.error use {
2798
- fill: var(--error-main);
2799
- }
2800
- .info-box.warning {
2801
- border-color: var(--secondary-main-dark-1);
2802
- color: var(--secondary-main-dark-2);
2803
- background-color: var(--secondary-main-light-4);
2804
- }
2805
- .info-box.warning use {
2806
- fill: var(--secondary-main-dark-1);
2807
- }
2808
- .info-box .info-box__img {
2809
- width: 1.5rem;
2810
- height: 1.5rem;
2811
- }
2812
- .info-box .info-box__text-container {
2813
- margin-left: 0.5rem;
2814
- }
2815
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
2816
- .info-box .info-box__text-container {
2817
- margin-left: 1.5rem;
2818
- }
2819
- }
2820
- .jumbotron--static {
2821
- text-align: center;
2822
- margin: 0 auto;
2823
- background-color: var(--primary-main-light-6);
2824
- padding: 2.5rem 1rem 4rem;
2825
- }
2826
- .key-fact-item {
2827
- display: flex;
2828
- flex-direction: column;
2829
- justify-content: center;
2830
- align-items: flex-start;
2831
- align-self: stretch;
2832
- background: var(--neutral-neutral-6);
2833
- }
2834
- .key-fact-item__wrapper {
2835
- display: flex;
2836
- flex-direction: column;
2837
- margin-bottom: 1rem;
2838
- gap: 1rem;
2839
- }
2840
- .key-fact-item__wrapper__title {
2841
- color: var(--neutral-neutral-1);
2842
- background: var(--neutral-neutral-6);
2843
- position: sticky;
2844
- top: 0;
2845
- margin-top: 1rem;
2846
- }
2847
- .key-fact-item__wrapper__content {
2848
- color: var(--neutral-neutral-1);
2849
- overflow-y: auto;
2850
- }
2851
- .key-fact-item__divider {
2852
- height: 1px;
2853
- align-self: stretch;
2854
- background: var(--neutral-neutral-4);
2855
- }
2856
- .logo-text {
2857
- display: flex;
2858
- align-items: flex-start;
2859
- }
2860
- .logo-text img {
2861
- align-items: center;
2862
- margin-right: 1.5rem;
2863
- margin-bottom: 0;
2864
- }
2865
- .logo-text p {
2866
- display: flex;
2867
- flex-direction: column;
2868
- justify-content: center;
2869
- margin-bottom: 0;
2870
- }
2871
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
2872
- .logo-text p {
2873
- width: 17rem;
2874
- }
2875
- }
2876
- @media (-ms-high-contrast: none) and (max-width: 575px), (-ms-high-contrast: active) and (max-width: 575px) {
2877
- .logo-text p {
2878
- width: 17rem;
2879
- }
2880
- }
2881
- @media (-ms-high-contrast: none) and (min-width: 575px), (-ms-high-contrast: active) and (min-width: 575px) {
2882
- .logo-text p {
2883
- width: 10rem;
1800
+ .e-radio.--regular input:checked + label:after {
1801
+ content: "";
1802
+ position: absolute;
1803
+ top: 0.5rem;
1804
+ left: -17px;
1805
+ display: block;
1806
+ height: 0.5rem;
1807
+ width: 0.5rem;
1808
+ background: currentColor;
1809
+ border-radius: 50%;
1810
+ opacity: 1;
1811
+ transform: scale(1);
1812
+ color: #fff;
1813
+ transition: all 0.1s;
2884
1814
  }
2885
- }
2886
- @media (-ms-high-contrast: none) and (min-width: 720px), (-ms-high-contrast: active) and (min-width: 720px) {
2887
- .logo-text p {
2888
- width: 17rem;
1815
+ .e-radio.--regular input + label {
1816
+ cursor: pointer;
1817
+ font-size: 16px;
2889
1818
  }
2890
- }
2891
- .menu-items__spacing .menu-items__item:not(:last-child) {
2892
- margin-bottom: 0.5rem;
2893
- }
2894
- .menu-items__bullets {
2895
- list-style-position: inside;
2896
- list-style-type: disc;
2897
- }
2898
- .menu-items__item {
2899
- transition: background-color 0.3s ease;
2900
- border-radius: 4px;
2901
- padding: 0.25rem 0.5rem;
2902
- }
2903
- .menu-items__item svg {
2904
- vertical-align: bottom;
2905
- width: 1.5rem;
2906
- margin-right: 0.5rem;
2907
- }
2908
- @media (min-width: 575px) {
2909
- .menu-items__item svg {
2910
- width: 1rem;
2911
- }
2912
- }
2913
- .menu-items__item svg > g > g {
2914
- fill: var(--neutral-neutral-1);
2915
- }
2916
- .menu-items__item svg #color-bin {
2917
- fill: var(--neutral-neutral-1);
2918
- }
2919
- .menu-items__item.active {
2920
- color: var(--primary-main-light-1);
2921
- font-weight: 700;
2922
- background-color: var(--primary-main-light-5);
2923
- }
2924
- .menu-items__item.inactive {
2925
- color: var(--neutral-neutral-2);
2926
- font-weight: 400;
2927
- }
2928
- .menu-items__item.disabled {
2929
- color: var(--neutral-neutral-3);
2930
- }
2931
- .menu-items__item.disabled svg > g > g {
2932
- fill: var(--neutral-neutral-3);
2933
- }
2934
- .menu-items__item:not(.disabled):hover {
2935
- background-color: var(--primary-main-light-5);
2936
- cursor: pointer;
2937
- }
2938
- .menu-items__item:not(.disabled):hover svg > g > g {
2939
- transition: all 0.3s ease;
2940
- fill: var(--primary-main);
2941
- }
2942
- .menu-items__item a {
2943
- display: flex;
2944
- }
2945
- .e-message-error {
2946
- box-shadow: 0 0 0 1px #d63837;
2947
- background-color: #ffecee;
2948
- padding: 10px;
2949
- color: #d63837;
2950
- border-radius: 5px;
2951
- font-family: "Inter", sans-serif;
2952
- }
2953
- .e-message-success {
2954
- box-shadow: 0 0 0 1px #5aa900;
2955
- background-color: #e6ffe1;
2956
- padding: 10px;
2957
- color: #5aa900;
2958
- border-radius: 5px;
2959
- font-family: "Inter", sans-serif;
2960
- }
2961
- .e-message-neutral {
2962
- box-shadow: 0 0 0 1px #beebe9;
2963
- background-color: #e1f2fb;
2964
- padding: 10px;
2965
- color: #2a8aeb;
2966
- border-radius: 5px;
2967
- font-family: "Inter", sans-serif;
2968
- }
2969
- .message-information {
2970
- display: flex;
2971
- justify-content: center;
2972
- border-radius: 4px;
2973
- background: var(--secondary-main-light-4);
2974
- padding: 8px;
2975
- }
2976
- @media (min-width: 960px) {
2977
- .message-information {
2978
- justify-content: flex-start;
2979
- }
2980
- }
2981
- .message-information.text-center {
2982
- justify-content: center;
2983
- }
2984
- .message-information__icon {
2985
- width: 24px;
2986
- fill: var(--secondary-main-dark-1);
2987
- margin-right: 8px;
2988
- }
2989
- .message-information__icon.hide {
2990
- display: none;
2991
- }
2992
- .message-information__icon svg {
2993
- display: block;
2994
- }
2995
- .message-information__text {
2996
- font-size: 0.875rem;
2997
- letter-spacing: -0.3px;
2998
- padding-top: 1px;
2999
- text-align: left;
3000
- }
3001
- @media (min-width: 720px) {
3002
- .message-information__text {
3003
- text-align: center;
3004
- }
3005
- }
3006
- .message-information__text__time {
3007
- font-weight: 600;
3008
- }
3009
- .message-information__text__time.regular {
3010
- font-weight: 400;
3011
- }
3012
- .more-docs-item {
3013
- display: flex;
3014
- flex-direction: row;
3015
- align-items: center;
3016
- padding: 8px;
3017
- gap: 10px;
3018
- border-radius: 4px;
3019
- text-decoration: none;
3020
- }
3021
- .more-docs-item:hover {
3022
- background-color: var(--primary-main-light-5);
3023
- }
3024
- .more-docs-item .category-icon {
3025
- margin: 0 1rem 0 1.3rem;
3026
- }
3027
- .more-docs-item .category-icon svg {
3028
- fill: var(--primary-main);
3029
- }
3030
- .more-docs-item .texts {
3031
- display: flex;
3032
- flex-direction: column;
3033
- gap: 0.5rem;
3034
- text-align: left;
3035
- padding-left: 1rem;
3036
- }
3037
- .more-docs-item .texts .title {
3038
- line-height: 22px;
3039
- letter-spacing: -0.3px;
3040
- color: var(--neutral-neutral-1);
3041
- padding-right: 0.5rem;
3042
- }
3043
- .more-docs-item .texts .description {
3044
- font-size: 12px;
3045
- line-height: 16px;
3046
- letter-spacing: -0.3px;
3047
- color: var(--neutral-neutral-2);
3048
- }
3049
- .nav-menu-item {
3050
- border-radius: 4px;
3051
- position: relative;
3052
- width: fit-content;
3053
- }
3054
- .nav-menu-item .title {
3055
- position: relative;
3056
- }
3057
- .nav-menu-item .e-button {
3058
- display: flex;
3059
- flex-flow: row nowrap;
3060
- gap: 0.1rem;
3061
- padding: 0.25rem 0.5rem;
3062
- border: 0;
3063
- }
3064
- .nav-menu-item .list {
3065
- border-radius: 4px;
3066
- padding: 0.5rem;
3067
- margin-top: 0.5rem;
3068
- display: flex;
3069
- visibility: hidden;
3070
- opacity: 0;
3071
- background: var(--others-white);
3072
- transition: all 0.1s ease;
3073
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
3074
- min-width: max-content;
3075
- flex-flow: column wrap;
3076
- position: absolute;
3077
- left: 0;
3078
- }
3079
- .nav-menu-item .list .item-list:hover {
3080
- background-color: var(--primary-main-light-5);
3081
- }
3082
- .nav-menu-item:hover .title:after {
3083
- display: block;
3084
- }
3085
- .nav-menu-item:hover .list {
3086
- opacity: 1;
3087
- z-index: 11;
3088
- margin-top: 0.8rem;
3089
- visibility: visible;
3090
- transition: all 0.4s ease;
3091
- }
3092
- @media (min-width: 960px) {
3093
- .nav-menu-item {
3094
- display: block;
3095
- }
3096
- }
3097
- .paypal-button {
3098
- padding: 0;
3099
- border: none;
3100
- cursor: pointer;
3101
- }
3102
- .popular-docs-item {
3103
- display: flex;
3104
- flex-direction: row;
3105
- align-items: center;
3106
- padding: 24px 16px 24px 24px;
3107
- gap: 2rem;
3108
- height: 6rem;
3109
- background: var(--others-white);
3110
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
3111
- border-radius: 4px;
3112
- text-decoration: none;
3113
- }
3114
- .popular-docs-item .category-icon svg {
3115
- fill: var(--primary-main-dark-1);
3116
- }
3117
- .popular-docs-item .category-icon i {
3118
- background-color: var(--primary-main-dark-1);
3119
- }
3120
- .popular-docs-item .texts {
3121
- display: flex;
3122
- flex-direction: column;
3123
- text-align: left;
3124
- width: 100%;
3125
- }
3126
- .popular-docs-item .texts .description {
3127
- color: var(--neutral-neutral-2);
3128
- font-size: 12px;
3129
- line-height: 1.33;
3130
- margin-top: 0.3rem;
3131
- }
3132
- .popular-docs-item .icon-left svg {
3133
- width: 40px;
3134
- height: 40px;
3135
- }
3136
- .popular-docs-item .icon-left svg .main-fill {
3137
- fill: var(--neutral-neutral-4);
3138
- }
3139
- .popular-docs-item:hover {
3140
- background-color: var(--neutral-neutral-5);
3141
- cursor: pointer;
3142
- }
3143
- .popular-docs-item:hover .icon-left svg .main-fill {
3144
- fill: var(--primary-main);
3145
- }
3146
- @media (min-width: 720px) {
3147
- .popular-docs-item {
3148
- margin-left: 0.5rem;
3149
- }
3150
- }
3151
- .progress__wrapper {
3152
- position: absolute;
3153
- width: 100%;
3154
- top: 5.25rem;
3155
- left: 0;
3156
- height: 0.25rem;
3157
- }
3158
- .progressbar {
3159
- height: 100%;
3160
- background: var(--primary-main);
3161
- transition: width 0.3s ease;
3162
- will-change: width;
3163
- }
3164
- .progressbar__remain {
3165
- position: absolute;
3166
- width: 100%;
3167
- height: 100%;
3168
- background: var(--primary-main-light-5);
3169
- z-index: -1;
3170
- transform: translateY(-100%);
3171
- }
3172
- .e-radio label:first-child:not(.e-radio-label) {
3173
- font-weight: bold;
3174
- }
3175
- .e-radio .radio-item-container {
3176
- width: 100%;
3177
- }
3178
- @media (max-width: 575px) {
3179
- .e-radio.--regular .e-radio__inner {
3180
- display: flex;
3181
- flex-flow: row wrap;
3182
- width: 100%;
3183
- margin-left: 1.5rem;
3184
- margin-top: 2rem;
3185
- margin-bottom: 1rem;
3186
- }
3187
- .e-radio.--regular .e-radio__inner label {
3188
- margin-bottom: 0.25rem;
3189
- flex-basis: 100%;
3190
- display: flex;
3191
- align-items: center;
3192
- color: var(--neutral-main);
3193
- font-size: 16px;
3194
- position: relative;
3195
- cursor: pointer;
3196
- width: 100%;
3197
- }
3198
- .e-radio.--regular input {
3199
- position: absolute;
3200
- left: -9999px;
3201
- }
3202
- .e-radio.--regular input:not(:checked):hover + label:before {
3203
- background-color: var(--primary-main-light-5);
3204
- }
3205
- .e-radio.--regular input:checked:hover + label:before {
3206
- background-color: var(--primary-main);
3207
- }
3208
- .e-radio.--regular input:checked + label {
3209
- color: var(--primary-main);
3210
- text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main);
3211
- }
3212
- .e-radio.--regular input:checked + label:before {
3213
- content: "";
3214
- position: absolute;
3215
- top: 2px;
3216
- left: -23px;
3217
- height: 1.25rem;
3218
- width: 1.25rem;
3219
- background-color: var(--primary-main);
3220
- border: 1px solid var(--primary-main);
3221
- border-radius: 50%;
3222
- box-sizing: border-box;
3223
- }
3224
- .e-radio.--regular input:checked + label:after {
3225
- content: "";
3226
- position: absolute;
3227
- top: 0.5rem;
3228
- left: -17px;
3229
- display: block;
3230
- height: 0.5rem;
3231
- width: 0.5rem;
3232
- background: currentColor;
3233
- border-radius: 50%;
3234
- opacity: 1;
3235
- transform: scale(1);
3236
- color: #fff;
3237
- transition: all 0.1s;
3238
- }
3239
- .e-radio.--regular input + label {
3240
- cursor: pointer;
3241
- font-size: 16px;
3242
- }
3243
- .e-radio.--regular input + label:before {
3244
- content: "";
3245
- position: absolute;
3246
- left: -23px;
3247
- top: 2px;
3248
- height: 1.25rem;
3249
- width: 1.25rem;
3250
- border-radius: 50%;
3251
- background-color: transparent;
3252
- border: 1px solid var(--neutral-main);
3253
- box-sizing: border-box;
1819
+ .e-radio.--regular input + label:before {
1820
+ content: "";
1821
+ position: absolute;
1822
+ left: -23px;
1823
+ top: 2px;
1824
+ height: 1.25rem;
1825
+ width: 1.25rem;
1826
+ border-radius: 50%;
1827
+ background-color: transparent;
1828
+ border: 1px solid var(--neutral-main);
1829
+ box-sizing: border-box;
3254
1830
  }
3255
1831
  .e-radio.--regular input + label:after {
3256
1832
  position: absolute;
@@ -3259,1220 +1835,366 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
3259
1835
  display: block;
3260
1836
  height: 0.5rem;
3261
1837
  width: 0.5rem;
3262
- opacity: 0;
3263
- transform: scale(0);
3264
- color: var(--others-white);
3265
- transition: all 0.1s;
3266
- content: "";
3267
- bottom: 0.5rem;
3268
- border-radius: 50%;
3269
- }
3270
- }
3271
- @media (min-width: 575px) {
3272
- .e-radio.--regular:not(.--icons) .e-radio__inner {
3273
- display: flex;
3274
- flex-flow: row wrap;
3275
- width: 100%;
3276
- margin-left: 1.5rem;
3277
- margin-top: 2rem;
3278
- margin-bottom: 1rem;
3279
- }
3280
- .e-radio.--regular:not(.--icons) .e-radio__inner label {
3281
- margin-bottom: 0.25rem;
3282
- flex-basis: 100%;
3283
- display: flex;
3284
- align-items: center;
3285
- color: var(--neutral-main);
3286
- font-size: 16px;
3287
- position: relative;
3288
- cursor: pointer;
3289
- width: 100%;
3290
- }
3291
- .e-radio.--regular:not(.--icons) input {
3292
- position: absolute;
3293
- left: -9999px;
3294
- }
3295
- .e-radio.--regular:not(.--icons) input:not(:checked):hover + label:before {
3296
- background-color: var(--primary-main-light-5);
3297
- }
3298
- .e-radio.--regular:not(.--icons) input:checked:hover + label:before {
3299
- background-color: var(--primary-main);
3300
- }
3301
- .e-radio.--regular:not(.--icons) input:checked + label {
3302
- color: var(--primary-main);
3303
- text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main);
3304
- }
3305
- .e-radio.--regular:not(.--icons) input:checked + label:before {
3306
- content: "";
3307
- position: absolute;
3308
- top: 2px;
3309
- left: -23px;
3310
- height: 1.25rem;
3311
- width: 1.25rem;
3312
- background-color: var(--primary-main);
3313
- border: 1px solid var(--primary-main);
3314
- border-radius: 50%;
3315
- box-sizing: border-box;
3316
- }
3317
- .e-radio.--regular:not(.--icons) input:checked + label:after {
3318
- content: "";
3319
- position: absolute;
3320
- top: 0.5rem;
3321
- left: -17px;
3322
- display: block;
3323
- height: 0.5rem;
3324
- width: 0.5rem;
3325
- background: currentColor;
3326
- border-radius: 50%;
3327
- opacity: 1;
3328
- transform: scale(1);
3329
- color: #fff;
3330
- transition: all 0.1s;
3331
- }
3332
- .e-radio.--regular:not(.--icons) input + label {
3333
- cursor: pointer;
3334
- font-size: 16px;
3335
- }
3336
- .e-radio.--regular:not(.--icons) input + label:before {
3337
- content: "";
3338
- position: absolute;
3339
- left: -23px;
3340
- top: 2px;
3341
- height: 1.25rem;
3342
- width: 1.25rem;
3343
- border-radius: 50%;
3344
- background-color: transparent;
3345
- border: 1px solid var(--neutral-main);
3346
- box-sizing: border-box;
3347
- }
3348
- .e-radio.--regular:not(.--icons) input + label:after {
3349
- position: absolute;
3350
- top: 0.5rem;
3351
- left: -17px;
3352
- display: block;
3353
- height: 0.5rem;
3354
- width: 0.5rem;
3355
- opacity: 0;
3356
- transform: scale(0);
3357
- color: var(--others-white);
3358
- transition: all 0.1s;
3359
- content: "";
3360
- bottom: 0.5rem;
3361
- border-radius: 50%;
3362
- }
3363
- }
3364
- @media (max-width: 575px) {
3365
- .e-radio.--tabs .e-radio__inner {
3366
- display: flex;
3367
- flex-flow: row nowrap;
3368
- margin-bottom: 2rem;
3369
- width: 10rem;
3370
- margin-top: 1rem;
3371
- border: 1px solid var(--neutral-neutral-3);
3372
- background: var(--neutral-neutral-6);
3373
- border-radius: 4px;
3374
- transition: all 0.3s ease;
3375
- }
3376
- .e-radio.--tabs .e-radio__inner .e-radio-label {
3377
- width: 100%;
3378
- display: flex;
3379
- border-right: 1px solid var(--neutral-neutral-3);
3380
- border-top-left-radius: 4px;
3381
- border-bottom-left-radius: 4px;
3382
- }
3383
- .e-radio.--tabs .e-radio__inner .e-radio-label:last-child {
3384
- border-right: none;
3385
- }
3386
- .e-radio.--tabs input {
3387
- position: absolute;
3388
- left: -9999px;
3389
- }
3390
- .e-radio.--tabs input + label {
3391
- cursor: pointer;
3392
- font-size: 14px;
3393
- transition: all 0.3s ease;
3394
- }
3395
- .e-radio.--tabs input + label:hover {
3396
- background: var(--neutral-neutral-4);
3397
- }
3398
- .e-radio.--tabs input:checked + label {
3399
- font-weight: bold;
3400
- color: var(--others-white);
3401
- width: 100%;
3402
- cursor: pointer;
3403
- transition: all 0.3s ease;
3404
- background-color: var(--primary-main);
3405
- text-align: center;
3406
- padding: 10px;
3407
- }
3408
- .e-radio.--tabs input:checked + label:hover {
3409
- background-color: var(--primary-main);
3410
- }
3411
- .e-radio.--tabs input:not(:checked) + label {
3412
- text-align: center;
3413
- width: 100%;
3414
- color: var(--neutral-neutral-1);
3415
- font-weight: bold;
3416
- padding: 10px;
3417
- }
3418
- .e-radio.--tabs input:hover:not(:checked) + label {
3419
- width: 100%;
3420
- }
3421
- }
3422
- @media (min-width: 575px) {
3423
- .e-radio.--tabs:not(.--icons) .e-radio__inner {
3424
- display: flex;
3425
- flex-flow: row nowrap;
3426
- margin-bottom: 2rem;
3427
- width: 10rem;
3428
- margin-top: 1rem;
3429
- border: 1px solid var(--neutral-neutral-3);
3430
- background: var(--neutral-neutral-6);
3431
- border-radius: 4px;
3432
- transition: all 0.3s ease;
3433
- }
3434
- .e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label {
3435
- width: 100%;
3436
- display: flex;
3437
- border-right: 1px solid var(--neutral-neutral-3);
3438
- border-top-left-radius: 4px;
3439
- border-bottom-left-radius: 4px;
3440
- }
3441
- .e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label:last-child {
3442
- border-right: none;
3443
- }
3444
- .e-radio.--tabs:not(.--icons) input {
3445
- position: absolute;
3446
- left: -9999px;
3447
- }
3448
- .e-radio.--tabs:not(.--icons) input + label {
3449
- cursor: pointer;
3450
- font-size: 14px;
3451
- transition: all 0.3s ease;
3452
- }
3453
- .e-radio.--tabs:not(.--icons) input + label:hover {
3454
- background: var(--neutral-neutral-4);
3455
- }
3456
- .e-radio.--tabs:not(.--icons) input:checked + label {
3457
- font-weight: bold;
3458
- color: var(--others-white);
3459
- width: 100%;
3460
- cursor: pointer;
3461
- transition: all 0.3s ease;
3462
- background-color: var(--primary-main);
3463
- text-align: center;
3464
- padding: 10px;
3465
- }
3466
- .e-radio.--tabs:not(.--icons) input:checked + label:hover {
3467
- background-color: var(--primary-main);
3468
- }
3469
- .e-radio.--tabs:not(.--icons) input:not(:checked) + label {
3470
- text-align: center;
3471
- width: 100%;
3472
- color: var(--neutral-neutral-1);
3473
- font-weight: bold;
3474
- padding: 10px;
3475
- }
3476
- .e-radio.--tabs:not(.--icons) input:hover:not(:checked) + label {
3477
- width: 100%;
3478
- }
3479
- }
3480
- .e-radio.--icons .radio-icon {
3481
- display: none;
3482
- }
3483
- @media (min-width: 575px) {
3484
- .e-radio.--icons .e-radio__inner {
3485
- display: flex;
3486
- flex-flow: row wrap;
3487
- margin-top: 1.5rem;
3488
- }
3489
- .e-radio.--icons .radio-item-container {
3490
- display: flex;
3491
- width: 47%;
3492
- border: 1px solid black;
3493
- min-width: 80px;
3494
- min-height: 3.5rem;
3495
- margin-bottom: 0.5rem;
3496
- border-radius: 4px;
3497
- border-color: var(--neutral-neutral-4);
3498
- cursor: pointer;
3499
- }
3500
- .e-radio.--icons .radio-item-container:not(:nth-child(2n+0)) {
3501
- margin-right: 0.5rem;
3502
- }
3503
- .e-radio.--icons .radio-item-input {
3504
- position: absolute;
3505
- visibility: hidden;
3506
- }
3507
- .e-radio.--icons .radio-item-container.active {
3508
- border: 2px solid var(--primary-main-dark-1);
3509
- background-color: var(--neutral-neutral-5);
3510
- }
3511
- .e-radio.--icons .radio-item-container:hover {
3512
- background-color: var(--neutral-neutral-5);
3513
- font-weight: bold;
3514
- }
3515
- .e-radio.--icons .e-radio-label {
3516
- display: flex;
3517
- align-items: center;
3518
- padding: 0.25rem 1rem;
3519
- width: 100%;
3520
- }
3521
- .e-radio.--icons .radio-icon {
3522
- display: block;
3523
- margin-right: 1rem;
3524
- }
3525
- }
3526
- .e-radio.--is-invalid.--regular input + label:before,
3527
- .e-radio.--group-invalid.--regular input + label:before {
3528
- border-color: var(--error-main);
3529
- }
3530
- .e-radio.--is-invalid.--tabs .e-radio__inner,
3531
- .e-radio.--is-invalid.--group-invalid .e-radio__inner,
3532
- .e-radio.--group-invalid.--tabs .e-radio__inner,
3533
- .e-radio.--group-invalid.--group-invalid .e-radio__inner {
3534
- border: 1px solid var(--error-main);
3535
- }
3536
- .e-radio.--is-invalid.--tabs .e-radio__inner label label,
3537
- .e-radio.--is-invalid.--group-invalid .e-radio__inner label label,
3538
- .e-radio.--group-invalid.--tabs .e-radio__inner label label,
3539
- .e-radio.--group-invalid.--group-invalid .e-radio__inner label label {
3540
- border-right: 1px solid var(--error-main);
3541
- }
3542
- .e-radio.--is-invalid.--tabs .e-radio__inner label:last-child label,
3543
- .e-radio.--is-invalid.--group-invalid .e-radio__inner label:last-child label,
3544
- .e-radio.--group-invalid.--tabs .e-radio__inner label:last-child label,
3545
- .e-radio.--group-invalid.--group-invalid .e-radio__inner label:last-child label {
3546
- border-right: none;
3547
- }
3548
- .radio-group__label {
3549
- color: var(--neutral-neutral-1);
3550
- }
3551
- .e-radio.radio--small.--tabs input + label {
3552
- font-size: 0.875rem;
3553
- padding: 0.75rem;
3554
- }
3555
- .e-radio.radio--small.--tabs .e-radio__inner {
3556
- margin-top: 0;
3557
- margin-bottom: 0;
3558
- }
3559
- .e-radio.radio--narrow.--regular .e-radio__inner {
3560
- margin-top: 0.5rem;
3561
- }
3562
- .e-radio.--regular.radio--regular--bare .e-radio__inner {
3563
- display: inline-block;
3564
- margin-right: auto;
3565
- text-align: left;
3566
- width: auto;
3567
- }
3568
- .e-radio.--regular.radio--regular--bare .e-radio-label,
3569
- .e-radio.--regular.radio--regular--bare .e-radio-label__label {
3570
- display: block;
3571
- margin-bottom: 0.75rem;
3572
- }
3573
- .e-removeButton {
3574
- display: inline-block;
3575
- }
3576
- .e-removeButton__inner {
3577
- display: inline-block;
3578
- margin-top: 1rem;
3579
- color: var(--error-main);
3580
- border-radius: 4px;
3581
- transition: all 0.3s ease;
3582
- }
3583
- .e-removeButton__inner label {
3584
- display: flex;
3585
- flex-basis: 100%;
3586
- align-items: center;
3587
- position: relative;
3588
- border: 1px solid var(--error-main);
3589
- border-radius: 4px;
3590
- cursor: pointer;
3591
- padding: 0.75rem 1rem;
3592
- }
3593
- .e-removeButton__inner:hover {
3594
- background-color: var(--error-error-3);
3595
- }
3596
- .e-removeButton input {
3597
- position: absolute;
3598
- left: -9999px;
3599
- }
3600
- .e-removeButton input:checked + label {
3601
- border-radius: 4px;
3602
- }
3603
- .e-removeButton input + label {
3604
- font-weight: bold;
3605
- }
3606
- .review-key-facts-result__review {
3607
- display: flex;
3608
- justify-content: start;
3609
- align-items: center;
3610
- gap: 1rem;
3611
- border-radius: 4px;
3612
- background: var(--others-white);
3613
- }
3614
- .review-key-facts-result__review__question {
3615
- color: var(--neutral-neutral-1);
3616
- font-size: 0.75rem;
3617
- }
3618
- @media (min-width: 575px) {
3619
- .review-key-facts-result__review__question {
3620
- font-size: 0.875rem;
3621
- }
3622
- }
3623
- .review-key-facts-result__review__buttons {
3624
- display: flex;
3625
- justify-content: center;
3626
- align-items: center;
3627
- gap: 0.5rem;
3628
- }
3629
- .review-key-facts-result__review__buttons__item {
3630
- display: flex;
3631
- padding: 0.25rem 0.5rem;
3632
- justify-content: center;
3633
- align-items: center;
3634
- gap: 0.25rem;
3635
- flex: 1 0 0;
3636
- border: none;
3637
- border-radius: 4px;
3638
- background: var(--neutral-neutral-6);
3639
- cursor: pointer;
3640
- }
3641
- .review-key-facts-result__review__buttons__item__icon {
3642
- width: 14px;
3643
- }
3644
- .review-key-facts-result__review__buttons__item .positive {
3645
- color: var(--primary-main);
3646
- }
3647
- .review-key-facts-result__review__buttons__item .negative {
3648
- color: var(--error-main);
3649
- }
3650
- .rich-text > p {
3651
- margin-bottom: 1rem;
3652
- }
3653
- .rich-text p > a {
3654
- text-decoration: underline;
3655
- }
3656
- .rich-text p + h1,
3657
- .rich-text p + h2,
3658
- .rich-text p + h3,
3659
- .rich-text p + h4,
3660
- .rich-text p + h5,
3661
- .rich-text p + h6 {
3662
- margin-top: 2.5rem;
3663
- }
3664
- .rich-text ul + p,
3665
- .rich-text ol + p,
3666
- .rich-text ul + h1,
3667
- .rich-text ul + h2,
3668
- .rich-text ul + h3,
3669
- .rich-text ul + h4,
3670
- .rich-text ul + h5,
3671
- .rich-text ul + h6 {
3672
- margin-top: 2rem;
3673
- }
3674
- .rich-text .scroll-top-anchor {
3675
- cursor: pointer;
3676
- }
3677
- .richt-text-strapi ul li,
3678
- .richt-text-strapi ol li {
3679
- margin-bottom: 1rem;
3680
- }
3681
- .e-searchselect {
3682
- display: flex;
3683
- flex-direction: column-reverse;
3684
- margin-bottom: 2rem;
3685
- position: relative;
3686
- width: 100%;
3687
- }
3688
- @media (min-width: 960px) {
3689
- .e-searchselect {
3690
- max-width: 50%;
3691
- }
3692
- }
3693
- .e-searchselect--error {
3694
- display: none;
3695
- }
3696
- .e-searchselect__inner {
3697
- margin-bottom: 0.5rem;
3698
- }
3699
- .e-searchselect__inner label {
3700
- font-weight: bold;
3701
- }
3702
- .e-searchselect .css-1wy0on6 div:not(:last-child):first-child {
3703
- display: none;
3704
- }
3705
- .e-searchselect .css-1hb7zxy-IndicatorsContainer div:nth-child(1) {
3706
- display: none;
3707
- }
3708
- .e-searchselect .css-1gtu0rj-indicatorContainer {
3709
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNjMuMSAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT41N0NBNzNCRi02MUNDLTQ2RkYtOEE5Qi1DMzMzRTQxQUZDMzA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTE1LjA2LDE2LjI5NSBMMTYsMTcuMjM1IEwxMiwyMS4yMzUgTDgsMTcuMjM1IEw4Ljk0LDE2LjI5NSBMMTIsMTkuMzQ4MzMzMyBMMTUuMDYsMTYuMjk1IFogTTEyLDIuMjk1IEwxNiw2LjI5NSBMMTUuMDYsNy4yMzUgTDEyLDQuMTgxNjY2NjcgTDguOTQsNy4yMzUgTDgsNi4yOTUgTDEyLDIuMjk1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJVSS1TdHlsZS1HdWlkZS0tLUxEIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktU3R5bGUtR3VpZGUtLS1MYXdEaXN0cmljdC0wMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MS4wMDAwMDAsIC05NjYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uL2V4cGFuZF9kcm9wZG93bl8yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTMuMDAwMDAwLCA5NjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iQm91bmQiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvciIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMUUyMDIxIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
3710
- background-repeat: no-repeat;
3711
- background-position: center center;
3712
- height: 30px;
3713
- width: 30px;
3714
- }
3715
- .e-searchselect .css-1gtu0rj-indicatorContainer svg {
3716
- display: none;
3717
- }
3718
- .e-searchselect .css-1gtu0rj-indicatorContainer:not(:last-child):first-child {
3719
- display: none;
3720
- }
3721
- .e-searchselect .css-tlfecz-indicatorContainer {
3722
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNjMuMSAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT41N0NBNzNCRi02MUNDLTQ2RkYtOEE5Qi1DMzMzRTQxQUZDMzA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTE1LjA2LDE2LjI5NSBMMTYsMTcuMjM1IEwxMiwyMS4yMzUgTDgsMTcuMjM1IEw4Ljk0LDE2LjI5NSBMMTIsMTkuMzQ4MzMzMyBMMTUuMDYsMTYuMjk1IFogTTEyLDIuMjk1IEwxNiw2LjI5NSBMMTUuMDYsNy4yMzUgTDEyLDQuMTgxNjY2NjcgTDguOTQsNy4yMzUgTDgsNi4yOTUgTDEyLDIuMjk1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJVSS1TdHlsZS1HdWlkZS0tLUxEIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktU3R5bGUtR3VpZGUtLS1MYXdEaXN0cmljdC0wMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MS4wMDAwMDAsIC05NjYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uL2V4cGFuZF9kcm9wZG93bl8yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTMuMDAwMDAwLCA5NjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iQm91bmQiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvciIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMUUyMDIxIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
3723
- background-repeat: no-repeat;
3724
- background-position: center center;
3725
- height: 30px;
3726
- width: 30px;
3727
- }
3728
- .e-searchselect .css-tlfecz-indicatorContainer svg {
3729
- display: none;
3730
- }
3731
- .e-searchselect .css-1u9des2-indicatorSeparator {
3732
- display: none;
3733
- }
3734
- .e-searchselect .legal-selector {
3735
- display: flex;
3736
- flex-direction: column-reverse;
3737
- margin-bottom: 1rem;
3738
- position: relative;
3739
- border-radius: 4px;
3740
- transition: box-shadow 0.3s ease;
3741
- box-shadow: 0 0 0 1px var(--neutral-neutral-3);
3742
- background-color: var(--neutral-neutral-5);
3743
- }
3744
- .e-searchselect .legal-selector .css-1hwfws3 {
3745
- height: 40px;
3746
- }
3747
- .e-searchselect .legal-selector .css-yk16xz-control {
3748
- background-color: var(--neutral-neutral-6);
3749
- border: none;
3750
- }
3751
- .e-searchselect .legal-selector .css-1pahdxg-control {
3752
- outline: none;
3753
- border: none;
3754
- background-color: var(--neutral-neutral-6);
3755
- box-shadow: 0 0 0 2px var(--primary-main);
3756
- }
3757
- .e-searchselect .legal-selector .css-1wa3eu0-placeholder {
3758
- font-size: 0.875rem;
3759
- color: var(--neutral-neutral-2);
3760
- }
3761
- .e-searchselect .legal-selector .css-26l3qy-menu {
3762
- border-radius: 4px;
3763
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
3764
- font-size: 0.875rem;
3765
- }
3766
- .e-searchselect .legal-selector .css-9gakcf-option {
3767
- background-color: var(--neutral-neutral-6);
3768
- color: var(--neutral-neutral-1);
3769
- }
3770
- .e-searchselect .legal-selector .css-1uccc91-singleValue {
3771
- font-size: 0.875rem;
3772
- transition: all 0.3s ease;
3773
- }
3774
- .e-searchselect .legal-selector .css-b8ldur-Input {
3775
- font-size: 0.875rem;
3776
- }
3777
- .e-searchselect .legal-selector .css-1n7v3ny-option {
3778
- background-color: transparent;
3779
- }
3780
- .e-searchselect .legal-selector .css-1n7v3ny-option:hover {
3781
- background-color: var(--neutral-neutral-4);
3782
- }
3783
- .e-searchselect .legal-selector:hover {
3784
- box-shadow: 0 0 0 1px var(--neutral-neutral-2);
3785
- }
3786
- .e-searchselect .legal-selector:active,
3787
- .e-searchselect .legal-selector:focus {
3788
- outline: none;
3789
- }
3790
- .e-searchselect.--group-invalid .legal-selector {
3791
- box-shadow: 0 0 0 1px var(--error-main);
3792
- }
3793
- .e-searchselect.--group-invalid .css-yk16xz-control {
3794
- background-color: var(--error-error-3);
3795
- }
3796
- .e-searchselect.--is-invalid .e-searchselect--error {
3797
- display: flex;
3798
- align-content: center;
3799
- position: absolute;
3800
- bottom: 0;
3801
- margin-top: 0.5rem;
3802
- color: var(--error-main);
3803
- }
3804
- .e-searchselect.--is-invalid .e-searchselect--error img {
3805
- max-width: 20px;
3806
- margin-right: 0.25rem;
3807
- }
3808
- .e-searchselect.--is-invalid .legal-selector {
3809
- box-shadow: 0 0 0 1px var(--error-main);
3810
- }
3811
- .e-searchselect.--is-invalid .css-yk16xz-control {
3812
- background-color: var(--error-error-3);
3813
- }
3814
- .searchselect__label {
3815
- color: var(--neutral-neutral-1);
3816
- }
3817
- .searchselect--fullwidth {
3818
- max-width: 100%;
3819
- }
3820
- .search-select--bare {
3821
- margin-bottom: 0;
3822
- }
3823
- .search-select--bare .legal-selector,
3824
- .search-select--bare .e-searchselect__inner {
3825
- margin-bottom: 0;
3826
- }
3827
- .search-select--bare .legal-selector,
3828
- .search-select--bare .css-1pahdxg-control,
3829
- .search-select--bare .css-yk16xz-control {
3830
- min-height: 42px;
3831
- }
3832
- .search-select--bare .legal-selector {
3833
- margin-bottom: 0;
3834
- }
3835
- .search-select--small {
3836
- width: 5.5rem;
3837
- }
3838
- @media (min-width: 960px) {
3839
- .search-select--small {
3840
- max-width: 100%;
3841
- }
3842
- }
3843
- .mobile-select-container {
3844
- display: flex;
3845
- flex-direction: row;
3846
- align-items: flex-start;
3847
- gap: 1.25rem;
3848
- }
3849
- .width {
3850
- width: 85%;
3851
- }
3852
- @media (min-width: 575px) {
3853
- .width {
3854
- width: 60%;
3855
- }
3856
- }
3857
- .show-more-box {
3858
- display: flex;
3859
- padding: 1rem;
3860
- flex-direction: column;
3861
- gap: 1rem;
3862
- border-radius: 4px;
3863
- background: var(--neutral-neutral-5);
3864
- }
3865
- .show-more-box .content {
3866
- color: var(--neutral-neutral-1);
3867
- font-size: 12px;
3868
- line-height: 16px;
3869
- letter-spacing: -0.3px;
3870
- }
3871
- .show-more-box .content.truncate {
3872
- display: -webkit-box;
3873
- -webkit-line-clamp: 4;
3874
- -webkit-box-orient: vertical;
3875
- overflow: hidden;
3876
- }
3877
- .show-more-box .button {
3878
- display: flex;
3879
- align-items: center;
3880
- align-self: stretch;
3881
- cursor: pointer;
3882
- }
3883
- .show-more-box .button div {
3884
- color: var(--primary-main-light-1);
3885
- font-size: 14px;
3886
- line-height: 18px;
3887
- letter-spacing: -0.3px;
3888
- }
3889
- .show-more-box .button svg {
3890
- width: 20px;
3891
- height: 20px;
3892
- }
3893
- .show-more-box .button svg path {
3894
- fill: var(--primary-main-light-1);
3895
- }
3896
- .sidemenu-tab {
3897
- padding: 1rem 0.5rem;
3898
- color: var(--neutral-neutral-3);
3899
- background-color: transparent;
3900
- border: none;
3901
- outline: none;
3902
- width: 100%;
3903
- position: relative;
3904
- cursor: pointer;
3905
- }
3906
- .sidemenu-tab svg {
3907
- margin-right: 1rem;
3908
- }
3909
- .sidemenu-tab svg g g {
3910
- fill: var(--neutral-neutral-3);
3911
- }
3912
- .sidemenu-tab--active {
3913
- border-left: 2px solid var(--primary-main-light-3);
3914
- color: var(--primary-main-light-3);
3915
- background-color: var(--primary-main-dark-1);
3916
- }
3917
- .sidemenu-tab--active p {
3918
- font-weight: bold;
3919
- }
3920
- .sidemenu-tab--active svg g g {
3921
- fill: var(--primary-main-light-3);
3922
- }
3923
- .sidemenu-tab__inner {
3924
- display: flex;
3925
- flex-direction: row;
3926
- align-items: center;
3927
- }
3928
- .sidemenu-tab--mobile {
3929
- background-color: transparent;
3930
- border: none;
3931
- outline: none;
3932
- width: 100%;
3933
- padding: 0;
3934
- position: relative;
3935
- }
3936
- .sidemenu-tab--mobile .sans-serif.--medium {
3937
- font-size: 0.75rem;
3938
- }
3939
- .sidemenu-tab--mobile:hover {
3940
- cursor: pointer;
3941
- }
3942
- .sidemenu-tab--mobile.sidemenu-tab--active {
3943
- color: var(--primary-main-light-1);
3944
- background-color: var(--primary-main-light-5);
3945
- }
3946
- .sidemenu-tab--mobile.sidemenu-tab--active .sidemenu-tab__inner p {
3947
- font-weight: bold;
3948
- }
3949
- .sidemenu-tab--mobile.sidemenu-tab--active .sidemenu-tab__inner svg g g {
3950
- fill: var(--primary-main-light-1);
3951
- }
3952
- .sidemenu-tab--mobile.sidemenu-tab--active .sidemenu-tab__inner svg g g use {
3953
- fill: var(--primary-main-light-1);
3954
- }
3955
- .sidemenu-tab--mobile .sidemenu-tab__inner {
3956
- display: flex;
3957
- flex-direction: column;
3958
- align-items: center;
3959
- }
3960
- .sidemenu-tab--mobile svg {
3961
- margin-right: 0;
3962
- width: 16px;
3963
- }
3964
- .sidemenu-tab--mobile svg g g use {
3965
- fill: var(--neutral-neutral-2);
3966
- }
3967
- .tippy-box {
3968
- background-color: var(--others-white);
3969
- border-radius: 4px;
3970
- font-size: 16px;
3971
- line-height: 1.4;
3972
- white-space: normal;
3973
- outline: 0;
3974
- transition: all 0.3s ease;
3975
- box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(var(--primary-main-dark-1-rgb), 0.2);
3976
- z-index: 1000;
3977
- color: inherit;
3978
- cursor: pointer;
3979
- }
3980
- .tippy-box--inverted {
3981
- background-color: var(--neutral-neutral-1);
3982
- color: var(--others-white);
3983
- border-radius: 0.3rem;
3984
- font-size: 12px;
3985
- box-shadow: none;
3986
- }
3987
- .tippy-box--inverted .tippy-content {
3988
- padding: 0.75rem;
3989
- white-space: pre-line;
3990
- }
3991
- .tippy-box--inverted .tippy-arrow {
3992
- color: var(--neutral-neutral-1);
3993
- }
3994
- .tippy-box .tooltip__button {
3995
- align-items: center;
3996
- display: inline-flex;
3997
- flex-direction: row;
3998
- white-space: nowrap;
3999
- }
4000
- .tippy-box .tooltip__button:hover {
4001
- cursor: pointer;
4002
- }
4003
- .tippy-box .tooltip__button > svg,
4004
- .tippy-box .tooltip__button > img {
4005
- width: 1.5rem;
4006
- margin-right: 0.5rem;
4007
- }
4008
- .tippy-box .tooltip__button > svg g g {
4009
- fill: var(--neutral-neutral-1);
4010
- }
4011
- .tippy-content {
4012
- padding: 0.5rem;
4013
- }
4014
- .tippy-arrow {
4015
- color: var(--others-white);
4016
- }
4017
- .e-spinner {
4018
- animation: rotate 2s linear infinite;
4019
- width: 24px;
4020
- height: 24px;
4021
- }
4022
- .e-spinner path {
4023
- fill: var(--others-white);
4024
- stroke-linecap: round;
4025
- stroke-dasharray: 15, 150;
4026
- }
4027
- .e-spinner.big {
4028
- width: 70px;
4029
- height: 70px;
4030
- }
4031
- .spinner--neutral path {
4032
- fill: var(--neutral-neutral-2);
4033
- }
4034
- .spinner--primary path {
4035
- fill: var(--primary-main);
4036
- }
4037
- .step-ratafia-card {
4038
- display: flex;
4039
- padding: 1.5rem;
4040
- flex-direction: column;
4041
- align-items: flex-start;
4042
- gap: 0.5rem;
4043
- align-self: stretch;
4044
- border-radius: 4px;
4045
- background: var(--neutral-neutral-6);
4046
- }
4047
- .step-ratafia-card__title {
4048
- display: flex;
4049
- align-items: center;
4050
- gap: 0.5rem;
4051
- align-self: stretch;
4052
- color: var(--neutral-neutral-1);
4053
- }
4054
- .step-ratafia-card__title__icon {
4055
- width: 20px;
4056
- height: 20px;
4057
- }
4058
- .tag {
4059
- align-items: center;
4060
- background: var(--secondary-main-light-4);
4061
- border-radius: 4px;
4062
- display: flex;
4063
- gap: 4px;
4064
- justify-content: center;
4065
- padding: 4px;
4066
- width: fit-content;
4067
- }
4068
- .tag .icon {
4069
- display: flex;
4070
- }
4071
- .tag .icon .icon-svg-with-theme-color {
4072
- background-color: var(--secondary-main-dark-2);
4073
- }
4074
- .tag .text {
4075
- color: var(--neutral-neutral-1);
4076
- font-size: 12px;
4077
- font-weight: 700;
4078
- line-height: 16px;
4079
- }
4080
- .tagline {
4081
- margin-bottom: 1rem;
4082
- }
4083
- .tagline__text {
4084
- border-bottom: solid 1px var(--neutral-neutral-3);
4085
- color: var(--neutral-neutral-2);
4086
- display: inline-block;
4087
- font-family: "Inter", sans-serif;
4088
- font-weight: bold;
4089
- letter-spacing: 0;
4090
- padding-bottom: 0.5rem;
4091
- text-transform: uppercase;
4092
- }
4093
- .tag-ratafia-item {
4094
- background: var(--primary-main-light-6);
4095
- border-radius: 4px;
4096
- display: flex;
4097
- justify-content: center;
4098
- align-items: center;
4099
- gap: 0.25rem;
4100
- padding: 0.25rem 0.5rem;
4101
- }
4102
- .tag-ratafia-item__icon {
4103
- height: 16px;
4104
- width: 16px;
4105
- }
4106
- .tag-ratafia-item__description {
4107
- color: var(--primary-main-dark-2);
4108
- }
4109
- .e-textarea {
4110
- display: flex;
4111
- flex-direction: column-reverse;
4112
- }
4113
- .e-textarea textarea {
4114
- color: var(--neutral-neutral-2);
4115
- background-color: var(--neutral-neutral-6);
4116
- border-radius: 4px;
4117
- padding: 0.75rem 0 0.75rem 0.75rem;
4118
- font-size: 0.875rem;
4119
- height: 10rem;
4120
- border: none;
4121
- text-overflow: ellipsis;
4122
- transition: box-shadow 0.3s ease;
4123
- box-shadow: 0 0 0 1px var(--neutral-neutral-3);
4124
- margin: 0.0005em;
4125
- outline: none;
4126
- resize: vertical;
4127
- }
4128
- .e-textarea textarea::placeholder {
4129
- color: var(--neutral-neutral-2);
4130
- }
4131
- .e-textarea textarea:-ms-input-placeholder {
4132
- color: var(--neutral-neutral-2);
4133
- }
4134
- .e-textarea textarea::-ms-input-placeholder {
4135
- color: var(--neutral-neutral-2);
4136
- }
4137
- .e-textarea textarea:hover {
4138
- box-shadow: 0 0 0 1px var(--neutral-neutral-2);
4139
- }
4140
- .e-textarea textarea:active,
4141
- .e-textarea textarea:focus {
4142
- box-shadow: 0 0 0 2px var(--primary-main);
4143
- outline: none;
4144
- }
4145
- .e-textarea.--group-invalid input {
4146
- box-shadow: 0 0 0 2px var(--error-main);
4147
- background-color: var(--error-error-3);
4148
- }
4149
- .e-textarea.--group-invalid input:active,
4150
- .e-textarea.--group-invalid input:focus {
4151
- box-shadow: 0 0 0 2px var(--primary-main);
4152
- outline: none;
4153
- background-color: var(--neutral-neutral-6);
4154
- }
4155
- .e-textarea.--is-invalid .e-text--error {
4156
- display: flex;
4157
- align-content: center;
4158
- bottom: -1.5rem;
4159
- margin-top: 0.5rem;
4160
- color: var(--error-main);
4161
- }
4162
- .e-textarea.--is-invalid .e-text--error img {
4163
- max-width: 20px;
4164
- margin-right: 0.25rem;
4165
- }
4166
- .e-textarea.--is-invalid textarea {
4167
- box-shadow: 0 0 0 2px var(--error-main);
4168
- background-color: var(--error-error-3);
4169
- }
4170
- .e-textarea.--is-invalid textarea:active,
4171
- .e-textarea.--is-invalid textarea:focus {
4172
- box-shadow: 0 0 0 2px var(--primary-main);
4173
- outline: none;
4174
- background-color: var(--neutral-neutral-6);
4175
- }
4176
- .e-textarea .input-icon {
4177
- position: absolute;
4178
- transform: translate(-15%, -65%);
4179
- right: 0;
4180
- bottom: 0;
4181
- }
4182
- .e-textarea__inner {
4183
- margin-bottom: 0;
4184
- }
4185
- .e-textarea .inputLabel {
4186
- font-weight: bold;
4187
- }
4188
- .e-textarea .tooltip-form {
4189
- margin-top: 0;
4190
- }
4191
- .e-toggle {
4192
- display: flex;
4193
- align-items: center;
4194
- color: var(--others-black);
4195
- }
4196
- .e-toggle .switch {
4197
- position: relative;
4198
- display: inline-block;
4199
- width: 60px;
4200
- height: 34px;
4201
- outline: none;
4202
- }
4203
- .e-toggle .switch input {
4204
- position: absolute;
4205
- top: -99999px;
4206
- left: -99999px;
4207
- }
4208
- .e-toggle .slider {
4209
- position: absolute;
4210
- cursor: pointer;
4211
- top: 0;
4212
- left: 0;
4213
- right: 0;
4214
- bottom: 0;
4215
- background-color: #ccc;
4216
- -webkit-transition: 0.4s;
4217
- transition: 0.4s;
4218
- border-radius: 34px;
4219
- }
4220
- .e-toggle .slider:before {
4221
- position: absolute;
4222
- content: "";
4223
- height: 26px;
4224
- width: 26px;
4225
- left: 4px;
4226
- bottom: 4px;
4227
- background-color: var(--others-white);
4228
- transition: 0.4s;
4229
- border-radius: 50%;
4230
- }
4231
- .e-toggle input:checked + .slider {
4232
- background-color: green;
4233
- }
4234
- .e-toggle input:focus + .slider {
4235
- box-shadow: 0 0 1px green;
4236
- }
4237
- .e-toggle input:checked + .slider:before {
4238
- transform: translateX(26px);
4239
- }
4240
- .top-bar-wrapper {
4241
- display: none;
4242
- height: 35px;
4243
- overflow: hidden;
4244
- transition: all 0.6s ease;
4245
- }
4246
- .top-bar-wrapper.--is-hidden {
4247
- height: 0;
1838
+ opacity: 0;
1839
+ transform: scale(0);
1840
+ color: var(--others-white);
1841
+ transition: all 0.1s;
1842
+ content: "";
1843
+ bottom: 0.5rem;
1844
+ border-radius: 50%;
1845
+ }
4248
1846
  }
4249
- @media (min-width: 720px) {
4250
- .top-bar-wrapper {
1847
+ @media (min-width: 575px) {
1848
+ .e-radio.--regular:not(.--icons) .e-radio__inner {
1849
+ display: flex;
1850
+ flex-flow: row wrap;
1851
+ width: 100%;
1852
+ margin-left: 1.5rem;
1853
+ margin-top: 2rem;
1854
+ margin-bottom: 1rem;
1855
+ }
1856
+ .e-radio.--regular:not(.--icons) .e-radio__inner label {
1857
+ margin-bottom: 0.25rem;
1858
+ flex-basis: 100%;
1859
+ display: flex;
1860
+ align-items: center;
1861
+ color: var(--neutral-main);
1862
+ font-size: 16px;
1863
+ position: relative;
1864
+ cursor: pointer;
1865
+ width: 100%;
1866
+ }
1867
+ .e-radio.--regular:not(.--icons) input {
1868
+ position: absolute;
1869
+ left: -9999px;
1870
+ }
1871
+ .e-radio.--regular:not(.--icons) input:not(:checked):hover + label:before {
1872
+ background-color: var(--primary-main-light-5);
1873
+ }
1874
+ .e-radio.--regular:not(.--icons) input:checked:hover + label:before {
1875
+ background-color: var(--primary-main);
1876
+ }
1877
+ .e-radio.--regular:not(.--icons) input:checked + label {
1878
+ color: var(--primary-main);
1879
+ text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main);
1880
+ }
1881
+ .e-radio.--regular:not(.--icons) input:checked + label:before {
1882
+ content: "";
1883
+ position: absolute;
1884
+ top: 2px;
1885
+ left: -23px;
1886
+ height: 1.25rem;
1887
+ width: 1.25rem;
1888
+ background-color: var(--primary-main);
1889
+ border: 1px solid var(--primary-main);
1890
+ border-radius: 50%;
1891
+ box-sizing: border-box;
1892
+ }
1893
+ .e-radio.--regular:not(.--icons) input:checked + label:after {
1894
+ content: "";
1895
+ position: absolute;
1896
+ top: 0.5rem;
1897
+ left: -17px;
4251
1898
  display: block;
1899
+ height: 0.5rem;
1900
+ width: 0.5rem;
1901
+ background: currentColor;
1902
+ border-radius: 50%;
1903
+ opacity: 1;
1904
+ transform: scale(1);
1905
+ color: #fff;
1906
+ transition: all 0.1s;
4252
1907
  }
4253
- }
4254
- @media (max-width: 575px) {
4255
- .top-bar-wrapper {
1908
+ .e-radio.--regular:not(.--icons) input + label {
1909
+ cursor: pointer;
1910
+ font-size: 16px;
1911
+ }
1912
+ .e-radio.--regular:not(.--icons) input + label:before {
1913
+ content: "";
1914
+ position: absolute;
1915
+ left: -23px;
1916
+ top: 2px;
1917
+ height: 1.25rem;
1918
+ width: 1.25rem;
1919
+ border-radius: 50%;
1920
+ background-color: transparent;
1921
+ border: 1px solid var(--neutral-main);
1922
+ box-sizing: border-box;
1923
+ }
1924
+ .e-radio.--regular:not(.--icons) input + label:after {
1925
+ position: absolute;
1926
+ top: 0.5rem;
1927
+ left: -17px;
4256
1928
  display: block;
1929
+ height: 0.5rem;
1930
+ width: 0.5rem;
1931
+ opacity: 0;
1932
+ transform: scale(0);
1933
+ color: var(--others-white);
1934
+ transition: all 0.1s;
1935
+ content: "";
1936
+ bottom: 0.5rem;
1937
+ border-radius: 50%;
4257
1938
  }
4258
1939
  }
4259
- .top-bar-wrapper .top-bar {
4260
- display: flex;
4261
- background-color: var(--neutral-neutral-6);
4262
- font-size: 0.9rem;
4263
- letter-spacing: -0.3px;
4264
- width: 100%;
4265
- height: 100%;
4266
- justify-content: center;
4267
- align-items: flex-end;
4268
- border: 1px solid var(--neutral-neutral-4);
4269
- }
4270
1940
  @media (max-width: 575px) {
4271
- .top-bar-wrapper .top-bar {
4272
- align-items: center;
1941
+ .e-radio.--tabs .e-radio__inner {
1942
+ display: flex;
1943
+ flex-flow: row nowrap;
1944
+ margin-bottom: 2rem;
1945
+ width: 10rem;
1946
+ margin-top: 1rem;
1947
+ border: 1px solid var(--neutral-neutral-3);
1948
+ background: var(--neutral-neutral-6);
1949
+ border-radius: var(--global-border-radius);
1950
+ transition: all 0.3s ease;
4273
1951
  }
4274
- }
4275
- .top-bar-wrapper .top-bar-content {
4276
- margin: 0 1rem 5px;
4277
- }
4278
- @media (max-width: 575px) {
4279
- .top-bar-wrapper .top-bar-content {
4280
- margin: 0;
1952
+ .e-radio.--tabs .e-radio__inner .e-radio-label {
1953
+ width: 100%;
1954
+ display: flex;
1955
+ border-right: 1px solid var(--neutral-neutral-3);
1956
+ border-top-left-radius: var(--global-border-radius);
1957
+ border-bottom-left-radius: var(--global-border-radius);
1958
+ }
1959
+ .e-radio.--tabs .e-radio__inner .e-radio-label:last-child {
1960
+ border-right: none;
1961
+ }
1962
+ .e-radio.--tabs input {
1963
+ position: absolute;
1964
+ left: -9999px;
1965
+ }
1966
+ .e-radio.--tabs input + label {
1967
+ cursor: pointer;
1968
+ font-size: 14px;
1969
+ transition: all 0.3s ease;
1970
+ }
1971
+ .e-radio.--tabs input + label:hover {
1972
+ background: var(--neutral-neutral-4);
1973
+ }
1974
+ .e-radio.--tabs input:checked + label {
1975
+ font-weight: bold;
1976
+ color: var(--others-white);
1977
+ width: 100%;
1978
+ cursor: pointer;
1979
+ transition: all 0.3s ease;
1980
+ background-color: var(--primary-main);
1981
+ text-align: center;
1982
+ padding: 10px;
1983
+ }
1984
+ .e-radio.--tabs input:checked + label:hover {
1985
+ background-color: var(--primary-main);
1986
+ }
1987
+ .e-radio.--tabs input:not(:checked) + label {
1988
+ text-align: center;
1989
+ width: 100%;
1990
+ color: var(--neutral-neutral-1);
1991
+ font-weight: bold;
1992
+ padding: 10px;
1993
+ }
1994
+ .e-radio.--tabs input:hover:not(:checked) + label {
1995
+ width: 100%;
4281
1996
  }
4282
1997
  }
4283
- .top-bar-wrapper .top-bar-content svg,
4284
- .top-bar-wrapper .top-bar-content img {
4285
- vertical-align: middle;
4286
- }
4287
- .top-bar-wrapper .top-bar-content img {
4288
- margin-right: 8px;
4289
- display: inherit;
4290
- }
4291
- .top-bar-mobile {
4292
- background-color: var(--neutral-neutral-5);
4293
- display: flex;
4294
- padding: 8px 16px;
4295
- justify-content: space-between;
4296
- align-items: center;
4297
- border-radius: 4px;
4298
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
4299
- font-size: 14px;
4300
- line-height: 18px;
4301
- letter-spacing: -0.3px;
4302
- position: fixed;
4303
- top: 8px;
4304
- left: 8px;
4305
- right: 8px;
4306
- }
4307
- .top-bar-mobile.fade-In {
4308
- visibility: visible;
4309
- opacity: 1;
4310
- transition: visibility 0s linear 0s, opacity 300ms;
4311
- }
4312
- .top-bar-mobile.fade-Out {
4313
- visibility: hidden;
4314
- opacity: 0;
4315
- transition: visibility 0s linear 300ms, opacity 300ms;
4316
- }
4317
- .top-bar-mobile > b {
4318
- display: flex;
4319
- justify-content: center;
4320
- align-items: center;
4321
- }
4322
- .top-bar-mobile > b a {
4323
- display: contents;
4324
- }
4325
- .top-bar-mobile > b img {
4326
- margin-right: 8px;
1998
+ @media (min-width: 575px) {
1999
+ .e-radio.--tabs:not(.--icons) .e-radio__inner {
2000
+ display: flex;
2001
+ flex-flow: row nowrap;
2002
+ margin-bottom: 2rem;
2003
+ width: 10rem;
2004
+ margin-top: 1rem;
2005
+ border: 1px solid var(--neutral-neutral-3);
2006
+ background: var(--neutral-neutral-6);
2007
+ border-radius: var(--global-border-radius);
2008
+ transition: all 0.3s ease;
2009
+ }
2010
+ .e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label {
2011
+ width: 100%;
2012
+ display: flex;
2013
+ border-right: 1px solid var(--neutral-neutral-3);
2014
+ border-top-left-radius: var(--global-border-radius);
2015
+ border-bottom-left-radius: var(--global-border-radius);
2016
+ }
2017
+ .e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label:last-child {
2018
+ border-right: none;
2019
+ }
2020
+ .e-radio.--tabs:not(.--icons) input {
2021
+ position: absolute;
2022
+ left: -9999px;
2023
+ }
2024
+ .e-radio.--tabs:not(.--icons) input + label {
2025
+ cursor: pointer;
2026
+ font-size: 14px;
2027
+ transition: all 0.3s ease;
2028
+ }
2029
+ .e-radio.--tabs:not(.--icons) input + label:hover {
2030
+ background: var(--neutral-neutral-4);
2031
+ }
2032
+ .e-radio.--tabs:not(.--icons) input:checked + label {
2033
+ font-weight: bold;
2034
+ color: var(--others-white);
2035
+ width: 100%;
2036
+ cursor: pointer;
2037
+ transition: all 0.3s ease;
2038
+ background-color: var(--primary-main);
2039
+ text-align: center;
2040
+ padding: 10px;
2041
+ }
2042
+ .e-radio.--tabs:not(.--icons) input:checked + label:hover {
2043
+ background-color: var(--primary-main);
2044
+ }
2045
+ .e-radio.--tabs:not(.--icons) input:not(:checked) + label {
2046
+ text-align: center;
2047
+ width: 100%;
2048
+ color: var(--neutral-neutral-1);
2049
+ font-weight: bold;
2050
+ padding: 10px;
2051
+ }
2052
+ .e-radio.--tabs:not(.--icons) input:hover:not(:checked) + label {
2053
+ width: 100%;
2054
+ }
4327
2055
  }
4328
- .trustpilot {
4329
- margin: auto;
4330
- padding: 0 1rem;
2056
+ .e-radio.--icons .radio-icon {
2057
+ display: none;
4331
2058
  }
4332
- @media (min-width: 720px) {
4333
- .trustpilot {
4334
- margin: 3rem auto;
2059
+ @media (min-width: 575px) {
2060
+ .e-radio.--icons .e-radio__inner {
2061
+ display: flex;
2062
+ flex-flow: row wrap;
2063
+ margin-top: 1.5rem;
2064
+ }
2065
+ .e-radio.--icons .radio-item-container {
2066
+ display: flex;
2067
+ width: 47%;
2068
+ border: 1px solid black;
2069
+ min-width: 80px;
2070
+ min-height: 3.5rem;
2071
+ margin-bottom: 0.5rem;
2072
+ border-radius: var(--global-border-radius);
2073
+ border-color: var(--neutral-neutral-4);
2074
+ cursor: pointer;
4335
2075
  }
4336
- }
4337
- .whyLawDistrictItems {
4338
- max-width: 960px;
4339
- display: flex;
4340
- justify-content: center;
4341
- margin: 0 auto;
4342
- flex-flow: row wrap;
4343
- padding: 0 0 1.5rem 0;
4344
- }
4345
- @media (min-width: 720px) {
4346
- .whyLawDistrictItems {
4347
- justify-content: space-between;
4348
- padding: 0 1rem;
2076
+ .e-radio.--icons .radio-item-container:not(:nth-child(2n+0)) {
2077
+ margin-right: 0.5rem;
2078
+ }
2079
+ .e-radio.--icons .radio-item-input {
2080
+ position: absolute;
2081
+ visibility: hidden;
2082
+ }
2083
+ .e-radio.--icons .radio-item-container.active {
2084
+ border: 2px solid var(--primary-main-dark-1);
2085
+ background-color: var(--neutral-neutral-5);
2086
+ }
2087
+ .e-radio.--icons .radio-item-container:hover {
2088
+ background-color: var(--neutral-neutral-5);
2089
+ font-weight: bold;
2090
+ }
2091
+ .e-radio.--icons .e-radio-label {
2092
+ display: flex;
2093
+ align-items: center;
2094
+ padding: 0.25rem 1rem;
2095
+ width: 100%;
2096
+ }
2097
+ .e-radio.--icons .radio-icon {
2098
+ display: block;
2099
+ margin-right: 1rem;
4349
2100
  }
4350
2101
  }
4351
- .whyLawDistrictItems__item {
4352
- max-width: 100%;
4353
- color: var(--neutral-neutral-2);
4354
- margin-bottom: 1rem;
4355
- padding: 0 1rem;
2102
+ .e-radio.--is-invalid.--regular input + label:before,
2103
+ .e-radio.--group-invalid.--regular input + label:before {
2104
+ border-color: var(--error-main);
4356
2105
  }
4357
- @media (min-width: 720px) {
4358
- .whyLawDistrictItems__item {
4359
- padding: 2rem 0;
4360
- max-width: calc(33.3333333333% - 1.5rem);
4361
- }
2106
+ .e-radio.--is-invalid.--tabs .e-radio__inner,
2107
+ .e-radio.--is-invalid.--group-invalid .e-radio__inner,
2108
+ .e-radio.--group-invalid.--tabs .e-radio__inner,
2109
+ .e-radio.--group-invalid.--group-invalid .e-radio__inner {
2110
+ border: 1px solid var(--error-main);
4362
2111
  }
4363
- .whyLawDistrictItems__item:first-child {
4364
- margin-top: 2rem;
2112
+ .e-radio.--is-invalid.--tabs .e-radio__inner label label,
2113
+ .e-radio.--is-invalid.--group-invalid .e-radio__inner label label,
2114
+ .e-radio.--group-invalid.--tabs .e-radio__inner label label,
2115
+ .e-radio.--group-invalid.--group-invalid .e-radio__inner label label {
2116
+ border-right: 1px solid var(--error-main);
4365
2117
  }
4366
- @media (min-width: 720px) {
4367
- .whyLawDistrictItems__item:first-child {
4368
- margin-top: 0;
4369
- }
2118
+ .e-radio.--is-invalid.--tabs .e-radio__inner label:last-child label,
2119
+ .e-radio.--is-invalid.--group-invalid .e-radio__inner label:last-child label,
2120
+ .e-radio.--group-invalid.--tabs .e-radio__inner label:last-child label,
2121
+ .e-radio.--group-invalid.--group-invalid .e-radio__inner label:last-child label {
2122
+ border-right: none;
4370
2123
  }
4371
- .wide-info-bar {
4372
- background-color: var(--neutral-neutral-6);
4373
- font-family: "Inter", sans-serif;
2124
+ .radio-group__label {
4374
2125
  color: var(--neutral-neutral-1);
4375
2126
  }
4376
- .wide-info-bar.green {
4377
- background-color: var(--primary-main-light-6);
4378
- color: var(--primary-main-dark-1);
4379
- }
4380
- .wide-info-bar__wrapper {
4381
- display: flex;
4382
- flex-flow: column nowrap;
4383
- justify-content: space-between;
4384
- max-width: 1200px;
4385
- margin: auto;
4386
- padding: 0.5rem 3.5rem 0.5rem 1.5rem;
2127
+ .e-radio.radio--small.--tabs input + label {
2128
+ font-size: 0.875rem;
2129
+ padding: 0.75rem;
4387
2130
  }
4388
- @media (min-width: 720px) {
4389
- .wide-info-bar__wrapper {
4390
- flex-flow: row;
4391
- font-size: 0.9rem;
4392
- padding: 1rem 1.5rem;
4393
- }
2131
+ .e-radio.radio--small.--tabs .e-radio__inner {
2132
+ margin-top: 0;
2133
+ margin-bottom: 0;
4394
2134
  }
4395
- @media (min-width: 1200px) {
4396
- .wide-info-bar__wrapper {
4397
- padding: 0.5rem 2rem;
4398
- }
2135
+ .e-radio.radio--narrow.--regular .e-radio__inner {
2136
+ margin-top: 0.5rem;
4399
2137
  }
4400
- .dialog-menu-icon {
4401
- position: relative;
4402
- cursor: pointer;
2138
+ .e-radio.--regular.radio--regular--bare .e-radio__inner {
2139
+ display: inline-block;
2140
+ margin-right: auto;
2141
+ text-align: left;
2142
+ width: auto;
4403
2143
  }
4404
- .dialog-menu-icon__image {
4405
- min-width: 1rem;
4406
- height: 1rem;
4407
- margin-left: 0.4rem;
2144
+ .e-radio.--regular.radio--regular--bare .e-radio-label,
2145
+ .e-radio.--regular.radio--regular--bare .e-radio-label__label {
2146
+ display: block;
2147
+ margin-bottom: 0.75rem;
4408
2148
  }
4409
- @media (min-width: 960px) {
4410
- .dialog-menu-icon__image {
4411
- align-self: center;
4412
- }
2149
+ .tippy-box {
2150
+ background-color: var(--others-white);
2151
+ border-radius: var(--global-border-radius);
2152
+ font-size: 16px;
2153
+ line-height: 1.4;
2154
+ white-space: normal;
2155
+ outline: 0;
2156
+ transition: all 0.3s ease;
2157
+ box-shadow: var(--box-shadow-tippy-box);
2158
+ z-index: 1000;
2159
+ color: inherit;
2160
+ cursor: pointer;
4413
2161
  }
4414
- .dialog-menu-icon__message {
4415
- visibility: hidden;
2162
+ .tippy-box--inverted {
4416
2163
  background-color: var(--neutral-neutral-1);
4417
2164
  color: var(--others-white);
4418
- padding: 1rem 1rem;
4419
2165
  border-radius: 0.3rem;
4420
2166
  font-size: 12px;
4421
- width: 19rem;
4422
- display: flex;
4423
- align-items: flex-start;
4424
- justify-content: space-between;
4425
- position: absolute;
4426
- z-index: 1;
4427
- top: 1.5rem;
4428
- right: -5rem;
2167
+ box-shadow: none;
4429
2168
  }
4430
- @media (max-width: 575px) {
4431
- .dialog-menu-icon__message {
4432
- width: 15rem;
4433
- }
2169
+ .tippy-box--inverted .tippy-content {
2170
+ padding: 0.75rem;
2171
+ white-space: pre-line;
4434
2172
  }
4435
- @media (min-width: 575px) {
4436
- .dialog-menu-icon__message {
4437
- right: -4rem;
4438
- }
2173
+ .tippy-box--inverted .tippy-arrow {
2174
+ color: var(--neutral-neutral-1);
4439
2175
  }
4440
- @media (min-width: 720px) {
4441
- .dialog-menu-icon__message {
4442
- width: 19rem;
4443
- }
2176
+ .tippy-box .tooltip__button {
2177
+ align-items: center;
2178
+ display: inline-flex;
2179
+ flex-direction: row;
2180
+ white-space: nowrap;
4444
2181
  }
4445
- .dialog-menu-icon__message p {
4446
- margin-right: 0.5rem;
2182
+ .tippy-box .tooltip__button:hover {
2183
+ cursor: pointer;
4447
2184
  }
4448
- .dialog-menu-icon--visible .dialog-menu-icon__message {
4449
- visibility: visible;
2185
+ .tippy-box .tooltip__button > svg,
2186
+ .tippy-box .tooltip__button > img {
2187
+ width: 1.5rem;
2188
+ margin-right: 0.5rem;
4450
2189
  }
4451
- .dialog-menu-icon--hidden .dialog-menu-icon__message {
4452
- visibility: hidden;
2190
+ .tippy-box .tooltip__button > svg g g {
2191
+ fill: var(--neutral-neutral-1);
4453
2192
  }
4454
- .dialog-menu-icon--visible-on-hover:hover .dialog-menu-icon__message {
4455
- visibility: visible;
2193
+ .tippy-content {
2194
+ padding: 0.5rem;
4456
2195
  }
4457
- .dialog-menu-icon::before {
4458
- content: "";
4459
- visibility: hidden;
4460
- position: absolute;
4461
- width: 0;
4462
- height: 0;
4463
- box-shadow: 0 0.25rem 0.5rem -0.5rem;
4464
- border-bottom: 0.5rem solid var(--neutral-neutral-1);
4465
- -webkit-transform: translate(-100%, 0);
4466
- transform: translate(-100%, 0);
4467
- top: 1.1rem;
4468
- right: -1rem;
4469
- border-left: 0.5rem solid transparent;
4470
- border-right: 0.5rem solid transparent;
4471
- z-index: 20;
4472
- }
4473
- .dialog-menu-icon--visible::before,
4474
- .dialog-menu-icon--visible-on-hover:hover::before {
4475
- visibility: visible;
2196
+ .tippy-arrow {
2197
+ color: var(--others-white);
4476
2198
  }
4477
2199
  .accordion__container {
4478
2200
  overflow: hidden;
@@ -4572,8 +2294,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
4572
2294
  display: flex;
4573
2295
  flex-flow: row wrap;
4574
2296
  flex: 1 1 0;
4575
- border-radius: 4px;
4576
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
2297
+ border-radius: var(--global-border-radius);
2298
+ box-shadow: var(--box-shadow-small);
4577
2299
  max-width: 960px;
4578
2300
  margin: 1rem 0;
4579
2301
  }
@@ -4739,8 +2461,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
4739
2461
  }
4740
2462
  .bottom-overlay__nav {
4741
2463
  background: var(--others-white);
4742
- border-top-left-radius: 4px;
4743
- border-top-right-radius: 4px;
2464
+ border-top-left-radius: var(--global-border-radius);
2465
+ border-top-right-radius: var(--global-border-radius);
4744
2466
  bottom: 0;
4745
2467
  position: absolute;
4746
2468
  transform: translateY(100%);
@@ -4760,14 +2482,14 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
4760
2482
  .bottom-overlay__nav .overlay__delimiter:after {
4761
2483
  content: "";
4762
2484
  background: var(--neutral-neutral-3);
4763
- border-radius: 4px;
2485
+ border-radius: var(--global-border-radius);
4764
2486
  display: block;
4765
2487
  height: 0.25rem;
4766
2488
  margin: 0 auto;
4767
2489
  width: 7.5rem;
4768
2490
  }
4769
2491
  .bottom-overlay__nav .overlay__delimiter.overlay__delimiter__scrolling {
4770
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
2492
+ box-shadow: var(--box-shadow-small);
4771
2493
  position: relative;
4772
2494
  z-index: 1;
4773
2495
  }
@@ -4792,8 +2514,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
4792
2514
  }
4793
2515
  .box--form {
4794
2516
  background: var(--others-white);
4795
- border-radius: 4px;
4796
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
2517
+ border-radius: var(--global-border-radius);
2518
+ box-shadow: var(--box-shadow-container);
4797
2519
  padding-left: 1.5rem;
4798
2520
  padding-right: 1.5rem;
4799
2521
  }
@@ -4805,7 +2527,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
4805
2527
  }
4806
2528
  .box--form .box--form__title {
4807
2529
  color: var(--neutral-neutral-1);
4808
- font-family: "Inter", sans-serif;
2530
+ font-family: var(--font-sans);
4809
2531
  font-weight: bold;
4810
2532
  width: 95%;
4811
2533
  }
@@ -4907,6 +2629,9 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
4907
2629
  .breadcrumb-container {
4908
2630
  margin: 1.5rem 0;
4909
2631
  }
2632
+ .breadcrumb-container__list {
2633
+ display: flex;
2634
+ }
4910
2635
  .contact-box {
4911
2636
  display: flex;
4912
2637
  flex-flow: column;
@@ -4964,13 +2689,13 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
4964
2689
  }
4965
2690
  .continue-banner__tagline {
4966
2691
  color: var(--neutral-neutral-4);
4967
- font-family: "Inter", sans-serif;
2692
+ font-family: var(--font-sans);
4968
2693
  line-height: 1.38;
4969
2694
  margin-bottom: 1rem;
4970
2695
  }
4971
2696
  .continue-banner__title {
4972
2697
  color: var(--primary-main-light-5);
4973
- font-family: "Lora", serif;
2698
+ font-family: var(--font-serif);
4974
2699
  font-size: 1.5rem;
4975
2700
  line-height: 1.29;
4976
2701
  }
@@ -5060,20 +2785,19 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5060
2785
  }
5061
2786
  .expert-card-list {
5062
2787
  display: flex;
5063
- flex-flow: column;
5064
- gap: 0 2rem;
2788
+ flex-direction: column;
5065
2789
  justify-content: center;
5066
2790
  margin: 2rem 0 3rem 0;
5067
2791
  }
5068
2792
  @media (min-width: 720px) {
5069
2793
  .expert-card-list {
5070
- flex-flow: row wrap;
2794
+ flex-direction: row;
5071
2795
  }
5072
2796
  }
5073
2797
  .faqItem {
5074
- border-radius: 4px;
2798
+ border-radius: var(--global-border-radius);
5075
2799
  background: var(--others-white);
5076
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
2800
+ box-shadow: var(--box-shadow-small);
5077
2801
  }
5078
2802
  .faqItem .fakeAnchor {
5079
2803
  position: absolute;
@@ -5091,7 +2815,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5091
2815
  display: flex;
5092
2816
  flex-flow: row nowrap;
5093
2817
  align-items: center;
5094
- gap: 1rem;
2818
+ gap: var(--global-gap);
5095
2819
  justify-content: space-between;
5096
2820
  padding: 1rem;
5097
2821
  cursor: pointer;
@@ -5256,7 +2980,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5256
2980
  padding-bottom: 1rem;
5257
2981
  border-bottom: 1px solid var(--neutral-neutral-4);
5258
2982
  font-size: 20px;
5259
- font-family: "Inter", sans-serif;
2983
+ font-family: var(--font-sans);
5260
2984
  font-weight: 700;
5261
2985
  }
5262
2986
  .free-doc-modal-content .right-container .info-box__text {
@@ -5427,7 +3151,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5427
3151
  }
5428
3152
  .mid-banner-ratafia-sample__image img {
5429
3153
  border-radius: 8px 8px 0 0;
5430
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
3154
+ box-shadow: var(--box-shadow-small);
5431
3155
  width: 727px;
5432
3156
  }
5433
3157
  .mid-banner-ratafia-sample__sumarized-tag {
@@ -5440,9 +3164,9 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5440
3164
  left: 85px;
5441
3165
  top: -13px;
5442
3166
  background: var(--primary-main-light-5);
5443
- border-radius: 4px;
3167
+ border-radius: var(--global-border-radius);
5444
3168
  border: 1px solid var(--primary-main-light-3);
5445
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
3169
+ box-shadow: var(--box-shadow-small);
5446
3170
  }
5447
3171
  .mid-banner-ratafia-sample__sumarized-tag__icon {
5448
3172
  width: 16px;
@@ -5458,8 +3182,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5458
3182
  padding: 0.5rem;
5459
3183
  gap: 0.25rem;
5460
3184
  background: var(--neutral-neutral-6);
5461
- border-radius: 4px;
5462
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
3185
+ border-radius: var(--global-border-radius);
3186
+ box-shadow: var(--box-shadow-small);
5463
3187
  }
5464
3188
  .mid-banner-ratafia-sample__feature-tag__icon {
5465
3189
  width: 20px;
@@ -5503,7 +3227,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5503
3227
  }
5504
3228
  .more-docs-desktop .container .section-title {
5505
3229
  text-align: left;
5506
- font-family: "Lora", serif;
3230
+ font-family: var(--font-serif);
5507
3231
  font-size: 32px;
5508
3232
  font-weight: normal;
5509
3233
  line-height: 1.31;
@@ -5619,7 +3343,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5619
3343
  .navbar-drop-down__container__menu_items {
5620
3344
  background: var(--others-white);
5621
3345
  padding: 1.5rem;
5622
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
3346
+ box-shadow: var(--box-shadow-container);
5623
3347
  }
5624
3348
  .navbar-drop-down__container__menu_items ul li {
5625
3349
  margin-bottom: 1rem;
@@ -5805,7 +3529,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5805
3529
  .popular-docs .documents {
5806
3530
  display: flex;
5807
3531
  flex-direction: column;
5808
- gap: 1rem;
3532
+ gap: var(--global-gap);
5809
3533
  }
5810
3534
  .pricing-card {
5811
3535
  position: relative;
@@ -5840,8 +3564,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
5840
3564
  }
5841
3565
  .pricing-card__wrapper {
5842
3566
  background-color: var(--others-white);
5843
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
5844
- border-radius: 4px;
3567
+ box-shadow: var(--box-shadow-container);
3568
+ border-radius: var(--global-border-radius);
5845
3569
  border: solid 1px transparent;
5846
3570
  }
5847
3571
  .pricing-card__wrapper ul {
@@ -6041,7 +3765,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6041
3765
  z-index: 10000;
6042
3766
  overflow: hidden;
6043
3767
  border-radius: 4px;
6044
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
3768
+ box-shadow: var(--box-shadow-container);
6045
3769
  font-size: 14px;
6046
3770
  }
6047
3771
  @media (min-width: 575px) {
@@ -6152,7 +3876,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6152
3876
  background-color: var(--others-white);
6153
3877
  }
6154
3878
  .homeStepsItem {
6155
- border-radius: 4px;
3879
+ border-radius: var(--global-border-radius);
6156
3880
  display: flex;
6157
3881
  max-width: 100%;
6158
3882
  padding: 2rem;
@@ -6162,8 +3886,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6162
3886
  align-items: flex-start;
6163
3887
  text-align: center;
6164
3888
  background: var(--others-white);
6165
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
6166
- border: 4px;
3889
+ box-shadow: var(--box-shadow-medium);
3890
+ border: var(--global-border-radius);
6167
3891
  margin-right: 0.5rem;
6168
3892
  margin-bottom: 1rem;
6169
3893
  }
@@ -6296,7 +4020,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6296
4020
  appearance: none;
6297
4021
  color: var(--neutral-neutral-1);
6298
4022
  background-color: var(--neutral-neutral-6);
6299
- border-radius: 4px;
4023
+ border-radius: var(--global-border-radius);
6300
4024
  padding: 0.75rem 0 0.75rem 0.75rem;
6301
4025
  font-size: 0.875rem;
6302
4026
  height: 40px;
@@ -6433,7 +4157,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6433
4157
  text-decoration: underline;
6434
4158
  }
6435
4159
  .tooltip-menu__item {
6436
- border-radius: 4px;
4160
+ border-radius: var(--global-border-radius);
6437
4161
  border: 1px solid var(--neutral-neutral-4);
6438
4162
  display: flex;
6439
4163
  padding: 0.1875rem;
@@ -6500,7 +4224,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6500
4224
  }
6501
4225
  }
6502
4226
  .type-modules-list .module-title {
6503
- font-family: "Inter", sans-serif;
4227
+ font-family: var(--font-sans);
6504
4228
  font-size: 18px;
6505
4229
  font-weight: 700;
6506
4230
  line-height: 24px;
@@ -6515,7 +4239,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6515
4239
  }
6516
4240
  }
6517
4241
  .type-modules-list .module-description {
6518
- font-family: "Inter", sans-serif;
4242
+ font-family: var(--font-sans);
6519
4243
  font-size: 16px;
6520
4244
  font-weight: 400;
6521
4245
  line-height: 22px;
@@ -6644,7 +4368,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6644
4368
  .about-us-content__body {
6645
4369
  margin-top: 1rem;
6646
4370
  margin-bottom: 2rem;
6647
- font-family: "Inter", sans-serif;
4371
+ font-family: var(--font-sans);
6648
4372
  }
6649
4373
  @media (min-width: 720px) {
6650
4374
  .about-us-content__body {
@@ -6658,7 +4382,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6658
4382
  }
6659
4383
  .about-us-content__body__button {
6660
4384
  margin-top: 2rem;
6661
- font-family: "Inter", sans-serif;
4385
+ font-family: var(--font-sans);
6662
4386
  }
6663
4387
  .about-us-content__body__button .e-button {
6664
4388
  display: block;
@@ -6717,17 +4441,17 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6717
4441
  font-weight: 400 !important;
6718
4442
  }
6719
4443
  .card-functionality {
6720
- border-radius: 4px;
6721
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
4444
+ border-radius: var(--global-border-radius);
4445
+ box-shadow: var(--box-shadow-medium);
6722
4446
  display: flex;
6723
4447
  flex-direction: column;
6724
- gap: 1rem;
4448
+ gap: var(--global-gap);
6725
4449
  padding: 1em;
6726
4450
  }
6727
4451
  .card-functionality .content-tags {
6728
4452
  display: flex;
6729
4453
  flex-direction: column;
6730
- gap: 1rem;
4454
+ gap: var(--global-gap);
6731
4455
  }
6732
4456
  .card-functionality .content-tags .content {
6733
4457
  display: flex;
@@ -6742,7 +4466,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6742
4466
  }
6743
4467
  .card-functionality .content-tags .content .header .icon {
6744
4468
  padding: 2px;
6745
- border-radius: 4px;
4469
+ border-radius: var(--global-border-radius);
6746
4470
  background: var(--primary-main-light-5);
6747
4471
  }
6748
4472
  .card-functionality .content-tags .content .header .title {
@@ -6885,7 +4609,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6885
4609
  .faqGroup .faqs {
6886
4610
  display: flex;
6887
4611
  flex-direction: column;
6888
- gap: 1rem;
4612
+ gap: var(--global-gap);
6889
4613
  width: 100%;
6890
4614
  }
6891
4615
  .features-ratafia-content__wrapper {
@@ -6943,7 +4667,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6943
4667
  }
6944
4668
  }
6945
4669
  .guidelines-section__texts__title {
6946
- font-family: "Lora", serif;
4670
+ font-family: var(--font-serif);
6947
4671
  margin-bottom: 2rem;
6948
4672
  text-align: center;
6949
4673
  font-size: 32px;
@@ -6958,7 +4682,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
6958
4682
  }
6959
4683
  }
6960
4684
  .guidelines-section__texts__body {
6961
- font-family: "Inter", sans-serif;
4685
+ font-family: var(--font-sans);
6962
4686
  font-size: 16px;
6963
4687
  line-height: 22px;
6964
4688
  }
@@ -7269,7 +4993,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7269
4993
  height: calc(100vh - 5.125rem);
7270
4994
  border-radius: 16px 16px 0 0;
7271
4995
  background: var(--others-white);
7272
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
4996
+ box-shadow: var(--box-shadow-small);
7273
4997
  }
7274
4998
  @media (min-width: 575px) {
7275
4999
  .layout-ratafia__wrapper {
@@ -7395,7 +5119,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7395
5119
  bottom: 0;
7396
5120
  height: 3.25rem;
7397
5121
  width: 100%;
7398
- box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
5122
+ box-shadow: var(--box-shadow-container);
7399
5123
  z-index: 1;
7400
5124
  }
7401
5125
  @media (min-width: 575px) {
@@ -7454,7 +5178,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7454
5178
  }
7455
5179
  }
7456
5180
  .try-our-free-legal-blogs-section__texts__title {
7457
- font-family: "Lora", serif;
5181
+ font-family: var(--font-serif);
7458
5182
  font-size: 32px;
7459
5183
  line-height: 42px;
7460
5184
  margin-bottom: 2rem;
@@ -7467,7 +5191,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7467
5191
  }
7468
5192
  }
7469
5193
  .try-our-free-legal-blogs-section__texts__body {
7470
- font-family: "Inter", sans-serif;
5194
+ font-family: var(--font-sans);
7471
5195
  font-size: 16px;
7472
5196
  line-height: 22px;
7473
5197
  }
@@ -7497,7 +5221,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7497
5221
  font-size: 0.8rem;
7498
5222
  line-height: 1.2;
7499
5223
  font-weight: 700;
7500
- font-family: "Inter", sans-serif;
5224
+ font-family: var(--font-sans);
7501
5225
  color: var(--neutral-neutral-2);
7502
5226
  padding-bottom: 0.5rem;
7503
5227
  border-bottom: 1px solid var(--neutral-neutral-3);
@@ -7509,7 +5233,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7509
5233
  line-height: 1.2;
7510
5234
  letter-spacing: -0.4px;
7511
5235
  font-weight: 400;
7512
- font-family: "Lora", serif;
5236
+ font-family: var(--font-serif);
7513
5237
  color: var(--neutral-neutral-1);
7514
5238
  }
7515
5239
  @media (min-width: 720px) {
@@ -7579,7 +5303,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7579
5303
  .as-seen-in-section-box .as-seen-in-section {
7580
5304
  display: flex;
7581
5305
  flex-direction: column;
7582
- box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
5306
+ box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
7583
5307
  background: var(--others-white);
7584
5308
  transform: translateY(-5rem);
7585
5309
  padding: 1.5rem 0;
@@ -7590,70 +5314,16 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7590
5314
  }
7591
5315
  }
7592
5316
  .as-seen-in-section-box .as-seen-in-section__title {
5317
+ color: var(--neutral-neutral-2);
7593
5318
  text-align: center;
7594
5319
  font-size: 32px;
7595
- font-family: "Lora", serif;
7596
- font-style: normal;
7597
- font-weight: 400;
7598
- line-height: 42px;
7599
- letter-spacing: -0.3px;
7600
- margin: 1rem 0;
7601
- }
7602
- .contact-us-section {
7603
- display: flex;
7604
- flex-direction: column;
7605
- transform: translateY(-5rem);
7606
- color: var(--neutral-neutral-1);
7607
- margin-top: 1rem;
7608
- }
7609
- .contact-us-section__title {
7610
- text-align: center;
7611
- font-size: 32px;
7612
- font-family: "Lora", serif;
5320
+ font-family: var(--font-serif);
7613
5321
  font-style: normal;
7614
5322
  font-weight: 400;
7615
5323
  line-height: 42px;
7616
5324
  letter-spacing: -0.3px;
7617
5325
  margin: 1rem 0;
7618
5326
  }
7619
- .contact-us-section__text {
7620
- text-align: center;
7621
- font-style: normal;
7622
- font-weight: 400;
7623
- margin: 0 0 2rem 0;
7624
- }
7625
- .contact-us-section-blocks {
7626
- display: flex;
7627
- justify-content: center;
7628
- flex-direction: column;
7629
- gap: 1rem;
7630
- }
7631
- @media (min-width: 960px) {
7632
- .contact-us-section-blocks {
7633
- flex-direction: row;
7634
- gap: 2.5rem;
7635
- }
7636
- }
7637
- .contact-us-section-blocks__item {
7638
- display: flex;
7639
- flex-direction: column;
7640
- align-items: center;
7641
- background-color: white;
7642
- box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
7643
- border-radius: 0.25rem;
7644
- min-width: 200px;
7645
- padding: 1rem;
7646
- }
7647
- .contact-us-section-blocks__item__image {
7648
- width: 2rem;
7649
- }
7650
- .contact-us-section-blocks__item__title {
7651
- margin-top: 1rem;
7652
- line-height: 1rem;
7653
- }
7654
- .contact-us-section-blocks__item__text {
7655
- font-size: 14px;
7656
- }
7657
5327
  .benefit-ratafia-section {
7658
5328
  display: flex;
7659
5329
  justify-content: center;
@@ -7825,16 +5495,17 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7825
5495
  display: flex;
7826
5496
  justify-content: center;
7827
5497
  flex-direction: column;
7828
- background-color: var(--primary-main-light-6);
5498
+ background-color: var(--neutral-neutral-6);
7829
5499
  margin-bottom: 4rem;
7830
5500
  }
7831
5501
  .experts-section__title {
7832
- font-family: "Lora", serif;
5502
+ font-family: var(--font-serif);
7833
5503
  font-size: 32px;
7834
5504
  font-weight: 400;
7835
5505
  line-height: 42px;
7836
5506
  letter-spacing: -0.3px;
7837
5507
  text-align: center;
5508
+ margin: 0 auto 5rem;
7838
5509
  width: 90%;
7839
5510
  transform: translateY(50px);
7840
5511
  }
@@ -7932,7 +5603,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7932
5603
  .functionality-cards {
7933
5604
  display: flex;
7934
5605
  flex-direction: column;
7935
- gap: 1rem;
5606
+ gap: var(--global-gap);
7936
5607
  margin-bottom: 2rem;
7937
5608
  width: 100%;
7938
5609
  }
@@ -7968,7 +5639,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
7968
5639
  }
7969
5640
  .how-it-works-wrapper .works-title {
7970
5641
  width: auto;
7971
- font-family: "Lora", serif;
5642
+ font-family: var(--font-serif);
7972
5643
  text-align: center;
7973
5644
  padding-top: 4rem;
7974
5645
  }
@@ -8103,8 +5774,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8103
5774
  width: 100%;
8104
5775
  margin: 0 1rem;
8105
5776
  background-color: var(--others-white);
8106
- border-radius: 4px;
8107
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
5777
+ border-radius: var(--global-border-radius);
5778
+ box-shadow: var(--box-shadow-medium);
8108
5779
  padding: 2rem;
8109
5780
  transform: translateY(2rem);
8110
5781
  }
@@ -8133,7 +5804,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8133
5804
  .learn-more__wrapper .learn-more__faqs li a {
8134
5805
  font-weight: bold;
8135
5806
  transition: all 0.3s ease;
8136
- border-radius: 4px;
5807
+ border-radius: var(--global-border-radius);
8137
5808
  display: inline-block;
8138
5809
  padding: 0.5rem;
8139
5810
  position: relative;
@@ -8173,7 +5844,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8173
5844
  }
8174
5845
  .legal .m-richText .cookie-table,
8175
5846
  .legal .m-richText .cookies-downloaded-documents-pages {
8176
- box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
5847
+ box-shadow: var(--box-shadow-medium);
8177
5848
  }
8178
5849
  .legal .m-richText .cookie-table thead th:nth-child(3),
8179
5850
  .legal .m-richText .cookie-table thead th:nth-child(4),
@@ -8206,7 +5877,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8206
5877
  .legal .m-richText table {
8207
5878
  margin: 2.5rem 0;
8208
5879
  width: 100%;
8209
- border-radius: 4px;
5880
+ border-radius: var(--global-border-radius);
8210
5881
  text-align: center;
8211
5882
  border-collapse: collapse;
8212
5883
  }
@@ -8216,11 +5887,11 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8216
5887
  border-right: 1px solid var(--neutral-neutral-4);
8217
5888
  }
8218
5889
  .legal .m-richText table thead th:first-child {
8219
- border-top-left-radius: 4px;
5890
+ border-top-left-radius: var(--global-border-radius);
8220
5891
  }
8221
5892
  .legal .m-richText table thead th:last-child {
8222
5893
  border-right: none;
8223
- border-top-right-radius: 4px;
5894
+ border-top-right-radius: var(--global-border-radius);
8224
5895
  }
8225
5896
  .legal .m-richText table thead tr {
8226
5897
  font-weight: bold;
@@ -8317,7 +5988,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8317
5988
  }
8318
5989
  }
8319
5990
  .people-say__title {
8320
- font-family: "Lora", serif;
5991
+ font-family: var(--font-serif);
8321
5992
  font-size: 32px;
8322
5993
  font-weight: 400;
8323
5994
  line-height: 42px;
@@ -8615,7 +6286,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8615
6286
  }
8616
6287
  .faq-page .titles .title {
8617
6288
  color: var(--neutral-neutral-2);
8618
- font-family: "Inter", sans-serif;
6289
+ font-family: var(--font-sans);
8619
6290
  font-size: 14px;
8620
6291
  line-height: 18px;
8621
6292
  letter-spacing: -0.3px;
@@ -8625,7 +6296,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8625
6296
  }
8626
6297
  .faq-page .titles .subtitle {
8627
6298
  color: var(--neutral-main);
8628
- font-family: "Lora", serif;
6299
+ font-family: var(--font-serif);
8629
6300
  font-size: 36px;
8630
6301
  line-height: 48px;
8631
6302
  font-weight: 400;
@@ -8641,7 +6312,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
8641
6312
  display: flex;
8642
6313
  flex-direction: row;
8643
6314
  padding: 32px 24px;
8644
- gap: 1rem;
6315
+ gap: var(--global-gap);
8645
6316
  background: var(--primary-main-light-6);
8646
6317
  justify-content: center;
8647
6318
  }