@mycause/ui 1.0.7 → 1.0.8
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/_index.css.js +1 -0
- package/dist/_reset.css.js +1 -0
- package/dist/components/anchor/anchor.d.ts +8 -0
- package/dist/components/anchor/anchor.stories.d.ts +14 -0
- package/dist/components/anchor/bold-anchor.d.ts +13 -0
- package/dist/components/anchor/bold-anchor.stories.d.ts +13 -0
- package/dist/components/anchor/index.d.ts +2 -0
- package/dist/components/avatar/avatar.d.ts +6 -0
- package/dist/components/avatar/avatar.stories.d.ts +19 -0
- package/dist/components/avatar/image-avatar.d.ts +8 -0
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/avatar/text-avatar.d.ts +11 -0
- package/dist/components/button/button.d.ts +25 -0
- package/dist/components/button/button.stories.d.ts +61 -0
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/button-select/button-select.d.ts +12 -0
- package/dist/components/button-select/button-select.stories.d.ts +13 -0
- package/dist/components/button-select/index.d.ts +1 -0
- package/dist/components/campaign-card/campaign-card.d.ts +9 -0
- package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
- package/dist/components/campaign-card/index.d.ts +1 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +15 -0
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
- package/dist/components/campaign-of-month/index.d.ts +1 -0
- package/dist/components/charity-card/charity-card.d.ts +7 -0
- package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
- package/dist/components/charity-card/index.d.ts +1 -0
- package/dist/components/charity-tags-filter-button/FilterIcon.d.ts +6 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.d.ts +35 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.stories.d.ts +12 -0
- package/dist/components/charity-tags-filter-button/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.d.ts +16 -0
- package/dist/components/checkbox/checkbox.stories.d.ts +25 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/chips/chip.d.ts +12 -0
- package/dist/components/chips/chips.d.ts +11 -0
- package/dist/components/chips/chips.stories.d.ts +25 -0
- package/dist/components/chips/index.d.ts +3 -0
- package/dist/components/chips/input-chips.d.ts +12 -0
- package/dist/components/chips/input-chips.stories.d.ts +13 -0
- package/dist/components/combo-field/combo-field-expander.d.ts +11 -0
- package/dist/components/combo-field/combo-field.d.ts +21 -0
- package/dist/components/combo-field/combo-field.stories.d.ts +19 -0
- package/dist/components/combo-field/index.d.ts +2 -0
- package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +31 -0
- package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +11 -0
- package/dist/components/comment-section/comment-section.d.ts +15 -0
- package/dist/components/comment-section/comment-section.stories.d.ts +19 -0
- package/dist/components/comment-section/comment-type.d.ts +10 -0
- package/dist/components/comment-section/index.d.ts +2 -0
- package/dist/components/comment-section/sub-comments.d.ts +6 -0
- package/dist/components/cropper/cropper.d.ts +22 -0
- package/dist/components/cropper/cropper.stories.d.ts +12 -0
- package/dist/components/cropper/index.d.ts +1 -0
- package/dist/components/date-picker/date-picker.d.ts +27 -0
- package/dist/components/date-picker/date-picker.stories.d.ts +38 -0
- package/dist/components/date-picker/index.d.ts +3 -0
- package/dist/components/date-picker/single-date-picker-custom-header.d.ts +32 -0
- package/dist/components/date-picker/single-date-picker.d.ts +26 -0
- package/dist/components/donate-card/donate-card.d.ts +8 -0
- package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
- package/dist/components/donate-card/index.d.ts +1 -0
- package/dist/components/donation-form/donation-details.d.ts +12 -0
- package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +13 -0
- package/dist/components/donation-form/donation-form.d.ts +64 -0
- package/dist/components/donation-form/donation-form.stories.d.ts +18 -0
- package/dist/components/donation-form/donation-payment.d.ts +13 -0
- package/dist/components/donation-form/donation-select.d.ts +13 -0
- package/dist/components/donation-form/index.d.ts +2 -0
- package/dist/components/elevation/elevation.d.ts +13 -0
- package/dist/components/elevation/elevation.stories.d.ts +13 -0
- package/dist/components/elevation/index.d.ts +1 -0
- package/dist/components/favorite-charity-item/favorite-charity-item.d.ts +15 -0
- package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +15 -0
- package/dist/components/favorite-charity-item/index.d.ts +1 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +17 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
- package/dist/components/featured-campaign-card/index.d.ts +1 -0
- package/dist/components/field-helpers/field-helper-text.d.ts +8 -0
- package/dist/components/field-helpers/field-label.d.ts +9 -0
- package/dist/components/field-helpers/index.d.ts +2 -0
- package/dist/components/footerV2/footerV2.d.ts +35 -0
- package/dist/components/footerV2/footerV2.stories.d.ts +15 -0
- package/dist/components/footerV2/index.d.ts +1 -0
- package/dist/components/fundraising-section/fundraising-section.d.ts +9 -0
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
- package/dist/components/fundraising-section/index.d.ts +1 -0
- package/dist/components/hero-banner/hero-banner.d.ts +9 -0
- package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
- package/dist/components/hero-banner/index.d.ts +1 -0
- package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
- package/dist/components/horizontalbar/index.d.ts +1 -0
- package/dist/components/icon/btn_google_light_normal_ios.svg.d.ts +8 -0
- package/dist/components/icon/facebook_6.svg.d.ts +9 -0
- package/dist/components/icon/heart-toggle.d.ts +11 -0
- package/dist/components/icon/heart-toggle.stories.d.ts +13 -0
- package/dist/components/icon/icon-button-group.d.ts +8 -0
- package/dist/components/icon/icon-button-group.stories.d.ts +13 -0
- package/dist/components/icon/icon-button.d.ts +11 -0
- package/dist/components/icon/icon-button.stories.d.ts +19 -0
- package/dist/components/icon/icon.d.ts +12 -0
- package/dist/components/icon/icon.stories.d.ts +25 -0
- package/dist/components/icon/index.d.ts +4 -0
- package/dist/components/icon/material-icon.d.ts +14 -0
- package/dist/components/index.d.ts +62 -0
- package/dist/components/info-represent-campaign/index.d.ts +1 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +11 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +12 -0
- package/dist/components/input/InputDefault.d.ts +13 -0
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/input/input.stories.d.ts +24 -0
- package/dist/components/input-social/Icons.d.ts +5 -0
- package/dist/components/input-social/InputSocial.d.ts +12 -0
- package/dist/components/input-social/index.d.ts +1 -0
- package/dist/components/input-social/input-social.stories.d.ts +12 -0
- package/dist/components/layout/box.d.ts +390 -0
- package/dist/components/layout/flex.d.ts +25 -0
- package/dist/components/layout/flex.stories.d.ts +14 -0
- package/dist/components/layout/grid.d.ts +9 -0
- package/dist/components/layout/grid.stories.d.ts +13 -0
- package/dist/components/layout/index.d.ts +4 -0
- package/dist/components/layout/stack.d.ts +16 -0
- package/dist/components/layout/stack.stories.d.ts +25 -0
- package/dist/components/list/index.d.ts +1 -0
- package/dist/components/list/list.d.ts +42 -0
- package/dist/components/list/list.stories.d.ts +43 -0
- package/dist/components/login/index.d.ts +1 -0
- package/dist/components/login/login.d.ts +15 -0
- package/dist/components/login/login.stories.d.ts +19 -0
- package/dist/components/logo/index.d.ts +1 -0
- package/dist/components/logo/logo-type.d.ts +10 -0
- package/dist/components/menu/index.d.ts +8 -0
- package/dist/components/menu/menu-list-divider.d.ts +2 -0
- package/dist/components/menu/menu-list-item-graphic.d.ts +2 -0
- package/dist/components/menu/menu-list-item-meta.d.ts +2 -0
- package/dist/components/menu/menu-list-item-text.d.ts +2 -0
- package/dist/components/menu/menu-list-item.d.ts +7 -0
- package/dist/components/menu/menu-list.d.ts +4 -0
- package/dist/components/menu/menu-surface.d.ts +4 -0
- package/dist/components/menu/menu.d.ts +2 -0
- package/dist/components/menu/menu.stories.d.ts +13 -0
- package/dist/components/modal/index.d.ts +2 -0
- package/dist/components/modal/modal-image.d.ts +8 -0
- package/dist/components/modal/modal.d.ts +23 -0
- package/dist/components/modal/modal.stories.d.ts +43 -0
- package/dist/components/my-account-choose-charity-card/index.d.ts +1 -0
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.d.ts +11 -0
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts +14 -0
- package/dist/components/my-account-frp-closed/Icon.d.ts +5 -0
- package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +9 -0
- package/dist/components/my-account-frp-closed/frp-information.d.ts +13 -0
- package/dist/components/my-account-frp-closed/index.d.ts +1 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +17 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +24 -0
- package/dist/components/my-account-frp-preview/Icon.d.ts +5 -0
- package/dist/components/my-account-frp-preview/frp-information.d.ts +13 -0
- package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +9 -0
- package/dist/components/my-account-frp-preview/index.d.ts +1 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +17 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +24 -0
- package/dist/components/my-account-sidebar/Icon.d.ts +15 -0
- package/dist/components/my-account-sidebar/index.d.ts +1 -0
- package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +19 -0
- package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +12 -0
- package/dist/components/my-account-start-fundraise-card/index.d.ts +1 -0
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +13 -0
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +20 -0
- package/dist/components/my-account-stats-donated/index.d.ts +1 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +8 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +12 -0
- package/dist/components/my-account-stats-raised/index.d.ts +1 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +7 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +12 -0
- package/dist/components/nav/icons/IconBigger.d.ts +5 -0
- package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
- package/dist/components/nav/index.d.ts +2 -0
- package/dist/components/nav/nav-actions.d.ts +5 -0
- package/dist/components/nav/nav-bar.d.ts +7 -0
- package/dist/components/nav/nav-call-to-action.d.ts +5 -0
- package/dist/components/nav/nav-expanded-charity.d.ts +14 -0
- package/dist/components/nav/nav-expanded.d.ts +14 -0
- package/dist/components/nav/nav-list.d.ts +29 -0
- package/dist/components/nav/nav-menu-control.d.ts +8 -0
- package/dist/components/nav/nav-menu.d.ts +12 -0
- package/dist/components/nav/nav-myaccount.d.ts +22 -0
- package/dist/components/nav/nav-search-control.d.ts +8 -0
- package/dist/components/nav/nav-search.d.ts +10 -0
- package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
- package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
- package/dist/components/nav/nav-user-menu.d.ts +18 -0
- package/dist/components/nav/nav.d.ts +57 -0
- package/dist/components/nav/nav.stories.d.ts +17 -0
- package/dist/components/navigation/index.d.ts +1 -0
- package/dist/components/navigation/navigation-actions.d.ts +5 -0
- package/dist/components/navigation/navigation-bar.d.ts +7 -0
- package/dist/components/navigation/navigation-call-to-action.d.ts +5 -0
- package/dist/components/navigation/navigation-expanded.d.ts +11 -0
- package/dist/components/navigation/navigation-list.d.ts +27 -0
- package/dist/components/navigation/navigation-menu-control.d.ts +7 -0
- package/dist/components/navigation/navigation-menu.d.ts +12 -0
- package/dist/components/navigation/navigation-search-control.d.ts +7 -0
- package/dist/components/navigation/navigation-search.d.ts +9 -0
- package/dist/components/navigation/navigation-sign-in-control.d.ts +11 -0
- package/dist/components/navigation/navigation-user-menu-items.d.ts +20 -0
- package/dist/components/navigation/navigation-user-menu.d.ts +18 -0
- package/dist/components/navigation/navigation.d.ts +55 -0
- package/dist/components/navigation/navigation.stories.d.ts +23 -0
- package/dist/components/partner-chart-stats/index.d.ts +1 -0
- package/dist/components/partner-chart-stats/partner-chart-stats.d.ts +11 -0
- package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +18 -0
- package/dist/components/partner-monthly-donations/index.d.ts +1 -0
- package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +8 -0
- package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +12 -0
- package/dist/components/partner-monthly-stats/index.d.ts +1 -0
- package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +7 -0
- package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +12 -0
- package/dist/components/partner-toggle-button/index.d.ts +2 -0
- package/dist/components/partner-toggle-button/partner-toggle-button-block.d.ts +11 -0
- package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +12 -0
- package/dist/components/partner-toggle-button/partner-toggle-button.d.ts +8 -0
- package/dist/components/phone-number-input/index.d.ts +4 -0
- package/dist/components/phone-number-input/phone-number-input-v1.d.ts +26 -0
- package/dist/components/phone-number-input/phone-number-input-v2.d.ts +19 -0
- package/dist/components/phone-number-input/phone-number-input.d.ts +26 -0
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +43 -0
- package/dist/components/phone-number-input/util.d.ts +2 -0
- package/dist/components/popup/index.d.ts +1 -0
- package/dist/components/popup/popup.d.ts +8 -0
- package/dist/components/popup/popup.stories.d.ts +14 -0
- package/dist/components/progressbar/index.d.ts +1 -0
- package/dist/components/progressbar/progress-bar-circle.d.ts +10 -0
- package/dist/components/progressbar/progressbar.d.ts +8 -0
- package/dist/components/progressbar/progressbar.stories.d.ts +20 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio-group.d.ts +16 -0
- package/dist/components/radio/radio-group.stories.d.ts +13 -0
- package/dist/components/radio/radio.d.ts +17 -0
- package/dist/components/radio/radio.stories.d.ts +25 -0
- package/dist/components/select/index.d.ts +4 -0
- package/dist/components/select/select-enhanced.d.ts +24 -0
- package/dist/components/select/select-helper-text.d.ts +7 -0
- package/dist/components/select/select-v2.d.ts +27 -0
- package/dist/components/select/select.d.ts +25 -0
- package/dist/components/select/select.stories.d.ts +24 -0
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/spinner.d.ts +9 -0
- package/dist/components/spinner/spinner.stories.d.ts +19 -0
- package/dist/components/start-campaign-card/index.d.ts +1 -0
- package/dist/components/start-campaign-card/start-campaign-card.d.ts +8 -0
- package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +14 -0
- package/dist/components/statistics/index.d.ts +1 -0
- package/dist/components/statistics/statistics.d.ts +13 -0
- package/dist/components/statistics/statistics.stories.d.ts +13 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/switch/switch-v2.d.ts +8 -0
- package/dist/components/switch/switch.d.ts +14 -0
- package/dist/components/switch/switch.stories.d.ts +31 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/partner-monthly-table.d.ts +19 -0
- package/dist/components/table/partner-monthly-table.stories.d.ts +18 -0
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tabs/nav-tabs.d.ts +18 -0
- package/dist/components/tabs/tab-bar.d.ts +9 -0
- package/dist/components/tabs/tab-text-label.d.ts +6 -0
- package/dist/components/tabs/tab.d.ts +11 -0
- package/dist/components/tabs/tabs.d.ts +17 -0
- package/dist/components/tabs/tabs.stories.d.ts +14 -0
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/text.d.ts +30 -0
- package/dist/components/text/text.stories.d.ts +44 -0
- package/dist/components/text-field/index.d.ts +3 -0
- package/dist/components/text-field/text-field-helper-text.d.ts +8 -0
- package/dist/components/text-field/text-field-search.d.ts +10 -0
- package/dist/components/text-field/text-field.d.ts +27 -0
- package/dist/components/text-field/text-field.stories.d.ts +18 -0
- package/dist/components/this-month-card/index.d.ts +1 -0
- package/dist/components/this-month-card/this-month-card.d.ts +15 -0
- package/dist/components/this-month-card/this-month-card.stories.d.ts +12 -0
- package/dist/components/toast/Icons.d.ts +7 -0
- package/dist/components/toast/index.d.ts +1 -0
- package/dist/components/toast/toast.d.ts +8 -0
- package/dist/components/toast/toast.stories.d.ts +12 -0
- package/dist/components/transaction-card/Dot.d.ts +6 -0
- package/dist/components/transaction-card/index.d.ts +1 -0
- package/dist/components/transaction-card/transaction-card.d.ts +16 -0
- package/dist/components/transaction-card/transaction-card.stories.d.ts +20 -0
- package/dist/components/uploader/index.d.ts +1 -0
- package/dist/components/uploader/uploader.d.ts +23 -0
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.css +2 -0
- package/dist/index.esm.css.map +1 -0
- package/dist/index.esm.js +29861 -0
- package/dist/index.js +29983 -0
- package/dist/theme/colors.d.ts +9 -0
- package/dist/theme/index.d.ts +2 -0
- package/dist/theme/mycause-theme.d.ts +3 -0
- package/dist/theme/theme.d.ts +56 -0
- package/dist/utils/browser.d.ts +2 -0
- package/dist/utils/center-decorator.d.ts +3 -0
- package/dist/utils/component-matrix.d.ts +8 -0
- package/dist/utils/flags.d.ts +3 -0
- package/dist/utils/grid-decorator.d.ts +3 -0
- package/dist/utils/parse-numbers.d.ts +2 -0
- package/dist/utils/tap-event.d.ts +1 -0
- package/dist/utils/wrap.d.ts +2 -0
- package/package.json +1 -1
- package/styles/index.css +10 -0
- package/styles/reset.css +2 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["comment-section-v2.module.scss","phone-number-input.module.scss","progressbar.module.scss","donation-form-v2.module.scss","modal.module.scss","switch.module.scss","campaign-card.module.scss","campaign-of-month.module.scss","charity-card.module.scss","donate-card.module.scss","featured-campaign-card.module.scss","fundraising-section.module.scss","hero-banner.module.scss","horizontalbar.module.scss","start-campaign-card.module.scss","nav.module.scss","popup.module.scss","partner-monthly-donations.module.scss","partner-monthly-stats.module.scss","partner-monthly-table.module.scss","partner-chart-stats.module.scss","this-month-card.module.scss","partner-toggle-button.module.scss","partner-toggle-button-block.module.scss","footerV2.module.scss","input.module.scss","../scss/_variables.scss","ReactToastify.css","../scss/_toastContainer.scss","../scss/_toast.scss","../scss/_theme.scss","../scss/_closeButton.scss","../scss/_progressBar.scss","../scss/_icons.scss","../scss/animations/_bounce.scss","../scss/animations/_zoom.scss","../scss/animations/_flip.scss","../scss/animations/_slide.scss","../scss/animations/_spin.scss","my-account-start-fundraise-card.module.scss","my-account-choose-charity-card.module.scss","favorite-charity-item.module.scss","my-account-sidebar.module.scss","my-account-frp-preview.module.scss","my-account-stats-donated.module.scss","my-account-stats-raised.module.scss","my-account-frp-closed.module.scss","transaction-card.module.scss","input-social.module.scss","charity-tags-filter-button.module.scss"],"names":[],"mappings":"AAAA,0CACE,sBAAyB,CACzB,YACF,CACA,gFACE,eAAgB,CAChB,cAAe,CACf,oBAAyB,CACzB,UACF,CACA,6HACE,aACF,CACA,gGACE,cAA0B,CAC1B,YAAa,CACb,6BAA8B,CAC9B,aAAS,CAAT,QACF,CACA,kGACE,QACF,CACA,+IACE,YAAa,CACb,aAAS,CAAT,QACF,CACA,0LACE,cAAe,CACf,eAAgB,CAChB,oBAAyB,CACzB,iBACF,CACA,sLACE,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,kBACF,CACA,yLACE,eAAgB,CAChB,cAAe,CACf,aACF,CACA,8LACE,YAAa,CACb,kBAAmB,CACnB,eAAgB,CAChB,aAAS,CAAT,QACF,CACA,0OACE,YAAa,CACb,wBAAyB,CACzB,iBAAkB,CAClB,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,eAAgB,CAChB,cAAW,CAAX,SACF,CACA,qOACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAClB,eACF,CACA,iRACE,UAAW,CACX,gBACF,CACA,iRACE,cAAe,CACf,eAAgB,CAChB,aACF,CACA,2IACE,aAAc,CACd,cAAe,CACf,eACF,CACA,yFACE,cACF,CACA,4FACE,mBAAqB,CACrB,wBAA0B,CAC1B,oBAAsB,CACtB,iBACF,CACA,gJACE,cAAe,CACf,wBAAyB,CACzB,iBAAkB,CAClB,eAAgB,CAChB,aAAc,CACd,WAAY,CACZ,cAAgB,CAChB,WAAY,CACZ,gBACF,CACA,qJACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,4SACE,wBAAyB,CACzB,aACF,CACA,yFACE,UACF,CACA,iIACE,iBACF,CCjHA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,mCACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBAAuB,CACvB,UACF,CACA,wEACE,qBAAyB,CACzB,mBAAoB,CACpB,UAAW,CACX,cACF,CACA,kEACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,SAAU,CACV,wBAAyB,CACzB,WAAY,CACZ,mBAAoB,CACpB,cAAe,CACf,gBACF,CACA,kEACE,wBAAyB,CACzB,YAAa,CACb,YAAa,CACb,aAAc,CACd,mBAAoB,CACpB,gBACF,CClCA,wCACE,WAAY,CACZ,eAAmB,CACnB,kCAA2C,CAC3C,kBAAmB,CACnB,iBAAkB,CAClB,sBACF,CACA,6EACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BACF,CACA,kHACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,wHACE,eAAgB,CAChB,cAAe,CACf,gBACF,CACA,uHACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,aACF,CACA,sFACE,YAAa,CACb,YAAQ,CAAR,OAAQ,CACR,cAAe,CACf,kBACF,CACA,gIACE,UAAW,CACX,eAAgB,CAChB,cAAe,CACf,wBAAyB,CACzB,iBACF,CACA,4QACE,UAAW,CACX,kBACF,CACA,mFACE,aACF,CACA,wFACE,cAAe,CACf,4BAA8B,CAC9B,kBACF,CACA,yFACE,8BACF,CACA,kFACE,cACF,CACA,uFACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CCnEA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,qCACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,4BAA6B,CAC7B,kBAAmB,CACnB,YAAa,CACb,wBACF,CACA,wEACE,WAAY,CACZ,YAAa,CACb,WACF,CACA,wEACE,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,iBAAkB,CAClB,UACF,CACA,8EACE,aAAc,CACd,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBACF,CC9BA,yCACE,UAAW,CACX,gBAAiB,CACjB,YAAa,CACb,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,kBAAmB,CACnB,kBACF,CACA,oFACE,SAAU,CACV,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,4BAA6B,CAC7B,2BACF,CACA,2HACE,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,UACF,CACA,iIACE,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,eAAgB,CAChB,sBAAuB,CACvB,mBAAoB,CACpB,oBAAqB,CAErB,YAAa,CACb,2BAA4B,CAC5B,kBACF,CACA,0HACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BACF,CACA,gKACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,sKACE,eAAgB,CAChB,cAAe,CACf,gBACF,CACA,qKACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,aACF,CACA,mFACE,SAAU,CACV,YAAa,CACb,4BAA6B,CAC7B,+BACF,CACA,gFACE,UAAW,CACX,WAAY,CACZ,gBAAiB,CACjB,8BAA+B,CAC/B,2BACF,CAEA,yBACE,yCACE,WAAY,CACZ,WAAY,CACZ,qBACF,CACA,mFACE,UAAW,CACX,WAAY,CACZ,YACF,CACA,oFACE,UAAW,CACX,WAAY,CACZ,sBAAuB,CACvB,8BAA+B,CAC/B,+BACF,CACA,iIACE,0BAA2B,CAE3B,eACF,CACA,gFACE,UAAW,CACX,cAAe,CACf,eAAgB,CAChB,4BAA6B,CAC7B,2BAA4B,CAC5B,2BAA8B,CAC9B,gBACF,CACF,CACA,yBACE,yCACE,UAAW,CACX,eACF,CACF,CCrHA,oCACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,oBAAqB,CACrB,2BAA4B,CAC5B,yDAAqE,CACrE,kBACF,CACA,sEACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,UAAY,CACZ,SACF,CAEA,0BACE,oCACE,WAAY,CACZ,YAAa,CACb,2BACF,CACF,CACA,yBACE,oCACE,WAAY,CACZ,WAAY,CACZ,kBACF,CACA,sEACE,UAAW,CACX,cAAe,CACf,kBACF,CACF,CACA,yBACE,oCACE,WAAY,CACZ,YAAa,CACb,2BAA4B,CAC5B,oBACF,CACA,sEACE,SAAU,CACV,eAAgB,CAChB,cAAe,CACf,kBACF,CACF,CCpDA,mCACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,4BAA6B,CAC7B,kBAAmB,CACnB,sBAA4B,CAC5B,wBAAyB,CACzB,kBACF,CACA,oEACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,UACF,CACA,0EACE,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eACF,CAEA,0BACE,mCACE,WAAY,CACZ,YAAa,CACb,sBACF,CACF,CACA,yBACE,mCACE,WAAY,CACZ,YAAa,CACb,iBACF,CACF,CACA,yBACE,mCACE,WAAY,CACZ,YAAa,CACb,sBACF,CACA,oEACE,eAAgB,CAChB,cAAe,CACf,kBACF,CACA,0EACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eACF,CACF,CCzDA,8CACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,4BAA6B,CAC7B,kBAAmB,CACnB,cACF,CACA,iGACE,WAAY,CACZ,YAAa,CACb,kBACF,CACA,+FACE,iBAAkB,CAClB,yBAAkB,CAAlB,sBAAkB,CAAlB,iBACF,CACA,0FACE,UAAW,CACX,iBACF,CACA,0FACE,UAAW,CACX,eAAgB,CAChB,mBAAoB,CACpB,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,UAAY,CACZ,WAAY,CACZ,eAAgB,CAChB,mBAAoB,CACpB,oBAAqB,CACrB,2BACF,CACA,gGACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,UAAW,CACX,UAAY,CACZ,eAAgB,CAChB,kBAAmB,CACnB,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,4FACE,UAAW,CACX,aAAc,CACd,eAAgB,CAChB,kBAAmB,CACnB,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,eAAgB,CAChB,gBACF,CACA,4FACE,eAAgB,CAChB,mBAAoB,CACpB,oBAAqB,CACrB,2BAA4B,CAC5B,aAAc,CACd,gBAAiB,CACjB,cAAe,CACf,eACF,CCzEA,2CACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,iBACF,CACA,uFACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,sBAAuB,CACvB,SAAU,CACV,WAAY,CACZ,kBACF,CACA,oFACE,cAAe,CACf,eAAgB,CAChB,kBACF,CACA,wFACE,SAAU,CACV,WAAY,CACZ,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBACF,CACA,iIACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,UAAY,CACZ,qBACF,CACA,uIACE,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eACF,CChDA,mCACE,UAAW,CACX,eAAgB,CAChB,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,kBAAmB,CACnB,wBAAyB,CACzB,+BACF,CACA,wEACE,SAAU,CACV,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBAAuB,CACvB,wBACF,CACA,yGACE,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,UACF,CACA,+GACE,UAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,gBAAiB,CACjB,mBACF,CACA,uEACE,SAAU,CACV,WAAY,CACZ,+BACF,CACA,oEACE,+BAAgC,CAChC,WAAY,CACZ,UAAW,CACX,gBAAiB,CACjB,oEAAoF,CACpF,4EACF,CC/CA,qCACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBAAuB,CACvB,UACF,CACA,sEACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,wBAAyB,CACzB,mBAAoB,CACpB,WACF,CACA,sEACE,wBAAyB,CACzB,YAAa,CACb,UAAW,CACX,WAAY,CACZ,mBAAoB,CACpB,mBACF,CCzBA,2CACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,kBAAmB,CACnB,kBAAmB,CACnB,wBACF,CACA,wFACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,4BAA6B,CAC7B,wBACF,CACA,iIACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,UACF,CACA,uIACE,UAAY,CACZ,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eACF,CACA,uFACE,WAAY,CACZ,YAAa,CACb,4BAA6B,CAC7B,+BAAgC,CAChC,qBACF,CAEA,0BACE,2CACE,WAAY,CACZ,YAAa,CACb,sBACF,CACA,uFACE,YACF,CACA,wFACE,UAAW,CACX,WAAY,CACZ,SACF,CACF,CACA,yBACE,2CACE,WAAY,CACZ,YAAa,CACb,iBACF,CACA,uFACE,YACF,CACA,wFACE,UAAW,CACX,WAAY,CACZ,SACF,CACF,CACA,yBACE,2CACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,6BAA8B,CAC9B,6BAA8B,CAC9B,kBAAmB,CACnB,SACF,CACA,uFACE,aAAc,CACd,WAAY,CACZ,YAAa,CACb,4BAA6B,CAC7B,2BAA4B,CAC5B,qBACF,CACA,wFACE,SAAU,CACV,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,4BAA6B,CAC7B,mBACF,CACA,iIACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,UACF,CACA,uIACE,UAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eACF,CACF,CChHA,0BACE,WACF,CACA,qDACE,qBACF,CACA,4FACE,wBAA0B,CAC1B,eACF,CAEA,gCACE,qBAAsB,CACtB,8DAAwE,CACxE,KAAM,CACN,UAAW,CACX,UAAW,CACX,sBACF,CACA,6DACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,iBACF,CACA,yFACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,iBACF,CACA,0FACE,YAAa,CACb,aAAS,CAAT,QAAS,CACT,kBACF,CACA,oHACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CAEA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cACF,CACF,CACA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cAAe,CACf,WAAY,CACZ,cACF,CACF,CC5DA,6BACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,0BAA2B,CAC3B,kBAAmB,CACnB,wBACF,CACA,wDACE,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,gBAAiB,CACjB,iBACF,CACA,8DACE,iBAAkB,CAClB,aAAc,CACd,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBACF,CAEA,yBACE,6BACE,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBACF,CACA,wDACE,aAAgB,CAChB,cACF,CACF,CCzCA,iDACE,UAAW,CACX,aACF,CACA,gGACE,cAAe,CACf,eAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,wCACF,CACA,yGACE,YAAa,CACb,wCAAiD,CACjD,4BAA6B,CAC7B,kBAAmB,CACnB,kBAAmB,CACnB,gBACF,CACA,sKACE,YAAa,CACb,kBAAmB,CACnB,4BAA6B,CAC7B,wBAAyB,CACzB,UACF,CACA,sKACE,cAAe,CACf,eAAgB,CAChB,wCAA+C,CAC/C,eAAgB,CAChB,aACF,CACA,sKACE,aAAc,CACd,aAAc,CACd,cAAe,CACf,eAAiB,CACjB,iBACF,CACA,6KACE,kBACF,CACA,4OACE,WAAY,CACZ,kBAAmB,CACnB,iDAAuD,CACvD,WAAY,CACZ,WAAY,CACZ,aAAc,CACd,kBAAmB,CACnB,YAAa,CACb,sBACF,CACA,8OACE,oBAAuB,CACvB,wCAA+C,CAC/C,cAAe,CACf,cAAe,CACf,oBAAqB,CACrB,eACF,CAEA,yBACE,yGACE,qBACF,CACA,sKACE,cACF,CACA,sKACE,qBACF,CACA,mOACE,QACF,CACA,sKACE,cACF,CACA,6KACE,eAAgB,CAChB,mBACF,CACF,CCnFA,6CACE,UAAW,CACX,wCAAiD,CACjD,kBAAmB,CACnB,YAAa,CACb,eAAgB,CAChB,iBAAkB,CAClB,eACF,CACA,gGACE,eAAgB,CAChB,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,sBACF,CACA,6IACE,aAAc,CACd,eACF,CACA,2IACE,eAAiB,CACjB,qDAA2D,CAC3D,aACF,CCxBA,6CACE,UAAW,CACX,WACF,CACA,wFACE,cAAe,CACf,eAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,wCACF,CACA,6FACE,wCAAiD,CACjD,kBAAmB,CACnB,YACF,CACA,6IACE,YAAa,CACb,oBACF,CACA,0LACE,iBAAkB,CAClB,oBACF,CACA,8LACE,iBAAkB,CAClB,eACF,CACA,kMACE,qBACF,CACA,2OACE,iBAAkB,CAClB,WAAY,CACZ,qBAAuB,CACvB,UAAW,CACX,iBAAkB,CAClB,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAClB,SAAU,CACV,QAAS,CACT,SAAU,CACV,mBAAoB,CACpB,wBAAyB,CACzB,SAAU,CACV,sBAAwB,CACxB,eACF,CACA,iPACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,QAAS,CACT,gBAAiB,CAGjB,4BAAyD,CAAzD,2BACF,CACA,iPACE,kBAAmB,CACnB,SACF,CACA,gMAEE,+BAAgC,CAChC,gBACF,CACA,gDACE,iBACF,CCtEA,2CACE,iBAAkB,CAClB,eAAgB,CAChB,2CAAqD,CACrD,eAAgB,CAChB,YAAa,CACb,iBAAkB,CAClB,qBAAsB,CACtB,kBAAmB,CACnB,YAAQ,CAAR,OACF,CACA,4FACE,eAAgB,CAChB,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,sBAAuB,CACvB,wCACF,CACA,uIACE,aAAc,CACd,eAAiB,CACjB,cAAe,CACf,gBACF,CACA,qIACE,eAAgB,CAChB,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,iBACF,CC/BA,uCACE,kBAAmB,CACnB,2CAAqD,CACrD,eAAmB,CACnB,YAAa,CACb,qBAAsB,CACtB,YAAa,CACb,eACF,CACA,wFACE,wCACF,CACA,8HACE,YAAa,CACb,6BAA8B,CAC9B,eAAiB,CACjB,WACF,CACA,yKACE,YAAa,CACb,qBAAsB,CACtB,iBACF,CACA,6NACE,WAAY,CACZ,6BAA8B,CAC9B,YAAa,CACb,qBACF,CACA,4QACE,cAAe,CACf,aAAc,CACd,cACF,CACA,0QACE,cAAe,CACf,aACF,CACA,8KACE,WAAY,CACZ,UACF,CACA,+HACE,WACF,CACA,2KACE,aAAc,CACd,gCAAiC,CACjC,YACF,CACA,8NACE,cAAe,CACf,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,aACF,CACA,4NACE,cAAe,CACf,aACF,CACA,sLACE,kBACF,CACA,kJACE,gBACF,CACA,uMACE,gBAAiB,CACjB,kBAAmB,CACnB,6DAAgE,CAChE,UAAW,CACX,kBAAmB,CACnB,YAAa,CACb,sBACF,CACA,yMACE,oBAAuB,CACvB,cAAe,CACf,cAAe,CACf,oBAAqB,CACrB,eACF,CClFA,qDACE,iCAAqC,CACrC,sBAAuB,CACvB,kBAAmB,CACnB,YAAa,CACb,iBAAkB,CAClB,6BAA8B,CAC9B,mBAAoB,CACpB,eAAmB,CACnB,cAAe,CACf,cACF,CCXA,mDACE,iCAAqC,CACrC,YAAa,CACb,eAAgB,CAChB,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,0BAAmB,CAAnB,uBAAmB,CAAnB,kBAAmB,CACnB,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,QAAS,CACT,WAAY,CACZ,kBAAmB,CACnB,cAAe,CACf,iDACF,CACA,8GACE,WAAY,CACZ,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,mBAAoB,CACpB,YAAa,CACb,qBACF,CCrBA,gCACE,qBAAuB,CACvB,aAAc,CACd,iCACF,CACA,kEACE,UAAW,CACX,aAAc,CACd,4BAA6B,CAC7B,+BACF,CACA,wCACE,cAAe,CACf,YAAa,CACb,mBAA0B,CAC1B,aAAc,CACd,kBAAmB,CACnB,6BACF,CACA,2EACE,aAAc,CACd,YAAa,CACb,aACF,CACA,+EACE,UAAW,CACX,WAAY,CACZ,aAAc,CACd,oBACF,CACA,wEACE,SACF,CACA,qGACE,WAAY,CACZ,WAAY,CACZ,eACF,CACA,+EACE,YAAa,CACb,6BAA8B,CAC9B,UAAW,CACX,eACF,CACA,0EACE,YAAa,CACb,cACF,CACA,6EACE,UAAY,CACZ,cAAe,CACf,eACF,CACA,qEACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,iFACE,YACF,CACA,wEACE,YAAa,CACb,SAAU,CACV,iBAAkB,CAClB,gBAAiB,CACjB,cACF,CACA,+EACE,YACF,CACA,sGACE,SAAU,CACV,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CACZ,YAAa,CACb,iBAAkB,CAClB,qBACF,CACA,oIACE,kBAAmB,CACnB,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,eACF,CACA,0EACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,aAAc,CACd,eACF,CACA,6KACE,qBACF,CACA,kFACE,YAAa,CACb,qBACF,CACA,2GACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,uFACE,oBACF,CACA,kEACE,iBAAkB,CAClB,cAAe,CACf,aACF,CACA,qEACE,UAAY,CACZ,cAAe,CACf,wBAAyB,CACzB,eACF,CACA,kFACE,yBACF,CACA,mEACE,YAAa,CACb,qBACF,CACA,qEACE,aAAc,CACd,oBAAqB,CACrB,cAAgB,CAChB,cACF,CACA,kFACE,yBACF,CACA,yEACE,UAAW,CACX,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BAA8B,CAC9B,mBACF,CACA,uEACE,qBAAsB,CACtB,iBACF,CACA,yEACE,oBAAqB,CACrB,aAAc,CACd,cACF,CACA,6GACE,kBAAmB,CACnB,6BACF,CACA,wEACE,SAAU,CACV,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,oBAAqB,CACrB,YAAa,CACb,yDAAqE,CACrE,cAAe,CACf,iBACF,CACA,sGACE,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CACA,4EACE,UAAW,CACX,WACF,CACA,+EACE,YACF,CACA,0BACE,mEACE,cAAe,CACf,SACF,CACA,wEACE,eACF,CACA,wEACE,SACF,CACA,sGACE,SACF,CACA,uEACE,SACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,SACF,CAIA,8KACE,UACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,UAAW,CACX,YAAa,CACb,YAAa,CACb,eACF,CACA,oIACE,iBACF,CACA,kFACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,4BACF,CACA,wEACE,qBAAsB,CACtB,oBAAmB,CAAnB,eACF,CACA,yEACE,qBAAsB,CACtB,YAAQ,CAAR,OACF,CACA,0EACE,iBAAkB,CAClB,SACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,WACF,CACA,iFACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BAA8B,CAC9B,aAAc,CACd,+BACF,CACA,4EACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,oFACE,UAAY,CACZ,cAAe,CACf,eACF,CACA,qEACE,eACF,CACA,wEACE,YACF,CACA,+EACE,aACF,CACA,uHACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BACF,CACA,iHACE,+BAAgC,CAChC,aACF,CACA,kHACE,gBACF,CACA,+DACE,sBACF,CACA,iEACE,sBACF,CACA,wEACE,UAAW,CACX,+BACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CACZ,YAAa,CACb,YAAa,CACb,eACF,CACA,kFACE,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,4BACF,CACA,wEACE,kBAAmB,CACnB,UAAW,CACX,uBAAoB,CAApB,kBACF,CACA,0EACE,eAAgB,CAChB,SACF,CACA,oIACE,eACF,CACA,wEACE,WAAY,CACZ,YACF,CACA,4EACE,UACF,CACA,+EACE,YAAa,CACb,sBAAuB,CACvB,mBACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,WACF,CACA,qGACE,WAAY,CACZ,YACF,CACA,yEACE,6BACF,CACA,wKACE,4BACF,CACA,wEACE,WACF,CACA,uEACE,SACF,CACF,CC7WA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,kDACE,aACF,CACA,2CACE,wBACF,CACA,+DACE,wBACF,CACA,6DACE,aAAc,CACd,cAAe,CACf,YACF,CCnCA,MACE,2BAAA,CACA,6BAAA,CACA,6BAAA,CACA,gCAAA,CACA,gCAAA,CACA,8BAAA,CACA,gDAAA,CAEA,qDAAA,CACA,2DAAA,CACA,2DAAA,CACA,uDAAA,CAEA,4BAAA,CACA,gCAAA,CACA,gCAAA,CACA,iCAAA,CACA,iCAAA,CACA,uBAAA,CAEA,mCAAA,CACA,+BAAA,CAGA,+BAAA,CACA,kCAAA,CACA,kCAAA,CACA,gCAAA,CAEA,gCAAA,CACA,2CAAA,CAGA,sGAAA,CAUA,sCAAA,CACA,yDAAA,CACA,+DAAA,CACA,+DAAA,CACA,2DCXF,CCxCA,2BACE,+BAAA,CACA,qDAAA,CACA,cAAA,CACA,WAAA,CACA,iCAAA,CACA,qBAAA,CACA,UD2CF,CC1CE,qCACE,OAAA,CACA,QD4CJ,CC1CE,uCACE,OAAA,CACA,QAAA,CACA,0BD4CJ,CC1CE,sCACE,OAAA,CACA,SD4CJ,CC1CE,wCACE,UAAA,CACA,QD4CJ,CC1CE,0CACE,UAAA,CACA,QAAA,CACA,0BD4CJ,CC1CE,yCACE,UAAA,CACA,SD4CJ,CCxCA,yCACE,2BACE,WAAA,CACA,SAAA,CACA,MAAA,CACA,QD2CF,CC1CE,kHAGE,KAAA,CACA,uBD0CJ,CCxCE,2HAGE,QAAA,CACA,uBDwCJ,CCtCE,gCACE,OAAA,CACA,SDwCJ,CACF,CEjGA,iBACE,iBAAA,CACA,2CAAA,CACA,qBAAA,CACA,kBAAA,CACA,WAAA,CACA,iBAAA,CACA,mEAAA,CACA,YAAA,CACA,6BAAA,CACA,2CAAA,CACA,eAAA,CACA,uCAAA,CACA,cAAA,CACA,aFmGF,CElGE,sBACE,aFoGJ,CElGE,sBACE,aAAA,CACA,aAAA,CACA,WAAA,CACA,YAAA,CACA,kBFoGJ,CEnGI,qCACE,QFqGN,CElGE,gCACE,iBFuGJ,CExGE,gCACE,gBFuGJ,CExGE,sBAEE,UAAA,CACA,aAAA,CACA,YFoGJ,CEhGA,mBACE,wBAAA,CACA,sBFmGF,CEhGA,wBACE,wBAAA,CACA,sBFmGF,CEhGA,yCACE,iBACE,eAAA,CACA,eFmGF,CACF,CGpJE,6BACE,qCAAA,CACA,qCHsJJ,CGhJE,uFACE,sCAAA,CACA,sCHsJJ,CGpJE,sDACE,qCAAA,CACA,qCHsJJ,CGpJE,yDACE,wCAAA,CACA,wCHsJJ,CGpJE,yDACE,wCAAA,CACA,wCHsJJ,CGpJE,uDACE,sCAAA,CACA,sCHsJJ,CGjJE,qCACE,+CHoJJ,CGlJE,oCACE,8CHoJJ,CGlJE,8BACE,8CHoJJ,CGlJE,iCACE,iDHoJJ,CGlJE,iCACE,iDHoJJ,CGlJE,+BACE,+CHoJJ,CGlJE,uRAIE,4CHiJJ,CIvMA,wBACE,UAAA,CACA,sBAAA,CACA,YAAA,CACA,WAAA,CACA,SAAA,CACA,cAAA,CACA,UAAA,CACA,mBAAA,CACA,qBJ0MF,CIxME,+BACE,UAAA,CACA,UJ0MJ,CIvME,4BACE,iBAAA,CACA,WAAA,CACA,UJyMJ,CItME,4DACE,SJwMJ,CK/NA,mCACE,GACE,mBLkOF,CKhOA,GACE,mBLkOF,CACF,CK/NA,wBACE,iBAAA,CACA,QAAA,CACA,MAAA,CACA,UAAA,CACA,UAAA,CACA,+BAAA,CACA,UAAA,CACA,qBLiOF,CK/NE,kCACE,mDLiOJ,CK9NE,oCACE,wBLgOJ,CK7NE,6BACE,OAAA,CACA,SAAA,CACA,sBL+NJ,CM7PA,mBACE,UAAA,CACA,WAAA,CACA,qBAAA,CAEA,kBAAA,CAEA,gBAAA,CAAA,qDAAA,CAAA,oDAAA,CACA,6CNgQF,COpQA,mCACI,kBAJA,uDP4QF,COjQE,GACI,SAAA,CACA,iCPmQN,COjQE,IACI,SAAA,CACA,gCPmQN,COjQE,IACI,+BPmQN,COjQE,IACI,+BPmQN,COjQE,GACI,cPmQN,CACF,COhQA,oCACI,IACI,SAAA,CACA,gCPkQN,COhQE,GACI,SAAA,CACA,iCPkQN,CACF,CO/PA,kCACI,kBA1CA,uDP4SF,CO3PE,GACI,SAAA,CACA,kCP6PN,CO3PE,IACI,SAAA,CACA,+BP6PN,CO3PE,IACI,gCP6PN,CO3PE,IACI,8BP6PN,CO3PE,GACI,cP6PN,CACF,CO1PA,mCACI,IACI,SAAA,CACA,+BP4PN,CO1PE,GACI,SAAA,CACA,kCP4PN,CACF,COzPA,gCACI,kBAhFA,uDP4UF,COrPE,GACI,SAAA,CACA,iCPuPN,COrPE,IACI,SAAA,CACA,gCPuPN,COrPE,IACI,+BPuPN,COrPE,IACI,+BPuPN,COrPE,GACI,uBPuPN,CACF,COpPA,iCACI,IACI,gCPsPN,COpPE,QAEI,SAAA,CACA,+BPqPN,COnPE,GACI,SAAA,CACA,kCPqPN,CACF,COlPA,kCACI,kBA1HA,uDP+WF,CO9OE,GACI,SAAA,CACA,kCPgPN,CO9OE,IACI,SAAA,CACA,+BPgPN,CO9OE,IACI,gCPgPN,CO9OE,IACI,8BPgPN,CO9OE,GACI,cPgPN,CACF,CO7OA,mCACI,IACI,+BP+ON,CO7OE,QAEI,SAAA,CACA,gCP8ON,CO5OE,GACI,SAAA,CACA,iCP8ON,CACF,CO1OI,uEAEI,qCP2OR,COzOI,yEAEI,sCP0OR,COxOI,oCACI,qCP0OR,COxOI,uCACI,mCP0OR,COrOI,qEAEI,sCPuOR,COrOI,uEAEI,uCPsOR,COpOI,mCACI,oCPsOR,COpOI,sCACI,sCPsOR,CQxaA,4BACI,GACI,SAAA,CACA,2BR2aN,CQzaE,IACI,SR2aN,CACF,CQxaA,6BACI,GACI,SR0aN,CQxaE,IACI,SAAA,CACA,2BR0aN,CQxaE,GACI,SR0aN,CACF,CQvaA,sBACI,+BRyaJ,CQtaA,qBACI,gCRyaJ,CSrcA,4BACI,GACI,2CAAA,CACA,iCAAA,CACA,STwcN,CStcE,IACI,4CAAA,CACA,iCTwcN,CStcE,IACI,2CAAA,CACA,STwcN,CStcE,IACI,2CTwcN,CStcE,GACI,4BTwcN,CACF,CSrcA,6BACI,GACI,4BTucN,CSrcE,IACI,4CAAA,CACA,STucN,CSrcE,GACI,2CAAA,CACA,STucN,CACF,CSpcA,sBACI,+BTscJ,CSncA,qBACI,gCTscJ,CU3eA,kCACI,GACI,+BAAA,CACA,kBV8eN,CU5eE,GARA,uBVufF,CACF,CU3eA,iCACI,GACI,gCAAA,CACA,kBV6eN,CU3eE,GAlBA,uBVggBF,CACF,CU1eA,+BACI,GACI,+BAAA,CACA,kBV4eN,CU1eE,GA5BA,uBVygBF,CACF,CUzeA,iCACI,GACI,gCAAA,CACA,kBV2eN,CUzeE,GAtCA,uBVkhBF,CACF,CUxeA,mCACI,GA5CA,uBVuhBF,CUxeE,GACI,iBAAA,CACA,+BV0eN,CACF,CUveA,kCACI,GAtDA,uBVgiBF,CUveE,GACI,iBAAA,CACA,gCVyeN,CACF,CUteA,kCACI,GAhEA,uBVyiBF,CUteE,GACI,iBAAA,CACA,gCVweN,CACF,CUreA,gCACI,GA1EA,uBVkjBF,CUreE,GACI,iBAAA,CACA,iCVueN,CACF,CUneI,qEAEI,oCVoeR,CUleI,uEAEI,qCVmeR,CUjeI,mCACI,oCVmeR,CUjeI,sCACI,kCVmeR,CU9dI,mEAEI,qCVgeR,CU9dI,qEAEI,sCV+dR,CU7dI,kCACI,mCV+dR,CU7dI,qCACI,qCV+dR,CWjlBA,0BACE,GACE,sBXolBF,CWllBA,GACE,uBXolBF,CACF,CY1lBA,uDACE,gBAAiB,CACjB,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,iBAAkB,CAClB,iCAAqC,CACrC,iFAAgG,CAChG,UACF,CACA,+GACE,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,6BAA8B,CAC9B,iBAAkB,CAClB,WACF,CACA,oKACE,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,aAAc,CACd,kBACF,CACA,uKACE,YAAa,CACb,aAAS,CAAT,QACF,CACA,2NACE,iBAAkB,CAClB,qBAAsB,CACtB,wBAAyB,CACzB,aAAc,CACd,WAAY,CACZ,iBAAkB,CAClB,cACF,CACA,2NACE,iBAAkB,CAClB,wBAAyB,CACzB,UAAY,CACZ,WAAY,CACZ,iBAAkB,CAClB,cACF,CACA,oHACE,WAAY,CACZ,iBAAkB,CAClB,OAAQ,CACR,QACF,CAEA,yBACE,uDACE,gBACF,CACA,+GACE,iBACF,CACA,oKACE,eACF,CACA,uKACE,qBACF,CACA,oHACE,WACF,CACF,CACA,yBACE,uDACE,eACF,CACA,oKACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,gBACF,CACA,sbAEE,cACF,CACA,oHACE,WAAY,CACZ,WACF,CACF,CACA,yBACE,uDACE,gBACF,CACA,oKACE,eACF,CACA,sbAEE,iBAAkB,CAClB,WACF,CACA,oHACE,WACF,CACF,CACA,yBACE,uDACE,gBACF,CACA,+GACE,iBACF,CACA,oHACE,WAAY,CACZ,WACF,CACF,CACA,+CACE,oHACE,WAAY,CACZ,WACF,CACF,CACA,yBACE,oKACE,kBACF,CACA,sbAEE,cAAe,CACf,WACF,CACA,oHACE,WAAY,CACZ,WACF,CACF,CC1IA,sDACE,YAAa,CACb,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,iCAAqC,CACrC,4BAA6B,CAC7B,iFACF,CACA,8GACE,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,4BAA6B,CAC7B,WAAY,CACZ,wBAAyB,CACzB,eACF,CACA,kKACE,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,aACF,CACA,iHACE,WAAY,CACZ,YAAa,CACb,gBACF,CAEA,yBACE,sDACE,eACF,CACA,iHACE,UAAW,CACX,aACF,CACA,8GACE,gBAAiB,CACjB,wBAA2B,CAC3B,4BAA6B,CAC7B,SACF,CACA,kKACE,cAAe,CACf,gBACF,CACF,CACA,yBACE,sDACE,eACF,CACA,6GACE,aAAc,CACd,kBACF,CACA,iHACE,WAAY,CACZ,iBACF,CACA,8GACE,aAAc,CACd,gBAAiB,CACjB,wBACF,CACA,kKACE,cAAe,CACf,gBACF,CACA,wIACE,cACF,CACF,CACA,yBACE,sDACE,eACF,CACA,6GACE,aAAc,CACd,kBACF,CACA,iHACE,WAAY,CACZ,iBACF,CACA,8GACE,aAAc,CACd,gBAAiB,CACjB,wBACF,CACA,kKACE,cAAe,CACf,gBACF,CACA,wIACE,cACF,CACF,CCpGA,6CACE,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,iBAAkB,CAClB,wBAAyB,CACzB,iCAAqC,CACrC,eAAgB,CAChB,kEACF,CACA,8FACE,UAAW,CACX,WAAY,CACZ,iBAAkB,CAClB,YACF,CACA,4IACE,WAAY,CACZ,UAAW,CACX,YAAa,CACb,sBAAuB,CACvB,kBACF,CACA,0LACE,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,sBACF,CACA,0MACE,WAAY,CACZ,aAAc,CACd,cACF,CAKA,8UACE,UAAW,CACX,WACF,CACA,kMACE,oBAAqB,CACrB,aACF,CACA,8LACE,0BAA2B,CAC3B,cAAe,CACf,WAAY,CACZ,YAAa,CACb,kBACF,CCxDA,0CACE,uBAAyB,CACzB,eAAgB,CAChB,WAAY,CACZ,gBAAiB,CACjB,6CAAqD,CACrD,sBAAuB,CACvB,cAAe,CACf,eAAgB,CAChB,aACF,CACA,kFACE,eAAgB,CAChB,WACF,CACA,oFACE,cAAe,CACf,UAAW,CACX,SACF,CACA,gYAGE,SACF,CACA,8KACE,gBACF,CACA,mFACE,uDACF,CACA,qFACE,UAAW,CACX,eACF,CACA,4FACE,mBACF,CACA,iFACE,YAAa,CACb,kBAAmB,CACnB,iBAAkB,CAClB,oBAAqB,CACrB,aAAc,CACd,WAAY,CACZ,cACF,CACA,0HACE,gBAAiB,CACjB,iBAAkB,CAClB,SACF,CACA,qFACE,UACF,CACA,uFACE,uDACF,CACA,yFACE,UAAW,CACX,eACF,CACA,gGACE,mBACF,CACA,0FACE,YACF,CACA,yHACE,SACF,CACA,yHACE,OACF,CACA,wFACE,6CAA+C,CAC/C,0CACF,CACA,kIACE,YAAa,CACb,6BACF,CACA,+KACE,YAAa,CACb,kBACF,CACA,oIACE,YAAa,CACb,kBAAmB,CACnB,iBAAkB,CAClB,WAAY,CACZ,oBAAqB,CACrB,aAAc,CACd,cACF,CACA,iLACE,iBAAkB,CAClB,gBACF,CACA,+IACE,YACF,CAIA,oRACE,aACF,CACA,qFACE,6CACF,CACA,gGACE,YACF,CAEA,4HACE,uBAAyB,CACzB,WACF,CACA,2FACE,4BAA6B,CAC7B,uBACF,CACA,mFACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,cACF,CACA,kGACE,YACF,CACA,yFACE,YACF,CACA,oFACE,iBAAkB,CAClB,KAAM,CACN,WAAY,CACZ,UAAW,CACX,WAAY,CACZ,wBAAyB,CACzB,eAAgB,CAChB,6CAAqD,CACrD,cACF,CACA,0FACE,wBACF,CACA,mGACE,YACF,CAEA,0BACE,0CACE,cAAe,CACf,SACF,CACA,0HACE,WACF,CACF,CClKA,8CACE,kBAAmB,CACnB,eAAgB,CAChB,iFAAgG,CAChG,YAAa,CACb,sBAAuB,CACvB,cACF,CACA,0MACE,4BACF,CACA,+FACE,wBAAyB,CACzB,2BAA4B,CAC5B,iBAAkB,CAClB,cAAe,CACf,eACF,CACA,gJACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,2BAA4B,CAC5B,kBACF,CACA,8IACE,UAAW,CACX,YAAa,CACb,sBAAuB,CACvB,eAAgB,CAChB,2BACF,CACA,0LACE,qBAAsB,CACtB,UAAW,CACX,YACF,CACA,gJACE,iBAAkB,CAClB,QAAS,CACT,YAAa,CACb,kBAAmB,CACnB,UAAW,CACX,wBAA+B,CAC/B,WAAa,CACb,eAAgB,CAChB,2EACF,CACA,4LACE,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,UAAW,CACX,iBAAkB,CAClB,QACF,CACA,oGACE,WAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,sGACE,QACF,CACA,+IACE,kBACF,CACA,4LACE,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,0LACE,cACF,CACA,mMACE,iBAAoB,CAApB,kBAAoB,CACpB,cACF,CACA,gPACE,cACF,CACA,oJACE,kBAAmB,CACnB,WAAY,CACZ,2EAAkF,CAClF,gBAAiB,CACjB,cAAe,CACf,eAAgB,CAChB,UAAW,CACX,YAAa,CACb,kBAAmB,CACnB,cACF,CACA,wJACE,eACF,CACA,0JACE,kBACF,CACA,mJACE,eACF,CAEA,yBACE,8CACE,qBACF,CACA,+FACE,UAAW,CACX,2BACF,CAIA,8RACE,2BACF,CACA,gJACE,eAAgB,CAChB,YACF,CACA,4LACE,cACF,CACA,oGACE,kBAAmB,CACnB,UAAW,CACX,4BAA6B,CAC7B,cACF,CACA,oJACE,YAAa,CACb,qBAAsB,CACtB,aAAS,CAAT,QACF,CACA,+LACE,eACF,CACA,mJACE,eACF,CACF,CACA,yBACE,4LACE,cAAe,CACf,iBAAkB,CAClB,gBACF,CACF,CACA,yBACE,4LACE,cAAe,CACf,gBACF,CACF,CChKA,gDACE,UAAW,CACX,kBAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,sBAAuB,CACvB,iBAAkB,CAClB,gBAAiB,CACjB,YAAa,CACb,sBAAuB,CACvB,iFACF,CACA,gGACE,iBAAkB,CAClB,QAAS,CACT,UACF,CACA,gGACE,gBAAiB,CACjB,eACF,CACA,8IACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,mBAAoB,CACpB,QACF,CACA,+IACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,aACF,CACA,6IACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,QAAS,CACT,mBACF,CACA,yLACE,eAAgB,CAChB,aACF,CACA,6IACE,aAAc,CACd,cAAe,CACf,oBACF,CAEA,oCACE,gGACE,YACF,CACF,CCvDA,+CACE,UAAW,CACX,kBAAmB,CACnB,kBAAmB,CACnB,iBAAkB,CAClB,sBAAuB,CACvB,iBAAkB,CAClB,gBAAiB,CACjB,YAAa,CACb,sBAAuB,CACvB,iFACF,CACA,8FACE,iBAAkB,CAClB,QAAS,CACT,SACF,CACA,8FACE,gBAAiB,CACjB,eACF,CACA,2IACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,mBAAoB,CACpB,QACF,CACA,4IACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,aACF,CACA,0IACE,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,QACF,CACA,qLACE,eAAgB,CAChB,aACF,CAEA,oCACE,8FACE,YACF,CACF,CCjDA,6CACE,kBAAmB,CACnB,sCAAyC,CACzC,iFAAgG,CAChG,YAAa,CACb,sBAAuB,CACvB,iBAAkB,CAClB,cACF,CACA,sMACE,4BACF,CACA,+FACE,iBAAkB,CAClB,KAAM,CACN,OAAQ,CACR,SACF,CACA,6FACE,wBAAyB,CACzB,2BAA4B,CAC5B,iBAAkB,CAClB,cAAe,CACf,UAAY,CACZ,eACF,CACA,6IACE,iBAAkB,CAClB,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,2BAA4B,CAC5B,kBACF,CACA,2IACE,UAAW,CACX,YAAa,CACb,sBAAuB,CACvB,eAAgB,CAChB,2BACF,CACA,sLACE,qBAAsB,CACtB,UAAW,CACX,YACF,CACA,6IACE,iBAAkB,CAClB,QAAS,CACT,YAAa,CACb,kBAAmB,CACnB,UAAW,CACX,wBAA+B,CAC/B,eAAgB,CAChB,WAAa,CACb,2EACF,CACA,wLACE,cAAe,CACf,gBAAiB,CACjB,eAAgB,CAChB,UAAW,CACX,iBAAkB,CAClB,QACF,CACA,kGACE,WAAY,CACZ,iBAAkB,CAClB,iBAAkB,CAClB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBAAuB,CACvB,wBAAyB,CACzB,2BACF,CACA,oGACE,QACF,CACA,4IACE,kBACF,CACA,wLACE,cAAe,CACf,eAAgB,CAChB,iBACF,CACA,sLACE,cACF,CACA,+LACE,iBAAoB,CAApB,kBAAoB,CACpB,cACF,CACA,2OACE,cACF,CACA,iJACE,kBAAmB,CACnB,WAAY,CACZ,2EAAkF,CAClF,gBAAiB,CACjB,cAAe,CACf,eAAgB,CAChB,UAAW,CACX,YAAa,CACb,kBAAmB,CACnB,cACF,CACA,qJACE,eACF,CACA,uJACE,kBACF,CACA,gJACE,eACF,CACA,kJACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CAEA,yBACE,6CACE,qBACF,CACA,6FACE,UAAW,CACX,2BACF,CAIA,wRACE,2BACF,CACA,6IACE,eAAgB,CAChB,YACF,CACA,wLACE,cACF,CACA,kGACE,kBAAmB,CACnB,UAAW,CACX,4BAA6B,CAC7B,cAAe,CACf,2BACF,CACA,iJACE,YAAa,CACb,qBAAsB,CACtB,aAAS,CAAT,QACF,CACA,2LACE,eACF,CACA,gJACE,eACF,CACF,CACA,yBACE,wLACE,cAAe,CACf,iBAAkB,CAClB,gBACF,CACF,CACA,yBACE,wLACE,cAAe,CACf,gBACF,CACF,CCjLA,wCACE,UAAW,CACX,YAAa,CACb,0BAAmB,CAAnB,uBAAmB,CAAnB,kBAAmB,CACnB,qBAAsB,CACtB,YAAa,CACb,sBAAuB,CACvB,iBAAkB,CAClB,wBAAyB,CACzB,qBAAyB,CACzB,iCAAqC,CACrC,cAAe,CACf,aAAc,CACd,cACF,CACA,+EACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,aAAS,CAAT,QACF,CACA,uHACE,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,eAAgB,CAChB,iBAAkB,CAClB,wBAAyB,CACzB,UAAc,CACd,eAAgB,CAChB,iBACF,CACA,gFACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,cAAe,CACf,kBACF,CACA,0HACE,eAAgB,CAChB,aAAc,CACd,WAAY,CAEZ,sBAAuB,CACvB,eAAgB,CAChB,mBAAoB,CACpB,oBAAqB,CACrB,2BACF,CACA,4HACE,YAAa,CACb,aAAS,CAAT,QACF,CACA,mKACE,aACF,CACA,+EACE,UAAW,CACX,YAAa,CACb,6BACF,CACA,0HACE,aAAc,CACd,YAAa,CACb,qBACF,CACA,uKACE,gBACF,CACA,2HACE,YAAa,CACb,qBAAsB,CACtB,wBACF,CAEA,yBACE,uHACE,cACF,CACF,CC9EA,sCACE,sBAAyB,CACzB,YAAa,CACb,aAAS,CAAT,QACF,CACA,4CACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,yDACE,aACF,CACA,kDACE,wBACF,CACA,6EACE,wBACF,CACA,2EACE,aAAc,CACd,cAAe,CACf,YACF,CC5BA,kDACE,cAAe,CACf,iBAAkB,CAClB,iCAAqC,CACrC,iBACF,CACA,uHACE,YAAa,CACb,cAAe,CAEf,sBAAuB,CACvB,kBACF,CACA,+KACE,WAAY,CACZ,UACF,CACA,8NACE,cACF,CACA,kOACE,UAAW,CACX,WACF,CACA,0GACE,YAAa,CACb,wBAAyB,CACzB,qBAAsB,CACtB,iBAAkB,CAClB,qBAAsB,CACtB,SAAU,CACV,OAAQ,CACR,iBAAkB,CAClB,iGAA0H,CAC1H,gBAAiB,CACjB,yBAAkB,CAAlB,iBACF,CACA,gHACE,eAAiB,CACjB,cAAe,CACf,YAAa,CACb,6BAA8B,CAC9B,kBAAmB,CACnB,sBAAuB,CACvB,YACF,CACA,kHACE,YAAa,CACb,cAAe,CACf,eAAgB,CAChB,cACF,CACA,sHACE,YAAW,CACX,eACF","file":"index.esm.css","sourcesContent":[".wrapper {\n font-family: \"Montserrat\";\n width: 1000px;\n}\n.wrapper .tab {\n font-weight: 700;\n font-size: 20px;\n color: rgba(0, 0, 0, 0.8);\n opacity: 0.5;\n}\n.wrapper .tab span.number {\n color: #2d8a75;\n}\n.wrapper .comment_grid_custom {\n padding: 25px 0px 25px 0px;\n display: flex;\n justify-content: space-between;\n gap: 1rem;\n}\n.wrapper .comment_grid_custom p {\n margin: 0;\n}\n.wrapper .comment_grid_custom .comment_left {\n display: flex;\n gap: 20px;\n}\n.wrapper .comment_grid_custom .comment_left .username {\n font-size: 15px;\n font-weight: 700;\n color: rgba(0, 0, 0, 0.8);\n margin-bottom: 3px;\n}\n.wrapper .comment_grid_custom .comment_left .date {\n font-weight: 500;\n font-size: 12px;\n color: #6d6d6d;\n margin-bottom: 10px;\n}\n.wrapper .comment_grid_custom .comment_left .comment {\n font-weight: 500;\n font-size: 15px;\n color: #6d6d6d;\n}\n.wrapper .comment_grid_custom .comment_left .cover_bottom {\n display: flex;\n align-items: center;\n margin-top: 10px;\n gap: 10px;\n}\n.wrapper .comment_grid_custom .comment_left .cover_bottom .coverIcon {\n display: flex;\n border: 1px solid #d8d8d8;\n border-radius: 6px;\n width: fit-content;\n padding: 5px 8px;\n gap: 0.8rem;\n}\n.wrapper .comment_grid_custom .comment_left .cover_bottom .feel {\n display: flex;\n align-items: center;\n background: #f7f7f7;\n border: 1px solid #d8d8d8;\n border-radius: 6px;\n padding: 5px 8px;\n}\n.wrapper .comment_grid_custom .comment_left .cover_bottom .feel .feel_icon {\n width: 20px;\n margin-right: 3px;\n}\n.wrapper .comment_grid_custom .comment_left .cover_bottom .feel .feel_name {\n font-size: 12px;\n font-weight: 500;\n color: #6d6d6d;\n}\n.wrapper .comment_grid_custom .donation {\n color: #2d8a75;\n font-size: 15px;\n font-weight: 700;\n}\n.wrapper .comment_icon {\n cursor: pointer;\n}\n.wrapper .comment_counter {\n padding: 0 !important;\n min-width: auto !important;\n width: 40px !important;\n border-radius: 50%;\n}\n.wrapper .comment_section_footer .follow_btn {\n margin-top: 5px;\n border: 1px solid #1f4e43;\n border-radius: 6px;\n background: none;\n color: #1f4e43;\n height: 48px;\n transition: 0.1s;\n width: 200px;\n margin-left: 60px;\n}\n.wrapper .comment_section_footer .follow_btn span {\n display: flex;\n align-items: center;\n gap: 10px;\n}\n.wrapper .comment_section_footer .follow_btn:hover, .wrapper .comment_section_footer .follow_btn:focus {\n background-color: #e2f4f0;\n color: #1f4e43;\n}\n.wrapper .profile-icon {\n width: 40px;\n}\n.wrapper .updates .not_update {\n text-align: center;\n}",".phoneInputV2 {\n font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n color: #43ccb0;\n font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n position: relative;\n height: 48px;\n width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n border: 1px solid var(--Stroke, #e2e2e2);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 6px;\n overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n position: absolute;\n top: 13px;\n left: 12px;\n display: flex;\n align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n margin: 3px 0 0 4px;\n font-size: 16px;\n}\n.phoneInputV2 .mesError {\n color: #f05c6a;\n font-size: 14px;\n margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n width: 115px;\n background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n font-size: 16px;\n font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing) {\n border: none;\n}",".wrapper {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.wrapper .container {\n background-color: #eeeeee;\n border-radius: 999px;\n width: 100%;\n height: 18.23px;\n}\n.wrapper .bar {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n padding: 0;\n background-color: #41ccad;\n height: 100%;\n border-radius: 999px;\n height: 18.16px;\n text-align: right;\n}\n.wrapper .dot {\n background-color: #2d8a75;\n display: flex;\n width: 6.37px;\n height: 6.37px;\n border-radius: 999px;\n margin-right: 3px;\n}",".wrapper {\n width: 485px;\n background: #ffffff;\n box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);\n border-radius: 10px;\n padding: 35px 30px;\n font-family: \"Montserrat\";\n}\n.wrapper .info {\n width: 100%;\n height: 52px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n.wrapper .info .item {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .info .item_value {\n font-weight: 600;\n font-size: 20px;\n line-height: 28px;\n}\n.wrapper .info .item_name {\n font-weight: 500;\n font-size: 14px;\n line-height: 22.4px;\n color: #6d6d6d;\n}\n.wrapper .list_donation {\n display: flex;\n gap: 5px;\n flex-wrap: wrap;\n margin: 35px 0 20px 0;\n}\n.wrapper .list_donation .money_btn {\n color: #000;\n font-weight: 500;\n font-size: 14px;\n border: 1px solid #dfdfdf;\n border-radius: 6px;\n}\n.wrapper .list_donation .money_btn:hover, .wrapper .list_donation .money_btn:focus {\n color: #fff;\n background: #1f4e43;\n}\n.wrapper .text_field {\n margin: 17px 0;\n}\n.wrapper .text_field span {\n font-size: 14px;\n transform: scale(1) !important;\n top: 15px !important;\n}\n.wrapper .text_field input {\n padding-left: 3.75rem !important;\n}\n.wrapper .share_btn {\n margin-top: 5px;\n}\n.wrapper .share_btn span {\n display: flex;\n align-items: center;\n gap: 10px;\n}",".modal {\n display: none;\n position: fixed;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgba(0, 0, 0, 0.5);\n /* Modal Content (image) */\n /* The Close Button */\n}\n.modal .modalContent {\n display: flex;\n justify-content: center;\n align-items: center;\n height: calc(100% + 50px);\n animation-name: zoom;\n animation-duration: 0.6s;\n}\n.modal .modalContent img {\n max-width: calc(100vw - 37px);\n max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n from {\n transform: scale(0);\n }\n to {\n transform: scale(1);\n }\n}\n.modal .close {\n color: white;\n font-size: 25px;\n font-weight: bold;\n transition: 0.3s;\n position: absolute;\n right: -27px;\n top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n color: #bbb;\n text-decoration: none;\n cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n .modalContent {\n width: 100%;\n }\n}",".container .switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n /* Rounded sliders */\n}\n.container .switch input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.container .switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.container .switch .slider:before {\n position: absolute;\n content: \"\";\n height: 16px;\n width: 16px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n -webkit-transform: translateX(20px);\n -ms-transform: translateX(20px);\n transform: translateX(20px);\n}\n.container .switch .slider.round {\n border-radius: 34px;\n}\n.container .switch .slider.round:before {\n border-radius: 50%;\n}",".wrapper {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 20px;\n background-color: #13362e;\n}\n.wrapper .image {\n width: 100px;\n height: 100px;\n padding: 5px;\n}\n.wrapper .title {\n padding: 5px;\n font-weight: 700;\n font-size: 20px;\n line-height: 27px;\n text-align: center;\n color: white;\n}\n.wrapper .description {\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: center;\n}",".wrapper {\n width: 100%;\n max-width: 1140px;\n height: 320px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-radius: 10px;\n}\n.wrapper .rightSide {\n width: 50%;\n height: 320px;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-around;\n padding: 36px 38px 43px 46px;\n}\n.wrapper .rightSide .title {\n font-weight: 500;\n font-size: 20px;\n line-height: 28px;\n text-align: left;\n color: black;\n}\n.wrapper .rightSide .description {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 15px;\n line-height: 24px;\n text-align: left;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: 6;\n /* number of lines to show */\n line-clamp: 6;\n -webkit-box-orient: vertical;\n margin-bottom: 25px;\n}\n.wrapper .rightSide .info {\n width: 100%;\n height: 52px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n.wrapper .rightSide .info .item {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .rightSide .info .item_value {\n font-weight: 600;\n font-size: 20px;\n line-height: 28px;\n}\n.wrapper .rightSide .info .item_name {\n font-weight: 500;\n font-size: 14px;\n line-height: 22.4px;\n color: #6d6d6d;\n}\n.wrapper .leftSide {\n width: 50%;\n height: 320px;\n border-top-right-radius: 10px;\n border-bottom-right-radius: 10px;\n}\n.wrapper .image {\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-bottom-left-radius: 10px;\n border-top-left-radius: 10px;\n}\n\n@media all and (max-width: 992px) {\n .wrapper {\n width: 719px;\n height: auto;\n flex-direction: column;\n }\n .wrapper .leftSide {\n width: 100%;\n height: auto;\n display: flex;\n }\n .wrapper .rightSide {\n width: 100%;\n height: auto;\n padding: 27px 40px 36px;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n }\n .wrapper .rightSide .description {\n -webkit-line-clamp: initial;\n /* number of lines to show */\n line-clamp: initial;\n }\n .wrapper .image {\n width: 100%;\n max-width: 100%;\n max-height: 100%;\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n border-bottom-left-radius: 0px;\n object-fit: cover;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper {\n width: 100%;\n max-width: 432px;\n }\n}",".wrapper {\n width: 573px;\n height: 188px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-end;\n padding: 29px 39px 38px 37px;\n background: linear-gradient(90deg, #e96a6d 0%, #e17221 100%), #2d8a75;\n border-radius: 10px;\n}\n.wrapper .title {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: white;\n width: 50%;\n}\n\n@media all and (max-width: 1200px) {\n .wrapper {\n width: 456px;\n height: 188px;\n padding: 41px 35px 38px 39px;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper {\n width: 643px;\n height: 90px;\n align-items: center;\n }\n .wrapper .title {\n width: 100%;\n font-size: 26px;\n line-height: 36.4px;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper {\n width: 350px;\n height: 128px;\n padding: 40px 32px 38px 34px;\n align-items: flex-end;\n }\n .wrapper .title {\n width: 70%;\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n }\n}",".wrapper {\n width: 407px;\n height: 330px;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 29px 37px 36px 37px;\n background-color: #f8f8f7;\n border-radius: 10px;\n}\n.wrapper .title {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: black;\n}\n.wrapper .description {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}\n\n@media all and (max-width: 1200px) {\n .wrapper {\n width: 456px;\n height: 330px;\n padding: 41px 42px 36px 42px;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper {\n width: 350px;\n height: 367px;\n padding: 36px 32px 36px 32px;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper {\n width: 430px;\n height: 289px;\n padding: 40px 42px 46px 42px;\n }\n .wrapper .title {\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n }\n .wrapper .description {\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: left;\n }\n}",".wrapper {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n cursor: pointer;\n}\n.wrapper .imageWrapper {\n height: 100%;\n display: flex;\n align-items: center;\n}\n.wrapper .coverImage {\n border-radius: 8px;\n width: fit-content;\n}\n.wrapper .image {\n width: 100%;\n border-radius: 8px;\n}\n.wrapper .title {\n width: 100%;\n padding-top: 5px;\n padding-bottom: 10px;\n font-weight: 700;\n font-size: 15px;\n line-height: 21px;\n text-align: left;\n color: black;\n height: 50px;\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n}\n.wrapper .description {\n display: flex;\n flex-direction: row;\n align-items: center;\n width: 100%;\n color: black;\n padding-top: 5px;\n padding-bottom: 5px;\n font-weight: 700;\n font-size: 13px;\n line-height: 18.2px;\n text-align: left;\n border-radius: 10px;\n gap: 20px;\n}\n.wrapper .subtext {\n width: 100%;\n color: #6d6d6d;\n padding-top: 5px;\n padding-bottom: 5px;\n font-weight: 500;\n font-size: 13px;\n line-height: 18.2px;\n text-align: left;\n margin-left: 3px;\n margin-right: 3px;\n}\n.wrapper .FRPText {\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n color: #6d6d6d;\n line-height: 20px;\n font-size: 15px;\n margin: 0 0 10px 0;\n}",".wrapper {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-radius: 10px;\n padding-right: 90px;\n padding-left: 90px;\n}\n.wrapper .leftSide {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n width: 50%;\n height: auto;\n padding-right: 36px;\n}\n.wrapper .image {\n max-width: 100%;\n max-height: 100%;\n border-radius: 10px;\n}\n.wrapper .rightSide {\n width: 50%;\n height: auto;\n padding-left: 36px;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n}\n.wrapper .rightSide .title {\n font-weight: 500;\n font-size: 24px;\n line-height: 32.4px;\n text-align: left;\n color: black;\n margin-bottom: 12.64px;\n}\n.wrapper .rightSide .description {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}",".wrapper {\n width: 100%;\n height: 509.07px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n background-color: #13362e;\n border-bottom-right-radius: 10px;\n}\n.wrapper .rightSide {\n width: 35%;\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n padding: 29px 0px 36px 41px;\n}\n.wrapper .rightSide .title {\n font-weight: 700;\n font-size: 40px;\n line-height: 56px;\n text-align: left;\n color: white;\n}\n.wrapper .rightSide .description {\n color: white;\n font-weight: 500;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n padding-top: 20px;\n padding-bottom: 30px;\n}\n.wrapper .leftSide {\n width: 65%;\n height: 100%;\n border-bottom-right-radius: 10px;\n}\n.wrapper .image {\n border-bottom-right-radius: 10px;\n height: 100%;\n width: 100%;\n object-fit: cover;\n mask-image: linear-gradient(to left, #2d8a75 0%, #2d8a75 50%, rgba(0, 0, 0, 0) 100%);\n -webkit-mask-image: linear-gradient(to left, #2d8a75 50%, #2d8a75 5%, rgba(0, 0, 0, 0) 100%);\n}",".wrapper {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.wrapper .bar {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n background-color: #41ccad;\n border-radius: 999px;\n height: 50px;\n}\n.wrapper .dot {\n background-color: #2d8a75;\n display: flex;\n width: 20px;\n height: 20px;\n border-radius: 999px;\n margin-right: 17.5px;\n}",".wrapper {\n width: 708px;\n height: 330px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-radius: 10px;\n background-color: #2d8a75;\n}\n.wrapper .rightSide {\n width: 326px;\n height: 330px;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n padding: 29px 0px 36px 41px;\n}\n.wrapper .rightSide .title {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: white;\n}\n.wrapper .rightSide .description {\n color: white;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}\n.wrapper .leftSide {\n width: 382px;\n height: 330px;\n border-top-right-radius: 10px;\n border-bottom-right-radius: 10px;\n background-size: cover;\n}\n\n@media all and (max-width: 1200px) {\n .wrapper {\n width: 456px;\n height: 330px;\n padding: 42px 42px 36px 42px;\n }\n .wrapper .leftSide {\n display: none;\n }\n .wrapper .rightSide {\n width: 100%;\n height: 100%;\n padding: 0;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper {\n width: 350px;\n height: 367px;\n padding: 36px 33px 36px 33px;\n }\n .wrapper .leftSide {\n display: none;\n }\n .wrapper .rightSide {\n width: 100%;\n height: 100%;\n padding: 0;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper {\n width: 430px;\n height: 525px;\n display: flex;\n flex-direction: column-reverse;\n justify-content: space-between;\n align-items: center;\n padding: 0;\n }\n .wrapper .leftSide {\n display: block;\n width: 430px;\n height: 330px;\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n background-size: cover;\n }\n .wrapper .rightSide {\n width: 430;\n height: 195px;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-around;\n padding: 0px 42px 51px 42px;\n }\n .wrapper .rightSide .title {\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n text-align: left;\n color: white;\n }\n .wrapper .rightSide .description {\n color: white;\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: left;\n }\n}",".tabBar {\n height: 75px;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab) {\n height: 75px !important;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label) {\n font-size: 15px !important;\n font-weight: 500;\n}\n\n.navMyAccount {\n background-color: #fff;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);\n top: 0;\n z-index: 10;\n width: 100%;\n font-family: \"Montserrat\";\n}\n.navMyAccount .container {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 10px 30px;\n}\n.navMyAccount .container .logoWrap {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 1rem;\n}\n.navMyAccount .container .leftCover {\n display: flex;\n gap: 48px;\n align-items: center;\n}\n.navMyAccount .container .leftCover .ctaBtn {\n font-size: 16px;\n border-radius: 8px;\n font-weight: 700;\n color: #fff;\n}\n\n@media (max-width: 768px) {\n .navMyAccount .container .leftCover {\n gap: 28px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 14px;\n }\n}\n@media (max-width: 480px) {\n .navMyAccount .container .leftCover {\n gap: 10px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 12px;\n height: 40px;\n padding: 0 10px;\n }\n}",".wrapper {\n width: 100%;\n height: 79px;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n background-color: #1f4e43;\n}\n.wrapper .title {\n padding: 5px;\n font-weight: 700;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n color: white;\n margin-left: 94px;\n margin-right: 24px;\n}\n.wrapper .description {\n position: relative;\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n width: 100%;\n height: 119px;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n }\n .wrapper .title {\n margin-left: 0px;\n margin-right: 0px;\n }\n}",".wrapper {\n width: 100%;\n margin: 0 20px;\n}\n.wrapper .title {\n font-size: 24px;\n font-weight: bold;\n line-height: 1.4;\n margin-bottom: 5px;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .month_donation {\n display: flex;\n box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px;\n justify-content: space-around;\n border-radius: 10px;\n align-items: center;\n min-height: 152px;\n}\n.wrapper .month_donation .month_donation_wrap {\n display: flex;\n align-items: center;\n justify-content: space-around;\n padding: 20px 0 20px 20px;\n width: 100%;\n}\n.wrapper .month_donation .month_donation_text {\n font-size: 24px;\n line-height: 1.5;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n font-weight: 500;\n color: #404041;\n}\n.wrapper .month_donation .month_donation_item {\n margin: 0 20px;\n color: #fc595d;\n font-size: 36px;\n font-weight: bold;\n font-family: \"Arial\";\n}\n.wrapper .month_donation .month_donation_button_wrap {\n padding-right: 20px;\n}\n.wrapper .month_donation .month_donation_button_wrap .month_donation_button {\n width: 200px;\n border-radius: 60px;\n background: linear-gradient(to right, #fc595d, #ffa05a);\n padding: 8px;\n float: right;\n margin: 0 10px;\n align-items: center;\n display: flex;\n justify-content: center;\n}\n.wrapper .month_donation .month_donation_button_wrap .month_donation_button a {\n color: white !important;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n font-size: 14px;\n cursor: pointer;\n text-decoration: none;\n font-weight: 600;\n}\n\n@media (max-width: 920px) {\n .wrapper .month_donation {\n flex-direction: column;\n }\n .wrapper .month_donation .month_donation_text {\n font-size: 22px;\n }\n .wrapper .month_donation .month_donation_wrap {\n flex-direction: column;\n }\n .wrapper .month_donation .month_donation_wrap .month_donation_text {\n margin: 0;\n }\n .wrapper .month_donation .month_donation_item {\n font-size: 30px;\n }\n .wrapper .month_donation .month_donation_button_wrap {\n padding-right: 0;\n padding-bottom: 20px;\n }\n}",".wrapper {\n width: 100%;\n box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px;\n border-radius: 10px;\n padding: 20px;\n max-width: 420px;\n text-align: center;\n line-height: 1.5;\n}\n.wrapper .amount_raised {\n min-height: 80px;\n display: flex;\n align-items: center;\n flex-direction: column;\n justify-content: center;\n}\n.wrapper .amount_raised .numeric {\n color: #FC595D;\n font-weight: bold;\n}\n.wrapper .amount_raised .title {\n font-weight: bold;\n font-family: \"Arial\", Helvetica Neue, Helvetica, sans-serif;\n color: #404041;\n}",".wrapper {\n width: 100%;\n margin: 20px;\n}\n.wrapper .title {\n font-size: 24px;\n font-weight: bold;\n line-height: 1.4;\n margin-bottom: 5px;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .table_wrap {\n box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px;\n border-radius: 10px;\n padding: 20px;\n}\n.wrapper .table_wrap .title_wrap {\n display: flex;\n align-items: flex-end;\n}\n.wrapper .table_wrap .title_wrap .tooltip {\n position: relative;\n display: inline-block;\n}\n.wrapper .table_wrap .title_wrap .tooltip img {\n margin-bottom: 7px;\n margin-left: 5px;\n}\n.wrapper .table_wrap .title_wrap .tooltip img svg {\n background-color: #000;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext {\n visibility: hidden;\n width: 320px;\n background-color: black;\n color: #fff;\n text-align: center;\n border-radius: 6px;\n padding: 8px 13px;\n position: absolute;\n z-index: 1;\n top: 105%;\n right: 50%;\n margin-right: -162px;\n border: 1px solid #fba026;\n opacity: 0;\n transition: opacity 0.5s;\n line-height: 1.2;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext::after {\n content: \"\";\n position: absolute;\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border-width: 5px;\n border-style: solid;\n border-color: transparent transparent #fba026 transparent;\n}\n.wrapper .table_wrap .title_wrap .tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n.wrapper .table_wrap th,\n.wrapper .table_wrap td {\n border-bottom: 1px solid #d5d5d5;\n padding: 20px 5px;\n}\n.wrapper td {\n text-align: center;\n}",".wrapper {\n border-radius: 8px;\n background: #FFF;\n box-shadow: 0px 1px 8px 0px rgba(110, 110, 110, 0.25);\n max-width: 250px;\n display: flex;\n padding: 16px 24px;\n flex-direction: column;\n align-items: center;\n gap: 8px;\n}\n.wrapper .amount_raised {\n min-height: 80px;\n display: flex;\n align-items: center;\n flex-direction: column;\n justify-content: center;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .amount_raised .numeric {\n color: #ACACAC;\n font-weight: bold;\n font-size: 24px;\n line-height: 32px;\n}\n.wrapper .amount_raised .title {\n margin-top: 10px;\n font-weight: 400;\n font-size: 14px;\n color: #ACACAC;\n text-align: center;\n}",".wrapper {\n border-radius: 16px;\n box-shadow: 0px 1px 8px 0px rgba(110, 110, 110, 0.25);\n background: #FFFFFF;\n display: flex;\n flex-direction: column;\n padding: 30px;\n min-width: 330px;\n}\n.wrapper .thisMonthCardWrap {\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .thisMonthCardWrap .header {\n display: flex;\n justify-content: space-between;\n font-weight: bold;\n padding: 5px;\n}\n.wrapper .thisMonthCardWrap .header .header_left {\n display: flex;\n flex-direction: column;\n text-align: center;\n}\n.wrapper .thisMonthCardWrap .header .header_left .header_left_donation {\n height: 100%;\n justify-content: space-between;\n display: flex;\n flex-direction: column;\n}\n.wrapper .thisMonthCardWrap .header .header_left .header_left_donation .donation_amount {\n font-size: 32px;\n color: #FF7658;\n padding: 15px 0;\n}\n.wrapper .thisMonthCardWrap .header .header_left .header_left_donation .donation_text {\n font-size: 14px;\n color: #404041;\n}\n.wrapper .thisMonthCardWrap .header .header_right img {\n height: 100%;\n width: auto;\n}\n.wrapper .thisMonthCardWrap .content {\n padding: 5px;\n}\n.wrapper .thisMonthCardWrap .content .content_item {\n padding: 8px 0;\n border-bottom: thin solid #D2CECE;\n display: flex;\n}\n.wrapper .thisMonthCardWrap .content .content_item .content_item_amount {\n font-size: 16px;\n color: #FF7658;\n font-weight: 700;\n min-width: 54px;\n padding: 0 5px;\n}\n.wrapper .thisMonthCardWrap .content .content_item .content_item_text {\n font-size: 14px;\n color: #404041;\n}\n.wrapper .thisMonthCardWrap .content .content_item:last-child {\n border-bottom: none;\n}\n.wrapper .thisMonthCardWrap .month_donation_button_wrap {\n padding-top: 10px;\n}\n.wrapper .thisMonthCardWrap .month_donation_button_wrap .month_donation_button {\n padding: 8px 16px;\n border-radius: 20px;\n background: linear-gradient(90deg, #F05C6A 1.8%, #FF995A 94.53%);\n float: left;\n align-items: center;\n display: flex;\n justify-content: center;\n}\n.wrapper .thisMonthCardWrap .month_donation_button_wrap .month_donation_button a {\n color: white !important;\n font-size: 14px;\n cursor: pointer;\n text-decoration: none;\n font-weight: 700;\n}",".toggle_btn_item {\n font-family: \"Montserrat\", sans-serif;\n justify-content: center;\n align-items: center;\n display: flex;\n padding: 18px 24px;\n border: thin solid transparent;\n border-radius: 100px;\n font-weight: normal;\n font-size: 12px;\n cursor: pointer;\n}",".wrapper {\n font-family: \"Montserrat\", sans-serif;\n display: flex;\n background: #FFF;\n width: fit-content;\n height: fit-content;\n color: #404041;\n font-weight: 400;\n font-size: 12px;\n margin: 0;\n padding: 1px;\n border-radius: 32px;\n cursor: pointer;\n background: linear-gradient(to right, #F05C6A, #FF995A);\n}\n.wrapper .toggle_btn_wrap {\n padding: 1px;\n width: fit-content;\n border-radius: 100px;\n display: flex;\n background-color: #FFF;\n}",".wrapper {\n background-color: white;\n color: #404041;\n font-family: \"Montserrat\", sans-serif;\n}\n.wrapper .container {\n width: 100%;\n margin: 0 auto;\n border-top: 1px solid #e2e2e2;\n border-bottom: 1px solid #e2e2e2;\n}\n.wrapper section {\n max-width: 80em;\n display: flex;\n padding: 55px 0px 35px 0px;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n}\n.wrapper .social_links__item {\n display: block;\n width: 2.5rem;\n height: 2.5rem;\n}\n.wrapper .social_links__item img {\n width: 100%;\n height: 100%;\n display: block;\n object-fit: \"contain\";\n}\n.wrapper .main_block_logo {\n width: 20%;\n}\n.wrapper .main_block_logo .logo {\n width: 161px;\n height: 57px;\n margin-top: -5px;\n}\n.wrapper .main_block_left_bottom {\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-top: 20px;\n}\n.wrapper .main_block_follow {\n width: 33.33%;\n padding: 0 10px;\n}\n.wrapper .main_block_follow h2 {\n color: black;\n font-size: 14px;\n font-weight: 500;\n}\n.wrapper .social_icons {\n display: flex;\n flex-direction: row;\n gap: 21px;\n}\n.wrapper .main_block_follow_mobile {\n display: none;\n}\n.wrapper .main_block_left {\n display: flex;\n width: 60%;\n position: relative;\n min-height: 220px;\n flex-wrap: wrap;\n}\n.wrapper .main_block_left_mobile {\n display: none;\n}\n.wrapper .main_block .statistics {\n width: 25%;\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 273px;\n height: 244px;\n text-align: center;\n padding: 5px 29px 27px 29px;\n}\n.wrapper .main_block .statistics .title {\n line-height: 16.8px;\n font-weight: 600;\n font-size: 14px;\n color: #0b1f05;\n text-align: left;\n}\n.wrapper .statistics_number {\n font-weight: 400;\n font-size: 14px;\n line-height: 19.6px;\n color: #13362e;\n text-align: left;\n}\n.wrapper .main_block .statistics > .stack-column > .stack-row {\n flex-direction: column;\n}\n.wrapper .statistics_item_container {\n display: flex;\n flex-direction: column;\n}\n.wrapper .main_block .statistics_item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 16px;\n}\n.wrapper .statistics_item:last-child img {\n transform: scaleX(-1);\n}\n.wrapper .item_link {\n flex-basis: 33.33%;\n padding: 0 10px;\n display: block;\n}\n.wrapper .item_link h2 {\n color: black;\n font-size: 14px;\n text-transform: lowercase;\n font-weight: 500;\n}\n.wrapper .item_link h2:first-letter {\n text-transform: capitalize;\n}\n.wrapper .list_links {\n display: flex;\n flex-direction: column;\n}\n.wrapper .list_links a {\n color: #6d6d6d;\n text-decoration: none;\n margin: 0.5rem 0;\n font-size: 14px;\n}\n.wrapper .list_links a:first-letter {\n text-transform: capitalize;\n}\n.wrapper .bottom_container {\n width: 100%;\n max-width: 80em;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding-bottom: 25px;\n}\n.wrapper .bottom_section {\n flex-direction: column;\n padding: 1rem 10px;\n}\n.wrapper .bottom_section a {\n text-decoration: none;\n color: #404041;\n font-size: 13px;\n}\n.wrapper .bottom_section .container > div {\n align-items: center;\n justify-content: space-between;\n}\n.wrapper .main_block_card {\n width: 65%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-end;\n padding: 20px;\n background: linear-gradient(90deg, #e96a6d 0%, #e17221 100%), #2d8a75;\n cursor: pointer;\n border-radius: 6px;\n}\n.wrapper .main_block_card .title {\n display: flex;\n flex-direction: column;\n font-weight: 500;\n font-size: 14px;\n line-height: 1.5em;\n text-align: left;\n color: white;\n}\n.wrapper .main_block_card img {\n width: 16px;\n height: auto;\n}\n.wrapper .main_block_card_mobile {\n display: none;\n}\n@media all and (max-width: 1200px) {\n .wrapper .main_block {\n flex-wrap: wrap;\n width: 80%;\n }\n .wrapper .main_block_logo {\n flex-basis: 100%;\n }\n .wrapper .main_block_left {\n width: 70%;\n }\n .wrapper .main_block .statistics {\n width: 30%;\n }\n .wrapper .bottom_section {\n width: 80%;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 80%;\n }\n .wrapper .main_block_left {\n width: 100%;\n }\n .wrapper .main_block .statistics {\n width: 100%;\n }\n .wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 100%;\n height: 174px;\n padding: 25px;\n margin-top: 25px;\n }\n .wrapper .main_block .statistics .title {\n text-align: center;\n }\n .wrapper .statistics_item_container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-evenly;\n }\n .wrapper .statistics_item {\n flex-direction: column;\n gap: 0px !important;\n }\n .wrapper .bottom_container {\n flex-direction: column;\n gap: 5px;\n }\n .wrapper .statistics_number {\n text-align: center;\n width: 70%;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 432px;\n }\n .wrapper .main_block_follow_mobile {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 8px 0;\n border-bottom: solid 1px #dadada;\n }\n .wrapper .social_icons_mobile {\n display: flex;\n flex-direction: row;\n gap: 21px;\n }\n .wrapper .main_block_follow_mobile h2 {\n color: black;\n font-size: 14px;\n font-weight: 500;\n }\n .wrapper .item_link h2 {\n font-weight: 500;\n }\n .wrapper .main_block_left {\n display: none;\n }\n .wrapper .main_block_left_mobile {\n display: block;\n }\n .wrapper .main_block_left_mobile .title_container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n }\n .wrapper .main_block_left_mobile .item_link {\n border-bottom: solid 1px #dadada;\n padding: 8px 0;\n }\n .wrapper .main_block_left_mobile .list_links {\n margin-left: 22px;\n }\n .wrapper .active {\n display: flex !important;\n }\n .wrapper .inactive {\n display: none !important;\n }\n .wrapper .main_block_logo {\n width: 100%;\n border-bottom: solid 1px #dadada;\n }\n .wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 432px;\n height: 236px;\n padding: 25px;\n margin-top: 25px;\n }\n .wrapper .statistics_item_container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-evenly;\n }\n .wrapper .statistics_item {\n flex-direction: row;\n width: 100%;\n gap: 16px !important;\n }\n .wrapper .statistics_number {\n text-align: left;\n width: 70%;\n }\n .wrapper .main_block .statistics .title {\n text-align: left;\n }\n .wrapper .main_block_card {\n width: 432px;\n padding: 25px;\n }\n .wrapper .main_block_card img {\n width: 12px;\n }\n .wrapper .main_block_card_mobile {\n display: flex;\n justify-content: center;\n padding: 15px 0 50px 0;\n }\n}\n@media all and (max-width: 480px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 340px;\n }\n .wrapper .statistics .container {\n width: 340px;\n height: 236px;\n }\n .wrapper .bottom_container {\n flex-direction: column-reverse;\n }\n .wrapper .bottom_container .stack-row:not(.stack-reverse) > *:not(:last-child) {\n margin-right: 0.2rem !important;\n }\n .wrapper .main_block_card {\n width: 340px;\n }\n .wrapper .bottom_section {\n width: 90%;\n }\n}",".container {\n font-family: \"Montserrat\";\n}\n.container .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n display: flex;\n align-items: center;\n}\n.container .lable .required {\n color: #43ccb0;\n font-size: 14px;\n margin-left: 5px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #43CCB0;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}",null,null,null,null,null,null,null,null,null,null,null,null,null,".wrapper {\n min-height: 226px;\n display: flex;\n align-items: center;\n border-radius: 16px;\n background-color: #f7f7f8;\n position: relative;\n font-family: \"Montserrat\", sans-serif;\n box-shadow: 1px 1px 8px 0px rgba(110, 110, 110, 0.1), 8px 8px 24px 0px rgba(139, 162, 179, 0.25);\n width: 100%;\n}\n.wrapper .leftSide {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-between;\n padding-left: 52px;\n height: 100%;\n}\n.wrapper .leftSide .title {\n font-weight: 700;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n color: #404041;\n margin-bottom: 38px;\n}\n.wrapper .leftSide .btnCover {\n display: flex;\n gap: 15px;\n}\n.wrapper .leftSide .btnCover .btn1 {\n padding: 16px 32px;\n background-color: #fff;\n border: 1px solid #ff5e6a;\n color: #ff5e6a;\n height: 56px;\n border-radius: 8px;\n font-size: 16px;\n}\n.wrapper .leftSide .btnCover .btn2 {\n padding: 16px 32px;\n background-color: #ff5e6a;\n color: white;\n height: 56px;\n border-radius: 8px;\n font-size: 16px;\n}\n.wrapper .rightSide img {\n width: 230px;\n position: absolute;\n right: 0;\n bottom: 0;\n}\n\n@media all and (max-width: 900px) {\n .wrapper {\n min-height: 275px;\n }\n .wrapper .leftSide {\n padding: 37px 40px;\n }\n .wrapper .leftSide .title {\n max-width: 330px;\n }\n .wrapper .leftSide .btnCover {\n flex-direction: column;\n }\n .wrapper .rightSide img {\n width: 293px;\n }\n}\n@media all and (max-width: 720px) {\n .wrapper {\n overflow: hidden;\n }\n .wrapper .leftSide .title {\n max-width: 300px;\n font-size: 16px;\n margin-bottom: 22px;\n line-height: 26px;\n }\n .wrapper .leftSide .btnCover .btn1,\n.wrapper .leftSide .btnCover .btn2 {\n font-size: 14px;\n }\n .wrapper .rightSide img {\n width: 280px;\n right: -60px;\n }\n}\n@media all and (max-width: 625px) {\n .wrapper {\n min-height: 220px;\n }\n .wrapper .leftSide .title {\n max-width: 230px;\n }\n .wrapper .leftSide .btnCover .btn1,\n.wrapper .leftSide .btnCover .btn2 {\n padding: 16px 10px;\n height: 44px;\n }\n .wrapper .rightSide img {\n width: 240px;\n }\n}\n@media all and (max-width: 540px) {\n .wrapper {\n min-height: 200px;\n }\n .wrapper .leftSide {\n padding: 25px 20px;\n }\n .wrapper .rightSide img {\n width: 220px;\n right: -60px;\n }\n}\n@media all and (max-width: 500px) and (min-width: 480px) {\n .wrapper .rightSide img {\n width: 190px;\n right: -50px;\n }\n}\n@media all and (max-width: 415px) {\n .wrapper .leftSide .title {\n margin-bottom: 20px;\n }\n .wrapper .leftSide .btnCover .btn1,\n.wrapper .leftSide .btnCover .btn2 {\n font-size: 11px;\n height: 44px;\n }\n .wrapper .rightSide img {\n width: 190px;\n right: -50px;\n }\n}",".wrapper {\n height: 226px;\n display: flex;\n align-items: center;\n border-radius: 16px;\n background-color: #F7F7F8;\n font-family: \"Montserrat\", sans-serif;\n justify-content: space-around;\n box-shadow: 1px 1px 8px 0px rgba(110, 110, 110, 0.1), 8px 8px 24px 0px rgba(139, 162, 179, 0.25);\n}\n.wrapper .rightSide {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-around;\n height: 100%;\n padding: 30px 30px 30px 0;\n margin-left: 12%;\n}\n.wrapper .rightSide .title {\n font-weight: 700;\n font-size: 24px;\n line-height: 32px;\n text-align: left;\n color: #404041;\n}\n.wrapper .leftSide img {\n width: 270px;\n height: 214px;\n margin-left: 50px;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n overflow: hidden;\n }\n .wrapper .leftSide img {\n width: 100%;\n margin-left: 0;\n }\n .wrapper .rightSide {\n margin-left: 50px;\n padding: 16px 34px 15px 0px;\n justify-content: space-around;\n z-index: 1;\n }\n .wrapper .rightSide .title {\n font-size: 24px;\n line-height: 32px;\n }\n}\n@media all and (max-width: 580px) {\n .wrapper {\n overflow: hidden;\n }\n .wrapper .leftSide {\n max-width: 40%;\n align-items: center;\n }\n .wrapper .leftSide img {\n width: 150px;\n margin-left: -16px;\n }\n .wrapper .rightSide {\n max-width: 60%;\n margin-left: 24px;\n padding: 40px 20px 40px 0;\n }\n .wrapper .rightSide .title {\n font-size: 20px;\n line-height: 30px;\n }\n .wrapper .rightSide button :global(.mdc-button__label) {\n font-size: 14px;\n }\n}\n@media all and (max-width: 440px) {\n .wrapper {\n overflow: hidden;\n }\n .wrapper .leftSide {\n max-width: 40%;\n align-items: center;\n }\n .wrapper .leftSide img {\n width: 150px;\n margin-left: -34px;\n }\n .wrapper .rightSide {\n max-width: 90%;\n margin-left: 24px;\n padding: 20px 20px 20px 0;\n }\n .wrapper .rightSide .title {\n font-size: 16px;\n line-height: 24px;\n }\n .wrapper .rightSide button :global(.mdc-button__label) {\n font-size: 14px;\n }\n}",".wrapper {\n height: 96px;\n display: flex;\n align-items: center;\n border-radius: 8px;\n border: 1px solid #2D8A75;\n font-family: \"Montserrat\", sans-serif;\n overflow: hidden;\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13), 0 1px 1px 0 rgba(0, 0, 0, 0.11);\n}\n.wrapper .charityItem {\n width: 100%;\n height: 100%;\n position: relative;\n display: flex;\n}\n.wrapper .charityItem .leftSide {\n height: 100%;\n width: 80px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.wrapper .charityItem .leftSide .btnHeart {\n position: absolute;\n top: 6px;\n left: 6px;\n width: 32px;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.wrapper .charityItem .leftSide .btnHeart :global .material-icons {\n height: 24px;\n color: #2D8A75;\n cursor: pointer;\n}\n.wrapper .charityItem .leftSide .charityLogo img {\n width: 100%;\n height: 100%;\n}\n.wrapper .charityItem .rightSide {\n width: 100%;\n height: 100%;\n}\n.wrapper .charityItem .rightSide .charityNameLink {\n text-decoration: none;\n color: #404041;\n}\n.wrapper .charityItem .rightSide .charityName {\n padding: 22px 12px 22px 8px;\n font-size: 14px;\n height: 100%;\n display: flex;\n align-items: center;\n}",".wrapper {\n transition: all 0.2s ease;\n background: #fff;\n height: 100%;\n min-height: 100vh;\n box-shadow: 2px 2px 8px 0px rgba(123, 109, 109, 0.25);\n font-family: Montserrat;\n font-size: 14px;\n font-weight: 400;\n color: #404041;\n}\n.wrapper.expand {\n min-width: 283px;\n width: 283px;\n}\n.wrapper.collapse {\n min-width: 64px;\n width: 64px;\n z-index: 0;\n}\n.wrapper.collapse p.label,\n.wrapper.collapse p.labelChild,\n.wrapper.collapse .additional {\n opacity: 0;\n}\n.wrapper.collapse .coverAcount .itemChild {\n padding-left: 8px;\n}\n.wrapper .active {\n background: linear-gradient(90deg, #2d8a75 0%, #42ccae 97.5%);\n}\n.wrapper .active p {\n color: #fff;\n font-weight: 700;\n}\n.wrapper .active svg path {\n fill: #fff !important;\n}\n.wrapper .item {\n display: flex;\n align-items: center;\n padding-left: 16px;\n text-decoration: none;\n color: #404041;\n height: 50px;\n cursor: pointer;\n}\n.wrapper .item p.label {\n padding-left: 8px;\n position: absolute;\n left: 58px;\n}\n.wrapper .item svg {\n width: 36px;\n}\n.wrapper .item:hover {\n background: linear-gradient(90deg, #2d8a75 0%, #42ccae 97.5%);\n}\n.wrapper .item:hover p {\n color: #fff;\n font-weight: 700;\n}\n.wrapper .item:hover svg path {\n fill: #fff !important;\n}\n.wrapper .item svg path {\n fill: #2d8a75;\n}\n.wrapper .item .label {\n opacity: 1;\n}\n.wrapper .item .hiden {\n width: 0;\n}\n.wrapper .coverAcount {\n border-bottom: 1px solid var(--Stroke, #e2e2e2);\n border-top: 1px solid var(--Stroke, #e2e2e2);\n}\n.wrapper .coverAcount .account {\n display: flex;\n justify-content: space-between;\n}\n.wrapper .coverAcount .account .coverLabel {\n display: flex;\n align-items: center;\n}\n.wrapper .coverAcount .itemChild {\n display: flex;\n align-items: center;\n padding-left: 35px;\n height: 50px;\n text-decoration: none;\n color: #404041;\n cursor: pointer;\n}\n.wrapper .coverAcount .itemChild .labelChild {\n position: absolute;\n margin-left: 48px;\n}\n.wrapper .coverAcount .itemChild svg circle {\n fill: #2d8a75;\n}\n.wrapper .coverAcount .itemChild:hover p {\n color: #2d8a75;\n}\n.wrapper .coverAcount .activeChild p {\n color: #2d8a75;\n}\n.wrapper .collapse {\n border-bottom: 1px solid var(--Stroke, #e2e2e2);\n}\n.wrapper .additional svg path {\n fill: #acacac;\n}\n\n.mobile .wrapper.sidebar {\n transition: all 0.3s ease;\n width: 283px;\n}\n.mobile .sidebarIsHidden {\n transform: translateX(-340px);\n transition: all 0.3s ease;\n}\n.mobile .menuBtn {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 99;\n cursor: pointer;\n}\n.mobile .menuBtn:hover svg path {\n fill: #2d8a75;\n}\n.mobile .menuBtnHidden {\n display: none;\n}\n.mobile .closeBtn {\n position: absolute;\n top: 0;\n right: -50px;\n width: 50px;\n height: 50px;\n border: 1px solid #acacac;\n background: #fff;\n box-shadow: 1px 1px 8px 0px rgba(110, 110, 110, 0.25);\n cursor: pointer;\n}\n.mobile .closeBtn:hover {\n border: 1px solid #2d8a75;\n}\n.mobile .closeBtn:hover svg path {\n fill: #2d8a75;\n}\n\n@media all and (max-width: 1070px) {\n .wrapper {\n position: fixed;\n z-index: 9;\n }\n .wrapper .item p.label {\n width: 235px;\n }\n}",".wrapper {\n border-radius: 16px;\n background: #fff;\n box-shadow: 1px 1px 8px 0px rgba(110, 110, 110, 0.1), 8px 8px 24px 0px rgba(139, 162, 179, 0.25);\n display: flex;\n font-family: Montserrat;\n cursor: pointer;\n}\n.wrapper:hover .coverImage, .wrapper:hover .imgOverlay {\n background: rgba(34, 39, 37, 0.2);\n}\n.wrapper .coverImage {\n width: calc(100% - 200px);\n border-radius: 16px 0 0 16px;\n position: relative;\n cursor: pointer;\n overflow: hidden;\n}\n.wrapper .coverImage .imgOverlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 16px 0 0 16px;\n transition: 0.2s all;\n}\n.wrapper .coverImage .boxImage {\n width: 100%;\n display: flex;\n justify-content: center;\n overflow: hidden;\n border-radius: 16px 0 0 16px;\n}\n.wrapper .coverImage .boxImage .noImg {\n background-size: cover;\n width: 100%;\n height: 460px;\n}\n.wrapper .coverImage .coverTitle {\n position: absolute;\n bottom: 0;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: 0px 0px 0px 16px;\n opacity: 0.95;\n min-height: 80px;\n background: var(--Green-Linear, linear-gradient(90deg, #2d8a75 0%, #42ccae 97.5%));\n}\n.wrapper .coverImage .coverTitle .title {\n font-size: 20px;\n line-height: 26px;\n font-weight: 700;\n color: #fff;\n padding: 11px 32px;\n margin: 0;\n}\n.wrapper .coverInfomation {\n width: 200px;\n padding: 22px 20px;\n text-align: center;\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .coverInfomation p {\n margin: 0;\n}\n.wrapper .coverInfomation .item {\n margin-bottom: 13px;\n}\n.wrapper .coverInfomation .item .number {\n font-size: 16px;\n font-weight: 700;\n margin-bottom: 5px;\n}\n.wrapper .coverInfomation .item .text {\n font-size: 14px;\n}\n.wrapper .coverInfomation .item .closeDateText {\n margin-inline: -10px;\n font-size: 14px;\n}\n.wrapper .coverInfomation .item .closeDateText .number {\n font-size: 14px;\n}\n.wrapper .coverInfomation .manageBtn {\n border-radius: 50px;\n border: none;\n background: var(--Green-Linear, linear-gradient(90deg, #2d8a75 0%, #42ccae 97.5%));\n padding: 6px 16px;\n font-size: 10px;\n font-weight: 700;\n color: #fff;\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.wrapper .coverInfomation .manageBtn svg {\n margin-left: 8px;\n}\n.wrapper .coverInfomation .manageBtn:hover {\n background: #65a797;\n}\n.wrapper .coverInfomation .progress {\n margin: 0 0 16px 0;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n flex-direction: column;\n }\n .wrapper .coverImage {\n width: 100%;\n border-radius: 16px 16px 0 0;\n }\n .wrapper .coverImage .boxImage {\n border-radius: 16px 16px 0 0;\n }\n .wrapper .coverImage .imgOverlay {\n border-radius: 16px 16px 0 0;\n }\n .wrapper .coverImage .coverTitle {\n border-radius: 0;\n min-height: initial;\n }\n .wrapper .coverImage .coverTitle .title {\n font-size: 18px;\n }\n .wrapper .coverInfomation {\n flex-direction: row;\n width: 100%;\n justify-content: space-around;\n padding: 32px 0;\n }\n .wrapper .coverInfomation .coverItem {\n display: flex;\n flex-direction: column;\n gap: 18px;\n }\n .wrapper .coverInfomation .coverItem .item {\n margin-bottom: 0;\n }\n .wrapper .coverInfomation .progress {\n margin: 0 0 20px 0;\n }\n}\n@media all and (max-width: 480px) {\n .wrapper .coverImage .coverTitle .title {\n font-size: 16px;\n padding: 10px 15px;\n line-height: 20px;\n }\n}\n@media all and (max-width: 400px) {\n .wrapper .coverImage .coverTitle .title {\n font-size: 13px;\n line-height: 16px;\n }\n}",".wrapper {\n width: 100%;\n border-radius: 16px;\n background: #f2f8f1;\n position: relative;\n font-family: Montserrat;\n text-align: center;\n min-height: 312px;\n display: flex;\n justify-content: center;\n box-shadow: 1px 1px 8px 0px rgba(110, 110, 110, 0.1), 8px 8px 24px 0px rgba(139, 162, 179, 0.25);\n}\n.wrapper .picture {\n position: absolute;\n top: 45px;\n right: 25px;\n}\n.wrapper .content {\n padding-top: 32px;\n max-width: 300px;\n}\n.wrapper .content .title {\n font-size: 20px;\n font-weight: 700;\n color: #2d8a75;\n padding-bottom: 13px;\n margin: 0;\n}\n.wrapper .content .number {\n font-size: 24px;\n font-weight: 700;\n color: #2d8a75;\n margin: 10px 0;\n}\n.wrapper .content .text {\n font-size: 16px;\n font-weight: 400;\n color: #404041;\n margin: 0;\n padding-bottom: 24px;\n}\n.wrapper .content .text .num {\n font-weight: 700;\n color: #2d8a75;\n}\n.wrapper .content .view {\n color: #2D8A75;\n font-size: 14px;\n text-decoration: none;\n}\n\n@media screen and (max-width: 768px) {\n .wrapper .picture {\n display: none;\n }\n}",".wrapper {\n width: 100%;\n border-radius: 16px;\n background: #f2f8f1;\n position: relative;\n font-family: Montserrat;\n text-align: center;\n min-height: 312px;\n display: flex;\n justify-content: center;\n box-shadow: 1px 1px 8px 0px rgba(110, 110, 110, 0.1), 8px 8px 24px 0px rgba(139, 162, 179, 0.25);\n}\n.wrapper .picture {\n position: absolute;\n top: 20px;\n left: 75px;\n}\n.wrapper .content {\n padding-top: 32px;\n max-width: 300px;\n}\n.wrapper .content .title {\n font-size: 20px;\n font-weight: 700;\n color: #2d8a75;\n padding-bottom: 32px;\n margin: 0;\n}\n.wrapper .content .number {\n font-size: 24px;\n font-weight: 700;\n color: #2d8a75;\n margin: 10px 0;\n}\n.wrapper .content .text {\n font-size: 16px;\n font-weight: 400;\n color: #404041;\n margin: 0;\n}\n.wrapper .content .text .num {\n font-weight: 700;\n color: #2d8a75;\n}\n\n@media screen and (max-width: 768px) {\n .wrapper .picture {\n display: none;\n }\n}",".wrapper {\n border-radius: 16px;\n background: lightgray 50%/cover no-repeat;\n box-shadow: 1px 1px 8px 0px rgba(110, 110, 110, 0.1), 8px 8px 24px 0px rgba(139, 162, 179, 0.25);\n display: flex;\n font-family: Montserrat;\n position: relative;\n cursor: pointer;\n}\n.wrapper:hover .coverImage, .wrapper:hover .imgOverlay {\n background: rgba(34, 39, 37, 0.2);\n}\n.wrapper .completeIcon {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 1;\n}\n.wrapper .coverImage {\n width: calc(100% - 200px);\n border-radius: 16px 0 0 16px;\n position: relative;\n cursor: pointer;\n opacity: 0.6;\n overflow: hidden;\n}\n.wrapper .coverImage .imgOverlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 16px 0 0 16px;\n transition: 0.2s all;\n}\n.wrapper .coverImage .boxImage {\n width: 100%;\n display: flex;\n justify-content: center;\n overflow: hidden;\n border-radius: 16px 0 0 16px;\n}\n.wrapper .coverImage .boxImage .noImg {\n background-size: cover;\n width: 100%;\n height: 460px;\n}\n.wrapper .coverImage .coverTitle {\n position: absolute;\n bottom: 0;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: 0px 0px 0px 16px;\n min-height: 80px;\n opacity: 0.95;\n background: var(--Green-Linear, linear-gradient(90deg, #2d8a75 0%, #42ccae 97.5%));\n}\n.wrapper .coverImage .coverTitle .title {\n font-size: 20px;\n line-height: 26px;\n font-weight: 700;\n color: #fff;\n padding: 11px 32px;\n margin: 0;\n}\n.wrapper .coverInfomation {\n width: 200px;\n padding: 22px 20px;\n text-align: center;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n background-color: #EBEBEB;\n border-radius: 0 16px 16px 0;\n}\n.wrapper .coverInfomation p {\n margin: 0;\n}\n.wrapper .coverInfomation .item {\n margin-bottom: 16px;\n}\n.wrapper .coverInfomation .item .number {\n font-size: 16px;\n font-weight: 700;\n margin-bottom: 5px;\n}\n.wrapper .coverInfomation .item .text {\n font-size: 14px;\n}\n.wrapper .coverInfomation .item .closeDateText {\n margin-inline: -10px;\n font-size: 14px;\n}\n.wrapper .coverInfomation .item .closeDateText .number {\n font-size: 14px;\n}\n.wrapper .coverInfomation .manageBtn {\n border-radius: 50px;\n border: none;\n background: var(--Green-Linear, linear-gradient(90deg, #2d8a75 0%, #42ccae 97.5%));\n padding: 6px 16px;\n font-size: 10px;\n font-weight: 700;\n color: #fff;\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.wrapper .coverInfomation .manageBtn svg {\n margin-left: 8px;\n}\n.wrapper .coverInfomation .manageBtn:hover {\n background: #65a797;\n}\n.wrapper .coverInfomation .progress {\n margin: 0 0 16px 0;\n}\n.wrapper .coverInfomation .coverRight {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n flex-direction: column;\n }\n .wrapper .coverImage {\n width: 100%;\n border-radius: 16px 16px 0 0;\n }\n .wrapper .coverImage .boxImage {\n border-radius: 16px 16px 0 0;\n }\n .wrapper .coverImage .imgOverlay {\n border-radius: 16px 16px 0 0;\n }\n .wrapper .coverImage .coverTitle {\n border-radius: 0;\n min-height: initial;\n }\n .wrapper .coverImage .coverTitle .title {\n font-size: 18px;\n }\n .wrapper .coverInfomation {\n flex-direction: row;\n width: 100%;\n justify-content: space-around;\n padding: 32px 0;\n border-radius: 0 0 16px 16px;\n }\n .wrapper .coverInfomation .coverItem {\n display: flex;\n flex-direction: column;\n gap: 18px;\n }\n .wrapper .coverInfomation .coverItem .item {\n margin-bottom: 0;\n }\n .wrapper .coverInfomation .progress {\n margin: 0 0 20px 0;\n }\n}\n@media all and (max-width: 480px) {\n .wrapper .coverImage .coverTitle .title {\n font-size: 16px;\n padding: 10px 15px;\n line-height: 20px;\n }\n}\n@media all and (max-width: 400px) {\n .wrapper .coverImage .coverTitle .title {\n font-size: 13px;\n line-height: 16px;\n }\n}",".wrapper {\n width: 100%;\n display: flex;\n height: fit-content;\n flex-direction: column;\n padding: 24px;\n align-items: flex-start;\n border-radius: 8px;\n border: 1px solid #e2e2e2;\n background-color: #ffffff;\n font-family: \"Montserrat\", sans-serif;\n font-size: 14px;\n color: #404041;\n cursor: pointer;\n}\n.wrapper .header {\n width: 100%;\n display: flex;\n justify-content: space-between;\n gap: 10px;\n}\n.wrapper .header .details {\n width: fit-content;\n padding: 2px 8px;\n border-radius: 4px;\n background-color: #42ccae;\n color: #ffffff;\n font-weight: 700;\n text-align: center;\n}\n.wrapper .content {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 16px 0;\n align-items: center;\n}\n.wrapper .content .recipient {\n font-weight: 700;\n max-width: 72%;\n height: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n}\n.wrapper .content .amountCover {\n display: flex;\n gap: 10px;\n}\n.wrapper .content .amountCover .amount {\n color: #2d8a75;\n}\n.wrapper .footer {\n width: 100%;\n display: flex;\n justify-content: space-between;\n}\n.wrapper .footer .footerLeft {\n max-width: 50%;\n display: flex;\n flex-direction: column;\n}\n.wrapper .footer .footerLeft .statusAsText {\n padding-top: 16px;\n}\n.wrapper .footer .footerRight {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n}\n\n@media all and (max-width: 480px) {\n .wrapper .header .details {\n font-size: 12px;\n }\n}",".container {\n font-family: \"Montserrat\";\n display: flex;\n gap: 16px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #2D8A75;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}",".wrapper {\n max-width: 100%;\n text-align: center;\n font-family: \"Montserrat\", sans-serif;\n position: relative;\n}\n.wrapper .charity_tags_filter_button {\n display: flex;\n font-size: 16px;\n align-items: center;\n justify-content: center;\n align-items: center;\n}\n.wrapper .charity_tags_filter_button .filter_button {\n height: 60px;\n width: 100%;\n}\n.wrapper .charity_tags_filter_button .filter_button .icon {\n margin-top: 4px;\n}\n.wrapper .charity_tags_filter_button .filter_button .icon svg {\n width: 24px;\n height: auto;\n}\n.wrapper .filter_layout {\n display: flex;\n justify-content: flex-end;\n flex-direction: column;\n position: absolute;\n background-color: #fff;\n z-index: 1;\n right: 0;\n border-radius: 8px;\n box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);\n margin: 16px auto;\n width: max-content;\n}\n.wrapper .filter_layout_title {\n font-weight: bold;\n font-size: 16px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n justify-content: center;\n padding: 16px;\n}\n.wrapper .filter_layout_options {\n display: flex;\n flex-wrap: wrap;\n max-width: 500px;\n font-size: 14px;\n}\n.wrapper .filter_layout_options :global(> div) {\n flex: 0 50%;\n text-align: left;\n}"]}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
.comment-section-v2-module_wrapper__298Vr{font-family:Montserrat;width:1000px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_tab__2cXgG{font-weight:700;font-size:20px;color:rgba(0,0,0,.8);opacity:.5}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_tab__2cXgG span.comment-section-v2-module_number__1p_bL{color:#2d8a75}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq{padding:25px 0;display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq p{margin:0}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL{display:flex;grid-gap:20px;gap:20px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_username__PjYJ9{font-size:15px;font-weight:700;color:rgba(0,0,0,.8);margin-bottom:3px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_date__1slLr{font-weight:500;font-size:12px;color:#6d6d6d;margin-bottom:10px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_comment__2_BEw{font-weight:500;font-size:15px;color:#6d6d6d}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH{display:flex;align-items:center;margin-top:10px;grid-gap:10px;gap:10px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_coverIcon__3D59d{display:flex;border:1px solid #d8d8d8;border-radius:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5px 8px;grid-gap:.8rem;gap:.8rem}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_feel__tTOD4{display:flex;align-items:center;background:#f7f7f7;border:1px solid #d8d8d8;border-radius:6px;padding:5px 8px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_feel__tTOD4 .comment-section-v2-module_feel_icon__2yHOZ{width:20px;margin-right:3px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_feel__tTOD4 .comment-section-v2-module_feel_name__18w7a{font-size:12px;font-weight:500;color:#6d6d6d}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_donation__2KCyf{color:#2d8a75;font-size:15px;font-weight:700}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_icon__2Ge6O{cursor:pointer}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_counter__3PrHR{padding:0!important;min-width:auto!important;width:40px!important;border-radius:50%}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA{margin-top:5px;border:1px solid #1f4e43;border-radius:6px;background:none;color:#1f4e43;height:48px;transition:.1s;width:200px;margin-left:60px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA span{display:flex;align-items:center;grid-gap:10px;gap:10px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA:focus,.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA:hover{background-color:#e2f4f0;color:#1f4e43}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_profile-icon__2qpFt{width:40px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_updates__2TQli .comment-section-v2-module_not_update__XXZEN{text-align:center}.phone-number-input-module_phoneInputV2__SEb7z{font-family:Montserrat}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw{font-size:12px;font-weight:700;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw .phone-number-input-module_required__1aTIY{color:#43ccb0;font-size:14px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6{position:relative;height:48px;width:100%}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2{border:1px solid var(--Stroke,#e2e2e2);box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border-radius:6px;overflow:hidden}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_focus__3rSBl{border:1px solid var(--Brand,#43ccb0)}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_error__37MEE{border:1px solid #f05c6a}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0{position:absolute;top:13px;left:12px;display:flex;align-items:center}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 span{font-size:25px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 .phone-number-input-module_countryCode__3EQkV{margin:3px 0 0 4px;font-size:16px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_mesError__23_lD{color:#f05c6a;font-size:14px;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .select{width:115px;background:#e2e2e2}.phone-number-input-module_phoneInputV2__SEb7z .select>.mdc-select>.mdc-select__native-control{opacity:0}.phone-number-input-module_phoneInputV2__SEb7z .text-field .mdc-text-field__input{font-size:16px;font-weight:400!important}.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border:none}.progressbar-module_wrapper__3NWOr{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:5px}.progressbar-module_wrapper__3NWOr .progressbar-module_container__3rKcQ{background-color:#eee;border-radius:999px;width:100%;height:18.23px}.progressbar-module_wrapper__3NWOr .progressbar-module_bar__3PWVU{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:0;background-color:#41ccad;height:100%;border-radius:999px;height:18.16px;text-align:right}.progressbar-module_wrapper__3NWOr .progressbar-module_dot__3xInb{background-color:#2d8a75;display:flex;width:6.37px;height:6.37px;border-radius:999px;margin-right:3px}.donation-form-v2-module_wrapper__2uY9v{width:485px;background:#fff;box-shadow:0 0 30px rgba(0,0,0,.1);border-radius:10px;padding:35px 30px;font-family:Montserrat}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a{width:100%;height:52px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a .donation-form-v2-module_item__30ap3{display:flex;flex-direction:column;align-items:center}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a .donation-form-v2-module_item_value__qGh6b{font-weight:600;font-size:20px;line-height:28px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a .donation-form-v2-module_item_name__3lR9P{font-weight:500;font-size:14px;line-height:22.4px;color:#6d6d6d}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F{display:flex;grid-gap:5px;gap:5px;flex-wrap:wrap;margin:35px 0 20px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F .donation-form-v2-module_money_btn__SwNBZ{color:#000;font-weight:500;font-size:14px;border:1px solid #dfdfdf;border-radius:6px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F .donation-form-v2-module_money_btn__SwNBZ:focus,.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F .donation-form-v2-module_money_btn__SwNBZ:hover{color:#fff;background:#1f4e43}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_text_field__ySgkO{margin:17px 0}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_text_field__ySgkO span{font-size:14px;transform:scale(1)!important;top:15px!important}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_text_field__ySgkO input{padding-left:3.75rem!important}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_share_btn__2tGHR{margin-top:5px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_share_btn__2tGHR span{display:flex;align-items:center;grid-gap:10px;gap:10px}.modal-module_modal__3BPw_{display:none;position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y{display:flex;justify-content:center;align-items:center;height:calc(100% + 50px);animation-name:modal-module_zoom__7ZPHg;animation-duration:.6s}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y img{max-width:calc(100vw - 37px);max-height:calc(100vh - 100px)}@keyframes modal-module_zoom__7ZPHg{0%{transform:scale(0)}to{transform:scale(1)}}.modal-module_modal__3BPw_ .modal-module_close__1refL{color:#fff;font-size:25px;font-weight:700;transition:.3s;position:absolute;right:-27px;top:-27px}.modal-module_modal__3BPw_ .modal-module_close__1refL:focus,.modal-module_modal__3BPw_ .modal-module_close__1refL:hover{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width:700px){.modal-module_modalContent__pnZ9y{width:100%}}.switch-module_container__jMNSs .switch-module_switch__13Tp5{position:relative;display:inline-block;width:40px;height:20px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input{opacity:0;width:0;height:0}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.2s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input:checked+.switch-module_slider__1kN7x:before{transform:translateX(20px)}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p{border-radius:34px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p:before{border-radius:50%}.campaign-card-module_wrapper__21wRg{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:20px;background-color:#13362e}.campaign-card-module_wrapper__21wRg .campaign-card-module_image__2ZKXl{width:100px;height:100px;padding:5px}.campaign-card-module_wrapper__21wRg .campaign-card-module_title__2sx24{padding:5px;font-weight:700;font-size:20px;line-height:27px;text-align:center;color:#fff}.campaign-card-module_wrapper__21wRg .campaign-card-module_description__2yC7N{color:#b9c3c1;padding:5px;font-weight:500;font-size:16px;line-height:25.6px;text-align:center}.campaign-of-month-module_wrapper__3VW1j{width:100%;max-width:1140px;height:320px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:10px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv{width:50%;height:320px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;padding:36px 38px 43px 46px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_title__2bUDz{font-weight:500;font-size:20px;line-height:28px;text-align:left;color:#000}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k{color:#6d6d6d;font-weight:500;font-size:15px;line-height:24px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;margin-bottom:25px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo{width:100%;height:52px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item__2qUuG{display:flex;flex-direction:column;align-items:center}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item_value__2UldJ{font-weight:600;font-size:20px;line-height:28px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item_name__3ZCL8{font-weight:500;font-size:14px;line-height:22.4px;color:#6d6d6d}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl{width:50%;height:320px;border-top-right-radius:10px;border-bottom-right-radius:10px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT{width:100%;height:100%;object-fit:cover;border-bottom-left-radius:10px;border-top-left-radius:10px}@media (max-width:992px){.campaign-of-month-module_wrapper__3VW1j{width:719px;height:auto;flex-direction:column}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl{width:100%;height:auto;display:flex}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv{width:100%;height:auto;padding:27px 40px 36px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k{-webkit-line-clamp:initial;line-clamp:none}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT{width:100%;max-width:100%;max-height:100%;border-top-right-radius:10px;border-top-left-radius:10px;border-bottom-left-radius:0;object-fit:cover}}@media (max-width:768px){.campaign-of-month-module_wrapper__3VW1j{width:100%;max-width:432px}}.charity-card-module_wrapper__2GNuk{width:573px;height:188px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:29px 39px 38px 37px;background:linear-gradient(90deg,#e96a6d,#e17221),#2d8a75;border-radius:10px}.charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV{font-weight:700;font-size:32px;line-height:44.8px;text-align:left;color:#fff;width:50%}@media (max-width:1200px){.charity-card-module_wrapper__2GNuk{width:456px;height:188px;padding:41px 35px 38px 39px}}@media (max-width:992px){.charity-card-module_wrapper__2GNuk{width:643px;height:90px;align-items:center}.charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV{width:100%;font-size:26px;line-height:36.4px}}@media (max-width:768px){.charity-card-module_wrapper__2GNuk{width:350px;height:128px;padding:40px 32px 38px 34px;align-items:flex-end}.charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV{width:70%;font-weight:700;font-size:26px;line-height:36.4px}}.donate-card-module_wrapper__ciBYC{width:407px;height:330px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:29px 37px 36px;background-color:#f8f8f7;border-radius:10px}.donate-card-module_wrapper__ciBYC .donate-card-module_title__2Pvi7{font-weight:700;font-size:32px;line-height:44.8px;text-align:left;color:#000}.donate-card-module_wrapper__ciBYC .donate-card-module_description__3X5cO{color:#6d6d6d;font-weight:500;font-size:20px;line-height:32px;text-align:left}@media (max-width:1200px){.donate-card-module_wrapper__ciBYC{width:456px;height:330px;padding:41px 42px 36px}}@media (max-width:992px){.donate-card-module_wrapper__ciBYC{width:350px;height:367px;padding:36px 32px}}@media (max-width:768px){.donate-card-module_wrapper__ciBYC{width:430px;height:289px;padding:40px 42px 46px}.donate-card-module_wrapper__ciBYC .donate-card-module_title__2Pvi7{font-weight:700;font-size:26px;line-height:36.4px}.donate-card-module_wrapper__ciBYC .donate-card-module_description__3X5cO{font-weight:500;font-size:16px;line-height:25.6px;text-align:left}}.featured-campaign-card-module_wrapper__Lx4z3{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_imageWrapper__1Znnd{height:100%;display:flex;align-items:center}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_coverImage__HUvxd{border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_image__ZtL5s{width:100%;border-radius:8px}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_title__3rmNH{width:100%;padding-top:5px;padding-bottom:10px;font-weight:700;font-size:15px;line-height:21px;text-align:left;color:#000;height:50px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_description__NZDGW{display:flex;flex-direction:row;align-items:center;width:100%;color:#000;padding-top:5px;padding-bottom:5px;font-weight:700;font-size:13px;line-height:18.2px;text-align:left;border-radius:10px;grid-gap:20px;gap:20px}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_subtext__2eSW5{width:100%;color:#6d6d6d;padding-top:5px;padding-bottom:5px;font-weight:500;font-size:13px;line-height:18.2px;text-align:left;margin-left:3px;margin-right:3px}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_FRPText__1QVdV{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6d6d6d;line-height:20px;font-size:15px;margin:0 0 10px}.fundraising-section-module_wrapper__2vajR{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:10px;padding-right:90px;padding-left:90px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_leftSide__1zI_4{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50%;height:auto;padding-right:36px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_image__1G7d9{max-width:100%;max-height:100%;border-radius:10px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu{width:50%;height:auto;padding-left:36px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu .fundraising-section-module_title__3qv_k{font-weight:500;font-size:24px;line-height:32.4px;text-align:left;color:#000;margin-bottom:12.64px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu .fundraising-section-module_description__1kteS{color:#6d6d6d;font-weight:500;font-size:20px;line-height:32px;text-align:left}.hero-banner-module_wrapper__3tqb0{width:100%;height:509.07px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#13362e;border-bottom-right-radius:10px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN{width:35%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:29px 0 36px 41px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN .hero-banner-module_title__3W1MB{font-weight:700;font-size:40px;line-height:56px;text-align:left;color:#fff}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN .hero-banner-module_description__t3Jsm{color:#fff;font-weight:500;font-size:32px;line-height:44.8px;text-align:left;padding-top:20px;padding-bottom:30px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_leftSide__2wEYK{width:65%;height:100%;border-bottom-right-radius:10px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_image__jUz8f{border-bottom-right-radius:10px;height:100%;width:100%;object-fit:cover;mask-image:linear-gradient(270deg,#2d8a75 0,#2d8a75 50%,transparent);-webkit-mask-image:linear-gradient(270deg,#2d8a75 50%,#2d8a75 0,transparent)}.horizontalbar-module_wrapper__39Ym4{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:5px}.horizontalbar-module_wrapper__39Ym4 .horizontalbar-module_bar__1X0jE{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;background-color:#41ccad;border-radius:999px;height:50px}.horizontalbar-module_wrapper__39Ym4 .horizontalbar-module_dot__1uJv_{background-color:#2d8a75;display:flex;width:20px;height:20px;border-radius:999px;margin-right:17.5px}.start-campaign-card-module_wrapper__26J9X{width:708px;height:330px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:10px;background-color:#2d8a75}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp{width:326px;height:330px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:29px 0 36px 41px}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_title__3S0AN{font-weight:700;font-size:32px;line-height:44.8px;text-align:left;color:#fff}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_description__2QHtW{color:#fff;font-weight:500;font-size:20px;line-height:32px;text-align:left}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ{width:382px;height:330px;border-top-right-radius:10px;border-bottom-right-radius:10px;background-size:cover}@media (max-width:1200px){.start-campaign-card-module_wrapper__26J9X{width:456px;height:330px;padding:42px 42px 36px}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ{display:none}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp{width:100%;height:100%;padding:0}}@media (max-width:992px){.start-campaign-card-module_wrapper__26J9X{width:350px;height:367px;padding:36px 33px}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ{display:none}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp{width:100%;height:100%;padding:0}}@media (max-width:768px){.start-campaign-card-module_wrapper__26J9X{width:430px;height:525px;display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center;padding:0}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ{display:block;width:430px;height:330px;border-top-right-radius:10px;border-top-left-radius:10px;background-size:cover}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp{width:430;height:195px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;padding:0 42px 51px}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_title__3S0AN{font-weight:700;font-size:26px;line-height:36.4px;text-align:left;color:#fff}.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_description__2QHtW{color:#fff;font-weight:500;font-size:16px;line-height:25.6px;text-align:left}}.nav-module_tabBar__1jJhu{height:75px}.nav-module_tabBar__1jJhu .mdc-tab-scroller .mdc-tab{height:75px!important}.nav-module_tabBar__1jJhu .mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label{font-size:15px!important;font-weight:500}.nav-module_navMyAccount__3a4ID{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.24);top:0;z-index:10;width:100%;font-family:Montserrat}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH{width:100%;display:flex;justify-content:space-between;padding:10px 30px}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_logoWrap__KFsbv{display:flex;align-items:center;justify-content:center;margin-right:1rem}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L{display:flex;grid-gap:48px;gap:48px;align-items:center}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L .nav-module_ctaBtn__KXkeB{font-size:16px;border-radius:8px;font-weight:700;color:#fff}@media (max-width:768px){.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L{grid-gap:28px;gap:28px}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L .nav-module_ctaBtn__KXkeB{font-size:14px}}@media (max-width:480px){.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L{grid-gap:10px;gap:10px}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L .nav-module_ctaBtn__KXkeB{font-size:12px;height:40px;padding:0 10px}}.popup-module_wrapper__2a8HZ{width:100%;height:79px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background-color:#1f4e43}.popup-module_wrapper__2a8HZ .popup-module_title__1amtD{padding:5px;font-weight:700;font-size:16px;line-height:22.4px;text-align:center;color:#fff;margin-left:94px;margin-right:24px}.popup-module_wrapper__2a8HZ .popup-module_description__BetQs{position:relative;color:#b9c3c1;padding:5px;font-weight:500;font-size:16px;line-height:22.4px;text-align:center}@media (max-width:768px){.popup-module_wrapper__2a8HZ{width:100%;height:119px;flex-direction:column;align-items:center;justify-content:center}.popup-module_wrapper__2a8HZ .popup-module_title__1amtD{margin-left:0;margin-right:0}}.partner-monthly-donations-module_wrapper__1bToV{width:100%;margin:0 20px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_title__2qI2n{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:5px;font-family:Montserrat,Roboto,sans-serif}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX{display:flex;box-shadow:0 0 29px rgba(100,100,111,.2);justify-content:space-around;border-radius:10px;align-items:center;min-height:152px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_wrap__1lxLO{display:flex;align-items:center;justify-content:space-around;padding:20px 0 20px 20px;width:100%}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_text__1wLhB{font-size:24px;line-height:1.5;font-family:Montserrat,Roboto,sans-serif;font-weight:500;color:#404041}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_item__hXu3n{margin:0 20px;color:#fc595d;font-size:36px;font-weight:700;font-family:Arial}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb{padding-right:20px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb .partner-monthly-donations-module_month_donation_button__3F4P8{width:200px;border-radius:60px;background:linear-gradient(90deg,#fc595d,#ffa05a);padding:8px;float:right;margin:0 10px;align-items:center;display:flex;justify-content:center}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb .partner-monthly-donations-module_month_donation_button__3F4P8 a{color:#fff!important;font-family:Montserrat,Roboto,sans-serif;font-size:14px;cursor:pointer;text-decoration:none;font-weight:600}@media (max-width:920px){.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX{flex-direction:column}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_text__1wLhB{font-size:22px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_wrap__1lxLO{flex-direction:column}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_wrap__1lxLO .partner-monthly-donations-module_month_donation_text__1wLhB{margin:0}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_item__hXu3n{font-size:30px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb{padding-right:0;padding-bottom:20px}}.partner-monthly-stats-module_wrapper__1M7HB{width:100%;box-shadow:0 0 29px rgba(100,100,111,.2);border-radius:10px;padding:20px;max-width:420px;text-align:center;line-height:1.5}.partner-monthly-stats-module_wrapper__1M7HB .partner-monthly-stats-module_amount_raised__3DDen{min-height:80px;display:flex;align-items:center;flex-direction:column;justify-content:center}.partner-monthly-stats-module_wrapper__1M7HB .partner-monthly-stats-module_amount_raised__3DDen .partner-monthly-stats-module_numeric__39u6z{color:#fc595d;font-weight:700}.partner-monthly-stats-module_wrapper__1M7HB .partner-monthly-stats-module_amount_raised__3DDen .partner-monthly-stats-module_title__VRsZU{font-weight:700;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;color:#404041}.partner-monthly-table-module_wrapper__e92hP{width:100%;margin:20px}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_title__2Sfuk{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:5px;font-family:Montserrat,Roboto,sans-serif}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk{box-shadow:0 0 29px rgba(100,100,111,.2);border-radius:10px;padding:20px}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW{display:flex;align-items:flex-end}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji{position:relative;display:inline-block}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji img{margin-bottom:7px;margin-left:5px}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji img svg{background-color:#000}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji .partner-monthly-table-module_tooltiptext__1Q9pA{visibility:hidden;width:320px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:8px 13px;position:absolute;z-index:1;top:105%;right:50%;margin-right:-162px;border:1px solid #fba026;opacity:0;transition:opacity .5s;line-height:1.2}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji .partner-monthly-table-module_tooltiptext__1Q9pA:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#fba026}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji:hover .partner-monthly-table-module_tooltiptext__1Q9pA{visibility:visible;opacity:1}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk td,.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk th{border-bottom:1px solid #d5d5d5;padding:20px 5px}.partner-monthly-table-module_wrapper__e92hP td{text-align:center}.partner-chart-stats-module_wrapper__1nf17{border-radius:8px;background:#fff;box-shadow:0 1px 8px 0 hsla(0,0%,43.1%,.25);max-width:250px;display:flex;padding:16px 24px;flex-direction:column;align-items:center;grid-gap:8px;gap:8px}.partner-chart-stats-module_wrapper__1nf17 .partner-chart-stats-module_amount_raised__3YgU4{min-height:80px;display:flex;align-items:center;flex-direction:column;justify-content:center;font-family:Montserrat,Roboto,sans-serif}.partner-chart-stats-module_wrapper__1nf17 .partner-chart-stats-module_amount_raised__3YgU4 .partner-chart-stats-module_numeric__2ehBR{color:#acacac;font-weight:700;font-size:24px;line-height:32px}.partner-chart-stats-module_wrapper__1nf17 .partner-chart-stats-module_amount_raised__3YgU4 .partner-chart-stats-module_title__3VP2i{margin-top:10px;font-weight:400;font-size:14px;color:#acacac;text-align:center}.this-month-card-module_wrapper__2iVxF{border-radius:16px;box-shadow:0 1px 8px 0 hsla(0,0%,43.1%,.25);background:#fff;display:flex;flex-direction:column;padding:30px;min-width:330px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy{font-family:Montserrat,Roboto,sans-serif}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh{display:flex;justify-content:space-between;font-weight:700;padding:5px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa{display:flex;flex-direction:column;text-align:center}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa .this-month-card-module_header_left_donation__stf8T{height:100%;justify-content:space-between;display:flex;flex-direction:column}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa .this-month-card-module_header_left_donation__stf8T .this-month-card-module_donation_amount__3UdUG{font-size:32px;color:#ff7658;padding:15px 0}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa .this-month-card-module_header_left_donation__stf8T .this-month-card-module_donation_text__22Bgj{font-size:14px;color:#404041}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_right__1OEQJ img{height:100%;width:auto}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr{padding:5px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq{padding:8px 0;border-bottom:thin solid #d2cece;display:flex}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq .this-month-card-module_content_item_amount__2Z1_K{font-size:16px;color:#ff7658;font-weight:700;min-width:54px;padding:0 5px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq .this-month-card-module_content_item_text__1tlOV{font-size:14px;color:#404041}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq:last-child{border-bottom:none}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_month_donation_button_wrap__3gxAJ{padding-top:10px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_month_donation_button_wrap__3gxAJ .this-month-card-module_month_donation_button__FTqnS{padding:8px 16px;border-radius:20px;background:linear-gradient(90deg,#f05c6a 1.8%,#ff995a 94.53%);float:left;align-items:center;display:flex;justify-content:center}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_month_donation_button_wrap__3gxAJ .this-month-card-module_month_donation_button__FTqnS a{color:#fff!important;font-size:14px;cursor:pointer;text-decoration:none;font-weight:700}.partner-toggle-button-module_toggle_btn_item__1DdKM{font-family:Montserrat,sans-serif;justify-content:center;align-items:center;display:flex;padding:18px 24px;border:thin solid transparent;border-radius:100px;font-weight:400;font-size:12px;cursor:pointer}.partner-toggle-button-block-module_wrapper__2vLDr{font-family:Montserrat,sans-serif;display:flex;background:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#404041;font-weight:400;font-size:12px;margin:0;padding:1px;border-radius:32px;cursor:pointer;background:linear-gradient(90deg,#f05c6a,#ff995a)}.partner-toggle-button-block-module_wrapper__2vLDr .partner-toggle-button-block-module_toggle_btn_wrap__36HeL{padding:1px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:100px;display:flex;background-color:#fff}.footerV2-module_wrapper__3uNWh{background-color:#fff;color:#404041;font-family:Montserrat,sans-serif}.footerV2-module_wrapper__3uNWh .footerV2-module_container__1Y8dv{width:100%;margin:0 auto;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}.footerV2-module_wrapper__3uNWh section{max-width:80em;display:flex;padding:55px 0 35px;margin:0 auto;flex-direction:row;justify-content:space-between}.footerV2-module_wrapper__3uNWh .footerV2-module_social_links__item__2RVAO{display:block;width:2.5rem;height:2.5rem}.footerV2-module_wrapper__3uNWh .footerV2-module_social_links__item__2RVAO img{width:100%;height:100%;display:block;object-fit:"contain"}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6{width:20%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6 .footerV2-module_logo__3g-m-{width:161px;height:57px;margin-top:-5px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_bottom__8raKl{display:flex;justify-content:space-between;width:100%;margin-top:20px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow__2a4nL{width:33.33%;padding:0 10px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow__2a4nL h2{color:#000;font-size:14px;font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_social_icons__35Jsa{display:flex;flex-direction:row;grid-gap:21px;gap:21px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow_mobile__7raQo{display:none}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{display:flex;width:60%;position:relative;min-height:220px;flex-wrap:wrap}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW{display:none}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3{width:25%;display:flex;flex-direction:column;align-items:center}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{background-color:#f2f8f1;border-radius:10px;width:273px;height:244px;text-align:center;padding:5px 29px 27px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3 .footerV2-module_title__2Pfg4{line-height:16.8px;font-weight:600;font-size:14px;color:#0b1f05;text-align:left}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_number__1mbq9{font-weight:400;font-size:14px;line-height:19.6px;color:#13362e;text-align:left}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3>.footerV2-module_stack-column__13ufr>.footerV2-module_stack-row__3amp9{flex-direction:column}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item_container__2j6hR{display:flex;flex-direction:column}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics_item__2zP8I{display:flex;flex-direction:row;align-items:center;grid-gap:16px;gap:16px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item__2zP8I:last-child img{transform:scaleX(-1)}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i{flex-basis:33.33%;padding:0 10px;display:block}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i h2{color:#000;font-size:14px;text-transform:lowercase;font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i h2:first-letter{text-transform:capitalize}.footerV2-module_wrapper__3uNWh .footerV2-module_list_links__Twf5H{display:flex;flex-direction:column}.footerV2-module_wrapper__3uNWh .footerV2-module_list_links__Twf5H a{color:#6d6d6d;text-decoration:none;margin:.5rem 0;font-size:14px}.footerV2-module_wrapper__3uNWh .footerV2-module_list_links__Twf5H a:first-letter{text-transform:capitalize}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh{width:100%;max-width:80em;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY{flex-direction:column;padding:1rem 10px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY a{text-decoration:none;color:#404041;font-size:13px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY .footerV2-module_container__1Y8dv>div{align-items:center;justify-content:space-between}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR{width:65%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:20px;background:linear-gradient(90deg,#e96a6d,#e17221),#2d8a75;cursor:pointer;border-radius:6px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR .footerV2-module_title__2Pfg4{display:flex;flex-direction:column;font-weight:500;font-size:14px;line-height:1.5em;text-align:left;color:#fff}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR img{width:16px;height:auto}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card_mobile__3j68-{display:none}@media (max-width:1200px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-wrap:wrap;width:80%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6{flex-basis:100%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{width:70%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3{width:30%}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY{width:80%}}@media (max-width:992px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-direction:column;width:80%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3,.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{width:100%}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{background-color:#f2f8f1;border-radius:10px;width:100%;height:174px;padding:25px;margin-top:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3 .footerV2-module_title__2Pfg4{text-align:center}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item_container__2j6hR{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item__2zP8I{flex-direction:column;grid-gap:0!important;gap:0!important}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh{flex-direction:column;grid-gap:5px;gap:5px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_number__1mbq9{text-align:center;width:70%}}@media (max-width:768px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-direction:column;width:432px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow_mobile__7raQo{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #dadada}.footerV2-module_wrapper__3uNWh .footerV2-module_social_icons_mobile__2MuTY{display:flex;flex-direction:row;grid-gap:21px;gap:21px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow_mobile__7raQo h2{color:#000;font-size:14px;font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i h2{font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{display:none}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW{display:block}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW .footerV2-module_title_container__2J_BO{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW .footerV2-module_item_link__2CV5i{border-bottom:1px solid #dadada;padding:8px 0}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW .footerV2-module_list_links__Twf5H{margin-left:22px}.footerV2-module_wrapper__3uNWh .footerV2-module_active__1jXbw{display:flex!important}.footerV2-module_wrapper__3uNWh .footerV2-module_inactive__2Qwod{display:none!important}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6{width:100%;border-bottom:1px solid #dadada}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{background-color:#f2f8f1;border-radius:10px;width:432px;height:236px;padding:25px;margin-top:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item_container__2j6hR{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item__2zP8I{flex-direction:row;width:100%;grid-gap:16px!important;gap:16px!important}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_number__1mbq9{text-align:left;width:70%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3 .footerV2-module_title__2Pfg4{text-align:left}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR{width:432px;padding:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR img{width:12px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card_mobile__3j68-{display:flex;justify-content:center;padding:15px 0 50px}}@media (max-width:480px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-direction:column;width:340px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{width:340px;height:236px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh{flex-direction:column-reverse}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh .footerV2-module_stack-row__3amp9:not(.footerV2-module_stack-reverse__20hel)>:not(:last-child){margin-right:.2rem!important}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR{width:340px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY{width:90%}}.input-module_container__3R_rx{font-family:Montserrat}.input-module_container__3R_rx .input-module_lable__3MUr4{font-size:12px;font-weight:700;margin:8px 0;display:flex;align-items:center}.input-module_container__3R_rx .input-module_lable__3MUr4 .input-module_required__2jKE5{color:#43ccb0;font-size:14px;margin-left:5px}.input-module_container__3R_rx input{width:100%;height:48px;box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border:1px solid #e2e2e2;border-radius:6px;color:#404041;padding:10px 12px;outline:none}.input-module_container__3R_rx input::placeholder{color:#acacac}.input-module_container__3R_rx input:focus{border:1px solid #43ccb0}.input-module_container__3R_rx input.input-module_error__9qa8B{border:1px solid #f05c6a}.input-module_container__3R_rx .input-module_mesError__3AzLW{color:#f05c6a;font-size:14px;margin:8px 0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}[dir=ltr] .Toastify__toast-icon{margin-right:10px}[dir=rtl] .Toastify__toast-icon{margin-left:10px}.Toastify__toast-icon{width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:226px;display:flex;align-items:center;border-radius:16px;background-color:#f7f7f8;position:relative;font-family:Montserrat,sans-serif;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25);width:100%}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-left:52px;height:100%}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{font-weight:700;font-size:20px;line-height:32px;text-align:left;color:#404041;margin-bottom:38px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH{display:flex;grid-gap:15px;gap:15px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj{padding:16px 32px;background-color:#fff;border:1px solid #ff5e6a;color:#ff5e6a;height:56px;border-radius:8px;font-size:16px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{padding:16px 32px;background-color:#ff5e6a;color:#fff;height:56px;border-radius:8px;font-size:16px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:230px;position:absolute;right:0;bottom:0}@media (max-width:900px){.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:275px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw{padding:37px 40px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{max-width:330px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH{flex-direction:column}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:293px}}@media (max-width:720px){.my-account-start-fundraise-card-module_wrapper__2Iaek{overflow:hidden}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{max-width:300px;font-size:16px;margin-bottom:22px;line-height:26px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj,.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{font-size:14px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:280px;right:-60px}}@media (max-width:625px){.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:220px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{max-width:230px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj,.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{padding:16px 10px;height:44px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:240px}}@media (max-width:540px){.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:200px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw{padding:25px 20px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:220px;right:-60px}}@media (max-width:500px) and (min-width:480px){.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:190px;right:-50px}}@media (max-width:415px){.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{margin-bottom:20px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj,.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{font-size:11px;height:44px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:190px;right:-50px}}.my-account-choose-charity-card-module_wrapper__3ne7s{height:226px;display:flex;align-items:center;border-radius:16px;background-color:#f7f7f8;font-family:Montserrat,sans-serif;justify-content:space-around;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25)}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;height:100%;padding:30px 30px 30px 0;margin-left:12%}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-weight:700;font-size:24px;line-height:32px;text-align:left;color:#404041}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:270px;height:214px;margin-left:50px}@media (max-width:768px){.my-account-choose-charity-card-module_wrapper__3ne7s{overflow:hidden}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:100%;margin-left:0}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{margin-left:50px;padding:16px 34px 15px 0;justify-content:space-around;z-index:1}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-size:24px;line-height:32px}}@media (max-width:580px){.my-account-choose-charity-card-module_wrapper__3ne7s{overflow:hidden}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3{max-width:40%;align-items:center}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:150px;margin-left:-16px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{max-width:60%;margin-left:24px;padding:40px 20px 40px 0}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-size:20px;line-height:30px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 button .mdc-button__label{font-size:14px}}@media (max-width:440px){.my-account-choose-charity-card-module_wrapper__3ne7s{overflow:hidden}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3{max-width:40%;align-items:center}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:150px;margin-left:-34px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{max-width:90%;margin-left:24px;padding:20px 20px 20px 0}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-size:16px;line-height:24px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 button .mdc-button__label{font-size:14px}}.favorite-charity-item-module_wrapper__1X4xw{height:96px;display:flex;align-items:center;border-radius:8px;border:1px solid #2d8a75;font-family:Montserrat,sans-serif;overflow:hidden;box-shadow:0 2px 4px 0 rgba(0,0,0,.13),0 1px 1px 0 rgba(0,0,0,.11)}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_{width:100%;height:100%;position:relative;display:flex}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs{height:100%;width:80px;display:flex;justify-content:center;align-items:center}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs .favorite-charity-item-module_btnHeart__2lRBH{position:absolute;top:6px;left:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs .favorite-charity-item-module_btnHeart__2lRBH .material-icons{height:24px;color:#2d8a75;cursor:pointer}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs .favorite-charity-item-module_charityLogo__1zHoD img,.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_rightSide__3Pb-L{width:100%;height:100%}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_rightSide__3Pb-L .favorite-charity-item-module_charityNameLink__2MR3L{text-decoration:none;color:#404041}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_rightSide__3Pb-L .favorite-charity-item-module_charityName__2AgTF{padding:22px 12px 22px 8px;font-size:14px;height:100%;display:flex;align-items:center}.my-account-sidebar-module_wrapper__2prH6{transition:all .2s ease;background:#fff;height:100%;min-height:100vh;box-shadow:2px 2px 8px 0 hsla(0,6%,45.5%,.25);font-family:Montserrat;font-size:14px;font-weight:400;color:#404041}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_expand__1m2Vs{min-width:283px;width:283px}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7{min-width:64px;width:64px;z-index:0}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 .my-account-sidebar-module_additional__1EeN2,.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 p.my-account-sidebar-module_label__3RALd,.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 p.my-account-sidebar-module_labelChild__3q6WY{opacity:0}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk{padding-left:8px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_active__f-nw8{background:linear-gradient(90deg,#2d8a75,#42ccae 97.5%)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_active__f-nw8 p{color:#fff;font-weight:700}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_active__f-nw8 svg path{fill:#fff!important}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc{display:flex;align-items:center;padding-left:16px;text-decoration:none;color:#404041;height:50px;cursor:pointer}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc p.my-account-sidebar-module_label__3RALd{padding-left:8px;position:absolute;left:58px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc svg{width:36px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc:hover{background:linear-gradient(90deg,#2d8a75,#42ccae 97.5%)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc:hover p{color:#fff;font-weight:700}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc:hover svg path{fill:#fff!important}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc svg path{fill:#2d8a75}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc .my-account-sidebar-module_label__3RALd{opacity:1}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc .my-account-sidebar-module_hiden__xtlWO{width:0}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg{border-bottom:1px solid var(--Stroke,#e2e2e2);border-top:1px solid var(--Stroke,#e2e2e2)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_account__sruAN{display:flex;justify-content:space-between}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_account__sruAN .my-account-sidebar-module_coverLabel__2obOx{display:flex;align-items:center}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk{display:flex;align-items:center;padding-left:35px;height:50px;text-decoration:none;color:#404041;cursor:pointer}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk .my-account-sidebar-module_labelChild__3q6WY{position:absolute;margin-left:48px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk svg circle{fill:#2d8a75}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_activeChild__2f0vc p,.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk:hover p{color:#2d8a75}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_collapse__2X0m7{border-bottom:1px solid var(--Stroke,#e2e2e2)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_additional__1EeN2 svg path{fill:#acacac}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_sidebar__1S6P9{transition:all .3s ease;width:283px}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_sidebarIsHidden__1MKnA{transform:translateX(-340px);transition:all .3s ease}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_menuBtn__2cfab{position:absolute;top:0;left:0;z-index:99;cursor:pointer}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_menuBtn__2cfab:hover svg path{fill:#2d8a75}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_menuBtnHidden__2l4kb{display:none}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_closeBtn__2qF28{position:absolute;top:0;right:-50px;width:50px;height:50px;border:1px solid #acacac;background:#fff;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.25);cursor:pointer}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_closeBtn__2qF28:hover{border:1px solid #2d8a75}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_closeBtn__2qF28:hover svg path{fill:#2d8a75}@media (max-width:1070px){.my-account-sidebar-module_wrapper__2prH6{position:fixed;z-index:9}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc p.my-account-sidebar-module_label__3RALd{width:235px}}.my-account-frp-preview-module_wrapper__dNipd{border-radius:16px;background:#fff;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25);display:flex;font-family:Montserrat;cursor:pointer}.my-account-frp-preview-module_wrapper__dNipd:hover .my-account-frp-preview-module_coverImage__2mHgG,.my-account-frp-preview-module_wrapper__dNipd:hover .my-account-frp-preview-module_imgOverlay__2nZSr{background:rgba(34,39,37,.2)}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG{width:calc(100% - 200px);border-radius:16px 0 0 16px;position:relative;cursor:pointer;overflow:hidden}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_imgOverlay__2nZSr{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px 0 0 16px;transition:all .2s}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_boxImage__1ttYR{width:100%;display:flex;justify-content:center;overflow:hidden;border-radius:16px 0 0 16px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_boxImage__1ttYR .my-account-frp-preview-module_noImg__1hY6M{background-size:cover;width:100%;height:460px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn-{position:absolute;bottom:0;display:flex;align-items:center;width:100%;border-radius:0 0 0 16px;opacity:.95;min-height:80px;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%))}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:20px;line-height:26px;font-weight:700;color:#fff;padding:11px 32px;margin:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye{width:200px;padding:22px 20px;text-align:center;display:flex;flex-direction:column;align-items:center}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye p{margin:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt{margin-bottom:13px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_number__2Nd_S{font-size:16px;font-weight:700;margin-bottom:5px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_text__2CocT{font-size:14px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_closeDateText___wEII{margin-left:-10px;margin-right:-10px;font-size:14px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_closeDateText___wEII .my-account-frp-preview-module_number__2Nd_S{font-size:14px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_manageBtn__1AYl0{border-radius:50px;border:none;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%));padding:6px 16px;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;cursor:pointer}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_manageBtn__1AYl0 svg{margin-left:8px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_manageBtn__1AYl0:hover{background:#65a797}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_progress__2cXze{margin:0 0 16px}@media (max-width:768px){.my-account-frp-preview-module_wrapper__dNipd{flex-direction:column}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG{width:100%;border-radius:16px 16px 0 0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_boxImage__1ttYR,.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_imgOverlay__2nZSr{border-radius:16px 16px 0 0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn-{border-radius:0;min-height:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:18px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye{flex-direction:row;width:100%;justify-content:space-around;padding:32px 0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_coverItem__1QS20{display:flex;flex-direction:column;grid-gap:18px;gap:18px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_coverItem__1QS20 .my-account-frp-preview-module_item__FZTOt{margin-bottom:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_progress__2cXze{margin:0 0 20px}}@media (max-width:480px){.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:16px;padding:10px 15px;line-height:20px}}@media (max-width:400px){.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:13px;line-height:16px}}.my-account-stats-donated-module_wrapper__2204E{width:100%;border-radius:16px;background:#f2f8f1;position:relative;font-family:Montserrat;text-align:center;min-height:312px;display:flex;justify-content:center;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25)}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_picture__WCuVs{position:absolute;top:45px;right:25px}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE{padding-top:32px;max-width:300px}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_title__2d6nq{font-size:20px;font-weight:700;color:#2d8a75;padding-bottom:13px;margin:0}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_number__1cP4D{font-size:24px;font-weight:700;color:#2d8a75;margin:10px 0}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_text__293Ij{font-size:16px;font-weight:400;color:#404041;margin:0;padding-bottom:24px}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_text__293Ij .my-account-stats-donated-module_num__3-ePn{font-weight:700;color:#2d8a75}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_view__Faeo3{color:#2d8a75;font-size:14px;text-decoration:none}@media screen and (max-width:768px){.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_picture__WCuVs{display:none}}.my-account-stats-raised-module_wrapper__1Xb5N{width:100%;border-radius:16px;background:#f2f8f1;position:relative;font-family:Montserrat;text-align:center;min-height:312px;display:flex;justify-content:center;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25)}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_picture__1R1tk{position:absolute;top:20px;left:75px}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5{padding-top:32px;max-width:300px}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_title__A4jOV{font-size:20px;font-weight:700;color:#2d8a75;padding-bottom:32px;margin:0}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_number__1pf6L{font-size:24px;font-weight:700;color:#2d8a75;margin:10px 0}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_text__3_L7J{font-size:16px;font-weight:400;color:#404041;margin:0}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_text__3_L7J .my-account-stats-raised-module_num__1OQAI{font-weight:700;color:#2d8a75}@media screen and (max-width:768px){.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_picture__1R1tk{display:none}}.my-account-frp-closed-module_wrapper__1I9n9{border-radius:16px;background:#d3d3d3 50%/cover no-repeat;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25);display:flex;font-family:Montserrat;position:relative;cursor:pointer}.my-account-frp-closed-module_wrapper__1I9n9:hover .my-account-frp-closed-module_coverImage__UyIdc,.my-account-frp-closed-module_wrapper__1I9n9:hover .my-account-frp-closed-module_imgOverlay__2KJdC{background:rgba(34,39,37,.2)}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_completeIcon__qvdph{position:absolute;top:0;right:0;z-index:1}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc{width:calc(100% - 200px);border-radius:16px 0 0 16px;position:relative;cursor:pointer;opacity:.6;overflow:hidden}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_imgOverlay__2KJdC{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px 0 0 16px;transition:all .2s}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_boxImage__3lh3x{width:100%;display:flex;justify-content:center;overflow:hidden;border-radius:16px 0 0 16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_boxImage__3lh3x .my-account-frp-closed-module_noImg__1Ktbc{background-size:cover;width:100%;height:460px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R{position:absolute;bottom:0;display:flex;align-items:center;width:100%;border-radius:0 0 0 16px;min-height:80px;opacity:.95;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%))}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:20px;line-height:26px;font-weight:700;color:#fff;padding:11px 32px;margin:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L{width:200px;padding:22px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ebebeb;border-radius:0 16px 16px 0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L p{margin:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4{margin-bottom:16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_number__2Uyn9{font-size:16px;font-weight:700;margin-bottom:5px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_text__E7Tjr{font-size:14px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_closeDateText__1ZsA5{margin-left:-10px;margin-right:-10px;font-size:14px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_closeDateText__1ZsA5 .my-account-frp-closed-module_number__2Uyn9{font-size:14px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_manageBtn__3pzfu{border-radius:50px;border:none;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%));padding:6px 16px;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;cursor:pointer}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_manageBtn__3pzfu svg{margin-left:8px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_manageBtn__3pzfu:hover{background:#65a797}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_progress__2tfwn{margin:0 0 16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_coverRight__3b5oY{display:flex;flex-direction:column;align-items:center}@media (max-width:768px){.my-account-frp-closed-module_wrapper__1I9n9{flex-direction:column}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc{width:100%;border-radius:16px 16px 0 0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_boxImage__3lh3x,.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_imgOverlay__2KJdC{border-radius:16px 16px 0 0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R{border-radius:0;min-height:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:18px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L{flex-direction:row;width:100%;justify-content:space-around;padding:32px 0;border-radius:0 0 16px 16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_coverItem__2i2wT{display:flex;flex-direction:column;grid-gap:18px;gap:18px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_coverItem__2i2wT .my-account-frp-closed-module_item__1S1Q4{margin-bottom:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_progress__2tfwn{margin:0 0 20px}}@media (max-width:480px){.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:16px;padding:10px 15px;line-height:20px}}@media (max-width:400px){.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:13px;line-height:16px}}.transaction-card-module_wrapper__1P9LL{width:100%;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-direction:column;padding:24px;align-items:flex-start;border-radius:8px;border:1px solid #e2e2e2;background-color:#fff;font-family:Montserrat,sans-serif;font-size:14px;color:#404041;cursor:pointer}.transaction-card-module_wrapper__1P9LL .transaction-card-module_header__1qBGr{width:100%;display:flex;justify-content:space-between;grid-gap:10px;gap:10px}.transaction-card-module_wrapper__1P9LL .transaction-card-module_header__1qBGr .transaction-card-module_details__3gulV{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:4px;background-color:#42ccae;color:#fff;font-weight:700;text-align:center}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0{width:100%;display:flex;justify-content:space-between;padding:16px 0;align-items:center}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0 .transaction-card-module_recipient__3EsUm{font-weight:700;max-width:72%;height:auto;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0 .transaction-card-module_amountCover__3cuFw{display:flex;grid-gap:10px;gap:10px}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0 .transaction-card-module_amountCover__3cuFw .transaction-card-module_amount__2NofB{color:#2d8a75}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW{width:100%;display:flex;justify-content:space-between}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW .transaction-card-module_footerLeft__dLkf2{max-width:50%;display:flex;flex-direction:column}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW .transaction-card-module_footerLeft__dLkf2 .transaction-card-module_statusAsText__2e5-o{padding-top:16px}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW .transaction-card-module_footerRight__1aLIF{display:flex;flex-direction:column;justify-content:flex-end}@media (max-width:480px){.transaction-card-module_wrapper__1P9LL .transaction-card-module_header__1qBGr .transaction-card-module_details__3gulV{font-size:12px}}.input-social-module_container__3iSVF{font-family:Montserrat;display:flex;grid-gap:16px;gap:16px}.input-social-module_container__3iSVF input{width:100%;height:48px;box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border:1px solid #e2e2e2;border-radius:6px;color:#404041;padding:10px 12px;outline:none}.input-social-module_container__3iSVF input::placeholder{color:#acacac}.input-social-module_container__3iSVF input:focus{border:1px solid #2d8a75}.input-social-module_container__3iSVF input.input-social-module_error__1fdeT{border:1px solid #f05c6a}.input-social-module_container__3iSVF .input-social-module_mesError__18JCi{color:#f05c6a;font-size:14px;margin:8px 0}.charity-tags-filter-button-module_wrapper__3DcoL{max-width:100%;text-align:center;font-family:Montserrat,sans-serif;position:relative}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd{display:flex;font-size:16px;justify-content:center;align-items:center}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd .charity-tags-filter-button-module_filter_button__JYmzm{height:60px;width:100%}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd .charity-tags-filter-button-module_filter_button__JYmzm .charity-tags-filter-button-module_icon__2yDox{margin-top:4px}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd .charity-tags-filter-button-module_filter_button__JYmzm .charity-tags-filter-button-module_icon__2yDox svg{width:24px;height:auto}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout__1qFH5{display:flex;justify-content:flex-end;flex-direction:column;position:absolute;background-color:#fff;z-index:1;right:0;border-radius:8px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);margin:16px auto;width:-webkit-max-content;width:max-content}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout_title__cjG4v{font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center;justify-content:center;padding:16px}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout_options__3176V{display:flex;flex-wrap:wrap;max-width:500px;font-size:14px}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout_options__3176V>div{flex:0 1 50%;text-align:left}
|
|
2
|
+
/*# sourceMappingURL=index.esm.css.map */
|