@innovastudio/contentbox 1.6.73 → 1.6.75

Sign up to get free protection for your applications and to get access to all the features.
@@ -3132,3 +3132,1135 @@ body.fullview.topspace .is-content-view iframe {
3132
3132
  .is-content-view.transition-none {
3133
3133
  transition: none !important;
3134
3134
  }
3135
+
3136
+ /* content.css */
3137
+ #_cbhtml {
3138
+ /* Text Formatting */
3139
+ /* Opacity */
3140
+ /* flex */
3141
+ /* border */
3142
+ /* height */
3143
+ /* colors */
3144
+ /* text colors */
3145
+ /* width */
3146
+ /* height */
3147
+ /* others */
3148
+ }
3149
+ #_cbhtml h1, #_cbhtml h2, #_cbhtml h3, #_cbhtml h4, #_cbhtml h5, #_cbhtml h6 {
3150
+ font-weight: 500;
3151
+ line-height: 1.17;
3152
+ }
3153
+ #_cbhtml h1 {
3154
+ font-size: 2.5rem;
3155
+ margin: 1.2rem 0 1.2rem;
3156
+ }
3157
+ #_cbhtml h2 {
3158
+ font-size: 2rem;
3159
+ margin: 1rem 0 1rem;
3160
+ }
3161
+ #_cbhtml h3 {
3162
+ font-size: 1.73rem;
3163
+ margin: 1rem 0 1rem;
3164
+ }
3165
+ #_cbhtml h4 {
3166
+ font-size: 1.5rem;
3167
+ margin: 0.5rem 0 0.5rem;
3168
+ }
3169
+ #_cbhtml h5 {
3170
+ font-size: 1.25rem;
3171
+ margin: 0.5rem 0 0.5rem;
3172
+ }
3173
+ #_cbhtml h6 {
3174
+ font-size: 1rem;
3175
+ margin: 0.5rem 0 0.5rem;
3176
+ }
3177
+ #_cbhtml p {
3178
+ margin: 0.8rem 0 0.8rem;
3179
+ }
3180
+ #_cbhtml ul, #_cbhtml ol {
3181
+ margin: 0 0 1rem;
3182
+ padding-inline-start: 20px;
3183
+ }
3184
+ #_cbhtml a {
3185
+ color: #000;
3186
+ }
3187
+ #_cbhtml .font-thin {
3188
+ font-weight: 100 !important;
3189
+ }
3190
+ #_cbhtml .font-extralight {
3191
+ font-weight: 200 !important;
3192
+ }
3193
+ #_cbhtml .font-light {
3194
+ font-weight: 300 !important;
3195
+ }
3196
+ #_cbhtml .font-normal {
3197
+ font-weight: 400 !important;
3198
+ }
3199
+ #_cbhtml .font-medium {
3200
+ font-weight: 500 !important;
3201
+ }
3202
+ #_cbhtml .font-semibold {
3203
+ font-weight: 600 !important;
3204
+ }
3205
+ #_cbhtml .font-bold {
3206
+ font-weight: 700 !important;
3207
+ }
3208
+ #_cbhtml .font-extrabold {
3209
+ font-weight: 800 !important;
3210
+ }
3211
+ #_cbhtml .font-black {
3212
+ font-weight: 900 !important;
3213
+ }
3214
+ #_cbhtml .italic {
3215
+ font-style: italic !important;
3216
+ }
3217
+ #_cbhtml .not-italic {
3218
+ font-style: normal !important;
3219
+ }
3220
+ #_cbhtml .display .italic {
3221
+ font-style: italic !important;
3222
+ }
3223
+ #_cbhtml .display .not-italic {
3224
+ font-style: normal !important;
3225
+ }
3226
+ #_cbhtml .underline {
3227
+ -webkit-text-decoration-line: underline !important;
3228
+ text-decoration-line: underline !important;
3229
+ }
3230
+ #_cbhtml .line-through {
3231
+ -webkit-text-decoration-line: line-through !important;
3232
+ text-decoration-line: line-through !important;
3233
+ }
3234
+ #_cbhtml .no-underline {
3235
+ -webkit-text-decoration-line: none !important;
3236
+ text-decoration-line: none !important;
3237
+ }
3238
+ #_cbhtml .uppercase {
3239
+ text-transform: uppercase !important;
3240
+ }
3241
+ #_cbhtml .lowercase {
3242
+ text-transform: lowercase !important;
3243
+ }
3244
+ #_cbhtml .capitalize {
3245
+ text-transform: capitalize !important;
3246
+ }
3247
+ #_cbhtml .normal-case {
3248
+ text-transform: none !important;
3249
+ }
3250
+ #_cbhtml .text-left {
3251
+ text-align: left;
3252
+ }
3253
+ #_cbhtml .text-center {
3254
+ text-align: center;
3255
+ }
3256
+ #_cbhtml .text-right {
3257
+ text-align: right;
3258
+ }
3259
+ #_cbhtml .text-justify {
3260
+ text-align: justify;
3261
+ }
3262
+ #_cbhtml .sub, #_cbhtml .sup {
3263
+ font-size: 75%;
3264
+ line-height: 0;
3265
+ position: relative;
3266
+ vertical-align: baseline;
3267
+ }
3268
+ #_cbhtml .sup {
3269
+ top: -0.3em;
3270
+ vertical-align: super;
3271
+ }
3272
+ #_cbhtml .sub {
3273
+ bottom: -0.25em;
3274
+ vertical-align: sub;
3275
+ }
3276
+ #_cbhtml .tracking--100 {
3277
+ letter-spacing: -0.1em !important;
3278
+ }
3279
+ #_cbhtml .tracking--75 {
3280
+ letter-spacing: -0.075em !important;
3281
+ }
3282
+ #_cbhtml .tracking--50, #_cbhtml .tracking-tighter {
3283
+ letter-spacing: -0.05em !important;
3284
+ }
3285
+ #_cbhtml .tracking--25, #_cbhtml .tracking-tight {
3286
+ letter-spacing: -0.025em !important;
3287
+ }
3288
+ #_cbhtml .tracking-0, #_cbhtml .tracking-normal {
3289
+ letter-spacing: 0em !important;
3290
+ }
3291
+ #_cbhtml .tracking-25, #_cbhtml .tracking-wide {
3292
+ letter-spacing: 0.025em !important;
3293
+ }
3294
+ #_cbhtml .tracking-50, #_cbhtml .tracking-wider {
3295
+ letter-spacing: 0.05em !important;
3296
+ }
3297
+ #_cbhtml .tracking-75 {
3298
+ letter-spacing: 0.075em !important;
3299
+ }
3300
+ #_cbhtml .tracking-100, #_cbhtml .tracking-widest {
3301
+ letter-spacing: 0.1em !important;
3302
+ }
3303
+ #_cbhtml .tracking-125 {
3304
+ letter-spacing: 0.125em !important;
3305
+ }
3306
+ #_cbhtml .tracking-150 {
3307
+ letter-spacing: 0.15em !important;
3308
+ }
3309
+ #_cbhtml .tracking-175 {
3310
+ letter-spacing: 0.175em !important;
3311
+ }
3312
+ #_cbhtml .tracking-200 {
3313
+ letter-spacing: 0.2em !important;
3314
+ }
3315
+ #_cbhtml .tracking-225 {
3316
+ letter-spacing: 0.225em !important;
3317
+ }
3318
+ #_cbhtml .tracking-250 {
3319
+ letter-spacing: 0.25em !important;
3320
+ }
3321
+ #_cbhtml .tracking-275 {
3322
+ letter-spacing: 0.275em !important;
3323
+ }
3324
+ #_cbhtml .tracking-300 {
3325
+ letter-spacing: 0.3em !important;
3326
+ }
3327
+ #_cbhtml .tracking-325 {
3328
+ letter-spacing: 0.325em !important;
3329
+ }
3330
+ #_cbhtml .tracking-350 {
3331
+ letter-spacing: 0.35em !important;
3332
+ }
3333
+ #_cbhtml .tracking-375 {
3334
+ letter-spacing: 0.375em !important;
3335
+ }
3336
+ #_cbhtml .tracking-400 {
3337
+ letter-spacing: 0.4em !important;
3338
+ }
3339
+ #_cbhtml .tracking-425 {
3340
+ letter-spacing: 0.425em !important;
3341
+ }
3342
+ #_cbhtml .tracking-450 {
3343
+ letter-spacing: 0.45em !important;
3344
+ }
3345
+ #_cbhtml .tracking-475 {
3346
+ letter-spacing: 0.475em !important;
3347
+ }
3348
+ #_cbhtml .tracking-500 {
3349
+ letter-spacing: 0.5em !important;
3350
+ }
3351
+ #_cbhtml .leading-05 {
3352
+ line-height: 0.5 !important;
3353
+ }
3354
+ #_cbhtml .leading-06 {
3355
+ line-height: 0.6 !important;
3356
+ }
3357
+ #_cbhtml .leading-07 {
3358
+ line-height: 0.7 !important;
3359
+ }
3360
+ #_cbhtml .leading-08 {
3361
+ line-height: 0.8 !important;
3362
+ }
3363
+ #_cbhtml .leading-09 {
3364
+ line-height: 0.9 !important;
3365
+ }
3366
+ #_cbhtml .leading-10, #_cbhtml .leading-none {
3367
+ line-height: 1 !important;
3368
+ }
3369
+ #_cbhtml .leading-11 {
3370
+ line-height: 1.1 !important;
3371
+ }
3372
+ #_cbhtml .leading-12 {
3373
+ line-height: 1.2 !important;
3374
+ }
3375
+ #_cbhtml .leading-tight {
3376
+ line-height: 1.25 !important;
3377
+ }
3378
+ #_cbhtml .leading-13 {
3379
+ line-height: 1.3 !important;
3380
+ }
3381
+ #_cbhtml .leading-snug {
3382
+ line-height: 1.375 !important;
3383
+ }
3384
+ #_cbhtml .leading-14 {
3385
+ line-height: 1.4 !important;
3386
+ }
3387
+ #_cbhtml .leading-15, #_cbhtml .leading-normal {
3388
+ line-height: 1.5 !important;
3389
+ }
3390
+ #_cbhtml .leading-16 {
3391
+ line-height: 1.6 !important;
3392
+ }
3393
+ #_cbhtml .leading-relaxed {
3394
+ line-height: 1.625 !important;
3395
+ }
3396
+ #_cbhtml .leading-17 {
3397
+ line-height: 1.7 !important;
3398
+ }
3399
+ #_cbhtml .leading-18 {
3400
+ line-height: 1.8 !important;
3401
+ }
3402
+ #_cbhtml .leading-19 {
3403
+ line-height: 1.9 !important;
3404
+ }
3405
+ #_cbhtml .leading-20, #_cbhtml .leading-loose {
3406
+ line-height: 2 !important;
3407
+ }
3408
+ #_cbhtml .leading-21 {
3409
+ line-height: 2.1 !important;
3410
+ }
3411
+ #_cbhtml .leading-22 {
3412
+ line-height: 2.2 !important;
3413
+ }
3414
+ #_cbhtml .leading-23 {
3415
+ line-height: 2.3 !important;
3416
+ }
3417
+ #_cbhtml .leading-24 {
3418
+ line-height: 2.4 !important;
3419
+ }
3420
+ #_cbhtml .leading-25 {
3421
+ line-height: 2.5 !important;
3422
+ }
3423
+ #_cbhtml .leading-26 {
3424
+ line-height: 2.6 !important;
3425
+ }
3426
+ #_cbhtml .leading-27 {
3427
+ line-height: 2.7 !important;
3428
+ }
3429
+ #_cbhtml .leading-28 {
3430
+ line-height: 2.8 !important;
3431
+ }
3432
+ #_cbhtml .leading-29 {
3433
+ line-height: 2.9 !important;
3434
+ }
3435
+ #_cbhtml .leading-30 {
3436
+ line-height: 3 !important;
3437
+ }
3438
+ #_cbhtml .opacity-0 {
3439
+ opacity: 0 !important;
3440
+ }
3441
+ #_cbhtml .opacity-2 {
3442
+ opacity: 0.02 !important;
3443
+ }
3444
+ #_cbhtml .opacity-4 {
3445
+ opacity: 0.04 !important;
3446
+ }
3447
+ #_cbhtml .opacity-5 {
3448
+ opacity: 0.05 !important;
3449
+ }
3450
+ #_cbhtml .opacity-6 {
3451
+ opacity: 0.06 !important;
3452
+ }
3453
+ #_cbhtml .opacity-8 {
3454
+ opacity: 0.08 !important;
3455
+ }
3456
+ #_cbhtml .opacity-10 {
3457
+ opacity: 0.1 !important;
3458
+ }
3459
+ #_cbhtml .opacity-12 {
3460
+ opacity: 0.12 !important;
3461
+ }
3462
+ #_cbhtml .opacity-15 {
3463
+ opacity: 0.15 !important;
3464
+ }
3465
+ #_cbhtml .opacity-20 {
3466
+ opacity: 0.2 !important;
3467
+ }
3468
+ #_cbhtml .opacity-25 {
3469
+ opacity: 0.25 !important;
3470
+ }
3471
+ #_cbhtml .opacity-30 {
3472
+ opacity: 0.3 !important;
3473
+ }
3474
+ #_cbhtml .opacity-35 {
3475
+ opacity: 0.35 !important;
3476
+ }
3477
+ #_cbhtml .opacity-40 {
3478
+ opacity: 0.4 !important;
3479
+ }
3480
+ #_cbhtml .opacity-45 {
3481
+ opacity: 0.45 !important;
3482
+ }
3483
+ #_cbhtml .opacity-50 {
3484
+ opacity: 0.5 !important;
3485
+ }
3486
+ #_cbhtml .opacity-55 {
3487
+ opacity: 0.55 !important;
3488
+ }
3489
+ #_cbhtml .opacity-60 {
3490
+ opacity: 0.6 !important;
3491
+ }
3492
+ #_cbhtml .opacity-65 {
3493
+ opacity: 0.65 !important;
3494
+ }
3495
+ #_cbhtml .opacity-70 {
3496
+ opacity: 0.7 !important;
3497
+ }
3498
+ #_cbhtml .opacity-75 {
3499
+ opacity: 0.75 !important;
3500
+ }
3501
+ #_cbhtml .opacity-80 {
3502
+ opacity: 0.8 !important;
3503
+ }
3504
+ #_cbhtml .opacity-85 {
3505
+ opacity: 0.85 !important;
3506
+ }
3507
+ #_cbhtml .opacity-90 {
3508
+ opacity: 0.9 !important;
3509
+ }
3510
+ #_cbhtml .opacity-95 {
3511
+ opacity: 0.95 !important;
3512
+ }
3513
+ #_cbhtml .opacity-100 {
3514
+ opacity: 1 !important;
3515
+ }
3516
+ #_cbhtml .p-0 {
3517
+ padding: 0px;
3518
+ }
3519
+ #_cbhtml .p-1 {
3520
+ padding: 0.25rem;
3521
+ }
3522
+ #_cbhtml .p-2 {
3523
+ padding: 0.5rem;
3524
+ }
3525
+ #_cbhtml .p-3 {
3526
+ padding: 0.75rem;
3527
+ }
3528
+ #_cbhtml .p-4 {
3529
+ padding: 1rem;
3530
+ }
3531
+ #_cbhtml .p-5 {
3532
+ padding: 1.25rem;
3533
+ }
3534
+ #_cbhtml .p-6 {
3535
+ padding: 1.5rem;
3536
+ }
3537
+ #_cbhtml .p-7 {
3538
+ padding: 1.75rem;
3539
+ }
3540
+ #_cbhtml .p-8 {
3541
+ padding: 2rem;
3542
+ }
3543
+ #_cbhtml .p-9 {
3544
+ padding: 2.25rem;
3545
+ }
3546
+ #_cbhtml .p-10 {
3547
+ padding: 2.5rem;
3548
+ }
3549
+ #_cbhtml .p-11 {
3550
+ padding: 2.75rem;
3551
+ }
3552
+ #_cbhtml .p-12 {
3553
+ padding: 3rem;
3554
+ }
3555
+ #_cbhtml .p-14 {
3556
+ padding: 3.5rem;
3557
+ }
3558
+ #_cbhtml .p-16 {
3559
+ padding: 4rem;
3560
+ }
3561
+ #_cbhtml .p-20 {
3562
+ padding: 5rem;
3563
+ }
3564
+ #_cbhtml .px-0 {
3565
+ padding-left: 0px;
3566
+ padding-right: 0px;
3567
+ }
3568
+ #_cbhtml .px-1 {
3569
+ padding-left: 0.25rem;
3570
+ padding-right: 0.25rem;
3571
+ }
3572
+ #_cbhtml .px-2 {
3573
+ padding-left: 0.5rem;
3574
+ padding-right: 0.5rem;
3575
+ }
3576
+ #_cbhtml .px-3 {
3577
+ padding-left: 0.75rem;
3578
+ padding-right: 0.75rem;
3579
+ }
3580
+ #_cbhtml .px-4 {
3581
+ padding-left: 1rem;
3582
+ padding-right: 1rem;
3583
+ }
3584
+ #_cbhtml .px-5 {
3585
+ padding-left: 1.25rem;
3586
+ padding-right: 1.25rem;
3587
+ }
3588
+ #_cbhtml .px-6 {
3589
+ padding-left: 1.5rem;
3590
+ padding-right: 1.5rem;
3591
+ }
3592
+ #_cbhtml .px-7 {
3593
+ padding-left: 1.75rem;
3594
+ padding-right: 1.75rem;
3595
+ }
3596
+ #_cbhtml .px-8 {
3597
+ padding-left: 2rem;
3598
+ padding-right: 2rem;
3599
+ }
3600
+ #_cbhtml .px-9 {
3601
+ padding-left: 2.25rem;
3602
+ padding-right: 2.25rem;
3603
+ }
3604
+ #_cbhtml .px-10 {
3605
+ padding-left: 2.5rem;
3606
+ padding-right: 2.5rem;
3607
+ }
3608
+ #_cbhtml .px-11 {
3609
+ padding-left: 2.75rem;
3610
+ padding-right: 2.75rem;
3611
+ }
3612
+ #_cbhtml .px-12 {
3613
+ padding-left: 3rem;
3614
+ padding-right: 3rem;
3615
+ }
3616
+ #_cbhtml .px-14 {
3617
+ padding-left: 3.5rem;
3618
+ padding-right: 3.5rem;
3619
+ }
3620
+ #_cbhtml .px-16 {
3621
+ padding-left: 4rem;
3622
+ padding-right: 4rem;
3623
+ }
3624
+ #_cbhtml .px-20 {
3625
+ padding-left: 5rem;
3626
+ padding-right: 5rem;
3627
+ }
3628
+ #_cbhtml .py-0 {
3629
+ padding-top: 0px;
3630
+ padding-bottom: 0px;
3631
+ }
3632
+ #_cbhtml .py-1 {
3633
+ padding-top: 0.25rem;
3634
+ padding-bottom: 0.25rem;
3635
+ }
3636
+ #_cbhtml .py-2 {
3637
+ padding-top: 0.5rem;
3638
+ padding-bottom: 0.5rem;
3639
+ }
3640
+ #_cbhtml .py-3 {
3641
+ padding-top: 0.75rem;
3642
+ padding-bottom: 0.75rem;
3643
+ }
3644
+ #_cbhtml .py-4 {
3645
+ padding-top: 1rem;
3646
+ padding-bottom: 1rem;
3647
+ }
3648
+ #_cbhtml .py-5 {
3649
+ padding-top: 1.25rem;
3650
+ padding-bottom: 1.25rem;
3651
+ }
3652
+ #_cbhtml .py-6 {
3653
+ padding-top: 1.5rem;
3654
+ padding-bottom: 1.5rem;
3655
+ }
3656
+ #_cbhtml .py-7 {
3657
+ padding-top: 1.75rem;
3658
+ padding-bottom: 1.75rem;
3659
+ }
3660
+ #_cbhtml .py-8 {
3661
+ padding-top: 2rem;
3662
+ padding-bottom: 2rem;
3663
+ }
3664
+ #_cbhtml .py-9 {
3665
+ padding-top: 2.25rem;
3666
+ padding-bottom: 2.25rem;
3667
+ }
3668
+ #_cbhtml .py-10 {
3669
+ padding-top: 2.5rem;
3670
+ padding-bottom: 2.5rem;
3671
+ }
3672
+ #_cbhtml .py-11 {
3673
+ padding-top: 2.75rem;
3674
+ padding-bottom: 2.75rem;
3675
+ }
3676
+ #_cbhtml .py-12 {
3677
+ padding-top: 3rem;
3678
+ padding-bottom: 3rem;
3679
+ }
3680
+ #_cbhtml .py-14 {
3681
+ padding-top: 3.5rem;
3682
+ padding-bottom: 3.5rem;
3683
+ }
3684
+ #_cbhtml .py-16 {
3685
+ padding-top: 4rem;
3686
+ padding-bottom: 4rem;
3687
+ }
3688
+ #_cbhtml .py-20 {
3689
+ padding-top: 5rem;
3690
+ padding-bottom: 5rem;
3691
+ }
3692
+ #_cbhtml .pb-0 {
3693
+ padding-bottom: 0px !important;
3694
+ }
3695
+ #_cbhtml .pb-1 {
3696
+ padding-bottom: 0.25rem !important;
3697
+ }
3698
+ #_cbhtml .pb-2 {
3699
+ padding-bottom: 0.5rem !important;
3700
+ }
3701
+ #_cbhtml .pb-3 {
3702
+ padding-bottom: 0.75rem !important;
3703
+ }
3704
+ #_cbhtml .pb-4 {
3705
+ padding-bottom: 1rem !important;
3706
+ }
3707
+ #_cbhtml .pb-5 {
3708
+ padding-bottom: 1.25rem !important;
3709
+ }
3710
+ #_cbhtml .pb-6 {
3711
+ padding-bottom: 1.5rem !important;
3712
+ }
3713
+ #_cbhtml .pb-7 {
3714
+ padding-bottom: 1.75rem !important;
3715
+ }
3716
+ #_cbhtml .pb-8 {
3717
+ padding-bottom: 2rem !important;
3718
+ }
3719
+ #_cbhtml .pb-9 {
3720
+ padding-bottom: 2.25rem !important;
3721
+ }
3722
+ #_cbhtml .pb-10 {
3723
+ padding-bottom: 2.5rem !important;
3724
+ }
3725
+ #_cbhtml .pb-11 {
3726
+ padding-bottom: 2.75rem !important;
3727
+ }
3728
+ #_cbhtml .pb-12 {
3729
+ padding-bottom: 3rem !important;
3730
+ }
3731
+ #_cbhtml .pb-14 {
3732
+ padding-bottom: 3.5rem !important;
3733
+ }
3734
+ #_cbhtml .pb-16 {
3735
+ padding-bottom: 4rem !important;
3736
+ }
3737
+ #_cbhtml .pb-20 {
3738
+ padding-bottom: 5rem !important;
3739
+ }
3740
+ #_cbhtml .pr-0 {
3741
+ padding-right: 0px !important;
3742
+ }
3743
+ #_cbhtml .pr-1 {
3744
+ padding-right: 0.25rem !important;
3745
+ }
3746
+ #_cbhtml .pr-2 {
3747
+ padding-right: 0.5rem !important;
3748
+ }
3749
+ #_cbhtml .pr-3 {
3750
+ padding-right: 0.75rem !important;
3751
+ }
3752
+ #_cbhtml .pr-4 {
3753
+ padding-right: 1rem !important;
3754
+ }
3755
+ #_cbhtml .pr-5 {
3756
+ padding-right: 1.25rem !important;
3757
+ }
3758
+ #_cbhtml .pr-6 {
3759
+ padding-right: 1.5rem !important;
3760
+ }
3761
+ #_cbhtml .pr-7 {
3762
+ padding-right: 1.75rem !important;
3763
+ }
3764
+ #_cbhtml .pr-8 {
3765
+ padding-right: 2rem !important;
3766
+ }
3767
+ #_cbhtml .pr-9 {
3768
+ padding-right: 2.25rem !important;
3769
+ }
3770
+ #_cbhtml .pr-10 {
3771
+ padding-right: 2.5rem !important;
3772
+ }
3773
+ #_cbhtml .pr-11 {
3774
+ padding-right: 2.75rem !important;
3775
+ }
3776
+ #_cbhtml .pr-12 {
3777
+ padding-right: 3rem !important;
3778
+ }
3779
+ #_cbhtml .pr-14 {
3780
+ padding-right: 3.5rem !important;
3781
+ }
3782
+ #_cbhtml .pr-16 {
3783
+ padding-right: 4rem !important;
3784
+ }
3785
+ #_cbhtml .pr-20 {
3786
+ padding-right: 5rem !important;
3787
+ }
3788
+ #_cbhtml .pt-0 {
3789
+ padding-top: 0px !important;
3790
+ }
3791
+ #_cbhtml .pt-1 {
3792
+ padding-top: 0.25rem !important;
3793
+ }
3794
+ #_cbhtml .pt-2 {
3795
+ padding-top: 0.5rem !important;
3796
+ }
3797
+ #_cbhtml .pt-3 {
3798
+ padding-top: 0.75rem !important;
3799
+ }
3800
+ #_cbhtml .pt-4 {
3801
+ padding-top: 1rem !important;
3802
+ }
3803
+ #_cbhtml .pt-5 {
3804
+ padding-top: 1.25rem !important;
3805
+ }
3806
+ #_cbhtml .pt-6 {
3807
+ padding-top: 1.5rem !important;
3808
+ }
3809
+ #_cbhtml .pt-7 {
3810
+ padding-top: 1.75rem !important;
3811
+ }
3812
+ #_cbhtml .pt-8 {
3813
+ padding-top: 2rem !important;
3814
+ }
3815
+ #_cbhtml .pt-9 {
3816
+ padding-top: 2.25rem !important;
3817
+ }
3818
+ #_cbhtml .pt-10 {
3819
+ padding-top: 2.5rem !important;
3820
+ }
3821
+ #_cbhtml .pt-11 {
3822
+ padding-top: 2.75rem !important;
3823
+ }
3824
+ #_cbhtml .pt-12 {
3825
+ padding-top: 3rem !important;
3826
+ }
3827
+ #_cbhtml .pt-14 {
3828
+ padding-top: 3.5rem !important;
3829
+ }
3830
+ #_cbhtml .pt-16 {
3831
+ padding-top: 4rem !important;
3832
+ }
3833
+ #_cbhtml .pt-20 {
3834
+ padding-top: 5rem !important;
3835
+ }
3836
+ #_cbhtml .pl-0 {
3837
+ padding-left: 0px !important;
3838
+ }
3839
+ #_cbhtml .pl-1 {
3840
+ padding-left: 0.25rem !important;
3841
+ }
3842
+ #_cbhtml .pl-2 {
3843
+ padding-left: 0.5rem !important;
3844
+ }
3845
+ #_cbhtml .pl-3 {
3846
+ padding-left: 0.75rem !important;
3847
+ }
3848
+ #_cbhtml .pl-4 {
3849
+ padding-left: 1rem !important;
3850
+ }
3851
+ #_cbhtml .pl-5 {
3852
+ padding-left: 1.25rem !important;
3853
+ }
3854
+ #_cbhtml .pl-6 {
3855
+ padding-left: 1.5rem !important;
3856
+ }
3857
+ #_cbhtml .pl-7 {
3858
+ padding-left: 1.75rem !important;
3859
+ }
3860
+ #_cbhtml .pl-8 {
3861
+ padding-left: 2rem !important;
3862
+ }
3863
+ #_cbhtml .pl-9 {
3864
+ padding-left: 2.25rem !important;
3865
+ }
3866
+ #_cbhtml .pl-10 {
3867
+ padding-left: 2.5rem !important;
3868
+ }
3869
+ #_cbhtml .pl-11 {
3870
+ padding-left: 2.75rem !important;
3871
+ }
3872
+ #_cbhtml .pl-12 {
3873
+ padding-left: 3rem !important;
3874
+ }
3875
+ #_cbhtml .pl-14 {
3876
+ padding-left: 3.5rem !important;
3877
+ }
3878
+ #_cbhtml .pl-16 {
3879
+ padding-left: 4rem !important;
3880
+ }
3881
+ #_cbhtml .pl-20 {
3882
+ padding-left: 5rem !important;
3883
+ }
3884
+ #_cbhtml .ml-0 {
3885
+ margin-left: 0px;
3886
+ }
3887
+ #_cbhtml .ml-1 {
3888
+ margin-left: 0.25rem;
3889
+ }
3890
+ #_cbhtml .ml-2 {
3891
+ margin-left: 0.5rem;
3892
+ }
3893
+ #_cbhtml .ml-3 {
3894
+ margin-left: 0.75rem;
3895
+ }
3896
+ #_cbhtml .ml-4 {
3897
+ margin-left: 1rem;
3898
+ }
3899
+ #_cbhtml .ml-5 {
3900
+ margin-left: 1.25rem;
3901
+ }
3902
+ #_cbhtml .ml-6 {
3903
+ margin-left: 1.5rem;
3904
+ }
3905
+ #_cbhtml .ml-8 {
3906
+ margin-left: 2rem;
3907
+ }
3908
+ #_cbhtml .ml-10 {
3909
+ margin-left: 2.5rem;
3910
+ }
3911
+ #_cbhtml .mr-0 {
3912
+ margin-right: 0px;
3913
+ }
3914
+ #_cbhtml .mr-1 {
3915
+ margin-right: 0.25rem;
3916
+ }
3917
+ #_cbhtml .mr-2 {
3918
+ margin-right: 0.5rem;
3919
+ }
3920
+ #_cbhtml .mr-3 {
3921
+ margin-right: 0.75rem;
3922
+ }
3923
+ #_cbhtml .mr-4 {
3924
+ margin-right: 1rem;
3925
+ }
3926
+ #_cbhtml .mr-5 {
3927
+ margin-right: 1.25rem;
3928
+ }
3929
+ #_cbhtml .mr-6 {
3930
+ margin-right: 1.5rem;
3931
+ }
3932
+ #_cbhtml .mr-8 {
3933
+ margin-right: 2rem;
3934
+ }
3935
+ #_cbhtml .mr-10 {
3936
+ margin-right: 2.5rem;
3937
+ }
3938
+ #_cbhtml .mt-0 {
3939
+ margin-top: 0px;
3940
+ }
3941
+ #_cbhtml .mt-1 {
3942
+ margin-top: 0.25rem;
3943
+ }
3944
+ #_cbhtml .mt-2 {
3945
+ margin-top: 0.5rem;
3946
+ }
3947
+ #_cbhtml .mt-3 {
3948
+ margin-top: 0.75rem;
3949
+ }
3950
+ #_cbhtml .mt-4 {
3951
+ margin-top: 1rem;
3952
+ }
3953
+ #_cbhtml .mt-5 {
3954
+ margin-top: 1.25rem;
3955
+ }
3956
+ #_cbhtml .mt-6 {
3957
+ margin-top: 1.5rem;
3958
+ }
3959
+ #_cbhtml .mt-8 {
3960
+ margin-top: 2rem;
3961
+ }
3962
+ #_cbhtml .mt-10 {
3963
+ margin-top: 2.5rem;
3964
+ }
3965
+ #_cbhtml .mb-0 {
3966
+ margin-bottom: 0px;
3967
+ }
3968
+ #_cbhtml .mb-1 {
3969
+ margin-bottom: 0.25rem;
3970
+ }
3971
+ #_cbhtml .mb-2 {
3972
+ margin-bottom: 0.5rem;
3973
+ }
3974
+ #_cbhtml .mb-3 {
3975
+ margin-bottom: 0.75rem;
3976
+ }
3977
+ #_cbhtml .mb-4 {
3978
+ margin-bottom: 1rem;
3979
+ }
3980
+ #_cbhtml .mb-5 {
3981
+ margin-bottom: 1.25rem;
3982
+ }
3983
+ #_cbhtml .mb-6 {
3984
+ margin-bottom: 1.5rem;
3985
+ }
3986
+ #_cbhtml .mb-8 {
3987
+ margin-bottom: 2rem;
3988
+ }
3989
+ #_cbhtml .mb-10 {
3990
+ margin-bottom: 2.5rem;
3991
+ }
3992
+ #_cbhtml .flex {
3993
+ display: flex;
3994
+ }
3995
+ #_cbhtml .block {
3996
+ display: block;
3997
+ }
3998
+ #_cbhtml .inline {
3999
+ display: inline;
4000
+ }
4001
+ #_cbhtml .inline-block {
4002
+ display: inline-block;
4003
+ }
4004
+ #_cbhtml .inline-flex {
4005
+ display: inline-flex;
4006
+ }
4007
+ #_cbhtml .flex-row {
4008
+ flex-direction: row;
4009
+ }
4010
+ #_cbhtml .flex-row-reverse {
4011
+ flex-direction: row-reverse;
4012
+ }
4013
+ #_cbhtml .flex-col {
4014
+ flex-direction: column;
4015
+ }
4016
+ #_cbhtml .flex-col-reverse {
4017
+ flex-direction: column-reverse;
4018
+ }
4019
+ #_cbhtml .flex-wrap {
4020
+ flex-wrap: wrap;
4021
+ }
4022
+ #_cbhtml .flex-wrap-reverse {
4023
+ flex-wrap: wrap-reverse;
4024
+ }
4025
+ #_cbhtml .flex-nowrap {
4026
+ flex-wrap: nowrap;
4027
+ }
4028
+ #_cbhtml .justify-start {
4029
+ justify-content: flex-start;
4030
+ }
4031
+ #_cbhtml .justify-end {
4032
+ justify-content: flex-end;
4033
+ }
4034
+ #_cbhtml .justify-center {
4035
+ justify-content: center;
4036
+ }
4037
+ #_cbhtml .justify-between {
4038
+ justify-content: space-between;
4039
+ }
4040
+ #_cbhtml .justify-around {
4041
+ justify-content: space-around;
4042
+ }
4043
+ #_cbhtml .justify-evenly {
4044
+ justify-content: space-evenly;
4045
+ }
4046
+ #_cbhtml .items-start {
4047
+ align-items: flex-start;
4048
+ }
4049
+ #_cbhtml .items-end {
4050
+ align-items: flex-end;
4051
+ }
4052
+ #_cbhtml .items-center {
4053
+ align-items: center;
4054
+ }
4055
+ #_cbhtml .items-baseline {
4056
+ align-items: baseline;
4057
+ }
4058
+ #_cbhtml .items-stretch {
4059
+ align-items: stretch;
4060
+ }
4061
+ #_cbhtml .border-solid {
4062
+ border-style: solid;
4063
+ }
4064
+ #_cbhtml .border-none {
4065
+ border-style: none;
4066
+ }
4067
+ #_cbhtml .border {
4068
+ border-width: 1px;
4069
+ }
4070
+ #_cbhtml .border-0 {
4071
+ border-width: 0px;
4072
+ }
4073
+ #_cbhtml .border-2 {
4074
+ border-width: 2px;
4075
+ }
4076
+ #_cbhtml .border-transparent {
4077
+ border-color: transparent;
4078
+ }
4079
+ #_cbhtml .border-current {
4080
+ border-color: currentColor;
4081
+ }
4082
+ #_cbhtml .hover\:border-transparent:hover {
4083
+ border-color: transparent !important;
4084
+ }
4085
+ #_cbhtml .hover\:border-current:hover {
4086
+ border-color: currentColor !important;
4087
+ }
4088
+ #_cbhtml .rounded-none {
4089
+ border-radius: 0px;
4090
+ }
4091
+ #_cbhtml .rounded-sm {
4092
+ border-radius: 0.125rem;
4093
+ }
4094
+ #_cbhtml .rounded {
4095
+ border-radius: 0.25rem;
4096
+ }
4097
+ #_cbhtml .rounded-md {
4098
+ border-radius: 0.375rem;
4099
+ }
4100
+ #_cbhtml .rounded-lg {
4101
+ border-radius: 0.5rem;
4102
+ }
4103
+ #_cbhtml .rounded-full {
4104
+ border-radius: 9999px;
4105
+ }
4106
+ #_cbhtml .rounded-2xl {
4107
+ border-radius: 1rem;
4108
+ }
4109
+ #_cbhtml .rounded-3xl {
4110
+ border-radius: 1.5rem;
4111
+ }
4112
+ #_cbhtml .rounded-xl {
4113
+ border-radius: 0.75rem;
4114
+ }
4115
+ #_cbhtml .h-auto {
4116
+ height: auto;
4117
+ }
4118
+ #_cbhtml .h-full {
4119
+ height: 100%;
4120
+ }
4121
+ #_cbhtml .bg-transparent {
4122
+ background-color: transparent;
4123
+ }
4124
+ #_cbhtml .bg-current {
4125
+ background-color: currentColor;
4126
+ }
4127
+ #_cbhtml .bg-black {
4128
+ --tw-bg-opacity: 1;
4129
+ background-color: rgb(0 0 0/var(--tw-bg-opacity));
4130
+ }
4131
+ #_cbhtml .bg-white {
4132
+ --tw-bg-opacity: 1;
4133
+ background-color: rgb(255 255 255/var(--tw-bg-opacity));
4134
+ }
4135
+ #_cbhtml .text-transparent {
4136
+ color: transparent;
4137
+ }
4138
+ #_cbhtml .text-current {
4139
+ color: currentColor;
4140
+ }
4141
+ #_cbhtml .text-black {
4142
+ --tw-text-opacity: 1;
4143
+ color: rgb(0 0 0/var(--tw-text-opacity));
4144
+ }
4145
+ #_cbhtml .text-white {
4146
+ --tw-text-opacity: 1;
4147
+ color: rgb(255 255 255/var(--tw-text-opacity));
4148
+ }
4149
+ #_cbhtml .hover\:text-white:hover {
4150
+ --tw-text-opacity: 1;
4151
+ color: rgb(255 255 255/var(--tw-text-opacity)) !important;
4152
+ }
4153
+ #_cbhtml .hover\:text-black:hover {
4154
+ --tw-text-opacity: 1;
4155
+ color: rgb(0 0 0/var(--tw-text-opacity)) !important;
4156
+ }
4157
+ #_cbhtml .hover\:text-current:hover {
4158
+ color: currentColor !important;
4159
+ }
4160
+ #_cbhtml .w-full {
4161
+ width: 100%;
4162
+ }
4163
+ #_cbhtml .w-screen {
4164
+ width: 100vw;
4165
+ }
4166
+ #_cbhtml .w-1\/2 {
4167
+ width: 50%;
4168
+ }
4169
+ #_cbhtml .w-1\/3 {
4170
+ width: 33.333333%;
4171
+ }
4172
+ #_cbhtml .w-2\/3 {
4173
+ width: 66.666667%;
4174
+ }
4175
+ #_cbhtml .w-1\/4 {
4176
+ width: 25%;
4177
+ }
4178
+ #_cbhtml .w-2\/4 {
4179
+ width: 50%;
4180
+ }
4181
+ #_cbhtml .w-3\/4 {
4182
+ width: 75%;
4183
+ }
4184
+ #_cbhtml .w-1\/5 {
4185
+ width: 20%;
4186
+ }
4187
+ #_cbhtml .w-2\/5 {
4188
+ width: 40%;
4189
+ }
4190
+ #_cbhtml .w-3\/5 {
4191
+ width: 60%;
4192
+ }
4193
+ #_cbhtml .w-4\/5 {
4194
+ width: 80%;
4195
+ }
4196
+ #_cbhtml .w-1\/6 {
4197
+ width: 16.666667%;
4198
+ }
4199
+ #_cbhtml .w-2\/6 {
4200
+ width: 33.333333%;
4201
+ }
4202
+ #_cbhtml .w-3\/6 {
4203
+ width: 50%;
4204
+ }
4205
+ #_cbhtml .w-4\/6 {
4206
+ width: 66.666667%;
4207
+ }
4208
+ #_cbhtml .w-5\/6 {
4209
+ width: 83.333333%;
4210
+ }
4211
+ #_cbhtml .w-1\/12 {
4212
+ width: 8.333333%;
4213
+ }
4214
+ #_cbhtml .w-2\/12 {
4215
+ width: 16.666667%;
4216
+ }
4217
+ #_cbhtml .w-3\/12 {
4218
+ width: 25%;
4219
+ }
4220
+ #_cbhtml .w-4\/12 {
4221
+ width: 33.333333%;
4222
+ }
4223
+ #_cbhtml .w-5\/12 {
4224
+ width: 41.666667%;
4225
+ }
4226
+ #_cbhtml .w-6\/12 {
4227
+ width: 50%;
4228
+ }
4229
+ #_cbhtml .w-7\/12 {
4230
+ width: 58.333333%;
4231
+ }
4232
+ #_cbhtml .w-8\/12 {
4233
+ width: 66.666667%;
4234
+ }
4235
+ #_cbhtml .w-9\/12 {
4236
+ width: 75%;
4237
+ }
4238
+ #_cbhtml .w-10\/12 {
4239
+ width: 83.333333%;
4240
+ }
4241
+ #_cbhtml .w-11\/12 {
4242
+ width: 91.666667%;
4243
+ }
4244
+ #_cbhtml .h-full {
4245
+ height: 100%;
4246
+ }
4247
+ #_cbhtml .h-screen {
4248
+ height: 100vw;
4249
+ }
4250
+ #_cbhtml .whitespace-nowrap {
4251
+ white-space: nowrap;
4252
+ }
4253
+ #_cbhtml .text-base {
4254
+ font-size: 1rem;
4255
+ line-height: 1.5rem;
4256
+ }
4257
+ #_cbhtml .transition-all {
4258
+ transition-property: all;
4259
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
4260
+ transition-duration: 150ms;
4261
+ }
4262
+ #_cbhtml .cursor-pointer {
4263
+ cursor: pointer;
4264
+ }
4265
+
4266
+ /* /content.css */