@npm_leadtech/legal-lib-components 5.11.0 → 5.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/styles.css +0 -847
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +2 -2
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.js +59 -0
- package/dist/src/components/organisms/AboutUsContent/{AboutUsContent.scss → AboutUsContent.styled.ts} +13 -11
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +3 -3
- package/dist/src/components/organisms/Accordion/Accordion.js +2 -2
- package/dist/src/components/organisms/Accordion/Accordion.styled.d.ts +1 -0
- package/dist/src/components/organisms/Accordion/Accordion.styled.js +5 -0
- package/dist/src/components/organisms/Accordion/Accordion.styled.ts +6 -0
- package/dist/src/components/organisms/Accordion/Accordion.tsx +3 -4
- package/dist/src/components/organisms/ArticlesList/ArticlesList.js +2 -2
- package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.d.ts +1 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.js +11 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesList.styled.ts +12 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +3 -3
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.js +3 -3
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.js +22 -0
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.styled.ts +23 -0
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.tsx +3 -3
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.js +2 -2
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.d.ts +1 -0
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.styled.js +60 -0
- package/dist/src/components/organisms/CardFunctionality/{CardFunctionality.scss → CardFunctionality.styled.ts} +3 -3
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.tsx +3 -3
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.js +2 -2
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.d.ts +1 -0
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.styled.js +43 -0
- package/dist/src/components/organisms/ContactJumbotron/{ContactJumbotron.scss → ContactJumbotron.styled.ts} +6 -7
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.tsx +3 -3
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.js +2 -2
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.d.ts +1 -0
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.js +54 -0
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.styled.ts +55 -0
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.tsx +11 -13
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.js +2 -2
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.d.ts +1 -0
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.styled.js +18 -0
- package/dist/src/components/organisms/ErrorContentRatafia/{ErrorContentRatafia.scss → ErrorContentRatafia.styled.ts} +7 -6
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.tsx +3 -3
- package/dist/src/components/organisms/FaqGroup/FaqGroup.js +2 -2
- package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.d.ts +1 -0
- package/dist/src/components/organisms/FaqGroup/FaqGroup.styled.js +21 -0
- package/dist/src/components/organisms/FaqGroup/{FaqGroup.scss → FaqGroup.styled.ts} +3 -3
- package/dist/src/components/organisms/FaqGroup/FaqGroup.tsx +3 -3
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.js +2 -2
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.styled.js +27 -0
- package/dist/src/components/organisms/FeaturesRatafiaContent/{FeaturesRatafiaContent.scss → FeaturesRatafiaContent.styled.ts} +4 -4
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +138 -0
- package/dist/src/components/organisms/GuidelinesContent/{GuidelinesContent.scss → GuidelinesContent.styled.ts} +17 -17
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +3 -3
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.js +2 -2
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.styled.js +26 -0
- package/dist/src/components/organisms/JumbotronRatafiaContent/{JumbotronRatafiaContent.scss → JumbotronRatafiaContent.styled.ts} +6 -7
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.js +2 -2
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.d.ts +1 -0
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.styled.js +144 -0
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/{KeyFactsLoadingContentRatafia.scss → KeyFactsLoadingContentRatafia.styled.ts} +24 -25
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.tsx +3 -3
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.js +2 -2
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.d.ts +1 -0
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.js +21 -0
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.styled.ts +22 -0
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.tsx +3 -3
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.js +2 -2
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.styled.d.ts +5 -0
- package/dist/src/components/organisms/LanguageSelectorMobile/{LanguageSelectorMobile.scss → LanguageSelectorMobile.styled.js} +6 -6
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.styled.ts +70 -0
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.tsx +3 -3
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.js +2 -2
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.d.ts +1 -0
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.styled.js +91 -0
- package/dist/src/components/organisms/LayoutRatafia/{LayoutRatafia.scss → LayoutRatafia.styled.ts} +12 -13
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.tsx +3 -3
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.js +2 -2
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.d.ts +1 -0
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.styled.js +34 -0
- package/dist/src/components/organisms/ListStepsGetForm/{ListStepsGetForm.scss → ListStepsGetForm.styled.ts} +7 -7
- package/dist/src/components/organisms/ListStepsGetForm/ListStepsGetForm.tsx +3 -3
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.js +2 -2
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.js +14 -0
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.styled.ts +15 -0
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.js +4 -8
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.styled.d.ts +1 -0
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.styled.js +45 -0
- package/dist/src/components/organisms/MobileBottomBar/{MobileBottomBar.scss → MobileBottomBar.styled.ts} +6 -6
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.tsx +5 -10
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.d.ts +0 -1
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBarProps.types.ts +0 -1
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.js +2 -2
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.js +11 -0
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.styled.ts +12 -0
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.tsx +3 -3
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.js +3 -3
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.d.ts +1 -0
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.js +54 -0
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.styled.ts +55 -0
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.tsx +3 -3
- package/dist/src/globalStyles/styles.scss +0 -22
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/organisms/Accordion/Accordion.scss +0 -4
- package/dist/src/components/organisms/ArticlesList/ArticlesList.scss +0 -12
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +0 -22
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +0 -54
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +0 -23
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +0 -16
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +0 -12
package/dist/css/styles.css
CHANGED
|
@@ -2196,853 +2196,6 @@ h2.react-datepicker__current-month {
|
|
|
2196
2196
|
.tippy-arrow {
|
|
2197
2197
|
color: var(--others-white);
|
|
2198
2198
|
}
|
|
2199
|
-
.about-us-content {
|
|
2200
|
-
display: flex;
|
|
2201
|
-
flex-flow: row wrap;
|
|
2202
|
-
justify-content: center;
|
|
2203
|
-
}
|
|
2204
|
-
@media (min-width: 720px) {
|
|
2205
|
-
.about-us-content {
|
|
2206
|
-
flex-flow: row nowrap;
|
|
2207
|
-
}
|
|
2208
|
-
}
|
|
2209
|
-
.about-us-content__body {
|
|
2210
|
-
margin-top: 1rem;
|
|
2211
|
-
margin-bottom: 2rem;
|
|
2212
|
-
font-family: var(--font-sans);
|
|
2213
|
-
}
|
|
2214
|
-
@media (min-width: 720px) {
|
|
2215
|
-
.about-us-content__body {
|
|
2216
|
-
flex-basis: 50%;
|
|
2217
|
-
margin-top: 0;
|
|
2218
|
-
margin-bottom: 3rem;
|
|
2219
|
-
}
|
|
2220
|
-
}
|
|
2221
|
-
.about-us-content__body .m-richText a {
|
|
2222
|
-
color: var(--primary-main);
|
|
2223
|
-
}
|
|
2224
|
-
.about-us-content__body__button {
|
|
2225
|
-
margin-top: 2rem;
|
|
2226
|
-
font-family: var(--font-sans);
|
|
2227
|
-
}
|
|
2228
|
-
.about-us-content__body__button .e-button {
|
|
2229
|
-
display: block;
|
|
2230
|
-
}
|
|
2231
|
-
@media (min-width: 720px) {
|
|
2232
|
-
.about-us-content__body__button .e-button {
|
|
2233
|
-
display: inline-block;
|
|
2234
|
-
}
|
|
2235
|
-
}
|
|
2236
|
-
.about-us-content__image {
|
|
2237
|
-
margin-bottom: 1rem;
|
|
2238
|
-
}
|
|
2239
|
-
@media (min-width: 720px) {
|
|
2240
|
-
.about-us-content__image {
|
|
2241
|
-
margin-bottom: 0;
|
|
2242
|
-
margin-right: 1rem;
|
|
2243
|
-
flex-basis: 50%;
|
|
2244
|
-
}
|
|
2245
|
-
}
|
|
2246
|
-
@media (min-width: 960px) {
|
|
2247
|
-
.about-us-content__image {
|
|
2248
|
-
margin-bottom: -3rem;
|
|
2249
|
-
}
|
|
2250
|
-
}
|
|
2251
|
-
.about-us-content__image img {
|
|
2252
|
-
width: 100%;
|
|
2253
|
-
}
|
|
2254
|
-
.accordion {
|
|
2255
|
-
width: 100%;
|
|
2256
|
-
padding-bottom: 2rem;
|
|
2257
|
-
}
|
|
2258
|
-
.articles_wrapper {
|
|
2259
|
-
display: flex;
|
|
2260
|
-
flex-direction: column;
|
|
2261
|
-
align-items: stretch;
|
|
2262
|
-
}
|
|
2263
|
-
@media (min-width: 960px) {
|
|
2264
|
-
.articles_wrapper {
|
|
2265
|
-
flex-direction: row;
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
.as-see-in-content {
|
|
2269
|
-
display: flex;
|
|
2270
|
-
}
|
|
2271
|
-
.as-see-in-content__text {
|
|
2272
|
-
justify-content: center;
|
|
2273
|
-
text-align: center;
|
|
2274
|
-
}
|
|
2275
|
-
.as-see-in-content__text #articles,
|
|
2276
|
-
.as-see-in-content__text #legal-documents {
|
|
2277
|
-
color: var(--primary-main-light-1);
|
|
2278
|
-
font-weight: 400;
|
|
2279
|
-
}
|
|
2280
|
-
.as-see-in-content__text a {
|
|
2281
|
-
color: var(--primary-main-light-1);
|
|
2282
|
-
font-weight: 400 !important;
|
|
2283
|
-
}
|
|
2284
|
-
.card-functionality {
|
|
2285
|
-
border-radius: var(--global-border-radius);
|
|
2286
|
-
box-shadow: var(--box-shadow-medium);
|
|
2287
|
-
display: flex;
|
|
2288
|
-
flex-direction: column;
|
|
2289
|
-
gap: var(--global-gap);
|
|
2290
|
-
padding: 1em;
|
|
2291
|
-
}
|
|
2292
|
-
.card-functionality .content-tags {
|
|
2293
|
-
display: flex;
|
|
2294
|
-
flex-direction: column;
|
|
2295
|
-
gap: var(--global-gap);
|
|
2296
|
-
}
|
|
2297
|
-
.card-functionality .content-tags .content {
|
|
2298
|
-
display: flex;
|
|
2299
|
-
flex-direction: column;
|
|
2300
|
-
gap: 0.5rem;
|
|
2301
|
-
}
|
|
2302
|
-
.card-functionality .content-tags .content .header {
|
|
2303
|
-
display: flex;
|
|
2304
|
-
align-items: center;
|
|
2305
|
-
gap: 10px;
|
|
2306
|
-
flex-direction: row;
|
|
2307
|
-
}
|
|
2308
|
-
.card-functionality .content-tags .content .header .icon {
|
|
2309
|
-
padding: 2px;
|
|
2310
|
-
border-radius: var(--global-border-radius);
|
|
2311
|
-
background: var(--primary-main-light-5);
|
|
2312
|
-
}
|
|
2313
|
-
.card-functionality .content-tags .content .header .title {
|
|
2314
|
-
color: var(--neutral-neutral-1);
|
|
2315
|
-
font-weight: 700;
|
|
2316
|
-
}
|
|
2317
|
-
.card-functionality .content-tags .content .text {
|
|
2318
|
-
overflow: hidden;
|
|
2319
|
-
color: var(--neutral-neutral-1);
|
|
2320
|
-
font-size: 14px;
|
|
2321
|
-
display: -webkit-box;
|
|
2322
|
-
-webkit-line-clamp: 2;
|
|
2323
|
-
line-clamp: 2;
|
|
2324
|
-
-webkit-box-orient: vertical;
|
|
2325
|
-
}
|
|
2326
|
-
.card-functionality .content-tags .tags {
|
|
2327
|
-
display: flex;
|
|
2328
|
-
gap: 2rem;
|
|
2329
|
-
flex-wrap: wrap;
|
|
2330
|
-
}
|
|
2331
|
-
.card-functionality .cta-card {
|
|
2332
|
-
align-self: flex-start;
|
|
2333
|
-
margin-top: 0;
|
|
2334
|
-
}
|
|
2335
|
-
.contact__text .contact__text__title {
|
|
2336
|
-
color: var(--primary-main-dark-1);
|
|
2337
|
-
margin-bottom: 2rem;
|
|
2338
|
-
font-size: 1.5rem;
|
|
2339
|
-
font-weight: 500;
|
|
2340
|
-
line-height: 2rem;
|
|
2341
|
-
}
|
|
2342
|
-
.contact__text .contact__text__subtitle {
|
|
2343
|
-
color: var(--neutral-neutral-1);
|
|
2344
|
-
font-size: 1rem;
|
|
2345
|
-
}
|
|
2346
|
-
.contact__text .contact__text__subtitle p {
|
|
2347
|
-
margin-bottom: 1rem;
|
|
2348
|
-
}
|
|
2349
|
-
.contact__text .contact__text .logo-text {
|
|
2350
|
-
color: var(--neutral-neutral-2);
|
|
2351
|
-
}
|
|
2352
|
-
.contact__text .logo-text {
|
|
2353
|
-
margin-top: 3.25rem;
|
|
2354
|
-
}
|
|
2355
|
-
@media (min-width: 575px) {
|
|
2356
|
-
.contact__text .logo-text {
|
|
2357
|
-
margin-top: 4rem;
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2360
|
-
.contact__text .logo-text img {
|
|
2361
|
-
min-width: 52px;
|
|
2362
|
-
}
|
|
2363
|
-
.contact__text .faq-button {
|
|
2364
|
-
display: inline-block;
|
|
2365
|
-
margin-top: 1rem;
|
|
2366
|
-
width: 100%;
|
|
2367
|
-
}
|
|
2368
|
-
@media (min-width: 575px) {
|
|
2369
|
-
.contact__text .faq-button {
|
|
2370
|
-
width: 10rem;
|
|
2371
|
-
}
|
|
2372
|
-
}
|
|
2373
|
-
.fixed-container {
|
|
2374
|
-
display: flex;
|
|
2375
|
-
flex-direction: column;
|
|
2376
|
-
position: fixed;
|
|
2377
|
-
bottom: 0;
|
|
2378
|
-
z-index: 3;
|
|
2379
|
-
width: 100%;
|
|
2380
|
-
}
|
|
2381
|
-
.cookie-policy-bar {
|
|
2382
|
-
display: flex;
|
|
2383
|
-
flex-direction: column;
|
|
2384
|
-
align-items: center;
|
|
2385
|
-
width: 100%;
|
|
2386
|
-
padding: 0 1.5rem 1rem;
|
|
2387
|
-
background-color: black;
|
|
2388
|
-
color: var(--others-white);
|
|
2389
|
-
}
|
|
2390
|
-
@media (min-width: 575px) {
|
|
2391
|
-
.cookie-policy-bar {
|
|
2392
|
-
flex-direction: row;
|
|
2393
|
-
align-items: center;
|
|
2394
|
-
padding-bottom: 0;
|
|
2395
|
-
justify-content: center;
|
|
2396
|
-
}
|
|
2397
|
-
}
|
|
2398
|
-
.cookie-policy-bar__text {
|
|
2399
|
-
margin: 1rem 0 0.5rem;
|
|
2400
|
-
max-width: 48rem;
|
|
2401
|
-
}
|
|
2402
|
-
@media (min-width: 575px) {
|
|
2403
|
-
.cookie-policy-bar__text {
|
|
2404
|
-
margin-bottom: 1rem;
|
|
2405
|
-
margin-right: 1.5rem;
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
2408
|
-
@media (min-width: 960px) {
|
|
2409
|
-
.cookie-policy-bar__text {
|
|
2410
|
-
margin-right: 2.5rem;
|
|
2411
|
-
}
|
|
2412
|
-
}
|
|
2413
|
-
.cookie-policy-bar__text a {
|
|
2414
|
-
text-decoration: underline;
|
|
2415
|
-
color: var(--others-white);
|
|
2416
|
-
}
|
|
2417
|
-
.cookie-policy-bar__text.m-richText p {
|
|
2418
|
-
margin-bottom: 0;
|
|
2419
|
-
}
|
|
2420
|
-
.accept-cookies-button {
|
|
2421
|
-
white-space: nowrap;
|
|
2422
|
-
}
|
|
2423
|
-
.error-content-ratafia {
|
|
2424
|
-
width: 100%;
|
|
2425
|
-
color: var(--neutral-neutral-2);
|
|
2426
|
-
}
|
|
2427
|
-
.error-content-ratafia__title {
|
|
2428
|
-
font-size: 1rem;
|
|
2429
|
-
padding-bottom: 1rem;
|
|
2430
|
-
}
|
|
2431
|
-
.error-content-ratafia__message {
|
|
2432
|
-
font-size: 1rem;
|
|
2433
|
-
font-style: normal;
|
|
2434
|
-
font-weight: 400;
|
|
2435
|
-
line-height: 22px;
|
|
2436
|
-
letter-spacing: -0.3px;
|
|
2437
|
-
}
|
|
2438
|
-
.faqGroup {
|
|
2439
|
-
display: flex;
|
|
2440
|
-
flex-direction: column;
|
|
2441
|
-
align-items: flex-start;
|
|
2442
|
-
gap: 32px;
|
|
2443
|
-
}
|
|
2444
|
-
.faqGroup .title {
|
|
2445
|
-
color: var(--neutral-neutral-1);
|
|
2446
|
-
font-size: 28px;
|
|
2447
|
-
line-height: 32px;
|
|
2448
|
-
letter-spacing: -0.3px;
|
|
2449
|
-
}
|
|
2450
|
-
.faqGroup .faqs {
|
|
2451
|
-
display: flex;
|
|
2452
|
-
flex-direction: column;
|
|
2453
|
-
gap: var(--global-gap);
|
|
2454
|
-
width: 100%;
|
|
2455
|
-
}
|
|
2456
|
-
.features-ratafia-content__wrapper {
|
|
2457
|
-
display: flex;
|
|
2458
|
-
flex-direction: column;
|
|
2459
|
-
justify-content: center;
|
|
2460
|
-
align-items: center;
|
|
2461
|
-
flex: 1 0 0;
|
|
2462
|
-
gap: 1.5rem;
|
|
2463
|
-
}
|
|
2464
|
-
.features-ratafia-content__wrapper__title {
|
|
2465
|
-
display: flex;
|
|
2466
|
-
flex-direction: column;
|
|
2467
|
-
justify-content: center;
|
|
2468
|
-
align-items: center;
|
|
2469
|
-
align-self: stretch;
|
|
2470
|
-
gap: 1rem;
|
|
2471
|
-
}
|
|
2472
|
-
.features-ratafia-content__wrapper__title__text {
|
|
2473
|
-
align-self: stretch;
|
|
2474
|
-
color: var(--neutral-neutral-1);
|
|
2475
|
-
}
|
|
2476
|
-
.features-ratafia-content__wrapper__title__description {
|
|
2477
|
-
align-self: stretch;
|
|
2478
|
-
color: var(--neutral-neutral-1);
|
|
2479
|
-
}
|
|
2480
|
-
.guidelines-section-main {
|
|
2481
|
-
display: flex;
|
|
2482
|
-
flex-direction: column;
|
|
2483
|
-
flex-wrap: nowrap;
|
|
2484
|
-
padding: 1.5rem;
|
|
2485
|
-
}
|
|
2486
|
-
@media (min-width: 960px) {
|
|
2487
|
-
.guidelines-section-main {
|
|
2488
|
-
flex-direction: row;
|
|
2489
|
-
padding: 0;
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2492
|
-
.guidelines-section__texts {
|
|
2493
|
-
flex-basis: 50%;
|
|
2494
|
-
display: flex;
|
|
2495
|
-
flex-direction: column;
|
|
2496
|
-
justify-content: center;
|
|
2497
|
-
margin-bottom: 1rem;
|
|
2498
|
-
margin-right: 0;
|
|
2499
|
-
color: var(--neutral-neutral-1);
|
|
2500
|
-
font-style: normal;
|
|
2501
|
-
font-weight: 400;
|
|
2502
|
-
letter-spacing: -0.3px;
|
|
2503
|
-
}
|
|
2504
|
-
@media (min-width: 720px) {
|
|
2505
|
-
.guidelines-section__texts {
|
|
2506
|
-
margin-left: 3rem;
|
|
2507
|
-
margin-bottom: 0;
|
|
2508
|
-
}
|
|
2509
|
-
}
|
|
2510
|
-
.guidelines-section__texts__title {
|
|
2511
|
-
font-family: var(--font-serif);
|
|
2512
|
-
margin-bottom: 2rem;
|
|
2513
|
-
text-align: center;
|
|
2514
|
-
font-size: 32px;
|
|
2515
|
-
font-style: normal;
|
|
2516
|
-
font-weight: 400;
|
|
2517
|
-
line-height: 42px;
|
|
2518
|
-
letter-spacing: -0.3px;
|
|
2519
|
-
}
|
|
2520
|
-
@media (min-width: 720px) {
|
|
2521
|
-
.guidelines-section__texts__title {
|
|
2522
|
-
text-align: left;
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
.guidelines-section__texts__body {
|
|
2526
|
-
font-family: var(--font-sans);
|
|
2527
|
-
font-size: 16px;
|
|
2528
|
-
line-height: 22px;
|
|
2529
|
-
}
|
|
2530
|
-
.guidelines-section__texts__body a {
|
|
2531
|
-
color: var(--primary-main-light-1);
|
|
2532
|
-
font-weight: 400 !important;
|
|
2533
|
-
}
|
|
2534
|
-
.guidelines-section__image {
|
|
2535
|
-
flex-basis: 50%;
|
|
2536
|
-
margin-bottom: 2rem;
|
|
2537
|
-
}
|
|
2538
|
-
.guidelines-section__image.big-devices {
|
|
2539
|
-
display: none;
|
|
2540
|
-
}
|
|
2541
|
-
@media (min-width: 720px) {
|
|
2542
|
-
.guidelines-section__image.big-devices {
|
|
2543
|
-
display: flex;
|
|
2544
|
-
}
|
|
2545
|
-
}
|
|
2546
|
-
.guidelines-section__image.is-mobile {
|
|
2547
|
-
display: none;
|
|
2548
|
-
}
|
|
2549
|
-
@media (min-width: 720px) {
|
|
2550
|
-
.guidelines-section__image.is-mobile {
|
|
2551
|
-
display: none;
|
|
2552
|
-
}
|
|
2553
|
-
}
|
|
2554
|
-
.guidelines-section__image.is-mobile img {
|
|
2555
|
-
display: none;
|
|
2556
|
-
}
|
|
2557
|
-
.guidelines-section-detail {
|
|
2558
|
-
display: flex;
|
|
2559
|
-
flex-direction: column;
|
|
2560
|
-
gap: 1.5rem;
|
|
2561
|
-
margin: 2rem 0 1rem 0;
|
|
2562
|
-
}
|
|
2563
|
-
@media (min-width: 960px) {
|
|
2564
|
-
.guidelines-section-detail {
|
|
2565
|
-
flex-direction: row;
|
|
2566
|
-
}
|
|
2567
|
-
}
|
|
2568
|
-
.guidelines-section-detail__item {
|
|
2569
|
-
display: flex;
|
|
2570
|
-
flex: 1;
|
|
2571
|
-
flex-direction: column;
|
|
2572
|
-
background: var(--others-white);
|
|
2573
|
-
border-radius: 0.5rem;
|
|
2574
|
-
padding: 1.5rem;
|
|
2575
|
-
}
|
|
2576
|
-
.guidelines-section-detail__item__image {
|
|
2577
|
-
width: 100%;
|
|
2578
|
-
border-radius: 0.5rem;
|
|
2579
|
-
}
|
|
2580
|
-
.guidelines-section-detail__item__title {
|
|
2581
|
-
font-family: "Lora", serif;
|
|
2582
|
-
font-style: normal;
|
|
2583
|
-
font-weight: 400;
|
|
2584
|
-
font-size: 24px;
|
|
2585
|
-
line-height: 32px;
|
|
2586
|
-
letter-spacing: -0.3px;
|
|
2587
|
-
color: var(--neutral-neutral-1);
|
|
2588
|
-
margin: 1.5rem 0 1rem 0;
|
|
2589
|
-
}
|
|
2590
|
-
.guidelines-section-detail__item ul {
|
|
2591
|
-
list-style-type: disc;
|
|
2592
|
-
}
|
|
2593
|
-
.guidelines-section-detail__item ol {
|
|
2594
|
-
list-style-type: decimal;
|
|
2595
|
-
}
|
|
2596
|
-
.guidelines-section-detail__item ul,
|
|
2597
|
-
.guidelines-section-detail__item ol {
|
|
2598
|
-
margin-left: 1rem;
|
|
2599
|
-
margin-bottom: 1rem;
|
|
2600
|
-
}
|
|
2601
|
-
.guidelines-section-detail__item ul li,
|
|
2602
|
-
.guidelines-section-detail__item ol li {
|
|
2603
|
-
margin-bottom: 0;
|
|
2604
|
-
}
|
|
2605
|
-
.jumbotron-ratafia-content {
|
|
2606
|
-
display: flex;
|
|
2607
|
-
flex-direction: column;
|
|
2608
|
-
align-items: flex-start;
|
|
2609
|
-
gap: 1rem;
|
|
2610
|
-
}
|
|
2611
|
-
.jumbotron-ratafia-content__title__text {
|
|
2612
|
-
line-height: 2.25rem;
|
|
2613
|
-
font-size: 2rem;
|
|
2614
|
-
font-family: "Inter", sans-serif;
|
|
2615
|
-
color: var(--others-white);
|
|
2616
|
-
}
|
|
2617
|
-
.jumbotron-ratafia-content__title__text__icon {
|
|
2618
|
-
padding: 0 0.6rem;
|
|
2619
|
-
border-radius: 4px;
|
|
2620
|
-
color: var(--primary-main-dark-2);
|
|
2621
|
-
background: var(--secondary-main-light-2);
|
|
2622
|
-
}
|
|
2623
|
-
.jumbotron-ratafia-content__description {
|
|
2624
|
-
color: var(--others-white);
|
|
2625
|
-
}
|
|
2626
|
-
.key-facts-loading-content {
|
|
2627
|
-
display: flex;
|
|
2628
|
-
flex-direction: column;
|
|
2629
|
-
align-items: flex-start;
|
|
2630
|
-
align-self: stretch;
|
|
2631
|
-
gap: 1rem;
|
|
2632
|
-
}
|
|
2633
|
-
.key-facts-loading-content__document-name {
|
|
2634
|
-
color: var(--neutral-neutral-2);
|
|
2635
|
-
font-size: 1rem;
|
|
2636
|
-
}
|
|
2637
|
-
@media (min-width: 575px) {
|
|
2638
|
-
.key-facts-loading-content__document-name {
|
|
2639
|
-
font-size: 1.125rem;
|
|
2640
|
-
}
|
|
2641
|
-
}
|
|
2642
|
-
.key-facts-loading-content__animation-wrapper {
|
|
2643
|
-
height: 54vh;
|
|
2644
|
-
align-self: stretch;
|
|
2645
|
-
padding: 0 2rem 1.5rem 1.5rem;
|
|
2646
|
-
overflow: hidden;
|
|
2647
|
-
border-radius: 4px;
|
|
2648
|
-
border-top: 4px solid var(--neutral-neutral-6);
|
|
2649
|
-
border-bottom: 4px solid var(--neutral-neutral-6);
|
|
2650
|
-
background: var(--neutral-neutral-6);
|
|
2651
|
-
}
|
|
2652
|
-
@media (min-width: 575px) {
|
|
2653
|
-
.key-facts-loading-content__animation-wrapper {
|
|
2654
|
-
height: 490px;
|
|
2655
|
-
}
|
|
2656
|
-
}
|
|
2657
|
-
.key-facts-loading-content__animation-wrapper__animation {
|
|
2658
|
-
display: flex;
|
|
2659
|
-
flex-direction: column;
|
|
2660
|
-
align-items: flex-start;
|
|
2661
|
-
justify-content: center;
|
|
2662
|
-
gap: 0.8rem;
|
|
2663
|
-
padding: 2rem 0;
|
|
2664
|
-
border-bottom: 1px solid var(--neutral-neutral-4);
|
|
2665
|
-
}
|
|
2666
|
-
.key-facts-loading-content__animation-wrapper__animation__loader {
|
|
2667
|
-
background: var(--neutral-neutral-4);
|
|
2668
|
-
border-radius: 16px;
|
|
2669
|
-
}
|
|
2670
|
-
.key-facts-loading-content__animation-wrapper__animation .item-1 {
|
|
2671
|
-
height: 10px;
|
|
2672
|
-
width: 45%;
|
|
2673
|
-
}
|
|
2674
|
-
.key-facts-loading-content__animation-wrapper__animation .item-2 {
|
|
2675
|
-
height: 7px;
|
|
2676
|
-
width: 30%;
|
|
2677
|
-
}
|
|
2678
|
-
.key-facts-loading-content__animation-wrapper__animation .item-3 {
|
|
2679
|
-
height: 10px;
|
|
2680
|
-
width: 25%;
|
|
2681
|
-
}
|
|
2682
|
-
.key-facts-loading-content__animation-wrapper__animation .item-4 {
|
|
2683
|
-
height: 7px;
|
|
2684
|
-
width: 70%;
|
|
2685
|
-
}
|
|
2686
|
-
.key-facts-loading-content__animation-wrapper__animation .item-5 {
|
|
2687
|
-
height: 7px;
|
|
2688
|
-
width: 55%;
|
|
2689
|
-
}
|
|
2690
|
-
.key-facts-loading-content__animation-wrapper__animation .item-6 {
|
|
2691
|
-
height: 7px;
|
|
2692
|
-
width: 65%;
|
|
2693
|
-
}
|
|
2694
|
-
.key-facts-loading-content__animation-wrapper__animation .item-7 {
|
|
2695
|
-
height: 7px;
|
|
2696
|
-
width: 90%;
|
|
2697
|
-
}
|
|
2698
|
-
.key-facts-loading-content__animation-wrapper__animation .item-8 {
|
|
2699
|
-
height: 7px;
|
|
2700
|
-
width: 90%;
|
|
2701
|
-
}
|
|
2702
|
-
.key-facts-loading-content__animation-wrapper .animation-1 {
|
|
2703
|
-
animation: appear 4s ease-in-out 1, fadeInOut 4s ease-in-out infinite 4s;
|
|
2704
|
-
}
|
|
2705
|
-
.key-facts-loading-content__animation-wrapper .animation-2 {
|
|
2706
|
-
animation: appear 5s ease-in-out 1, fadeInOut 4s ease-in-out infinite 4s;
|
|
2707
|
-
}
|
|
2708
|
-
.key-facts-loading-content__animation-wrapper .animation-3 {
|
|
2709
|
-
animation: appear 6s ease-in-out 1, fadeInOut 4s ease-in-out infinite 4s;
|
|
2710
|
-
}
|
|
2711
|
-
.key-facts-loading-content__animation-wrapper .animation-4 {
|
|
2712
|
-
animation: appear 6s ease-in-out 1, fadeInOut 4s ease-in-out infinite 4s;
|
|
2713
|
-
}
|
|
2714
|
-
.key-facts-loading-content__message {
|
|
2715
|
-
display: flex;
|
|
2716
|
-
justify-content: start;
|
|
2717
|
-
align-items: flex-start;
|
|
2718
|
-
align-self: stretch;
|
|
2719
|
-
padding: 1rem;
|
|
2720
|
-
gap: 0.5rem;
|
|
2721
|
-
border-radius: 4px;
|
|
2722
|
-
background: var(--secondary-main-light-4);
|
|
2723
|
-
}
|
|
2724
|
-
.key-facts-loading-content__message__icon img {
|
|
2725
|
-
width: 24px;
|
|
2726
|
-
}
|
|
2727
|
-
.key-facts-loading-content__message__text {
|
|
2728
|
-
color: var(--neutral-neutral-1);
|
|
2729
|
-
}
|
|
2730
|
-
@keyframes fadeInOut {
|
|
2731
|
-
0%, 100% {
|
|
2732
|
-
opacity: 1;
|
|
2733
|
-
}
|
|
2734
|
-
50% {
|
|
2735
|
-
opacity: 0.2;
|
|
2736
|
-
}
|
|
2737
|
-
}
|
|
2738
|
-
@keyframes appear {
|
|
2739
|
-
0% {
|
|
2740
|
-
opacity: 0;
|
|
2741
|
-
}
|
|
2742
|
-
100% {
|
|
2743
|
-
opacity: 1;
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
.key-facts-result-content {
|
|
2747
|
-
display: flex;
|
|
2748
|
-
flex-direction: column;
|
|
2749
|
-
align-items: flex-start;
|
|
2750
|
-
flex: 1 0 0;
|
|
2751
|
-
align-self: stretch;
|
|
2752
|
-
gap: 1rem;
|
|
2753
|
-
}
|
|
2754
|
-
.key-facts-result-content__document-name {
|
|
2755
|
-
color: var(--neutral-neutral-2);
|
|
2756
|
-
font-size: 1rem;
|
|
2757
|
-
}
|
|
2758
|
-
@media (min-width: 575px) {
|
|
2759
|
-
.key-facts-result-content__document-name {
|
|
2760
|
-
font-size: 1.125rem;
|
|
2761
|
-
}
|
|
2762
|
-
}
|
|
2763
|
-
.key-facts-result-content__content {
|
|
2764
|
-
overflow: hidden;
|
|
2765
|
-
}
|
|
2766
|
-
.language-selector-mobile {
|
|
2767
|
-
position: relative;
|
|
2768
|
-
}
|
|
2769
|
-
.language-selector-mobile .selected-option {
|
|
2770
|
-
display: flex;
|
|
2771
|
-
justify-content: space-between;
|
|
2772
|
-
align-items: center;
|
|
2773
|
-
background-color: var(--primary-main-dark-1);
|
|
2774
|
-
border: 0;
|
|
2775
|
-
}
|
|
2776
|
-
.language-selector-mobile .selected-option .language {
|
|
2777
|
-
color: var(--others-white);
|
|
2778
|
-
}
|
|
2779
|
-
.language-selector-mobile .selected-option .chevron-expand-more {
|
|
2780
|
-
transition: all 0.1s ease;
|
|
2781
|
-
}
|
|
2782
|
-
.language-selector-mobile .language {
|
|
2783
|
-
display: flex;
|
|
2784
|
-
align-items: center;
|
|
2785
|
-
padding: 0 0.5rem;
|
|
2786
|
-
gap: 0.1rem;
|
|
2787
|
-
}
|
|
2788
|
-
.language-selector-mobile .options {
|
|
2789
|
-
position: absolute;
|
|
2790
|
-
visibility: hidden;
|
|
2791
|
-
opacity: 0;
|
|
2792
|
-
width: 100%;
|
|
2793
|
-
padding-top: 0.5rem;
|
|
2794
|
-
display: flex;
|
|
2795
|
-
flex-direction: column;
|
|
2796
|
-
gap: 0.5rem;
|
|
2797
|
-
transition: all 0.1s ease;
|
|
2798
|
-
}
|
|
2799
|
-
.language-selector-mobile .options .option {
|
|
2800
|
-
display: flex;
|
|
2801
|
-
padding: 0.5rem 1rem;
|
|
2802
|
-
background-color: var(--neutral-neutral-6);
|
|
2803
|
-
}
|
|
2804
|
-
.language-selector-mobile .options .language {
|
|
2805
|
-
color: var(--neutral-neutral-1);
|
|
2806
|
-
}
|
|
2807
|
-
.language-selector-mobile.open .selected-option .chevron-expand-more {
|
|
2808
|
-
transition: all 0.4s ease;
|
|
2809
|
-
transform: rotate(180deg);
|
|
2810
|
-
}
|
|
2811
|
-
.language-selector-mobile.open .options {
|
|
2812
|
-
opacity: 1;
|
|
2813
|
-
visibility: visible;
|
|
2814
|
-
transition: all 0.4s ease;
|
|
2815
|
-
}
|
|
2816
|
-
.layout-ratafia {
|
|
2817
|
-
width: 100%;
|
|
2818
|
-
display: flex;
|
|
2819
|
-
justify-content: center;
|
|
2820
|
-
padding-top: 1rem;
|
|
2821
|
-
}
|
|
2822
|
-
@media (min-width: 575px) {
|
|
2823
|
-
.layout-ratafia {
|
|
2824
|
-
padding-top: 3.5rem;
|
|
2825
|
-
}
|
|
2826
|
-
}
|
|
2827
|
-
.layout-ratafia__wrapper {
|
|
2828
|
-
display: flex;
|
|
2829
|
-
flex-direction: column;
|
|
2830
|
-
align-items: center;
|
|
2831
|
-
justify-content: space-between;
|
|
2832
|
-
padding: 1.5rem 1.5rem 0 1.5rem;
|
|
2833
|
-
width: 100%;
|
|
2834
|
-
height: calc(100vh - 5.125rem);
|
|
2835
|
-
border-radius: 16px 16px 0 0;
|
|
2836
|
-
background: var(--others-white);
|
|
2837
|
-
box-shadow: var(--box-shadow-small);
|
|
2838
|
-
}
|
|
2839
|
-
@media (min-width: 575px) {
|
|
2840
|
-
.layout-ratafia__wrapper {
|
|
2841
|
-
padding: 2.5rem 2.5rem 1.5rem 2.5rem;
|
|
2842
|
-
}
|
|
2843
|
-
}
|
|
2844
|
-
@media (min-width: 575px) {
|
|
2845
|
-
.layout-ratafia__wrapper {
|
|
2846
|
-
width: 800px;
|
|
2847
|
-
height: 890px;
|
|
2848
|
-
}
|
|
2849
|
-
}
|
|
2850
|
-
.layout-ratafia__wrapper__header {
|
|
2851
|
-
width: 100%;
|
|
2852
|
-
margin-bottom: 1.5rem;
|
|
2853
|
-
}
|
|
2854
|
-
.layout-ratafia__wrapper__content {
|
|
2855
|
-
width: 100%;
|
|
2856
|
-
display: flex;
|
|
2857
|
-
flex-direction: column;
|
|
2858
|
-
align-items: flex-start;
|
|
2859
|
-
flex: 1 0 0;
|
|
2860
|
-
align-self: stretch;
|
|
2861
|
-
gap: 1.5rem;
|
|
2862
|
-
margin-bottom: 1rem;
|
|
2863
|
-
}
|
|
2864
|
-
@media (min-width: 575px) {
|
|
2865
|
-
.layout-ratafia__wrapper__content {
|
|
2866
|
-
margin-bottom: 2.5rem;
|
|
2867
|
-
}
|
|
2868
|
-
}
|
|
2869
|
-
.layout-ratafia__wrapper__cta {
|
|
2870
|
-
display: none;
|
|
2871
|
-
}
|
|
2872
|
-
@media (min-width: 575px) {
|
|
2873
|
-
.layout-ratafia__wrapper__cta {
|
|
2874
|
-
display: block;
|
|
2875
|
-
}
|
|
2876
|
-
}
|
|
2877
|
-
.layout-ratafia__wrapper__footer-desktop {
|
|
2878
|
-
width: 100%;
|
|
2879
|
-
display: none;
|
|
2880
|
-
}
|
|
2881
|
-
@media (min-width: 575px) {
|
|
2882
|
-
.layout-ratafia__wrapper__footer-desktop {
|
|
2883
|
-
display: block;
|
|
2884
|
-
}
|
|
2885
|
-
}
|
|
2886
|
-
.layout-ratafia__wrapper__footer-mobile {
|
|
2887
|
-
display: flex;
|
|
2888
|
-
flex-direction: column;
|
|
2889
|
-
position: sticky;
|
|
2890
|
-
bottom: 0;
|
|
2891
|
-
left: 0;
|
|
2892
|
-
right: 0;
|
|
2893
|
-
gap: 1rem;
|
|
2894
|
-
padding: 1.5rem;
|
|
2895
|
-
width: 100vw;
|
|
2896
|
-
background: var(--others-white);
|
|
2897
|
-
}
|
|
2898
|
-
@media (min-width: 575px) {
|
|
2899
|
-
.layout-ratafia__wrapper__footer-mobile {
|
|
2900
|
-
display: none;
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2903
|
-
.layout-ratafia__wrapper .e-button.--primary-1 {
|
|
2904
|
-
height: auto;
|
|
2905
|
-
padding: 0.6875rem 1rem;
|
|
2906
|
-
line-height: 22px;
|
|
2907
|
-
}
|
|
2908
|
-
.homeSteps__container {
|
|
2909
|
-
transform: translateY(0%);
|
|
2910
|
-
}
|
|
2911
|
-
@media (min-width: 575px) {
|
|
2912
|
-
.homeSteps__container {
|
|
2913
|
-
transform: translateY(0%);
|
|
2914
|
-
}
|
|
2915
|
-
}
|
|
2916
|
-
@media (min-width: 720px) {
|
|
2917
|
-
.homeSteps__container {
|
|
2918
|
-
transform: translateY(0%);
|
|
2919
|
-
}
|
|
2920
|
-
}
|
|
2921
|
-
.homeSteps__container .homeSteps {
|
|
2922
|
-
display: flex;
|
|
2923
|
-
flex-direction: column;
|
|
2924
|
-
align-items: center;
|
|
2925
|
-
padding-top: 2rem;
|
|
2926
|
-
padding-bottom: 2rem;
|
|
2927
|
-
position: relative;
|
|
2928
|
-
}
|
|
2929
|
-
.homeSteps__container .homeSteps .homeStepsItemsContainer {
|
|
2930
|
-
display: flex;
|
|
2931
|
-
justify-content: space-between;
|
|
2932
|
-
width: 100%;
|
|
2933
|
-
max-width: 888px;
|
|
2934
|
-
flex-flow: row wrap;
|
|
2935
|
-
padding: 0 1rem;
|
|
2936
|
-
}
|
|
2937
|
-
@media (min-width: 960px) {
|
|
2938
|
-
.homeSteps__container .homeSteps .homeStepsItemsContainer {
|
|
2939
|
-
flex-flow: row nowrap;
|
|
2940
|
-
padding: 0;
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
2943
|
-
.login-ratafia-content {
|
|
2944
|
-
width: 100%;
|
|
2945
|
-
}
|
|
2946
|
-
.login-ratafia-content__title {
|
|
2947
|
-
font-size: 1rem;
|
|
2948
|
-
color: var(--neutral-neutral-2);
|
|
2949
|
-
padding-bottom: 1rem;
|
|
2950
|
-
}
|
|
2951
|
-
.login-ratafia-content__email .e-text {
|
|
2952
|
-
margin-bottom: 0.5rem;
|
|
2953
|
-
}
|
|
2954
|
-
.mobile-bottom-bar {
|
|
2955
|
-
background: var(--others-white);
|
|
2956
|
-
position: fixed;
|
|
2957
|
-
display: flex;
|
|
2958
|
-
flex-direction: row;
|
|
2959
|
-
justify-content: space-between;
|
|
2960
|
-
bottom: 0;
|
|
2961
|
-
height: 3.25rem;
|
|
2962
|
-
width: 100%;
|
|
2963
|
-
box-shadow: var(--box-shadow-container);
|
|
2964
|
-
z-index: 1;
|
|
2965
|
-
}
|
|
2966
|
-
@media (min-width: 575px) {
|
|
2967
|
-
.mobile-bottom-bar {
|
|
2968
|
-
display: none;
|
|
2969
|
-
}
|
|
2970
|
-
}
|
|
2971
|
-
.mobile-bottom-bar--active {
|
|
2972
|
-
display: flex;
|
|
2973
|
-
}
|
|
2974
|
-
.mobile-bottom-bar .e-button {
|
|
2975
|
-
max-height: 2.8rem;
|
|
2976
|
-
margin: 0 0.5rem;
|
|
2977
|
-
width: 2.75rem;
|
|
2978
|
-
min-width: 2.75rem;
|
|
2979
|
-
padding: 0;
|
|
2980
|
-
outline: none;
|
|
2981
|
-
display: flex;
|
|
2982
|
-
align-items: center;
|
|
2983
|
-
justify-content: center;
|
|
2984
|
-
background-color: var(--primary-main);
|
|
2985
|
-
border-color: var(--primary-main);
|
|
2986
|
-
}
|
|
2987
|
-
.mobile-bottom-bar .e-button:hover {
|
|
2988
|
-
cursor: pointer;
|
|
2989
|
-
}
|
|
2990
|
-
.mobile-bottom-bar .e-button svg {
|
|
2991
|
-
width: 24px;
|
|
2992
|
-
margin: 0;
|
|
2993
|
-
}
|
|
2994
|
-
.steps-ratafia-content {
|
|
2995
|
-
width: 100%;
|
|
2996
|
-
display: flex;
|
|
2997
|
-
flex-direction: column;
|
|
2998
|
-
gap: 1.5rem;
|
|
2999
|
-
}
|
|
3000
|
-
.steps-ratafia-content__title {
|
|
3001
|
-
color: var(--neutral-neutral-1);
|
|
3002
|
-
}
|
|
3003
|
-
.try-our-free-legal-blogs-section__texts {
|
|
3004
|
-
flex-basis: 50%;
|
|
3005
|
-
display: flex;
|
|
3006
|
-
flex-direction: column;
|
|
3007
|
-
justify-content: center;
|
|
3008
|
-
margin-bottom: 1rem;
|
|
3009
|
-
margin-right: 0;
|
|
3010
|
-
color: var(--neutral-neutral-1);
|
|
3011
|
-
font-style: normal;
|
|
3012
|
-
font-weight: 400;
|
|
3013
|
-
letter-spacing: -0.3px;
|
|
3014
|
-
}
|
|
3015
|
-
@media (min-width: 720px) {
|
|
3016
|
-
.try-our-free-legal-blogs-section__texts {
|
|
3017
|
-
margin-right: 3rem;
|
|
3018
|
-
margin-bottom: 0;
|
|
3019
|
-
}
|
|
3020
|
-
}
|
|
3021
|
-
.try-our-free-legal-blogs-section__texts__title {
|
|
3022
|
-
font-family: var(--font-serif);
|
|
3023
|
-
font-size: 32px;
|
|
3024
|
-
line-height: 42px;
|
|
3025
|
-
margin-bottom: 2rem;
|
|
3026
|
-
text-align: center;
|
|
3027
|
-
font-weight: 400;
|
|
3028
|
-
}
|
|
3029
|
-
@media (min-width: 720px) {
|
|
3030
|
-
.try-our-free-legal-blogs-section__texts__title {
|
|
3031
|
-
text-align: left;
|
|
3032
|
-
}
|
|
3033
|
-
}
|
|
3034
|
-
.try-our-free-legal-blogs-section__texts__body {
|
|
3035
|
-
font-family: var(--font-sans);
|
|
3036
|
-
font-size: 16px;
|
|
3037
|
-
line-height: 22px;
|
|
3038
|
-
}
|
|
3039
|
-
.try-our-free-legal-blogs-section__texts__body a {
|
|
3040
|
-
color: var(--primary-main-light-1);
|
|
3041
|
-
font-weight: 400 !important;
|
|
3042
|
-
}
|
|
3043
|
-
.try-our-free-legal-blogs-section__image {
|
|
3044
|
-
flex-basis: 50%;
|
|
3045
|
-
}
|
|
3046
2199
|
.tooltip-form {
|
|
3047
2200
|
margin-top: 0.5rem;
|
|
3048
2201
|
}
|