holygrail2 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -656,6 +656,10 @@ input[type=number] {
656
656
  }
657
657
  }
658
658
 
659
+ .container-10 {
660
+ max-width: 200px;
661
+ }
662
+
659
663
  .container-11 {
660
664
  margin: 0 auto;
661
665
  padding: 0 24px;
@@ -1330,17 +1334,10 @@ input[type=number] {
1330
1334
  margin: 0 auto;
1331
1335
  }
1332
1336
 
1333
- .grid-8 {
1337
+ .grid-2 {
1334
1338
  display: grid;
1335
- grid-template-columns: repeat(8, 1fr);
1336
- gap: 16px;
1337
- width: 100%;
1338
- align-items: start;
1339
- max-width: 1200px;
1340
- margin: 0 auto;
1341
- }
1342
- .grid-8 img {
1343
- border: 1px solid #eaeaea;
1339
+ grid-template-columns: repeat(2, 1fr);
1340
+ column-gap: 16px;
1344
1341
  }
1345
1342
 
1346
1343
  .grid-4 {
@@ -1349,16 +1346,17 @@ input[type=number] {
1349
1346
  gap: 16px;
1350
1347
  }
1351
1348
 
1352
- .grid-4 {
1349
+ .grid-8 {
1353
1350
  display: grid;
1354
- grid-template-columns: repeat(6, 1fr);
1351
+ grid-template-columns: repeat(8, 1fr);
1355
1352
  gap: 16px;
1353
+ width: 100%;
1354
+ align-items: start;
1355
+ max-width: 1200px;
1356
+ margin: 0 auto;
1356
1357
  }
1357
-
1358
- .grid-2 {
1359
- display: grid;
1360
- grid-template-columns: repeat(2, 1fr);
1361
- column-gap: 16px;
1358
+ .grid-8 img {
1359
+ border: 1px solid #eaeaea;
1362
1360
  }
1363
1361
 
1364
1362
  @media (min-width: 768px) {
@@ -1370,6 +1368,22 @@ input[type=number] {
1370
1368
  }
1371
1369
  }
1372
1370
 
1371
+ @media (min-width: 768px) {
1372
+ .sm\:grid-2 {
1373
+ display: grid;
1374
+ grid-template-columns: repeat(2, 1fr);
1375
+ column-gap: 16px;
1376
+ }
1377
+ }
1378
+
1379
+ @media (min-width: 768px) {
1380
+ .sm\:grid-4 {
1381
+ display: grid;
1382
+ grid-template-columns: repeat(4, 1fr);
1383
+ column-gap: 16px;
1384
+ }
1385
+ }
1386
+
1373
1387
  .grid-2-wide {
1374
1388
  grid-column: span 2;
1375
1389
  }
@@ -3094,6 +3108,40 @@ mark {
3094
3108
  background-size: cover;
3095
3109
  }
3096
3110
 
3111
+ .bold {
3112
+ font-family: arial, sans-serif;
3113
+ font-weight: 900;
3114
+ }
3115
+
3116
+ .semibold {
3117
+ font-family: arial, sans-serif;
3118
+ font-weight: 700;
3119
+ }
3120
+
3121
+ b {
3122
+ color: #000;
3123
+ }
3124
+
3125
+ .ttc {
3126
+ text-transform: capitalize;
3127
+ }
3128
+
3129
+ .margin-auto {
3130
+ margin: 0 auto;
3131
+ }
3132
+
3133
+ .fl-left {
3134
+ float: left;
3135
+ }
3136
+
3137
+ .fl-right {
3138
+ float: right;
3139
+ }
3140
+
3141
+ .p-relative {
3142
+ position: relative;
3143
+ }
3144
+
3097
3145
  .banner-zone {
3098
3146
  display: flex;
3099
3147
  align-items: center;
@@ -3238,6 +3286,14 @@ hr {
3238
3286
  background-color: #8e8e8e;
3239
3287
  }
3240
3288
 
3289
+ .block-right {
3290
+ margin-left: auto;
3291
+ }
3292
+
3293
+ .block-left {
3294
+ margin-right: auto;
3295
+ }
3296
+
3241
3297
  @media (max-width: 767px) {
3242
3298
  .sm\:hidden {
3243
3299
  display: none !important;
@@ -3286,6 +3342,12 @@ hr {
3286
3342
  }
3287
3343
  }
3288
3344
 
3345
+ @media (max-width: 767px) {
3346
+ .smmax\:mb-16 {
3347
+ margin-bottom: 16px;
3348
+ }
3349
+ }
3350
+
3289
3351
  @media (max-width: 991px) {
3290
3352
  .mdmax\:mb-16 {
3291
3353
  margin-bottom: 16px;
@@ -3322,30 +3384,6 @@ hr {
3322
3384
  }
3323
3385
  }
3324
3386
 
3325
- @media (max-width: 767px) {
3326
- .smmax\:mb-16 {
3327
- margin-bottom: 16px;
3328
- }
3329
- }
3330
-
3331
- @media (max-width: 767px) {
3332
- .smmax\:mb-20 {
3333
- margin-bottom: 24px;
3334
- }
3335
- }
3336
-
3337
- @media (max-width: 767px) {
3338
- .smmax\:mb-24 {
3339
- margin-bottom: 24px;
3340
- }
3341
- }
3342
-
3343
- @media (max-width: 767px) {
3344
- .smmax\:mb-42 {
3345
- margin-bottom: 42px;
3346
- }
3347
- }
3348
-
3349
3387
  @media (min-width: 768px) {
3350
3388
  .sm\:order-last {
3351
3389
  order: 3;
@@ -3369,33 +3407,25 @@ hr {
3369
3407
  }
3370
3408
 
3371
3409
  @media (max-width: 767px) {
3372
- .sm\:reverse {
3410
+ .smmax\:reverse {
3373
3411
  flex-wrap: wrap-reverse;
3374
3412
  }
3375
3413
  }
3376
3414
 
3377
3415
  @media (max-width: 991px) {
3378
- .md\:reverse {
3416
+ .mdmax\:reverse {
3379
3417
  flex-wrap: wrap-reverse;
3380
3418
  }
3381
3419
  }
3382
3420
 
3383
3421
  @media (max-width: 1279px) {
3384
- .lg\:reverse {
3422
+ .lgmax\:reverse {
3385
3423
  flex-wrap: wrap-reverse;
3386
3424
  }
3387
3425
  }
3388
3426
 
3389
- .block-right {
3390
- margin-left: auto;
3391
- }
3392
-
3393
- .block-left {
3394
- margin-right: auto;
3395
- }
3396
-
3397
3427
  @media (max-width: 991px) {
3398
- .md\:px-48 {
3428
+ .mdmax\:px-48 {
3399
3429
  padding-left: 48px;
3400
3430
  padding-right: 48px;
3401
3431
  }
@@ -3514,6 +3544,18 @@ strong {
3514
3544
  }
3515
3545
  }
3516
3546
 
3547
+ @media (max-width: 767px) {
3548
+ .smmax\:p-view {
3549
+ background-color: #fff;
3550
+ position: absolute;
3551
+ width: 100%;
3552
+ top: 0;
3553
+ right: 0;
3554
+ left: 0;
3555
+ bottom: 0;
3556
+ }
3557
+ }
3558
+
3517
3559
  .text-faded {
3518
3560
  opacity: 0.5;
3519
3561
  }
@@ -3823,6 +3865,10 @@ strong {
3823
3865
  overflow: hidden;
3824
3866
  }
3825
3867
 
3868
+ .max-vw-35 {
3869
+ max-width: 35vw;
3870
+ }
3871
+
3826
3872
  .reset-body {
3827
3873
  margin-left: -16px;
3828
3874
  margin-right: -16px;
@@ -3848,40 +3894,6 @@ strong {
3848
3894
  }
3849
3895
  }
3850
3896
 
3851
- .bold {
3852
- font-family: arial, sans-serif;
3853
- font-weight: 900;
3854
- }
3855
-
3856
- .semibold {
3857
- font-family: arial, sans-serif;
3858
- font-weight: 700;
3859
- }
3860
-
3861
- b {
3862
- color: #000;
3863
- }
3864
-
3865
- .ttc {
3866
- text-transform: capitalize;
3867
- }
3868
-
3869
- .margin-auto {
3870
- margin: 0 auto;
3871
- }
3872
-
3873
- .fl-left {
3874
- float: left;
3875
- }
3876
-
3877
- .fl-right {
3878
- float: right;
3879
- }
3880
-
3881
- .p-relative {
3882
- position: relative;
3883
- }
3884
-
3885
3897
  @media (max-width: 767px) {
3886
3898
  .sm\:reset-body {
3887
3899
  margin-left: -16px;
@@ -4224,14 +4236,15 @@ button {
4224
4236
  overflow: hidden;
4225
4237
  text-align: center;
4226
4238
  box-sizing: border-box;
4227
- font-size: 14px;
4239
+ font-size: 12px;
4228
4240
  vertical-align: middle;
4229
4241
  justify-content: center;
4230
4242
  border: none;
4231
4243
  white-space: nowrap;
4232
4244
  cursor: pointer;
4233
- padding: 13px;
4245
+ padding: 12px;
4234
4246
  background-color: transparent;
4247
+ height: 40px;
4235
4248
  font-family: arial, sans-serif;
4236
4249
  font-weight: 500;
4237
4250
  }
@@ -4275,7 +4288,7 @@ button {
4275
4288
  display: flex;
4276
4289
  align-items: center;
4277
4290
  justify-content: space-between;
4278
- padding: 13px;
4291
+ padding: 12px;
4279
4292
  }
4280
4293
  .btn.btn-separate svg {
4281
4294
  margin-left: 8px;
@@ -4327,7 +4340,7 @@ button {
4327
4340
  margin-right: 8px;
4328
4341
  white-space: nowrap;
4329
4342
  cursor: pointer;
4330
- padding: 6.5px;
4343
+ padding: 6px;
4331
4344
  }
4332
4345
  .btn-xs:active, .btn-xs:focus, .btn-xs:visited {
4333
4346
  outline: none;
@@ -4342,13 +4355,11 @@ button {
4342
4355
  height: 40px;
4343
4356
  padding-right: 16px;
4344
4357
  padding-left: 16px;
4345
- font-size: 14px;
4346
4358
  }
4347
4359
 
4348
4360
  .btn--medium {
4349
4361
  padding-right: 40px;
4350
4362
  padding-left: 40px;
4351
- font-size: 14px;
4352
4363
  max-width: 272px;
4353
4364
  width: 100%;
4354
4365
  height: 40px;
@@ -4366,7 +4377,7 @@ button {
4366
4377
  @media (min-width: 768px) {
4367
4378
  .btn--mini-rd {
4368
4379
  padding: 16px;
4369
- font-size: 14px;
4380
+ font-size: 12px;
4370
4381
  height: 40px;
4371
4382
  }
4372
4383
  }
@@ -4378,7 +4389,7 @@ button {
4378
4389
  width: 100%;
4379
4390
  padding-right: 56px;
4380
4391
  padding-left: 56px;
4381
- font-size: 14px;
4392
+ font-size: 12px;
4382
4393
  }
4383
4394
 
4384
4395
  .btn--xlarge {
@@ -4389,7 +4400,7 @@ button {
4389
4400
  min-height: 40px;
4390
4401
  min-width: 200px;
4391
4402
  max-width: 400px;
4392
- padding: 13px;
4403
+ padding: 12px;
4393
4404
  text-align: center;
4394
4405
  text-decoration: none;
4395
4406
  cursor: pointer;
@@ -4399,7 +4410,7 @@ button {
4399
4410
  width: 100%;
4400
4411
  padding-right: 16px;
4401
4412
  padding-left: 16px;
4402
- font-size: 14px;
4413
+ font-size: 12px;
4403
4414
  height: 40px;
4404
4415
  }
4405
4416
 
@@ -5030,7 +5041,7 @@ button {
5030
5041
  margin: 0 auto;
5031
5042
  }
5032
5043
  .btn-group-inline .btn {
5033
- display: inline-block;
5044
+ display: inline-flex;
5034
5045
  width: auto;
5035
5046
  min-width: 200px;
5036
5047
  margin: 0 8px;
@@ -5150,7 +5161,7 @@ button {
5150
5161
  align-items: center;
5151
5162
  justify-content: space-between;
5152
5163
  gap: 8px;
5153
- padding: 13px;
5164
+ padding: 12px;
5154
5165
  border: none;
5155
5166
  background-color: rgba(0, 0, 0, 0.4);
5156
5167
  color: #fff;
@@ -6264,11 +6275,11 @@ label {
6264
6275
  .form-input-label-2 input:not(:placeholder-shown),
6265
6276
  .error-zone input:not(:placeholder-shown) {
6266
6277
  padding-top: calc(14px + 14px * (2 / 3));
6267
- padding-bottom: calc(14px / 3 + 3px);
6278
+ padding-bottom: 14px;
6268
6279
  }
6269
6280
  .form-input-label-2 input:not(:placeholder-shown) ~ label,
6270
6281
  .error-zone input:not(:placeholder-shown) ~ label {
6271
- padding-top: 0;
6282
+ padding-top: 1px;
6272
6283
  padding-bottom: calc(14px / 3);
6273
6284
  font-size: 12px;
6274
6285
  color: #8e8e8e;
@@ -6324,7 +6335,7 @@ label {
6324
6335
  .error-zone .has-ico-pre.btn,
6325
6336
  .error-zone .has-ico-pre > input,
6326
6337
  .error-zone .has-ico-pre > label {
6327
- padding-left: 26px;
6338
+ padding-left: 24px;
6328
6339
  }
6329
6340
  .form-input-label-2.has-ico-pre .form-icon,
6330
6341
  .form-input-label-2 .has-ico-pre .form-icon,
@@ -6359,13 +6370,13 @@ label {
6359
6370
  .error-zone .has-ico-post.btn,
6360
6371
  .error-zone .has-ico-post > input,
6361
6372
  .error-zone .has-ico-post > label {
6362
- padding-right: 39px;
6373
+ padding-right: 36px;
6363
6374
  }
6364
6375
  .form-input-label-2.has-ico-post .form-icon,
6365
6376
  .form-input-label-2 .has-ico-post .form-icon,
6366
6377
  .error-zone.has-ico-post .form-icon,
6367
6378
  .error-zone .has-ico-post .form-icon {
6368
- padding: 13px;
6379
+ padding: 12px;
6369
6380
  top: 0;
6370
6381
  right: 0;
6371
6382
  left: auto;
@@ -6530,6 +6541,9 @@ label {
6530
6541
  transform: translate3d(0, 0, 0);
6531
6542
  opacity: 0.7;
6532
6543
  }
6544
+ .has-light .input:focus {
6545
+ border-color: #fff;
6546
+ }
6533
6547
 
6534
6548
  .form-postcode {
6535
6549
  flex-wrap: wrap;
@@ -6838,7 +6852,7 @@ ul.list-disc {
6838
6852
  }
6839
6853
  ul.list-disc li {
6840
6854
  position: relative;
6841
- padding: 8px 16px;
6855
+ padding: 0 16px;
6842
6856
  }
6843
6857
  ul.list-disc li::after {
6844
6858
  background-color: #1a1a1a;
@@ -7069,23 +7083,13 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
7069
7083
  transition: all 0.2s ease;
7070
7084
  }
7071
7085
 
7072
- .tabs .list-equal {
7073
- display: flex;
7074
- align-items: flex-end;
7075
- }
7076
- .tabs .list-equal li {
7077
- flex-grow: 1;
7078
- }
7079
7086
  .tabs ul {
7080
- align-items: center;
7081
- border-bottom: 1px solid #e3e3e3;
7082
7087
  display: flex;
7083
- flex-grow: 1;
7084
- flex-shrink: 0;
7085
7088
  justify-content: flex-start;
7089
+ align-items: center;
7086
7090
  margin: 0;
7087
- font-family: arial, sans-serif;
7088
- font-weight: 500;
7091
+ flex-grow: 1;
7092
+ flex-shrink: 0;
7089
7093
  }
7090
7094
  .tabs li {
7091
7095
  display: block;
@@ -7093,36 +7097,32 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
7093
7097
  }
7094
7098
  .tabs li a,
7095
7099
  .tabs li span {
7096
- align-items: center;
7097
- border-bottom: 1px solid #e3e3e3;
7098
- color: #8e8e8e;
7099
7100
  display: flex;
7100
7101
  justify-content: center;
7101
- margin-bottom: -1px;
7102
- padding: 16px;
7102
+ align-items: center;
7103
7103
  vertical-align: top;
7104
- padding-bottom: 17px;
7105
- font-size: 12px;
7106
- }
7107
- .tabs li a:hover,
7108
- .tabs li span:hover {
7109
- border-bottom-color: #000;
7110
- border-bottom-width: 2px;
7111
- padding-bottom: 16px;
7112
7104
  color: #000;
7105
+ font-size: 12px;
7113
7106
  cursor: pointer;
7107
+ padding: 8px 20px 12px 20px;
7114
7108
  }
7115
7109
  .tabs li.is-active a, .tabs li.is-active span {
7116
- border-bottom-color: #000;
7117
- border-bottom-width: 2px;
7118
- padding-bottom: 16px;
7119
- color: #000;
7120
- font-family: arial, sans-serif;
7121
- font-weight: 900;
7110
+ position: relative;
7111
+ }
7112
+ .tabs li.is-active a::after, .tabs li.is-active span::after {
7113
+ content: "";
7114
+ position: absolute;
7115
+ width: 4px;
7116
+ height: 4px;
7117
+ background-color: #000;
7118
+ bottom: 0;
7122
7119
  }
7123
7120
  .tabs li::after {
7124
7121
  display: none;
7125
7122
  }
7123
+ .tabs.tabs-resetfirst ul li:first-child a {
7124
+ padding: 8px 20px 12px 0px;
7125
+ }
7126
7126
  .tabs.is-center ul {
7127
7127
  justify-content: center;
7128
7128
  }
@@ -7132,120 +7132,105 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
7132
7132
  .tabs.is-around ul li {
7133
7133
  flex: 1;
7134
7134
  }
7135
- .tabs.is-around ul li span {
7136
- border-bottom-width: 1px;
7135
+ .tabs .list-equal {
7136
+ display: flex;
7137
+ align-items: flex-end;
7137
7138
  }
7138
-
7139
- .tabs-list {
7140
- margin-left: -8px;
7139
+ .tabs .list-equal li {
7140
+ flex-grow: 1;
7141
7141
  }
7142
- .tabs-list li {
7142
+
7143
+ .tabs-list,
7144
+ .tabs-clear li {
7145
+ display: block;
7146
+ width: 100%;
7143
7147
  margin: 0;
7144
- padding-left: 8px;
7145
- padding-right: 8px;
7146
7148
  }
7147
- .tabs-list li span {
7149
+ .tabs-list span,
7150
+ .tabs-list a,
7151
+ .tabs-clear li span,
7152
+ .tabs-clear li a {
7148
7153
  position: relative;
7149
- }
7150
- .tabs-list li span:hover {
7151
7154
  cursor: pointer;
7152
7155
  }
7153
- .tabs-list li span:hover::after {
7156
+ .tabs-list span::after,
7157
+ .tabs-list a::after,
7158
+ .tabs-clear li span::after,
7159
+ .tabs-clear li a::after {
7154
7160
  content: "";
7161
+ position: absolute;
7155
7162
  width: 100%;
7156
7163
  background: #000;
7157
7164
  height: 2px;
7158
- position: absolute;
7159
7165
  bottom: -4px;
7160
7166
  left: 0;
7161
7167
  }
7162
- .tabs-list li.is-active span::after {
7163
- content: "";
7164
- width: 100%;
7168
+ .tabs-list span:hover::after,
7169
+ .tabs-list a:hover::after,
7170
+ .tabs-clear li span:hover::after,
7171
+ .tabs-clear li a:hover::after {
7165
7172
  background: #000;
7166
- height: 2px;
7167
- position: absolute;
7168
- bottom: -4px;
7169
- left: 0;
7170
7173
  }
7171
7174
 
7172
- .tabs-gray {
7173
- border: none;
7175
+ .tabs-list {
7176
+ margin-left: -8px;
7177
+ }
7178
+ .tabs-list li {
7179
+ padding: 8px;
7180
+ }
7181
+
7182
+ .tabs-gray,
7183
+ .tabs-mini {
7174
7184
  position: relative;
7175
7185
  width: 100%;
7176
- background-color: #f0f0f0;
7177
7186
  }
7178
- .tabs-gray ul {
7187
+
7188
+ .tabs-gray {
7189
+ background-color: #f0f0f0;
7179
7190
  border: none;
7180
7191
  }
7192
+ .tabs-gray ul,
7181
7193
  .tabs-gray li {
7182
- display: block;
7183
- margin: 0;
7184
- width: 100%;
7194
+ border: none;
7185
7195
  }
7186
7196
  .tabs-gray a,
7187
7197
  .tabs-gray span {
7188
- font-family: arial, sans-serif;
7189
- font-weight: 500;
7190
7198
  color: #8e8e8e;
7191
7199
  border-color: #f0f0f0;
7192
- position: relative;
7193
- }
7194
- .tabs-gray a:hover,
7195
- .tabs-gray span:hover {
7196
- color: #000;
7197
- cursor: pointer;
7198
- }
7199
-
7200
- .tabs-clear li {
7201
- display: block;
7202
- margin: 0;
7203
- width: 100%;
7204
7200
  }
7205
7201
 
7206
7202
  .tabs-mini {
7207
7203
  display: inline-block;
7208
7204
  }
7209
7205
  .tabs-mini ul {
7210
- border: none;
7211
- background-color: #fff;
7212
7206
  padding: 0 14px;
7207
+ background-color: #fff;
7213
7208
  display: inline-flex;
7214
7209
  font-family: arial, sans-serif;
7215
7210
  }
7216
- .tabs-mini li {
7217
- position: relative;
7218
- }
7219
7211
  .tabs-mini li a {
7220
- opacity: 0.5;
7221
- border: none;
7222
7212
  padding: 6px 8px 8px;
7223
7213
  color: #000;
7214
+ border: none;
7215
+ opacity: 0.5;
7216
+ }
7217
+ .tabs-mini li a:hover {
7218
+ opacity: 1;
7224
7219
  }
7225
7220
  .tabs-mini li:first-child a::after {
7226
- content: "";
7227
- position: absolute;
7228
7221
  right: 0;
7229
7222
  width: 1px;
7230
7223
  height: 20px;
7231
7224
  background-color: #e3e3e3;
7232
7225
  }
7233
- .tabs-mini li a:hover {
7234
- border: none;
7235
- cursor: pointer;
7236
- padding: 6px 8px 8px;
7237
- opacity: 1;
7238
- }
7239
7226
  .tabs-mini li.is-active a {
7240
- padding: 6px 8px 8px;
7241
7227
  opacity: 1;
7242
- font-family: arial, sans-serif;
7243
7228
  }
7244
7229
  .tabs-mini.tabs-map {
7245
- max-width: 450px;
7246
7230
  display: flex;
7247
7231
  flex-flow: column nowrap;
7248
7232
  align-items: flex-end;
7233
+ max-width: 450px;
7249
7234
  }
7250
7235
  .tabs-mini.tabs-map ul {
7251
7236
  border: 1px solid #e3e3e3;
@@ -10318,12 +10303,12 @@ div.card9-wrap .rat-content:hover .card9-add {
10318
10303
  right: initial;
10319
10304
  }
10320
10305
  .is-rtl .has-ico-post.btn, .is-rtl .has-ico-post > input, .is-rtl .has-ico-post > label {
10321
- padding-right: 13px;
10322
- padding-left: 42px;
10306
+ padding-right: 12px;
10307
+ padding-left: 40px;
10323
10308
  }
10324
10309
  .is-rtl .has-ico-pre.btn, .is-rtl .has-ico-pre > input, .is-rtl .has-ico-pre > label {
10325
- padding-left: 13px;
10326
- padding-right: 46px;
10310
+ padding-left: 12px;
10311
+ padding-right: 44px;
10327
10312
  }
10328
10313
  .is-rtl .link-svg-pre,
10329
10314
  .is-rtl button.link-line.link-svg-pre {
@@ -10432,4 +10417,12 @@ div.card9-wrap .rat-content:hover .card9-add {
10432
10417
  right: 20px;
10433
10418
  }
10434
10419
 
10420
+ .bg-pink {
10421
+ background-color: #fcd4e1;
10422
+ }
10423
+
10424
+ .bg-blue {
10425
+ background-color: #dcfbfe;
10426
+ }
10427
+
10435
10428
  /*# sourceMappingURL=style.css.map */