@designcrowd/fe-shared-lib 1.2.14 → 1.2.15-ast-upsell-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +35 -35
- package/.github/workflows/auto-merge.yml +52 -52
- package/.prettierrc.js +7 -7
- package/.storybook/main.ts +36 -36
- package/.storybook/preview-head-master.html +4 -4
- package/.storybook/preview-head-publish-master.html +4 -4
- package/.storybook/preview-head-publish.html +9 -9
- package/.storybook/preview-head.html +9 -9
- package/.storybook/preview.js +14 -14
- package/CLAUDE.md +70 -70
- package/Dockerfile +43 -43
- package/README.md +103 -103
- package/buildspec.yml +47 -47
- package/index.cjs +16 -16
- package/index.js +60 -56
- package/nodemon.translation.json +6 -6
- package/package.json +116 -116
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +542 -475
- package/public/css/tailwind-brandPage.css +438 -396
- package/public/css/tailwind-crazyDomains.css +542 -475
- package/public/css/tailwind-designCom.css +542 -475
- package/public/css/tailwind-designCrowd.css +542 -475
- package/src/atoms/components/Button/Button.vue +341 -341
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +828 -828
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
- package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
- package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
- package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
- package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
- package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
- package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
- package/src/atoms/components/Carousel/Carousel.fixtures.js +35 -35
- package/src/atoms/components/Carousel/Carousel.vue +352 -352
- package/src/atoms/components/Carousel/carousel.stories.js +261 -261
- package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
- package/src/atoms/components/Checkbox/Checkbox.stories.js +206 -206
- package/src/atoms/components/Checkbox/Checkbox.vue +89 -89
- package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
- package/src/atoms/components/Checktile/Checktile.vue +73 -73
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
- package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
- package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
- package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
- package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
- package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
- package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
- package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
- package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
- package/src/atoms/components/Icon/Icon.stories.js +390 -390
- package/src/atoms/components/Icon/Icon.vue +825 -825
- package/src/atoms/components/Icon/icons/add-page.vue +6 -6
- package/src/atoms/components/Icon/icons/ai.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
- package/src/atoms/components/Icon/icons/attach.vue +6 -6
- package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
- package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
- package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
- package/src/atoms/components/Icon/icons/background.vue +7 -7
- package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
- package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
- package/src/atoms/components/Icon/icons/banner.vue +7 -7
- package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
- package/src/atoms/components/Icon/icons/brush.vue +6 -6
- package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/business.vue +6 -6
- package/src/atoms/components/Icon/icons/calendar.vue +5 -5
- package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
- package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
- package/src/atoms/components/Icon/icons/cap.vue +22 -22
- package/src/atoms/components/Icon/icons/card.vue +9 -9
- package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
- package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
- package/src/atoms/components/Icon/icons/check.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/Icon/icons/close.vue +6 -6
- package/src/atoms/components/Icon/icons/community.vue +5 -5
- package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
- package/src/atoms/components/Icon/icons/content.vue +7 -7
- package/src/atoms/components/Icon/icons/copy.vue +10 -10
- package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
- package/src/atoms/components/Icon/icons/crop.vue +6 -6
- package/src/atoms/components/Icon/icons/delete.vue +8 -8
- package/src/atoms/components/Icon/icons/designs.vue +6 -6
- package/src/atoms/components/Icon/icons/desktop.vue +7 -7
- package/src/atoms/components/Icon/icons/donate.vue +6 -6
- package/src/atoms/components/Icon/icons/download.vue +5 -5
- package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
- package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
- package/src/atoms/components/Icon/icons/edit.vue +6 -6
- package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
- package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
- package/src/atoms/components/Icon/icons/error.vue +8 -8
- package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
- package/src/atoms/components/Icon/icons/fees.vue +6 -6
- package/src/atoms/components/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/Icon/icons/filters.vue +6 -6
- package/src/atoms/components/Icon/icons/flag.vue +6 -6
- package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
- package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
- package/src/atoms/components/Icon/icons/folder.vue +6 -6
- package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
- package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
- package/src/atoms/components/Icon/icons/form-message.vue +6 -6
- package/src/atoms/components/Icon/icons/form.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
- package/src/atoms/components/Icon/icons/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/home.vue +7 -7
- package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
- package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
- package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
- package/src/atoms/components/Icon/icons/images.vue +7 -7
- package/src/atoms/components/Icon/icons/info.vue +9 -9
- package/src/atoms/components/Icon/icons/jobs.vue +8 -8
- package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
- package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
- package/src/atoms/components/Icon/icons/layer.vue +6 -6
- package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
- package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
- package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/link.vue +6 -6
- package/src/atoms/components/Icon/icons/location.vue +6 -6
- package/src/atoms/components/Icon/icons/lock.vue +6 -6
- package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
- package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
- package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
- package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
- package/src/atoms/components/Icon/icons/map.vue +6 -6
- package/src/atoms/components/Icon/icons/message.vue +6 -6
- package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/Icon/icons/minus.vue +3 -3
- package/src/atoms/components/Icon/icons/mobile.vue +5 -5
- package/src/atoms/components/Icon/icons/mug.vue +29 -29
- package/src/atoms/components/Icon/icons/opacity.vue +6 -6
- package/src/atoms/components/Icon/icons/other.vue +7 -7
- package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
- package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
- package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
- package/src/atoms/components/Icon/icons/pages.vue +6 -6
- package/src/atoms/components/Icon/icons/palette.vue +6 -6
- package/src/atoms/components/Icon/icons/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/payment.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
- package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
- package/src/atoms/components/Icon/icons/phone.vue +6 -6
- package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
- package/src/atoms/components/Icon/icons/plus.vue +3 -3
- package/src/atoms/components/Icon/icons/poll.vue +3 -3
- package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
- package/src/atoms/components/Icon/icons/preview.vue +6 -6
- package/src/atoms/components/Icon/icons/printing.vue +6 -6
- package/src/atoms/components/Icon/icons/processing.vue +5 -5
- package/src/atoms/components/Icon/icons/question.vue +11 -11
- package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
- package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
- package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
- package/src/atoms/components/Icon/icons/redo.vue +6 -6
- package/src/atoms/components/Icon/icons/reload.vue +6 -6
- package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
- package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
- package/src/atoms/components/Icon/icons/reset.vue +6 -6
- package/src/atoms/components/Icon/icons/search.vue +11 -11
- package/src/atoms/components/Icon/icons/secure.vue +7 -7
- package/src/atoms/components/Icon/icons/services.vue +7 -7
- package/src/atoms/components/Icon/icons/settings.vue +7 -7
- package/src/atoms/components/Icon/icons/shape.vue +5 -5
- package/src/atoms/components/Icon/icons/share.vue +8 -8
- package/src/atoms/components/Icon/icons/shop.vue +5 -5
- package/src/atoms/components/Icon/icons/sms.vue +5 -5
- package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/social-google.vue +5 -5
- package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
- package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-share.vue +7 -7
- package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
- package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/sticker.vue +28 -28
- package/src/atoms/components/Icon/icons/styles.vue +5 -5
- package/src/atoms/components/Icon/icons/submit.vue +5 -5
- package/src/atoms/components/Icon/icons/templates.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
- package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
- package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image.vue +13 -13
- package/src/atoms/components/Icon/icons/time.vue +8 -8
- package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
- package/src/atoms/components/Icon/icons/undo.vue +6 -6
- package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
- package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
- package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
- package/src/atoms/components/Icon/icons/upload.vue +5 -5
- package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
- package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
- package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
- package/src/atoms/components/Icon/icons/volume.vue +5 -5
- package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/website.vue +6 -6
- package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
- package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom.vue +11 -11
- package/src/atoms/components/Loader/Loader.vue +15 -15
- package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
- package/src/atoms/components/Masonry/Masonry.vue +48 -48
- package/src/atoms/components/Masonry/fixtures.js +589 -589
- package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
- package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
- package/src/atoms/components/Modal/Modal.stories.js +293 -293
- package/src/atoms/components/Modal/Modal.vue +263 -258
- package/src/atoms/components/Notice/Notice.stories.js +174 -174
- package/src/atoms/components/Notice/Notice.vue +71 -71
- package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
- package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
- package/src/atoms/components/Picture/Picture.stories.js +90 -90
- package/src/atoms/components/Picture/Picture.vue +84 -84
- package/src/atoms/components/Picture/picture.fixtures.js +35 -35
- package/src/atoms/components/Pill/Pill.stories.js +20 -20
- package/src/atoms/components/Pill/Pill.vue +8 -8
- package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
- package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
- package/src/atoms/components/PillBar/PillBar.vue +62 -62
- package/src/atoms/components/Price/Price.fixtures.js +25 -25
- package/src/atoms/components/Price/Price.stories.js +173 -173
- package/src/atoms/components/Price/Price.vue +114 -114
- package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
- package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
- package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
- package/src/atoms/components/Price/i18n/price.json +5 -5
- package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
- package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
- package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
- package/src/atoms/components/Select/Select.stories.js +142 -142
- package/src/atoms/components/Select/Select.vue +619 -619
- package/src/atoms/components/Select/pointerMixin.js +99 -99
- package/src/atoms/components/Select/selectMixin.js +356 -356
- package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
- package/src/atoms/components/StarRating/StarRating.vue +84 -84
- package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
- package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
- package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
- package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
- package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
- package/src/atoms/components/TextInput/TextInput.vue +160 -160
- package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
- package/src/atoms/components/Textarea/Textarea.vue +109 -109
- package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
- package/src/atoms/components/Toggle/Toggle.vue +69 -69
- package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
- package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
- package/src/atoms/components/Upsell/DigitalBusinessCard.vue +46 -0
- package/src/atoms/components/Upsell/LinkInBio.vue +47 -0
- package/src/atoms/components/Upsell/UpgradeWebsite.vue +46 -0
- package/src/atoms/components/Upsell/WebDesignSupport.vue +46 -0
- package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
- package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
- package/src/atoms/constants/constants.ts +6 -6
- package/src/atoms/mixin/hash-router-mixin.js +68 -68
- package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
- package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
- package/src/bundleTranslation.js +89 -89
- package/src/bundles/bundled-translations.de-DE.json +8 -0
- package/src/bundles/bundled-translations.es-ES.json +8 -0
- package/src/bundles/bundled-translations.fr-FR.json +8 -0
- package/src/bundles/bundled-translations.json +11 -1
- package/src/bundles/bundled-translations.pt-PT.json +8 -0
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +104 -104
- package/src/experiences/clients/brand-page-api.client.js +47 -47
- package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
- package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
- package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
- package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
- package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
- package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
- package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
- package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
- package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
- package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
- package/src/experiences/components/AuthFlow/SignIn.vue +451 -442
- package/src/experiences/components/AuthFlow/SignUp.vue +277 -272
- package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
- package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
- package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
- package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
- package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +98 -98
- package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +106 -106
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +137 -137
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +10 -10
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +10 -10
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +270 -226
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +59 -24
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +21 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +21 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +21 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +23 -21
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +21 -21
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +154 -154
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +209 -209
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +189 -189
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +127 -127
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +58 -58
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +278 -278
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +328 -328
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +140 -140
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +467 -467
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +97 -97
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +69 -69
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +49 -49
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +91 -91
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +290 -290
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +201 -201
- package/src/experiences/constants/api.js +8 -8
- package/src/experiences/constants/error-constants.js +5 -5
- package/src/experiences/constants/event-constants.js +18 -18
- package/src/experiences/constants/partner-dictionary-constants.js +27 -27
- package/src/experiences/constants/rego-source-constants.js +3 -3
- package/src/experiences/constants/sell-domain-name-constants.js +4 -4
- package/src/experiences/helpers/email-validator.js +5 -5
- package/src/experiences/helpers/hex-diff.js +116 -116
- package/src/experiences/helpers/tracking.js +5 -5
- package/src/experiences/mixins/mediaQueryMixin.js +31 -31
- package/src/experiences/mixins/themeMixin.js +22 -22
- package/src/themes/base.js +20 -20
- package/src/themes/bc.js +95 -95
- package/src/themes/bp.js +21 -21
- package/src/themes/cd.js +94 -94
- package/src/themes/dc.js +84 -84
- package/src/themes/dcom.js +106 -106
- package/src/themes/themes.js +16 -16
- package/src/useSharedLibTranslate.js +81 -79
- package/src/viewports.js +51 -51
- package/stylelint.config.js +19 -19
- package/tailwind.build.js +83 -83
- package/tailwind.config.js +37 -37
- package/tailwind.themes.js +59 -59
- package/vite.config.ts +37 -37
|
@@ -491,40 +491,40 @@ video {
|
|
|
491
491
|
--tw-backdrop-opacity: ;
|
|
492
492
|
--tw-backdrop-saturate: ;
|
|
493
493
|
--tw-backdrop-sepia: ;
|
|
494
|
-
}
|
|
494
|
+
}
|
|
495
495
|
.theme-brandCrowd .tw-container {
|
|
496
496
|
width: 100%;
|
|
497
|
-
}
|
|
497
|
+
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
500
|
.theme-brandCrowd .tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
|
-
}
|
|
503
|
+
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
506
|
.theme-brandCrowd .tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
|
-
}
|
|
509
|
+
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
512
|
.theme-brandCrowd .tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
|
-
}
|
|
515
|
+
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
518
|
.theme-brandCrowd .tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
|
-
}
|
|
521
|
+
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
524
|
.theme-brandCrowd .tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
|
-
}
|
|
527
|
+
}
|
|
528
528
|
.theme-brandCrowd .tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
@@ -535,1579 +535,1646 @@ video {
|
|
|
535
535
|
clip: rect(0, 0, 0, 0);
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
|
-
}
|
|
538
|
+
}
|
|
539
539
|
.theme-brandCrowd .tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
.theme-brandCrowd .tw-static {
|
|
543
543
|
position: static;
|
|
544
|
-
}
|
|
544
|
+
}
|
|
545
545
|
.theme-brandCrowd .tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
|
-
}
|
|
547
|
+
}
|
|
548
548
|
.theme-brandCrowd .tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
|
-
}
|
|
550
|
+
}
|
|
551
551
|
.theme-brandCrowd .tw-relative {
|
|
552
552
|
position: relative;
|
|
553
|
-
}
|
|
553
|
+
}
|
|
554
554
|
.theme-brandCrowd .tw--left-16 {
|
|
555
555
|
left: -4rem;
|
|
556
|
-
}
|
|
556
|
+
}
|
|
557
557
|
.theme-brandCrowd .tw--right-16 {
|
|
558
558
|
right: -4rem;
|
|
559
|
-
}
|
|
559
|
+
}
|
|
560
560
|
.theme-brandCrowd .tw-bottom-0 {
|
|
561
561
|
bottom: 0px;
|
|
562
|
-
}
|
|
562
|
+
}
|
|
563
563
|
.theme-brandCrowd .tw-bottom-full {
|
|
564
564
|
bottom: 100%;
|
|
565
|
-
}
|
|
565
|
+
}
|
|
566
566
|
.theme-brandCrowd .tw-left-0 {
|
|
567
567
|
left: 0px;
|
|
568
|
-
}
|
|
568
|
+
}
|
|
569
569
|
.theme-brandCrowd .tw-left-1\/2 {
|
|
570
570
|
left: 50%;
|
|
571
|
-
}
|
|
571
|
+
}
|
|
572
572
|
.theme-brandCrowd .tw-left-2 {
|
|
573
573
|
left: 0.5rem;
|
|
574
|
-
}
|
|
574
|
+
}
|
|
575
575
|
.theme-brandCrowd .tw-left-full {
|
|
576
576
|
left: 100%;
|
|
577
|
-
}
|
|
577
|
+
}
|
|
578
578
|
.theme-brandCrowd .tw-right-0 {
|
|
579
579
|
right: 0px;
|
|
580
|
-
}
|
|
580
|
+
}
|
|
581
581
|
.theme-brandCrowd .tw-right-2 {
|
|
582
582
|
right: 0.5rem;
|
|
583
|
-
}
|
|
583
|
+
}
|
|
584
584
|
.theme-brandCrowd .tw-right-full {
|
|
585
585
|
right: 100%;
|
|
586
|
-
}
|
|
586
|
+
}
|
|
587
587
|
.theme-brandCrowd .tw-top-0 {
|
|
588
588
|
top: 0px;
|
|
589
|
-
}
|
|
589
|
+
}
|
|
590
590
|
.theme-brandCrowd .tw-top-1\/2 {
|
|
591
591
|
top: 50%;
|
|
592
|
-
}
|
|
592
|
+
}
|
|
593
593
|
.theme-brandCrowd .tw-top-full {
|
|
594
594
|
top: 100%;
|
|
595
|
-
}
|
|
595
|
+
}
|
|
596
596
|
.theme-brandCrowd .tw-z-10 {
|
|
597
597
|
z-index: 10;
|
|
598
|
-
}
|
|
598
|
+
}
|
|
599
599
|
.theme-brandCrowd .tw-z-20 {
|
|
600
600
|
z-index: 20;
|
|
601
|
-
}
|
|
601
|
+
}
|
|
602
602
|
.theme-brandCrowd .tw-z-30 {
|
|
603
603
|
z-index: 30;
|
|
604
|
-
}
|
|
604
|
+
}
|
|
605
605
|
.theme-brandCrowd .tw-z-50 {
|
|
606
606
|
z-index: 50;
|
|
607
|
-
}
|
|
607
|
+
}
|
|
608
608
|
.theme-brandCrowd .tw-order-last {
|
|
609
609
|
order: 9999;
|
|
610
|
-
}
|
|
610
|
+
}
|
|
611
611
|
.theme-brandCrowd .tw-col-span-2 {
|
|
612
612
|
grid-column: span 2 / span 2;
|
|
613
|
-
}
|
|
613
|
+
}
|
|
614
614
|
.theme-brandCrowd .tw-m-0 {
|
|
615
615
|
margin: 0px;
|
|
616
|
-
}
|
|
616
|
+
}
|
|
617
617
|
.theme-brandCrowd .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
|
-
}
|
|
619
|
+
}
|
|
620
620
|
.theme-brandCrowd .tw-m-5 {
|
|
621
621
|
margin: 1.25rem;
|
|
622
|
-
}
|
|
622
|
+
}
|
|
623
623
|
.theme-brandCrowd .tw-m-auto {
|
|
624
624
|
margin: auto;
|
|
625
|
-
}
|
|
625
|
+
}
|
|
626
626
|
.theme-brandCrowd .tw-mx-2 {
|
|
627
627
|
margin-left: 0.5rem;
|
|
628
628
|
margin-right: 0.5rem;
|
|
629
|
-
}
|
|
629
|
+
}
|
|
630
630
|
.theme-brandCrowd .tw-mx-4 {
|
|
631
631
|
margin-left: 1rem;
|
|
632
632
|
margin-right: 1rem;
|
|
633
|
-
}
|
|
633
|
+
}
|
|
634
634
|
.theme-brandCrowd .tw-mx-8 {
|
|
635
635
|
margin-left: 2rem;
|
|
636
636
|
margin-right: 2rem;
|
|
637
|
-
}
|
|
637
|
+
}
|
|
638
638
|
.theme-brandCrowd .tw-mx-auto {
|
|
639
639
|
margin-left: auto;
|
|
640
640
|
margin-right: auto;
|
|
641
|
-
}
|
|
641
|
+
}
|
|
642
642
|
.theme-brandCrowd .tw-my-0 {
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
|
-
}
|
|
645
|
+
}
|
|
646
646
|
.theme-brandCrowd .tw-my-1 {
|
|
647
647
|
margin-top: 0.25rem;
|
|
648
648
|
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
649
|
+
}
|
|
650
650
|
.theme-brandCrowd .tw-my-10 {
|
|
651
651
|
margin-top: 2.5rem;
|
|
652
652
|
margin-bottom: 2.5rem;
|
|
653
|
-
}
|
|
653
|
+
}
|
|
654
654
|
.theme-brandCrowd .tw-my-4 {
|
|
655
655
|
margin-top: 1rem;
|
|
656
656
|
margin-bottom: 1rem;
|
|
657
|
-
}
|
|
657
|
+
}
|
|
658
658
|
.theme-brandCrowd .tw-my-5 {
|
|
659
659
|
margin-top: 1.25rem;
|
|
660
660
|
margin-bottom: 1.25rem;
|
|
661
|
-
}
|
|
661
|
+
}
|
|
662
662
|
.theme-brandCrowd .tw-my-auto {
|
|
663
663
|
margin-top: auto;
|
|
664
664
|
margin-bottom: auto;
|
|
665
|
-
}
|
|
665
|
+
}
|
|
666
666
|
.theme-brandCrowd .tw--mb-1 {
|
|
667
667
|
margin-bottom: -0.25rem;
|
|
668
|
-
}
|
|
668
|
+
}
|
|
669
669
|
.theme-brandCrowd .tw--mb-1\.5 {
|
|
670
670
|
margin-bottom: -0.375rem;
|
|
671
|
-
}
|
|
671
|
+
}
|
|
672
672
|
.theme-brandCrowd .tw--ml-px {
|
|
673
673
|
margin-left: -1px;
|
|
674
|
-
}
|
|
674
|
+
}
|
|
675
675
|
.theme-brandCrowd .tw--mr-1 {
|
|
676
676
|
margin-right: -0.25rem;
|
|
677
|
-
}
|
|
677
|
+
}
|
|
678
678
|
.theme-brandCrowd .tw--mr-1\.5 {
|
|
679
679
|
margin-right: -0.375rem;
|
|
680
|
-
}
|
|
680
|
+
}
|
|
681
681
|
.theme-brandCrowd .tw--mt-px {
|
|
682
682
|
margin-top: -1px;
|
|
683
|
-
}
|
|
683
|
+
}
|
|
684
684
|
.theme-brandCrowd .tw-mb-0 {
|
|
685
685
|
margin-bottom: 0px;
|
|
686
|
-
}
|
|
686
|
+
}
|
|
687
687
|
.theme-brandCrowd .tw-mb-1 {
|
|
688
688
|
margin-bottom: 0.25rem;
|
|
689
|
-
}
|
|
689
|
+
}
|
|
690
690
|
.theme-brandCrowd .tw-mb-10 {
|
|
691
691
|
margin-bottom: 2.5rem;
|
|
692
|
-
}
|
|
692
|
+
}
|
|
693
693
|
.theme-brandCrowd .tw-mb-2 {
|
|
694
694
|
margin-bottom: 0.5rem;
|
|
695
|
-
}
|
|
695
|
+
}
|
|
696
696
|
.theme-brandCrowd .tw-mb-3 {
|
|
697
697
|
margin-bottom: 0.75rem;
|
|
698
|
-
}
|
|
698
|
+
}
|
|
699
699
|
.theme-brandCrowd .tw-mb-4 {
|
|
700
700
|
margin-bottom: 1rem;
|
|
701
|
-
}
|
|
701
|
+
}
|
|
702
|
+
.theme-brandCrowd .tw-mb-5 {
|
|
703
|
+
margin-bottom: 1.25rem;
|
|
704
|
+
}
|
|
702
705
|
.theme-brandCrowd .tw-mb-6 {
|
|
703
706
|
margin-bottom: 1.5rem;
|
|
704
|
-
}
|
|
707
|
+
}
|
|
705
708
|
.theme-brandCrowd .tw-mb-8 {
|
|
706
709
|
margin-bottom: 2rem;
|
|
707
|
-
}
|
|
710
|
+
}
|
|
708
711
|
.theme-brandCrowd .tw-ml-0 {
|
|
709
712
|
margin-left: 0px;
|
|
710
|
-
}
|
|
713
|
+
}
|
|
711
714
|
.theme-brandCrowd .tw-ml-2 {
|
|
712
715
|
margin-left: 0.5rem;
|
|
713
|
-
}
|
|
716
|
+
}
|
|
714
717
|
.theme-brandCrowd .tw-ml-3 {
|
|
715
718
|
margin-left: 0.75rem;
|
|
716
|
-
}
|
|
719
|
+
}
|
|
717
720
|
.theme-brandCrowd .tw-ml-4 {
|
|
718
721
|
margin-left: 1rem;
|
|
719
|
-
}
|
|
722
|
+
}
|
|
720
723
|
.theme-brandCrowd .tw-ml-6 {
|
|
721
724
|
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
725
|
+
}
|
|
723
726
|
.theme-brandCrowd .tw-ml-auto {
|
|
724
727
|
margin-left: auto;
|
|
725
|
-
}
|
|
728
|
+
}
|
|
726
729
|
.theme-brandCrowd .tw-mr-1 {
|
|
727
730
|
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
731
|
+
}
|
|
729
732
|
.theme-brandCrowd .tw-mr-2 {
|
|
730
733
|
margin-right: 0.5rem;
|
|
731
|
-
}
|
|
734
|
+
}
|
|
732
735
|
.theme-brandCrowd .tw-mr-3 {
|
|
733
736
|
margin-right: 0.75rem;
|
|
734
|
-
}
|
|
737
|
+
}
|
|
735
738
|
.theme-brandCrowd .tw-mr-4 {
|
|
736
739
|
margin-right: 1rem;
|
|
737
|
-
}
|
|
740
|
+
}
|
|
738
741
|
.theme-brandCrowd .tw-mr-auto {
|
|
739
742
|
margin-right: auto;
|
|
740
|
-
}
|
|
743
|
+
}
|
|
741
744
|
.theme-brandCrowd .tw-mt-0 {
|
|
742
745
|
margin-top: 0px;
|
|
743
|
-
}
|
|
746
|
+
}
|
|
744
747
|
.theme-brandCrowd .tw-mt-0\.5 {
|
|
745
748
|
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
749
|
+
}
|
|
747
750
|
.theme-brandCrowd .tw-mt-1 {
|
|
748
751
|
margin-top: 0.25rem;
|
|
749
|
-
}
|
|
752
|
+
}
|
|
750
753
|
.theme-brandCrowd .tw-mt-2 {
|
|
751
754
|
margin-top: 0.5rem;
|
|
752
|
-
}
|
|
755
|
+
}
|
|
753
756
|
.theme-brandCrowd .tw-mt-3 {
|
|
754
757
|
margin-top: 0.75rem;
|
|
755
|
-
}
|
|
758
|
+
}
|
|
756
759
|
.theme-brandCrowd .tw-mt-4 {
|
|
757
760
|
margin-top: 1rem;
|
|
758
|
-
}
|
|
761
|
+
}
|
|
762
|
+
.theme-brandCrowd .tw-mt-5 {
|
|
763
|
+
margin-top: 1.25rem;
|
|
764
|
+
}
|
|
759
765
|
.theme-brandCrowd .tw-mt-8 {
|
|
760
766
|
margin-top: 2rem;
|
|
761
|
-
}
|
|
767
|
+
}
|
|
762
768
|
.theme-brandCrowd .tw-box-border {
|
|
763
769
|
box-sizing: border-box;
|
|
764
|
-
}
|
|
770
|
+
}
|
|
765
771
|
.theme-brandCrowd .tw-box-content {
|
|
766
772
|
box-sizing: content-box;
|
|
767
|
-
}
|
|
773
|
+
}
|
|
768
774
|
.theme-brandCrowd .tw-block {
|
|
769
775
|
display: block;
|
|
770
|
-
}
|
|
776
|
+
}
|
|
771
777
|
.theme-brandCrowd .tw-inline-block {
|
|
772
778
|
display: inline-block;
|
|
773
|
-
}
|
|
779
|
+
}
|
|
774
780
|
.theme-brandCrowd .tw-inline {
|
|
775
781
|
display: inline;
|
|
776
|
-
}
|
|
782
|
+
}
|
|
777
783
|
.theme-brandCrowd .tw-flex {
|
|
778
784
|
display: flex;
|
|
779
|
-
}
|
|
785
|
+
}
|
|
780
786
|
.theme-brandCrowd .tw-inline-flex {
|
|
781
787
|
display: inline-flex;
|
|
782
|
-
}
|
|
788
|
+
}
|
|
783
789
|
.theme-brandCrowd .tw-grid {
|
|
784
790
|
display: grid;
|
|
785
|
-
}
|
|
791
|
+
}
|
|
786
792
|
.theme-brandCrowd .tw-hidden {
|
|
787
793
|
display: none;
|
|
788
|
-
}
|
|
794
|
+
}
|
|
789
795
|
.theme-brandCrowd .tw-h-0 {
|
|
790
796
|
height: 0px;
|
|
791
|
-
}
|
|
797
|
+
}
|
|
792
798
|
.theme-brandCrowd .tw-h-10 {
|
|
793
799
|
height: 2.5rem;
|
|
794
|
-
}
|
|
800
|
+
}
|
|
795
801
|
.theme-brandCrowd .tw-h-12 {
|
|
796
802
|
height: 3rem;
|
|
797
|
-
}
|
|
803
|
+
}
|
|
798
804
|
.theme-brandCrowd .tw-h-14 {
|
|
799
805
|
height: 3.5rem;
|
|
800
|
-
}
|
|
806
|
+
}
|
|
801
807
|
.theme-brandCrowd .tw-h-16 {
|
|
802
808
|
height: 4rem;
|
|
803
|
-
}
|
|
809
|
+
}
|
|
804
810
|
.theme-brandCrowd .tw-h-2 {
|
|
805
811
|
height: 0.5rem;
|
|
806
|
-
}
|
|
812
|
+
}
|
|
807
813
|
.theme-brandCrowd .tw-h-20 {
|
|
808
814
|
height: 5rem;
|
|
809
|
-
}
|
|
815
|
+
}
|
|
810
816
|
.theme-brandCrowd .tw-h-24 {
|
|
811
817
|
height: 6rem;
|
|
812
|
-
}
|
|
818
|
+
}
|
|
813
819
|
.theme-brandCrowd .tw-h-3 {
|
|
814
820
|
height: 0.75rem;
|
|
815
|
-
}
|
|
821
|
+
}
|
|
816
822
|
.theme-brandCrowd .tw-h-4 {
|
|
817
823
|
height: 1rem;
|
|
818
|
-
}
|
|
824
|
+
}
|
|
819
825
|
.theme-brandCrowd .tw-h-40 {
|
|
820
826
|
height: 10rem;
|
|
821
|
-
}
|
|
827
|
+
}
|
|
822
828
|
.theme-brandCrowd .tw-h-5 {
|
|
823
829
|
height: 1.25rem;
|
|
824
|
-
}
|
|
830
|
+
}
|
|
825
831
|
.theme-brandCrowd .tw-h-6 {
|
|
826
832
|
height: 1.5rem;
|
|
827
|
-
}
|
|
833
|
+
}
|
|
828
834
|
.theme-brandCrowd .tw-h-8 {
|
|
829
835
|
height: 2rem;
|
|
830
|
-
}
|
|
836
|
+
}
|
|
831
837
|
.theme-brandCrowd .tw-h-80 {
|
|
832
838
|
height: 20rem;
|
|
833
|
-
}
|
|
839
|
+
}
|
|
834
840
|
.theme-brandCrowd .tw-h-auto {
|
|
835
841
|
height: auto;
|
|
836
|
-
}
|
|
842
|
+
}
|
|
837
843
|
.theme-brandCrowd .tw-h-fit {
|
|
838
844
|
height: -moz-fit-content;
|
|
839
845
|
height: fit-content;
|
|
840
|
-
}
|
|
846
|
+
}
|
|
841
847
|
.theme-brandCrowd .tw-h-full {
|
|
842
848
|
height: 100%;
|
|
843
|
-
}
|
|
849
|
+
}
|
|
844
850
|
.theme-brandCrowd .tw-max-h-56 {
|
|
845
851
|
max-height: 14rem;
|
|
846
|
-
}
|
|
852
|
+
}
|
|
847
853
|
.theme-brandCrowd .tw-max-h-72 {
|
|
848
854
|
max-height: 18rem;
|
|
849
|
-
}
|
|
855
|
+
}
|
|
850
856
|
.theme-brandCrowd .tw-max-h-full {
|
|
851
857
|
max-height: 100%;
|
|
852
|
-
}
|
|
858
|
+
}
|
|
853
859
|
.theme-brandCrowd .tw-max-h-screen {
|
|
854
860
|
max-height: 100vh;
|
|
855
|
-
}
|
|
861
|
+
}
|
|
856
862
|
.theme-brandCrowd .tw-w-10 {
|
|
857
863
|
width: 2.5rem;
|
|
858
|
-
}
|
|
864
|
+
}
|
|
859
865
|
.theme-brandCrowd .tw-w-12 {
|
|
860
866
|
width: 3rem;
|
|
861
|
-
}
|
|
867
|
+
}
|
|
862
868
|
.theme-brandCrowd .tw-w-14 {
|
|
863
869
|
width: 3.5rem;
|
|
864
|
-
}
|
|
870
|
+
}
|
|
865
871
|
.theme-brandCrowd .tw-w-16 {
|
|
866
872
|
width: 4rem;
|
|
867
|
-
}
|
|
873
|
+
}
|
|
868
874
|
.theme-brandCrowd .tw-w-2 {
|
|
869
875
|
width: 0.5rem;
|
|
870
|
-
}
|
|
876
|
+
}
|
|
871
877
|
.theme-brandCrowd .tw-w-24 {
|
|
872
878
|
width: 6rem;
|
|
873
|
-
}
|
|
879
|
+
}
|
|
874
880
|
.theme-brandCrowd .tw-w-3 {
|
|
875
881
|
width: 0.75rem;
|
|
876
|
-
}
|
|
882
|
+
}
|
|
877
883
|
.theme-brandCrowd .tw-w-32 {
|
|
878
884
|
width: 8rem;
|
|
879
|
-
}
|
|
885
|
+
}
|
|
880
886
|
.theme-brandCrowd .tw-w-4 {
|
|
881
887
|
width: 1rem;
|
|
882
|
-
}
|
|
888
|
+
}
|
|
883
889
|
.theme-brandCrowd .tw-w-5 {
|
|
884
890
|
width: 1.25rem;
|
|
885
|
-
}
|
|
891
|
+
}
|
|
886
892
|
.theme-brandCrowd .tw-w-6 {
|
|
887
893
|
width: 1.5rem;
|
|
888
|
-
}
|
|
894
|
+
}
|
|
889
895
|
.theme-brandCrowd .tw-w-60 {
|
|
890
896
|
width: 15rem;
|
|
891
|
-
}
|
|
897
|
+
}
|
|
892
898
|
.theme-brandCrowd .tw-w-64 {
|
|
893
899
|
width: 16rem;
|
|
894
|
-
}
|
|
900
|
+
}
|
|
895
901
|
.theme-brandCrowd .tw-w-72 {
|
|
896
902
|
width: 18rem;
|
|
897
|
-
}
|
|
903
|
+
}
|
|
898
904
|
.theme-brandCrowd .tw-w-8 {
|
|
899
905
|
width: 2rem;
|
|
900
|
-
}
|
|
906
|
+
}
|
|
901
907
|
.theme-brandCrowd .tw-w-96 {
|
|
902
908
|
width: 24rem;
|
|
903
|
-
}
|
|
909
|
+
}
|
|
904
910
|
.theme-brandCrowd .tw-w-auto {
|
|
905
911
|
width: auto;
|
|
906
|
-
}
|
|
912
|
+
}
|
|
907
913
|
.theme-brandCrowd .tw-w-fit {
|
|
908
914
|
width: -moz-fit-content;
|
|
909
915
|
width: fit-content;
|
|
910
|
-
}
|
|
916
|
+
}
|
|
911
917
|
.theme-brandCrowd .tw-w-full {
|
|
912
918
|
width: 100%;
|
|
913
|
-
}
|
|
919
|
+
}
|
|
914
920
|
.theme-brandCrowd .tw-max-w-2xl {
|
|
915
921
|
max-width: 42rem;
|
|
916
|
-
}
|
|
922
|
+
}
|
|
917
923
|
.theme-brandCrowd .tw-max-w-full {
|
|
918
924
|
max-width: 100%;
|
|
919
|
-
}
|
|
925
|
+
}
|
|
920
926
|
.theme-brandCrowd .tw-max-w-md {
|
|
921
927
|
max-width: 28rem;
|
|
922
|
-
}
|
|
928
|
+
}
|
|
923
929
|
.theme-brandCrowd .tw-max-w-xl {
|
|
924
930
|
max-width: 36rem;
|
|
925
|
-
}
|
|
931
|
+
}
|
|
932
|
+
.theme-brandCrowd .tw-flex-1 {
|
|
933
|
+
flex: 1 1 0%;
|
|
934
|
+
}
|
|
926
935
|
.theme-brandCrowd .tw-flex-auto {
|
|
927
936
|
flex: 1 1 auto;
|
|
928
|
-
}
|
|
937
|
+
}
|
|
929
938
|
.theme-brandCrowd .tw-flex-none {
|
|
930
939
|
flex: none;
|
|
931
|
-
}
|
|
940
|
+
}
|
|
932
941
|
.theme-brandCrowd .tw-grow {
|
|
933
942
|
flex-grow: 1;
|
|
934
|
-
}
|
|
943
|
+
}
|
|
935
944
|
.theme-brandCrowd .tw-origin-top-right {
|
|
936
945
|
transform-origin: top right;
|
|
937
|
-
}
|
|
946
|
+
}
|
|
938
947
|
.-tw-translate-x-px {
|
|
939
948
|
--tw-translate-x: -1px;
|
|
940
949
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
941
|
-
}
|
|
950
|
+
}
|
|
942
951
|
.theme-brandCrowd .tw--translate-x-2 {
|
|
943
952
|
--tw-translate-x: -0.5rem;
|
|
944
953
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
945
|
-
}
|
|
954
|
+
}
|
|
946
955
|
.theme-brandCrowd .tw--translate-x-3 {
|
|
947
956
|
--tw-translate-x: -0.75rem;
|
|
948
957
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
949
|
-
}
|
|
958
|
+
}
|
|
950
959
|
.theme-brandCrowd .tw--translate-x-4 {
|
|
951
960
|
--tw-translate-x: -1rem;
|
|
952
961
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
953
|
-
}
|
|
962
|
+
}
|
|
954
963
|
.theme-brandCrowd .tw--translate-y-1\/2 {
|
|
955
964
|
--tw-translate-y: -50%;
|
|
956
965
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
957
|
-
}
|
|
966
|
+
}
|
|
958
967
|
.theme-brandCrowd .tw--translate-y-2 {
|
|
959
968
|
--tw-translate-y: -0.5rem;
|
|
960
969
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
961
|
-
}
|
|
970
|
+
}
|
|
962
971
|
.theme-brandCrowd .tw-translate-x-12 {
|
|
963
972
|
--tw-translate-x: 3rem;
|
|
964
973
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
965
|
-
}
|
|
974
|
+
}
|
|
966
975
|
.theme-brandCrowd .tw-translate-x-20 {
|
|
967
976
|
--tw-translate-x: 5rem;
|
|
968
977
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
969
|
-
}
|
|
978
|
+
}
|
|
970
979
|
.theme-brandCrowd .tw-translate-x-4 {
|
|
971
980
|
--tw-translate-x: 1rem;
|
|
972
981
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
973
|
-
}
|
|
982
|
+
}
|
|
974
983
|
.theme-brandCrowd .tw-translate-x-5 {
|
|
975
984
|
--tw-translate-x: 1.25rem;
|
|
976
985
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
977
|
-
}
|
|
986
|
+
}
|
|
978
987
|
.theme-brandCrowd .tw-translate-x-6 {
|
|
979
988
|
--tw-translate-x: 1.5rem;
|
|
980
989
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
981
|
-
}
|
|
990
|
+
}
|
|
982
991
|
.theme-brandCrowd .tw-translate-x-8 {
|
|
983
992
|
--tw-translate-x: 2rem;
|
|
984
993
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
985
|
-
}
|
|
994
|
+
}
|
|
986
995
|
.theme-brandCrowd .tw-translate-y-1\/2 {
|
|
987
996
|
--tw-translate-y: 50%;
|
|
988
997
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
989
|
-
}
|
|
998
|
+
}
|
|
990
999
|
.theme-brandCrowd .tw-translate-y-2 {
|
|
991
1000
|
--tw-translate-y: 0.5rem;
|
|
992
1001
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
993
|
-
}
|
|
1002
|
+
}
|
|
994
1003
|
.theme-brandCrowd .tw-translate-y-2\.5 {
|
|
995
1004
|
--tw-translate-y: 0.625rem;
|
|
996
1005
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
997
|
-
}
|
|
1006
|
+
}
|
|
998
1007
|
.theme-brandCrowd .tw-translate-y-4 {
|
|
999
1008
|
--tw-translate-y: 1rem;
|
|
1000
1009
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1001
|
-
}
|
|
1010
|
+
}
|
|
1002
1011
|
.theme-brandCrowd .tw-scale-0 {
|
|
1003
1012
|
--tw-scale-x: 0;
|
|
1004
1013
|
--tw-scale-y: 0;
|
|
1005
1014
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1006
|
-
}
|
|
1015
|
+
}
|
|
1007
1016
|
.theme-brandCrowd .tw-scale-100 {
|
|
1008
1017
|
--tw-scale-x: 1;
|
|
1009
1018
|
--tw-scale-y: 1;
|
|
1010
1019
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1011
|
-
}
|
|
1020
|
+
}
|
|
1012
1021
|
.theme-brandCrowd .tw-transform {
|
|
1013
1022
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1014
|
-
}
|
|
1023
|
+
}
|
|
1015
1024
|
@keyframes tw-spin {
|
|
1016
1025
|
|
|
1017
1026
|
to {
|
|
1018
1027
|
transform: rotate(360deg);
|
|
1019
1028
|
}
|
|
1020
|
-
}
|
|
1029
|
+
}
|
|
1021
1030
|
.theme-brandCrowd .tw-animate-spin {
|
|
1022
1031
|
animation: tw-spin 1s linear infinite;
|
|
1023
|
-
}
|
|
1032
|
+
}
|
|
1024
1033
|
.\!tw-cursor-not-allowed {
|
|
1025
1034
|
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1035
|
+
}
|
|
1027
1036
|
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1028
1037
|
cursor: not-allowed;
|
|
1029
|
-
}
|
|
1038
|
+
}
|
|
1030
1039
|
.theme-brandCrowd .tw-cursor-pointer {
|
|
1031
1040
|
cursor: pointer;
|
|
1032
|
-
}
|
|
1041
|
+
}
|
|
1033
1042
|
.theme-brandCrowd .tw-cursor-text {
|
|
1034
1043
|
cursor: text;
|
|
1035
|
-
}
|
|
1044
|
+
}
|
|
1036
1045
|
.theme-brandCrowd .tw-cursor-wait {
|
|
1037
1046
|
cursor: wait;
|
|
1038
|
-
}
|
|
1047
|
+
}
|
|
1039
1048
|
.theme-brandCrowd .tw-select-none {
|
|
1040
1049
|
-webkit-user-select: none;
|
|
1041
1050
|
-moz-user-select: none;
|
|
1042
1051
|
user-select: none;
|
|
1043
|
-
}
|
|
1052
|
+
}
|
|
1044
1053
|
.theme-brandCrowd .tw-resize-none {
|
|
1045
1054
|
resize: none;
|
|
1046
|
-
}
|
|
1055
|
+
}
|
|
1047
1056
|
.theme-brandCrowd .tw-list-none {
|
|
1048
1057
|
list-style-type: none;
|
|
1049
|
-
}
|
|
1058
|
+
}
|
|
1050
1059
|
.theme-brandCrowd .tw-appearance-none {
|
|
1051
1060
|
-webkit-appearance: none;
|
|
1052
1061
|
-moz-appearance: none;
|
|
1053
1062
|
appearance: none;
|
|
1054
|
-
}
|
|
1063
|
+
}
|
|
1055
1064
|
.theme-brandCrowd .tw-grid-flow-row {
|
|
1056
1065
|
grid-auto-flow: row;
|
|
1057
|
-
}
|
|
1066
|
+
}
|
|
1058
1067
|
.theme-brandCrowd .tw-auto-rows-max {
|
|
1059
1068
|
grid-auto-rows: max-content;
|
|
1060
|
-
}
|
|
1069
|
+
}
|
|
1061
1070
|
.theme-brandCrowd .tw-grid-cols-1 {
|
|
1062
1071
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1063
|
-
}
|
|
1072
|
+
}
|
|
1064
1073
|
.theme-brandCrowd .tw-grid-cols-3 {
|
|
1065
1074
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1066
|
-
}
|
|
1075
|
+
}
|
|
1067
1076
|
.theme-brandCrowd .tw-grid-cols-4 {
|
|
1068
1077
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1069
|
-
}
|
|
1078
|
+
}
|
|
1070
1079
|
.theme-brandCrowd .tw-flex-row {
|
|
1071
1080
|
flex-direction: row;
|
|
1072
|
-
}
|
|
1081
|
+
}
|
|
1073
1082
|
.theme-brandCrowd .tw-flex-row-reverse {
|
|
1074
1083
|
flex-direction: row-reverse;
|
|
1075
|
-
}
|
|
1084
|
+
}
|
|
1076
1085
|
.theme-brandCrowd .tw-flex-col {
|
|
1077
1086
|
flex-direction: column;
|
|
1078
|
-
}
|
|
1087
|
+
}
|
|
1079
1088
|
.theme-brandCrowd .tw-flex-col-reverse {
|
|
1080
1089
|
flex-direction: column-reverse;
|
|
1081
|
-
}
|
|
1090
|
+
}
|
|
1082
1091
|
.theme-brandCrowd .tw-content-start {
|
|
1083
1092
|
align-content: flex-start;
|
|
1084
|
-
}
|
|
1093
|
+
}
|
|
1085
1094
|
.theme-brandCrowd .tw-items-start {
|
|
1086
1095
|
align-items: flex-start;
|
|
1087
|
-
}
|
|
1096
|
+
}
|
|
1088
1097
|
.theme-brandCrowd .tw-items-end {
|
|
1089
1098
|
align-items: flex-end;
|
|
1090
|
-
}
|
|
1099
|
+
}
|
|
1091
1100
|
.theme-brandCrowd .tw-items-center {
|
|
1092
1101
|
align-items: center;
|
|
1093
|
-
}
|
|
1102
|
+
}
|
|
1094
1103
|
.theme-brandCrowd .tw-items-stretch {
|
|
1095
1104
|
align-items: stretch;
|
|
1096
|
-
}
|
|
1105
|
+
}
|
|
1097
1106
|
.theme-brandCrowd .tw-justify-start {
|
|
1098
1107
|
justify-content: flex-start;
|
|
1099
|
-
}
|
|
1108
|
+
}
|
|
1100
1109
|
.theme-brandCrowd .tw-justify-end {
|
|
1101
1110
|
justify-content: flex-end;
|
|
1102
|
-
}
|
|
1111
|
+
}
|
|
1103
1112
|
.theme-brandCrowd .tw-justify-center {
|
|
1104
1113
|
justify-content: center;
|
|
1105
|
-
}
|
|
1114
|
+
}
|
|
1106
1115
|
.theme-brandCrowd .tw-justify-between {
|
|
1107
1116
|
justify-content: space-between;
|
|
1108
|
-
}
|
|
1117
|
+
}
|
|
1109
1118
|
.theme-brandCrowd .tw-gap-2 {
|
|
1110
1119
|
gap: 0.5rem;
|
|
1111
|
-
}
|
|
1120
|
+
}
|
|
1112
1121
|
.theme-brandCrowd .tw-gap-3 {
|
|
1113
1122
|
gap: 0.75rem;
|
|
1114
|
-
}
|
|
1123
|
+
}
|
|
1115
1124
|
.theme-brandCrowd .tw-gap-4 {
|
|
1116
1125
|
gap: 1rem;
|
|
1117
|
-
}
|
|
1126
|
+
}
|
|
1118
1127
|
.theme-brandCrowd .tw-self-center {
|
|
1119
1128
|
align-self: center;
|
|
1120
|
-
}
|
|
1129
|
+
}
|
|
1121
1130
|
.theme-brandCrowd .tw-overflow-hidden {
|
|
1122
1131
|
overflow: hidden;
|
|
1123
|
-
}
|
|
1132
|
+
}
|
|
1124
1133
|
.theme-brandCrowd .tw-overflow-visible {
|
|
1125
1134
|
overflow: visible;
|
|
1126
|
-
}
|
|
1135
|
+
}
|
|
1127
1136
|
.theme-brandCrowd .tw-overflow-scroll {
|
|
1128
1137
|
overflow: scroll;
|
|
1129
|
-
}
|
|
1138
|
+
}
|
|
1130
1139
|
.theme-brandCrowd .tw-overflow-x-auto {
|
|
1131
1140
|
overflow-x: auto;
|
|
1132
|
-
}
|
|
1141
|
+
}
|
|
1133
1142
|
.theme-brandCrowd .tw-overflow-y-auto {
|
|
1134
1143
|
overflow-y: auto;
|
|
1135
|
-
}
|
|
1144
|
+
}
|
|
1136
1145
|
.theme-brandCrowd .tw-overflow-x-hidden {
|
|
1137
1146
|
overflow-x: hidden;
|
|
1138
|
-
}
|
|
1147
|
+
}
|
|
1139
1148
|
.theme-brandCrowd .tw-overflow-y-hidden {
|
|
1140
1149
|
overflow-y: hidden;
|
|
1141
|
-
}
|
|
1150
|
+
}
|
|
1142
1151
|
.theme-brandCrowd .tw-truncate {
|
|
1143
1152
|
overflow: hidden;
|
|
1144
1153
|
text-overflow: ellipsis;
|
|
1145
1154
|
white-space: nowrap;
|
|
1146
|
-
}
|
|
1155
|
+
}
|
|
1147
1156
|
.theme-brandCrowd .tw-whitespace-nowrap {
|
|
1148
1157
|
white-space: nowrap;
|
|
1149
|
-
}
|
|
1158
|
+
}
|
|
1150
1159
|
.theme-brandCrowd .tw-break-all {
|
|
1151
1160
|
word-break: break-all;
|
|
1152
|
-
}
|
|
1161
|
+
}
|
|
1153
1162
|
.theme-brandCrowd .tw-rounded {
|
|
1154
1163
|
border-radius: 0.25rem;
|
|
1155
|
-
}
|
|
1164
|
+
}
|
|
1156
1165
|
.theme-brandCrowd .tw-rounded-full {
|
|
1157
1166
|
border-radius: 9999px;
|
|
1158
|
-
}
|
|
1167
|
+
}
|
|
1159
1168
|
.theme-brandCrowd .tw-rounded-md {
|
|
1160
1169
|
border-radius: 0.375rem;
|
|
1161
|
-
}
|
|
1170
|
+
}
|
|
1162
1171
|
.theme-brandCrowd .tw-rounded-none {
|
|
1163
1172
|
border-radius: 0px;
|
|
1164
|
-
}
|
|
1173
|
+
}
|
|
1165
1174
|
.theme-brandCrowd .tw-rounded-sm {
|
|
1166
1175
|
border-radius: 0.125rem;
|
|
1167
|
-
}
|
|
1176
|
+
}
|
|
1168
1177
|
.\!tw-rounded-l-none {
|
|
1169
1178
|
border-top-left-radius: 0px !important;
|
|
1170
1179
|
border-bottom-left-radius: 0px !important;
|
|
1171
|
-
}
|
|
1180
|
+
}
|
|
1172
1181
|
.\!tw-rounded-r-none {
|
|
1173
1182
|
border-top-right-radius: 0px !important;
|
|
1174
1183
|
border-bottom-right-radius: 0px !important;
|
|
1175
|
-
}
|
|
1184
|
+
}
|
|
1176
1185
|
.theme-brandCrowd .tw-rounded-b {
|
|
1177
1186
|
border-bottom-right-radius: 0.25rem;
|
|
1178
1187
|
border-bottom-left-radius: 0.25rem;
|
|
1179
|
-
}
|
|
1188
|
+
}
|
|
1180
1189
|
.theme-brandCrowd .tw-rounded-l {
|
|
1181
1190
|
border-top-left-radius: 0.25rem;
|
|
1182
1191
|
border-bottom-left-radius: 0.25rem;
|
|
1183
|
-
}
|
|
1192
|
+
}
|
|
1184
1193
|
.theme-brandCrowd .tw-rounded-l-none {
|
|
1185
1194
|
border-top-left-radius: 0px;
|
|
1186
1195
|
border-bottom-left-radius: 0px;
|
|
1187
|
-
}
|
|
1196
|
+
}
|
|
1188
1197
|
.theme-brandCrowd .tw-rounded-r {
|
|
1189
1198
|
border-top-right-radius: 0.25rem;
|
|
1190
1199
|
border-bottom-right-radius: 0.25rem;
|
|
1191
|
-
}
|
|
1200
|
+
}
|
|
1192
1201
|
.theme-brandCrowd .tw-rounded-r-none {
|
|
1193
1202
|
border-top-right-radius: 0px;
|
|
1194
1203
|
border-bottom-right-radius: 0px;
|
|
1195
|
-
}
|
|
1204
|
+
}
|
|
1196
1205
|
.theme-brandCrowd .tw-border {
|
|
1197
1206
|
border-width: 1px;
|
|
1198
|
-
}
|
|
1207
|
+
}
|
|
1199
1208
|
.theme-brandCrowd .tw-border-0 {
|
|
1200
1209
|
border-width: 0px;
|
|
1201
|
-
}
|
|
1210
|
+
}
|
|
1202
1211
|
.theme-brandCrowd .tw-border-2 {
|
|
1203
1212
|
border-width: 2px;
|
|
1204
|
-
}
|
|
1213
|
+
}
|
|
1205
1214
|
.theme-brandCrowd .tw-border-b-0 {
|
|
1206
1215
|
border-bottom-width: 0px;
|
|
1207
|
-
}
|
|
1216
|
+
}
|
|
1208
1217
|
.theme-brandCrowd .tw-border-b-2 {
|
|
1209
1218
|
border-bottom-width: 2px;
|
|
1210
|
-
}
|
|
1219
|
+
}
|
|
1211
1220
|
.theme-brandCrowd .tw-border-b-4 {
|
|
1212
1221
|
border-bottom-width: 4px;
|
|
1213
|
-
}
|
|
1222
|
+
}
|
|
1214
1223
|
.theme-brandCrowd .tw-border-l {
|
|
1215
1224
|
border-left-width: 1px;
|
|
1216
|
-
}
|
|
1225
|
+
}
|
|
1217
1226
|
.theme-brandCrowd .tw-border-l-0 {
|
|
1218
1227
|
border-left-width: 0px;
|
|
1219
|
-
}
|
|
1228
|
+
}
|
|
1220
1229
|
.theme-brandCrowd .tw-border-r {
|
|
1221
1230
|
border-right-width: 1px;
|
|
1222
|
-
}
|
|
1231
|
+
}
|
|
1223
1232
|
.theme-brandCrowd .tw-border-r-0 {
|
|
1224
1233
|
border-right-width: 0px;
|
|
1225
|
-
}
|
|
1234
|
+
}
|
|
1226
1235
|
.theme-brandCrowd .tw-border-t {
|
|
1227
1236
|
border-top-width: 1px;
|
|
1228
|
-
}
|
|
1237
|
+
}
|
|
1229
1238
|
.theme-brandCrowd .tw-border-t-0 {
|
|
1230
1239
|
border-top-width: 0px;
|
|
1231
|
-
}
|
|
1240
|
+
}
|
|
1232
1241
|
.theme-brandCrowd .tw-border-t-2 {
|
|
1233
1242
|
border-top-width: 2px;
|
|
1234
|
-
}
|
|
1243
|
+
}
|
|
1235
1244
|
.theme-brandCrowd .tw-border-solid {
|
|
1236
1245
|
border-style: solid;
|
|
1237
|
-
}
|
|
1246
|
+
}
|
|
1238
1247
|
.theme-brandCrowd .tw-border-dashed {
|
|
1239
1248
|
border-style: dashed;
|
|
1240
|
-
}
|
|
1249
|
+
}
|
|
1241
1250
|
.theme-brandCrowd .tw-border-none {
|
|
1242
1251
|
border-style: none;
|
|
1243
|
-
}
|
|
1252
|
+
}
|
|
1244
1253
|
.theme-brandCrowd .tw-border-black\/10 {
|
|
1245
1254
|
border-color: rgb(0 0 0 / 0.1);
|
|
1246
|
-
}
|
|
1255
|
+
}
|
|
1247
1256
|
.theme-brandCrowd .tw-border-error-500 {
|
|
1248
1257
|
--tw-border-opacity: 1;
|
|
1249
1258
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1250
|
-
}
|
|
1259
|
+
}
|
|
1251
1260
|
.theme-brandCrowd .tw-border-error-600 {
|
|
1252
1261
|
--tw-border-opacity: 1;
|
|
1253
1262
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1254
|
-
}
|
|
1263
|
+
}
|
|
1255
1264
|
.theme-brandCrowd .tw-border-grayscale-100 {
|
|
1256
1265
|
--tw-border-opacity: 1;
|
|
1257
1266
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1258
|
-
}
|
|
1267
|
+
}
|
|
1259
1268
|
.theme-brandCrowd .tw-border-grayscale-300 {
|
|
1260
1269
|
--tw-border-opacity: 1;
|
|
1261
1270
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
1262
|
-
}
|
|
1271
|
+
}
|
|
1263
1272
|
.theme-brandCrowd .tw-border-grayscale-400 {
|
|
1264
1273
|
--tw-border-opacity: 1;
|
|
1265
1274
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1266
|
-
}
|
|
1275
|
+
}
|
|
1267
1276
|
.theme-brandCrowd .tw-border-grayscale-500 {
|
|
1268
1277
|
--tw-border-opacity: 1;
|
|
1269
1278
|
border-color: rgb(208 208 208 / var(--tw-border-opacity));
|
|
1270
|
-
}
|
|
1279
|
+
}
|
|
1271
1280
|
.theme-brandCrowd .tw-border-grayscale-600 {
|
|
1272
1281
|
--tw-border-opacity: 1;
|
|
1273
1282
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
1274
|
-
}
|
|
1283
|
+
}
|
|
1275
1284
|
.theme-brandCrowd .tw-border-info-300 {
|
|
1276
1285
|
--tw-border-opacity: 1;
|
|
1277
1286
|
border-color: rgb(102 193 231 / var(--tw-border-opacity));
|
|
1278
|
-
}
|
|
1287
|
+
}
|
|
1279
1288
|
.theme-brandCrowd .tw-border-info-500 {
|
|
1280
1289
|
--tw-border-opacity: 1;
|
|
1281
1290
|
border-color: rgb(0 151 215 / var(--tw-border-opacity));
|
|
1282
|
-
}
|
|
1291
|
+
}
|
|
1283
1292
|
.theme-brandCrowd .tw-border-primary-300 {
|
|
1284
1293
|
--tw-border-opacity: 1;
|
|
1285
1294
|
border-color: rgb(247 118 140 / var(--tw-border-opacity));
|
|
1286
|
-
}
|
|
1295
|
+
}
|
|
1287
1296
|
.theme-brandCrowd .tw-border-primary-400 {
|
|
1288
1297
|
--tw-border-opacity: 1;
|
|
1289
1298
|
border-color: rgb(245 73 101 / var(--tw-border-opacity));
|
|
1290
|
-
}
|
|
1299
|
+
}
|
|
1291
1300
|
.theme-brandCrowd .tw-border-primary-500 {
|
|
1292
1301
|
--tw-border-opacity: 1;
|
|
1293
1302
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1294
|
-
}
|
|
1303
|
+
}
|
|
1295
1304
|
.theme-brandCrowd .tw-border-primary-600 {
|
|
1296
1305
|
--tw-border-opacity: 1;
|
|
1297
1306
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1298
|
-
}
|
|
1307
|
+
}
|
|
1299
1308
|
.theme-brandCrowd .tw-border-secondary-200 {
|
|
1300
1309
|
--tw-border-opacity: 1;
|
|
1301
1310
|
border-color: rgb(189 189 189 / var(--tw-border-opacity));
|
|
1302
|
-
}
|
|
1311
|
+
}
|
|
1303
1312
|
.theme-brandCrowd .tw-border-secondary-300 {
|
|
1304
1313
|
--tw-border-opacity: 1;
|
|
1305
1314
|
border-color: rgb(155 155 155 / var(--tw-border-opacity));
|
|
1306
|
-
}
|
|
1315
|
+
}
|
|
1307
1316
|
.theme-brandCrowd .tw-border-secondary-500 {
|
|
1308
1317
|
--tw-border-opacity: 1;
|
|
1309
1318
|
border-color: rgb(89 89 89 / var(--tw-border-opacity));
|
|
1310
|
-
}
|
|
1319
|
+
}
|
|
1311
1320
|
.theme-brandCrowd .tw-border-success-400 {
|
|
1312
1321
|
--tw-border-opacity: 1;
|
|
1313
1322
|
border-color: rgb(80 185 64 / var(--tw-border-opacity));
|
|
1314
|
-
}
|
|
1323
|
+
}
|
|
1315
1324
|
.theme-brandCrowd .tw-border-success-500 {
|
|
1316
1325
|
--tw-border-opacity: 1;
|
|
1317
1326
|
border-color: rgb(36 168 16 / var(--tw-border-opacity));
|
|
1318
|
-
}
|
|
1327
|
+
}
|
|
1319
1328
|
.theme-brandCrowd .tw-border-success-600 {
|
|
1320
1329
|
--tw-border-opacity: 1;
|
|
1321
1330
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
1322
|
-
}
|
|
1331
|
+
}
|
|
1323
1332
|
.theme-brandCrowd .tw-border-warning-300 {
|
|
1324
1333
|
--tw-border-opacity: 1;
|
|
1325
1334
|
border-color: rgb(248 207 128 / var(--tw-border-opacity));
|
|
1326
|
-
}
|
|
1335
|
+
}
|
|
1327
1336
|
.theme-brandCrowd .tw-border-warning-500 {
|
|
1328
1337
|
--tw-border-opacity: 1;
|
|
1329
1338
|
border-color: rgb(243 175 43 / var(--tw-border-opacity));
|
|
1330
|
-
}
|
|
1339
|
+
}
|
|
1331
1340
|
.theme-brandCrowd .tw-border-warning-600 {
|
|
1332
1341
|
--tw-border-opacity: 1;
|
|
1333
1342
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
1334
|
-
}
|
|
1343
|
+
}
|
|
1335
1344
|
.theme-brandCrowd .tw-border-white {
|
|
1336
1345
|
--tw-border-opacity: 1;
|
|
1337
1346
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1338
|
-
}
|
|
1347
|
+
}
|
|
1339
1348
|
.theme-brandCrowd .tw-bg-black {
|
|
1340
1349
|
--tw-bg-opacity: 1;
|
|
1341
1350
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1342
|
-
}
|
|
1351
|
+
}
|
|
1343
1352
|
.theme-brandCrowd .tw-bg-error-100 {
|
|
1344
1353
|
--tw-bg-opacity: 1;
|
|
1345
1354
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
1346
|
-
}
|
|
1355
|
+
}
|
|
1347
1356
|
.theme-brandCrowd .tw-bg-error-500 {
|
|
1348
1357
|
--tw-bg-opacity: 1;
|
|
1349
1358
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1350
|
-
}
|
|
1359
|
+
}
|
|
1351
1360
|
.theme-brandCrowd .tw-bg-grayscale-100 {
|
|
1352
1361
|
--tw-bg-opacity: 1;
|
|
1353
1362
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1354
|
-
}
|
|
1363
|
+
}
|
|
1355
1364
|
.theme-brandCrowd .tw-bg-grayscale-200 {
|
|
1356
1365
|
--tw-bg-opacity: 1;
|
|
1357
1366
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
1358
|
-
}
|
|
1367
|
+
}
|
|
1359
1368
|
.theme-brandCrowd .tw-bg-grayscale-300 {
|
|
1360
1369
|
--tw-bg-opacity: 1;
|
|
1361
1370
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
1362
|
-
}
|
|
1371
|
+
}
|
|
1363
1372
|
.theme-brandCrowd .tw-bg-grayscale-400 {
|
|
1364
1373
|
--tw-bg-opacity: 1;
|
|
1365
1374
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1366
|
-
}
|
|
1375
|
+
}
|
|
1367
1376
|
.theme-brandCrowd .tw-bg-grayscale-500 {
|
|
1368
1377
|
--tw-bg-opacity: 1;
|
|
1369
1378
|
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
1370
|
-
}
|
|
1379
|
+
}
|
|
1371
1380
|
.theme-brandCrowd .tw-bg-info-100 {
|
|
1372
1381
|
--tw-bg-opacity: 1;
|
|
1373
1382
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
1374
|
-
}
|
|
1383
|
+
}
|
|
1375
1384
|
.theme-brandCrowd .tw-bg-info-300 {
|
|
1376
1385
|
--tw-bg-opacity: 1;
|
|
1377
1386
|
background-color: rgb(102 193 231 / var(--tw-bg-opacity));
|
|
1378
|
-
}
|
|
1387
|
+
}
|
|
1379
1388
|
.theme-brandCrowd .tw-bg-info-400 {
|
|
1380
1389
|
--tw-bg-opacity: 1;
|
|
1381
1390
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
1382
|
-
}
|
|
1391
|
+
}
|
|
1383
1392
|
.theme-brandCrowd .tw-bg-info-500 {
|
|
1384
1393
|
--tw-bg-opacity: 1;
|
|
1385
1394
|
background-color: rgb(0 151 215 / var(--tw-bg-opacity));
|
|
1386
|
-
}
|
|
1395
|
+
}
|
|
1387
1396
|
.theme-brandCrowd .tw-bg-info-600 {
|
|
1388
1397
|
--tw-bg-opacity: 1;
|
|
1389
1398
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
1390
|
-
}
|
|
1399
|
+
}
|
|
1391
1400
|
.theme-brandCrowd .tw-bg-primary-300 {
|
|
1392
1401
|
--tw-bg-opacity: 1;
|
|
1393
1402
|
background-color: rgb(247 118 140 / var(--tw-bg-opacity));
|
|
1394
|
-
}
|
|
1403
|
+
}
|
|
1395
1404
|
.theme-brandCrowd .tw-bg-primary-400 {
|
|
1396
1405
|
--tw-bg-opacity: 1;
|
|
1397
1406
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
1398
|
-
}
|
|
1407
|
+
}
|
|
1399
1408
|
.theme-brandCrowd .tw-bg-primary-500 {
|
|
1400
1409
|
--tw-bg-opacity: 1;
|
|
1401
1410
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1402
|
-
}
|
|
1411
|
+
}
|
|
1403
1412
|
.theme-brandCrowd .tw-bg-primary-600 {
|
|
1404
1413
|
--tw-bg-opacity: 1;
|
|
1405
1414
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
1406
|
-
}
|
|
1415
|
+
}
|
|
1407
1416
|
.theme-brandCrowd .tw-bg-secondary-100 {
|
|
1408
1417
|
--tw-bg-opacity: 1;
|
|
1409
1418
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
1410
|
-
}
|
|
1419
|
+
}
|
|
1411
1420
|
.theme-brandCrowd .tw-bg-secondary-300 {
|
|
1412
1421
|
--tw-bg-opacity: 1;
|
|
1413
1422
|
background-color: rgb(155 155 155 / var(--tw-bg-opacity));
|
|
1414
|
-
}
|
|
1423
|
+
}
|
|
1415
1424
|
.theme-brandCrowd .tw-bg-secondary-500 {
|
|
1416
1425
|
--tw-bg-opacity: 1;
|
|
1417
1426
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
1418
|
-
}
|
|
1427
|
+
}
|
|
1419
1428
|
.theme-brandCrowd .tw-bg-success-100 {
|
|
1420
1429
|
--tw-bg-opacity: 1;
|
|
1421
1430
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
1422
|
-
}
|
|
1431
|
+
}
|
|
1423
1432
|
.theme-brandCrowd .tw-bg-success-400 {
|
|
1424
1433
|
--tw-bg-opacity: 1;
|
|
1425
1434
|
background-color: rgb(80 185 64 / var(--tw-bg-opacity));
|
|
1426
|
-
}
|
|
1435
|
+
}
|
|
1427
1436
|
.theme-brandCrowd .tw-bg-success-500 {
|
|
1428
1437
|
--tw-bg-opacity: 1;
|
|
1429
1438
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
1430
|
-
}
|
|
1439
|
+
}
|
|
1431
1440
|
.theme-brandCrowd .tw-bg-transparent {
|
|
1432
1441
|
background-color: transparent;
|
|
1433
|
-
}
|
|
1442
|
+
}
|
|
1434
1443
|
.theme-brandCrowd .tw-bg-warning-100 {
|
|
1435
1444
|
--tw-bg-opacity: 1;
|
|
1436
1445
|
background-color: rgb(253 239 213 / var(--tw-bg-opacity));
|
|
1437
|
-
}
|
|
1446
|
+
}
|
|
1438
1447
|
.theme-brandCrowd .tw-bg-warning-300 {
|
|
1439
1448
|
--tw-bg-opacity: 1;
|
|
1440
1449
|
background-color: rgb(248 207 128 / var(--tw-bg-opacity));
|
|
1441
|
-
}
|
|
1450
|
+
}
|
|
1442
1451
|
.theme-brandCrowd .tw-bg-warning-500 {
|
|
1443
1452
|
--tw-bg-opacity: 1;
|
|
1444
1453
|
background-color: rgb(243 175 43 / var(--tw-bg-opacity));
|
|
1445
|
-
}
|
|
1454
|
+
}
|
|
1446
1455
|
.theme-brandCrowd .tw-bg-warning-600 {
|
|
1447
1456
|
--tw-bg-opacity: 1;
|
|
1448
1457
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
1449
|
-
}
|
|
1458
|
+
}
|
|
1450
1459
|
.theme-brandCrowd .tw-bg-white {
|
|
1451
1460
|
--tw-bg-opacity: 1;
|
|
1452
1461
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1453
|
-
}
|
|
1462
|
+
}
|
|
1454
1463
|
.theme-brandCrowd .tw-bg-opacity-75 {
|
|
1455
1464
|
--tw-bg-opacity: 0.75;
|
|
1456
|
-
}
|
|
1465
|
+
}
|
|
1457
1466
|
.theme-brandCrowd .tw-bg-opacity-80 {
|
|
1458
1467
|
--tw-bg-opacity: 0.8;
|
|
1459
|
-
}
|
|
1468
|
+
}
|
|
1460
1469
|
.theme-brandCrowd .tw-bg-gradient-to-t {
|
|
1461
1470
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1471
|
+
}
|
|
1463
1472
|
.theme-brandCrowd .tw-from-\[\#d946ef\] {
|
|
1464
1473
|
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
1474
|
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
1475
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1476
|
+
}
|
|
1468
1477
|
.theme-brandCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
1478
|
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1479
|
+
}
|
|
1471
1480
|
.theme-brandCrowd .tw-bg-no-repeat {
|
|
1472
1481
|
background-repeat: no-repeat;
|
|
1473
|
-
}
|
|
1482
|
+
}
|
|
1474
1483
|
.theme-brandCrowd .tw-fill-current {
|
|
1475
1484
|
fill: currentColor;
|
|
1476
|
-
}
|
|
1485
|
+
}
|
|
1477
1486
|
.theme-brandCrowd .tw-object-contain {
|
|
1478
1487
|
-o-object-fit: contain;
|
|
1479
1488
|
object-fit: contain;
|
|
1480
|
-
}
|
|
1489
|
+
}
|
|
1481
1490
|
.theme-brandCrowd .tw-object-cover {
|
|
1482
1491
|
-o-object-fit: cover;
|
|
1483
1492
|
object-fit: cover;
|
|
1484
|
-
}
|
|
1493
|
+
}
|
|
1485
1494
|
.theme-brandCrowd .tw-object-top {
|
|
1486
1495
|
-o-object-position: top;
|
|
1487
1496
|
object-position: top;
|
|
1488
|
-
}
|
|
1497
|
+
}
|
|
1489
1498
|
.\!tw-p-0 {
|
|
1490
1499
|
padding: 0px !important;
|
|
1491
|
-
}
|
|
1500
|
+
}
|
|
1492
1501
|
.\!tw-p-0\.5 {
|
|
1493
1502
|
padding: 0.125rem !important;
|
|
1494
|
-
}
|
|
1503
|
+
}
|
|
1495
1504
|
.\!tw-p-1 {
|
|
1496
1505
|
padding: 0.25rem !important;
|
|
1497
|
-
}
|
|
1506
|
+
}
|
|
1498
1507
|
.\!tw-p-1\.5 {
|
|
1499
1508
|
padding: 0.375rem !important;
|
|
1500
|
-
}
|
|
1509
|
+
}
|
|
1501
1510
|
.\!tw-p-10 {
|
|
1502
1511
|
padding: 2.5rem !important;
|
|
1503
|
-
}
|
|
1512
|
+
}
|
|
1504
1513
|
.\!tw-p-11 {
|
|
1505
1514
|
padding: 2.75rem !important;
|
|
1506
|
-
}
|
|
1515
|
+
}
|
|
1507
1516
|
.\!tw-p-12 {
|
|
1508
1517
|
padding: 3rem !important;
|
|
1509
|
-
}
|
|
1518
|
+
}
|
|
1510
1519
|
.\!tw-p-14 {
|
|
1511
1520
|
padding: 3.5rem !important;
|
|
1512
|
-
}
|
|
1521
|
+
}
|
|
1513
1522
|
.\!tw-p-16 {
|
|
1514
1523
|
padding: 4rem !important;
|
|
1515
|
-
}
|
|
1524
|
+
}
|
|
1516
1525
|
.\!tw-p-2 {
|
|
1517
1526
|
padding: 0.5rem !important;
|
|
1518
|
-
}
|
|
1527
|
+
}
|
|
1519
1528
|
.\!tw-p-2\.5 {
|
|
1520
1529
|
padding: 0.625rem !important;
|
|
1521
|
-
}
|
|
1530
|
+
}
|
|
1522
1531
|
.\!tw-p-20 {
|
|
1523
1532
|
padding: 5rem !important;
|
|
1524
|
-
}
|
|
1533
|
+
}
|
|
1525
1534
|
.\!tw-p-24 {
|
|
1526
1535
|
padding: 6rem !important;
|
|
1527
|
-
}
|
|
1536
|
+
}
|
|
1528
1537
|
.\!tw-p-28 {
|
|
1529
1538
|
padding: 7rem !important;
|
|
1530
|
-
}
|
|
1539
|
+
}
|
|
1531
1540
|
.\!tw-p-3 {
|
|
1532
1541
|
padding: 0.75rem !important;
|
|
1533
|
-
}
|
|
1542
|
+
}
|
|
1534
1543
|
.\!tw-p-3\.5 {
|
|
1535
1544
|
padding: 0.875rem !important;
|
|
1536
|
-
}
|
|
1545
|
+
}
|
|
1537
1546
|
.\!tw-p-32 {
|
|
1538
1547
|
padding: 8rem !important;
|
|
1539
|
-
}
|
|
1548
|
+
}
|
|
1540
1549
|
.\!tw-p-36 {
|
|
1541
1550
|
padding: 9rem !important;
|
|
1542
|
-
}
|
|
1551
|
+
}
|
|
1543
1552
|
.\!tw-p-4 {
|
|
1544
1553
|
padding: 1rem !important;
|
|
1545
|
-
}
|
|
1554
|
+
}
|
|
1546
1555
|
.\!tw-p-40 {
|
|
1547
1556
|
padding: 10rem !important;
|
|
1548
|
-
}
|
|
1557
|
+
}
|
|
1549
1558
|
.\!tw-p-44 {
|
|
1550
1559
|
padding: 11rem !important;
|
|
1551
|
-
}
|
|
1560
|
+
}
|
|
1552
1561
|
.\!tw-p-48 {
|
|
1553
1562
|
padding: 12rem !important;
|
|
1554
|
-
}
|
|
1563
|
+
}
|
|
1555
1564
|
.\!tw-p-5 {
|
|
1556
1565
|
padding: 1.25rem !important;
|
|
1557
|
-
}
|
|
1566
|
+
}
|
|
1558
1567
|
.\!tw-p-52 {
|
|
1559
1568
|
padding: 13rem !important;
|
|
1560
|
-
}
|
|
1569
|
+
}
|
|
1561
1570
|
.\!tw-p-56 {
|
|
1562
1571
|
padding: 14rem !important;
|
|
1563
|
-
}
|
|
1572
|
+
}
|
|
1564
1573
|
.\!tw-p-6 {
|
|
1565
1574
|
padding: 1.5rem !important;
|
|
1566
|
-
}
|
|
1575
|
+
}
|
|
1567
1576
|
.\!tw-p-60 {
|
|
1568
1577
|
padding: 15rem !important;
|
|
1569
|
-
}
|
|
1578
|
+
}
|
|
1570
1579
|
.\!tw-p-64 {
|
|
1571
1580
|
padding: 16rem !important;
|
|
1572
|
-
}
|
|
1581
|
+
}
|
|
1573
1582
|
.\!tw-p-7 {
|
|
1574
1583
|
padding: 1.75rem !important;
|
|
1575
|
-
}
|
|
1584
|
+
}
|
|
1576
1585
|
.\!tw-p-72 {
|
|
1577
1586
|
padding: 18rem !important;
|
|
1578
|
-
}
|
|
1587
|
+
}
|
|
1579
1588
|
.\!tw-p-8 {
|
|
1580
1589
|
padding: 2rem !important;
|
|
1581
|
-
}
|
|
1590
|
+
}
|
|
1582
1591
|
.\!tw-p-80 {
|
|
1583
1592
|
padding: 20rem !important;
|
|
1584
|
-
}
|
|
1593
|
+
}
|
|
1585
1594
|
.\!tw-p-9 {
|
|
1586
1595
|
padding: 2.25rem !important;
|
|
1587
|
-
}
|
|
1596
|
+
}
|
|
1588
1597
|
.\!tw-p-96 {
|
|
1589
1598
|
padding: 24rem !important;
|
|
1590
|
-
}
|
|
1599
|
+
}
|
|
1591
1600
|
.\!tw-p-px {
|
|
1592
1601
|
padding: 1px !important;
|
|
1593
|
-
}
|
|
1602
|
+
}
|
|
1594
1603
|
.theme-brandCrowd .tw-p-0 {
|
|
1595
1604
|
padding: 0px;
|
|
1596
|
-
}
|
|
1605
|
+
}
|
|
1597
1606
|
.theme-brandCrowd .tw-p-1 {
|
|
1598
1607
|
padding: 0.25rem;
|
|
1599
|
-
}
|
|
1608
|
+
}
|
|
1600
1609
|
.theme-brandCrowd .tw-p-2 {
|
|
1601
1610
|
padding: 0.5rem;
|
|
1602
|
-
}
|
|
1611
|
+
}
|
|
1603
1612
|
.theme-brandCrowd .tw-p-3 {
|
|
1604
1613
|
padding: 0.75rem;
|
|
1605
|
-
}
|
|
1614
|
+
}
|
|
1606
1615
|
.theme-brandCrowd .tw-p-4 {
|
|
1607
1616
|
padding: 1rem;
|
|
1608
|
-
}
|
|
1617
|
+
}
|
|
1618
|
+
.theme-brandCrowd .tw-p-5 {
|
|
1619
|
+
padding: 1.25rem;
|
|
1620
|
+
}
|
|
1609
1621
|
.theme-brandCrowd .tw-p-6 {
|
|
1610
1622
|
padding: 1.5rem;
|
|
1611
|
-
}
|
|
1623
|
+
}
|
|
1612
1624
|
.theme-brandCrowd .tw-p-8 {
|
|
1613
1625
|
padding: 2rem;
|
|
1614
|
-
}
|
|
1626
|
+
}
|
|
1615
1627
|
.theme-brandCrowd .tw-px-0 {
|
|
1616
1628
|
padding-left: 0px;
|
|
1617
1629
|
padding-right: 0px;
|
|
1618
|
-
}
|
|
1630
|
+
}
|
|
1619
1631
|
.theme-brandCrowd .tw-px-0\.5 {
|
|
1620
1632
|
padding-left: 0.125rem;
|
|
1621
1633
|
padding-right: 0.125rem;
|
|
1622
|
-
}
|
|
1634
|
+
}
|
|
1623
1635
|
.theme-brandCrowd .tw-px-2 {
|
|
1624
1636
|
padding-left: 0.5rem;
|
|
1625
1637
|
padding-right: 0.5rem;
|
|
1626
|
-
}
|
|
1638
|
+
}
|
|
1627
1639
|
.theme-brandCrowd .tw-px-20 {
|
|
1628
1640
|
padding-left: 5rem;
|
|
1629
1641
|
padding-right: 5rem;
|
|
1630
|
-
}
|
|
1642
|
+
}
|
|
1631
1643
|
.theme-brandCrowd .tw-px-3 {
|
|
1632
1644
|
padding-left: 0.75rem;
|
|
1633
1645
|
padding-right: 0.75rem;
|
|
1634
|
-
}
|
|
1646
|
+
}
|
|
1635
1647
|
.theme-brandCrowd .tw-px-4 {
|
|
1636
1648
|
padding-left: 1rem;
|
|
1637
1649
|
padding-right: 1rem;
|
|
1638
|
-
}
|
|
1650
|
+
}
|
|
1639
1651
|
.theme-brandCrowd .tw-px-5 {
|
|
1640
1652
|
padding-left: 1.25rem;
|
|
1641
1653
|
padding-right: 1.25rem;
|
|
1642
|
-
}
|
|
1654
|
+
}
|
|
1643
1655
|
.theme-brandCrowd .tw-px-6 {
|
|
1644
1656
|
padding-left: 1.5rem;
|
|
1645
1657
|
padding-right: 1.5rem;
|
|
1646
|
-
}
|
|
1658
|
+
}
|
|
1647
1659
|
.theme-brandCrowd .tw-px-8 {
|
|
1648
1660
|
padding-left: 2rem;
|
|
1649
1661
|
padding-right: 2rem;
|
|
1650
|
-
}
|
|
1662
|
+
}
|
|
1651
1663
|
.theme-brandCrowd .tw-px-px {
|
|
1652
1664
|
padding-left: 1px;
|
|
1653
1665
|
padding-right: 1px;
|
|
1654
|
-
}
|
|
1666
|
+
}
|
|
1655
1667
|
.theme-brandCrowd .tw-py-0 {
|
|
1656
1668
|
padding-top: 0px;
|
|
1657
1669
|
padding-bottom: 0px;
|
|
1658
|
-
}
|
|
1670
|
+
}
|
|
1659
1671
|
.theme-brandCrowd .tw-py-0\.5 {
|
|
1660
1672
|
padding-top: 0.125rem;
|
|
1661
1673
|
padding-bottom: 0.125rem;
|
|
1662
|
-
}
|
|
1674
|
+
}
|
|
1663
1675
|
.theme-brandCrowd .tw-py-1 {
|
|
1664
1676
|
padding-top: 0.25rem;
|
|
1665
1677
|
padding-bottom: 0.25rem;
|
|
1666
|
-
}
|
|
1678
|
+
}
|
|
1667
1679
|
.theme-brandCrowd .tw-py-1\.5 {
|
|
1668
1680
|
padding-top: 0.375rem;
|
|
1669
1681
|
padding-bottom: 0.375rem;
|
|
1670
|
-
}
|
|
1682
|
+
}
|
|
1671
1683
|
.theme-brandCrowd .tw-py-10 {
|
|
1672
1684
|
padding-top: 2.5rem;
|
|
1673
1685
|
padding-bottom: 2.5rem;
|
|
1674
|
-
}
|
|
1686
|
+
}
|
|
1675
1687
|
.theme-brandCrowd .tw-py-2 {
|
|
1676
1688
|
padding-top: 0.5rem;
|
|
1677
1689
|
padding-bottom: 0.5rem;
|
|
1678
|
-
}
|
|
1690
|
+
}
|
|
1679
1691
|
.theme-brandCrowd .tw-py-3 {
|
|
1680
1692
|
padding-top: 0.75rem;
|
|
1681
1693
|
padding-bottom: 0.75rem;
|
|
1682
|
-
}
|
|
1694
|
+
}
|
|
1683
1695
|
.theme-brandCrowd .tw-py-3\.5 {
|
|
1684
1696
|
padding-top: 0.875rem;
|
|
1685
1697
|
padding-bottom: 0.875rem;
|
|
1686
|
-
}
|
|
1698
|
+
}
|
|
1687
1699
|
.theme-brandCrowd .tw-py-4 {
|
|
1688
1700
|
padding-top: 1rem;
|
|
1689
1701
|
padding-bottom: 1rem;
|
|
1690
|
-
}
|
|
1702
|
+
}
|
|
1691
1703
|
.theme-brandCrowd .tw-py-5 {
|
|
1692
1704
|
padding-top: 1.25rem;
|
|
1693
1705
|
padding-bottom: 1.25rem;
|
|
1694
|
-
}
|
|
1706
|
+
}
|
|
1695
1707
|
.theme-brandCrowd .tw-py-8 {
|
|
1696
1708
|
padding-top: 2rem;
|
|
1697
1709
|
padding-bottom: 2rem;
|
|
1698
|
-
}
|
|
1710
|
+
}
|
|
1699
1711
|
.theme-brandCrowd .tw-pb-0 {
|
|
1700
1712
|
padding-bottom: 0px;
|
|
1701
|
-
}
|
|
1713
|
+
}
|
|
1702
1714
|
.theme-brandCrowd .tw-pb-16 {
|
|
1703
1715
|
padding-bottom: 4rem;
|
|
1704
|
-
}
|
|
1716
|
+
}
|
|
1705
1717
|
.theme-brandCrowd .tw-pb-24 {
|
|
1706
1718
|
padding-bottom: 6rem;
|
|
1707
|
-
}
|
|
1719
|
+
}
|
|
1708
1720
|
.theme-brandCrowd .tw-pb-8 {
|
|
1709
1721
|
padding-bottom: 2rem;
|
|
1710
|
-
}
|
|
1722
|
+
}
|
|
1711
1723
|
.theme-brandCrowd .tw-pl-0 {
|
|
1712
1724
|
padding-left: 0px;
|
|
1713
|
-
}
|
|
1725
|
+
}
|
|
1714
1726
|
.theme-brandCrowd .tw-pl-12 {
|
|
1715
1727
|
padding-left: 3rem;
|
|
1716
|
-
}
|
|
1728
|
+
}
|
|
1717
1729
|
.theme-brandCrowd .tw-pl-3 {
|
|
1718
1730
|
padding-left: 0.75rem;
|
|
1719
|
-
}
|
|
1731
|
+
}
|
|
1720
1732
|
.theme-brandCrowd .tw-pl-8 {
|
|
1721
1733
|
padding-left: 2rem;
|
|
1722
|
-
}
|
|
1734
|
+
}
|
|
1723
1735
|
.theme-brandCrowd .tw-pr-12 {
|
|
1724
1736
|
padding-right: 3rem;
|
|
1725
|
-
}
|
|
1737
|
+
}
|
|
1726
1738
|
.theme-brandCrowd .tw-pr-2 {
|
|
1727
1739
|
padding-right: 0.5rem;
|
|
1728
|
-
}
|
|
1740
|
+
}
|
|
1729
1741
|
.theme-brandCrowd .tw-pr-4 {
|
|
1730
1742
|
padding-right: 1rem;
|
|
1731
|
-
}
|
|
1743
|
+
}
|
|
1732
1744
|
.theme-brandCrowd .tw-pr-6 {
|
|
1733
1745
|
padding-right: 1.5rem;
|
|
1734
|
-
}
|
|
1746
|
+
}
|
|
1735
1747
|
.theme-brandCrowd .tw-pt-1 {
|
|
1736
1748
|
padding-top: 0.25rem;
|
|
1737
|
-
}
|
|
1749
|
+
}
|
|
1738
1750
|
.theme-brandCrowd .tw-pt-12 {
|
|
1739
1751
|
padding-top: 3rem;
|
|
1740
|
-
}
|
|
1752
|
+
}
|
|
1741
1753
|
.theme-brandCrowd .tw-pt-2 {
|
|
1742
1754
|
padding-top: 0.5rem;
|
|
1743
|
-
}
|
|
1755
|
+
}
|
|
1756
|
+
.theme-brandCrowd .tw-pt-4 {
|
|
1757
|
+
padding-top: 1rem;
|
|
1758
|
+
}
|
|
1744
1759
|
.theme-brandCrowd .tw-pt-6 {
|
|
1745
1760
|
padding-top: 1.5rem;
|
|
1746
|
-
}
|
|
1761
|
+
}
|
|
1747
1762
|
.theme-brandCrowd .tw-text-left {
|
|
1748
1763
|
text-align: left;
|
|
1749
|
-
}
|
|
1764
|
+
}
|
|
1750
1765
|
.theme-brandCrowd .tw-text-center {
|
|
1751
1766
|
text-align: center;
|
|
1752
|
-
}
|
|
1767
|
+
}
|
|
1753
1768
|
.theme-brandCrowd .tw-align-top {
|
|
1754
1769
|
vertical-align: top;
|
|
1755
|
-
}
|
|
1770
|
+
}
|
|
1756
1771
|
.theme-brandCrowd .tw-align-middle {
|
|
1757
1772
|
vertical-align: middle;
|
|
1758
|
-
}
|
|
1773
|
+
}
|
|
1759
1774
|
.theme-brandCrowd .tw-font-sans {
|
|
1760
1775
|
font-family: Lato, Helvetica, sans-serif;
|
|
1761
|
-
}
|
|
1776
|
+
}
|
|
1762
1777
|
.theme-brandCrowd .tw-text-2xl {
|
|
1763
1778
|
font-size: 1.5rem;
|
|
1764
1779
|
line-height: 2rem;
|
|
1765
|
-
}
|
|
1780
|
+
}
|
|
1766
1781
|
.theme-brandCrowd .tw-text-4xl {
|
|
1767
1782
|
font-size: 2.25rem;
|
|
1768
1783
|
line-height: 2.5rem;
|
|
1769
|
-
}
|
|
1784
|
+
}
|
|
1770
1785
|
.theme-brandCrowd .tw-text-base {
|
|
1771
1786
|
font-size: 1rem;
|
|
1772
1787
|
line-height: 1.5rem;
|
|
1773
|
-
}
|
|
1788
|
+
}
|
|
1774
1789
|
.theme-brandCrowd .tw-text-lg {
|
|
1775
1790
|
font-size: 1.125rem;
|
|
1776
1791
|
line-height: 1.75rem;
|
|
1777
|
-
}
|
|
1792
|
+
}
|
|
1778
1793
|
.theme-brandCrowd .tw-text-sm {
|
|
1779
1794
|
font-size: 0.875rem;
|
|
1780
1795
|
line-height: 1.25rem;
|
|
1781
|
-
}
|
|
1796
|
+
}
|
|
1782
1797
|
.theme-brandCrowd .tw-text-xs {
|
|
1783
1798
|
font-size: 0.75rem;
|
|
1784
1799
|
line-height: 1rem;
|
|
1785
|
-
}
|
|
1800
|
+
}
|
|
1786
1801
|
.theme-brandCrowd .tw-font-bold {
|
|
1787
1802
|
font-weight: 700;
|
|
1788
|
-
}
|
|
1803
|
+
}
|
|
1789
1804
|
.theme-brandCrowd .tw-font-normal {
|
|
1790
1805
|
font-weight: 400;
|
|
1791
|
-
}
|
|
1806
|
+
}
|
|
1792
1807
|
.theme-brandCrowd .tw-font-semibold {
|
|
1793
1808
|
font-weight: 600;
|
|
1794
|
-
}
|
|
1809
|
+
}
|
|
1795
1810
|
.theme-brandCrowd .tw-uppercase {
|
|
1796
1811
|
text-transform: uppercase;
|
|
1797
|
-
}
|
|
1812
|
+
}
|
|
1798
1813
|
.theme-brandCrowd .tw-capitalize {
|
|
1799
1814
|
text-transform: capitalize;
|
|
1800
|
-
}
|
|
1815
|
+
}
|
|
1801
1816
|
.theme-brandCrowd .tw-leading-tight {
|
|
1802
1817
|
line-height: 1.25;
|
|
1803
|
-
}
|
|
1818
|
+
}
|
|
1804
1819
|
.theme-brandCrowd .tw-text-black {
|
|
1805
1820
|
--tw-text-opacity: 1;
|
|
1806
1821
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1807
|
-
}
|
|
1822
|
+
}
|
|
1808
1823
|
.theme-brandCrowd .tw-text-error-500 {
|
|
1809
1824
|
--tw-text-opacity: 1;
|
|
1810
1825
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1811
|
-
}
|
|
1826
|
+
}
|
|
1812
1827
|
.theme-brandCrowd .tw-text-error-700 {
|
|
1813
1828
|
--tw-text-opacity: 1;
|
|
1814
1829
|
color: rgb(145 16 38 / var(--tw-text-opacity));
|
|
1815
|
-
}
|
|
1830
|
+
}
|
|
1816
1831
|
.theme-brandCrowd .tw-text-grayscale-500 {
|
|
1817
1832
|
--tw-text-opacity: 1;
|
|
1818
1833
|
color: rgb(208 208 208 / var(--tw-text-opacity));
|
|
1819
|
-
}
|
|
1834
|
+
}
|
|
1820
1835
|
.theme-brandCrowd .tw-text-grayscale-600 {
|
|
1821
1836
|
--tw-text-opacity: 1;
|
|
1822
1837
|
color: rgb(94 94 94 / var(--tw-text-opacity));
|
|
1823
|
-
}
|
|
1838
|
+
}
|
|
1824
1839
|
.theme-brandCrowd .tw-text-grayscale-700 {
|
|
1825
1840
|
--tw-text-opacity: 1;
|
|
1826
1841
|
color: rgb(43 43 43 / var(--tw-text-opacity));
|
|
1827
|
-
}
|
|
1842
|
+
}
|
|
1828
1843
|
.theme-brandCrowd .tw-text-grayscale-800 {
|
|
1829
1844
|
--tw-text-opacity: 1;
|
|
1830
1845
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
1831
|
-
}
|
|
1846
|
+
}
|
|
1832
1847
|
.theme-brandCrowd .tw-text-info-300 {
|
|
1833
1848
|
--tw-text-opacity: 1;
|
|
1834
1849
|
color: rgb(102 193 231 / var(--tw-text-opacity));
|
|
1835
|
-
}
|
|
1850
|
+
}
|
|
1836
1851
|
.theme-brandCrowd .tw-text-info-500 {
|
|
1837
1852
|
--tw-text-opacity: 1;
|
|
1838
1853
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
1839
|
-
}
|
|
1854
|
+
}
|
|
1840
1855
|
.theme-brandCrowd .tw-text-primary-500 {
|
|
1841
1856
|
--tw-text-opacity: 1;
|
|
1842
1857
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1843
|
-
}
|
|
1858
|
+
}
|
|
1844
1859
|
.theme-brandCrowd .tw-text-secondary-400 {
|
|
1845
1860
|
--tw-text-opacity: 1;
|
|
1846
1861
|
color: rgb(122 122 122 / var(--tw-text-opacity));
|
|
1847
|
-
}
|
|
1862
|
+
}
|
|
1848
1863
|
.theme-brandCrowd .tw-text-secondary-500 {
|
|
1849
1864
|
--tw-text-opacity: 1;
|
|
1850
1865
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
1851
|
-
}
|
|
1866
|
+
}
|
|
1852
1867
|
.theme-brandCrowd .tw-text-secondary-600 {
|
|
1853
1868
|
--tw-text-opacity: 1;
|
|
1854
1869
|
color: rgb(71 71 71 / var(--tw-text-opacity));
|
|
1855
|
-
}
|
|
1870
|
+
}
|
|
1856
1871
|
.theme-brandCrowd .tw-text-secondary-800 {
|
|
1857
1872
|
--tw-text-opacity: 1;
|
|
1858
1873
|
color: rgb(36 36 36 / var(--tw-text-opacity));
|
|
1859
|
-
}
|
|
1874
|
+
}
|
|
1860
1875
|
.theme-brandCrowd .tw-text-success-500 {
|
|
1861
1876
|
--tw-text-opacity: 1;
|
|
1862
1877
|
color: rgb(36 168 16 / var(--tw-text-opacity));
|
|
1863
|
-
}
|
|
1878
|
+
}
|
|
1864
1879
|
.theme-brandCrowd .tw-text-success-600 {
|
|
1865
1880
|
--tw-text-opacity: 1;
|
|
1866
1881
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
1867
|
-
}
|
|
1882
|
+
}
|
|
1868
1883
|
.theme-brandCrowd .tw-text-success-700 {
|
|
1869
1884
|
--tw-text-opacity: 1;
|
|
1870
1885
|
color: rgb(22 101 10 / var(--tw-text-opacity));
|
|
1871
|
-
}
|
|
1886
|
+
}
|
|
1872
1887
|
.theme-brandCrowd .tw-text-warning-700 {
|
|
1873
1888
|
--tw-text-opacity: 1;
|
|
1874
1889
|
color: rgb(146 105 26 / var(--tw-text-opacity));
|
|
1875
|
-
}
|
|
1890
|
+
}
|
|
1876
1891
|
.theme-brandCrowd .tw-text-white {
|
|
1877
1892
|
--tw-text-opacity: 1;
|
|
1878
1893
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1879
|
-
}
|
|
1894
|
+
}
|
|
1880
1895
|
.theme-brandCrowd .tw-underline {
|
|
1881
1896
|
text-decoration-line: underline;
|
|
1882
|
-
}
|
|
1897
|
+
}
|
|
1883
1898
|
.theme-brandCrowd .tw-no-underline {
|
|
1884
1899
|
text-decoration-line: none;
|
|
1885
|
-
}
|
|
1900
|
+
}
|
|
1886
1901
|
.theme-brandCrowd .tw-opacity-0 {
|
|
1887
1902
|
opacity: 0;
|
|
1888
|
-
}
|
|
1903
|
+
}
|
|
1889
1904
|
.theme-brandCrowd .tw-opacity-100 {
|
|
1890
1905
|
opacity: 1;
|
|
1891
|
-
}
|
|
1906
|
+
}
|
|
1892
1907
|
.theme-brandCrowd .tw-opacity-30 {
|
|
1893
1908
|
opacity: 0.3;
|
|
1894
|
-
}
|
|
1909
|
+
}
|
|
1895
1910
|
.theme-brandCrowd .tw-opacity-40 {
|
|
1896
1911
|
opacity: 0.4;
|
|
1897
|
-
}
|
|
1912
|
+
}
|
|
1898
1913
|
.theme-brandCrowd .tw-opacity-50 {
|
|
1899
1914
|
opacity: 0.5;
|
|
1900
|
-
}
|
|
1915
|
+
}
|
|
1901
1916
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
1902
1917
|
--tw-shadow: 0 0 0 1px !important;
|
|
1903
1918
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
|
|
1904
1919
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1905
|
-
}
|
|
1920
|
+
}
|
|
1906
1921
|
.\!tw-shadow-\[0_0_0_2px\] {
|
|
1907
1922
|
--tw-shadow: 0 0 0 2px !important;
|
|
1908
1923
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1909
1924
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1910
|
-
}
|
|
1925
|
+
}
|
|
1911
1926
|
.theme-brandCrowd .tw-shadow {
|
|
1912
1927
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1913
1928
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1914
1929
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1915
|
-
}
|
|
1930
|
+
}
|
|
1916
1931
|
.theme-brandCrowd .tw-shadow-inner {
|
|
1917
1932
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1918
1933
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1919
1934
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1920
|
-
}
|
|
1935
|
+
}
|
|
1921
1936
|
.theme-brandCrowd .tw-shadow-lg {
|
|
1922
1937
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1923
1938
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1924
1939
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1925
|
-
}
|
|
1940
|
+
}
|
|
1926
1941
|
.theme-brandCrowd .tw-shadow-md {
|
|
1927
1942
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1928
1943
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1929
1944
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1930
|
-
}
|
|
1945
|
+
}
|
|
1931
1946
|
.theme-brandCrowd .tw-shadow-sm {
|
|
1932
1947
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1933
1948
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1934
1949
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1935
|
-
}
|
|
1950
|
+
}
|
|
1936
1951
|
.theme-brandCrowd .tw-shadow-xl {
|
|
1937
1952
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1938
1953
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1939
1954
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1940
|
-
}
|
|
1955
|
+
}
|
|
1941
1956
|
.\!tw-shadow-info-500 {
|
|
1942
1957
|
--tw-shadow-color: #0097D7 !important;
|
|
1943
1958
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1944
|
-
}
|
|
1959
|
+
}
|
|
1945
1960
|
.\!tw-shadow-secondary-200 {
|
|
1946
1961
|
--tw-shadow-color: #BDBDBD !important;
|
|
1947
1962
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1948
|
-
}
|
|
1963
|
+
}
|
|
1949
1964
|
.theme-brandCrowd .tw-outline-none {
|
|
1950
1965
|
outline: 2px solid transparent;
|
|
1951
1966
|
outline-offset: 2px;
|
|
1952
|
-
}
|
|
1967
|
+
}
|
|
1953
1968
|
.theme-brandCrowd .tw-ring-1 {
|
|
1954
1969
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1955
1970
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1956
1971
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1957
|
-
}
|
|
1972
|
+
}
|
|
1958
1973
|
.theme-brandCrowd .tw-ring-black {
|
|
1959
1974
|
--tw-ring-opacity: 1;
|
|
1960
1975
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
1961
|
-
}
|
|
1976
|
+
}
|
|
1962
1977
|
.theme-brandCrowd .tw-ring-opacity-5 {
|
|
1963
1978
|
--tw-ring-opacity: 0.05;
|
|
1964
|
-
}
|
|
1979
|
+
}
|
|
1965
1980
|
.theme-brandCrowd .tw-drop-shadow-sm {
|
|
1966
1981
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1967
1982
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1968
|
-
}
|
|
1983
|
+
}
|
|
1984
|
+
.theme-brandCrowd .tw-transition-all {
|
|
1985
|
+
transition-property: all;
|
|
1986
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1987
|
+
transition-duration: 150ms;
|
|
1988
|
+
}
|
|
1969
1989
|
.theme-brandCrowd .tw-transition-colors {
|
|
1970
1990
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1971
1991
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1972
1992
|
transition-duration: 150ms;
|
|
1973
|
-
}
|
|
1993
|
+
}
|
|
1974
1994
|
.theme-brandCrowd .tw-transition-shadow {
|
|
1975
1995
|
transition-property: box-shadow;
|
|
1976
1996
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1977
1997
|
transition-duration: 150ms;
|
|
1978
|
-
}
|
|
1998
|
+
}
|
|
1979
1999
|
.theme-brandCrowd .tw-transition-transform {
|
|
1980
2000
|
transition-property: transform;
|
|
1981
2001
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1982
2002
|
transition-duration: 150ms;
|
|
1983
|
-
}
|
|
2003
|
+
}
|
|
1984
2004
|
.theme-brandCrowd .tw-duration-200 {
|
|
1985
2005
|
transition-duration: 200ms;
|
|
1986
|
-
}
|
|
2006
|
+
}
|
|
1987
2007
|
.theme-brandCrowd .tw-duration-300 {
|
|
1988
2008
|
transition-duration: 300ms;
|
|
1989
|
-
}
|
|
2009
|
+
}
|
|
1990
2010
|
.theme-brandCrowd .tw-ease-in-out {
|
|
1991
2011
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1992
|
-
}
|
|
2012
|
+
}
|
|
1993
2013
|
.theme-brandCrowd .tw-ease-out {
|
|
1994
2014
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1995
|
-
}
|
|
2015
|
+
}
|
|
2016
|
+
.theme-brandCrowd .hover\:tw-border-grayscale-400:hover {
|
|
1996
2017
|
--tw-border-opacity: 1;
|
|
1997
2018
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1998
|
-
}
|
|
2019
|
+
}
|
|
2020
|
+
.theme-brandCrowd .hover\:tw-border-info-600:hover {
|
|
1999
2021
|
--tw-border-opacity: 1;
|
|
2000
2022
|
border-color: rgb(0 121 172 / var(--tw-border-opacity));
|
|
2001
|
-
}
|
|
2023
|
+
}
|
|
2024
|
+
.theme-brandCrowd .hover\:tw-border-primary-600:hover {
|
|
2002
2025
|
--tw-border-opacity: 1;
|
|
2003
2026
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2004
|
-
}
|
|
2027
|
+
}
|
|
2028
|
+
.theme-brandCrowd .hover\:tw-border-primary-700:hover {
|
|
2005
2029
|
--tw-border-opacity: 1;
|
|
2006
2030
|
border-color: rgb(145 16 38 / var(--tw-border-opacity));
|
|
2007
|
-
}
|
|
2031
|
+
}
|
|
2032
|
+
.theme-brandCrowd .hover\:tw-border-secondary-700:hover {
|
|
2008
2033
|
--tw-border-opacity: 1;
|
|
2009
2034
|
border-color: rgb(53 53 53 / var(--tw-border-opacity));
|
|
2010
|
-
}
|
|
2035
|
+
}
|
|
2036
|
+
.theme-brandCrowd .hover\:tw-border-success-600:hover {
|
|
2011
2037
|
--tw-border-opacity: 1;
|
|
2012
2038
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2013
|
-
}
|
|
2039
|
+
}
|
|
2040
|
+
.theme-brandCrowd .hover\:tw-border-warning-600:hover {
|
|
2014
2041
|
--tw-border-opacity: 1;
|
|
2015
2042
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2016
|
-
}
|
|
2043
|
+
}
|
|
2044
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-200:hover {
|
|
2017
2045
|
--tw-bg-opacity: 1;
|
|
2018
2046
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
2019
|
-
}
|
|
2047
|
+
}
|
|
2048
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-300:hover {
|
|
2020
2049
|
--tw-bg-opacity: 1;
|
|
2021
2050
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
2022
|
-
}
|
|
2051
|
+
}
|
|
2052
|
+
.theme-brandCrowd .hover\:tw-bg-grayscale-400:hover {
|
|
2023
2053
|
--tw-bg-opacity: 1;
|
|
2024
2054
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2025
|
-
}
|
|
2055
|
+
}
|
|
2056
|
+
.theme-brandCrowd .hover\:tw-bg-info-100:hover {
|
|
2026
2057
|
--tw-bg-opacity: 1;
|
|
2027
2058
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
2028
|
-
}
|
|
2059
|
+
}
|
|
2060
|
+
.theme-brandCrowd .hover\:tw-bg-info-400:hover {
|
|
2029
2061
|
--tw-bg-opacity: 1;
|
|
2030
2062
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
2031
|
-
}
|
|
2063
|
+
}
|
|
2064
|
+
.theme-brandCrowd .hover\:tw-bg-info-600:hover {
|
|
2032
2065
|
--tw-bg-opacity: 1;
|
|
2033
2066
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2034
|
-
}
|
|
2067
|
+
}
|
|
2068
|
+
.theme-brandCrowd .hover\:tw-bg-primary-100:hover {
|
|
2035
2069
|
--tw-bg-opacity: 1;
|
|
2036
2070
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
2037
|
-
}
|
|
2071
|
+
}
|
|
2072
|
+
.theme-brandCrowd .hover\:tw-bg-primary-400:hover {
|
|
2038
2073
|
--tw-bg-opacity: 1;
|
|
2039
2074
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
2040
|
-
}
|
|
2075
|
+
}
|
|
2076
|
+
.theme-brandCrowd .hover\:tw-bg-primary-600:hover {
|
|
2041
2077
|
--tw-bg-opacity: 1;
|
|
2042
2078
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
2043
|
-
}
|
|
2079
|
+
}
|
|
2080
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-100:hover {
|
|
2044
2081
|
--tw-bg-opacity: 1;
|
|
2045
2082
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
2046
|
-
}
|
|
2083
|
+
}
|
|
2084
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-400:hover {
|
|
2047
2085
|
--tw-bg-opacity: 1;
|
|
2048
2086
|
background-color: rgb(122 122 122 / var(--tw-bg-opacity));
|
|
2049
|
-
}
|
|
2087
|
+
}
|
|
2088
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-500:hover {
|
|
2050
2089
|
--tw-bg-opacity: 1;
|
|
2051
2090
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
2052
|
-
}
|
|
2091
|
+
}
|
|
2092
|
+
.theme-brandCrowd .hover\:tw-bg-secondary-600:hover {
|
|
2053
2093
|
--tw-bg-opacity: 1;
|
|
2054
2094
|
background-color: rgb(71 71 71 / var(--tw-bg-opacity));
|
|
2055
|
-
}
|
|
2095
|
+
}
|
|
2096
|
+
.theme-brandCrowd .hover\:tw-bg-success-100:hover {
|
|
2056
2097
|
--tw-bg-opacity: 1;
|
|
2057
2098
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
2058
|
-
}
|
|
2099
|
+
}
|
|
2100
|
+
.theme-brandCrowd .hover\:tw-bg-success-600:hover {
|
|
2059
2101
|
--tw-bg-opacity: 1;
|
|
2060
2102
|
background-color: rgb(29 134 13 / var(--tw-bg-opacity));
|
|
2061
|
-
}
|
|
2103
|
+
}
|
|
2104
|
+
.theme-brandCrowd .hover\:tw-bg-warning-600:hover {
|
|
2062
2105
|
--tw-bg-opacity: 1;
|
|
2063
2106
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
2064
|
-
}
|
|
2107
|
+
}
|
|
2108
|
+
.theme-brandCrowd .hover\:tw-text-grayscale-800:hover {
|
|
2065
2109
|
--tw-text-opacity: 1;
|
|
2066
2110
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2067
|
-
}
|
|
2111
|
+
}
|
|
2112
|
+
.theme-brandCrowd .hover\:tw-text-secondary-500:hover {
|
|
2068
2113
|
--tw-text-opacity: 1;
|
|
2069
2114
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
2070
|
-
}
|
|
2115
|
+
}
|
|
2116
|
+
.theme-brandCrowd .hover\:tw-text-success-600:hover {
|
|
2071
2117
|
--tw-text-opacity: 1;
|
|
2072
2118
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
2073
|
-
}
|
|
2119
|
+
}
|
|
2120
|
+
.theme-brandCrowd .hover\:tw-text-white:hover {
|
|
2074
2121
|
--tw-text-opacity: 1;
|
|
2075
2122
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2076
|
-
}
|
|
2123
|
+
}
|
|
2124
|
+
.theme-brandCrowd .hover\:tw-underline:hover {
|
|
2077
2125
|
text-decoration-line: underline;
|
|
2078
|
-
}
|
|
2126
|
+
}
|
|
2127
|
+
.theme-brandCrowd .hover\:tw-shadow-lg:hover {
|
|
2079
2128
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2080
2129
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2081
2130
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2082
|
-
}
|
|
2131
|
+
}
|
|
2132
|
+
.theme-brandCrowd .hover\:\!tw-shadow-info-500:hover {
|
|
2083
2133
|
--tw-shadow-color: #0097D7 !important;
|
|
2084
2134
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2085
|
-
}
|
|
2135
|
+
}
|
|
2136
|
+
.theme-brandCrowd .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2086
2137
|
--tw-brightness: brightness(0.85);
|
|
2087
2138
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2088
|
-
}
|
|
2139
|
+
}
|
|
2140
|
+
.theme-brandCrowd .focus\:tw-border-error-600:focus {
|
|
2089
2141
|
--tw-border-opacity: 1;
|
|
2090
2142
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2091
|
-
}
|
|
2143
|
+
}
|
|
2144
|
+
.theme-brandCrowd .focus\:tw-border-grayscale-600:focus {
|
|
2092
2145
|
--tw-border-opacity: 1;
|
|
2093
2146
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
2094
|
-
}
|
|
2147
|
+
}
|
|
2148
|
+
.theme-brandCrowd .focus\:tw-border-grayscale-700:focus {
|
|
2095
2149
|
--tw-border-opacity: 1;
|
|
2096
2150
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
2097
|
-
}
|
|
2151
|
+
}
|
|
2152
|
+
.theme-brandCrowd .focus\:tw-border-success-600:focus {
|
|
2098
2153
|
--tw-border-opacity: 1;
|
|
2099
2154
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2100
|
-
}
|
|
2155
|
+
}
|
|
2156
|
+
.theme-brandCrowd .focus\:tw-border-warning-600:focus {
|
|
2101
2157
|
--tw-border-opacity: 1;
|
|
2102
2158
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2103
|
-
}
|
|
2159
|
+
}
|
|
2160
|
+
.theme-brandCrowd .focus\:tw-outline-none:focus {
|
|
2104
2161
|
outline: 2px solid transparent;
|
|
2105
2162
|
outline-offset: 2px;
|
|
2106
|
-
}
|
|
2163
|
+
}
|
|
2164
|
+
.theme-brandCrowd .tw-group:hover .group-hover\:tw-scale-105 {
|
|
2165
|
+
--tw-scale-x: 1.05;
|
|
2166
|
+
--tw-scale-y: 1.05;
|
|
2167
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2168
|
+
}
|
|
2107
2169
|
.theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2108
2170
|
--tw-text-opacity: 1;
|
|
2109
2171
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
2110
|
-
}
|
|
2172
|
+
}
|
|
2173
|
+
.theme-brandCrowd .tw-group:hover .group-hover\:tw-shadow {
|
|
2174
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2175
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2176
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2177
|
+
}
|
|
2111
2178
|
@media (min-width: 640px) {
|
|
2112
2179
|
.theme-brandCrowd .sm\:tw-absolute {
|
|
2113
2180
|
position: absolute;
|
|
@@ -2174,7 +2241,7 @@ video {
|
|
|
2174
2241
|
padding-left: 1rem;
|
|
2175
2242
|
padding-right: 1rem;
|
|
2176
2243
|
}
|
|
2177
|
-
}
|
|
2244
|
+
}
|
|
2178
2245
|
@media (min-width: 768px) {
|
|
2179
2246
|
.theme-brandCrowd .md\:tw-right-6 {
|
|
2180
2247
|
right: 1.5rem;
|
|
@@ -2322,7 +2389,7 @@ video {
|
|
|
2322
2389
|
font-size: 0.75rem;
|
|
2323
2390
|
line-height: 1rem;
|
|
2324
2391
|
}
|
|
2325
|
-
}
|
|
2392
|
+
}
|
|
2326
2393
|
@media (min-width: 1024px) {
|
|
2327
2394
|
.theme-brandCrowd .lg\:tw-static {
|
|
2328
2395
|
position: static;
|
|
@@ -2371,4 +2438,4 @@ video {
|
|
|
2371
2438
|
.theme-brandCrowd .lg\:tw-pt-20 {
|
|
2372
2439
|
padding-top: 5rem;
|
|
2373
2440
|
}
|
|
2374
|
-
}
|
|
2441
|
+
}
|