-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
974 lines (974 loc) · 128 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><link rel="icon" href="assets/img/af4ffec9d7eddb6f20ea1faa7a44f3b7.png" sizes="32x32"/><link rel="icon" href="assets/img/fa10d9b11c72e3d244eb11710853fbca.png" sizes="192x192"/><link rel="apple-touch-icon-precomposed" href="assets/img/6fd1daea855209944f2ce1e0fcd46642.png"/><title>Evan Snow | About</title><meta name="description" content=""><meta property="og:title" content=""><meta property="og:description" content=""><meta property="og:url" content="https://evan-snow-wip-ejkwfb4d2.vercel.app/about"><meta content="summary_large_image" name="twitter:card"><!-- BRIZY ASSETS --><meta name="viewport" content="width=device-width, initial-scale=1"><link class="brz-link brz-link-google-prefetch" rel="dns-prefetch" href="//ajax.googleapis.com"><link class="brz-link brz-link-google-prefetch" rel="dns-prefetch" href="//fonts.googleapis.com"><link class="brz-link brz-link-google-preconnect" rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><link class="brz-link brz-link-cdn-preconnect" rel="preconnect" href="assets/6666cd76f96956469e7be39d750cc7d9." crossorigin><style class="brz-style brz-fonts__google">.brz .brz-ff-roboto {font-family: Roboto,sans-serif !important;}
.brz .brz-ff-josefin_sans {font-family: Josefin Sans,sans-serif !important;}
.brz .brz-ff-overpass {font-family: Overpass,sans-serif !important;}
.brz .brz-ff-lato {font-family: Lato,sans-serif !important;}
.brz .brz-ff-red_hat_text {font-family: Red Hat Text,sans-serif !important;}
.brz .brz-ff-dm_serif_text {font-family: DM Serif Text,serif !important;}
.brz .brz-ff-blinker {font-family: Blinker,sans-serif !important;}
.brz .brz-ff-aleo {font-family: Aleo,serif !important;}
.brz .brz-ff-nunito {font-family: Nunito,sans-serif !important;}
.brz .brz-ff-knewave {font-family: Knewave,display !important;}
.brz .brz-ff-palanquin {font-family: Palanquin,sans-serif !important;}
.brz .brz-ff-palanquin_dark {font-family: Palanquin Dark,sans-serif !important;}
.brz .brz-ff-oswald {font-family: Oswald,sans-serif !important;}
.brz .brz-ff-oxygen {font-family: Oxygen,sans-serif !important;}
.brz .brz-ff-playfair_display {font-family: Playfair Display,serif !important;}
.brz .brz-ff-fira_sans {font-family: Fira Sans,sans-serif !important;}
.brz .brz-ff-abril_fatface {font-family: Abril Fatface,display !important;}
.brz .brz-ff-comfortaa {font-family: Comfortaa,display !important;}
.brz .brz-ff-kaushan_script {font-family: Kaushan Script,handwriting !important;}
.brz .brz-ff-reem_kufi {font-family: Reem Kufi,sans-serif !important;}
.brz .brz-ff-eb_garamond {font-family: EB Garamond,serif !important;}</style><link class="brz-link brz-link-google" type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic|Josefin Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic|Overpass:100,100italic,200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic|Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic|Red Hat Text:regular,italic,500,500italic,700,700italic|DM Serif Text:regular,italic|Blinker:100,200,300,regular,600,700,800,900|Aleo:300,300italic,regular,italic,700,700italic|Nunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic|Knewave:regular|Palanquin:100,200,300,regular,500,600,700|Palanquin Dark:regular,500,600,700|Oswald:200,300,regular,500,600,700|Oxygen:300,regular,700|Playfair Display:regular,italic,700,700italic,900,900italic|Fira Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Abril Fatface:regular|Comfortaa:300,regular,500,600,700|Kaushan Script:regular|Reem Kufi:regular|EB Garamond:regular,500,600,700,800,italic,500italic,600italic,700italic,800italic&subset=arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,khmer,korean,latin-ext,tamil,telugu,thai,vietnamese&display=swap" /><link class="brz-link brz-link-preview-lib" href="https://b-cloud.b-cdn.net/builds/free/169-cloud/editor/css/group-1.css" rel="stylesheet"/><link class="brz-link brz-link-preview-lib-pro" href="https://b-cloud.b-cdn.net/builds/pro/54-cloud/css/group-2-pro.css" rel="stylesheet"/><link class="brz-link brz-link-preview-pro" href="https://b-cloud.b-cdn.net/builds/pro/54-cloud/css/preview.pro.css" rel="stylesheet"/><style class="brz-style">.brz .css-65q8cl, .brz [data-css-65q8cl] {color: rgba(141,102,102,1);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;border-width: 0;border-style: solid;width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0;stroke-width: 0;transition: all .5s ease-in-out;transition-property: background,border-radius,color,border-color,box-shadow;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition-property: background,border-radius,color,border-color,box-shadow;-moz-transition-property: background,border-radius,color,border-color,box-shadow;}
@media (min-width: 991px) {.brz .css-65q8cl:hover, .brz [data-css-65q8cl]:hover {color: rgba(73,108,209,.8);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;}}
@media (max-width: 991px) {.brz .css-65q8cl, .brz [data-css-65q8cl] {width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0px;stroke-width: 0;}}
@media (max-width: 767px) {.brz .css-65q8cl, .brz [data-css-65q8cl] {width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0px;stroke-width: 0;}}
.brz .css-bun8wl, .brz [data-css-bun8wl] {color: rgba(141,102,102,1);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;border-width: 0;border-style: solid;width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0;stroke-width: 0;transition: all .5s ease-in-out;transition-property: background,border-radius,color,border-color,box-shadow;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition-property: background,border-radius,color,border-color,box-shadow;-moz-transition-property: background,border-radius,color,border-color,box-shadow;}
@media (min-width: 991px) {.brz .css-bun8wl:hover, .brz [data-css-bun8wl]:hover {color: rgba(214,61,78,.8);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;}}
@media (max-width: 991px) {.brz .css-bun8wl, .brz [data-css-bun8wl] {width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0px;stroke-width: 0;}}
@media (max-width: 767px) {.brz .css-bun8wl, .brz [data-css-bun8wl] {width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0px;stroke-width: 0;}}
.brz .css-g7talg, .brz [data-css-g7talg] {color: rgba(141,102,102,1);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;border-width: 0;border-style: solid;width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0;stroke-width: 0;transition: all .5s ease-in-out;transition-property: background,border-radius,color,border-color,box-shadow;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition-property: background,border-radius,color,border-color,box-shadow;-moz-transition-property: background,border-radius,color,border-color,box-shadow;}
@media (min-width: 991px) {.brz .css-g7talg:hover, .brz [data-css-g7talg]:hover {color: rgba(71,170,232,.8);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;}}
@media (max-width: 991px) {.brz .css-g7talg, .brz [data-css-g7talg] {width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0px;stroke-width: 0;}}
@media (max-width: 767px) {.brz .css-g7talg, .brz [data-css-g7talg] {width: 18px;height: 18px;font-size: 18px;padding: 0px;border-radius: 0px;stroke-width: 0;}}
.brz .css-179kilb, .brz [data-css-179kilb] {color: rgba(141,102,102,1);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;border-width: 0;border-style: solid;width: 24px;height: 24px;font-size: 24px;padding: 0px;border-radius: 0;stroke-width: 0;transition: all .5s ease-in-out;transition-property: background,border-radius,color,border-color,box-shadow;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition-property: background,border-radius,color,border-color,box-shadow;-moz-transition-property: background,border-radius,color,border-color,box-shadow;}
@media (min-width: 991px) {.brz .css-179kilb:hover, .brz [data-css-179kilb]:hover {color: rgba(235,82,82,.8);border-color: rgba(35,157,219,0);background-color: rgba(189,225,244,0);background-image: none;}}
@media (max-width: 991px) {.brz .css-179kilb, .brz [data-css-179kilb] {width: 24px;height: 24px;font-size: 24px;padding: 0px;border-radius: 0px;stroke-width: 0;}}
@media (max-width: 767px) {.brz .css-179kilb, .brz [data-css-179kilb] {width: 24px;height: 24px;font-size: 24px;padding: 0px;border-radius: 0px;stroke-width: 0;}}</style><style class="brz-style">@media (min-width:991px) {.brz .brz-css-flcha {display: block;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-flcha {display: block;}}
@media (max-width:767px) {.brz .brz-css-flcha {display: block;}}
.brz .brz-css-clpwm {padding: 10px 0px 10px 0px;margin: 0;}
.brz .brz-css-clpwm > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);background-image: none;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-clpwm {padding: 10px 0px 10px 0px;margin: 0;}
.brz .brz-css-clpwm > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);background-image: none;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}}
@media (max-width:767px) {.brz .brz-css-clpwm {padding: 10px 0px 10px 0px;margin: 0;}
.brz .brz-css-clpwm > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);background-image: none;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-clpwm > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}}
.brz .brz-css-adtjs {border: 0px solid transparent;}
@media (min-width:991px) {.brz .brz-css-adtjs {max-width: calc(1 * var(--brz-section-container-max-width,1170px));}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-adtjs {border: 0px solid transparent;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-adtjs {max-width: 100%;}}
@media (max-width:767px) {.brz .brz-css-adtjs {border: 0px solid transparent;}}
@media (max-width:767px) {.brz .brz-css-adtjs {max-width: 100%;}}
.brz .brz-css-iregp {margin: 0;z-index: auto;align-items: flex-start;}
.brz .brz-css-iregp > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;max-width: 100%;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-map {display: none;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-video {display: none;}
.brz .brz-css-iregp > .brz-row {border: 0px solid transparent;}
@media (min-width:991px) {.brz .brz-css-iregp {min-height: auto;display: flex;}
.brz .brz-css-iregp > .brz-bg {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-image {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-color {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-video {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-row {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-iregp {margin: 0;z-index: auto;align-items: flex-start;}
.brz .brz-css-iregp > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;max-width: 100%;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-map {display: none;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-video {display: none;}
.brz .brz-css-iregp > .brz-row {border: 0px solid transparent;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-iregp {min-height: auto;display: flex;}
.brz .brz-css-iregp > .brz-bg {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-image {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-color {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-video {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-row {flex-direction: row;flex-wrap: wrap;justify-content: flex-start;transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
@media (max-width:767px) {.brz .brz-css-iregp {margin: 0;z-index: auto;align-items: flex-start;}
.brz .brz-css-iregp > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;max-width: 100%;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-map {display: none;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-video {display: none;}
.brz .brz-css-iregp > .brz-row {border: 0px solid transparent;}}
@media (max-width:767px) {.brz .brz-css-iregp {min-height: auto;display: flex;}
.brz .brz-css-iregp > .brz-bg {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-image {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-color {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-bg > .brz-bg-video {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-iregp > .brz-row {flex-direction: row;flex-wrap: wrap;justify-content: flex-start;transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
.brz .brz-css-twitt {padding: 10px;max-width: 100%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-twitt {padding: 0;max-width: 100%;}}
@media (max-width:767px) {.brz .brz-css-twitt {padding: 0;max-width: 100%;}}
.brz .brz-css-hirxy {z-index: auto;flex: 1 1 50%;max-width: 50%;justify-content: flex-start;}
.brz .brz-css-hirxy > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;margin: 0;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
@media (min-width:991px) {.brz .brz-css-hirxy > .brz-bg {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-image {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-color {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-hirxy {z-index: auto;flex: 1 1 50%;max-width: 50%;justify-content: flex-start;}
.brz .brz-css-hirxy > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;margin: 0;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-hirxy > .brz-bg {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-image {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-color {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
@media (max-width:767px) {.brz .brz-css-hirxy {z-index: auto;flex: 1 1 100%;max-width: 100%;justify-content: flex-start;}
.brz .brz-css-hirxy > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;margin: 10px 0px 10px 0px;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}}
@media (max-width:767px) {.brz .brz-css-hirxy > .brz-bg {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-image {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}
.brz .brz-css-hirxy > .brz-bg > .brz-bg-color {transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
.brz .brz-css-sepch {z-index: auto;margin: 0;border: 0px solid transparent;padding: 5px 15px 5px 15px;}
@media (min-width:991px) {.brz .brz-css-sepch {display: flex;transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-sepch {z-index: auto;margin: 0;border: 0px solid transparent;padding: 5px 15px 5px 15px;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-sepch {display: flex;transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
@media (max-width:767px) {.brz .brz-css-sepch {z-index: auto;margin: 10px 0px 10px 0px;border: 0px solid transparent;padding: 0;}}
@media (max-width:767px) {.brz .brz-css-sepch {display: flex;transition-duration: .5s;transition-property: filter,box-shadow,background,border-radius,border-color;}}
.brz .brz-css-yiujc {padding: 0;margin: 10px 0px 10px 0px;justify-content: center;position: relative;}
@media (min-width:991px) {.brz .brz-css-yiujc {display: flex;z-index: auto;position: relative;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-yiujc {padding: 0;margin: 10px 0px 10px 0px;justify-content: center;position: relative;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-yiujc {display: flex;z-index: auto;position: relative;}}
@media (max-width:767px) {.brz .brz-css-yiujc {padding: 0;margin: 10px 0px 10px 0px;justify-content: center;position: relative;}}
@media (max-width:767px) {.brz .brz-css-yiujc {display: flex;z-index: auto;position: relative;}}
.brz .brz-css-istbb {width: 100%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-istbb {width: 100%;}}
@media (max-width:767px) {.brz .brz-css-istbb {width: 100%;}}
@media (min-width:991px) {.brz .brz-css-iozhl .brz-mm-menu__icon {display: none;font-size: 18px;color: rgba(51,51,51,1);}
.brz .brz-css-iozhl .brz-menu {display: flex;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-iozhl .brz-mm-menu__icon {display: flex;font-size: 18px;color: rgba(51,51,51,1);}
.brz .brz-css-iozhl .brz-menu {display: none;}}
@media (max-width:767px) {.brz .brz-css-iozhl .brz-mm-menu__icon {display: flex;font-size: 18px;color: rgba(51,51,51,1);}
.brz .brz-css-iozhl .brz-menu {display: none;}}
.brz .brz-css-ompsl {font-family: Roboto,sans-serif;color: rgba(0,0,0,1);}
.brz .brz-css-ompsl .brz-menu__ul:not(.brz-mm-listview) {display: flex;flex-wrap: wrap;justify-content: inherit;align-items: center;max-width: none;margin: 0px -5px 0px -5px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);padding: 0px 5px 0px 5px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);border: 0px solid rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(0,0,0,1);background-color: transparent;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(0,0,0,1);background-color: transparent;}
.brz .brz-css-ompsl .brz-menu__item__icon {margin-right: 15px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item {background-color: transparent;border: 0px solid rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-menu__item {font-family: Roboto,sans-serif;color: rgba(255,255,255,1);border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl.brz-mm-menu .brz-mm-menu__item .brz-mm-listitem__text {padding: 10px 20px 10px 20px;}
.brz .brz-css-ompsl .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-navbar {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-listitem_opened {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-ompsl .brz-mm-panels > .brz-mm-panel {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-listitem {border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-menu__item--current {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-menu__item--current:hover > .brz-mm-listitem__text {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__sub-menu {font-family: Roboto,sans-serif;color: rgba(255,255,255,1);border-radius: 0;}
.brz .brz-css-ompsl .brz-menu__sub-menu .brz-a:hover {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__sub-item__icon {margin-right: 15px;font-size: 12px;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item--current {background-color: undefined;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item--current:hover {background-color: undefined;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(85,85,85,1);}
@media (min-width:991px) {.brz .brz-css-ompsl {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-menu__item__icon {font-size: 12px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 5px;margin-left: 5px;}
.brz .brz-css-ompsl .brz-mm-menu__item {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-mm-menu__item .brz-a {justify-content: flex-start;}
.brz .brz-css-ompsl .brz-mm-menu__item__icon {margin-right: 15px;font-size: 12px;}
.brz .brz-css-ompsl .brz-mm-navbar {font-family: Roboto,sans-serif;font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(21.6px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-ompsl .brz-menu__sub-menu {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-menu__dropdown {position: absolute;top: 0;width: 305px;}
.brz .brz-css-ompsl .brz-menu__dropdown-left {left: calc(100% + 5px);}
.brz .brz-css-ompsl .brz-menu__dropdown-right {right: calc(100% + 5px);}
.brz .brz-css-ompsl .brz-menu__dropdown-left:before {left: -5px;}
.brz .brz-css-ompsl .brz-menu__dropdown-right:before {right: -5px;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown {top: calc(100% + 5px);width: 300px;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-left {left: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-right {right: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-left:before {top: -5px;left: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-right:before {top: -5px;right: 0;}
.brz .brz-css-ompsl .brz-mega-menu__dropdown {display: none;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ompsl {color: rgba(0,0,0,1);}
.brz .brz-css-ompsl .brz-menu__ul:not(.brz-mm-listview) {display: flex;flex-wrap: wrap;justify-content: inherit;align-items: center;max-width: none;margin: 0px -5px 0px -5px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);padding: 0px 5px 0px 5px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);border: 0px solid rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(0,0,0,1);background-color: transparent;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(0,0,0,1);background-color: transparent;}
.brz .brz-css-ompsl .brz-menu__item__icon {margin-right: 15px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item {background-color: transparent;border: 0px solid rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-menu__item {color: rgba(255,255,255,1);border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl.brz-mm-menu .brz-mm-menu__item .brz-mm-listitem__text {padding: 10px 20px 10px 20px;}
.brz .brz-css-ompsl .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-navbar {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-listitem_opened {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-ompsl .brz-mm-panels > .brz-mm-panel {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-listitem {border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-menu__item--current {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-menu__item--current:hover > .brz-mm-listitem__text {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__sub-menu {color: rgba(255,255,255,1);border-radius: 0;}
.brz .brz-css-ompsl .brz-menu__sub-menu .brz-a:hover {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__sub-item__icon {margin-right: 15px;font-size: 12px;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item--current {background-color: undefined;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item--current:hover {background-color: undefined;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(85,85,85,1);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ompsl {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-menu__item__icon {font-size: 12px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 5px;margin-left: 5px;}
.brz .brz-css-ompsl .brz-mm-menu__item {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-mm-menu__item .brz-a {justify-content: flex-start;}
.brz .brz-css-ompsl .brz-mm-menu__item__icon {margin-right: 15px;font-size: 12px;}
.brz .brz-css-ompsl .brz-mm-navbar {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(21.6px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-ompsl .brz-menu__sub-menu {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-menu__dropdown {position: absolute;top: 0;width: 305px;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown {top: calc(100% + 5px);width: 300px;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-left {left: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-right {right: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-left:before {top: -5px;left: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-right:before {top: -5px;right: 0;}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item-dropdown > .brz-a:after {border-right-style: solid;border-left-style: none;}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item-dropdown .brz-menu__dropdown {position: relative;top: auto;left: auto;transform: translate(0,0);height: 0;overflow: hidden;}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item--opened > .brz-menu__dropdown {height: auto;width: 100%;left: auto;right: auto;}
.brz .brz-css-ompsl.brz-menu__preview .brz-menu__dropdown .brz-menu__item:hover > .brz-menu__sub-menu {height: auto;width: 100%;left: auto;right: auto;}
.brz .brz-css-ompsl .brz-mega-menu__dropdown {display: none;}}
@media (max-width:767px) {.brz .brz-css-ompsl {color: rgba(0,0,0,1);}
.brz .brz-css-ompsl .brz-menu__ul:not(.brz-mm-listview) {display: flex;flex-wrap: wrap;justify-content: inherit;align-items: center;max-width: none;margin: 0px -5px 0px -5px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);padding: 0px 5px 0px 5px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(0,0,0,1);background-color: rgba(255,255,255,0);border: 0px solid rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(0,0,0,1);background-color: transparent;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(0,0,0,1);background-color: transparent;}
.brz .brz-css-ompsl .brz-menu__item__icon {margin-right: 15px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item {background-color: transparent;border: 0px solid rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-menu__item {color: rgba(255,255,255,1);border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl.brz-mm-menu .brz-mm-menu__item .brz-mm-listitem__text {padding: 10px 20px 10px 20px;}
.brz .brz-css-ompsl .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-navbar {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-listitem_opened {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-ompsl .brz-mm-panels > .brz-mm-panel {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-listitem {border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-menu__item--current {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-mm-menu__item.brz-mm-menu__item--current:hover > .brz-mm-listitem__text {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__sub-menu {color: rgba(255,255,255,1);border-radius: 0;}
.brz .brz-css-ompsl .brz-menu__sub-menu .brz-a:hover {color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__sub-item__icon {margin-right: 15px;font-size: 12px;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item--current {background-color: undefined;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item--current:hover {background-color: undefined;}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(51,51,51,1);}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(255,255,255,1);}
.brz .brz-css-ompsl .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(85,85,85,1);}}
@media (max-width:767px) {.brz .brz-css-ompsl {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-menu__item__icon {font-size: 12px;}
.brz .brz-css-ompsl .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 5px;margin-left: 5px;}
.brz .brz-css-ompsl .brz-mm-menu__item {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-mm-menu__item .brz-a {justify-content: flex-start;}
.brz .brz-css-ompsl .brz-mm-menu__item__icon {margin-right: 15px;font-size: 12px;}
.brz .brz-css-ompsl .brz-mm-navbar {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;border-color: rgba(85,85,85,1);}
.brz .brz-css-ompsl.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(21.6px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-ompsl .brz-menu__sub-menu {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-ompsl .brz-menu__dropdown {position: absolute;top: 0;width: 305px;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown {top: calc(100% + 5px);width: 300px;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-left {left: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-right {right: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-left:before {top: -5px;left: 0;}
.brz .brz-css-ompsl > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown-right:before {top: -5px;right: 0;}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item-dropdown > .brz-a:after {border-right-style: solid;border-left-style: none;}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item-dropdown .brz-menu__dropdown {position: relative;top: auto;left: auto;transform: translate(0,0);height: 0;overflow: hidden;}
.brz .brz-css-ompsl .brz-menu__dropdown .brz-menu__item--opened > .brz-menu__dropdown {height: auto;width: 100%;left: auto;right: auto;}
.brz .brz-css-ompsl.brz-menu__preview .brz-menu__dropdown .brz-menu__item:hover > .brz-menu__sub-menu {height: auto;width: 100%;left: auto;right: auto;}
.brz .brz-css-ompsl .brz-mega-menu__dropdown {display: block;}}
.brz .brz-css-nheqd {padding: 75px 0px 75px 0px;margin: 0;}
.brz .brz-css-nheqd > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-nheqd {padding: 50px 15px 50px 15px;margin: 0;}
.brz .brz-css-nheqd > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}}
@media (max-width:767px) {.brz .brz-css-nheqd {padding: 25px 15px 25px 15px;margin: 0;}
.brz .brz-css-nheqd > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-image {background-image: none;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-nheqd > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}}
.brz .brz-css-psxnm {border: 0px solid transparent;}
@media (min-width:991px) {.brz .brz-css-psxnm {max-width: calc(1 * var(--brz-section-container-max-width,1170px));}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-psxnm {border: 0px solid transparent;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-psxnm {max-width: 100%;}}
@media (max-width:767px) {.brz .brz-css-psxnm {border: 0px solid transparent;}}
@media (max-width:767px) {.brz .brz-css-psxnm {max-width: 100%;}}
.brz .brz-css-pbdys {z-index: auto;margin: 0;}
.brz .brz-css-pbdys .brz-section__content {min-height: auto;display: flex;}
.brz .brz-css-pbdys .brz-container {justify-content: center;}
.brz .brz-css-pbdys > .slick-slider > .brz-slick-slider__dots {color: rgba(0,0,0,1);}
.brz .brz-css-pbdys > .slick-slider > .brz-slick-slider__arrow {color: rgba(0,0,0,.7);}
@media (min-width:991px) {.brz .brz-css-pbdys {display: block;}}
@media (min-width:991px) {.brz .brz-css-pbdys > .slick-slider > .brz-slick-slider__arrow:hover {color: rgba(0,0,0,1);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-pbdys {z-index: auto;margin: 0;}
.brz .brz-css-pbdys .brz-section__content {min-height: auto;display: flex;}
.brz .brz-css-pbdys .brz-container {justify-content: center;}
.brz .brz-css-pbdys > .slick-slider > .brz-slick-slider__dots {color: rgba(0,0,0,1);}
.brz .brz-css-pbdys > .slick-slider > .brz-slick-slider__arrow {color: rgba(0,0,0,.7);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-pbdys {display: block;}}
@media (max-width:767px) {.brz .brz-css-pbdys {z-index: auto;margin: 0;}
.brz .brz-css-pbdys .brz-section__content {min-height: auto;display: flex;}
.brz .brz-css-pbdys .brz-container {justify-content: center;}
.brz .brz-css-pbdys > .slick-slider > .brz-slick-slider__dots {color: rgba(0,0,0,1);}
.brz .brz-css-pbdys > .slick-slider > .brz-slick-slider__arrow {color: rgba(0,0,0,.7);}}
@media (max-width:767px) {.brz .brz-css-pbdys {display: block;}}
.brz .brz-css-gfdje {padding: 75px 0px 75px 0px;}
.brz .brz-css-gfdje > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-map {display: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-video {display: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}
@media (min-width:991px) {.brz .brz-css-gfdje > .brz-bg > .brz-bg-image {background-attachment: scroll;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-gfdje {padding: 50px 15px 50px 15px;}
.brz .brz-css-gfdje > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-map {display: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-video {display: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}}
@media (max-width:767px) {.brz .brz-css-gfdje {padding: 25px 15px 25px 15px;}
.brz .brz-css-gfdje > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-map {display: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-video {display: none;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-gfdje > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}}
.brz .brz-css-ufmlj {border: 0px solid transparent;}
@media (min-width:991px) {.brz .brz-css-ufmlj {max-width: calc(1 * var(--brz-section-container-max-width,1170px));}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ufmlj {border: 0px solid transparent;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ufmlj {max-width: 100%;}}
@media (max-width:767px) {.brz .brz-css-ufmlj {border: 0px solid transparent;}}
@media (max-width:767px) {.brz .brz-css-ufmlj {max-width: 100%;}}
.brz .brz-css-eossa {height: 50px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-eossa {height: 50px;}}
@media (max-width:767px) {.brz .brz-css-eossa {height: 50px;}}
.brz .brz-css-crqya {max-width: 5%;height: auto;border: 0px solid rgba(102,115,141,0);border-radius: 0px;}
@media (min-width:991px) {.brz .brz-css-crqya {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-crqya:after {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-crqya .brz-picture {transition-duration: .5s;transition-property: border,box-shadow,filter;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-crqya {max-width: 5%;height: auto;border: 0px solid rgba(102,115,141,0);border-radius: 0px;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-crqya {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-crqya:after {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-crqya .brz-picture {transition-duration: .5s;transition-property: border,box-shadow,filter;}}
@media (max-width:767px) {.brz .brz-css-crqya {max-width: 10%;height: auto;border: 0px solid rgba(102,115,141,0);border-radius: 0px;}}
@media (max-width:767px) {.brz .brz-css-crqya {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-crqya:after {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-crqya .brz-picture {transition-duration: .5s;transition-property: border,box-shadow,filter;}}
.brz .brz-css-ecibh {padding-top: 100%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ecibh {padding-top: 100%;}}
@media (max-width:767px) {.brz .brz-css-ecibh {padding-top: 100%;}}
.brz .brz-css-uzzdf {max-width: 5%;height: auto;border: 0px solid rgba(102,115,141,0);border-radius: 0px;}
@media (min-width:991px) {.brz .brz-css-uzzdf {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-uzzdf:after {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-uzzdf .brz-picture {transition-duration: .5s;transition-property: border,box-shadow,filter;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-uzzdf {max-width: 5%;height: auto;border: 0px solid rgba(102,115,141,0);border-radius: 0px;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-uzzdf {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-uzzdf:after {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-uzzdf .brz-picture {transition-duration: .5s;transition-property: border,box-shadow,filter;}}
@media (max-width:767px) {.brz .brz-css-uzzdf {max-width: 10%;height: auto;border: 0px solid rgba(102,115,141,0);border-radius: 0px;}}
@media (max-width:767px) {.brz .brz-css-uzzdf {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-uzzdf:after {transition-duration: .5s;transition-property: border,box-shadow,filter;}
.brz .brz-css-uzzdf .brz-picture {transition-duration: .5s;transition-property: border,box-shadow,filter;}}
.brz .brz-css-chojf {padding-top: 100%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-chojf {padding-top: 100%;}}
@media (max-width:767px) {.brz .brz-css-chojf {padding-top: 100%;}}
.brz .brz-css-qtstw .brz-form {margin: -0px -7.5px -15px -7.5px;}
.brz .brz-css-qtstw .brz-forms2__item {padding: 0px 7.5px 15px 7.5px;}
.brz .brz-css-qtstw .brz-forms2__item-button {margin-right: auto;margin-left: 0;max-width: 100%;flex-basis: 100%;}
.brz .brz-css-qtstw .brz-forms2-story .brz-btn:before {content: "";padding-top: 15%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-qtstw .brz-form {margin: -0px -7.5px -15px -7.5px;}
.brz .brz-css-qtstw .brz-forms2__item {padding: 0px 7.5px 15px 7.5px;}
.brz .brz-css-qtstw .brz-forms2__item-button {margin-right: auto;margin-left: 0;max-width: 100%;flex-basis: 100%;}
.brz .brz-css-qtstw .brz-forms2-story .brz-btn:before {content: "";padding-top: 15%;}}
@media (max-width:767px) {.brz .brz-css-qtstw .brz-form {margin: -0px -7.5px -15px -7.5px;}
.brz .brz-css-qtstw .brz-forms2__item {padding: 0px 7.5px 15px 7.5px;}
.brz .brz-css-qtstw .brz-forms2__item-button {margin-right: auto;margin-left: 0;max-width: 100%;flex-basis: 100%;}
.brz .brz-css-qtstw .brz-forms2-story .brz-btn:before {content: "";padding-top: 15%;}}
.brz .brz-css-mlixh {color: rgba(115,119,127,.7);font-family: Lato,sans-serif;font-size: 18px;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__field-label {color: rgba(115,119,127,.7);font-family: Lato,sans-serif;font-size: 16px;font-weight: 400;letter-spacing: 0px;text-align: left;line-height: 1.5;}
.brz .brz-css-mlixh .brz-forms2__field-label {padding: 0px 0px 5px 0px;}
.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {color: rgba(115,119,127,.7);background-color: rgba(255,255,255,1);border: 1px solid rgba(220,222,225,1);border-radius: 0;min-height: 57px;}
.brz .brz-css-mlixh.brz-forms2__item--error .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {border-color: #f00;}
.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox):not(.brz-forms2__field-select) {padding: 14px 24px 14px 24px;}
.brz .brz-css-mlixh .brz-forms2__field-paragraph {line-height: 1.5;}
.brz .brz-css-mlixh .brz-forms2__radio {color: rgba(115,119,127,.7);font-family: Lato,sans-serif;font-size: 16px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__checkbox {color: rgba(115,119,127,.7);font-family: Lato,sans-serif;font-size: 16px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__select-item__input {color: rgba(115,119,127,.7);}
.brz .brz-css-mlixh .form-alert {font-family: Lato,sans-serif;}
@media (min-width:991px) {.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__radio {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__checkbox {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__select-item__input {transition-duration: .5s;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-mlixh {color: rgba(115,119,127,.7);font-size: 14px;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__field-label {color: rgba(115,119,127,.7);font-size: 14px;font-weight: 400;letter-spacing: 0px;text-align: left;line-height: 1.5;}
.brz .brz-css-mlixh .brz-forms2__field-label {padding: 0px 0px 5px 0px;}
.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {color: rgba(115,119,127,.7);background-color: rgba(255,255,255,1);border: 1px solid rgba(220,222,225,1);border-radius: 0;min-height: 51px;}
.brz .brz-css-mlixh.brz-forms2__item--error .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {border-color: #f00;}
.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox):not(.brz-forms2__field-select) {padding: 14px 24px 14px 24px;}
.brz .brz-css-mlixh .brz-forms2__field-paragraph {line-height: 1.5;}
.brz .brz-css-mlixh .brz-forms2__radio {color: rgba(115,119,127,.7);font-size: 14px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__checkbox {color: rgba(115,119,127,.7);font-size: 14px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__select-item__input {color: rgba(115,119,127,.7);}
.brz .brz-css-mlixh .form-alert {font-family: Lato,sans-serif;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__radio {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__checkbox {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__select-item__input {transition-duration: .5s;}}
@media (max-width:767px) {.brz .brz-css-mlixh {color: rgba(115,119,127,.7);font-size: 14px;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__field-label {color: rgba(115,119,127,.7);font-size: 14px;font-weight: 400;letter-spacing: 0px;text-align: left;line-height: 1.5;}
.brz .brz-css-mlixh .brz-forms2__field-label {padding: 0px 0px 5px 0px;}
.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {color: rgba(115,119,127,.7);background-color: rgba(255,255,255,1);border: 1px solid rgba(220,222,225,1);border-radius: 0;min-height: 43px;}
.brz .brz-css-mlixh.brz-forms2__item--error .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {border-color: #f00;}
.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox):not(.brz-forms2__field-select) {padding: 10px 20px 10px 20px;}
.brz .brz-css-mlixh .brz-forms2__field-paragraph {line-height: 1.5;}
.brz .brz-css-mlixh .brz-forms2__radio {color: rgba(115,119,127,.7);font-size: 14px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__checkbox {color: rgba(115,119,127,.7);font-size: 14px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;}
.brz .brz-css-mlixh .brz-forms2__select-item__input {color: rgba(115,119,127,.7);}
.brz .brz-css-mlixh .form-alert {font-family: Lato,sans-serif;}}
@media (max-width:767px) {.brz .brz-css-mlixh .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__radio {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__checkbox {transition-duration: .5s;}
.brz .brz-css-mlixh .brz-forms2__select-item__input {transition-duration: .5s;}}
.brz .brz-css-ntexg .select2-results__options {font-family: Lato,sans-serif;font-size: 18px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;color: rgba(115,119,127,.7);background-color: rgba(255,255,255,1);border-radius: 0;}
.brz .brz-css-ntexg .select2-results__option {border-bottom: 1px solid rgba(220,222,225,1);}
.brz .brz-css-ntexg .select2-selection--single {padding: 14px 24px 14px 24px;}
.brz .brz-css-ntexg .select2-selection--multiple {padding: 14px 24px 14px 24px;}
.brz .brz-css-ntexg .select2-selection--multiple .select2-selection__choice {background-color: rgba(255,255,255,.2);}
@media (min-width:991px) {.brz .brz-css-ntexg .select2-selection--multiple .select2-selection__choice {transition-duration: .5s;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ntexg .select2-results__options {font-size: 14px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;color: rgba(115,119,127,.7);background-color: rgba(255,255,255,1);border-radius: 0;}
.brz .brz-css-ntexg .select2-results__option {border-bottom: 1px solid rgba(220,222,225,1);}
.brz .brz-css-ntexg .select2-selection--single {padding: 14px 24px 14px 24px;}
.brz .brz-css-ntexg .select2-selection--multiple {padding: 14px 24px 14px 24px;}
.brz .brz-css-ntexg .select2-selection--multiple .select2-selection__choice {background-color: rgba(255,255,255,.2);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ntexg .select2-selection--multiple .select2-selection__choice {transition-duration: .5s;}}
@media (max-width:767px) {.brz .brz-css-ntexg .select2-results__options {font-size: 14px;line-height: 1.5;font-weight: 400;letter-spacing: 0px;color: rgba(115,119,127,.7);background-color: rgba(255,255,255,1);border-radius: 0;}
.brz .brz-css-ntexg .select2-results__option {border-bottom: 1px solid rgba(220,222,225,1);}
.brz .brz-css-ntexg .select2-selection--single {padding: 10px 20px 10px 20px;}
.brz .brz-css-ntexg .select2-selection--multiple {padding: 10px 20px 10px 20px;}
.brz .brz-css-ntexg .select2-selection--multiple .select2-selection__choice {background-color: rgba(255,255,255,.2);}}
@media (max-width:767px) {.brz .brz-css-ntexg .select2-selection--multiple .select2-selection__choice {transition-duration: .5s;}}
.brz .brz-css-gljgm {max-width: 100%;flex-basis: 100%;}
.brz .brz-css-gljgm .brz-textarea {height: auto;}
.brz .brz-css-gljgm .brz-forms2__checkbox-option {flex-basis: 100%;}
.brz .brz-css-gljgm .brz-forms2__radio-option {flex-basis: 100%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-gljgm {max-width: 100%;flex-basis: 100%;}
.brz .brz-css-gljgm .brz-textarea {height: auto;}
.brz .brz-css-gljgm .brz-forms2__checkbox-option {flex-basis: 100%;}
.brz .brz-css-gljgm .brz-forms2__radio-option {flex-basis: 100%;}}
@media (max-width:767px) {.brz .brz-css-gljgm {max-width: 100%;flex-basis: 100%;}
.brz .brz-css-gljgm .brz-textarea {height: auto;}
.brz .brz-css-gljgm .brz-forms2__checkbox-option {flex-basis: 100%;}
.brz .brz-css-gljgm .brz-forms2__radio-option {flex-basis: 100%;}}
.brz .brz-css-dfinn.brz-btn {display: flex;align-items: center;justify-content: center;font-family: Roboto,sans-serif;font-weight: 600;font-size: 12px;line-height: 1.8;letter-spacing: 3px;color: rgba(255,255,255,1);border: 2px solid rgba(198,76,76,0);border-radius: 2px;background-color: rgba(198,76,76,1);background-image: none;padding: 14px 42px 14px 42px;flex-flow: row-reverse nowrap;}
.brz .brz-css-dfinn .brz-btn--story-container {border: 2px solid rgba(198,76,76,0);flex-flow: row-reverse nowrap;border-radius: 2px;}
@media (min-width:991px) {.brz .brz-css-dfinn.brz-btn {transition-duration: .5s;transition-property: color,box-shadow,background,border-color;}}
@media (min-width:991px) {.brz .brz-css-dfinn.brz-btn:hover {background-color: rgba(198,76,76,.8);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-dfinn.brz-btn {display: flex;align-items: center;justify-content: center;font-family: Roboto,sans-serif;font-weight: 600;font-size: 12px;line-height: 1.8;letter-spacing: 3px;color: rgba(255,255,255,1);border: 2px solid rgba(198,76,76,0);border-radius: 2px;background-color: rgba(198,76,76,1);background-image: none;padding: 11px 26px 11px 26px;flex-flow: row-reverse nowrap;}
.brz .brz-css-dfinn .brz-btn--story-container {border: 2px solid rgba(198,76,76,0);flex-flow: row-reverse nowrap;border-radius: 2px;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-dfinn.brz-btn {transition-duration: .5s;transition-property: color,box-shadow,background,border-color;}}
@media (max-width:767px) {.brz .brz-css-dfinn.brz-btn {display: flex;align-items: center;justify-content: center;font-family: Roboto,sans-serif;font-weight: 600;font-size: 12px;line-height: 1.8;letter-spacing: 3px;color: rgba(255,255,255,1);border: 2px solid rgba(198,76,76,0);border-radius: 2px;background-color: rgba(198,76,76,1);background-image: none;padding: 11px 26px 11px 26px;flex-flow: row-reverse nowrap;}
.brz .brz-css-dfinn .brz-btn--story-container {border: 2px solid rgba(198,76,76,0);flex-flow: row-reverse nowrap;border-radius: 2px;}}
@media (max-width:767px) {.brz .brz-css-dfinn.brz-btn {transition-duration: .5s;transition-property: color,box-shadow,background,border-color;}}
.brz .brz-css-bsfhq {padding: 75px 0px 75px 0px;min-height: auto;display: flex;margin: 0;}
.brz .brz-css-bsfhq > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}
.brz .brz-css-bsfhq .brz-container {justify-content: center;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-bsfhq {padding: 25px 15px 25px 15px;min-height: auto;display: flex;margin: 0;}
.brz .brz-css-bsfhq > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}
.brz .brz-css-bsfhq .brz-container {justify-content: center;}}
@media (max-width:767px) {.brz .brz-css-bsfhq {padding: 25px 15px 25px 15px;min-height: auto;display: flex;margin: 0;}
.brz .brz-css-bsfhq > .brz-bg {border: 0px solid rgba(102,115,141,0);border-radius: 0;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-image {background-image: none;display: block;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-color {background-color: rgba(0,0,0,0);background-image: none;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-shape__top {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(0deg) rotateY(0deg);z-index: auto;}
.brz .brz-css-bsfhq > .brz-bg > .brz-bg-shape__bottom {background-image: none;background-size: 100% 100px;height: 100px;transform: rotateX(-180deg) rotateY(-180deg);z-index: auto;}
.brz .brz-css-bsfhq .brz-container {justify-content: center;}}
.brz .brz-css-qshjw {border: 0px solid transparent;}
@media (min-width:991px) {.brz .brz-css-qshjw {max-width: calc(1 * var(--brz-section-container-max-width,1170px));}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-qshjw {border: 0px solid transparent;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-qshjw {max-width: 100%;}}
@media (max-width:767px) {.brz .brz-css-qshjw {border: 0px solid transparent;}}
@media (max-width:767px) {.brz .brz-css-qshjw {max-width: 100%;}}
.brz .brz-css-mjxfw {z-index: auto;position: relative;margin: 10px 0px 10px 0px;}
@media (min-width:991px) {.brz .brz-css-mjxfw {display: flex;position: relative;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-mjxfw {z-index: auto;position: relative;margin: 10px 0px 10px 0px;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-mjxfw {display: flex;position: relative;}}
@media (max-width:767px) {.brz .brz-css-mjxfw {z-index: auto;position: relative;margin: 10px 0px 10px 0px;}}
@media (max-width:767px) {.brz .brz-css-mjxfw {display: flex;position: relative;}}
.brz .brz-css-pcjfg {justify-content: center;padding: 0;margin: 0px -5px -20px -5px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-pcjfg {justify-content: center;padding: 0;margin: 0px -5px -20px -5px;}}
@media (max-width:767px) {.brz .brz-css-pcjfg {justify-content: center;padding: 0;margin: 0px -5px -20px -5px;}}
.brz .brz-css-uazng {padding: 0px 5px 20px 5px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-uazng {padding: 0px 5px 20px 5px;}}
@media (max-width:767px) {.brz .brz-css-uazng {padding: 0px 5px 20px 5px;}}
.brz .brz-css-qwuvf {padding: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-qwuvf {padding: 0;}}
@media (max-width:767px) {.brz .brz-css-qwuvf {padding: 0;}}
.brz .brz-css-txasr {margin: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-txasr {margin: 0;}}
@media (max-width:767px) {.brz .brz-css-txasr {margin: 0;}}
.brz .brz-css-jnuli {padding: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-jnuli {padding: 0;}}
@media (max-width:767px) {.brz .brz-css-jnuli {padding: 0;}}
.brz .brz-css-fvwvj {flex: 1 1 23.2%;max-width: 23.2%;justify-content: center;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-fvwvj {flex: 1 1 24.6%;max-width: 24.6%;justify-content: center;}}
@media (max-width:767px) {.brz .brz-css-fvwvj {flex: 1 1 48.4%;max-width: 48.4%;justify-content: center;}}
.brz .brz-css-vbtfx {padding: 0px 15px 0px 15px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-vbtfx {padding: 5px 15px 5px 15px;}}
@media (max-width:767px) {.brz .brz-css-vbtfx {padding: 0;}}
.brz .brz-css-iwtss {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-family: Roboto,sans-serif;font-size: 2em;line-height: 1.3;font-weight: 700;letter-spacing: -1.5px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-iwtss {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-size: 40px;line-height: 1.3;font-weight: 200;letter-spacing: -1px;}}
@media (max-width:767px) {.brz .brz-css-iwtss {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-size: 15px;line-height: 1.6;font-weight: 300;letter-spacing: 0px;}}
.brz .brz-css-jhlki {flex: 1 1 76.8%;max-width: 76.8%;justify-content: center;}
.brz .brz-css-jhlki > .brz-bg {margin: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-jhlki {flex: 1 1 74.4%;max-width: 74.4%;justify-content: center;}
.brz .brz-css-jhlki > .brz-bg {margin: 0;}}
@media (max-width:767px) {.brz .brz-css-jhlki {flex: 1 1 51.6%;max-width: 51.6%;justify-content: center;}
.brz .brz-css-jhlki > .brz-bg {margin: 10px 13px 10px 0px;}}
.brz .brz-css-luvro {margin: 0;padding: 0px 15px 0px 15px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-luvro {margin: 0;padding: 5px 15px 5px 15px;}}
@media (max-width:767px) {.brz .brz-css-luvro {margin: 10px 13px 10px 0px;padding: 0;}}
.brz .brz-css-lsrxc {justify-content: flex-end;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-lsrxc {justify-content: flex-end;}}
@media (max-width:767px) {.brz .brz-css-lsrxc {justify-content: flex-end;}}
@media (min-width:991px) {.brz .brz-css-epxaw .brz-mm-menu__icon {display: flex;font-size: 25px;color: rgba(42,29,29,1);}
.brz .brz-css-epxaw .brz-menu {display: none;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-epxaw .brz-mm-menu__icon {display: none;font-size: 25px;color: rgba(42,29,29,1);}
.brz .brz-css-epxaw .brz-menu {display: flex;}}
@media (max-width:767px) {.brz .brz-css-epxaw .brz-mm-menu__icon {display: flex;font-size: 25px;color: rgba(42,29,29,1);}
.brz .brz-css-epxaw .brz-menu {display: none;}}
.brz .brz-css-osehn {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -22.5px 0px -22.5px;}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(198,76,76,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(198,76,76,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-osehn.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-osehn .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-osehn.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__sub-menu .brz-a:hover {color: rgba(198,76,76,1);}
.brz .brz-css-osehn .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-osehn .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-osehn .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}
@media (min-width:991px) {.brz .brz-css-osehn {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 22.5px;margin-left: 22.5px;}
.brz .brz-css-osehn .brz-mm-menu__item {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}
.brz .brz-css-osehn .brz-mm-navbar {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(3px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-osehn .brz-menu__sub-menu {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}}
@media (min-width:991px) {.brz .brz-css-osehn:hover {color: rgba(198,76,76,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item > .brz-a:hover {color: rgba(198,76,76,1);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-osehn {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -10px 0px -10px;}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-osehn.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-osehn .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-osehn.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__sub-menu .brz-a:hover {color: rgba(198,76,76,1);}
.brz .brz-css-osehn .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-osehn .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-osehn .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-osehn {font-size: 15px;font-weight: 700;line-height: 1.6;letter-spacing: 0px;}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 10px;margin-left: 10px;}
.brz .brz-css-osehn .brz-mm-menu__item {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-osehn .brz-mm-navbar {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(21.6px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-osehn .brz-menu__sub-menu {font-size: 15px;font-weight: 700;line-height: 1.5;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-osehn {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -10px 0px -10px;}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-osehn.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-osehn .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-osehn.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__sub-menu .brz-a:hover {color: rgba(198,76,76,1);}
.brz .brz-css-osehn .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-osehn .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-osehn .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-osehn .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}}
@media (max-width:767px) {.brz .brz-css-osehn {font-size: 15px;font-weight: 700;line-height: 1.6;letter-spacing: 0px;}
.brz .brz-css-osehn .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 10px;margin-left: 10px;}
.brz .brz-css-osehn .brz-mm-menu__item {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-osehn .brz-mm-navbar {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-osehn.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(21.6px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-osehn .brz-menu__sub-menu {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;}}
.brz .brz-css-pavcx {padding: 15px 0px 15px 0px;}
.brz .brz-css-pavcx > .brz-bg:after {box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1),inset 0 -5px 5px -5px rgba(0,0,0,.1);display: block;}
.brz .brz-css-pavcx > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-pavcx {padding: 15px;}
.brz .brz-css-pavcx > .brz-bg:after {box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1),inset 0 -5px 5px -5px rgba(0,0,0,.1);display: block;}
.brz .brz-css-pavcx > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);}}
@media (max-width:767px) {.brz .brz-css-pavcx {padding: 15px;}
.brz .brz-css-pavcx > .brz-bg:after {box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.1),inset 0 -5px 5px -5px rgba(0,0,0,.1);display: block;}
.brz .brz-css-pavcx > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);}}
.brz .brz-css-xtphk {padding: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-xtphk {padding: 0;}}
@media (max-width:767px) {.brz .brz-css-xtphk {padding: 0;}}
.brz .brz-css-eyifk {flex: 1 1 21.9%;max-width: 21.9%;justify-content: center;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-eyifk {flex: 1 1 24.6%;max-width: 24.6%;justify-content: center;}}
@media (max-width:767px) {.brz .brz-css-eyifk {flex: 1 1 48.4%;max-width: 48.4%;justify-content: center;}}
.brz .brz-css-hqzbh {padding: 0px 15px 0px 15px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-hqzbh {padding: 5px 15px 5px 15px;}}
@media (max-width:767px) {.brz .brz-css-hqzbh {padding: 0;}}
.brz .brz-css-kpajg {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-family: Roboto,sans-serif;font-size: 2em;line-height: 1.3;font-weight: 700;letter-spacing: -1.5px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-kpajg {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-size: 40px;line-height: 1.3;font-weight: 200;letter-spacing: -1px;}}
@media (max-width:767px) {.brz .brz-css-kpajg {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-size: 15px;line-height: 1.6;font-weight: 300;letter-spacing: 0px;}}
.brz .brz-css-ylcuh {flex: 1 1 78.1%;max-width: 78.1%;justify-content: center;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ylcuh {flex: 1 1 74.4%;max-width: 74.4%;justify-content: center;}}
@media (max-width:767px) {.brz .brz-css-ylcuh {flex: 1 1 51.6%;max-width: 51.6%;justify-content: center;}}
.brz .brz-css-ywefs {padding: 0px 15px 0px 15px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ywefs {padding: 5px 15px 5px 15px;}}
@media (max-width:767px) {.brz .brz-css-ywefs {padding: 0;}}
.brz .brz-css-yvnex {justify-content: flex-end;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-yvnex {justify-content: flex-end;}}
@media (max-width:767px) {.brz .brz-css-yvnex {justify-content: flex-end;}}
@media (min-width:991px) {.brz .brz-css-ewhxy .brz-mm-menu__icon {display: none;font-size: 25px;color: rgba(42,29,29,1);}
.brz .brz-css-ewhxy .brz-menu {display: flex;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ewhxy .brz-mm-menu__icon {display: none;font-size: 25px;color: rgba(42,29,29,1);}
.brz .brz-css-ewhxy .brz-menu {display: flex;}}
@media (max-width:767px) {.brz .brz-css-ewhxy .brz-mm-menu__icon {display: flex;font-size: 25px;color: rgba(42,29,29,1);}
.brz .brz-css-ewhxy .brz-menu {display: none;}}
.brz .brz-css-wccvo {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -22.5px 0px -22.5px;}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-wccvo .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-wccvo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__sub-menu .brz-a:hover {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-wccvo .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-wccvo .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}
@media (min-width:991px) {.brz .brz-css-wccvo {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 22.5px;margin-left: 22.5px;}
.brz .brz-css-wccvo .brz-mm-menu__item {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}
.brz .brz-css-wccvo .brz-mm-navbar {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(3px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-wccvo .brz-menu__sub-menu {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}}
@media (min-width:991px) {.brz .brz-css-wccvo:hover {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item > .brz-a:hover {color: rgba(198,76,76,1);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-wccvo {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -10px 0px -10px;}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-wccvo .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-wccvo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__sub-menu .brz-a:hover {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-wccvo .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-wccvo .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-wccvo {font-size: 15px;font-weight: 700;line-height: 1.6;letter-spacing: 0px;}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 10px;margin-left: 10px;}
.brz .brz-css-wccvo .brz-mm-menu__item {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-wccvo .brz-mm-navbar {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(21.6px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-wccvo .brz-menu__sub-menu {font-size: 15px;font-weight: 700;line-height: 1.5;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-wccvo {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -10px 0px -10px;}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-wccvo .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-wccvo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__sub-menu .brz-a:hover {color: rgba(198,76,76,1);}
.brz .brz-css-wccvo .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-wccvo .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-wccvo .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-wccvo .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}}
@media (max-width:767px) {.brz .brz-css-wccvo {font-size: 15px;font-weight: 700;line-height: 1.6;letter-spacing: 0px;}
.brz .brz-css-wccvo .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 10px;margin-left: 10px;}
.brz .brz-css-wccvo .brz-mm-menu__item {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}
.brz .brz-css-wccvo .brz-mm-navbar {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-wccvo.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(21.6px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-wccvo .brz-menu__sub-menu {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;}}
.brz .brz-css-youhm {padding: 140px 0px 140px 0px;}
.brz .brz-css-youhm > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-youhm {padding: 50px 15px 50px 15px;}
.brz .brz-css-youhm > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);}}
@media (max-width:767px) {.brz .brz-css-youhm {padding: 25px 15px 25px 15px;}
.brz .brz-css-youhm > .brz-bg > .brz-bg-color {background-color: rgba(255,255,255,1);}}
@media (min-width:991px) {.brz .brz-css-crgtc {max-width: calc(.8 * var(--brz-section-container-max-width,1170px));}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-crgtc {max-width: 80%;}}
@media (max-width:767px) {.brz .brz-css-crgtc {max-width: 80%;}}
.brz .brz-css-hyvue {flex: 1 1 68%;max-width: 68%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-hyvue {flex: 1 1 68%;max-width: 68%;}}
@media (max-width:767px) {.brz .brz-css-hyvue {flex: 1 1 100%;max-width: 100%;}}
.brz .brz-css-iortp {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-family: Roboto,sans-serif;font-size: 32px;line-height: 1.3;font-weight: 600;letter-spacing: -1px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-iortp {margin-top: 0px !important;margin-bottom: 0px !important;text-align: left;font-size: 27px;line-height: 1.3;font-weight: 600;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-iortp {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 22px;line-height: 1.3;font-weight: 600;letter-spacing: 0px;}}
.brz .brz-css-kzpvo {padding: 0px 63px 0px 0px;margin: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-kzpvo {padding: 0;margin: 10px 0px 10px 0px;}}
@media (max-width:767px) {.brz .brz-css-kzpvo {padding: 0;margin: 10px 0px 10px 0px;}}
.brz .brz-css-ztout {margin-top: 15px !important;margin-bottom: 15px !important;text-align: left;font-family: Roboto,sans-serif;font-size: 16px;line-height: 1.7;font-weight: 300;letter-spacing: 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ztout {margin-top: 15px !important;margin-bottom: 15px !important;text-align: left;font-size: 15px;line-height: 1.6;font-weight: 300;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-ztout {margin-top: 15px !important;margin-bottom: 15px !important;text-align: center;font-size: 19px;line-height: 1.7;font-weight: 300;letter-spacing: 0px;}}
.brz .brz-css-pveaj {flex: 1 1 32%;max-width: 32%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-pveaj {flex: 1 1 32%;max-width: 32%;}}
@media (max-width:767px) {.brz .brz-css-pveaj {flex: 1 1 100%;max-width: 100%;}}
.brz .brz-css-ifxco {padding: 75px 0px 60px 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ifxco {padding: 50px 15px 50px 15px;}}
@media (max-width:767px) {.brz .brz-css-ifxco {padding: 25px 15px 25px 15px;}}
.brz .brz-css-sjtlv {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-family: Blinker,sans-serif;font-size: 18px;line-height: 1.5;font-weight: 300;letter-spacing: 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-sjtlv {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 17px;line-height: 1.5;font-weight: 300;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-sjtlv {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 17px;line-height: 1.5;font-weight: 300;letter-spacing: 0px;}}
.brz .brz-css-abzre {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-family: Roboto,sans-serif;font-size: 42px;line-height: 1.3;font-weight: 500;letter-spacing: -1.5px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-abzre {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 35px;line-height: 1.3;font-weight: 700;letter-spacing: -.5px;}}
@media (max-width:767px) {.brz .brz-css-abzre {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 29px;line-height: 1.3;font-weight: 700;letter-spacing: -.5px;}}
.brz .brz-css-ifvmr {height: 50px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ifvmr {height: 50px;}}
@media (max-width:767px) {.brz .brz-css-ifvmr {height: 10px;}}
.brz .brz-css-lvvaq > .brz-bg {max-width: 70%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-lvvaq > .brz-bg {max-width: 70%;}}
@media (max-width:767px) {.brz .brz-css-lvvaq > .brz-bg {max-width: 70%;}}
.brz .brz-css-uenfz {max-width: 70%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-uenfz {max-width: 70%;}}
@media (max-width:767px) {.brz .brz-css-uenfz {max-width: 70%;}}
.brz .brz-css-aswuh {flex: 1 1 100%;max-width: 100%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-aswuh {flex: 1 1 100%;max-width: 100%;}}
@media (max-width:767px) {.brz .brz-css-aswuh {flex: 1 1 100%;max-width: 100%;}}
.brz .brz-css-olyoc .brz-form {margin: -0px -5px -10px -5px;}
.brz .brz-css-olyoc .brz-forms2__item {padding: 0px 5px 10px 5px;}
.brz .brz-css-olyoc .brz-forms2__item-button {margin-left: auto;margin-right: auto;max-width: 30%;flex-basis: 30%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-olyoc .brz-form {margin: -0px -5px -10px -5px;}
.brz .brz-css-olyoc .brz-forms2__item {padding: 0px 5px 10px 5px;}
.brz .brz-css-olyoc .brz-forms2__item-button {margin-left: auto;margin-right: auto;max-width: 30%;flex-basis: 30%;}}
@media (max-width:767px) {.brz .brz-css-olyoc .brz-form {margin: -0px -5px -10px -5px;}
.brz .brz-css-olyoc .brz-forms2__item {padding: 0px 5px 10px 5px;}
.brz .brz-css-olyoc .brz-forms2__item-button {margin-left: auto;margin-right: auto;max-width: 100%;flex-basis: 100%;}}
.brz .brz-css-lyklg {color: rgba(141,102,102,.7);font-family: Roboto,sans-serif;font-size: 16px;font-weight: 300;}
.brz .brz-css-lyklg .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {color: rgba(141,102,102,.7);background-color: rgba(198,76,76,.05);border: 1px solid rgba(141,102,102,.2);min-height: 57.2px;}
.brz .brz-css-lyklg .brz-forms2__field-paragraph {line-height: 1.7;}
.brz .brz-css-lyklg .brz-forms2__select-item__input {color: rgba(141,102,102,.7);}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-lyklg {color: rgba(141,102,102,.7);font-size: 14px;font-weight: 400;}
.brz .brz-css-lyklg .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {color: rgba(141,102,102,.7);background-color: rgba(198,76,76,.05);border: 1px solid rgba(141,102,102,.2);min-height: 51px;}
.brz .brz-css-lyklg .brz-forms2__field-paragraph {line-height: 1.5;}
.brz .brz-css-lyklg .brz-forms2__select-item__input {color: rgba(141,102,102,.7);}}
@media (max-width:767px) {.brz .brz-css-lyklg {color: rgba(141,102,102,.7);font-size: 14px;font-weight: 400;}
.brz .brz-css-lyklg .brz-forms2__field:not(.brz-forms2__radio):not(.brz-forms2__checkbox) {color: rgba(141,102,102,.7);background-color: rgba(198,76,76,.05);border: 1px solid rgba(141,102,102,.2);min-height: 43px;}
.brz .brz-css-lyklg .brz-forms2__field-paragraph {line-height: 1.5;}
.brz .brz-css-lyklg .brz-forms2__select-item__input {color: rgba(141,102,102,.7);}}
.brz .brz-css-dsqdv .select2-results__options {font-family: Roboto,sans-serif;font-size: 16px;line-height: 1.7;font-weight: 300;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-dsqdv .select2-results__options {font-size: 14px;line-height: 1.5;font-weight: 400;}}
@media (max-width:767px) {.brz .brz-css-dsqdv .select2-results__options {font-size: 14px;line-height: 1.5;font-weight: 400;}}
.brz .brz-css-vxhuv {max-width: 50%;flex-basis: 50%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-vxhuv {max-width: 50%;flex-basis: 50%;}}
@media (max-width:767px) {.brz .brz-css-vxhuv {max-width: 50%;flex-basis: 50%;}}
.brz .brz-css-wljvk {max-width: 50%;flex-basis: 50%;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-wljvk {max-width: 50%;flex-basis: 50%;}}
@media (max-width:767px) {.brz .brz-css-wljvk {max-width: 50%;flex-basis: 50%;}}
.brz .brz-css-lbvol .brz-textarea {height: 165px !important;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-lbvol .brz-textarea {height: 165px !important;}}
@media (max-width:767px) {.brz .brz-css-lbvol .brz-textarea {height: 165px !important;}}
.brz .brz-css-moxvz.brz-btn {border: 0px solid rgba(35,157,219,0);border-radius: 0px;padding: 19px 44px 19px 44px;}
.brz .brz-css-moxvz .brz-btn--story-container {border: 0px solid rgba(35,157,219,0);border-radius: 0px;}
@media (min-width:991px) {.brz .brz-css-moxvz.brz-btn:hover {border: 0px solid rgba(198,76,76,.8);}
.brz .brz-css-moxvz:hover .brz-btn--story-container {border: 0px solid rgba(198,76,76,.8);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-moxvz.brz-btn {border: 0px solid rgba(35,157,219,0);border-radius: 0px;padding: 11px 26px 11px 26px;}
.brz .brz-css-moxvz .brz-btn--story-container {border: 0px solid rgba(35,157,219,0);border-radius: 0px;}}
@media (max-width:767px) {.brz .brz-css-moxvz.brz-btn {border: 0px solid rgba(35,157,219,0);border-radius: 0px;padding: 11px 26px 11px 26px;}
.brz .brz-css-moxvz .brz-btn--story-container {border: 0px solid rgba(35,157,219,0);border-radius: 0px;}}
.brz .brz-css-brdim {height: 40px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-brdim {height: 40px;}}
@media (max-width:767px) {.brz .brz-css-brdim {height: 10px;}}
.brz .brz-css-ibncw {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-family: Roboto,sans-serif;font-size: 16px;line-height: 1.7;font-weight: 300;letter-spacing: 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-ibncw {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 15px;line-height: 1.6;font-weight: 300;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-ibncw {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 15px;line-height: 1.6;font-weight: 300;letter-spacing: 0px;}}
.brz .brz-css-vjbbq {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-family: Roboto,sans-serif;font-size: 16px;line-height: 1.7;font-weight: 300;letter-spacing: 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-vjbbq {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 15px;line-height: 1.6;font-weight: 300;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-vjbbq {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 15px;line-height: 1.6;font-weight: 300;letter-spacing: 0px;}}
.brz .brz-css-cdtlj {padding: 70px 0px 64px 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-cdtlj {padding: 45px;}}
@media (max-width:767px) {.brz .brz-css-cdtlj {padding: 25px 15px 25px 15px;}}
.brz .brz-css-mjgbq {padding: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-mjgbq {padding: 0;}}
@media (max-width:767px) {.brz .brz-css-mjgbq {padding: 0;}}
.brz .brz-css-atowg {flex: 1 1 100%;max-width: 100%;justify-content: center;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-atowg {flex: 1 1 100%;max-width: 100%;justify-content: center;}}
@media (max-width:767px) {.brz .brz-css-atowg {flex: 1 1 100%;max-width: 100%;justify-content: center;}}
.brz .brz-css-cmwnb {padding: 10px 15px 10px 15px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-cmwnb {padding: 5px 15px 5px 15px;}}
@media (max-width:767px) {.brz .brz-css-cmwnb {padding: 0;}}
@media (min-width:991px) {.brz .brz-css-xpxtp .brz-mm-menu__icon {display: none;font-size: 23px;color: rgba(0,0,0,1);}
.brz .brz-css-xpxtp .brz-menu {display: flex;}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-xpxtp .brz-mm-menu__icon {display: none;font-size: 23px;color: rgba(0,0,0,1);}
.brz .brz-css-xpxtp .brz-menu {display: flex;}}
@media (max-width:767px) {.brz .brz-css-xpxtp .brz-mm-menu__icon {display: flex;font-size: 23px;color: rgba(0,0,0,1);}
.brz .brz-css-xpxtp .brz-menu {display: none;}}
.brz .brz-css-xovoo {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -27px 0px -27px;}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(198,76,76,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(198,76,76,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-xovoo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-xovoo .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-xovoo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__sub-menu .brz-a:hover {color: rgba(25,27,33,1);}
.brz .brz-css-xovoo .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-xovoo .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-xovoo .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}
@media (min-width:991px) {.brz .brz-css-xovoo {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 27px;margin-left: 27px;}
.brz .brz-css-xovoo .brz-mm-menu__item {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}
.brz .brz-css-xovoo .brz-mm-navbar {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(3px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-xovoo .brz-menu__sub-menu {font-size: 2em;font-weight: 500;line-height: 1.5;letter-spacing: 0px;}}
@media (min-width:991px) {.brz .brz-css-xovoo:hover {color: rgba(198,76,76,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item > .brz-a:hover {color: rgba(198,76,76,1);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-xovoo {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -22.5px 0px -22.5px;}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-xovoo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-xovoo .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-xovoo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__sub-menu .brz-a:hover {color: rgba(25,27,33,1);}
.brz .brz-css-xovoo .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-xovoo .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-xovoo .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-xovoo {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 22.5px;margin-left: 22.5px;}
.brz .brz-css-xovoo .brz-mm-menu__item {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;}
.brz .brz-css-xovoo .brz-mm-navbar {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(22.4px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-xovoo .brz-menu__sub-menu {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}}
@media (max-width:767px) {.brz .brz-css-xovoo {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul:not(.brz-mm-listview) {margin: 0px -19.5px 0px -19.5px;}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--opened {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--current {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-mm-menu__item {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-mm-menu__item:hover > .brz-mm-listitem__text {color: rgba(198,76,76,1);}
.brz .brz-css-xovoo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-xovoo .brz-mm-panels > .brz-mm-panel {background-color: rgba(42,29,29,1);}
.brz .brz-css-xovoo.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-mm-listitem {border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo .brz-menu__sub-menu {color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__sub-menu .brz-a:hover {color: rgba(25,27,33,1);}
.brz .brz-css-xovoo .brz-menu__item-dropdown .brz-menu__item {background-color: rgba(255,255,255,1);}
.brz .brz-css-xovoo .brz-menu__item-dropdown .brz-menu__item:hover {background-color: rgba(255,255,255,1);}
.brz .brz-css-xovoo .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after {border-color: rgba(42,29,29,1);}
.brz .brz-css-xovoo .brz-menu__dropdown > .brz-menu__item {border-bottom: 1px solid rgba(0,0,0,.08);}}
@media (max-width:767px) {.brz .brz-css-xovoo {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;}
.brz .brz-css-xovoo .brz-menu__ul > .brz-menu__item {padding-top: 0px;padding-bottom: 0px;margin-right: 19.5px;margin-left: 19.5px;}
.brz .brz-css-xovoo .brz-mm-menu__item {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;}
.brz .brz-css-xovoo .brz-mm-navbar {font-size: 16px;font-weight: 500;line-height: 1.4;letter-spacing: 0px;border-color: rgba(255,255,255,.08);}
.brz .brz-css-xovoo.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next {height: calc(22.4px + 10px + 10px);padding-right: 20px;}
.brz .brz-css-xovoo .brz-menu__sub-menu {font-size: 12px;font-weight: 600;line-height: 1.8;letter-spacing: 3px;}}
.brz .brz-css-mmssc {flex: 1 1 100%;max-width: 100%;justify-content: center;}
.brz .brz-css-mmssc > .brz-bg {margin: 0;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-mmssc {flex: 1 1 100%;max-width: 100%;justify-content: center;}
.brz .brz-css-mmssc > .brz-bg {margin: 0;}}
@media (max-width:767px) {.brz .brz-css-mmssc {flex: 1 1 100%;max-width: 100%;justify-content: center;}
.brz .brz-css-mmssc > .brz-bg {margin: 0;}}
.brz .brz-css-hqqgv {margin: 0;padding: 10px 0px 5px 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-hqqgv {margin: 0;padding: 0;}}
@media (max-width:767px) {.brz .brz-css-hqqgv {margin: 0;padding: 0;}}
.brz .brz-css-hpcmp {margin: 0px -7px -20px -7px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-hpcmp {margin: 0px -7px -20px -7px;}}
@media (max-width:767px) {.brz .brz-css-hpcmp {margin: 0px -7px -20px -7px;}}
.brz .brz-css-uvkpp {padding: 0px 7px 20px 7px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-uvkpp {padding: 0px 7px 20px 7px;}}
@media (max-width:767px) {.brz .brz-css-uvkpp {padding: 0px 7px 20px 7px;}}
.brz .brz-css-qptfi {flex: 1 1 100%;max-width: 100%;justify-content: center;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-qptfi {flex: 1 1 100%;max-width: 100%;justify-content: center;}}
@media (max-width:767px) {.brz .brz-css-qptfi {flex: 1 1 100%;max-width: 100%;justify-content: center;}}
.brz .brz-css-yrkcq {padding: 5px 0px 10px 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-yrkcq {padding: 10px 15px 10px 15px;}}
@media (max-width:767px) {.brz .brz-css-yrkcq {padding: 0;}}
.brz .brz-css-fbrtq {margin: 10px 0px 10px 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-fbrtq {margin: 0;}}
@media (max-width:767px) {.brz .brz-css-fbrtq {margin: 0;}}
.brz .brz-css-cgjvz {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-family: Roboto,sans-serif;font-size: 16px;line-height: 1.7;font-weight: 300;letter-spacing: 0px;}
@media (max-width:991px) and (min-width:768px) {.brz .brz-css-cgjvz {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 13px;line-height: 1.7;font-weight: 300;letter-spacing: 0px;}}
@media (max-width:767px) {.brz .brz-css-cgjvz {margin-top: 0px !important;margin-bottom: 0px !important;text-align: center;font-size: 14px;line-height: 1.7;font-weight: 300;letter-spacing: 0px;}}</style><style class="brz-style brz-project__style-palette">.brz .brz-cp-color1, .brz .brz-bcp-color1 {color: #191b21;}
.brz .brz-cp-color2, .brz .brz-bcp-color2 {color: #2a1d1d;}
.brz .brz-cp-color3, .brz .brz-bcp-color3 {color: #c64c4c;}
.brz .brz-cp-color4, .brz .brz-bcp-color4 {color: #8d6666;}
.brz .brz-cp-color5, .brz .brz-bcp-color5 {color: #f4cebd;}
.brz .brz-cp-color6, .brz .brz-bcp-color6 {color: #f2eeee;}
.brz .brz-cp-color7, .brz .brz-bcp-color7 {color: #694848;}
.brz .brz-cp-color8, .brz .brz-bcp-color8 {color: #fff;}</style><style class="brz-style brz-project__style-fonts"></style><!-- END BRIZY ASSETS --></head><body class="brz"><div class="brz-root__container brz-reset-all"><section id="ktgrmtijdhjqoekgiqiupmedigceozznojgk" data-uid="ktgrmtijdhjqoekgiqiupmedigceozznojgk" class="brz-section brz-section__header brz-css-flcha"><div class="brz-section__header--animated brz-css-flcha"><div class="brz-section__header-sticky-item brz-css-clpwm" data-custom-id="qjyqxdtctnjqmsbhwrmmmpghfynoinuxqthq"><div class="brz-bg"><div class="brz-bg-color"></div></div><div class="brz-container brz-css-adtjs"><div class="brz-row__container brz-css-iregp" data-custom-id="yblbzbsdlrrxkqqgjbnosioqwfqdanmpvmcx"><div class="brz-row brz-css-twitt brz-css-jnuli"><div class="brz-columns brz-css-hirxy brz-css-fvwvj" data-custom-id="gqlzdjjjvigongnchcmrpsnsnyctszwkyqde"><div class="brz-column__items brz-css-sepch brz-css-vbtfx"><div class="brz-css-yiujc brz-wrapper"><div class="brz-rich-text brz-css-istbb" data-custom-id="vfppehicrenogjkfnxmlkudbyarpjlvstlgm"><p class="brz-css-iwtss"><span class="brz-cp-color7">Evan Snow</span></p></div></div></div></div><div class="brz-columns brz-css-hirxy brz-css-jhlki" data-custom-id="czuaojsjeunqwvlrgfkpssoofcrqitrkhiqe"><div class="brz-column__items brz-css-sepch brz-css-luvro"><div class="brz-css-yiujc brz-css-lsrxc brz-wrapper"><div class="brz-menu__container brz-css-iozhl brz-css-epxaw" data-mmenu-id="#aacisfnfdypfoumwlfsdvowqaobpdzpsjspb" data-mmenu-position="position-right" data-mmenu-title="Main Menu" data-custom-id="aacisfnfdypfoumwlfsdvowqaobpdzpsjspb"><nav class="brz-menu brz-menu__preview brz-css-ompsl brz-css-osehn"><ul class="brz-menu__ul"><li class="brz-menu__item"><a class="brz-a" href="." data-brz-link-type="external"><span class="brz-span">Home</span></a></li><li class="brz-menu__item brz-menu__item--current"><a class="brz-a" href="about" data-brz-link-type="external"><span class="brz-span">About</span></a></li></ul></nav><div class="brz-mm-menu__icon"><svg id="nc_icon" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" class="brz-icon-svg" data-type="editor" data-name="menu-3"><g fill="currentColor" fill-rule="nonzero"><path d="M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1zM15 2H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1zM15 12H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></svg> </div><nav id="aacisfnfdypfoumwlfsdvowqaobpdzpsjspb" class="brz-menu brz-menu__mmenu brz-menu__preview brz-css-ompsl brz-css-osehn"><ul class="brz-menu__ul"><li class="brz-mm-menu__item brz-mm-menu__item-empty"><a class="brz-a" href="." data-brz-link-type="external"><span class="brz-span">Home</span></a></li><li class="brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current"><a class="brz-a" href="about" data-brz-link-type="external"><span class="brz-span">About</span></a></li></ul></nav></div></div></div></div></div></div></div></div></div><div class="brz-section__menu-item brz-css-nheqd brz-css-pavcx" data-custom-id="pjcplkmoobwvlyzzfdcqbbmcucktjnkxpgbd"><div class="brz-bg"><div class="brz-bg-color"></div></div><div class="brz-container brz-css-psxnm"><div class="brz-row__container brz-css-iregp" data-custom-id="crfreealjiwyoooddfblmwiijdkmzvjyuidk"><div class="brz-row brz-css-twitt brz-css-xtphk"><div class="brz-columns brz-css-hirxy brz-css-eyifk" data-custom-id="exefbblkxqnuhewqkgyoclpywnpybozxhims"><div class="brz-column__items brz-css-sepch brz-css-hqzbh"><div class="brz-css-yiujc brz-wrapper"><div class="brz-rich-text brz-css-istbb" data-custom-id="ztuwyptxbqdxpahutcorpzzikqehptippsfa"><p class="brz-css-kpajg"><span class="brz-cp-color7">Evan Snow</span></p></div></div></div></div><div class="brz-columns brz-css-hirxy brz-css-ylcuh" data-custom-id="nlyoumfrbspdtudahsajnjolyydghvzmliep"><div class="brz-column__items brz-css-sepch brz-css-ywefs"><div class="brz-css-yiujc brz-css-yvnex brz-wrapper"><div class="brz-menu__container brz-css-iozhl brz-css-ewhxy" data-mmenu-id="#uodoojfttdewlwanqgxpuzatdauzaayrdxxu" data-mmenu-position="position-left" data-mmenu-title="Main Menu" data-custom-id="uodoojfttdewlwanqgxpuzatdauzaayrdxxu"><nav class="brz-menu brz-menu__preview brz-css-ompsl brz-css-wccvo"><ul class="brz-menu__ul"><li class="brz-menu__item"><a class="brz-a" href="." data-brz-link-type="external"><span class="brz-span">Home</span></a></li><li class="brz-menu__item brz-menu__item--current"><a class="brz-a" href="about" data-brz-link-type="external"><span class="brz-span">About</span></a></li></ul></nav><div class="brz-mm-menu__icon"><svg id="nc_icon" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" class="brz-icon-svg" data-type="editor" data-name="menu-3"><g fill="currentColor" fill-rule="nonzero"><path d="M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1zM15 2H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1zM15 12H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></svg> </div><nav id="uodoojfttdewlwanqgxpuzatdauzaayrdxxu" class="brz-menu brz-menu__mmenu brz-menu__preview brz-css-ompsl brz-css-wccvo"><ul class="brz-menu__ul"><li class="brz-mm-menu__item brz-mm-menu__item-empty"><a class="brz-a" href="." data-brz-link-type="external"><span class="brz-span">Home</span></a></li><li class="brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current"><a class="brz-a" href="about" data-brz-link-type="external"><span class="brz-span">About</span></a></li></ul></nav></div></div></div></div></div></div></div></div></section><section data-uid="vlagxtxvheozbjmqetxfoifnrledmhkkgbyq" id="vlagxtxvheozbjmqetxfoifnrledmhkkgbyq" class="brz-section brz-css-pbdys"><div class="brz-section__content brz-section--boxed brz-css-gfdje brz-css-youhm" data-custom-id="jhqhryzasueydapsqqjqttmozgjpuodoccvr"><div class="brz-bg"><div class="brz-bg-color"></div></div><div class="brz-container brz-css-ufmlj brz-css-crgtc"><div class="brz-row__container brz-css-iregp" data-custom-id="jlzslewsxqqzzliwwvlicfsbhbpmvcznxcwo"><div class="brz-row brz-css-twitt brz-css-qwuvf"><div class="brz-columns brz-css-hirxy brz-css-hyvue" data-custom-id="giybrjyquphcvwdwdekwqlsyxicfjkzyrvbh"><div class="brz-column__items brz-css-sepch"><div class="brz-css-yiujc brz-wrapper"><div class="brz-rich-text brz-css-istbb" data-custom-id="aicruuuckldnubvmohkfyozbxxsyntoaallh"><p class="brz-css-iortp"><span class="brz-cp-color1">ABOUT ME</span></p></div></div><div class="brz-css-yiujc brz-css-kzpvo brz-wrapper"><div class="brz-rich-text brz-css-istbb" data-custom-id="qdnlrlpmtuvslyavtxxvjljsdcqzbaeoxfsa"><p class="brz-css-ztout"><span class="brz-cp-color7">[long bio goes here]</span></p></div></div></div></div><div class="brz-columns brz-css-hirxy brz-css-pveaj" data-custom-id="atxfaunhbhgsqkaoeoscxlwnxiihiywibyha"><div class="brz-column__items brz-css-sepch"><div class="brz-css-yiujc brz-css-txasr brz-wrapper"><div class="brz-spacer brz-css-eossa"></div></div></div></div></div></div></div></div></section><section data-uid="khtwnxuwywflztdlukojlklwzfxtjfjujiaq" id="khtwnxuwywflztdlukojlklwzfxtjfjujiaq" class="brz-section brz-css-pbdys"><div class="brz-section__content brz-section--boxed brz-css-gfdje brz-css-ifxco" data-custom-id="fmtndxhcdnrnnehvfcuyxrxbqgmeoocndfku"><div class="brz-container brz-css-ufmlj"><div class="brz-css-yiujc brz-wrapper"><div class="brz-image brz-css-crqya"><picture class="brz-picture brz-d-block brz-p-relative brz-css-ecibh" data-custom-id="pjqozrfbwennxnghrxirhwrgxguxaqjphhil"><source srcset="assets/img/0d35001d3c777bb8c2fbef0592550159.png 1x, assets/img/e05a0d4dc34b6ab4b89177cbafc54469.png 2x" media="(min-width: 992px)"><source srcset="assets/img/06e50a723cfb957506636ea43a788cf6.png 1x, assets/img/9765024feef6eff461daf84dd0739093.png 2x" media="(min-width: 768px)"><img class="brz-img brz-p-absolute" srcset="assets/img/6908405af805efbcae8e3262ffb2a19f.png 1x, assets/img/5074aa71a49732c5a7a79c28c54d40af.png 2x" src="assets/img/0d35001d3c777bb8c2fbef0592550159.png" alt draggable="false" loading="lazy"></picture></div></div><div class="brz-css-yiujc brz-wrapper"><div class="brz-rich-text brz-css-istbb" data-custom-id="vphnugfckaygpzldooyofrbpeqidrhofmrhf"><h5 class="brz-css-sjtlv"><span class="brz-cp-color7">CONTACT</span></h5><h2 class="brz-css-abzre"><span class="brz-cp-color1">REACH ME</span></h2></div></div><div class="brz-css-yiujc brz-wrapper"><div class="brz-image brz-css-uzzdf"><picture class="brz-picture brz-d-block brz-p-relative brz-css-chojf" data-custom-id="fadzthrelxntiiugriyladzpbrtuyojucedm"><source srcset="assets/img/0d35001d3c777bb8c2fbef0592550159.png 1x, assets/img/e05a0d4dc34b6ab4b89177cbafc54469.png 2x" media="(min-width: 992px)"><source srcset="assets/img/06e50a723cfb957506636ea43a788cf6.png 1x, assets/img/9765024feef6eff461daf84dd0739093.png 2x" media="(min-width: 768px)"><img class="brz-img brz-p-absolute" srcset="assets/img/6908405af805efbcae8e3262ffb2a19f.png 1x, assets/img/5074aa71a49732c5a7a79c28c54d40af.png 2x" src="assets/img/0d35001d3c777bb8c2fbef0592550159.png" alt draggable="false" loading="lazy"></picture></div></div><div class="brz-css-yiujc brz-css-txasr brz-wrapper"><div class="brz-spacer brz-css-eossa brz-css-ifvmr"></div></div><div class="brz-row__container brz-css-iregp brz-css-lvvaq" data-custom-id="ckkcxjpsbvwzliqgnfuzjvyxtxxlrumglhvc"><div class="brz-row brz-css-twitt brz-css-uenfz"><div class="brz-columns brz-css-hirxy brz-css-aswuh" data-custom-id="ukqlpzcyzubwhlmkuqfrjwpxtdfmowvjzdsl"><div class="brz-column__items brz-css-sepch"><div class="brz-css-yiujc brz-wrapper"><div data-form-version="2" class="brz-forms2 brz-css-qtstw brz-css-olyoc" data-custom-id="yjueozhhzsxlcfakvjbjdtcrbzpsbdxfxrwx"><form class="brz-form brz-d-xs-flex brz-flex-xs-wrap" action="https://brizyleads.com/form/submit" novalidate data-form-id="yjueozhhzsxlcfakvjbjdtcrbzpsbdxfxrwx" data-project-id="5274890" data-success data-error data-redirect><div class="brz-forms2__item brz-css-mlixh brz-css-lyklg brz-css-gljgm brz-css-vxhuv"><input type="email" id="kpapckshxyswbjzkrmcrnhxoskxknsjnjcca" name="nvbxzmovjnunopgyqiitgklldgpqpwxvzhzf" placeholder="Email" required pattern="%5E((%5B%5E%3C%3E()%5C%5B%5C%5D%5C%5C.,;:%5Cs@%22%5D+(%5C.%5B%5E%3C%3E()%5C%5B%5C%5D%5C%5C.,;:%5Cs@%22%5D+)*)%7C(%22.+%22))@((%5C%5B%5B0-9%5D%7B1,3%7D%5C.%5B0-9%5D%7B1,3%7D%5C.%5B0-9%5D%7B1,3%7D%5C.%5B0-9%5D%7B1,3%7D%5D)%7C((%5Ba-zA-Z%5C-0-9%5D+%5C.)+%5Ba-zA-Z%5D%7B2,%7D))$" data-type="Email" data-label="Email" data-placeholder="Email" class="brz-input brz-forms2__field brz-forms2__field-email"></div><div class="brz-forms2__item brz-css-mlixh brz-css-lyklg brz-css-gljgm brz-css-wljvk"><input type="tel" id="rddgnjafjryylcuccxoxsjddrhahrknpnqdz" name="qqvnpeauwigtcigljxacdqvpptnygnkegnqq" placeholder="Phone Number" required pattern="%5B0-9()#&+*-=.%5D+" data-type="Tel" data-label="Phone Number" data-placeholder="Phone Number" class="brz-input brz-forms2__field brz-forms2__field-tel"></div><div class="brz-forms2__item brz-css-mlixh brz-css-lyklg brz-css-gljgm"><input type="text" id="kmvwuoqyuxbowihiuermflbbhevxymioypsb" name="xjrsiaqtamqkplbunrpfepnuqqovczmopmmr" placeholder="Subject" required data-type="Text" data-label="Subject" data-placeholder="Subject" class="brz-input brz-forms2__field brz-forms2__field-text"></div><div class="brz-forms2__item brz-css-mlixh brz-css-lyklg brz-css-gljgm brz-css-lbvol"><textarea type="paragraph" id="xgtxfucreogubueyyjhrlmbdrnfzayygxikk" name="sstlvpnhcghxvgurwbpcvjsnlwhojwznetel" placeholder="Message" data-type="Paragraph" data-label="Message" data-placeholder="Message" class="brz-textarea brz-forms2__field brz-forms2__field-paragraph"></textarea></div><div class="brz-forms2 brz-forms2__item brz-align-self-xs-end brz-forms2__item-button"><button class="brz-btn brz-css-dfinn brz-css-moxvz" data-custom-id="otwwrvpyqviqjoevhnheiyublctmxypulemm"><span class="brz-span brz-text__editor">SEND MESSAGE</span></button></div></form></div></div></div></div></div></div><div class="brz-css-yiujc brz-css-txasr brz-wrapper"><div class="brz-spacer brz-css-eossa brz-css-brdim"></div></div><div class="brz-css-yiujc brz-wrapper"><div class="brz-rich-text brz-css-istbb" data-custom-id="whxmxtgsjjqosxldqcrlfkgonvcoomldqwkf"><p class="brz-css-ibncw"><span class="brz-cp-color7">Fort Lauderdale, FL </span></p><p class="brz-css-vjbbq"><span class="brz-cp-color3">contact@choose954.com</span></p></div></div></div></div></section><footer data-uid="symllussipftewndciovwnygskkqcrtmvbdr" id="symllussipftewndciovwnygskkqcrtmvbdr" class="brz-footer brz-css-bsfhq brz-css-cdtlj" data-custom-id="symllussipftewndciovwnygskkqcrtmvbdr"><div class="brz-container brz-css-qshjw"><div class="brz-row__container brz-css-iregp" data-custom-id="mbssytzqadohzgdydxrusmhdpwidlmmpwuzj"><div class="brz-row brz-css-twitt brz-css-mjgbq"><div class="brz-columns brz-css-hirxy brz-css-atowg" data-custom-id="gtnzhtkqacugvlkrcohtwgrcgdwyjwxtbfkk"><div class="brz-column__items brz-css-sepch brz-css-cmwnb"><div class="brz-css-yiujc brz-wrapper"><div class="brz-menu__container brz-css-iozhl brz-css-xpxtp" data-mmenu-id="#pukawqclbgdjzrmtvwbfafprjhyyuockrsvt" data-mmenu-position="position-left" data-mmenu-title="Main Menu" data-custom-id="pukawqclbgdjzrmtvwbfafprjhyyuockrsvt"><nav class="brz-menu brz-menu__preview brz-css-ompsl brz-css-xovoo"><ul class="brz-menu__ul"><li class="brz-menu__item"><a class="brz-a" href="." data-brz-link-type="external"><span class="brz-span">Home</span></a></li><li class="brz-menu__item brz-menu__item--current"><a class="brz-a" href="about" data-brz-link-type="external"><span class="brz-span">About</span></a></li></ul></nav><div class="brz-mm-menu__icon"><svg id="nc_icon" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" class="brz-icon-svg" data-type="editor" data-name="menu-3"><g fill="currentColor" fill-rule="nonzero"><path d="M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1zM15 2H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1zM15 12H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></svg> </div><nav id="pukawqclbgdjzrmtvwbfafprjhyyuockrsvt" class="brz-menu brz-menu__mmenu brz-menu__preview brz-css-ompsl brz-css-xovoo"><ul class="brz-menu__ul"><li class="brz-mm-menu__item brz-mm-menu__item-empty"><a class="brz-a" href="." data-brz-link-type="external"><span class="brz-span">Home</span></a></li><li class="brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current"><a class="brz-a" href="about" data-brz-link-type="external"><span class="brz-span">About</span></a></li></ul></nav></div></div></div></div></div></div><div class="brz-row__container brz-css-iregp" data-custom-id="wfewshgwindaaiaalxhjtelvyvuxybxhpuac"><div class="brz-row brz-css-twitt brz-css-qwuvf"><div class="brz-columns brz-css-hirxy brz-css-mmssc" data-custom-id="oikoznzywnyfhcqlvzmceaoysmephrzixovo"><div class="brz-column__items brz-css-sepch brz-css-hqqgv"><div class="brz-wrapper-clone brz-css-mjxfw"><div class="brz-d-xs-flex brz-flex-xs-wrap brz-css-pcjfg brz-css-hpcmp"><div class="brz-wrapper-clone__item brz-css-uazng brz-css-uvkpp" id="zbahoyicpvwdyukqbnhsjjeqqnmynlxqczsd"><div class="brz-icon__container" data-custom-id="zbahoyicpvwdyukqbnhsjjeqqnmynlxqczsd"><a class="brz-a" href="#" target="_blank" rel="noopener" data-brz-link-type="external"><span class="brz-span brz-icon css-65q8cl"><svg id="nc_icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 24 24" xml:space="preserve" class="brz-icon-svg" data-type="glyph" data-name="logo-facebook"><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M22,0H2C0.895,0,0,0.895,0,2v20c0,1.105,0.895,2,2,2h11v-9h-3v-4h3V8.413c0-3.1,1.893-4.788,4.659-4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z"/></g></svg></span></a></div></div><div class="brz-wrapper-clone__item brz-css-uazng brz-css-uvkpp" id="wvznrzjsvqkyyvyybxyrrepsvskhwfacceya"><div class="brz-icon__container" data-custom-id="wvznrzjsvqkyyvyybxyrrepsvskhwfacceya"><a class="brz-a" href="#" target="_blank" rel="noopener" data-brz-link-type="external"><span class="brz-span brz-icon css-bun8wl"><svg id="nc_icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 24 24" xml:space="preserve" class="brz-icon-svg" data-type="glyph" data-name="logo-pinterest"><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M12,0C5.4,0,0,5.4,0,12c0,5.1,3.2,9.4,7.6,11.2c-0.1-0.9-0.2-2.4,0-3.4c0.2-0.9,1.4-6,1.4-6S8.7,13,8.7,12 c0-1.7,1-2.9,2.2-2.9c1,0,1.5,0.8,1.5,1.7c0,1-0.7,2.6-1,4c-0.3,1.2,0.6,2.2,1.8,2.2c2.1,0,3.8-2.2,3.8-5.5c0-2.9-2.1-4.9-5-4.9 c-3.4,0-5.4,2.6-5.4,5.2c0,1,0.4,2.1,0.9,2.7c0.1,0.1,0.1,0.2,0.1,0.3c-0.1,0.4-0.3,1.2-0.3,1.4c-0.1,0.2-0.2,0.3-0.4,0.2 c-1.5-0.7-2.4-2.9-2.4-4.6c0-3.8,2.8-7.3,7.9-7.3c4.2,0,7.4,3,7.4,6.9c0,4.1-2.6,7.5-6.2,7.5c-1.2,0-2.4-0.6-2.8-1.4 c0,0-0.6,2.3-0.7,2.9c-0.3,1-1,2.3-1.5,3.1C9.6,23.8,10.8,24,12,24c6.6,0,12-5.4,12-12C24,5.4,18.6,0,12,0z"/></g></svg></span></a></div></div><div class="brz-wrapper-clone__item brz-css-uazng brz-css-uvkpp" id="cnfhrdibkulolgipvnjirwkutaafgxebekum"><div class="brz-icon__container" data-custom-id="cnfhrdibkulolgipvnjirwkutaafgxebekum"><a class="brz-a" href="#" target="_blank" rel="noopener" data-brz-link-type="external"><span class="brz-span brz-icon css-g7talg"><svg id="nc_icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 24 24" xml:space="preserve" class="brz-icon-svg" data-type="glyph" data-name="logo-twitter"><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M24,4.6c-0.9,0.4-1.8,0.7-2.8,0.8c1-0.6,1.8-1.6,2.2-2.7c-1,0.6-2,1-3.1,1.2c-0.9-1-2.2-1.6-3.6-1.6 c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1C7.7,8.1,4.1,6.1,1.7,3.1C1.2,3.9,1,4.7,1,5.6c0,1.7,0.9,3.2,2.2,4.1 C2.4,9.7,1.6,9.5,1,9.1c0,0,0,0,0,0.1c0,2.4,1.7,4.4,3.9,4.8c-0.4,0.1-0.8,0.2-1.3,0.2c-0.3,0-0.6,0-0.9-0.1c0.6,2,2.4,3.4,4.6,3.4 c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14-7.5,14-14c0-0.2,0-0.4,0-0.6 C22.5,6.4,23.3,5.5,24,4.6z"/></g></svg></span></a></div></div><div class="brz-wrapper-clone__item brz-css-uazng brz-css-uvkpp" id="pxgvszqgssjmhdrykaflalrkavxgypntvpys"><div class="brz-icon__container" data-custom-id="pxgvszqgssjmhdrykaflalrkavxgypntvpys"><a class="brz-a" href="#" target="_blank" rel="noopener" data-brz-link-type="external"><span class="brz-span brz-icon css-179kilb"><svg id="nc_icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 24 24" xml:space="preserve" class="brz-icon-svg" data-type="glyph" data-name="logo-youtube"><g class="nc-icon-wrapper" fill="currentColor"><path fill="currentColor" d="M23.8,7.2c0,0-0.2-1.7-1-2.4c-0.9-1-1.9-1-2.4-1C17,3.6,12,3.6,12,3.6h0c0,0-5,0-8.4,0.2 c-0.5,0.1-1.5,0.1-2.4,1c-0.7,0.7-1,2.4-1,2.4S0,9.1,0,11.1v1.8c0,1.9,0.2,3.9,0.2,3.9s0.2,1.7,1,2.4c0.9,1,2.1,0.9,2.6,1 c1.9,0.2,8.2,0.2,8.2,0.2s5,0,8.4-0.3c0.5-0.1,1.5-0.1,2.4-1c0.7-0.7,1-2.4,1-2.4s0.2-1.9,0.2-3.9v-1.8C24,9.1,23.8,7.2,23.8,7.2z M9.5,15.1l0-6.7l6.5,3.4L9.5,15.1z"/></g></svg></span></a></div></div></div></div></div></div></div></div><div class="brz-row__container brz-css-iregp" data-custom-id="xmgidwglyulkfftmwfekfyyrqmsjzogjqegj"><div class="brz-row brz-css-twitt brz-css-qwuvf"><div class="brz-columns brz-css-hirxy brz-css-qptfi" data-custom-id="yuiupwdemktejihfvkymzlzakhkrnljijbch"><div class="brz-column__items brz-css-sepch brz-css-yrkcq"><div class="brz-css-yiujc brz-css-fbrtq brz-wrapper"><div class="brz-rich-text brz-css-istbb" data-custom-id="skfggytpofygcsbmvpcrddakvmkpmhqstjfq"><p class="brz-css-cgjvz"><span class="brz-cp-color7">Evan Snow - 2021 - Work In Progress </span></p></div></div></div></div></div></div></div></footer></div> <!-- BRIZY ASSETS --><script class="brz-script brz-script-preview-lib" src="https://b-cloud.b-cdn.net/builds/free/169-cloud/editor/js/group-1.js"></script><script class="brz-script brz-script-preview-lib-pro" src="https://b-cloud.b-cdn.net/builds/pro/54-cloud/js/group-2.pro.js"></script><script class="brz-script brz-script-preview-pro" src="https://b-cloud.b-cdn.net/builds/pro/54-cloud/js/preview.pro.js"></script><script class="brz-script brz-script-emit"> jQuery(document).ready(function() { window.Brizy.emit("init.dom", jQuery(document.body)); }); </script><!-- END BRIZY ASSETS --></body></html>