@npm_leadtech/legal-lib-components 5.2.24 → 5.2.32
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.
- package/dist/css/styles.css +542 -2834
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +2 -1
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +24 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +25 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx +7 -2
- package/dist/src/components/atoms/AddButton/AddButton.js +2 -1
- package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/AddButton/AddButton.styled.js +48 -0
- package/dist/src/components/atoms/AddButton/AddButton.styled.ts +49 -0
- package/dist/src/components/atoms/AddButton/AddButton.tsx +3 -2
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +2 -2
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +55 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +56 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/BillCard/BillCard.js +2 -1
- package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/BillCard/BillCard.styled.js +59 -0
- package/dist/src/components/atoms/BillCard/BillCard.styled.ts +60 -0
- package/dist/src/components/atoms/BillCard/BillCard.tsx +3 -2
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +2 -1
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +1 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +34 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +35 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx +2 -2
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +2 -1
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +22 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +23 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.tsx +3 -3
- package/dist/src/components/atoms/Button/Button.scss +28 -28
- package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +6 -6
- package/dist/src/components/atoms/CardPane/CardPane.js +2 -2
- package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +1 -0
- package/dist/src/components/atoms/CardPane/CardPane.styled.js +109 -0
- package/dist/src/components/atoms/CardPane/CardPane.styled.ts +110 -0
- package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
- package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
- package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +1 -0
- package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +133 -0
- package/dist/src/components/atoms/Checkbox/{Checkbox.scss → Checkbox.styled.ts} +18 -16
- package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +1 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +120 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +121 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +6 -5
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +3 -3
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +1 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +82 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +83 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +19 -16
- package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +1 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +45 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +46 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +1 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +149 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +150 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
- package/dist/src/components/atoms/Divider/Divider.js +2 -2
- package/dist/src/components/atoms/Divider/Divider.styled.d.ts +1 -0
- package/dist/src/components/atoms/Divider/Divider.styled.js +21 -0
- package/dist/src/components/atoms/Divider/Divider.styled.ts +22 -0
- package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +1 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +65 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +66 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
- package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +1 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +12 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +13 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
- package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +66 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +67 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +78 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +79 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +1 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +73 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +74 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
- package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
- package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +21 -0
- package/dist/src/components/atoms/GoogleButton/{GoogleButton.scss → GoogleButton.styled.ts} +5 -5
- package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +1 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +5 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +6 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +2 -3
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +1 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +76 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +77 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +3 -4
- package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +1 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +41 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +42 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +1 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +7 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +8 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +39 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +40 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
- package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +1 -0
- package/dist/src/components/atoms/LogoText/LogoText.styled.js +36 -0
- package/dist/src/components/atoms/LogoText/LogoText.styled.ts +37 -0
- package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
- package/dist/src/components/atoms/MenuItems/MenuItems.js +2 -1
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +1 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +71 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +72 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.tsx +3 -2
- package/dist/src/components/atoms/Message/Message.js +2 -2
- package/dist/src/components/atoms/Message/Message.styled.d.ts +1 -0
- package/dist/src/components/atoms/Message/Message.styled.js +31 -0
- package/dist/src/components/atoms/Message/Message.styled.ts +32 -0
- package/dist/src/components/atoms/Message/Message.tsx +3 -3
- package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +1 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +53 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +54 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +4 -5
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +45 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +46 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +63 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +64 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
- package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +6 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +7 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +58 -0
- package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.scss → PopularDocsItem.styled.ts} +24 -24
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
- package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +1 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +23 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +24 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
- package/dist/src/components/atoms/Radio/Radio.scss +29 -29
- package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +43 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +44 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +1 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +55 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +56 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
- package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +1 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +38 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +39 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +1 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +9 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +10 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +7 -2
- package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +1 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +224 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +225 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +1 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +48 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +49 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +1 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +92 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +93 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
- package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
- package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +1 -0
- package/dist/src/components/atoms/Spinner/Spinner.styled.js +28 -0
- package/dist/src/components/atoms/Spinner/Spinner.styled.ts +29 -0
- package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +28 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +29 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/Tag/Tag.js +2 -2
- package/dist/src/components/atoms/Tag/Tag.scss +3 -3
- package/dist/src/components/atoms/Tag/Tag.styled.d.ts +1 -0
- package/dist/src/components/atoms/Tag/Tag.styled.js +24 -0
- package/dist/src/components/atoms/Tag/Tag.styled.ts +25 -0
- package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +20 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +21 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
- package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
- package/dist/src/components/atoms/Tagline/Tagline.scss +3 -3
- package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +1 -0
- package/dist/src/components/atoms/Tagline/Tagline.styled.js +17 -0
- package/dist/src/components/atoms/Tagline/Tagline.styled.ts +18 -0
- package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
- package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
- package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +1 -0
- package/dist/src/components/atoms/TextArea/TextArea.styled.js +106 -0
- package/dist/src/components/atoms/TextArea/TextArea.styled.ts +107 -0
- package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
- package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
- package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +1 -0
- package/dist/src/components/atoms/Toggle/Toggle.styled.js +59 -0
- package/dist/src/components/atoms/Toggle/Toggle.styled.ts +60 -0
- package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
- package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
- package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
- package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +1 -0
- package/dist/src/components/atoms/TopBar/TopBar.styled.js +55 -0
- package/dist/src/components/atoms/TopBar/TopBar.styled.ts +56 -0
- package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +2 -1
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +1 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +49 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +50 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +6 -3
- package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +1 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +12 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +13 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +2 -3
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +1 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +37 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +38 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +3 -4
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +2 -1
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +1 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +33 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +34 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +3 -4
- package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
- package/dist/src/components/molecules/Article/Article.scss +1 -1
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
- package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +4 -0
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
- package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
- package/dist/src/components/molecules/FaqItem/FaqItem.scss +5 -10
- package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
- package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
- package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
- package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
- package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
- package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
- package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
- package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +10 -10
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
- package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
- package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
- package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +2 -1
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
- package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
- package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +2 -2
- package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
- package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
- package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
- package/dist/src/globalStyles/animations.scss +1 -1
- package/dist/src/globalStyles/base.scss +5 -5
- package/dist/src/globalStyles/breakpoints.d.ts +19 -0
- package/dist/src/globalStyles/breakpoints.js +17 -0
- package/dist/src/globalStyles/breakpoints.ts +28 -0
- package/dist/src/globalStyles/styles.scss +4 -53
- package/dist/src/globalStyles/themes.scss +26 -0
- package/dist/src/globalStyles/typography.scss +1 -1
- package/dist/src/globalStyles/variables.scss +7 -6
- package/dist/src/globalStyles/variablesCss.scss +14 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss +0 -24
- package/dist/src/components/atoms/AddButton/AddButton.scss +0 -48
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.scss +0 -54
- package/dist/src/components/atoms/BillCard/BillCard.scss +0 -57
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.scss +0 -33
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.scss +0 -21
- package/dist/src/components/atoms/CardPane/CardPane.scss +0 -106
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +0 -116
- package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +0 -45
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +0 -149
- package/dist/src/components/atoms/Divider/Divider.scss +0 -20
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +0 -91
- package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +0 -13
- package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +0 -65
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +0 -79
- package/dist/src/components/atoms/FormFaq/FormFaq.scss +0 -72
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +0 -6
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +0 -80
- package/dist/src/components/atoms/InfoBox/InfoBox.scss +0 -40
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +0 -8
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +0 -38
- package/dist/src/components/atoms/LogoText/LogoText.scss +0 -34
- package/dist/src/components/atoms/MenuItems/MenuItems.scss +0 -70
- package/dist/src/components/atoms/Message/Message.scss +0 -31
- package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +0 -51
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +0 -44
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +0 -60
- package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +0 -5
- package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +0 -24
- package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +0 -43
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +0 -54
- package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +0 -34
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +0 -9
- package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +0 -222
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +0 -48
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +0 -90
- package/dist/src/components/atoms/Spinner/Spinner.scss +0 -31
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +0 -27
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +0 -22
- package/dist/src/components/atoms/TextArea/TextArea.scss +0 -103
- package/dist/src/components/atoms/Toggle/Toggle.scss +0 -59
- package/dist/src/components/atoms/TopBar/TopBar.scss +0 -54
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +0 -48
- package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +0 -11
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +0 -36
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +0 -32
package/dist/css/styles.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
.
|
|
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
|
-
|
|
1058
|
+
padding: 0;
|
|
1059
|
+
border: 0;
|
|
1226
1060
|
}
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
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
|
-
|
|
1233
|
-
|
|
1234
|
-
margin-left: 0px;
|
|
1235
|
-
}
|
|
1076
|
+
.react-datepicker--time-only .react-datepicker__time-container {
|
|
1077
|
+
border-left: 0;
|
|
1236
1078
|
}
|
|
1237
|
-
.
|
|
1238
|
-
|
|
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
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
}
|
|
1084
|
+
.react-datepicker-popper {
|
|
1085
|
+
z-index: 1;
|
|
1086
|
+
line-height: 0;
|
|
1244
1087
|
}
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
margin-left: 15px;
|
|
1248
|
-
}
|
|
1088
|
+
.react-datepicker-popper .react-datepicker__triangle {
|
|
1089
|
+
stroke: #aeaeae;
|
|
1249
1090
|
}
|
|
1250
|
-
.
|
|
1251
|
-
|
|
1252
|
-
|
|
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
|
-
.
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
width: 100%;
|
|
1095
|
+
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
|
|
1096
|
+
fill: #fff;
|
|
1097
|
+
color: #fff;
|
|
1263
1098
|
}
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
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
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1107
|
+
.react-datepicker__header--time {
|
|
1108
|
+
padding-bottom: 8px;
|
|
1109
|
+
padding-left: 5px;
|
|
1110
|
+
padding-right: 5px;
|
|
1275
1111
|
}
|
|
1276
|
-
|
|
1277
|
-
|
|
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,2252 +1745,456 @@ h2.react-datepicker__current-month {
|
|
|
2241
1745
|
height: 1em;
|
|
2242
1746
|
vertical-align: -0.125em;
|
|
2243
1747
|
}
|
|
2244
|
-
.
|
|
2245
|
-
|
|
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
|
-
.
|
|
2276
|
-
|
|
1751
|
+
.e-radio .radio-item-container {
|
|
1752
|
+
width: 100%;
|
|
2277
1753
|
}
|
|
2278
|
-
@media (
|
|
2279
|
-
.
|
|
2280
|
-
display:
|
|
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
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
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%;
|
|
1773
|
+
}
|
|
1774
|
+
.e-radio.--regular input {
|
|
1775
|
+
position: absolute;
|
|
1776
|
+
left: -9999px;
|
|
1777
|
+
}
|
|
1778
|
+
.e-radio.--regular input:not(:checked):hover + label:before {
|
|
1779
|
+
background-color: var(--primary-main-light-5);
|
|
1780
|
+
}
|
|
1781
|
+
.e-radio.--regular input:checked:hover + label:before {
|
|
1782
|
+
background-color: var(--primary-main);
|
|
1783
|
+
}
|
|
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);
|
|
1787
|
+
}
|
|
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;
|
|
1799
|
+
}
|
|
1800
|
+
.e-radio.--regular input:checked + label:after {
|
|
1801
|
+
content: "";
|
|
1802
|
+
position: absolute;
|
|
1803
|
+
top: 0.5rem;
|
|
1804
|
+
left: -17px;
|
|
2296
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;
|
|
2297
1814
|
}
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
1815
|
+
.e-radio.--regular input + label {
|
|
1816
|
+
cursor: pointer;
|
|
1817
|
+
font-size: 16px;
|
|
1818
|
+
}
|
|
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;
|
|
1830
|
+
}
|
|
1831
|
+
.e-radio.--regular input + label:after {
|
|
1832
|
+
position: absolute;
|
|
1833
|
+
top: 0.5rem;
|
|
1834
|
+
left: -17px;
|
|
1835
|
+
display: block;
|
|
1836
|
+
height: 0.5rem;
|
|
1837
|
+
width: 0.5rem;
|
|
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%;
|
|
2305
1845
|
}
|
|
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
1846
|
}
|
|
2316
1847
|
@media (min-width: 575px) {
|
|
2317
|
-
.
|
|
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;
|
|
2318
1854
|
margin-bottom: 1rem;
|
|
2319
1855
|
}
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
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;
|
|
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%;
|
|
2349
1866
|
}
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
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;
|
|
1867
|
+
.e-radio.--regular:not(.--icons) input {
|
|
1868
|
+
position: absolute;
|
|
1869
|
+
left: -9999px;
|
|
2473
1870
|
}
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
.document-status {
|
|
2477
|
-
position: inherit;
|
|
1871
|
+
.e-radio.--regular:not(.--icons) input:not(:checked):hover + label:before {
|
|
1872
|
+
background-color: var(--primary-main-light-5);
|
|
2478
1873
|
}
|
|
2479
|
-
|
|
2480
|
-
|
|
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:first-child {
|
|
2528
|
-
margin-top: 5rem;
|
|
2529
|
-
}
|
|
2530
|
-
@media (min-width: 720px) {
|
|
2531
|
-
.expert-card {
|
|
2532
|
-
margin-top: 5rem;
|
|
1874
|
+
.e-radio.--regular:not(.--icons) input:checked:hover + label:before {
|
|
1875
|
+
background-color: var(--primary-main);
|
|
2533
1876
|
}
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
border-radius: 0.3rem;
|
|
2538
|
-
box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
|
|
2539
|
-
padding: 7rem 2rem 0 2rem;
|
|
2540
|
-
min-height: 13rem;
|
|
2541
|
-
display: flex;
|
|
2542
|
-
flex-direction: column;
|
|
2543
|
-
align-items: center;
|
|
2544
|
-
justify-content: flex-start;
|
|
2545
|
-
width: 17.625rem;
|
|
2546
|
-
margin-left: 0;
|
|
2547
|
-
}
|
|
2548
|
-
@media (min-width: 720px) {
|
|
2549
|
-
.expert-card__box {
|
|
2550
|
-
margin-left: 2rem;
|
|
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);
|
|
2551
1880
|
}
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
.
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
font-weight: 700;
|
|
2564
|
-
line-height: 24px;
|
|
2565
|
-
letter-spacing: -0.3px;
|
|
2566
|
-
text-align: center;
|
|
2567
|
-
width: 75%;
|
|
2568
|
-
text-decoration: none;
|
|
2569
|
-
}
|
|
2570
|
-
.expert-card__description {
|
|
2571
|
-
font-family: "Inter", sans-serif;
|
|
2572
|
-
font-size: 16px;
|
|
2573
|
-
font-weight: 400;
|
|
2574
|
-
line-height: 22px;
|
|
2575
|
-
letter-spacing: -0.3px;
|
|
2576
|
-
text-align: center;
|
|
2577
|
-
width: 75%;
|
|
2578
|
-
}
|
|
2579
|
-
.feature-ratafia-card__wrapper {
|
|
2580
|
-
display: flex;
|
|
2581
|
-
flex-direction: column;
|
|
2582
|
-
align-items: flex-start;
|
|
2583
|
-
align-self: stretch;
|
|
2584
|
-
gap: 1rem;
|
|
2585
|
-
padding: 1.5rem;
|
|
2586
|
-
border-radius: 4px;
|
|
2587
|
-
background: var(--neutral-neutral-6);
|
|
2588
|
-
}
|
|
2589
|
-
.feature-ratafia-card__wrapper__header {
|
|
2590
|
-
display: flex;
|
|
2591
|
-
justify-content: space-between;
|
|
2592
|
-
align-items: center;
|
|
2593
|
-
align-self: stretch;
|
|
2594
|
-
}
|
|
2595
|
-
.feature-ratafia-card__wrapper__header__title {
|
|
2596
|
-
display: flex;
|
|
2597
|
-
align-items: center;
|
|
2598
|
-
padding: 0.5rem 1rem;
|
|
2599
|
-
gap: 0.5rem;
|
|
2600
|
-
border-radius: 4px;
|
|
2601
|
-
background: var(--primary-main-dark-1);
|
|
2602
|
-
}
|
|
2603
|
-
.feature-ratafia-card__wrapper__header__title__icon img {
|
|
2604
|
-
width: 24px;
|
|
2605
|
-
height: 24px;
|
|
2606
|
-
}
|
|
2607
|
-
.feature-ratafia-card__wrapper__header__title__text {
|
|
2608
|
-
color: var(--others-white);
|
|
2609
|
-
}
|
|
2610
|
-
.feature-ratafia-card__wrapper__description {
|
|
2611
|
-
color: var(--neutral-neutral-1);
|
|
2612
|
-
}
|
|
2613
|
-
.feature-ratafia-card-not-released .feature-ratafia-card__wrapper__header__title {
|
|
2614
|
-
opacity: 0.5;
|
|
2615
|
-
background: var(--others-white);
|
|
2616
|
-
}
|
|
2617
|
-
.feature-ratafia-card-not-released .feature-ratafia-card__wrapper__header__title__text {
|
|
2618
|
-
color: var(--primary-main-dark-1);
|
|
2619
|
-
}
|
|
2620
|
-
.feature-ratafia-card-not-released .feature-ratafia-card__wrapper__header__not-released {
|
|
2621
|
-
display: flex;
|
|
2622
|
-
align-items: center;
|
|
2623
|
-
padding: 0.25rem;
|
|
2624
|
-
gap: 0.25rem;
|
|
2625
|
-
border-radius: 4px;
|
|
2626
|
-
background: var(--neutral-neutral-4);
|
|
2627
|
-
color: var(--primary-main-dark-1);
|
|
2628
|
-
}
|
|
2629
|
-
.feature-ratafia-card-not-released .feature-ratafia-card__wrapper__description {
|
|
2630
|
-
opacity: 0.5;
|
|
2631
|
-
}
|
|
2632
|
-
.feature-ratafia-card {
|
|
2633
|
-
width: 100%;
|
|
2634
|
-
}
|
|
2635
|
-
.form-faq {
|
|
2636
|
-
display: flex;
|
|
2637
|
-
position: relative;
|
|
2638
|
-
cursor: default;
|
|
2639
|
-
}
|
|
2640
|
-
.form-faq::before {
|
|
2641
|
-
content: "\2022";
|
|
2642
|
-
color: var(--secondary-main-dark-2);
|
|
2643
|
-
margin-right: 0.25rem;
|
|
2644
|
-
margin-top: 0.2rem;
|
|
2645
|
-
}
|
|
2646
|
-
.form-faq__container {
|
|
2647
|
-
padding-top: 0.25rem;
|
|
2648
|
-
}
|
|
2649
|
-
@media (hover: hover) {
|
|
2650
|
-
.form-faq__container:hover > .form-faq__answer {
|
|
2651
|
-
display: flex;
|
|
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;
|
|
2652
1892
|
}
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
.form-faq__answer {
|
|
2668
|
-
display: none;
|
|
2669
|
-
background: var(--neutral-neutral-1);
|
|
2670
|
-
position: absolute;
|
|
2671
|
-
border-radius: 4px;
|
|
2672
|
-
top: 0;
|
|
2673
|
-
transform: translateY(-100%);
|
|
2674
|
-
color: var(--others-white);
|
|
2675
|
-
padding: 0.75rem;
|
|
2676
|
-
width: 100%;
|
|
2677
|
-
max-width: 600px;
|
|
2678
|
-
white-space: pre-wrap;
|
|
2679
|
-
}
|
|
2680
|
-
.form-faq__answer:hover {
|
|
2681
|
-
display: flex;
|
|
2682
|
-
}
|
|
2683
|
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
2684
|
-
.form-faq__answer {
|
|
2685
|
-
left: 2rem;
|
|
1893
|
+
.e-radio.--regular:not(.--icons) input:checked + label:after {
|
|
1894
|
+
content: "";
|
|
1895
|
+
position: absolute;
|
|
1896
|
+
top: 0.5rem;
|
|
1897
|
+
left: -17px;
|
|
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;
|
|
2686
1907
|
}
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
content: "";
|
|
2691
|
-
width: 0;
|
|
2692
|
-
height: 0;
|
|
2693
|
-
border-left: 1rem solid transparent;
|
|
2694
|
-
border-right: 1rem solid transparent;
|
|
2695
|
-
bottom: -0.35rem;
|
|
2696
|
-
border-top: 1rem solid var(--neutral-neutral-1);
|
|
2697
|
-
}
|
|
2698
|
-
.google-button {
|
|
2699
|
-
display: flex;
|
|
2700
|
-
width: 100%;
|
|
2701
|
-
align-items: center;
|
|
2702
|
-
justify-content: center;
|
|
2703
|
-
border: 1px solid var(--neutral-neutral-3);
|
|
2704
|
-
padding: 0.5rem 0;
|
|
2705
|
-
background-color: var(--others-white);
|
|
2706
|
-
border-radius: 2px;
|
|
2707
|
-
font-family: Roboto, sans-serif;
|
|
2708
|
-
color: rgba(0, 0, 0, 0.54);
|
|
2709
|
-
}
|
|
2710
|
-
.google-button:hover {
|
|
2711
|
-
cursor: pointer;
|
|
2712
|
-
}
|
|
2713
|
-
.google-button .google-logo {
|
|
2714
|
-
margin-right: 1rem;
|
|
2715
|
-
}
|
|
2716
|
-
.icon-svg-with-theme-color {
|
|
2717
|
-
display: block;
|
|
2718
|
-
background-color: var(--primary-main);
|
|
2719
|
-
}
|
|
2720
|
-
.icon-text-info-section__separator {
|
|
2721
|
-
background-color: var(--neutral-neutral-3);
|
|
2722
|
-
border-bottom: 1px var(--neutral-neutral-3) solid;
|
|
2723
|
-
display: none;
|
|
2724
|
-
height: 70px;
|
|
2725
|
-
padding-bottom: 40px;
|
|
2726
|
-
width: 1px;
|
|
2727
|
-
}
|
|
2728
|
-
@media (min-width: 960px) {
|
|
2729
|
-
.icon-text-info-section__separator {
|
|
2730
|
-
margin: 0 32px;
|
|
1908
|
+
.e-radio.--regular:not(.--icons) input + label {
|
|
1909
|
+
cursor: pointer;
|
|
1910
|
+
font-size: 16px;
|
|
2731
1911
|
}
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
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;
|
|
2736
1923
|
}
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
1924
|
+
.e-radio.--regular:not(.--icons) input + label:after {
|
|
1925
|
+
position: absolute;
|
|
1926
|
+
top: 0.5rem;
|
|
1927
|
+
left: -17px;
|
|
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%;
|
|
2741
1938
|
}
|
|
2742
1939
|
}
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
1940
|
+
@media (max-width: 575px) {
|
|
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;
|
|
2754
1951
|
}
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
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);
|
|
2759
1958
|
}
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
display: flex;
|
|
2763
|
-
flex-direction: row;
|
|
2764
|
-
align-items: center;
|
|
2765
|
-
margin: 0;
|
|
2766
|
-
}
|
|
2767
|
-
@media (max-width: 575px) {
|
|
2768
|
-
.icon-text-info-section.bottom-side .box {
|
|
2769
|
-
margin: 0.4rem;
|
|
1959
|
+
.e-radio.--tabs .e-radio__inner .e-radio-label:last-child {
|
|
1960
|
+
border-right: none;
|
|
2770
1961
|
}
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
margin: 0 1rem;
|
|
1962
|
+
.e-radio.--tabs input {
|
|
1963
|
+
position: absolute;
|
|
1964
|
+
left: -9999px;
|
|
2775
1965
|
}
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
}
|
|
2781
|
-
@media (max-width: 575px) {
|
|
2782
|
-
.icon-text-info-section.bottom-side .item-image {
|
|
2783
|
-
width: 1.5rem;
|
|
1966
|
+
.e-radio.--tabs input + label {
|
|
1967
|
+
cursor: pointer;
|
|
1968
|
+
font-size: 14px;
|
|
1969
|
+
transition: all 0.3s ease;
|
|
2784
1970
|
}
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
width: 40px;
|
|
2788
|
-
height: 40px;
|
|
2789
|
-
}
|
|
2790
|
-
@media (max-width: 575px) {
|
|
2791
|
-
.icon-text-info-section.bottom-side .item-image .image {
|
|
2792
|
-
width: 24px;
|
|
2793
|
-
height: 24px;
|
|
1971
|
+
.e-radio.--tabs input + label:hover {
|
|
1972
|
+
background: var(--neutral-neutral-4);
|
|
2794
1973
|
}
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
flex-direction: row;
|
|
2805
|
-
}
|
|
2806
|
-
.info-box.error {
|
|
2807
|
-
border-color: var(--error-main);
|
|
2808
|
-
color: var(--error-main);
|
|
2809
|
-
background-color: var(--error-error-3);
|
|
2810
|
-
}
|
|
2811
|
-
.info-box.error use {
|
|
2812
|
-
fill: var(--error-main);
|
|
2813
|
-
}
|
|
2814
|
-
.info-box.warning {
|
|
2815
|
-
border-color: var(--secondary-main-dark-1);
|
|
2816
|
-
color: var(--secondary-main-dark-2);
|
|
2817
|
-
background-color: var(--secondary-main-light-4);
|
|
2818
|
-
}
|
|
2819
|
-
.info-box.warning use {
|
|
2820
|
-
fill: var(--secondary-main-dark-1);
|
|
2821
|
-
}
|
|
2822
|
-
.info-box .info-box__img {
|
|
2823
|
-
width: 1.5rem;
|
|
2824
|
-
height: 1.5rem;
|
|
2825
|
-
}
|
|
2826
|
-
.info-box .info-box__text-container {
|
|
2827
|
-
margin-left: 0.5rem;
|
|
2828
|
-
}
|
|
2829
|
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
2830
|
-
.info-box .info-box__text-container {
|
|
2831
|
-
margin-left: 1.5rem;
|
|
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;
|
|
2832
1983
|
}
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
text-align: center;
|
|
2836
|
-
margin: 0 auto;
|
|
2837
|
-
background-color: var(--primary-main-light-6);
|
|
2838
|
-
padding: 2.5rem 1rem 4rem;
|
|
2839
|
-
}
|
|
2840
|
-
.key-fact-item {
|
|
2841
|
-
display: flex;
|
|
2842
|
-
flex-direction: column;
|
|
2843
|
-
justify-content: center;
|
|
2844
|
-
align-items: flex-start;
|
|
2845
|
-
align-self: stretch;
|
|
2846
|
-
background: var(--neutral-neutral-6);
|
|
2847
|
-
}
|
|
2848
|
-
.key-fact-item__wrapper {
|
|
2849
|
-
display: flex;
|
|
2850
|
-
flex-direction: column;
|
|
2851
|
-
margin-bottom: 1rem;
|
|
2852
|
-
gap: 1rem;
|
|
2853
|
-
}
|
|
2854
|
-
.key-fact-item__wrapper__title {
|
|
2855
|
-
color: var(--neutral-neutral-1);
|
|
2856
|
-
background: var(--neutral-neutral-6);
|
|
2857
|
-
position: sticky;
|
|
2858
|
-
top: 0;
|
|
2859
|
-
margin-top: 1rem;
|
|
2860
|
-
}
|
|
2861
|
-
.key-fact-item__wrapper__content {
|
|
2862
|
-
color: var(--neutral-neutral-1);
|
|
2863
|
-
overflow-y: auto;
|
|
2864
|
-
}
|
|
2865
|
-
.key-fact-item__divider {
|
|
2866
|
-
height: 1px;
|
|
2867
|
-
align-self: stretch;
|
|
2868
|
-
background: var(--neutral-neutral-4);
|
|
2869
|
-
}
|
|
2870
|
-
.logo-text {
|
|
2871
|
-
display: flex;
|
|
2872
|
-
align-items: flex-start;
|
|
2873
|
-
}
|
|
2874
|
-
.logo-text img {
|
|
2875
|
-
align-items: center;
|
|
2876
|
-
margin-right: 1.5rem;
|
|
2877
|
-
margin-bottom: 0;
|
|
2878
|
-
}
|
|
2879
|
-
.logo-text p {
|
|
2880
|
-
display: flex;
|
|
2881
|
-
flex-direction: column;
|
|
2882
|
-
justify-content: center;
|
|
2883
|
-
margin-bottom: 0;
|
|
2884
|
-
}
|
|
2885
|
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
2886
|
-
.logo-text p {
|
|
2887
|
-
width: 17rem;
|
|
1984
|
+
.e-radio.--tabs input:checked + label:hover {
|
|
1985
|
+
background-color: var(--primary-main);
|
|
2888
1986
|
}
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
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%;
|
|
2893
1996
|
}
|
|
2894
1997
|
}
|
|
2895
|
-
@media (
|
|
2896
|
-
.
|
|
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;
|
|
2897
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;
|
|
2898
2009
|
}
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
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);
|
|
2903
2016
|
}
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
margin-bottom: 0.5rem;
|
|
2907
|
-
}
|
|
2908
|
-
.menu-items__bullets {
|
|
2909
|
-
list-style-position: inside;
|
|
2910
|
-
list-style-type: disc;
|
|
2911
|
-
}
|
|
2912
|
-
.menu-items__item {
|
|
2913
|
-
transition: background-color 0.3s ease;
|
|
2914
|
-
border-radius: 4px;
|
|
2915
|
-
padding: 0.25rem 0.5rem;
|
|
2916
|
-
}
|
|
2917
|
-
.menu-items__item svg {
|
|
2918
|
-
vertical-align: bottom;
|
|
2919
|
-
width: 1.5rem;
|
|
2920
|
-
margin-right: 0.5rem;
|
|
2921
|
-
}
|
|
2922
|
-
@media (min-width: 575px) {
|
|
2923
|
-
.menu-items__item svg {
|
|
2924
|
-
width: 1rem;
|
|
2017
|
+
.e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label:last-child {
|
|
2018
|
+
border-right: none;
|
|
2925
2019
|
}
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
}
|
|
2930
|
-
.menu-items__item svg #color-bin {
|
|
2931
|
-
fill: var(--neutral-neutral-1);
|
|
2932
|
-
}
|
|
2933
|
-
.menu-items__item.active {
|
|
2934
|
-
color: var(--primary-main-light-1);
|
|
2935
|
-
font-weight: 700;
|
|
2936
|
-
background-color: var(--primary-main-light-5);
|
|
2937
|
-
}
|
|
2938
|
-
.menu-items__item.inactive {
|
|
2939
|
-
color: var(--neutral-neutral-2);
|
|
2940
|
-
font-weight: 400;
|
|
2941
|
-
}
|
|
2942
|
-
.menu-items__item.disabled {
|
|
2943
|
-
color: var(--neutral-neutral-3);
|
|
2944
|
-
}
|
|
2945
|
-
.menu-items__item.disabled svg > g > g {
|
|
2946
|
-
fill: var(--neutral-neutral-3);
|
|
2947
|
-
}
|
|
2948
|
-
.menu-items__item:not(.disabled):hover {
|
|
2949
|
-
background-color: var(--primary-main-light-5);
|
|
2950
|
-
cursor: pointer;
|
|
2951
|
-
}
|
|
2952
|
-
.menu-items__item:not(.disabled):hover svg > g > g {
|
|
2953
|
-
transition: all 0.3s ease;
|
|
2954
|
-
fill: var(--primary-main);
|
|
2955
|
-
}
|
|
2956
|
-
.menu-items__item a {
|
|
2957
|
-
display: flex;
|
|
2958
|
-
}
|
|
2959
|
-
.e-message-error {
|
|
2960
|
-
box-shadow: 0 0 0 1px #d63837;
|
|
2961
|
-
background-color: #ffecee;
|
|
2962
|
-
padding: 10px;
|
|
2963
|
-
color: #d63837;
|
|
2964
|
-
border-radius: 5px;
|
|
2965
|
-
font-family: "Inter", sans-serif;
|
|
2966
|
-
}
|
|
2967
|
-
.e-message-success {
|
|
2968
|
-
box-shadow: 0 0 0 1px #5aa900;
|
|
2969
|
-
background-color: #e6ffe1;
|
|
2970
|
-
padding: 10px;
|
|
2971
|
-
color: #5aa900;
|
|
2972
|
-
border-radius: 5px;
|
|
2973
|
-
font-family: "Inter", sans-serif;
|
|
2974
|
-
}
|
|
2975
|
-
.e-message-neutral {
|
|
2976
|
-
box-shadow: 0 0 0 1px #beebe9;
|
|
2977
|
-
background-color: #e1f2fb;
|
|
2978
|
-
padding: 10px;
|
|
2979
|
-
color: #2a8aeb;
|
|
2980
|
-
border-radius: 5px;
|
|
2981
|
-
font-family: "Inter", sans-serif;
|
|
2982
|
-
}
|
|
2983
|
-
.message-information {
|
|
2984
|
-
display: flex;
|
|
2985
|
-
justify-content: center;
|
|
2986
|
-
border-radius: 4px;
|
|
2987
|
-
background: var(--secondary-main-light-4);
|
|
2988
|
-
padding: 8px;
|
|
2989
|
-
}
|
|
2990
|
-
@media (min-width: 960px) {
|
|
2991
|
-
.message-information {
|
|
2992
|
-
justify-content: flex-start;
|
|
2020
|
+
.e-radio.--tabs:not(.--icons) input {
|
|
2021
|
+
position: absolute;
|
|
2022
|
+
left: -9999px;
|
|
2993
2023
|
}
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
.message-information__text {
|
|
3010
|
-
font-size: 0.875rem;
|
|
3011
|
-
letter-spacing: -0.3px;
|
|
3012
|
-
padding-top: 1px;
|
|
3013
|
-
text-align: left;
|
|
3014
|
-
}
|
|
3015
|
-
@media (min-width: 720px) {
|
|
3016
|
-
.message-information__text {
|
|
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);
|
|
3017
2039
|
text-align: center;
|
|
2040
|
+
padding: 10px;
|
|
3018
2041
|
}
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
font-weight: 600;
|
|
3022
|
-
}
|
|
3023
|
-
.message-information__text__time.regular {
|
|
3024
|
-
font-weight: 400;
|
|
3025
|
-
}
|
|
3026
|
-
.more-docs-item {
|
|
3027
|
-
display: flex;
|
|
3028
|
-
flex-direction: row;
|
|
3029
|
-
align-items: center;
|
|
3030
|
-
padding: 8px;
|
|
3031
|
-
gap: 10px;
|
|
3032
|
-
border-radius: 4px;
|
|
3033
|
-
text-decoration: none;
|
|
3034
|
-
}
|
|
3035
|
-
.more-docs-item:hover {
|
|
3036
|
-
background-color: var(--primary-main-light-5);
|
|
3037
|
-
}
|
|
3038
|
-
.more-docs-item .category-icon {
|
|
3039
|
-
margin: 0 1rem 0 1.3rem;
|
|
3040
|
-
}
|
|
3041
|
-
.more-docs-item .category-icon svg {
|
|
3042
|
-
fill: var(--primary-main);
|
|
3043
|
-
}
|
|
3044
|
-
.more-docs-item .texts {
|
|
3045
|
-
display: flex;
|
|
3046
|
-
flex-direction: column;
|
|
3047
|
-
gap: 0.5rem;
|
|
3048
|
-
text-align: left;
|
|
3049
|
-
padding-left: 1rem;
|
|
3050
|
-
}
|
|
3051
|
-
.more-docs-item .texts .title {
|
|
3052
|
-
line-height: 22px;
|
|
3053
|
-
letter-spacing: -0.3px;
|
|
3054
|
-
color: var(--neutral-neutral-1);
|
|
3055
|
-
padding-right: 0.5rem;
|
|
3056
|
-
}
|
|
3057
|
-
.more-docs-item .texts .description {
|
|
3058
|
-
font-size: 12px;
|
|
3059
|
-
line-height: 16px;
|
|
3060
|
-
letter-spacing: -0.3px;
|
|
3061
|
-
color: var(--neutral-neutral-2);
|
|
3062
|
-
}
|
|
3063
|
-
.nav-menu-item {
|
|
3064
|
-
border-radius: 4px;
|
|
3065
|
-
position: relative;
|
|
3066
|
-
width: fit-content;
|
|
3067
|
-
}
|
|
3068
|
-
.nav-menu-item .title {
|
|
3069
|
-
position: relative;
|
|
3070
|
-
}
|
|
3071
|
-
.nav-menu-item .e-button {
|
|
3072
|
-
display: flex;
|
|
3073
|
-
flex-flow: row nowrap;
|
|
3074
|
-
gap: 0.1rem;
|
|
3075
|
-
padding: 0.25rem 0.5rem;
|
|
3076
|
-
border: 0;
|
|
3077
|
-
}
|
|
3078
|
-
.nav-menu-item .list {
|
|
3079
|
-
border-radius: 4px;
|
|
3080
|
-
padding: 0.5rem;
|
|
3081
|
-
margin-top: 0.5rem;
|
|
3082
|
-
display: flex;
|
|
3083
|
-
visibility: hidden;
|
|
3084
|
-
opacity: 0;
|
|
3085
|
-
background: var(--others-white);
|
|
3086
|
-
transition: all 0.1s ease;
|
|
3087
|
-
box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--primary-main-dark-1-rgb), 0.2);
|
|
3088
|
-
min-width: max-content;
|
|
3089
|
-
flex-flow: column wrap;
|
|
3090
|
-
position: absolute;
|
|
3091
|
-
left: 0;
|
|
3092
|
-
}
|
|
3093
|
-
.nav-menu-item .list .item-list:hover {
|
|
3094
|
-
background-color: var(--primary-main-light-5);
|
|
3095
|
-
}
|
|
3096
|
-
.nav-menu-item:hover .title:after {
|
|
3097
|
-
display: block;
|
|
3098
|
-
}
|
|
3099
|
-
.nav-menu-item:hover .list {
|
|
3100
|
-
opacity: 1;
|
|
3101
|
-
z-index: 11;
|
|
3102
|
-
margin-top: 0.8rem;
|
|
3103
|
-
visibility: visible;
|
|
3104
|
-
transition: all 0.4s ease;
|
|
3105
|
-
}
|
|
3106
|
-
@media (min-width: 960px) {
|
|
3107
|
-
.nav-menu-item {
|
|
3108
|
-
display: block;
|
|
2042
|
+
.e-radio.--tabs:not(.--icons) input:checked + label:hover {
|
|
2043
|
+
background-color: var(--primary-main);
|
|
3109
2044
|
}
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
padding: 0;
|
|
3113
|
-
border: none;
|
|
3114
|
-
cursor: pointer;
|
|
3115
|
-
}
|
|
3116
|
-
.popular-docs-item {
|
|
3117
|
-
display: flex;
|
|
3118
|
-
flex-direction: row;
|
|
3119
|
-
align-items: center;
|
|
3120
|
-
padding: 24px 16px 24px 24px;
|
|
3121
|
-
gap: 2rem;
|
|
3122
|
-
height: 6rem;
|
|
3123
|
-
background: var(--others-white);
|
|
3124
|
-
box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
|
|
3125
|
-
border-radius: 4px;
|
|
3126
|
-
text-decoration: none;
|
|
3127
|
-
}
|
|
3128
|
-
.popular-docs-item .category-icon svg {
|
|
3129
|
-
fill: var(--primary-main-dark-1);
|
|
3130
|
-
}
|
|
3131
|
-
.popular-docs-item .category-icon i {
|
|
3132
|
-
background-color: var(--primary-main-dark-1);
|
|
3133
|
-
}
|
|
3134
|
-
.popular-docs-item .texts {
|
|
3135
|
-
display: flex;
|
|
3136
|
-
flex-direction: column;
|
|
3137
|
-
text-align: left;
|
|
3138
|
-
width: 100%;
|
|
3139
|
-
}
|
|
3140
|
-
.popular-docs-item .texts .description {
|
|
3141
|
-
color: var(--neutral-neutral-2);
|
|
3142
|
-
font-size: 12px;
|
|
3143
|
-
line-height: 1.33;
|
|
3144
|
-
margin-top: 0.3rem;
|
|
3145
|
-
}
|
|
3146
|
-
.popular-docs-item .icon-left svg {
|
|
3147
|
-
width: 40px;
|
|
3148
|
-
height: 40px;
|
|
3149
|
-
}
|
|
3150
|
-
.popular-docs-item .icon-left svg .main-fill {
|
|
3151
|
-
fill: var(--neutral-neutral-4);
|
|
3152
|
-
}
|
|
3153
|
-
.popular-docs-item:hover {
|
|
3154
|
-
background-color: var(--neutral-neutral-5);
|
|
3155
|
-
cursor: pointer;
|
|
3156
|
-
}
|
|
3157
|
-
.popular-docs-item:hover .icon-left svg .main-fill {
|
|
3158
|
-
fill: var(--primary-main);
|
|
3159
|
-
}
|
|
3160
|
-
@media (min-width: 720px) {
|
|
3161
|
-
.popular-docs-item {
|
|
3162
|
-
margin-left: 0.5rem;
|
|
3163
|
-
}
|
|
3164
|
-
}
|
|
3165
|
-
.progress__wrapper {
|
|
3166
|
-
position: absolute;
|
|
3167
|
-
width: 100%;
|
|
3168
|
-
top: 5.25rem;
|
|
3169
|
-
left: 0;
|
|
3170
|
-
height: 0.25rem;
|
|
3171
|
-
}
|
|
3172
|
-
.progressbar {
|
|
3173
|
-
height: 100%;
|
|
3174
|
-
background: var(--primary-main);
|
|
3175
|
-
transition: width 0.3s ease;
|
|
3176
|
-
will-change: width;
|
|
3177
|
-
}
|
|
3178
|
-
.progressbar__remain {
|
|
3179
|
-
position: absolute;
|
|
3180
|
-
width: 100%;
|
|
3181
|
-
height: 100%;
|
|
3182
|
-
background: var(--primary-main-light-5);
|
|
3183
|
-
z-index: -1;
|
|
3184
|
-
transform: translateY(-100%);
|
|
3185
|
-
}
|
|
3186
|
-
.e-radio label:first-child:not(.e-radio-label) {
|
|
3187
|
-
font-weight: bold;
|
|
3188
|
-
}
|
|
3189
|
-
.e-radio .radio-item-container {
|
|
3190
|
-
width: 100%;
|
|
3191
|
-
}
|
|
3192
|
-
@media (max-width: 575px) {
|
|
3193
|
-
.e-radio.--regular .e-radio__inner {
|
|
3194
|
-
display: flex;
|
|
3195
|
-
flex-flow: row wrap;
|
|
3196
|
-
width: 100%;
|
|
3197
|
-
margin-left: 1.5rem;
|
|
3198
|
-
margin-top: 2rem;
|
|
3199
|
-
margin-bottom: 1rem;
|
|
3200
|
-
}
|
|
3201
|
-
.e-radio.--regular .e-radio__inner label {
|
|
3202
|
-
margin-bottom: 0.25rem;
|
|
3203
|
-
flex-basis: 100%;
|
|
3204
|
-
display: flex;
|
|
3205
|
-
align-items: center;
|
|
3206
|
-
color: var(--neutral-main);
|
|
3207
|
-
font-size: 16px;
|
|
3208
|
-
position: relative;
|
|
3209
|
-
cursor: pointer;
|
|
3210
|
-
width: 100%;
|
|
3211
|
-
}
|
|
3212
|
-
.e-radio.--regular input {
|
|
3213
|
-
position: absolute;
|
|
3214
|
-
left: -9999px;
|
|
3215
|
-
}
|
|
3216
|
-
.e-radio.--regular input:not(:checked):hover + label:before {
|
|
3217
|
-
background-color: var(--primary-main-light-5);
|
|
3218
|
-
}
|
|
3219
|
-
.e-radio.--regular input:checked:hover + label:before {
|
|
3220
|
-
background-color: var(--primary-main);
|
|
3221
|
-
}
|
|
3222
|
-
.e-radio.--regular input:checked + label {
|
|
3223
|
-
color: var(--primary-main);
|
|
3224
|
-
text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main);
|
|
3225
|
-
}
|
|
3226
|
-
.e-radio.--regular input:checked + label:before {
|
|
3227
|
-
content: "";
|
|
3228
|
-
position: absolute;
|
|
3229
|
-
top: 2px;
|
|
3230
|
-
left: -23px;
|
|
3231
|
-
height: 1.25rem;
|
|
3232
|
-
width: 1.25rem;
|
|
3233
|
-
background-color: var(--primary-main);
|
|
3234
|
-
border: 1px solid var(--primary-main);
|
|
3235
|
-
border-radius: 50%;
|
|
3236
|
-
box-sizing: border-box;
|
|
3237
|
-
}
|
|
3238
|
-
.e-radio.--regular input:checked + label:after {
|
|
3239
|
-
content: "";
|
|
3240
|
-
position: absolute;
|
|
3241
|
-
top: 0.5rem;
|
|
3242
|
-
left: -17px;
|
|
3243
|
-
display: block;
|
|
3244
|
-
height: 0.5rem;
|
|
3245
|
-
width: 0.5rem;
|
|
3246
|
-
background: currentColor;
|
|
3247
|
-
border-radius: 50%;
|
|
3248
|
-
opacity: 1;
|
|
3249
|
-
transform: scale(1);
|
|
3250
|
-
color: #fff;
|
|
3251
|
-
transition: all 0.1s;
|
|
3252
|
-
}
|
|
3253
|
-
.e-radio.--regular input + label {
|
|
3254
|
-
cursor: pointer;
|
|
3255
|
-
font-size: 16px;
|
|
3256
|
-
}
|
|
3257
|
-
.e-radio.--regular input + label:before {
|
|
3258
|
-
content: "";
|
|
3259
|
-
position: absolute;
|
|
3260
|
-
left: -23px;
|
|
3261
|
-
top: 2px;
|
|
3262
|
-
height: 1.25rem;
|
|
3263
|
-
width: 1.25rem;
|
|
3264
|
-
border-radius: 50%;
|
|
3265
|
-
background-color: transparent;
|
|
3266
|
-
border: 1px solid var(--neutral-main);
|
|
3267
|
-
box-sizing: border-box;
|
|
3268
|
-
}
|
|
3269
|
-
.e-radio.--regular input + label:after {
|
|
3270
|
-
position: absolute;
|
|
3271
|
-
top: 0.5rem;
|
|
3272
|
-
left: -17px;
|
|
3273
|
-
display: block;
|
|
3274
|
-
height: 0.5rem;
|
|
3275
|
-
width: 0.5rem;
|
|
3276
|
-
opacity: 0;
|
|
3277
|
-
transform: scale(0);
|
|
3278
|
-
color: var(--others-white);
|
|
3279
|
-
transition: all 0.1s;
|
|
3280
|
-
content: "";
|
|
3281
|
-
bottom: 0.5rem;
|
|
3282
|
-
border-radius: 50%;
|
|
3283
|
-
}
|
|
3284
|
-
}
|
|
3285
|
-
@media (min-width: 575px) {
|
|
3286
|
-
.e-radio.--regular:not(.--icons) .e-radio__inner {
|
|
3287
|
-
display: flex;
|
|
3288
|
-
flex-flow: row wrap;
|
|
3289
|
-
width: 100%;
|
|
3290
|
-
margin-left: 1.5rem;
|
|
3291
|
-
margin-top: 2rem;
|
|
3292
|
-
margin-bottom: 1rem;
|
|
3293
|
-
}
|
|
3294
|
-
.e-radio.--regular:not(.--icons) .e-radio__inner label {
|
|
3295
|
-
margin-bottom: 0.25rem;
|
|
3296
|
-
flex-basis: 100%;
|
|
3297
|
-
display: flex;
|
|
3298
|
-
align-items: center;
|
|
3299
|
-
color: var(--neutral-main);
|
|
3300
|
-
font-size: 16px;
|
|
3301
|
-
position: relative;
|
|
3302
|
-
cursor: pointer;
|
|
3303
|
-
width: 100%;
|
|
3304
|
-
}
|
|
3305
|
-
.e-radio.--regular:not(.--icons) input {
|
|
3306
|
-
position: absolute;
|
|
3307
|
-
left: -9999px;
|
|
3308
|
-
}
|
|
3309
|
-
.e-radio.--regular:not(.--icons) input:not(:checked):hover + label:before {
|
|
3310
|
-
background-color: var(--primary-main-light-5);
|
|
3311
|
-
}
|
|
3312
|
-
.e-radio.--regular:not(.--icons) input:checked:hover + label:before {
|
|
3313
|
-
background-color: var(--primary-main);
|
|
3314
|
-
}
|
|
3315
|
-
.e-radio.--regular:not(.--icons) input:checked + label {
|
|
3316
|
-
color: var(--primary-main);
|
|
3317
|
-
text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main);
|
|
3318
|
-
}
|
|
3319
|
-
.e-radio.--regular:not(.--icons) input:checked + label:before {
|
|
3320
|
-
content: "";
|
|
3321
|
-
position: absolute;
|
|
3322
|
-
top: 2px;
|
|
3323
|
-
left: -23px;
|
|
3324
|
-
height: 1.25rem;
|
|
3325
|
-
width: 1.25rem;
|
|
3326
|
-
background-color: var(--primary-main);
|
|
3327
|
-
border: 1px solid var(--primary-main);
|
|
3328
|
-
border-radius: 50%;
|
|
3329
|
-
box-sizing: border-box;
|
|
3330
|
-
}
|
|
3331
|
-
.e-radio.--regular:not(.--icons) input:checked + label:after {
|
|
3332
|
-
content: "";
|
|
3333
|
-
position: absolute;
|
|
3334
|
-
top: 0.5rem;
|
|
3335
|
-
left: -17px;
|
|
3336
|
-
display: block;
|
|
3337
|
-
height: 0.5rem;
|
|
3338
|
-
width: 0.5rem;
|
|
3339
|
-
background: currentColor;
|
|
3340
|
-
border-radius: 50%;
|
|
3341
|
-
opacity: 1;
|
|
3342
|
-
transform: scale(1);
|
|
3343
|
-
color: #fff;
|
|
3344
|
-
transition: all 0.1s;
|
|
3345
|
-
}
|
|
3346
|
-
.e-radio.--regular:not(.--icons) input + label {
|
|
3347
|
-
cursor: pointer;
|
|
3348
|
-
font-size: 16px;
|
|
3349
|
-
}
|
|
3350
|
-
.e-radio.--regular:not(.--icons) input + label:before {
|
|
3351
|
-
content: "";
|
|
3352
|
-
position: absolute;
|
|
3353
|
-
left: -23px;
|
|
3354
|
-
top: 2px;
|
|
3355
|
-
height: 1.25rem;
|
|
3356
|
-
width: 1.25rem;
|
|
3357
|
-
border-radius: 50%;
|
|
3358
|
-
background-color: transparent;
|
|
3359
|
-
border: 1px solid var(--neutral-main);
|
|
3360
|
-
box-sizing: border-box;
|
|
3361
|
-
}
|
|
3362
|
-
.e-radio.--regular:not(.--icons) input + label:after {
|
|
3363
|
-
position: absolute;
|
|
3364
|
-
top: 0.5rem;
|
|
3365
|
-
left: -17px;
|
|
3366
|
-
display: block;
|
|
3367
|
-
height: 0.5rem;
|
|
3368
|
-
width: 0.5rem;
|
|
3369
|
-
opacity: 0;
|
|
3370
|
-
transform: scale(0);
|
|
3371
|
-
color: var(--others-white);
|
|
3372
|
-
transition: all 0.1s;
|
|
3373
|
-
content: "";
|
|
3374
|
-
bottom: 0.5rem;
|
|
3375
|
-
border-radius: 50%;
|
|
3376
|
-
}
|
|
3377
|
-
}
|
|
3378
|
-
@media (max-width: 575px) {
|
|
3379
|
-
.e-radio.--tabs .e-radio__inner {
|
|
3380
|
-
display: flex;
|
|
3381
|
-
flex-flow: row nowrap;
|
|
3382
|
-
margin-bottom: 2rem;
|
|
3383
|
-
width: 10rem;
|
|
3384
|
-
margin-top: 1rem;
|
|
3385
|
-
border: 1px solid var(--neutral-neutral-3);
|
|
3386
|
-
background: var(--neutral-neutral-6);
|
|
3387
|
-
border-radius: 4px;
|
|
3388
|
-
transition: all 0.3s ease;
|
|
3389
|
-
}
|
|
3390
|
-
.e-radio.--tabs .e-radio__inner .e-radio-label {
|
|
2045
|
+
.e-radio.--tabs:not(.--icons) input:not(:checked) + label {
|
|
2046
|
+
text-align: center;
|
|
3391
2047
|
width: 100%;
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
border-bottom-left-radius: 4px;
|
|
3396
|
-
}
|
|
3397
|
-
.e-radio.--tabs .e-radio__inner .e-radio-label:last-child {
|
|
3398
|
-
border-right: none;
|
|
3399
|
-
}
|
|
3400
|
-
.e-radio.--tabs input {
|
|
3401
|
-
position: absolute;
|
|
3402
|
-
left: -9999px;
|
|
2048
|
+
color: var(--neutral-neutral-1);
|
|
2049
|
+
font-weight: bold;
|
|
2050
|
+
padding: 10px;
|
|
3403
2051
|
}
|
|
3404
|
-
.e-radio.--tabs input + label {
|
|
3405
|
-
|
|
3406
|
-
font-size: 14px;
|
|
3407
|
-
transition: all 0.3s ease;
|
|
3408
|
-
}
|
|
3409
|
-
.e-radio.--tabs input + label:hover {
|
|
3410
|
-
background: var(--neutral-neutral-4);
|
|
3411
|
-
}
|
|
3412
|
-
.e-radio.--tabs input:checked + label {
|
|
3413
|
-
font-weight: bold;
|
|
3414
|
-
color: var(--others-white);
|
|
3415
|
-
width: 100%;
|
|
3416
|
-
cursor: pointer;
|
|
3417
|
-
transition: all 0.3s ease;
|
|
3418
|
-
background-color: var(--primary-main);
|
|
3419
|
-
text-align: center;
|
|
3420
|
-
padding: 10px;
|
|
3421
|
-
}
|
|
3422
|
-
.e-radio.--tabs input:checked + label:hover {
|
|
3423
|
-
background-color: var(--primary-main);
|
|
3424
|
-
}
|
|
3425
|
-
.e-radio.--tabs input:not(:checked) + label {
|
|
3426
|
-
text-align: center;
|
|
3427
|
-
width: 100%;
|
|
3428
|
-
color: var(--neutral-neutral-1);
|
|
3429
|
-
font-weight: bold;
|
|
3430
|
-
padding: 10px;
|
|
3431
|
-
}
|
|
3432
|
-
.e-radio.--tabs input:hover:not(:checked) + label {
|
|
3433
|
-
width: 100%;
|
|
3434
|
-
}
|
|
3435
|
-
}
|
|
3436
|
-
@media (min-width: 575px) {
|
|
3437
|
-
.e-radio.--tabs:not(.--icons) .e-radio__inner {
|
|
3438
|
-
display: flex;
|
|
3439
|
-
flex-flow: row nowrap;
|
|
3440
|
-
margin-bottom: 2rem;
|
|
3441
|
-
width: 10rem;
|
|
3442
|
-
margin-top: 1rem;
|
|
3443
|
-
border: 1px solid var(--neutral-neutral-3);
|
|
3444
|
-
background: var(--neutral-neutral-6);
|
|
3445
|
-
border-radius: 4px;
|
|
3446
|
-
transition: all 0.3s ease;
|
|
3447
|
-
}
|
|
3448
|
-
.e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label {
|
|
3449
|
-
width: 100%;
|
|
3450
|
-
display: flex;
|
|
3451
|
-
border-right: 1px solid var(--neutral-neutral-3);
|
|
3452
|
-
border-top-left-radius: 4px;
|
|
3453
|
-
border-bottom-left-radius: 4px;
|
|
3454
|
-
}
|
|
3455
|
-
.e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label:last-child {
|
|
3456
|
-
border-right: none;
|
|
3457
|
-
}
|
|
3458
|
-
.e-radio.--tabs:not(.--icons) input {
|
|
3459
|
-
position: absolute;
|
|
3460
|
-
left: -9999px;
|
|
3461
|
-
}
|
|
3462
|
-
.e-radio.--tabs:not(.--icons) input + label {
|
|
3463
|
-
cursor: pointer;
|
|
3464
|
-
font-size: 14px;
|
|
3465
|
-
transition: all 0.3s ease;
|
|
3466
|
-
}
|
|
3467
|
-
.e-radio.--tabs:not(.--icons) input + label:hover {
|
|
3468
|
-
background: var(--neutral-neutral-4);
|
|
3469
|
-
}
|
|
3470
|
-
.e-radio.--tabs:not(.--icons) input:checked + label {
|
|
3471
|
-
font-weight: bold;
|
|
3472
|
-
color: var(--others-white);
|
|
3473
|
-
width: 100%;
|
|
3474
|
-
cursor: pointer;
|
|
3475
|
-
transition: all 0.3s ease;
|
|
3476
|
-
background-color: var(--primary-main);
|
|
3477
|
-
text-align: center;
|
|
3478
|
-
padding: 10px;
|
|
3479
|
-
}
|
|
3480
|
-
.e-radio.--tabs:not(.--icons) input:checked + label:hover {
|
|
3481
|
-
background-color: var(--primary-main);
|
|
3482
|
-
}
|
|
3483
|
-
.e-radio.--tabs:not(.--icons) input:not(:checked) + label {
|
|
3484
|
-
text-align: center;
|
|
3485
|
-
width: 100%;
|
|
3486
|
-
color: var(--neutral-neutral-1);
|
|
3487
|
-
font-weight: bold;
|
|
3488
|
-
padding: 10px;
|
|
3489
|
-
}
|
|
3490
|
-
.e-radio.--tabs:not(.--icons) input:hover:not(:checked) + label {
|
|
3491
|
-
width: 100%;
|
|
3492
|
-
}
|
|
3493
|
-
}
|
|
3494
|
-
.e-radio.--icons .radio-icon {
|
|
3495
|
-
display: none;
|
|
3496
|
-
}
|
|
3497
|
-
@media (min-width: 575px) {
|
|
3498
|
-
.e-radio.--icons .e-radio__inner {
|
|
3499
|
-
display: flex;
|
|
3500
|
-
flex-flow: row wrap;
|
|
3501
|
-
margin-top: 1.5rem;
|
|
3502
|
-
}
|
|
3503
|
-
.e-radio.--icons .radio-item-container {
|
|
3504
|
-
display: flex;
|
|
3505
|
-
width: 47%;
|
|
3506
|
-
border: 1px solid black;
|
|
3507
|
-
min-width: 80px;
|
|
3508
|
-
min-height: 3.5rem;
|
|
3509
|
-
margin-bottom: 0.5rem;
|
|
3510
|
-
border-radius: 4px;
|
|
3511
|
-
border-color: var(--neutral-neutral-4);
|
|
3512
|
-
cursor: pointer;
|
|
3513
|
-
}
|
|
3514
|
-
.e-radio.--icons .radio-item-container:not(:nth-child(2n+0)) {
|
|
3515
|
-
margin-right: 0.5rem;
|
|
3516
|
-
}
|
|
3517
|
-
.e-radio.--icons .radio-item-input {
|
|
3518
|
-
position: absolute;
|
|
3519
|
-
visibility: hidden;
|
|
3520
|
-
}
|
|
3521
|
-
.e-radio.--icons .radio-item-container.active {
|
|
3522
|
-
border: 2px solid var(--primary-main-dark-1);
|
|
3523
|
-
background-color: var(--neutral-neutral-5);
|
|
3524
|
-
}
|
|
3525
|
-
.e-radio.--icons .radio-item-container:hover {
|
|
3526
|
-
background-color: var(--neutral-neutral-5);
|
|
3527
|
-
font-weight: bold;
|
|
3528
|
-
}
|
|
3529
|
-
.e-radio.--icons .e-radio-label {
|
|
3530
|
-
display: flex;
|
|
3531
|
-
align-items: center;
|
|
3532
|
-
padding: 0.25rem 1rem;
|
|
3533
|
-
width: 100%;
|
|
3534
|
-
}
|
|
3535
|
-
.e-radio.--icons .radio-icon {
|
|
3536
|
-
display: block;
|
|
3537
|
-
margin-right: 1rem;
|
|
3538
|
-
}
|
|
3539
|
-
}
|
|
3540
|
-
.e-radio.--is-invalid.--regular input + label:before,
|
|
3541
|
-
.e-radio.--group-invalid.--regular input + label:before {
|
|
3542
|
-
border-color: var(--error-main);
|
|
3543
|
-
}
|
|
3544
|
-
.e-radio.--is-invalid.--tabs .e-radio__inner,
|
|
3545
|
-
.e-radio.--is-invalid.--group-invalid .e-radio__inner,
|
|
3546
|
-
.e-radio.--group-invalid.--tabs .e-radio__inner,
|
|
3547
|
-
.e-radio.--group-invalid.--group-invalid .e-radio__inner {
|
|
3548
|
-
border: 1px solid var(--error-main);
|
|
3549
|
-
}
|
|
3550
|
-
.e-radio.--is-invalid.--tabs .e-radio__inner label label,
|
|
3551
|
-
.e-radio.--is-invalid.--group-invalid .e-radio__inner label label,
|
|
3552
|
-
.e-radio.--group-invalid.--tabs .e-radio__inner label label,
|
|
3553
|
-
.e-radio.--group-invalid.--group-invalid .e-radio__inner label label {
|
|
3554
|
-
border-right: 1px solid var(--error-main);
|
|
3555
|
-
}
|
|
3556
|
-
.e-radio.--is-invalid.--tabs .e-radio__inner label:last-child label,
|
|
3557
|
-
.e-radio.--is-invalid.--group-invalid .e-radio__inner label:last-child label,
|
|
3558
|
-
.e-radio.--group-invalid.--tabs .e-radio__inner label:last-child label,
|
|
3559
|
-
.e-radio.--group-invalid.--group-invalid .e-radio__inner label:last-child label {
|
|
3560
|
-
border-right: none;
|
|
3561
|
-
}
|
|
3562
|
-
.radio-group__label {
|
|
3563
|
-
color: var(--neutral-neutral-1);
|
|
3564
|
-
}
|
|
3565
|
-
.e-radio.radio--small.--tabs input + label {
|
|
3566
|
-
font-size: 0.875rem;
|
|
3567
|
-
padding: 0.75rem;
|
|
3568
|
-
}
|
|
3569
|
-
.e-radio.radio--small.--tabs .e-radio__inner {
|
|
3570
|
-
margin-top: 0;
|
|
3571
|
-
margin-bottom: 0;
|
|
3572
|
-
}
|
|
3573
|
-
.e-radio.radio--narrow.--regular .e-radio__inner {
|
|
3574
|
-
margin-top: 0.5rem;
|
|
3575
|
-
}
|
|
3576
|
-
.e-radio.--regular.radio--regular--bare .e-radio__inner {
|
|
3577
|
-
display: inline-block;
|
|
3578
|
-
margin-right: auto;
|
|
3579
|
-
text-align: left;
|
|
3580
|
-
width: auto;
|
|
3581
|
-
}
|
|
3582
|
-
.e-radio.--regular.radio--regular--bare .e-radio-label,
|
|
3583
|
-
.e-radio.--regular.radio--regular--bare .e-radio-label__label {
|
|
3584
|
-
display: block;
|
|
3585
|
-
margin-bottom: 0.75rem;
|
|
3586
|
-
}
|
|
3587
|
-
.e-removeButton {
|
|
3588
|
-
display: inline-block;
|
|
3589
|
-
}
|
|
3590
|
-
.e-removeButton__inner {
|
|
3591
|
-
display: inline-block;
|
|
3592
|
-
margin-top: 1rem;
|
|
3593
|
-
color: var(--error-main);
|
|
3594
|
-
border-radius: 4px;
|
|
3595
|
-
transition: all 0.3s ease;
|
|
3596
|
-
}
|
|
3597
|
-
.e-removeButton__inner label {
|
|
3598
|
-
display: flex;
|
|
3599
|
-
flex-basis: 100%;
|
|
3600
|
-
align-items: center;
|
|
3601
|
-
position: relative;
|
|
3602
|
-
border: 1px solid var(--error-main);
|
|
3603
|
-
border-radius: 4px;
|
|
3604
|
-
cursor: pointer;
|
|
3605
|
-
padding: 0.75rem 1rem;
|
|
3606
|
-
}
|
|
3607
|
-
.e-removeButton__inner:hover {
|
|
3608
|
-
background-color: var(--error-error-3);
|
|
3609
|
-
}
|
|
3610
|
-
.e-removeButton input {
|
|
3611
|
-
position: absolute;
|
|
3612
|
-
left: -9999px;
|
|
3613
|
-
}
|
|
3614
|
-
.e-removeButton input:checked + label {
|
|
3615
|
-
border-radius: 4px;
|
|
3616
|
-
}
|
|
3617
|
-
.e-removeButton input + label {
|
|
3618
|
-
font-weight: bold;
|
|
3619
|
-
}
|
|
3620
|
-
.review-key-facts-result__review {
|
|
3621
|
-
display: flex;
|
|
3622
|
-
justify-content: start;
|
|
3623
|
-
align-items: center;
|
|
3624
|
-
gap: 1rem;
|
|
3625
|
-
border-radius: 4px;
|
|
3626
|
-
background: var(--others-white);
|
|
3627
|
-
}
|
|
3628
|
-
.review-key-facts-result__review__question {
|
|
3629
|
-
color: var(--neutral-neutral-1);
|
|
3630
|
-
font-size: 0.75rem;
|
|
3631
|
-
}
|
|
3632
|
-
@media (min-width: 575px) {
|
|
3633
|
-
.review-key-facts-result__review__question {
|
|
3634
|
-
font-size: 0.875rem;
|
|
3635
|
-
}
|
|
3636
|
-
}
|
|
3637
|
-
.review-key-facts-result__review__buttons {
|
|
3638
|
-
display: flex;
|
|
3639
|
-
justify-content: center;
|
|
3640
|
-
align-items: center;
|
|
3641
|
-
gap: 0.5rem;
|
|
3642
|
-
}
|
|
3643
|
-
.review-key-facts-result__review__buttons__item {
|
|
3644
|
-
display: flex;
|
|
3645
|
-
padding: 0.25rem 0.5rem;
|
|
3646
|
-
justify-content: center;
|
|
3647
|
-
align-items: center;
|
|
3648
|
-
gap: 0.25rem;
|
|
3649
|
-
flex: 1 0 0;
|
|
3650
|
-
border: none;
|
|
3651
|
-
border-radius: 4px;
|
|
3652
|
-
background: var(--neutral-neutral-6);
|
|
3653
|
-
cursor: pointer;
|
|
3654
|
-
}
|
|
3655
|
-
.review-key-facts-result__review__buttons__item__icon {
|
|
3656
|
-
width: 14px;
|
|
3657
|
-
}
|
|
3658
|
-
.review-key-facts-result__review__buttons__item .positive {
|
|
3659
|
-
color: var(--primary-main);
|
|
3660
|
-
}
|
|
3661
|
-
.review-key-facts-result__review__buttons__item .negative {
|
|
3662
|
-
color: var(--error-main);
|
|
3663
|
-
}
|
|
3664
|
-
.rich-text > p {
|
|
3665
|
-
margin-bottom: 1rem;
|
|
3666
|
-
}
|
|
3667
|
-
.rich-text p > a {
|
|
3668
|
-
text-decoration: underline;
|
|
3669
|
-
}
|
|
3670
|
-
.rich-text p + h1,
|
|
3671
|
-
.rich-text p + h2,
|
|
3672
|
-
.rich-text p + h3,
|
|
3673
|
-
.rich-text p + h4,
|
|
3674
|
-
.rich-text p + h5,
|
|
3675
|
-
.rich-text p + h6 {
|
|
3676
|
-
margin-top: 2.5rem;
|
|
3677
|
-
}
|
|
3678
|
-
.rich-text ul + p,
|
|
3679
|
-
.rich-text ol + p,
|
|
3680
|
-
.rich-text ul + h1,
|
|
3681
|
-
.rich-text ul + h2,
|
|
3682
|
-
.rich-text ul + h3,
|
|
3683
|
-
.rich-text ul + h4,
|
|
3684
|
-
.rich-text ul + h5,
|
|
3685
|
-
.rich-text ul + h6 {
|
|
3686
|
-
margin-top: 2rem;
|
|
3687
|
-
}
|
|
3688
|
-
.rich-text .scroll-top-anchor {
|
|
3689
|
-
cursor: pointer;
|
|
3690
|
-
}
|
|
3691
|
-
.richt-text-strapi ul li,
|
|
3692
|
-
.richt-text-strapi ol li {
|
|
3693
|
-
margin-bottom: 1rem;
|
|
3694
|
-
}
|
|
3695
|
-
.e-searchselect {
|
|
3696
|
-
display: flex;
|
|
3697
|
-
flex-direction: column-reverse;
|
|
3698
|
-
margin-bottom: 2rem;
|
|
3699
|
-
position: relative;
|
|
3700
|
-
width: 100%;
|
|
3701
|
-
}
|
|
3702
|
-
@media (min-width: 960px) {
|
|
3703
|
-
.e-searchselect {
|
|
3704
|
-
max-width: 50%;
|
|
3705
|
-
}
|
|
3706
|
-
}
|
|
3707
|
-
.e-searchselect--error {
|
|
3708
|
-
display: none;
|
|
3709
|
-
}
|
|
3710
|
-
.e-searchselect__inner {
|
|
3711
|
-
margin-bottom: 0.5rem;
|
|
3712
|
-
}
|
|
3713
|
-
.e-searchselect__inner label {
|
|
3714
|
-
font-weight: bold;
|
|
3715
|
-
}
|
|
3716
|
-
.e-searchselect .css-1wy0on6 div:not(:last-child):first-child {
|
|
3717
|
-
display: none;
|
|
3718
|
-
}
|
|
3719
|
-
.e-searchselect .css-1hb7zxy-IndicatorsContainer div:nth-child(1) {
|
|
3720
|
-
display: none;
|
|
3721
|
-
}
|
|
3722
|
-
.e-searchselect .css-1gtu0rj-indicatorContainer {
|
|
3723
|
-
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNjMuMSAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT41N0NBNzNCRi02MUNDLTQ2RkYtOEE5Qi1DMzMzRTQxQUZDMzA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTE1LjA2LDE2LjI5NSBMMTYsMTcuMjM1IEwxMiwyMS4yMzUgTDgsMTcuMjM1IEw4Ljk0LDE2LjI5NSBMMTIsMTkuMzQ4MzMzMyBMMTUuMDYsMTYuMjk1IFogTTEyLDIuMjk1IEwxNiw2LjI5NSBMMTUuMDYsNy4yMzUgTDEyLDQuMTgxNjY2NjcgTDguOTQsNy4yMzUgTDgsNi4yOTUgTDEyLDIuMjk1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJVSS1TdHlsZS1HdWlkZS0tLUxEIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktU3R5bGUtR3VpZGUtLS1MYXdEaXN0cmljdC0wMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MS4wMDAwMDAsIC05NjYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uL2V4cGFuZF9kcm9wZG93bl8yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTMuMDAwMDAwLCA5NjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iQm91bmQiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvciIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMUUyMDIxIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
|
|
3724
|
-
background-repeat: no-repeat;
|
|
3725
|
-
background-position: center center;
|
|
3726
|
-
height: 30px;
|
|
3727
|
-
width: 30px;
|
|
3728
|
-
}
|
|
3729
|
-
.e-searchselect .css-1gtu0rj-indicatorContainer svg {
|
|
3730
|
-
display: none;
|
|
3731
|
-
}
|
|
3732
|
-
.e-searchselect .css-1gtu0rj-indicatorContainer:not(:last-child):first-child {
|
|
3733
|
-
display: none;
|
|
3734
|
-
}
|
|
3735
|
-
.e-searchselect .css-tlfecz-indicatorContainer {
|
|
3736
|
-
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IHNrZXRjaHRvb2wgNjMuMSAoMTAxMDEwKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT41N0NBNzNCRi02MUNDLTQ2RkYtOEE5Qi1DMzMzRTQxQUZDMzA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTE1LjA2LDE2LjI5NSBMMTYsMTcuMjM1IEwxMiwyMS4yMzUgTDgsMTcuMjM1IEw4Ljk0LDE2LjI5NSBMMTIsMTkuMzQ4MzMzMyBMMTUuMDYsMTYuMjk1IFogTTEyLDIuMjk1IEwxNiw2LjI5NSBMMTUuMDYsNy4yMzUgTDEyLDQuMTgxNjY2NjcgTDguOTQsNy4yMzUgTDgsNi4yOTUgTDEyLDIuMjk1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJVSS1TdHlsZS1HdWlkZS0tLUxEIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktU3R5bGUtR3VpZGUtLS1MYXdEaXN0cmljdC0wMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MS4wMDAwMDAsIC05NjYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uL2V4cGFuZF9kcm9wZG93bl8yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTMuMDAwMDAwLCA5NjQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iQm91bmQiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9IuKGsy1Db2xvciIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMUUyMDIxIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
|
|
3737
|
-
background-repeat: no-repeat;
|
|
3738
|
-
background-position: center center;
|
|
3739
|
-
height: 30px;
|
|
3740
|
-
width: 30px;
|
|
3741
|
-
}
|
|
3742
|
-
.e-searchselect .css-tlfecz-indicatorContainer svg {
|
|
3743
|
-
display: none;
|
|
3744
|
-
}
|
|
3745
|
-
.e-searchselect .css-1u9des2-indicatorSeparator {
|
|
3746
|
-
display: none;
|
|
3747
|
-
}
|
|
3748
|
-
.e-searchselect .legal-selector {
|
|
3749
|
-
display: flex;
|
|
3750
|
-
flex-direction: column-reverse;
|
|
3751
|
-
margin-bottom: 1rem;
|
|
3752
|
-
position: relative;
|
|
3753
|
-
border-radius: 4px;
|
|
3754
|
-
transition: box-shadow 0.3s ease;
|
|
3755
|
-
box-shadow: 0 0 0 1px var(--neutral-neutral-3);
|
|
3756
|
-
background-color: var(--neutral-neutral-5);
|
|
3757
|
-
}
|
|
3758
|
-
.e-searchselect .legal-selector .css-1hwfws3 {
|
|
3759
|
-
height: 40px;
|
|
3760
|
-
}
|
|
3761
|
-
.e-searchselect .legal-selector .css-yk16xz-control {
|
|
3762
|
-
background-color: var(--neutral-neutral-6);
|
|
3763
|
-
border: none;
|
|
3764
|
-
}
|
|
3765
|
-
.e-searchselect .legal-selector .css-1pahdxg-control {
|
|
3766
|
-
outline: none;
|
|
3767
|
-
border: none;
|
|
3768
|
-
background-color: var(--neutral-neutral-6);
|
|
3769
|
-
box-shadow: 0 0 0 2px var(--primary-main);
|
|
3770
|
-
}
|
|
3771
|
-
.e-searchselect .legal-selector .css-1wa3eu0-placeholder {
|
|
3772
|
-
font-size: 0.875rem;
|
|
3773
|
-
color: var(--neutral-neutral-2);
|
|
3774
|
-
}
|
|
3775
|
-
.e-searchselect .legal-selector .css-26l3qy-menu {
|
|
3776
|
-
border-radius: 4px;
|
|
3777
|
-
box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
|
|
3778
|
-
font-size: 0.875rem;
|
|
3779
|
-
}
|
|
3780
|
-
.e-searchselect .legal-selector .css-9gakcf-option {
|
|
3781
|
-
background-color: var(--neutral-neutral-6);
|
|
3782
|
-
color: var(--neutral-neutral-1);
|
|
3783
|
-
}
|
|
3784
|
-
.e-searchselect .legal-selector .css-1uccc91-singleValue {
|
|
3785
|
-
font-size: 0.875rem;
|
|
3786
|
-
transition: all 0.3s ease;
|
|
3787
|
-
}
|
|
3788
|
-
.e-searchselect .legal-selector .css-b8ldur-Input {
|
|
3789
|
-
font-size: 0.875rem;
|
|
3790
|
-
}
|
|
3791
|
-
.e-searchselect .legal-selector .css-1n7v3ny-option {
|
|
3792
|
-
background-color: transparent;
|
|
3793
|
-
}
|
|
3794
|
-
.e-searchselect .legal-selector .css-1n7v3ny-option:hover {
|
|
3795
|
-
background-color: var(--neutral-neutral-4);
|
|
3796
|
-
}
|
|
3797
|
-
.e-searchselect .legal-selector:hover {
|
|
3798
|
-
box-shadow: 0 0 0 1px var(--neutral-neutral-2);
|
|
3799
|
-
}
|
|
3800
|
-
.e-searchselect .legal-selector:active,
|
|
3801
|
-
.e-searchselect .legal-selector:focus {
|
|
3802
|
-
outline: none;
|
|
3803
|
-
}
|
|
3804
|
-
.e-searchselect.--group-invalid .legal-selector {
|
|
3805
|
-
box-shadow: 0 0 0 1px var(--error-main);
|
|
3806
|
-
}
|
|
3807
|
-
.e-searchselect.--group-invalid .css-yk16xz-control {
|
|
3808
|
-
background-color: var(--error-error-3);
|
|
3809
|
-
}
|
|
3810
|
-
.e-searchselect.--is-invalid .e-searchselect--error {
|
|
3811
|
-
display: flex;
|
|
3812
|
-
align-content: center;
|
|
3813
|
-
position: absolute;
|
|
3814
|
-
bottom: 0;
|
|
3815
|
-
margin-top: 0.5rem;
|
|
3816
|
-
color: var(--error-main);
|
|
3817
|
-
}
|
|
3818
|
-
.e-searchselect.--is-invalid .e-searchselect--error img {
|
|
3819
|
-
max-width: 20px;
|
|
3820
|
-
margin-right: 0.25rem;
|
|
3821
|
-
}
|
|
3822
|
-
.e-searchselect.--is-invalid .legal-selector {
|
|
3823
|
-
box-shadow: 0 0 0 1px var(--error-main);
|
|
3824
|
-
}
|
|
3825
|
-
.e-searchselect.--is-invalid .css-yk16xz-control {
|
|
3826
|
-
background-color: var(--error-error-3);
|
|
3827
|
-
}
|
|
3828
|
-
.searchselect__label {
|
|
3829
|
-
color: var(--neutral-neutral-1);
|
|
3830
|
-
}
|
|
3831
|
-
.searchselect--fullwidth {
|
|
3832
|
-
max-width: 100%;
|
|
3833
|
-
}
|
|
3834
|
-
.search-select--bare {
|
|
3835
|
-
margin-bottom: 0;
|
|
3836
|
-
}
|
|
3837
|
-
.search-select--bare .legal-selector,
|
|
3838
|
-
.search-select--bare .e-searchselect__inner {
|
|
3839
|
-
margin-bottom: 0;
|
|
3840
|
-
}
|
|
3841
|
-
.search-select--bare .legal-selector,
|
|
3842
|
-
.search-select--bare .css-1pahdxg-control,
|
|
3843
|
-
.search-select--bare .css-yk16xz-control {
|
|
3844
|
-
min-height: 42px;
|
|
3845
|
-
}
|
|
3846
|
-
.search-select--bare .legal-selector {
|
|
3847
|
-
margin-bottom: 0;
|
|
3848
|
-
}
|
|
3849
|
-
.search-select--small {
|
|
3850
|
-
width: 5.5rem;
|
|
3851
|
-
}
|
|
3852
|
-
@media (min-width: 960px) {
|
|
3853
|
-
.search-select--small {
|
|
3854
|
-
max-width: 100%;
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
.mobile-select-container {
|
|
3858
|
-
display: flex;
|
|
3859
|
-
flex-direction: row;
|
|
3860
|
-
align-items: flex-start;
|
|
3861
|
-
gap: 1.25rem;
|
|
3862
|
-
}
|
|
3863
|
-
.width {
|
|
3864
|
-
width: 85%;
|
|
3865
|
-
}
|
|
3866
|
-
@media (min-width: 575px) {
|
|
3867
|
-
.width {
|
|
3868
|
-
width: 60%;
|
|
3869
|
-
}
|
|
3870
|
-
}
|
|
3871
|
-
.show-more-box {
|
|
3872
|
-
display: flex;
|
|
3873
|
-
padding: 1rem;
|
|
3874
|
-
flex-direction: column;
|
|
3875
|
-
gap: 1rem;
|
|
3876
|
-
border-radius: 4px;
|
|
3877
|
-
background: var(--neutral-neutral-5);
|
|
3878
|
-
}
|
|
3879
|
-
.show-more-box .content {
|
|
3880
|
-
color: var(--neutral-neutral-1);
|
|
3881
|
-
font-size: 12px;
|
|
3882
|
-
line-height: 16px;
|
|
3883
|
-
letter-spacing: -0.3px;
|
|
3884
|
-
}
|
|
3885
|
-
.show-more-box .content.truncate {
|
|
3886
|
-
display: -webkit-box;
|
|
3887
|
-
-webkit-line-clamp: 4;
|
|
3888
|
-
-webkit-box-orient: vertical;
|
|
3889
|
-
overflow: hidden;
|
|
3890
|
-
}
|
|
3891
|
-
.show-more-box .button {
|
|
3892
|
-
display: flex;
|
|
3893
|
-
align-items: center;
|
|
3894
|
-
align-self: stretch;
|
|
3895
|
-
cursor: pointer;
|
|
3896
|
-
}
|
|
3897
|
-
.show-more-box .button div {
|
|
3898
|
-
color: var(--primary-main-light-1);
|
|
3899
|
-
font-size: 14px;
|
|
3900
|
-
line-height: 18px;
|
|
3901
|
-
letter-spacing: -0.3px;
|
|
3902
|
-
}
|
|
3903
|
-
.show-more-box .button svg {
|
|
3904
|
-
width: 20px;
|
|
3905
|
-
height: 20px;
|
|
3906
|
-
}
|
|
3907
|
-
.show-more-box .button svg path {
|
|
3908
|
-
fill: var(--primary-main-light-1);
|
|
3909
|
-
}
|
|
3910
|
-
.sidemenu-tab {
|
|
3911
|
-
padding: 1rem 0.5rem;
|
|
3912
|
-
color: var(--neutral-neutral-3);
|
|
3913
|
-
background-color: transparent;
|
|
3914
|
-
border: none;
|
|
3915
|
-
outline: none;
|
|
3916
|
-
width: 100%;
|
|
3917
|
-
position: relative;
|
|
3918
|
-
cursor: pointer;
|
|
3919
|
-
}
|
|
3920
|
-
.sidemenu-tab svg {
|
|
3921
|
-
margin-right: 1rem;
|
|
3922
|
-
}
|
|
3923
|
-
.sidemenu-tab svg g g {
|
|
3924
|
-
fill: var(--neutral-neutral-3);
|
|
3925
|
-
}
|
|
3926
|
-
.sidemenu-tab--active {
|
|
3927
|
-
border-left: 2px solid var(--primary-main-light-3);
|
|
3928
|
-
color: var(--primary-main-light-3);
|
|
3929
|
-
background-color: var(--primary-main-dark-1);
|
|
3930
|
-
}
|
|
3931
|
-
.sidemenu-tab--active p {
|
|
3932
|
-
font-weight: bold;
|
|
3933
|
-
}
|
|
3934
|
-
.sidemenu-tab--active svg g g {
|
|
3935
|
-
fill: var(--primary-main-light-3);
|
|
3936
|
-
}
|
|
3937
|
-
.sidemenu-tab__inner {
|
|
3938
|
-
display: flex;
|
|
3939
|
-
flex-direction: row;
|
|
3940
|
-
align-items: center;
|
|
3941
|
-
}
|
|
3942
|
-
.sidemenu-tab--mobile {
|
|
3943
|
-
background-color: transparent;
|
|
3944
|
-
border: none;
|
|
3945
|
-
outline: none;
|
|
3946
|
-
width: 100%;
|
|
3947
|
-
padding: 0;
|
|
3948
|
-
position: relative;
|
|
3949
|
-
}
|
|
3950
|
-
.sidemenu-tab--mobile .sans-serif.--medium {
|
|
3951
|
-
font-size: 0.75rem;
|
|
3952
|
-
}
|
|
3953
|
-
.sidemenu-tab--mobile:hover {
|
|
3954
|
-
cursor: pointer;
|
|
3955
|
-
}
|
|
3956
|
-
.sidemenu-tab--mobile.sidemenu-tab--active {
|
|
3957
|
-
color: var(--primary-main-light-1);
|
|
3958
|
-
background-color: var(--primary-main-light-5);
|
|
3959
|
-
}
|
|
3960
|
-
.sidemenu-tab--mobile.sidemenu-tab--active .sidemenu-tab__inner p {
|
|
3961
|
-
font-weight: bold;
|
|
3962
|
-
}
|
|
3963
|
-
.sidemenu-tab--mobile.sidemenu-tab--active .sidemenu-tab__inner svg g g {
|
|
3964
|
-
fill: var(--primary-main-light-1);
|
|
3965
|
-
}
|
|
3966
|
-
.sidemenu-tab--mobile.sidemenu-tab--active .sidemenu-tab__inner svg g g use {
|
|
3967
|
-
fill: var(--primary-main-light-1);
|
|
3968
|
-
}
|
|
3969
|
-
.sidemenu-tab--mobile .sidemenu-tab__inner {
|
|
3970
|
-
display: flex;
|
|
3971
|
-
flex-direction: column;
|
|
3972
|
-
align-items: center;
|
|
3973
|
-
}
|
|
3974
|
-
.sidemenu-tab--mobile svg {
|
|
3975
|
-
margin-right: 0;
|
|
3976
|
-
width: 16px;
|
|
3977
|
-
}
|
|
3978
|
-
.sidemenu-tab--mobile svg g g use {
|
|
3979
|
-
fill: var(--neutral-neutral-2);
|
|
3980
|
-
}
|
|
3981
|
-
.tippy-box {
|
|
3982
|
-
background-color: var(--others-white);
|
|
3983
|
-
border-radius: 4px;
|
|
3984
|
-
font-size: 16px;
|
|
3985
|
-
line-height: 1.4;
|
|
3986
|
-
white-space: normal;
|
|
3987
|
-
outline: 0;
|
|
3988
|
-
transition: all 0.3s ease;
|
|
3989
|
-
box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(var(--primary-main-dark-1-rgb), 0.2);
|
|
3990
|
-
z-index: 1000;
|
|
3991
|
-
color: inherit;
|
|
3992
|
-
cursor: pointer;
|
|
3993
|
-
}
|
|
3994
|
-
.tippy-box--inverted {
|
|
3995
|
-
background-color: var(--neutral-neutral-1);
|
|
3996
|
-
color: var(--others-white);
|
|
3997
|
-
border-radius: 0.3rem;
|
|
3998
|
-
font-size: 12px;
|
|
3999
|
-
box-shadow: none;
|
|
4000
|
-
}
|
|
4001
|
-
.tippy-box--inverted .tippy-content {
|
|
4002
|
-
padding: 0.75rem;
|
|
4003
|
-
white-space: pre-line;
|
|
4004
|
-
}
|
|
4005
|
-
.tippy-box--inverted .tippy-arrow {
|
|
4006
|
-
color: var(--neutral-neutral-1);
|
|
4007
|
-
}
|
|
4008
|
-
.tippy-box .tooltip__button {
|
|
4009
|
-
align-items: center;
|
|
4010
|
-
display: inline-flex;
|
|
4011
|
-
flex-direction: row;
|
|
4012
|
-
white-space: nowrap;
|
|
4013
|
-
}
|
|
4014
|
-
.tippy-box .tooltip__button:hover {
|
|
4015
|
-
cursor: pointer;
|
|
4016
|
-
}
|
|
4017
|
-
.tippy-box .tooltip__button > svg,
|
|
4018
|
-
.tippy-box .tooltip__button > img {
|
|
4019
|
-
width: 1.5rem;
|
|
4020
|
-
margin-right: 0.5rem;
|
|
4021
|
-
}
|
|
4022
|
-
.tippy-box .tooltip__button > svg g g {
|
|
4023
|
-
fill: var(--neutral-neutral-1);
|
|
4024
|
-
}
|
|
4025
|
-
.tippy-content {
|
|
4026
|
-
padding: 0.5rem;
|
|
4027
|
-
}
|
|
4028
|
-
.tippy-arrow {
|
|
4029
|
-
color: var(--others-white);
|
|
4030
|
-
}
|
|
4031
|
-
.e-spinner {
|
|
4032
|
-
animation: rotate 2s linear infinite;
|
|
4033
|
-
width: 24px;
|
|
4034
|
-
height: 24px;
|
|
4035
|
-
}
|
|
4036
|
-
.e-spinner path {
|
|
4037
|
-
fill: var(--others-white);
|
|
4038
|
-
stroke-linecap: round;
|
|
4039
|
-
stroke-dasharray: 15, 150;
|
|
4040
|
-
}
|
|
4041
|
-
.e-spinner.big {
|
|
4042
|
-
width: 70px;
|
|
4043
|
-
height: 70px;
|
|
4044
|
-
}
|
|
4045
|
-
.spinner--neutral path {
|
|
4046
|
-
fill: var(--neutral-neutral-2);
|
|
4047
|
-
}
|
|
4048
|
-
.spinner--primary path {
|
|
4049
|
-
fill: var(--primary-main);
|
|
4050
|
-
}
|
|
4051
|
-
.step-ratafia-card {
|
|
4052
|
-
display: flex;
|
|
4053
|
-
padding: 1.5rem;
|
|
4054
|
-
flex-direction: column;
|
|
4055
|
-
align-items: flex-start;
|
|
4056
|
-
gap: 0.5rem;
|
|
4057
|
-
align-self: stretch;
|
|
4058
|
-
border-radius: 4px;
|
|
4059
|
-
background: var(--neutral-neutral-6);
|
|
4060
|
-
}
|
|
4061
|
-
.step-ratafia-card__title {
|
|
4062
|
-
display: flex;
|
|
4063
|
-
align-items: center;
|
|
4064
|
-
gap: 0.5rem;
|
|
4065
|
-
align-self: stretch;
|
|
4066
|
-
color: var(--neutral-neutral-1);
|
|
4067
|
-
}
|
|
4068
|
-
.step-ratafia-card__title__icon {
|
|
4069
|
-
width: 20px;
|
|
4070
|
-
height: 20px;
|
|
4071
|
-
}
|
|
4072
|
-
.tag {
|
|
4073
|
-
align-items: center;
|
|
4074
|
-
background: var(--secondary-main-light-4);
|
|
4075
|
-
border-radius: 4px;
|
|
4076
|
-
display: flex;
|
|
4077
|
-
gap: 4px;
|
|
4078
|
-
justify-content: center;
|
|
4079
|
-
padding: 4px;
|
|
4080
|
-
width: fit-content;
|
|
4081
|
-
}
|
|
4082
|
-
.tag .icon {
|
|
4083
|
-
display: flex;
|
|
4084
|
-
}
|
|
4085
|
-
.tag .icon .icon-svg-with-theme-color {
|
|
4086
|
-
background-color: var(--secondary-main-dark-2);
|
|
4087
|
-
}
|
|
4088
|
-
.tag .text {
|
|
4089
|
-
color: var(--neutral-neutral-1);
|
|
4090
|
-
font-size: 12px;
|
|
4091
|
-
font-weight: 700;
|
|
4092
|
-
line-height: 16px;
|
|
4093
|
-
}
|
|
4094
|
-
.tagline {
|
|
4095
|
-
margin-bottom: 1rem;
|
|
4096
|
-
}
|
|
4097
|
-
.tagline__text {
|
|
4098
|
-
border-bottom: solid 1px var(--neutral-neutral-3);
|
|
4099
|
-
color: var(--neutral-neutral-2);
|
|
4100
|
-
display: inline-block;
|
|
4101
|
-
font-family: "Inter", sans-serif;
|
|
4102
|
-
font-weight: bold;
|
|
4103
|
-
letter-spacing: 0;
|
|
4104
|
-
padding-bottom: 0.5rem;
|
|
4105
|
-
text-transform: uppercase;
|
|
4106
|
-
}
|
|
4107
|
-
.tag-ratafia-item {
|
|
4108
|
-
background: var(--primary-main-light-6);
|
|
4109
|
-
border-radius: 4px;
|
|
4110
|
-
display: flex;
|
|
4111
|
-
justify-content: center;
|
|
4112
|
-
align-items: center;
|
|
4113
|
-
gap: 0.25rem;
|
|
4114
|
-
padding: 0.25rem 0.5rem;
|
|
4115
|
-
}
|
|
4116
|
-
.tag-ratafia-item__icon {
|
|
4117
|
-
height: 16px;
|
|
4118
|
-
width: 16px;
|
|
4119
|
-
}
|
|
4120
|
-
.tag-ratafia-item__description {
|
|
4121
|
-
color: var(--primary-main-dark-2);
|
|
4122
|
-
}
|
|
4123
|
-
.e-textarea {
|
|
4124
|
-
display: flex;
|
|
4125
|
-
flex-direction: column-reverse;
|
|
4126
|
-
}
|
|
4127
|
-
.e-textarea textarea {
|
|
4128
|
-
color: var(--neutral-neutral-2);
|
|
4129
|
-
background-color: var(--neutral-neutral-6);
|
|
4130
|
-
border-radius: 4px;
|
|
4131
|
-
padding: 0.75rem 0 0.75rem 0.75rem;
|
|
4132
|
-
font-size: 0.875rem;
|
|
4133
|
-
height: 10rem;
|
|
4134
|
-
border: none;
|
|
4135
|
-
text-overflow: ellipsis;
|
|
4136
|
-
transition: box-shadow 0.3s ease;
|
|
4137
|
-
box-shadow: 0 0 0 1px var(--neutral-neutral-3);
|
|
4138
|
-
margin: 0.0005em;
|
|
4139
|
-
outline: none;
|
|
4140
|
-
resize: vertical;
|
|
4141
|
-
}
|
|
4142
|
-
.e-textarea textarea::placeholder {
|
|
4143
|
-
color: var(--neutral-neutral-2);
|
|
4144
|
-
}
|
|
4145
|
-
.e-textarea textarea:-ms-input-placeholder {
|
|
4146
|
-
color: var(--neutral-neutral-2);
|
|
4147
|
-
}
|
|
4148
|
-
.e-textarea textarea::-ms-input-placeholder {
|
|
4149
|
-
color: var(--neutral-neutral-2);
|
|
4150
|
-
}
|
|
4151
|
-
.e-textarea textarea:hover {
|
|
4152
|
-
box-shadow: 0 0 0 1px var(--neutral-neutral-2);
|
|
4153
|
-
}
|
|
4154
|
-
.e-textarea textarea:active,
|
|
4155
|
-
.e-textarea textarea:focus {
|
|
4156
|
-
box-shadow: 0 0 0 2px var(--primary-main);
|
|
4157
|
-
outline: none;
|
|
4158
|
-
}
|
|
4159
|
-
.e-textarea.--group-invalid input {
|
|
4160
|
-
box-shadow: 0 0 0 2px var(--error-main);
|
|
4161
|
-
background-color: var(--error-error-3);
|
|
4162
|
-
}
|
|
4163
|
-
.e-textarea.--group-invalid input:active,
|
|
4164
|
-
.e-textarea.--group-invalid input:focus {
|
|
4165
|
-
box-shadow: 0 0 0 2px var(--primary-main);
|
|
4166
|
-
outline: none;
|
|
4167
|
-
background-color: var(--neutral-neutral-6);
|
|
4168
|
-
}
|
|
4169
|
-
.e-textarea.--is-invalid .e-text--error {
|
|
4170
|
-
display: flex;
|
|
4171
|
-
align-content: center;
|
|
4172
|
-
bottom: -1.5rem;
|
|
4173
|
-
margin-top: 0.5rem;
|
|
4174
|
-
color: var(--error-main);
|
|
4175
|
-
}
|
|
4176
|
-
.e-textarea.--is-invalid .e-text--error img {
|
|
4177
|
-
max-width: 20px;
|
|
4178
|
-
margin-right: 0.25rem;
|
|
4179
|
-
}
|
|
4180
|
-
.e-textarea.--is-invalid textarea {
|
|
4181
|
-
box-shadow: 0 0 0 2px var(--error-main);
|
|
4182
|
-
background-color: var(--error-error-3);
|
|
4183
|
-
}
|
|
4184
|
-
.e-textarea.--is-invalid textarea:active,
|
|
4185
|
-
.e-textarea.--is-invalid textarea:focus {
|
|
4186
|
-
box-shadow: 0 0 0 2px var(--primary-main);
|
|
4187
|
-
outline: none;
|
|
4188
|
-
background-color: var(--neutral-neutral-6);
|
|
4189
|
-
}
|
|
4190
|
-
.e-textarea .input-icon {
|
|
4191
|
-
position: absolute;
|
|
4192
|
-
transform: translate(-15%, -65%);
|
|
4193
|
-
right: 0;
|
|
4194
|
-
bottom: 0;
|
|
4195
|
-
}
|
|
4196
|
-
.e-textarea__inner {
|
|
4197
|
-
margin-bottom: 0;
|
|
4198
|
-
}
|
|
4199
|
-
.e-textarea .inputLabel {
|
|
4200
|
-
font-weight: bold;
|
|
4201
|
-
}
|
|
4202
|
-
.e-textarea .tooltip-form {
|
|
4203
|
-
margin-top: 0;
|
|
4204
|
-
}
|
|
4205
|
-
.e-toggle {
|
|
4206
|
-
display: flex;
|
|
4207
|
-
align-items: center;
|
|
4208
|
-
color: var(--others-black);
|
|
4209
|
-
}
|
|
4210
|
-
.e-toggle .switch {
|
|
4211
|
-
position: relative;
|
|
4212
|
-
display: inline-block;
|
|
4213
|
-
width: 60px;
|
|
4214
|
-
height: 34px;
|
|
4215
|
-
outline: none;
|
|
4216
|
-
}
|
|
4217
|
-
.e-toggle .switch input {
|
|
4218
|
-
position: absolute;
|
|
4219
|
-
top: -99999px;
|
|
4220
|
-
left: -99999px;
|
|
4221
|
-
}
|
|
4222
|
-
.e-toggle .slider {
|
|
4223
|
-
position: absolute;
|
|
4224
|
-
cursor: pointer;
|
|
4225
|
-
top: 0;
|
|
4226
|
-
left: 0;
|
|
4227
|
-
right: 0;
|
|
4228
|
-
bottom: 0;
|
|
4229
|
-
background-color: #ccc;
|
|
4230
|
-
-webkit-transition: 0.4s;
|
|
4231
|
-
transition: 0.4s;
|
|
4232
|
-
border-radius: 34px;
|
|
4233
|
-
}
|
|
4234
|
-
.e-toggle .slider:before {
|
|
4235
|
-
position: absolute;
|
|
4236
|
-
content: "";
|
|
4237
|
-
height: 26px;
|
|
4238
|
-
width: 26px;
|
|
4239
|
-
left: 4px;
|
|
4240
|
-
bottom: 4px;
|
|
4241
|
-
background-color: var(--others-white);
|
|
4242
|
-
transition: 0.4s;
|
|
4243
|
-
border-radius: 50%;
|
|
4244
|
-
}
|
|
4245
|
-
.e-toggle input:checked + .slider {
|
|
4246
|
-
background-color: green;
|
|
4247
|
-
}
|
|
4248
|
-
.e-toggle input:focus + .slider {
|
|
4249
|
-
box-shadow: 0 0 1px green;
|
|
4250
|
-
}
|
|
4251
|
-
.e-toggle input:checked + .slider:before {
|
|
4252
|
-
transform: translateX(26px);
|
|
4253
|
-
}
|
|
4254
|
-
.top-bar-wrapper {
|
|
4255
|
-
display: none;
|
|
4256
|
-
height: 35px;
|
|
4257
|
-
overflow: hidden;
|
|
4258
|
-
transition: all 0.6s ease;
|
|
4259
|
-
}
|
|
4260
|
-
.top-bar-wrapper.--is-hidden {
|
|
4261
|
-
height: 0;
|
|
4262
|
-
}
|
|
4263
|
-
@media (min-width: 720px) {
|
|
4264
|
-
.top-bar-wrapper {
|
|
4265
|
-
display: block;
|
|
4266
|
-
}
|
|
4267
|
-
}
|
|
4268
|
-
@media (max-width: 575px) {
|
|
4269
|
-
.top-bar-wrapper {
|
|
4270
|
-
display: block;
|
|
4271
|
-
}
|
|
4272
|
-
}
|
|
4273
|
-
.top-bar-wrapper .top-bar {
|
|
4274
|
-
display: flex;
|
|
4275
|
-
background-color: var(--neutral-neutral-6);
|
|
4276
|
-
font-size: 0.9rem;
|
|
4277
|
-
letter-spacing: -0.3px;
|
|
4278
|
-
width: 100%;
|
|
4279
|
-
height: 100%;
|
|
4280
|
-
justify-content: center;
|
|
4281
|
-
align-items: flex-end;
|
|
4282
|
-
border: 1px solid var(--neutral-neutral-4);
|
|
4283
|
-
}
|
|
4284
|
-
@media (max-width: 575px) {
|
|
4285
|
-
.top-bar-wrapper .top-bar {
|
|
4286
|
-
align-items: center;
|
|
2052
|
+
.e-radio.--tabs:not(.--icons) input:hover:not(:checked) + label {
|
|
2053
|
+
width: 100%;
|
|
4287
2054
|
}
|
|
4288
2055
|
}
|
|
4289
|
-
.
|
|
4290
|
-
|
|
2056
|
+
.e-radio.--icons .radio-icon {
|
|
2057
|
+
display: none;
|
|
4291
2058
|
}
|
|
4292
|
-
@media (
|
|
4293
|
-
.
|
|
4294
|
-
|
|
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;
|
|
4295
2064
|
}
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
background-color: var(--neutral-neutral-5);
|
|
4307
|
-
display: flex;
|
|
4308
|
-
padding: 8px 16px;
|
|
4309
|
-
justify-content: space-between;
|
|
4310
|
-
align-items: center;
|
|
4311
|
-
border-radius: 4px;
|
|
4312
|
-
box-shadow: 0px 2px 6px 0px rgba(var(--primary-main-dark-1-rgb), 0.25);
|
|
4313
|
-
font-size: 14px;
|
|
4314
|
-
line-height: 18px;
|
|
4315
|
-
letter-spacing: -0.3px;
|
|
4316
|
-
position: fixed;
|
|
4317
|
-
top: 8px;
|
|
4318
|
-
left: 8px;
|
|
4319
|
-
right: 8px;
|
|
4320
|
-
}
|
|
4321
|
-
.top-bar-mobile.fade-In {
|
|
4322
|
-
visibility: visible;
|
|
4323
|
-
opacity: 1;
|
|
4324
|
-
transition: visibility 0s linear 0s, opacity 300ms;
|
|
4325
|
-
}
|
|
4326
|
-
.top-bar-mobile.fade-Out {
|
|
4327
|
-
visibility: hidden;
|
|
4328
|
-
opacity: 0;
|
|
4329
|
-
transition: visibility 0s linear 300ms, opacity 300ms;
|
|
4330
|
-
}
|
|
4331
|
-
.top-bar-mobile > b {
|
|
4332
|
-
display: flex;
|
|
4333
|
-
justify-content: center;
|
|
4334
|
-
align-items: center;
|
|
4335
|
-
}
|
|
4336
|
-
.top-bar-mobile > b a {
|
|
4337
|
-
display: contents;
|
|
4338
|
-
}
|
|
4339
|
-
.top-bar-mobile > b img {
|
|
4340
|
-
margin-right: 8px;
|
|
4341
|
-
}
|
|
4342
|
-
.trustpilot {
|
|
4343
|
-
margin: auto;
|
|
4344
|
-
padding: 0 1rem;
|
|
4345
|
-
}
|
|
4346
|
-
@media (min-width: 720px) {
|
|
4347
|
-
.trustpilot {
|
|
4348
|
-
margin: 3rem auto;
|
|
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;
|
|
4349
2075
|
}
|
|
4350
|
-
|
|
4351
|
-
.
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
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;
|
|
4363
2100
|
}
|
|
4364
2101
|
}
|
|
4365
|
-
.
|
|
4366
|
-
|
|
4367
|
-
color: var(--
|
|
4368
|
-
margin-bottom: 1rem;
|
|
4369
|
-
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);
|
|
4370
2105
|
}
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
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);
|
|
4376
2111
|
}
|
|
4377
|
-
.
|
|
4378
|
-
|
|
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);
|
|
4379
2117
|
}
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
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;
|
|
4384
2123
|
}
|
|
4385
|
-
.
|
|
4386
|
-
background-color: var(--neutral-neutral-6);
|
|
4387
|
-
font-family: "Inter", sans-serif;
|
|
2124
|
+
.radio-group__label {
|
|
4388
2125
|
color: var(--neutral-neutral-1);
|
|
4389
2126
|
}
|
|
4390
|
-
.
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
}
|
|
4394
|
-
.wide-info-bar__wrapper {
|
|
4395
|
-
display: flex;
|
|
4396
|
-
flex-flow: column nowrap;
|
|
4397
|
-
justify-content: space-between;
|
|
4398
|
-
max-width: 1200px;
|
|
4399
|
-
margin: auto;
|
|
4400
|
-
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;
|
|
4401
2130
|
}
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
font-size: 0.9rem;
|
|
4406
|
-
padding: 1rem 1.5rem;
|
|
4407
|
-
}
|
|
2131
|
+
.e-radio.radio--small.--tabs .e-radio__inner {
|
|
2132
|
+
margin-top: 0;
|
|
2133
|
+
margin-bottom: 0;
|
|
4408
2134
|
}
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
padding: 0.5rem 2rem;
|
|
4412
|
-
}
|
|
2135
|
+
.e-radio.radio--narrow.--regular .e-radio__inner {
|
|
2136
|
+
margin-top: 0.5rem;
|
|
4413
2137
|
}
|
|
4414
|
-
.
|
|
4415
|
-
|
|
4416
|
-
|
|
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;
|
|
4417
2143
|
}
|
|
4418
|
-
.
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
margin-
|
|
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;
|
|
4422
2148
|
}
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
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;
|
|
4427
2161
|
}
|
|
4428
|
-
.
|
|
4429
|
-
visibility: hidden;
|
|
2162
|
+
.tippy-box--inverted {
|
|
4430
2163
|
background-color: var(--neutral-neutral-1);
|
|
4431
2164
|
color: var(--others-white);
|
|
4432
|
-
padding: 1rem 1rem;
|
|
4433
2165
|
border-radius: 0.3rem;
|
|
4434
2166
|
font-size: 12px;
|
|
4435
|
-
|
|
4436
|
-
display: flex;
|
|
4437
|
-
align-items: flex-start;
|
|
4438
|
-
justify-content: space-between;
|
|
4439
|
-
position: absolute;
|
|
4440
|
-
z-index: 1;
|
|
4441
|
-
top: 1.5rem;
|
|
4442
|
-
right: -5rem;
|
|
2167
|
+
box-shadow: none;
|
|
4443
2168
|
}
|
|
4444
|
-
|
|
4445
|
-
.
|
|
4446
|
-
|
|
4447
|
-
}
|
|
2169
|
+
.tippy-box--inverted .tippy-content {
|
|
2170
|
+
padding: 0.75rem;
|
|
2171
|
+
white-space: pre-line;
|
|
4448
2172
|
}
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
right: -4rem;
|
|
4452
|
-
}
|
|
2173
|
+
.tippy-box--inverted .tippy-arrow {
|
|
2174
|
+
color: var(--neutral-neutral-1);
|
|
4453
2175
|
}
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
2176
|
+
.tippy-box .tooltip__button {
|
|
2177
|
+
align-items: center;
|
|
2178
|
+
display: inline-flex;
|
|
2179
|
+
flex-direction: row;
|
|
2180
|
+
white-space: nowrap;
|
|
4458
2181
|
}
|
|
4459
|
-
.
|
|
4460
|
-
|
|
2182
|
+
.tippy-box .tooltip__button:hover {
|
|
2183
|
+
cursor: pointer;
|
|
4461
2184
|
}
|
|
4462
|
-
.
|
|
4463
|
-
|
|
2185
|
+
.tippy-box .tooltip__button > svg,
|
|
2186
|
+
.tippy-box .tooltip__button > img {
|
|
2187
|
+
width: 1.5rem;
|
|
2188
|
+
margin-right: 0.5rem;
|
|
4464
2189
|
}
|
|
4465
|
-
.
|
|
4466
|
-
|
|
2190
|
+
.tippy-box .tooltip__button > svg g g {
|
|
2191
|
+
fill: var(--neutral-neutral-1);
|
|
4467
2192
|
}
|
|
4468
|
-
.
|
|
4469
|
-
|
|
2193
|
+
.tippy-content {
|
|
2194
|
+
padding: 0.5rem;
|
|
4470
2195
|
}
|
|
4471
|
-
.
|
|
4472
|
-
|
|
4473
|
-
visibility: hidden;
|
|
4474
|
-
position: absolute;
|
|
4475
|
-
width: 0;
|
|
4476
|
-
height: 0;
|
|
4477
|
-
box-shadow: 0 0.25rem 0.5rem -0.5rem;
|
|
4478
|
-
border-bottom: 0.5rem solid var(--neutral-neutral-1);
|
|
4479
|
-
-webkit-transform: translate(-100%, 0);
|
|
4480
|
-
transform: translate(-100%, 0);
|
|
4481
|
-
top: 1.1rem;
|
|
4482
|
-
right: -1rem;
|
|
4483
|
-
border-left: 0.5rem solid transparent;
|
|
4484
|
-
border-right: 0.5rem solid transparent;
|
|
4485
|
-
z-index: 20;
|
|
4486
|
-
}
|
|
4487
|
-
.dialog-menu-icon--visible::before,
|
|
4488
|
-
.dialog-menu-icon--visible-on-hover:hover::before {
|
|
4489
|
-
visibility: visible;
|
|
2196
|
+
.tippy-arrow {
|
|
2197
|
+
color: var(--others-white);
|
|
4490
2198
|
}
|
|
4491
2199
|
.accordion__container {
|
|
4492
2200
|
overflow: hidden;
|
|
@@ -4586,8 +2294,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4586
2294
|
display: flex;
|
|
4587
2295
|
flex-flow: row wrap;
|
|
4588
2296
|
flex: 1 1 0;
|
|
4589
|
-
border-radius:
|
|
4590
|
-
box-shadow:
|
|
2297
|
+
border-radius: var(--global-border-radius);
|
|
2298
|
+
box-shadow: var(--box-shadow-small);
|
|
4591
2299
|
max-width: 960px;
|
|
4592
2300
|
margin: 1rem 0;
|
|
4593
2301
|
}
|
|
@@ -4753,8 +2461,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4753
2461
|
}
|
|
4754
2462
|
.bottom-overlay__nav {
|
|
4755
2463
|
background: var(--others-white);
|
|
4756
|
-
border-top-left-radius:
|
|
4757
|
-
border-top-right-radius:
|
|
2464
|
+
border-top-left-radius: var(--global-border-radius);
|
|
2465
|
+
border-top-right-radius: var(--global-border-radius);
|
|
4758
2466
|
bottom: 0;
|
|
4759
2467
|
position: absolute;
|
|
4760
2468
|
transform: translateY(100%);
|
|
@@ -4774,14 +2482,14 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4774
2482
|
.bottom-overlay__nav .overlay__delimiter:after {
|
|
4775
2483
|
content: "";
|
|
4776
2484
|
background: var(--neutral-neutral-3);
|
|
4777
|
-
border-radius:
|
|
2485
|
+
border-radius: var(--global-border-radius);
|
|
4778
2486
|
display: block;
|
|
4779
2487
|
height: 0.25rem;
|
|
4780
2488
|
margin: 0 auto;
|
|
4781
2489
|
width: 7.5rem;
|
|
4782
2490
|
}
|
|
4783
2491
|
.bottom-overlay__nav .overlay__delimiter.overlay__delimiter__scrolling {
|
|
4784
|
-
box-shadow:
|
|
2492
|
+
box-shadow: var(--box-shadow-small);
|
|
4785
2493
|
position: relative;
|
|
4786
2494
|
z-index: 1;
|
|
4787
2495
|
}
|
|
@@ -4806,8 +2514,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4806
2514
|
}
|
|
4807
2515
|
.box--form {
|
|
4808
2516
|
background: var(--others-white);
|
|
4809
|
-
border-radius:
|
|
4810
|
-
box-shadow:
|
|
2517
|
+
border-radius: var(--global-border-radius);
|
|
2518
|
+
box-shadow: var(--box-shadow-container);
|
|
4811
2519
|
padding-left: 1.5rem;
|
|
4812
2520
|
padding-right: 1.5rem;
|
|
4813
2521
|
}
|
|
@@ -4819,7 +2527,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4819
2527
|
}
|
|
4820
2528
|
.box--form .box--form__title {
|
|
4821
2529
|
color: var(--neutral-neutral-1);
|
|
4822
|
-
font-family:
|
|
2530
|
+
font-family: var(--font-sans);
|
|
4823
2531
|
font-weight: bold;
|
|
4824
2532
|
width: 95%;
|
|
4825
2533
|
}
|
|
@@ -4921,6 +2629,9 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4921
2629
|
.breadcrumb-container {
|
|
4922
2630
|
margin: 1.5rem 0;
|
|
4923
2631
|
}
|
|
2632
|
+
.breadcrumb-container__list {
|
|
2633
|
+
display: flex;
|
|
2634
|
+
}
|
|
4924
2635
|
.contact-box {
|
|
4925
2636
|
display: flex;
|
|
4926
2637
|
flex-flow: column;
|
|
@@ -4978,13 +2689,13 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
4978
2689
|
}
|
|
4979
2690
|
.continue-banner__tagline {
|
|
4980
2691
|
color: var(--neutral-neutral-4);
|
|
4981
|
-
font-family:
|
|
2692
|
+
font-family: var(--font-sans);
|
|
4982
2693
|
line-height: 1.38;
|
|
4983
2694
|
margin-bottom: 1rem;
|
|
4984
2695
|
}
|
|
4985
2696
|
.continue-banner__title {
|
|
4986
2697
|
color: var(--primary-main-light-5);
|
|
4987
|
-
font-family:
|
|
2698
|
+
font-family: var(--font-serif);
|
|
4988
2699
|
font-size: 1.5rem;
|
|
4989
2700
|
line-height: 1.29;
|
|
4990
2701
|
}
|
|
@@ -5084,9 +2795,9 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5084
2795
|
}
|
|
5085
2796
|
}
|
|
5086
2797
|
.faqItem {
|
|
5087
|
-
border-radius:
|
|
2798
|
+
border-radius: var(--global-border-radius);
|
|
5088
2799
|
background: var(--others-white);
|
|
5089
|
-
box-shadow:
|
|
2800
|
+
box-shadow: var(--box-shadow-small);
|
|
5090
2801
|
}
|
|
5091
2802
|
.faqItem .fakeAnchor {
|
|
5092
2803
|
position: absolute;
|
|
@@ -5104,7 +2815,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5104
2815
|
display: flex;
|
|
5105
2816
|
flex-flow: row nowrap;
|
|
5106
2817
|
align-items: center;
|
|
5107
|
-
gap:
|
|
2818
|
+
gap: var(--global-gap);
|
|
5108
2819
|
justify-content: space-between;
|
|
5109
2820
|
padding: 1rem;
|
|
5110
2821
|
cursor: pointer;
|
|
@@ -5123,10 +2834,6 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5123
2834
|
letter-spacing: -0.3px;
|
|
5124
2835
|
padding: 0 1rem 1rem;
|
|
5125
2836
|
}
|
|
5126
|
-
.faqItem .content .answer ul {
|
|
5127
|
-
list-style: disc;
|
|
5128
|
-
margin-left: 2rem;
|
|
5129
|
-
}
|
|
5130
2837
|
.faqItem.open .question svg {
|
|
5131
2838
|
transform: rotate(90deg);
|
|
5132
2839
|
}
|
|
@@ -5269,7 +2976,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5269
2976
|
padding-bottom: 1rem;
|
|
5270
2977
|
border-bottom: 1px solid var(--neutral-neutral-4);
|
|
5271
2978
|
font-size: 20px;
|
|
5272
|
-
font-family:
|
|
2979
|
+
font-family: var(--font-sans);
|
|
5273
2980
|
font-weight: 700;
|
|
5274
2981
|
}
|
|
5275
2982
|
.free-doc-modal-content .right-container .info-box__text {
|
|
@@ -5440,7 +3147,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5440
3147
|
}
|
|
5441
3148
|
.mid-banner-ratafia-sample__image img {
|
|
5442
3149
|
border-radius: 8px 8px 0 0;
|
|
5443
|
-
box-shadow:
|
|
3150
|
+
box-shadow: var(--box-shadow-small);
|
|
5444
3151
|
width: 727px;
|
|
5445
3152
|
}
|
|
5446
3153
|
.mid-banner-ratafia-sample__sumarized-tag {
|
|
@@ -5453,9 +3160,9 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5453
3160
|
left: 85px;
|
|
5454
3161
|
top: -13px;
|
|
5455
3162
|
background: var(--primary-main-light-5);
|
|
5456
|
-
border-radius:
|
|
3163
|
+
border-radius: var(--global-border-radius);
|
|
5457
3164
|
border: 1px solid var(--primary-main-light-3);
|
|
5458
|
-
box-shadow:
|
|
3165
|
+
box-shadow: var(--box-shadow-small);
|
|
5459
3166
|
}
|
|
5460
3167
|
.mid-banner-ratafia-sample__sumarized-tag__icon {
|
|
5461
3168
|
width: 16px;
|
|
@@ -5471,8 +3178,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5471
3178
|
padding: 0.5rem;
|
|
5472
3179
|
gap: 0.25rem;
|
|
5473
3180
|
background: var(--neutral-neutral-6);
|
|
5474
|
-
border-radius:
|
|
5475
|
-
box-shadow:
|
|
3181
|
+
border-radius: var(--global-border-radius);
|
|
3182
|
+
box-shadow: var(--box-shadow-small);
|
|
5476
3183
|
}
|
|
5477
3184
|
.mid-banner-ratafia-sample__feature-tag__icon {
|
|
5478
3185
|
width: 20px;
|
|
@@ -5516,7 +3223,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5516
3223
|
}
|
|
5517
3224
|
.more-docs-desktop .container .section-title {
|
|
5518
3225
|
text-align: left;
|
|
5519
|
-
font-family:
|
|
3226
|
+
font-family: var(--font-serif);
|
|
5520
3227
|
font-size: 32px;
|
|
5521
3228
|
font-weight: normal;
|
|
5522
3229
|
line-height: 1.31;
|
|
@@ -5632,7 +3339,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5632
3339
|
.navbar-drop-down__container__menu_items {
|
|
5633
3340
|
background: var(--others-white);
|
|
5634
3341
|
padding: 1.5rem;
|
|
5635
|
-
box-shadow:
|
|
3342
|
+
box-shadow: var(--box-shadow-container);
|
|
5636
3343
|
}
|
|
5637
3344
|
.navbar-drop-down__container__menu_items ul li {
|
|
5638
3345
|
margin-bottom: 1rem;
|
|
@@ -5818,7 +3525,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5818
3525
|
.popular-docs .documents {
|
|
5819
3526
|
display: flex;
|
|
5820
3527
|
flex-direction: column;
|
|
5821
|
-
gap:
|
|
3528
|
+
gap: var(--global-gap);
|
|
5822
3529
|
}
|
|
5823
3530
|
.pricing-card {
|
|
5824
3531
|
position: relative;
|
|
@@ -5853,8 +3560,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
5853
3560
|
}
|
|
5854
3561
|
.pricing-card__wrapper {
|
|
5855
3562
|
background-color: var(--others-white);
|
|
5856
|
-
box-shadow:
|
|
5857
|
-
border-radius:
|
|
3563
|
+
box-shadow: var(--box-shadow-container);
|
|
3564
|
+
border-radius: var(--global-border-radius);
|
|
5858
3565
|
border: solid 1px transparent;
|
|
5859
3566
|
}
|
|
5860
3567
|
.pricing-card__wrapper ul {
|
|
@@ -6054,7 +3761,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6054
3761
|
z-index: 10000;
|
|
6055
3762
|
overflow: hidden;
|
|
6056
3763
|
border-radius: 4px;
|
|
6057
|
-
box-shadow:
|
|
3764
|
+
box-shadow: var(--box-shadow-container);
|
|
6058
3765
|
font-size: 14px;
|
|
6059
3766
|
}
|
|
6060
3767
|
@media (min-width: 575px) {
|
|
@@ -6165,7 +3872,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6165
3872
|
background-color: var(--others-white);
|
|
6166
3873
|
}
|
|
6167
3874
|
.homeStepsItem {
|
|
6168
|
-
border-radius:
|
|
3875
|
+
border-radius: var(--global-border-radius);
|
|
6169
3876
|
display: flex;
|
|
6170
3877
|
max-width: 100%;
|
|
6171
3878
|
padding: 2rem;
|
|
@@ -6175,8 +3882,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6175
3882
|
align-items: flex-start;
|
|
6176
3883
|
text-align: center;
|
|
6177
3884
|
background: var(--others-white);
|
|
6178
|
-
box-shadow:
|
|
6179
|
-
border:
|
|
3885
|
+
box-shadow: var(--box-shadow-medium);
|
|
3886
|
+
border: var(--global-border-radius);
|
|
6180
3887
|
margin-right: 0.5rem;
|
|
6181
3888
|
margin-bottom: 1rem;
|
|
6182
3889
|
}
|
|
@@ -6309,7 +4016,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6309
4016
|
appearance: none;
|
|
6310
4017
|
color: var(--neutral-neutral-1);
|
|
6311
4018
|
background-color: var(--neutral-neutral-6);
|
|
6312
|
-
border-radius:
|
|
4019
|
+
border-radius: var(--global-border-radius);
|
|
6313
4020
|
padding: 0.75rem 0 0.75rem 0.75rem;
|
|
6314
4021
|
font-size: 0.875rem;
|
|
6315
4022
|
height: 40px;
|
|
@@ -6446,7 +4153,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6446
4153
|
text-decoration: underline;
|
|
6447
4154
|
}
|
|
6448
4155
|
.tooltip-menu__item {
|
|
6449
|
-
border-radius:
|
|
4156
|
+
border-radius: var(--global-border-radius);
|
|
6450
4157
|
border: 1px solid var(--neutral-neutral-4);
|
|
6451
4158
|
display: flex;
|
|
6452
4159
|
padding: 0.1875rem;
|
|
@@ -6513,7 +4220,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6513
4220
|
}
|
|
6514
4221
|
}
|
|
6515
4222
|
.type-modules-list .module-title {
|
|
6516
|
-
font-family:
|
|
4223
|
+
font-family: var(--font-sans);
|
|
6517
4224
|
font-size: 18px;
|
|
6518
4225
|
font-weight: 700;
|
|
6519
4226
|
line-height: 24px;
|
|
@@ -6528,7 +4235,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6528
4235
|
}
|
|
6529
4236
|
}
|
|
6530
4237
|
.type-modules-list .module-description {
|
|
6531
|
-
font-family:
|
|
4238
|
+
font-family: var(--font-sans);
|
|
6532
4239
|
font-size: 16px;
|
|
6533
4240
|
font-weight: 400;
|
|
6534
4241
|
line-height: 22px;
|
|
@@ -6657,7 +4364,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6657
4364
|
.about-us-content__body {
|
|
6658
4365
|
margin-top: 1rem;
|
|
6659
4366
|
margin-bottom: 2rem;
|
|
6660
|
-
font-family:
|
|
4367
|
+
font-family: var(--font-sans);
|
|
6661
4368
|
}
|
|
6662
4369
|
@media (min-width: 720px) {
|
|
6663
4370
|
.about-us-content__body {
|
|
@@ -6671,7 +4378,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6671
4378
|
}
|
|
6672
4379
|
.about-us-content__body__button {
|
|
6673
4380
|
margin-top: 2rem;
|
|
6674
|
-
font-family:
|
|
4381
|
+
font-family: var(--font-sans);
|
|
6675
4382
|
}
|
|
6676
4383
|
.about-us-content__body__button .e-button {
|
|
6677
4384
|
display: block;
|
|
@@ -6730,17 +4437,17 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6730
4437
|
font-weight: 400 !important;
|
|
6731
4438
|
}
|
|
6732
4439
|
.card-functionality {
|
|
6733
|
-
border-radius:
|
|
6734
|
-
box-shadow:
|
|
4440
|
+
border-radius: var(--global-border-radius);
|
|
4441
|
+
box-shadow: var(--box-shadow-medium);
|
|
6735
4442
|
display: flex;
|
|
6736
4443
|
flex-direction: column;
|
|
6737
|
-
gap:
|
|
4444
|
+
gap: var(--global-gap);
|
|
6738
4445
|
padding: 1em;
|
|
6739
4446
|
}
|
|
6740
4447
|
.card-functionality .content-tags {
|
|
6741
4448
|
display: flex;
|
|
6742
4449
|
flex-direction: column;
|
|
6743
|
-
gap:
|
|
4450
|
+
gap: var(--global-gap);
|
|
6744
4451
|
}
|
|
6745
4452
|
.card-functionality .content-tags .content {
|
|
6746
4453
|
display: flex;
|
|
@@ -6755,7 +4462,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6755
4462
|
}
|
|
6756
4463
|
.card-functionality .content-tags .content .header .icon {
|
|
6757
4464
|
padding: 2px;
|
|
6758
|
-
border-radius:
|
|
4465
|
+
border-radius: var(--global-border-radius);
|
|
6759
4466
|
background: var(--primary-main-light-5);
|
|
6760
4467
|
}
|
|
6761
4468
|
.card-functionality .content-tags .content .header .title {
|
|
@@ -6898,7 +4605,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6898
4605
|
.faqGroup .faqs {
|
|
6899
4606
|
display: flex;
|
|
6900
4607
|
flex-direction: column;
|
|
6901
|
-
gap:
|
|
4608
|
+
gap: var(--global-gap);
|
|
6902
4609
|
width: 100%;
|
|
6903
4610
|
}
|
|
6904
4611
|
.features-ratafia-content__wrapper {
|
|
@@ -6956,7 +4663,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6956
4663
|
}
|
|
6957
4664
|
}
|
|
6958
4665
|
.guidelines-section__texts__title {
|
|
6959
|
-
font-family:
|
|
4666
|
+
font-family: var(--font-serif);
|
|
6960
4667
|
margin-bottom: 2rem;
|
|
6961
4668
|
text-align: center;
|
|
6962
4669
|
font-size: 32px;
|
|
@@ -6971,7 +4678,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
6971
4678
|
}
|
|
6972
4679
|
}
|
|
6973
4680
|
.guidelines-section__texts__body {
|
|
6974
|
-
font-family:
|
|
4681
|
+
font-family: var(--font-sans);
|
|
6975
4682
|
font-size: 16px;
|
|
6976
4683
|
line-height: 22px;
|
|
6977
4684
|
}
|
|
@@ -7282,7 +4989,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7282
4989
|
height: calc(100vh - 5.125rem);
|
|
7283
4990
|
border-radius: 16px 16px 0 0;
|
|
7284
4991
|
background: var(--others-white);
|
|
7285
|
-
box-shadow:
|
|
4992
|
+
box-shadow: var(--box-shadow-small);
|
|
7286
4993
|
}
|
|
7287
4994
|
@media (min-width: 575px) {
|
|
7288
4995
|
.layout-ratafia__wrapper {
|
|
@@ -7408,7 +5115,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7408
5115
|
bottom: 0;
|
|
7409
5116
|
height: 3.25rem;
|
|
7410
5117
|
width: 100%;
|
|
7411
|
-
box-shadow:
|
|
5118
|
+
box-shadow: var(--box-shadow-container);
|
|
7412
5119
|
z-index: 1;
|
|
7413
5120
|
}
|
|
7414
5121
|
@media (min-width: 575px) {
|
|
@@ -7467,7 +5174,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7467
5174
|
}
|
|
7468
5175
|
}
|
|
7469
5176
|
.try-our-free-legal-blogs-section__texts__title {
|
|
7470
|
-
font-family:
|
|
5177
|
+
font-family: var(--font-serif);
|
|
7471
5178
|
font-size: 32px;
|
|
7472
5179
|
line-height: 42px;
|
|
7473
5180
|
margin-bottom: 2rem;
|
|
@@ -7480,7 +5187,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7480
5187
|
}
|
|
7481
5188
|
}
|
|
7482
5189
|
.try-our-free-legal-blogs-section__texts__body {
|
|
7483
|
-
font-family:
|
|
5190
|
+
font-family: var(--font-sans);
|
|
7484
5191
|
font-size: 16px;
|
|
7485
5192
|
line-height: 22px;
|
|
7486
5193
|
}
|
|
@@ -7510,7 +5217,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7510
5217
|
font-size: 0.8rem;
|
|
7511
5218
|
line-height: 1.2;
|
|
7512
5219
|
font-weight: 700;
|
|
7513
|
-
font-family:
|
|
5220
|
+
font-family: var(--font-sans);
|
|
7514
5221
|
color: var(--neutral-neutral-2);
|
|
7515
5222
|
padding-bottom: 0.5rem;
|
|
7516
5223
|
border-bottom: 1px solid var(--neutral-neutral-3);
|
|
@@ -7522,7 +5229,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7522
5229
|
line-height: 1.2;
|
|
7523
5230
|
letter-spacing: -0.4px;
|
|
7524
5231
|
font-weight: 400;
|
|
7525
|
-
font-family:
|
|
5232
|
+
font-family: var(--font-serif);
|
|
7526
5233
|
color: var(--neutral-neutral-1);
|
|
7527
5234
|
}
|
|
7528
5235
|
@media (min-width: 720px) {
|
|
@@ -7603,9 +5310,10 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7603
5310
|
}
|
|
7604
5311
|
}
|
|
7605
5312
|
.as-seen-in-section-box .as-seen-in-section__title {
|
|
5313
|
+
color: var(--neutral-neutral-2);
|
|
7606
5314
|
text-align: center;
|
|
7607
5315
|
font-size: 32px;
|
|
7608
|
-
font-family:
|
|
5316
|
+
font-family: var(--font-serif);
|
|
7609
5317
|
font-style: normal;
|
|
7610
5318
|
font-weight: 400;
|
|
7611
5319
|
line-height: 42px;
|
|
@@ -7838,11 +5546,11 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7838
5546
|
display: flex;
|
|
7839
5547
|
justify-content: center;
|
|
7840
5548
|
flex-direction: column;
|
|
7841
|
-
background-color: var(--
|
|
5549
|
+
background-color: var(--neutral-neutral-6);
|
|
7842
5550
|
margin-bottom: 4rem;
|
|
7843
5551
|
}
|
|
7844
5552
|
.experts-section__title {
|
|
7845
|
-
font-family:
|
|
5553
|
+
font-family: var(--font-serif);
|
|
7846
5554
|
font-size: 32px;
|
|
7847
5555
|
font-weight: 400;
|
|
7848
5556
|
line-height: 42px;
|
|
@@ -7946,7 +5654,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7946
5654
|
.functionality-cards {
|
|
7947
5655
|
display: flex;
|
|
7948
5656
|
flex-direction: column;
|
|
7949
|
-
gap:
|
|
5657
|
+
gap: var(--global-gap);
|
|
7950
5658
|
margin-bottom: 2rem;
|
|
7951
5659
|
width: 100%;
|
|
7952
5660
|
}
|
|
@@ -7982,7 +5690,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
7982
5690
|
}
|
|
7983
5691
|
.how-it-works-wrapper .works-title {
|
|
7984
5692
|
width: auto;
|
|
7985
|
-
font-family:
|
|
5693
|
+
font-family: var(--font-serif);
|
|
7986
5694
|
text-align: center;
|
|
7987
5695
|
padding-top: 4rem;
|
|
7988
5696
|
}
|
|
@@ -8117,8 +5825,8 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8117
5825
|
width: 100%;
|
|
8118
5826
|
margin: 0 1rem;
|
|
8119
5827
|
background-color: var(--others-white);
|
|
8120
|
-
border-radius:
|
|
8121
|
-
box-shadow:
|
|
5828
|
+
border-radius: var(--global-border-radius);
|
|
5829
|
+
box-shadow: var(--box-shadow-medium);
|
|
8122
5830
|
padding: 2rem;
|
|
8123
5831
|
transform: translateY(2rem);
|
|
8124
5832
|
}
|
|
@@ -8147,7 +5855,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8147
5855
|
.learn-more__wrapper .learn-more__faqs li a {
|
|
8148
5856
|
font-weight: bold;
|
|
8149
5857
|
transition: all 0.3s ease;
|
|
8150
|
-
border-radius:
|
|
5858
|
+
border-radius: var(--global-border-radius);
|
|
8151
5859
|
display: inline-block;
|
|
8152
5860
|
padding: 0.5rem;
|
|
8153
5861
|
position: relative;
|
|
@@ -8187,7 +5895,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8187
5895
|
}
|
|
8188
5896
|
.legal .m-richText .cookie-table,
|
|
8189
5897
|
.legal .m-richText .cookies-downloaded-documents-pages {
|
|
8190
|
-
box-shadow:
|
|
5898
|
+
box-shadow: var(--box-shadow-medium);
|
|
8191
5899
|
}
|
|
8192
5900
|
.legal .m-richText .cookie-table thead th:nth-child(3),
|
|
8193
5901
|
.legal .m-richText .cookie-table thead th:nth-child(4),
|
|
@@ -8220,7 +5928,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8220
5928
|
.legal .m-richText table {
|
|
8221
5929
|
margin: 2.5rem 0;
|
|
8222
5930
|
width: 100%;
|
|
8223
|
-
border-radius:
|
|
5931
|
+
border-radius: var(--global-border-radius);
|
|
8224
5932
|
text-align: center;
|
|
8225
5933
|
border-collapse: collapse;
|
|
8226
5934
|
}
|
|
@@ -8230,11 +5938,11 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8230
5938
|
border-right: 1px solid var(--neutral-neutral-4);
|
|
8231
5939
|
}
|
|
8232
5940
|
.legal .m-richText table thead th:first-child {
|
|
8233
|
-
border-top-left-radius:
|
|
5941
|
+
border-top-left-radius: var(--global-border-radius);
|
|
8234
5942
|
}
|
|
8235
5943
|
.legal .m-richText table thead th:last-child {
|
|
8236
5944
|
border-right: none;
|
|
8237
|
-
border-top-right-radius:
|
|
5945
|
+
border-top-right-radius: var(--global-border-radius);
|
|
8238
5946
|
}
|
|
8239
5947
|
.legal .m-richText table thead tr {
|
|
8240
5948
|
font-weight: bold;
|
|
@@ -8331,7 +6039,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8331
6039
|
}
|
|
8332
6040
|
}
|
|
8333
6041
|
.people-say__title {
|
|
8334
|
-
font-family:
|
|
6042
|
+
font-family: var(--font-serif);
|
|
8335
6043
|
font-size: 32px;
|
|
8336
6044
|
font-weight: 400;
|
|
8337
6045
|
line-height: 42px;
|
|
@@ -8629,7 +6337,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8629
6337
|
}
|
|
8630
6338
|
.faq-page .titles .title {
|
|
8631
6339
|
color: var(--neutral-neutral-2);
|
|
8632
|
-
font-family:
|
|
6340
|
+
font-family: var(--font-sans);
|
|
8633
6341
|
font-size: 14px;
|
|
8634
6342
|
line-height: 18px;
|
|
8635
6343
|
letter-spacing: -0.3px;
|
|
@@ -8639,7 +6347,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8639
6347
|
}
|
|
8640
6348
|
.faq-page .titles .subtitle {
|
|
8641
6349
|
color: var(--neutral-main);
|
|
8642
|
-
font-family:
|
|
6350
|
+
font-family: var(--font-serif);
|
|
8643
6351
|
font-size: 36px;
|
|
8644
6352
|
line-height: 48px;
|
|
8645
6353
|
font-weight: 400;
|
|
@@ -8655,7 +6363,7 @@ html[data-theme=lawdistrict] .document-status.--is-new .icon {
|
|
|
8655
6363
|
display: flex;
|
|
8656
6364
|
flex-direction: row;
|
|
8657
6365
|
padding: 32px 24px;
|
|
8658
|
-
gap:
|
|
6366
|
+
gap: var(--global-gap);
|
|
8659
6367
|
background: var(--primary-main-light-6);
|
|
8660
6368
|
justify-content: center;
|
|
8661
6369
|
}
|