softbuilders-react-video-player 1.0.0
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/LICENSE +21 -0
 - package/README.md +126 -0
 - package/dist/components/BigPlayButton/index.d.ts +9 -0
 - package/dist/components/BigPlayButton/index.js +15 -0
 - package/dist/components/BigPlayButton/index.js.map +1 -0
 - package/dist/components/BufferTracker/index.d.ts +3 -0
 - package/dist/components/BufferTracker/index.js +16 -0
 - package/dist/components/BufferTracker/index.js.map +1 -0
 - package/dist/components/ChapterTooltip/index.d.ts +11 -0
 - package/dist/components/ChapterTooltip/index.js +36 -0
 - package/dist/components/ChapterTooltip/index.js.map +1 -0
 - package/dist/components/ChaptersPanal/index.d.ts +7 -0
 - package/dist/components/ChaptersPanal/index.js +19 -0
 - package/dist/components/ChaptersPanal/index.js.map +1 -0
 - package/dist/components/ControlBar/index.d.ts +15 -0
 - package/dist/components/ControlBar/index.js +64 -0
 - package/dist/components/ControlBar/index.js.map +1 -0
 - package/dist/components/CreateNoteMenu/index.d.ts +6 -0
 - package/dist/components/CreateNoteMenu/index.js +29 -0
 - package/dist/components/CreateNoteMenu/index.js.map +1 -0
 - package/dist/components/CurrentTimeLabel/index.d.ts +4 -0
 - package/dist/components/CurrentTimeLabel/index.js +10 -0
 - package/dist/components/CurrentTimeLabel/index.js.map +1 -0
 - package/dist/components/CurrentTimeTracker/index.d.ts +3 -0
 - package/dist/components/CurrentTimeTracker/index.js +15 -0
 - package/dist/components/CurrentTimeTracker/index.js.map +1 -0
 - package/dist/components/Menu/index.d.ts +6 -0
 - package/dist/components/Menu/index.js +11 -0
 - package/dist/components/Menu/index.js.map +1 -0
 - package/dist/components/MenuButton/index.d.ts +8 -0
 - package/dist/components/MenuButton/index.js +31 -0
 - package/dist/components/MenuButton/index.js.map +1 -0
 - package/dist/components/NoteTooltip/index.d.ts +10 -0
 - package/dist/components/NoteTooltip/index.js +24 -0
 - package/dist/components/NoteTooltip/index.js.map +1 -0
 - package/dist/components/NotesPanal/index.d.ts +7 -0
 - package/dist/components/NotesPanal/index.js +17 -0
 - package/dist/components/NotesPanal/index.js.map +1 -0
 - package/dist/components/QualityMenu/index.d.ts +4 -0
 - package/dist/components/QualityMenu/index.js +53 -0
 - package/dist/components/QualityMenu/index.js.map +1 -0
 - package/dist/components/Slider/index.d.ts +10 -0
 - package/dist/components/Slider/index.js +22 -0
 - package/dist/components/Slider/index.js.map +1 -0
 - package/dist/components/Slider/style.css +15 -0
 - package/dist/components/SoftBuildersVideoPlayer/index.d.ts +13 -0
 - package/dist/components/SoftBuildersVideoPlayer/index.js +55 -0
 - package/dist/components/SoftBuildersVideoPlayer/index.js.map +1 -0
 - package/dist/components/SubtitleMenu/index.d.ts +4 -0
 - package/dist/components/SubtitleMenu/index.js +54 -0
 - package/dist/components/SubtitleMenu/index.js.map +1 -0
 - package/dist/components/TimeSlider/index.d.ts +7 -0
 - package/dist/components/TimeSlider/index.js +69 -0
 - package/dist/components/TimeSlider/index.js.map +1 -0
 - package/dist/components/TimeSliderContainer/index.d.ts +8 -0
 - package/dist/components/TimeSliderContainer/index.js +14 -0
 - package/dist/components/TimeSliderContainer/index.js.map +1 -0
 - package/dist/components/Tooltip/index.d.ts +7 -0
 - package/dist/components/Tooltip/index.js +8 -0
 - package/dist/components/Tooltip/index.js.map +1 -0
 - package/dist/components/VideoPlayerComponent/index.d.ts +17 -0
 - package/dist/components/VideoPlayerComponent/index.js +140 -0
 - package/dist/components/VideoPlayerComponent/index.js.map +1 -0
 - package/dist/components/VideoPlayerComponent/provider.d.ts +18 -0
 - package/dist/components/VideoPlayerComponent/provider.js +36 -0
 - package/dist/components/VideoPlayerComponent/provider.js.map +1 -0
 - package/dist/components/VideoPlayerComponent/style/style.css +36 -0
 - package/dist/components/VolumeSlider/index.d.ts +4 -0
 - package/dist/components/VolumeSlider/index.js +28 -0
 - package/dist/components/VolumeSlider/index.js.map +1 -0
 - package/dist/icons/index.d.ts +14 -0
 - package/dist/icons/index.js +15 -0
 - package/dist/icons/index.js.map +1 -0
 - package/dist/index.d.ts +3 -0
 - package/dist/index.js +3 -0
 - package/dist/index.js.map +1 -0
 - package/dist/styles/tailwind.css +778 -0
 - package/dist/types.d.ts +33 -0
 - package/dist/types.js +2 -0
 - package/dist/types.js.map +1 -0
 - package/dist/utils/index.d.ts +2 -0
 - package/dist/utils/index.js +51 -0
 - package/dist/utils/index.js.map +1 -0
 - package/package.json +37 -0
 
| 
         @@ -0,0 +1,778 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            *, ::before, ::after {
         
     | 
| 
      
 2 
     | 
    
         
            +
              --tw-border-spacing-x: 0;
         
     | 
| 
      
 3 
     | 
    
         
            +
              --tw-border-spacing-y: 0;
         
     | 
| 
      
 4 
     | 
    
         
            +
              --tw-translate-x: 0;
         
     | 
| 
      
 5 
     | 
    
         
            +
              --tw-translate-y: 0;
         
     | 
| 
      
 6 
     | 
    
         
            +
              --tw-rotate: 0;
         
     | 
| 
      
 7 
     | 
    
         
            +
              --tw-skew-x: 0;
         
     | 
| 
      
 8 
     | 
    
         
            +
              --tw-skew-y: 0;
         
     | 
| 
      
 9 
     | 
    
         
            +
              --tw-scale-x: 1;
         
     | 
| 
      
 10 
     | 
    
         
            +
              --tw-scale-y: 1;
         
     | 
| 
      
 11 
     | 
    
         
            +
              --tw-pan-x:  ;
         
     | 
| 
      
 12 
     | 
    
         
            +
              --tw-pan-y:  ;
         
     | 
| 
      
 13 
     | 
    
         
            +
              --tw-pinch-zoom:  ;
         
     | 
| 
      
 14 
     | 
    
         
            +
              --tw-scroll-snap-strictness: proximity;
         
     | 
| 
      
 15 
     | 
    
         
            +
              --tw-gradient-from-position:  ;
         
     | 
| 
      
 16 
     | 
    
         
            +
              --tw-gradient-via-position:  ;
         
     | 
| 
      
 17 
     | 
    
         
            +
              --tw-gradient-to-position:  ;
         
     | 
| 
      
 18 
     | 
    
         
            +
              --tw-ordinal:  ;
         
     | 
| 
      
 19 
     | 
    
         
            +
              --tw-slashed-zero:  ;
         
     | 
| 
      
 20 
     | 
    
         
            +
              --tw-numeric-figure:  ;
         
     | 
| 
      
 21 
     | 
    
         
            +
              --tw-numeric-spacing:  ;
         
     | 
| 
      
 22 
     | 
    
         
            +
              --tw-numeric-fraction:  ;
         
     | 
| 
      
 23 
     | 
    
         
            +
              --tw-ring-inset:  ;
         
     | 
| 
      
 24 
     | 
    
         
            +
              --tw-ring-offset-width: 0px;
         
     | 
| 
      
 25 
     | 
    
         
            +
              --tw-ring-offset-color: #fff;
         
     | 
| 
      
 26 
     | 
    
         
            +
              --tw-ring-color: rgb(59 130 246 / 0.5);
         
     | 
| 
      
 27 
     | 
    
         
            +
              --tw-ring-offset-shadow: 0 0 #0000;
         
     | 
| 
      
 28 
     | 
    
         
            +
              --tw-ring-shadow: 0 0 #0000;
         
     | 
| 
      
 29 
     | 
    
         
            +
              --tw-shadow: 0 0 #0000;
         
     | 
| 
      
 30 
     | 
    
         
            +
              --tw-shadow-colored: 0 0 #0000;
         
     | 
| 
      
 31 
     | 
    
         
            +
              --tw-blur:  ;
         
     | 
| 
      
 32 
     | 
    
         
            +
              --tw-brightness:  ;
         
     | 
| 
      
 33 
     | 
    
         
            +
              --tw-contrast:  ;
         
     | 
| 
      
 34 
     | 
    
         
            +
              --tw-grayscale:  ;
         
     | 
| 
      
 35 
     | 
    
         
            +
              --tw-hue-rotate:  ;
         
     | 
| 
      
 36 
     | 
    
         
            +
              --tw-invert:  ;
         
     | 
| 
      
 37 
     | 
    
         
            +
              --tw-saturate:  ;
         
     | 
| 
      
 38 
     | 
    
         
            +
              --tw-sepia:  ;
         
     | 
| 
      
 39 
     | 
    
         
            +
              --tw-drop-shadow:  ;
         
     | 
| 
      
 40 
     | 
    
         
            +
              --tw-backdrop-blur:  ;
         
     | 
| 
      
 41 
     | 
    
         
            +
              --tw-backdrop-brightness:  ;
         
     | 
| 
      
 42 
     | 
    
         
            +
              --tw-backdrop-contrast:  ;
         
     | 
| 
      
 43 
     | 
    
         
            +
              --tw-backdrop-grayscale:  ;
         
     | 
| 
      
 44 
     | 
    
         
            +
              --tw-backdrop-hue-rotate:  ;
         
     | 
| 
      
 45 
     | 
    
         
            +
              --tw-backdrop-invert:  ;
         
     | 
| 
      
 46 
     | 
    
         
            +
              --tw-backdrop-opacity:  ;
         
     | 
| 
      
 47 
     | 
    
         
            +
              --tw-backdrop-saturate:  ;
         
     | 
| 
      
 48 
     | 
    
         
            +
              --tw-backdrop-sepia:  ;
         
     | 
| 
      
 49 
     | 
    
         
            +
              --tw-contain-size:  ;
         
     | 
| 
      
 50 
     | 
    
         
            +
              --tw-contain-layout:  ;
         
     | 
| 
      
 51 
     | 
    
         
            +
              --tw-contain-paint:  ;
         
     | 
| 
      
 52 
     | 
    
         
            +
              --tw-contain-style:  ;
         
     | 
| 
      
 53 
     | 
    
         
            +
            }
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
            ::backdrop {
         
     | 
| 
      
 56 
     | 
    
         
            +
              --tw-border-spacing-x: 0;
         
     | 
| 
      
 57 
     | 
    
         
            +
              --tw-border-spacing-y: 0;
         
     | 
| 
      
 58 
     | 
    
         
            +
              --tw-translate-x: 0;
         
     | 
| 
      
 59 
     | 
    
         
            +
              --tw-translate-y: 0;
         
     | 
| 
      
 60 
     | 
    
         
            +
              --tw-rotate: 0;
         
     | 
| 
      
 61 
     | 
    
         
            +
              --tw-skew-x: 0;
         
     | 
| 
      
 62 
     | 
    
         
            +
              --tw-skew-y: 0;
         
     | 
| 
      
 63 
     | 
    
         
            +
              --tw-scale-x: 1;
         
     | 
| 
      
 64 
     | 
    
         
            +
              --tw-scale-y: 1;
         
     | 
| 
      
 65 
     | 
    
         
            +
              --tw-pan-x:  ;
         
     | 
| 
      
 66 
     | 
    
         
            +
              --tw-pan-y:  ;
         
     | 
| 
      
 67 
     | 
    
         
            +
              --tw-pinch-zoom:  ;
         
     | 
| 
      
 68 
     | 
    
         
            +
              --tw-scroll-snap-strictness: proximity;
         
     | 
| 
      
 69 
     | 
    
         
            +
              --tw-gradient-from-position:  ;
         
     | 
| 
      
 70 
     | 
    
         
            +
              --tw-gradient-via-position:  ;
         
     | 
| 
      
 71 
     | 
    
         
            +
              --tw-gradient-to-position:  ;
         
     | 
| 
      
 72 
     | 
    
         
            +
              --tw-ordinal:  ;
         
     | 
| 
      
 73 
     | 
    
         
            +
              --tw-slashed-zero:  ;
         
     | 
| 
      
 74 
     | 
    
         
            +
              --tw-numeric-figure:  ;
         
     | 
| 
      
 75 
     | 
    
         
            +
              --tw-numeric-spacing:  ;
         
     | 
| 
      
 76 
     | 
    
         
            +
              --tw-numeric-fraction:  ;
         
     | 
| 
      
 77 
     | 
    
         
            +
              --tw-ring-inset:  ;
         
     | 
| 
      
 78 
     | 
    
         
            +
              --tw-ring-offset-width: 0px;
         
     | 
| 
      
 79 
     | 
    
         
            +
              --tw-ring-offset-color: #fff;
         
     | 
| 
      
 80 
     | 
    
         
            +
              --tw-ring-color: rgb(59 130 246 / 0.5);
         
     | 
| 
      
 81 
     | 
    
         
            +
              --tw-ring-offset-shadow: 0 0 #0000;
         
     | 
| 
      
 82 
     | 
    
         
            +
              --tw-ring-shadow: 0 0 #0000;
         
     | 
| 
      
 83 
     | 
    
         
            +
              --tw-shadow: 0 0 #0000;
         
     | 
| 
      
 84 
     | 
    
         
            +
              --tw-shadow-colored: 0 0 #0000;
         
     | 
| 
      
 85 
     | 
    
         
            +
              --tw-blur:  ;
         
     | 
| 
      
 86 
     | 
    
         
            +
              --tw-brightness:  ;
         
     | 
| 
      
 87 
     | 
    
         
            +
              --tw-contrast:  ;
         
     | 
| 
      
 88 
     | 
    
         
            +
              --tw-grayscale:  ;
         
     | 
| 
      
 89 
     | 
    
         
            +
              --tw-hue-rotate:  ;
         
     | 
| 
      
 90 
     | 
    
         
            +
              --tw-invert:  ;
         
     | 
| 
      
 91 
     | 
    
         
            +
              --tw-saturate:  ;
         
     | 
| 
      
 92 
     | 
    
         
            +
              --tw-sepia:  ;
         
     | 
| 
      
 93 
     | 
    
         
            +
              --tw-drop-shadow:  ;
         
     | 
| 
      
 94 
     | 
    
         
            +
              --tw-backdrop-blur:  ;
         
     | 
| 
      
 95 
     | 
    
         
            +
              --tw-backdrop-brightness:  ;
         
     | 
| 
      
 96 
     | 
    
         
            +
              --tw-backdrop-contrast:  ;
         
     | 
| 
      
 97 
     | 
    
         
            +
              --tw-backdrop-grayscale:  ;
         
     | 
| 
      
 98 
     | 
    
         
            +
              --tw-backdrop-hue-rotate:  ;
         
     | 
| 
      
 99 
     | 
    
         
            +
              --tw-backdrop-invert:  ;
         
     | 
| 
      
 100 
     | 
    
         
            +
              --tw-backdrop-opacity:  ;
         
     | 
| 
      
 101 
     | 
    
         
            +
              --tw-backdrop-saturate:  ;
         
     | 
| 
      
 102 
     | 
    
         
            +
              --tw-backdrop-sepia:  ;
         
     | 
| 
      
 103 
     | 
    
         
            +
              --tw-contain-size:  ;
         
     | 
| 
      
 104 
     | 
    
         
            +
              --tw-contain-layout:  ;
         
     | 
| 
      
 105 
     | 
    
         
            +
              --tw-contain-paint:  ;
         
     | 
| 
      
 106 
     | 
    
         
            +
              --tw-contain-style:  ;
         
     | 
| 
      
 107 
     | 
    
         
            +
            }/*
         
     | 
| 
      
 108 
     | 
    
         
            +
            ! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
         
     | 
| 
      
 109 
     | 
    
         
            +
            *//*
         
     | 
| 
      
 110 
     | 
    
         
            +
            1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
         
     | 
| 
      
 111 
     | 
    
         
            +
            2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
         
     | 
| 
      
 112 
     | 
    
         
            +
            */
         
     | 
| 
      
 113 
     | 
    
         
            +
             
     | 
| 
      
 114 
     | 
    
         
            +
            *,
         
     | 
| 
      
 115 
     | 
    
         
            +
            ::before,
         
     | 
| 
      
 116 
     | 
    
         
            +
            ::after {
         
     | 
| 
      
 117 
     | 
    
         
            +
              box-sizing: border-box; /* 1 */
         
     | 
| 
      
 118 
     | 
    
         
            +
              border-width: 0; /* 2 */
         
     | 
| 
      
 119 
     | 
    
         
            +
              border-style: solid; /* 2 */
         
     | 
| 
      
 120 
     | 
    
         
            +
              border-color: #e5e7eb; /* 2 */
         
     | 
| 
      
 121 
     | 
    
         
            +
            }
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
            ::before,
         
     | 
| 
      
 124 
     | 
    
         
            +
            ::after {
         
     | 
| 
      
 125 
     | 
    
         
            +
              --tw-content: '';
         
     | 
| 
      
 126 
     | 
    
         
            +
            }
         
     | 
| 
      
 127 
     | 
    
         
            +
             
     | 
| 
      
 128 
     | 
    
         
            +
            /*
         
     | 
| 
      
 129 
     | 
    
         
            +
            1. Use a consistent sensible line-height in all browsers.
         
     | 
| 
      
 130 
     | 
    
         
            +
            2. Prevent adjustments of font size after orientation changes in iOS.
         
     | 
| 
      
 131 
     | 
    
         
            +
            3. Use a more readable tab size.
         
     | 
| 
      
 132 
     | 
    
         
            +
            4. Use the user's configured `sans` font-family by default.
         
     | 
| 
      
 133 
     | 
    
         
            +
            5. Use the user's configured `sans` font-feature-settings by default.
         
     | 
| 
      
 134 
     | 
    
         
            +
            6. Use the user's configured `sans` font-variation-settings by default.
         
     | 
| 
      
 135 
     | 
    
         
            +
            7. Disable tap highlights on iOS
         
     | 
| 
      
 136 
     | 
    
         
            +
            */
         
     | 
| 
      
 137 
     | 
    
         
            +
             
     | 
| 
      
 138 
     | 
    
         
            +
            html,
         
     | 
| 
      
 139 
     | 
    
         
            +
            :host {
         
     | 
| 
      
 140 
     | 
    
         
            +
              line-height: 1.5; /* 1 */
         
     | 
| 
      
 141 
     | 
    
         
            +
              -webkit-text-size-adjust: 100%; /* 2 */
         
     | 
| 
      
 142 
     | 
    
         
            +
              -moz-tab-size: 4; /* 3 */
         
     | 
| 
      
 143 
     | 
    
         
            +
              -o-tab-size: 4;
         
     | 
| 
      
 144 
     | 
    
         
            +
                 tab-size: 4; /* 3 */
         
     | 
| 
      
 145 
     | 
    
         
            +
              font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
         
     | 
| 
      
 146 
     | 
    
         
            +
              font-feature-settings: normal; /* 5 */
         
     | 
| 
      
 147 
     | 
    
         
            +
              font-variation-settings: normal; /* 6 */
         
     | 
| 
      
 148 
     | 
    
         
            +
              -webkit-tap-highlight-color: transparent; /* 7 */
         
     | 
| 
      
 149 
     | 
    
         
            +
            }
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
            /*
         
     | 
| 
      
 152 
     | 
    
         
            +
            1. Remove the margin in all browsers.
         
     | 
| 
      
 153 
     | 
    
         
            +
            2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
         
     | 
| 
      
 154 
     | 
    
         
            +
            */
         
     | 
| 
      
 155 
     | 
    
         
            +
             
     | 
| 
      
 156 
     | 
    
         
            +
            body {
         
     | 
| 
      
 157 
     | 
    
         
            +
              margin: 0; /* 1 */
         
     | 
| 
      
 158 
     | 
    
         
            +
              line-height: inherit; /* 2 */
         
     | 
| 
      
 159 
     | 
    
         
            +
            }
         
     | 
| 
      
 160 
     | 
    
         
            +
             
     | 
| 
      
 161 
     | 
    
         
            +
            /*
         
     | 
| 
      
 162 
     | 
    
         
            +
            1. Add the correct height in Firefox.
         
     | 
| 
      
 163 
     | 
    
         
            +
            2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
         
     | 
| 
      
 164 
     | 
    
         
            +
            3. Ensure horizontal rules are visible by default.
         
     | 
| 
      
 165 
     | 
    
         
            +
            */
         
     | 
| 
      
 166 
     | 
    
         
            +
             
     | 
| 
      
 167 
     | 
    
         
            +
            hr {
         
     | 
| 
      
 168 
     | 
    
         
            +
              height: 0; /* 1 */
         
     | 
| 
      
 169 
     | 
    
         
            +
              color: inherit; /* 2 */
         
     | 
| 
      
 170 
     | 
    
         
            +
              border-top-width: 1px; /* 3 */
         
     | 
| 
      
 171 
     | 
    
         
            +
            }
         
     | 
| 
      
 172 
     | 
    
         
            +
             
     | 
| 
      
 173 
     | 
    
         
            +
            /*
         
     | 
| 
      
 174 
     | 
    
         
            +
            Add the correct text decoration in Chrome, Edge, and Safari.
         
     | 
| 
      
 175 
     | 
    
         
            +
            */
         
     | 
| 
      
 176 
     | 
    
         
            +
             
     | 
| 
      
 177 
     | 
    
         
            +
            abbr:where([title]) {
         
     | 
| 
      
 178 
     | 
    
         
            +
              -webkit-text-decoration: underline dotted;
         
     | 
| 
      
 179 
     | 
    
         
            +
                      text-decoration: underline dotted;
         
     | 
| 
      
 180 
     | 
    
         
            +
            }
         
     | 
| 
      
 181 
     | 
    
         
            +
             
     | 
| 
      
 182 
     | 
    
         
            +
            /*
         
     | 
| 
      
 183 
     | 
    
         
            +
            Remove the default font size and weight for headings.
         
     | 
| 
      
 184 
     | 
    
         
            +
            */
         
     | 
| 
      
 185 
     | 
    
         
            +
             
     | 
| 
      
 186 
     | 
    
         
            +
            h1,
         
     | 
| 
      
 187 
     | 
    
         
            +
            h2,
         
     | 
| 
      
 188 
     | 
    
         
            +
            h3,
         
     | 
| 
      
 189 
     | 
    
         
            +
            h4,
         
     | 
| 
      
 190 
     | 
    
         
            +
            h5,
         
     | 
| 
      
 191 
     | 
    
         
            +
            h6 {
         
     | 
| 
      
 192 
     | 
    
         
            +
              font-size: inherit;
         
     | 
| 
      
 193 
     | 
    
         
            +
              font-weight: inherit;
         
     | 
| 
      
 194 
     | 
    
         
            +
            }
         
     | 
| 
      
 195 
     | 
    
         
            +
             
     | 
| 
      
 196 
     | 
    
         
            +
            /*
         
     | 
| 
      
 197 
     | 
    
         
            +
            Reset links to optimize for opt-in styling instead of opt-out.
         
     | 
| 
      
 198 
     | 
    
         
            +
            */
         
     | 
| 
      
 199 
     | 
    
         
            +
             
     | 
| 
      
 200 
     | 
    
         
            +
            a {
         
     | 
| 
      
 201 
     | 
    
         
            +
              color: inherit;
         
     | 
| 
      
 202 
     | 
    
         
            +
              text-decoration: inherit;
         
     | 
| 
      
 203 
     | 
    
         
            +
            }
         
     | 
| 
      
 204 
     | 
    
         
            +
             
     | 
| 
      
 205 
     | 
    
         
            +
            /*
         
     | 
| 
      
 206 
     | 
    
         
            +
            Add the correct font weight in Edge and Safari.
         
     | 
| 
      
 207 
     | 
    
         
            +
            */
         
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
      
 209 
     | 
    
         
            +
            b,
         
     | 
| 
      
 210 
     | 
    
         
            +
            strong {
         
     | 
| 
      
 211 
     | 
    
         
            +
              font-weight: bolder;
         
     | 
| 
      
 212 
     | 
    
         
            +
            }
         
     | 
| 
      
 213 
     | 
    
         
            +
             
     | 
| 
      
 214 
     | 
    
         
            +
            /*
         
     | 
| 
      
 215 
     | 
    
         
            +
            1. Use the user's configured `mono` font-family by default.
         
     | 
| 
      
 216 
     | 
    
         
            +
            2. Use the user's configured `mono` font-feature-settings by default.
         
     | 
| 
      
 217 
     | 
    
         
            +
            3. Use the user's configured `mono` font-variation-settings by default.
         
     | 
| 
      
 218 
     | 
    
         
            +
            4. Correct the odd `em` font sizing in all browsers.
         
     | 
| 
      
 219 
     | 
    
         
            +
            */
         
     | 
| 
      
 220 
     | 
    
         
            +
             
     | 
| 
      
 221 
     | 
    
         
            +
            code,
         
     | 
| 
      
 222 
     | 
    
         
            +
            kbd,
         
     | 
| 
      
 223 
     | 
    
         
            +
            samp,
         
     | 
| 
      
 224 
     | 
    
         
            +
            pre {
         
     | 
| 
      
 225 
     | 
    
         
            +
              font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
         
     | 
| 
      
 226 
     | 
    
         
            +
              font-feature-settings: normal; /* 2 */
         
     | 
| 
      
 227 
     | 
    
         
            +
              font-variation-settings: normal; /* 3 */
         
     | 
| 
      
 228 
     | 
    
         
            +
              font-size: 1em; /* 4 */
         
     | 
| 
      
 229 
     | 
    
         
            +
            }
         
     | 
| 
      
 230 
     | 
    
         
            +
             
     | 
| 
      
 231 
     | 
    
         
            +
            /*
         
     | 
| 
      
 232 
     | 
    
         
            +
            Add the correct font size in all browsers.
         
     | 
| 
      
 233 
     | 
    
         
            +
            */
         
     | 
| 
      
 234 
     | 
    
         
            +
             
     | 
| 
      
 235 
     | 
    
         
            +
            small {
         
     | 
| 
      
 236 
     | 
    
         
            +
              font-size: 80%;
         
     | 
| 
      
 237 
     | 
    
         
            +
            }
         
     | 
| 
      
 238 
     | 
    
         
            +
             
     | 
| 
      
 239 
     | 
    
         
            +
            /*
         
     | 
| 
      
 240 
     | 
    
         
            +
            Prevent `sub` and `sup` elements from affecting the line height in all browsers.
         
     | 
| 
      
 241 
     | 
    
         
            +
            */
         
     | 
| 
      
 242 
     | 
    
         
            +
             
     | 
| 
      
 243 
     | 
    
         
            +
            sub,
         
     | 
| 
      
 244 
     | 
    
         
            +
            sup {
         
     | 
| 
      
 245 
     | 
    
         
            +
              font-size: 75%;
         
     | 
| 
      
 246 
     | 
    
         
            +
              line-height: 0;
         
     | 
| 
      
 247 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 248 
     | 
    
         
            +
              vertical-align: baseline;
         
     | 
| 
      
 249 
     | 
    
         
            +
            }
         
     | 
| 
      
 250 
     | 
    
         
            +
             
     | 
| 
      
 251 
     | 
    
         
            +
            sub {
         
     | 
| 
      
 252 
     | 
    
         
            +
              bottom: -0.25em;
         
     | 
| 
      
 253 
     | 
    
         
            +
            }
         
     | 
| 
      
 254 
     | 
    
         
            +
             
     | 
| 
      
 255 
     | 
    
         
            +
            sup {
         
     | 
| 
      
 256 
     | 
    
         
            +
              top: -0.5em;
         
     | 
| 
      
 257 
     | 
    
         
            +
            }
         
     | 
| 
      
 258 
     | 
    
         
            +
             
     | 
| 
      
 259 
     | 
    
         
            +
            /*
         
     | 
| 
      
 260 
     | 
    
         
            +
            1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
         
     | 
| 
      
 261 
     | 
    
         
            +
            2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
         
     | 
| 
      
 262 
     | 
    
         
            +
            3. Remove gaps between table borders by default.
         
     | 
| 
      
 263 
     | 
    
         
            +
            */
         
     | 
| 
      
 264 
     | 
    
         
            +
             
     | 
| 
      
 265 
     | 
    
         
            +
            table {
         
     | 
| 
      
 266 
     | 
    
         
            +
              text-indent: 0; /* 1 */
         
     | 
| 
      
 267 
     | 
    
         
            +
              border-color: inherit; /* 2 */
         
     | 
| 
      
 268 
     | 
    
         
            +
              border-collapse: collapse; /* 3 */
         
     | 
| 
      
 269 
     | 
    
         
            +
            }
         
     | 
| 
      
 270 
     | 
    
         
            +
             
     | 
| 
      
 271 
     | 
    
         
            +
            /*
         
     | 
| 
      
 272 
     | 
    
         
            +
            1. Change the font styles in all browsers.
         
     | 
| 
      
 273 
     | 
    
         
            +
            2. Remove the margin in Firefox and Safari.
         
     | 
| 
      
 274 
     | 
    
         
            +
            3. Remove default padding in all browsers.
         
     | 
| 
      
 275 
     | 
    
         
            +
            */
         
     | 
| 
      
 276 
     | 
    
         
            +
             
     | 
| 
      
 277 
     | 
    
         
            +
            button,
         
     | 
| 
      
 278 
     | 
    
         
            +
            input,
         
     | 
| 
      
 279 
     | 
    
         
            +
            optgroup,
         
     | 
| 
      
 280 
     | 
    
         
            +
            select,
         
     | 
| 
      
 281 
     | 
    
         
            +
            textarea {
         
     | 
| 
      
 282 
     | 
    
         
            +
              font-family: inherit; /* 1 */
         
     | 
| 
      
 283 
     | 
    
         
            +
              font-feature-settings: inherit; /* 1 */
         
     | 
| 
      
 284 
     | 
    
         
            +
              font-variation-settings: inherit; /* 1 */
         
     | 
| 
      
 285 
     | 
    
         
            +
              font-size: 100%; /* 1 */
         
     | 
| 
      
 286 
     | 
    
         
            +
              font-weight: inherit; /* 1 */
         
     | 
| 
      
 287 
     | 
    
         
            +
              line-height: inherit; /* 1 */
         
     | 
| 
      
 288 
     | 
    
         
            +
              letter-spacing: inherit; /* 1 */
         
     | 
| 
      
 289 
     | 
    
         
            +
              color: inherit; /* 1 */
         
     | 
| 
      
 290 
     | 
    
         
            +
              margin: 0; /* 2 */
         
     | 
| 
      
 291 
     | 
    
         
            +
              padding: 0; /* 3 */
         
     | 
| 
      
 292 
     | 
    
         
            +
            }
         
     | 
| 
      
 293 
     | 
    
         
            +
             
     | 
| 
      
 294 
     | 
    
         
            +
            /*
         
     | 
| 
      
 295 
     | 
    
         
            +
            Remove the inheritance of text transform in Edge and Firefox.
         
     | 
| 
      
 296 
     | 
    
         
            +
            */
         
     | 
| 
      
 297 
     | 
    
         
            +
             
     | 
| 
      
 298 
     | 
    
         
            +
            button,
         
     | 
| 
      
 299 
     | 
    
         
            +
            select {
         
     | 
| 
      
 300 
     | 
    
         
            +
              text-transform: none;
         
     | 
| 
      
 301 
     | 
    
         
            +
            }
         
     | 
| 
      
 302 
     | 
    
         
            +
             
     | 
| 
      
 303 
     | 
    
         
            +
            /*
         
     | 
| 
      
 304 
     | 
    
         
            +
            1. Correct the inability to style clickable types in iOS and Safari.
         
     | 
| 
      
 305 
     | 
    
         
            +
            2. Remove default button styles.
         
     | 
| 
      
 306 
     | 
    
         
            +
            */
         
     | 
| 
      
 307 
     | 
    
         
            +
             
     | 
| 
      
 308 
     | 
    
         
            +
            button,
         
     | 
| 
      
 309 
     | 
    
         
            +
            input:where([type='button']),
         
     | 
| 
      
 310 
     | 
    
         
            +
            input:where([type='reset']),
         
     | 
| 
      
 311 
     | 
    
         
            +
            input:where([type='submit']) {
         
     | 
| 
      
 312 
     | 
    
         
            +
              -webkit-appearance: button; /* 1 */
         
     | 
| 
      
 313 
     | 
    
         
            +
              background-color: transparent; /* 2 */
         
     | 
| 
      
 314 
     | 
    
         
            +
              background-image: none; /* 2 */
         
     | 
| 
      
 315 
     | 
    
         
            +
            }
         
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
      
 317 
     | 
    
         
            +
            /*
         
     | 
| 
      
 318 
     | 
    
         
            +
            Use the modern Firefox focus style for all focusable elements.
         
     | 
| 
      
 319 
     | 
    
         
            +
            */
         
     | 
| 
      
 320 
     | 
    
         
            +
             
     | 
| 
      
 321 
     | 
    
         
            +
            :-moz-focusring {
         
     | 
| 
      
 322 
     | 
    
         
            +
              outline: auto;
         
     | 
| 
      
 323 
     | 
    
         
            +
            }
         
     | 
| 
      
 324 
     | 
    
         
            +
             
     | 
| 
      
 325 
     | 
    
         
            +
            /*
         
     | 
| 
      
 326 
     | 
    
         
            +
            Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
         
     | 
| 
      
 327 
     | 
    
         
            +
            */
         
     | 
| 
      
 328 
     | 
    
         
            +
             
     | 
| 
      
 329 
     | 
    
         
            +
            :-moz-ui-invalid {
         
     | 
| 
      
 330 
     | 
    
         
            +
              box-shadow: none;
         
     | 
| 
      
 331 
     | 
    
         
            +
            }
         
     | 
| 
      
 332 
     | 
    
         
            +
             
     | 
| 
      
 333 
     | 
    
         
            +
            /*
         
     | 
| 
      
 334 
     | 
    
         
            +
            Add the correct vertical alignment in Chrome and Firefox.
         
     | 
| 
      
 335 
     | 
    
         
            +
            */
         
     | 
| 
      
 336 
     | 
    
         
            +
             
     | 
| 
      
 337 
     | 
    
         
            +
            progress {
         
     | 
| 
      
 338 
     | 
    
         
            +
              vertical-align: baseline;
         
     | 
| 
      
 339 
     | 
    
         
            +
            }
         
     | 
| 
      
 340 
     | 
    
         
            +
             
     | 
| 
      
 341 
     | 
    
         
            +
            /*
         
     | 
| 
      
 342 
     | 
    
         
            +
            Correct the cursor style of increment and decrement buttons in Safari.
         
     | 
| 
      
 343 
     | 
    
         
            +
            */
         
     | 
| 
      
 344 
     | 
    
         
            +
             
     | 
| 
      
 345 
     | 
    
         
            +
            ::-webkit-inner-spin-button,
         
     | 
| 
      
 346 
     | 
    
         
            +
            ::-webkit-outer-spin-button {
         
     | 
| 
      
 347 
     | 
    
         
            +
              height: auto;
         
     | 
| 
      
 348 
     | 
    
         
            +
            }
         
     | 
| 
      
 349 
     | 
    
         
            +
             
     | 
| 
      
 350 
     | 
    
         
            +
            /*
         
     | 
| 
      
 351 
     | 
    
         
            +
            1. Correct the odd appearance in Chrome and Safari.
         
     | 
| 
      
 352 
     | 
    
         
            +
            2. Correct the outline style in Safari.
         
     | 
| 
      
 353 
     | 
    
         
            +
            */
         
     | 
| 
      
 354 
     | 
    
         
            +
             
     | 
| 
      
 355 
     | 
    
         
            +
            [type='search'] {
         
     | 
| 
      
 356 
     | 
    
         
            +
              -webkit-appearance: textfield; /* 1 */
         
     | 
| 
      
 357 
     | 
    
         
            +
              outline-offset: -2px; /* 2 */
         
     | 
| 
      
 358 
     | 
    
         
            +
            }
         
     | 
| 
      
 359 
     | 
    
         
            +
             
     | 
| 
      
 360 
     | 
    
         
            +
            /*
         
     | 
| 
      
 361 
     | 
    
         
            +
            Remove the inner padding in Chrome and Safari on macOS.
         
     | 
| 
      
 362 
     | 
    
         
            +
            */
         
     | 
| 
      
 363 
     | 
    
         
            +
             
     | 
| 
      
 364 
     | 
    
         
            +
            ::-webkit-search-decoration {
         
     | 
| 
      
 365 
     | 
    
         
            +
              -webkit-appearance: none;
         
     | 
| 
      
 366 
     | 
    
         
            +
            }
         
     | 
| 
      
 367 
     | 
    
         
            +
             
     | 
| 
      
 368 
     | 
    
         
            +
            /*
         
     | 
| 
      
 369 
     | 
    
         
            +
            1. Correct the inability to style clickable types in iOS and Safari.
         
     | 
| 
      
 370 
     | 
    
         
            +
            2. Change font properties to `inherit` in Safari.
         
     | 
| 
      
 371 
     | 
    
         
            +
            */
         
     | 
| 
      
 372 
     | 
    
         
            +
             
     | 
| 
      
 373 
     | 
    
         
            +
            ::-webkit-file-upload-button {
         
     | 
| 
      
 374 
     | 
    
         
            +
              -webkit-appearance: button; /* 1 */
         
     | 
| 
      
 375 
     | 
    
         
            +
              font: inherit; /* 2 */
         
     | 
| 
      
 376 
     | 
    
         
            +
            }
         
     | 
| 
      
 377 
     | 
    
         
            +
             
     | 
| 
      
 378 
     | 
    
         
            +
            /*
         
     | 
| 
      
 379 
     | 
    
         
            +
            Add the correct display in Chrome and Safari.
         
     | 
| 
      
 380 
     | 
    
         
            +
            */
         
     | 
| 
      
 381 
     | 
    
         
            +
             
     | 
| 
      
 382 
     | 
    
         
            +
            summary {
         
     | 
| 
      
 383 
     | 
    
         
            +
              display: list-item;
         
     | 
| 
      
 384 
     | 
    
         
            +
            }
         
     | 
| 
      
 385 
     | 
    
         
            +
             
     | 
| 
      
 386 
     | 
    
         
            +
            /*
         
     | 
| 
      
 387 
     | 
    
         
            +
            Removes the default spacing and border for appropriate elements.
         
     | 
| 
      
 388 
     | 
    
         
            +
            */
         
     | 
| 
      
 389 
     | 
    
         
            +
             
     | 
| 
      
 390 
     | 
    
         
            +
            blockquote,
         
     | 
| 
      
 391 
     | 
    
         
            +
            dl,
         
     | 
| 
      
 392 
     | 
    
         
            +
            dd,
         
     | 
| 
      
 393 
     | 
    
         
            +
            h1,
         
     | 
| 
      
 394 
     | 
    
         
            +
            h2,
         
     | 
| 
      
 395 
     | 
    
         
            +
            h3,
         
     | 
| 
      
 396 
     | 
    
         
            +
            h4,
         
     | 
| 
      
 397 
     | 
    
         
            +
            h5,
         
     | 
| 
      
 398 
     | 
    
         
            +
            h6,
         
     | 
| 
      
 399 
     | 
    
         
            +
            hr,
         
     | 
| 
      
 400 
     | 
    
         
            +
            figure,
         
     | 
| 
      
 401 
     | 
    
         
            +
            p,
         
     | 
| 
      
 402 
     | 
    
         
            +
            pre {
         
     | 
| 
      
 403 
     | 
    
         
            +
              margin: 0;
         
     | 
| 
      
 404 
     | 
    
         
            +
            }
         
     | 
| 
      
 405 
     | 
    
         
            +
             
     | 
| 
      
 406 
     | 
    
         
            +
            fieldset {
         
     | 
| 
      
 407 
     | 
    
         
            +
              margin: 0;
         
     | 
| 
      
 408 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 409 
     | 
    
         
            +
            }
         
     | 
| 
      
 410 
     | 
    
         
            +
             
     | 
| 
      
 411 
     | 
    
         
            +
            legend {
         
     | 
| 
      
 412 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 413 
     | 
    
         
            +
            }
         
     | 
| 
      
 414 
     | 
    
         
            +
             
     | 
| 
      
 415 
     | 
    
         
            +
            ol,
         
     | 
| 
      
 416 
     | 
    
         
            +
            ul,
         
     | 
| 
      
 417 
     | 
    
         
            +
            menu {
         
     | 
| 
      
 418 
     | 
    
         
            +
              list-style: none;
         
     | 
| 
      
 419 
     | 
    
         
            +
              margin: 0;
         
     | 
| 
      
 420 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 421 
     | 
    
         
            +
            }
         
     | 
| 
      
 422 
     | 
    
         
            +
             
     | 
| 
      
 423 
     | 
    
         
            +
            /*
         
     | 
| 
      
 424 
     | 
    
         
            +
            Reset default styling for dialogs.
         
     | 
| 
      
 425 
     | 
    
         
            +
            */
         
     | 
| 
      
 426 
     | 
    
         
            +
            dialog {
         
     | 
| 
      
 427 
     | 
    
         
            +
              padding: 0;
         
     | 
| 
      
 428 
     | 
    
         
            +
            }
         
     | 
| 
      
 429 
     | 
    
         
            +
             
     | 
| 
      
 430 
     | 
    
         
            +
            /*
         
     | 
| 
      
 431 
     | 
    
         
            +
            Prevent resizing textareas horizontally by default.
         
     | 
| 
      
 432 
     | 
    
         
            +
            */
         
     | 
| 
      
 433 
     | 
    
         
            +
             
     | 
| 
      
 434 
     | 
    
         
            +
            textarea {
         
     | 
| 
      
 435 
     | 
    
         
            +
              resize: vertical;
         
     | 
| 
      
 436 
     | 
    
         
            +
            }
         
     | 
| 
      
 437 
     | 
    
         
            +
             
     | 
| 
      
 438 
     | 
    
         
            +
            /*
         
     | 
| 
      
 439 
     | 
    
         
            +
            1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
         
     | 
| 
      
 440 
     | 
    
         
            +
            2. Set the default placeholder color to the user's configured gray 400 color.
         
     | 
| 
      
 441 
     | 
    
         
            +
            */
         
     | 
| 
      
 442 
     | 
    
         
            +
             
     | 
| 
      
 443 
     | 
    
         
            +
            input::-moz-placeholder, textarea::-moz-placeholder {
         
     | 
| 
      
 444 
     | 
    
         
            +
              opacity: 1; /* 1 */
         
     | 
| 
      
 445 
     | 
    
         
            +
              color: #9ca3af; /* 2 */
         
     | 
| 
      
 446 
     | 
    
         
            +
            }
         
     | 
| 
      
 447 
     | 
    
         
            +
             
     | 
| 
      
 448 
     | 
    
         
            +
            input::placeholder,
         
     | 
| 
      
 449 
     | 
    
         
            +
            textarea::placeholder {
         
     | 
| 
      
 450 
     | 
    
         
            +
              opacity: 1; /* 1 */
         
     | 
| 
      
 451 
     | 
    
         
            +
              color: #9ca3af; /* 2 */
         
     | 
| 
      
 452 
     | 
    
         
            +
            }
         
     | 
| 
      
 453 
     | 
    
         
            +
             
     | 
| 
      
 454 
     | 
    
         
            +
            /*
         
     | 
| 
      
 455 
     | 
    
         
            +
            Set the default cursor for buttons.
         
     | 
| 
      
 456 
     | 
    
         
            +
            */
         
     | 
| 
      
 457 
     | 
    
         
            +
             
     | 
| 
      
 458 
     | 
    
         
            +
            button,
         
     | 
| 
      
 459 
     | 
    
         
            +
            [role="button"] {
         
     | 
| 
      
 460 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 461 
     | 
    
         
            +
            }
         
     | 
| 
      
 462 
     | 
    
         
            +
             
     | 
| 
      
 463 
     | 
    
         
            +
            /*
         
     | 
| 
      
 464 
     | 
    
         
            +
            Make sure disabled buttons don't get the pointer cursor.
         
     | 
| 
      
 465 
     | 
    
         
            +
            */
         
     | 
| 
      
 466 
     | 
    
         
            +
            :disabled {
         
     | 
| 
      
 467 
     | 
    
         
            +
              cursor: default;
         
     | 
| 
      
 468 
     | 
    
         
            +
            }
         
     | 
| 
      
 469 
     | 
    
         
            +
             
     | 
| 
      
 470 
     | 
    
         
            +
            /*
         
     | 
| 
      
 471 
     | 
    
         
            +
            1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
         
     | 
| 
      
 472 
     | 
    
         
            +
            2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
         
     | 
| 
      
 473 
     | 
    
         
            +
               This can trigger a poorly considered lint error in some tools but is included by design.
         
     | 
| 
      
 474 
     | 
    
         
            +
            */
         
     | 
| 
      
 475 
     | 
    
         
            +
             
     | 
| 
      
 476 
     | 
    
         
            +
            img,
         
     | 
| 
      
 477 
     | 
    
         
            +
            svg,
         
     | 
| 
      
 478 
     | 
    
         
            +
            video,
         
     | 
| 
      
 479 
     | 
    
         
            +
            canvas,
         
     | 
| 
      
 480 
     | 
    
         
            +
            audio,
         
     | 
| 
      
 481 
     | 
    
         
            +
            iframe,
         
     | 
| 
      
 482 
     | 
    
         
            +
            embed,
         
     | 
| 
      
 483 
     | 
    
         
            +
            object {
         
     | 
| 
      
 484 
     | 
    
         
            +
              display: block; /* 1 */
         
     | 
| 
      
 485 
     | 
    
         
            +
              vertical-align: middle; /* 2 */
         
     | 
| 
      
 486 
     | 
    
         
            +
            }
         
     | 
| 
      
 487 
     | 
    
         
            +
             
     | 
| 
      
 488 
     | 
    
         
            +
            /*
         
     | 
| 
      
 489 
     | 
    
         
            +
            Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
         
     | 
| 
      
 490 
     | 
    
         
            +
            */
         
     | 
| 
      
 491 
     | 
    
         
            +
             
     | 
| 
      
 492 
     | 
    
         
            +
            img,
         
     | 
| 
      
 493 
     | 
    
         
            +
            video {
         
     | 
| 
      
 494 
     | 
    
         
            +
              max-width: 100%;
         
     | 
| 
      
 495 
     | 
    
         
            +
              height: auto;
         
     | 
| 
      
 496 
     | 
    
         
            +
            }
         
     | 
| 
      
 497 
     | 
    
         
            +
             
     | 
| 
      
 498 
     | 
    
         
            +
            /* Make elements with the HTML hidden attribute stay hidden by default */
         
     | 
| 
      
 499 
     | 
    
         
            +
            [hidden] {
         
     | 
| 
      
 500 
     | 
    
         
            +
              display: none;
         
     | 
| 
      
 501 
     | 
    
         
            +
            }
         
     | 
| 
      
 502 
     | 
    
         
            +
            .sb-absolute {
         
     | 
| 
      
 503 
     | 
    
         
            +
              position: absolute;
         
     | 
| 
      
 504 
     | 
    
         
            +
            }
         
     | 
| 
      
 505 
     | 
    
         
            +
            .sb-relative {
         
     | 
| 
      
 506 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 507 
     | 
    
         
            +
            }
         
     | 
| 
      
 508 
     | 
    
         
            +
            .sb-bottom-10 {
         
     | 
| 
      
 509 
     | 
    
         
            +
              bottom: 2.5rem;
         
     | 
| 
      
 510 
     | 
    
         
            +
            }
         
     | 
| 
      
 511 
     | 
    
         
            +
            .sb-bottom-full {
         
     | 
| 
      
 512 
     | 
    
         
            +
              bottom: 100%;
         
     | 
| 
      
 513 
     | 
    
         
            +
            }
         
     | 
| 
      
 514 
     | 
    
         
            +
            .sb-left-0 {
         
     | 
| 
      
 515 
     | 
    
         
            +
              left: 0px;
         
     | 
| 
      
 516 
     | 
    
         
            +
            }
         
     | 
| 
      
 517 
     | 
    
         
            +
            .sb-left-1\/2 {
         
     | 
| 
      
 518 
     | 
    
         
            +
              left: 50%;
         
     | 
| 
      
 519 
     | 
    
         
            +
            }
         
     | 
| 
      
 520 
     | 
    
         
            +
            .sb-right-0 {
         
     | 
| 
      
 521 
     | 
    
         
            +
              right: 0px;
         
     | 
| 
      
 522 
     | 
    
         
            +
            }
         
     | 
| 
      
 523 
     | 
    
         
            +
            .sb-top-0 {
         
     | 
| 
      
 524 
     | 
    
         
            +
              top: 0px;
         
     | 
| 
      
 525 
     | 
    
         
            +
            }
         
     | 
| 
      
 526 
     | 
    
         
            +
            .sb-top-\[27\%\] {
         
     | 
| 
      
 527 
     | 
    
         
            +
              top: 27%;
         
     | 
| 
      
 528 
     | 
    
         
            +
            }
         
     | 
| 
      
 529 
     | 
    
         
            +
            .sb-z-10 {
         
     | 
| 
      
 530 
     | 
    
         
            +
              z-index: 10;
         
     | 
| 
      
 531 
     | 
    
         
            +
            }
         
     | 
| 
      
 532 
     | 
    
         
            +
            .sb-z-20 {
         
     | 
| 
      
 533 
     | 
    
         
            +
              z-index: 20;
         
     | 
| 
      
 534 
     | 
    
         
            +
            }
         
     | 
| 
      
 535 
     | 
    
         
            +
            .sb-z-30 {
         
     | 
| 
      
 536 
     | 
    
         
            +
              z-index: 30;
         
     | 
| 
      
 537 
     | 
    
         
            +
            }
         
     | 
| 
      
 538 
     | 
    
         
            +
            .sb-col-span-3 {
         
     | 
| 
      
 539 
     | 
    
         
            +
              grid-column: span 3 / span 3;
         
     | 
| 
      
 540 
     | 
    
         
            +
            }
         
     | 
| 
      
 541 
     | 
    
         
            +
            .sb-col-span-9 {
         
     | 
| 
      
 542 
     | 
    
         
            +
              grid-column: span 9 / span 9;
         
     | 
| 
      
 543 
     | 
    
         
            +
            }
         
     | 
| 
      
 544 
     | 
    
         
            +
            .sb-mb-2 {
         
     | 
| 
      
 545 
     | 
    
         
            +
              margin-bottom: 0.5rem;
         
     | 
| 
      
 546 
     | 
    
         
            +
            }
         
     | 
| 
      
 547 
     | 
    
         
            +
            .sb-flex {
         
     | 
| 
      
 548 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 549 
     | 
    
         
            +
            }
         
     | 
| 
      
 550 
     | 
    
         
            +
            .sb-grid {
         
     | 
| 
      
 551 
     | 
    
         
            +
              display: grid;
         
     | 
| 
      
 552 
     | 
    
         
            +
            }
         
     | 
| 
      
 553 
     | 
    
         
            +
            .sb-h-1 {
         
     | 
| 
      
 554 
     | 
    
         
            +
              height: 0.25rem;
         
     | 
| 
      
 555 
     | 
    
         
            +
            }
         
     | 
| 
      
 556 
     | 
    
         
            +
            .sb-h-16 {
         
     | 
| 
      
 557 
     | 
    
         
            +
              height: 4rem;
         
     | 
| 
      
 558 
     | 
    
         
            +
            }
         
     | 
| 
      
 559 
     | 
    
         
            +
            .sb-h-2 {
         
     | 
| 
      
 560 
     | 
    
         
            +
              height: 0.5rem;
         
     | 
| 
      
 561 
     | 
    
         
            +
            }
         
     | 
| 
      
 562 
     | 
    
         
            +
            .sb-h-3 {
         
     | 
| 
      
 563 
     | 
    
         
            +
              height: 0.75rem;
         
     | 
| 
      
 564 
     | 
    
         
            +
            }
         
     | 
| 
      
 565 
     | 
    
         
            +
            .sb-h-4 {
         
     | 
| 
      
 566 
     | 
    
         
            +
              height: 1rem;
         
     | 
| 
      
 567 
     | 
    
         
            +
            }
         
     | 
| 
      
 568 
     | 
    
         
            +
            .sb-h-5 {
         
     | 
| 
      
 569 
     | 
    
         
            +
              height: 1.25rem;
         
     | 
| 
      
 570 
     | 
    
         
            +
            }
         
     | 
| 
      
 571 
     | 
    
         
            +
            .sb-h-\[\.1px\] {
         
     | 
| 
      
 572 
     | 
    
         
            +
              height: .1px;
         
     | 
| 
      
 573 
     | 
    
         
            +
            }
         
     | 
| 
      
 574 
     | 
    
         
            +
            .sb-h-full {
         
     | 
| 
      
 575 
     | 
    
         
            +
              height: 100%;
         
     | 
| 
      
 576 
     | 
    
         
            +
            }
         
     | 
| 
      
 577 
     | 
    
         
            +
            .sb-w-1 {
         
     | 
| 
      
 578 
     | 
    
         
            +
              width: 0.25rem;
         
     | 
| 
      
 579 
     | 
    
         
            +
            }
         
     | 
| 
      
 580 
     | 
    
         
            +
            .sb-w-16 {
         
     | 
| 
      
 581 
     | 
    
         
            +
              width: 4rem;
         
     | 
| 
      
 582 
     | 
    
         
            +
            }
         
     | 
| 
      
 583 
     | 
    
         
            +
            .sb-w-3 {
         
     | 
| 
      
 584 
     | 
    
         
            +
              width: 0.75rem;
         
     | 
| 
      
 585 
     | 
    
         
            +
            }
         
     | 
| 
      
 586 
     | 
    
         
            +
            .sb-w-4 {
         
     | 
| 
      
 587 
     | 
    
         
            +
              width: 1rem;
         
     | 
| 
      
 588 
     | 
    
         
            +
            }
         
     | 
| 
      
 589 
     | 
    
         
            +
            .sb-w-5 {
         
     | 
| 
      
 590 
     | 
    
         
            +
              width: 1.25rem;
         
     | 
| 
      
 591 
     | 
    
         
            +
            }
         
     | 
| 
      
 592 
     | 
    
         
            +
            .sb-w-\[10\%\] {
         
     | 
| 
      
 593 
     | 
    
         
            +
              width: 10%;
         
     | 
| 
      
 594 
     | 
    
         
            +
            }
         
     | 
| 
      
 595 
     | 
    
         
            +
            .sb-w-\[150px\] {
         
     | 
| 
      
 596 
     | 
    
         
            +
              width: 150px;
         
     | 
| 
      
 597 
     | 
    
         
            +
            }
         
     | 
| 
      
 598 
     | 
    
         
            +
            .sb-w-\[220px\] {
         
     | 
| 
      
 599 
     | 
    
         
            +
              width: 220px;
         
     | 
| 
      
 600 
     | 
    
         
            +
            }
         
     | 
| 
      
 601 
     | 
    
         
            +
            .sb-w-\[30\%\] {
         
     | 
| 
      
 602 
     | 
    
         
            +
              width: 30%;
         
     | 
| 
      
 603 
     | 
    
         
            +
            }
         
     | 
| 
      
 604 
     | 
    
         
            +
            .sb-w-full {
         
     | 
| 
      
 605 
     | 
    
         
            +
              width: 100%;
         
     | 
| 
      
 606 
     | 
    
         
            +
            }
         
     | 
| 
      
 607 
     | 
    
         
            +
            .sb--translate-x-1\/2 {
         
     | 
| 
      
 608 
     | 
    
         
            +
              --tw-translate-x: -50%;
         
     | 
| 
      
 609 
     | 
    
         
            +
              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));
         
     | 
| 
      
 610 
     | 
    
         
            +
            }
         
     | 
| 
      
 611 
     | 
    
         
            +
            .sb-transform {
         
     | 
| 
      
 612 
     | 
    
         
            +
              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));
         
     | 
| 
      
 613 
     | 
    
         
            +
            }
         
     | 
| 
      
 614 
     | 
    
         
            +
            .sb-cursor-pointer {
         
     | 
| 
      
 615 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 616 
     | 
    
         
            +
            }
         
     | 
| 
      
 617 
     | 
    
         
            +
            .sb-appearance-none {
         
     | 
| 
      
 618 
     | 
    
         
            +
              -webkit-appearance: none;
         
     | 
| 
      
 619 
     | 
    
         
            +
                 -moz-appearance: none;
         
     | 
| 
      
 620 
     | 
    
         
            +
                      appearance: none;
         
     | 
| 
      
 621 
     | 
    
         
            +
            }
         
     | 
| 
      
 622 
     | 
    
         
            +
            .sb-grid-cols-12 {
         
     | 
| 
      
 623 
     | 
    
         
            +
              grid-template-columns: repeat(12, minmax(0, 1fr));
         
     | 
| 
      
 624 
     | 
    
         
            +
            }
         
     | 
| 
      
 625 
     | 
    
         
            +
            .sb-flex-row {
         
     | 
| 
      
 626 
     | 
    
         
            +
              flex-direction: row;
         
     | 
| 
      
 627 
     | 
    
         
            +
            }
         
     | 
| 
      
 628 
     | 
    
         
            +
            .sb-flex-col {
         
     | 
| 
      
 629 
     | 
    
         
            +
              flex-direction: column;
         
     | 
| 
      
 630 
     | 
    
         
            +
            }
         
     | 
| 
      
 631 
     | 
    
         
            +
            .sb-items-start {
         
     | 
| 
      
 632 
     | 
    
         
            +
              align-items: flex-start;
         
     | 
| 
      
 633 
     | 
    
         
            +
            }
         
     | 
| 
      
 634 
     | 
    
         
            +
            .sb-items-center {
         
     | 
| 
      
 635 
     | 
    
         
            +
              align-items: center;
         
     | 
| 
      
 636 
     | 
    
         
            +
            }
         
     | 
| 
      
 637 
     | 
    
         
            +
            .sb-justify-center {
         
     | 
| 
      
 638 
     | 
    
         
            +
              justify-content: center;
         
     | 
| 
      
 639 
     | 
    
         
            +
            }
         
     | 
| 
      
 640 
     | 
    
         
            +
            .sb-justify-between {
         
     | 
| 
      
 641 
     | 
    
         
            +
              justify-content: space-between;
         
     | 
| 
      
 642 
     | 
    
         
            +
            }
         
     | 
| 
      
 643 
     | 
    
         
            +
            .sb-gap-2 {
         
     | 
| 
      
 644 
     | 
    
         
            +
              gap: 0.5rem;
         
     | 
| 
      
 645 
     | 
    
         
            +
            }
         
     | 
| 
      
 646 
     | 
    
         
            +
            .sb-gap-3 {
         
     | 
| 
      
 647 
     | 
    
         
            +
              gap: 0.75rem;
         
     | 
| 
      
 648 
     | 
    
         
            +
            }
         
     | 
| 
      
 649 
     | 
    
         
            +
            .sb-gap-4 {
         
     | 
| 
      
 650 
     | 
    
         
            +
              gap: 1rem;
         
     | 
| 
      
 651 
     | 
    
         
            +
            }
         
     | 
| 
      
 652 
     | 
    
         
            +
            .sb-overflow-hidden {
         
     | 
| 
      
 653 
     | 
    
         
            +
              overflow: hidden;
         
     | 
| 
      
 654 
     | 
    
         
            +
            }
         
     | 
| 
      
 655 
     | 
    
         
            +
            .sb-whitespace-nowrap {
         
     | 
| 
      
 656 
     | 
    
         
            +
              white-space: nowrap;
         
     | 
| 
      
 657 
     | 
    
         
            +
            }
         
     | 
| 
      
 658 
     | 
    
         
            +
            .sb-rounded-full {
         
     | 
| 
      
 659 
     | 
    
         
            +
              border-radius: 9999px;
         
     | 
| 
      
 660 
     | 
    
         
            +
            }
         
     | 
| 
      
 661 
     | 
    
         
            +
            .sb-rounded-lg {
         
     | 
| 
      
 662 
     | 
    
         
            +
              border-radius: 0.5rem;
         
     | 
| 
      
 663 
     | 
    
         
            +
            }
         
     | 
| 
      
 664 
     | 
    
         
            +
            .sb-rounded-md {
         
     | 
| 
      
 665 
     | 
    
         
            +
              border-radius: 0.375rem;
         
     | 
| 
      
 666 
     | 
    
         
            +
            }
         
     | 
| 
      
 667 
     | 
    
         
            +
            .sb-border {
         
     | 
| 
      
 668 
     | 
    
         
            +
              border-width: 1px;
         
     | 
| 
      
 669 
     | 
    
         
            +
            }
         
     | 
| 
      
 670 
     | 
    
         
            +
            .sb-border-\[\#AAAAAA\] {
         
     | 
| 
      
 671 
     | 
    
         
            +
              --tw-border-opacity: 1;
         
     | 
| 
      
 672 
     | 
    
         
            +
              border-color: rgb(170 170 170 / var(--tw-border-opacity));
         
     | 
| 
      
 673 
     | 
    
         
            +
            }
         
     | 
| 
      
 674 
     | 
    
         
            +
            .sb-bg-\[\#303030\] {
         
     | 
| 
      
 675 
     | 
    
         
            +
              --tw-bg-opacity: 1;
         
     | 
| 
      
 676 
     | 
    
         
            +
              background-color: rgb(48 48 48 / var(--tw-bg-opacity));
         
     | 
| 
      
 677 
     | 
    
         
            +
            }
         
     | 
| 
      
 678 
     | 
    
         
            +
            .sb-bg-\[\#AAAAAA\] {
         
     | 
| 
      
 679 
     | 
    
         
            +
              --tw-bg-opacity: 1;
         
     | 
| 
      
 680 
     | 
    
         
            +
              background-color: rgb(170 170 170 / var(--tw-bg-opacity));
         
     | 
| 
      
 681 
     | 
    
         
            +
            }
         
     | 
| 
      
 682 
     | 
    
         
            +
            .sb-bg-orange-500 {
         
     | 
| 
      
 683 
     | 
    
         
            +
              --tw-bg-opacity: 1;
         
     | 
| 
      
 684 
     | 
    
         
            +
              background-color: rgb(249 115 22 / var(--tw-bg-opacity));
         
     | 
| 
      
 685 
     | 
    
         
            +
            }
         
     | 
| 
      
 686 
     | 
    
         
            +
            .sb-bg-slate-400 {
         
     | 
| 
      
 687 
     | 
    
         
            +
              --tw-bg-opacity: 1;
         
     | 
| 
      
 688 
     | 
    
         
            +
              background-color: rgb(148 163 184 / var(--tw-bg-opacity));
         
     | 
| 
      
 689 
     | 
    
         
            +
            }
         
     | 
| 
      
 690 
     | 
    
         
            +
            .sb-bg-transparent {
         
     | 
| 
      
 691 
     | 
    
         
            +
              background-color: transparent;
         
     | 
| 
      
 692 
     | 
    
         
            +
            }
         
     | 
| 
      
 693 
     | 
    
         
            +
            .sb-bg-white {
         
     | 
| 
      
 694 
     | 
    
         
            +
              --tw-bg-opacity: 1;
         
     | 
| 
      
 695 
     | 
    
         
            +
              background-color: rgb(255 255 255 / var(--tw-bg-opacity));
         
     | 
| 
      
 696 
     | 
    
         
            +
            }
         
     | 
| 
      
 697 
     | 
    
         
            +
            .sb-bg-white\/30 {
         
     | 
| 
      
 698 
     | 
    
         
            +
              background-color: rgb(255 255 255 / 0.3);
         
     | 
| 
      
 699 
     | 
    
         
            +
            }
         
     | 
| 
      
 700 
     | 
    
         
            +
            .sb-bg-opacity-50 {
         
     | 
| 
      
 701 
     | 
    
         
            +
              --tw-bg-opacity: 0.5;
         
     | 
| 
      
 702 
     | 
    
         
            +
            }
         
     | 
| 
      
 703 
     | 
    
         
            +
            .sb-bg-opacity-70 {
         
     | 
| 
      
 704 
     | 
    
         
            +
              --tw-bg-opacity: 0.7;
         
     | 
| 
      
 705 
     | 
    
         
            +
            }
         
     | 
| 
      
 706 
     | 
    
         
            +
            .sb-p-2 {
         
     | 
| 
      
 707 
     | 
    
         
            +
              padding: 0.5rem;
         
     | 
| 
      
 708 
     | 
    
         
            +
            }
         
     | 
| 
      
 709 
     | 
    
         
            +
            .sb-px-4 {
         
     | 
| 
      
 710 
     | 
    
         
            +
              padding-left: 1rem;
         
     | 
| 
      
 711 
     | 
    
         
            +
              padding-right: 1rem;
         
     | 
| 
      
 712 
     | 
    
         
            +
            }
         
     | 
| 
      
 713 
     | 
    
         
            +
            .sb-px-5 {
         
     | 
| 
      
 714 
     | 
    
         
            +
              padding-left: 1.25rem;
         
     | 
| 
      
 715 
     | 
    
         
            +
              padding-right: 1.25rem;
         
     | 
| 
      
 716 
     | 
    
         
            +
            }
         
     | 
| 
      
 717 
     | 
    
         
            +
            .sb-py-3 {
         
     | 
| 
      
 718 
     | 
    
         
            +
              padding-top: 0.75rem;
         
     | 
| 
      
 719 
     | 
    
         
            +
              padding-bottom: 0.75rem;
         
     | 
| 
      
 720 
     | 
    
         
            +
            }
         
     | 
| 
      
 721 
     | 
    
         
            +
            .sb-py-5 {
         
     | 
| 
      
 722 
     | 
    
         
            +
              padding-top: 1.25rem;
         
     | 
| 
      
 723 
     | 
    
         
            +
              padding-bottom: 1.25rem;
         
     | 
| 
      
 724 
     | 
    
         
            +
            }
         
     | 
| 
      
 725 
     | 
    
         
            +
            .sb-text-left {
         
     | 
| 
      
 726 
     | 
    
         
            +
              text-align: left;
         
     | 
| 
      
 727 
     | 
    
         
            +
            }
         
     | 
| 
      
 728 
     | 
    
         
            +
            .sb-text-center {
         
     | 
| 
      
 729 
     | 
    
         
            +
              text-align: center;
         
     | 
| 
      
 730 
     | 
    
         
            +
            }
         
     | 
| 
      
 731 
     | 
    
         
            +
            .sb-font-bold {
         
     | 
| 
      
 732 
     | 
    
         
            +
              font-weight: 700;
         
     | 
| 
      
 733 
     | 
    
         
            +
            }
         
     | 
| 
      
 734 
     | 
    
         
            +
            .sb-text-white {
         
     | 
| 
      
 735 
     | 
    
         
            +
              --tw-text-opacity: 1;
         
     | 
| 
      
 736 
     | 
    
         
            +
              color: rgb(255 255 255 / var(--tw-text-opacity));
         
     | 
| 
      
 737 
     | 
    
         
            +
            }
         
     | 
| 
      
 738 
     | 
    
         
            +
            .sb-shadow-lg {
         
     | 
| 
      
 739 
     | 
    
         
            +
              --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
         
     | 
| 
      
 740 
     | 
    
         
            +
              --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
         
     | 
| 
      
 741 
     | 
    
         
            +
              box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
         
     | 
| 
      
 742 
     | 
    
         
            +
            }
         
     | 
| 
      
 743 
     | 
    
         
            +
            .sb-backdrop-blur-lg {
         
     | 
| 
      
 744 
     | 
    
         
            +
              --tw-backdrop-blur: blur(16px);
         
     | 
| 
      
 745 
     | 
    
         
            +
              -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
         
     | 
| 
      
 746 
     | 
    
         
            +
              backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
         
     | 
| 
      
 747 
     | 
    
         
            +
            }
         
     | 
| 
      
 748 
     | 
    
         
            +
            .sb-transition-all {
         
     | 
| 
      
 749 
     | 
    
         
            +
              transition-property: all;
         
     | 
| 
      
 750 
     | 
    
         
            +
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         
     | 
| 
      
 751 
     | 
    
         
            +
              transition-duration: 150ms;
         
     | 
| 
      
 752 
     | 
    
         
            +
            }
         
     | 
| 
      
 753 
     | 
    
         
            +
            .sb-duration-500 {
         
     | 
| 
      
 754 
     | 
    
         
            +
              transition-duration: 500ms;
         
     | 
| 
      
 755 
     | 
    
         
            +
            }
         
     | 
| 
      
 756 
     | 
    
         
            +
            .sb-ease-in-out {
         
     | 
| 
      
 757 
     | 
    
         
            +
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         
     | 
| 
      
 758 
     | 
    
         
            +
            }
         
     | 
| 
      
 759 
     | 
    
         
            +
            .placeholder\:sb-text-white::-moz-placeholder {
         
     | 
| 
      
 760 
     | 
    
         
            +
              --tw-text-opacity: 1;
         
     | 
| 
      
 761 
     | 
    
         
            +
              color: rgb(255 255 255 / var(--tw-text-opacity));
         
     | 
| 
      
 762 
     | 
    
         
            +
            }
         
     | 
| 
      
 763 
     | 
    
         
            +
            .placeholder\:sb-text-white::placeholder {
         
     | 
| 
      
 764 
     | 
    
         
            +
              --tw-text-opacity: 1;
         
     | 
| 
      
 765 
     | 
    
         
            +
              color: rgb(255 255 255 / var(--tw-text-opacity));
         
     | 
| 
      
 766 
     | 
    
         
            +
            }
         
     | 
| 
      
 767 
     | 
    
         
            +
            .hover\:sb-w-\[45\%\]:hover {
         
     | 
| 
      
 768 
     | 
    
         
            +
              width: 45%;
         
     | 
| 
      
 769 
     | 
    
         
            +
            }
         
     | 
| 
      
 770 
     | 
    
         
            +
            .hover\:sb-scale-150:hover {
         
     | 
| 
      
 771 
     | 
    
         
            +
              --tw-scale-x: 1.5;
         
     | 
| 
      
 772 
     | 
    
         
            +
              --tw-scale-y: 1.5;
         
     | 
| 
      
 773 
     | 
    
         
            +
              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));
         
     | 
| 
      
 774 
     | 
    
         
            +
            }
         
     | 
| 
      
 775 
     | 
    
         
            +
            .hover\:sb-text-orange-500:hover {
         
     | 
| 
      
 776 
     | 
    
         
            +
              --tw-text-opacity: 1;
         
     | 
| 
      
 777 
     | 
    
         
            +
              color: rgb(249 115 22 / var(--tw-text-opacity));
         
     | 
| 
      
 778 
     | 
    
         
            +
            }
         
     |