/*! framework.css - utility CSS framework */

.bg-red-50 { background-color: #c253ff; }
.text-red-50 { color: #c253ff; }
.border-red-50 { border-color: #c253ff; }
.ring-red-50 { --ring-color: #c253ff; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-100 { background-color: #63e6d0; }
.text-red-100 { color: #63e6d0; }
.border-red-100 { border-color: #63e6d0; }
.ring-red-100 { --ring-color: #63e6d0; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-200 { background-color: #720364; }
.text-red-200 { color: #720364; }
.border-red-200 { border-color: #720364; }
.ring-red-200 { --ring-color: #720364; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-300 { background-color: #8f64a4; }
.text-red-300 { color: #8f64a4; }
.border-red-300 { border-color: #8f64a4; }
.ring-red-300 { --ring-color: #8f64a4; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-400 { background-color: #e0fa9b; }
.text-red-400 { color: #e0fa9b; }
.border-red-400 { border-color: #e0fa9b; }
.ring-red-400 { --ring-color: #e0fa9b; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-500 { background-color: #9fcf72; }
.text-red-500 { color: #9fcf72; }
.border-red-500 { border-color: #9fcf72; }
.ring-red-500 { --ring-color: #9fcf72; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-600 { background-color: #20037e; }
.text-red-600 { color: #20037e; }
.border-red-600 { border-color: #20037e; }
.ring-red-600 { --ring-color: #20037e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-700 { background-color: #c89ccd; }
.text-red-700 { color: #c89ccd; }
.border-red-700 { border-color: #c89ccd; }
.ring-red-700 { --ring-color: #c89ccd; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-800 { background-color: #c80ffa; }
.text-red-800 { color: #c80ffa; }
.border-red-800 { border-color: #c80ffa; }
.ring-red-800 { --ring-color: #c80ffa; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-900 { background-color: #f3ac23; }
.text-red-900 { color: #f3ac23; }
.border-red-900 { border-color: #f3ac23; }
.ring-red-900 { --ring-color: #f3ac23; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-red-950 { background-color: #4fabf7; }
.text-red-950 { color: #4fabf7; }
.border-red-950 { border-color: #4fabf7; }
.ring-red-950 { --ring-color: #4fabf7; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-50 { background-color: #bcb373; }
.text-blue-50 { color: #bcb373; }
.border-blue-50 { border-color: #bcb373; }
.ring-blue-50 { --ring-color: #bcb373; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-100 { background-color: #6352ff; }
.text-blue-100 { color: #6352ff; }
.border-blue-100 { border-color: #6352ff; }
.ring-blue-100 { --ring-color: #6352ff; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-200 { background-color: #683e71; }
.text-blue-200 { color: #683e71; }
.border-blue-200 { border-color: #683e71; }
.ring-blue-200 { --ring-color: #683e71; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-300 { background-color: #3787db; }
.text-blue-300 { color: #3787db; }
.border-blue-300 { border-color: #3787db; }
.ring-blue-300 { --ring-color: #3787db; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-400 { background-color: #bdd909; }
.text-blue-400 { color: #bdd909; }
.border-blue-400 { border-color: #bdd909; }
.ring-blue-400 { --ring-color: #bdd909; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-500 { background-color: #f31140; }
.text-blue-500 { color: #f31140; }
.border-blue-500 { border-color: #f31140; }
.ring-blue-500 { --ring-color: #f31140; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-600 { background-color: #559b97; }
.text-blue-600 { color: #559b97; }
.border-blue-600 { border-color: #559b97; }
.ring-blue-600 { --ring-color: #559b97; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-700 { background-color: #39285a; }
.text-blue-700 { color: #39285a; }
.border-blue-700 { border-color: #39285a; }
.ring-blue-700 { --ring-color: #39285a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-800 { background-color: #543b9c; }
.text-blue-800 { color: #543b9c; }
.border-blue-800 { border-color: #543b9c; }
.ring-blue-800 { --ring-color: #543b9c; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-900 { background-color: #efdd9e; }
.text-blue-900 { color: #efdd9e; }
.border-blue-900 { border-color: #efdd9e; }
.ring-blue-900 { --ring-color: #efdd9e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-blue-950 { background-color: #2307ee; }
.text-blue-950 { color: #2307ee; }
.border-blue-950 { border-color: #2307ee; }
.ring-blue-950 { --ring-color: #2307ee; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-50 { background-color: #c23ef1; }
.text-green-50 { color: #c23ef1; }
.border-green-50 { border-color: #c23ef1; }
.ring-green-50 { --ring-color: #c23ef1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-100 { background-color: #a468a6; }
.text-green-100 { color: #a468a6; }
.border-green-100 { border-color: #a468a6; }
.ring-green-100 { --ring-color: #a468a6; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-200 { background-color: #97393a; }
.text-green-200 { color: #97393a; }
.border-green-200 { border-color: #97393a; }
.ring-green-200 { --ring-color: #97393a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-300 { background-color: #7a4238; }
.text-green-300 { color: #7a4238; }
.border-green-300 { border-color: #7a4238; }
.ring-green-300 { --ring-color: #7a4238; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-400 { background-color: #da72c0; }
.text-green-400 { color: #da72c0; }
.border-green-400 { border-color: #da72c0; }
.ring-green-400 { --ring-color: #da72c0; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-500 { background-color: #e83193; }
.text-green-500 { color: #e83193; }
.border-green-500 { border-color: #e83193; }
.ring-green-500 { --ring-color: #e83193; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-600 { background-color: #fc514f; }
.text-green-600 { color: #fc514f; }
.border-green-600 { border-color: #fc514f; }
.ring-green-600 { --ring-color: #fc514f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-700 { background-color: #b66903; }
.text-green-700 { color: #b66903; }
.border-green-700 { border-color: #b66903; }
.ring-green-700 { --ring-color: #b66903; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-800 { background-color: #aab2e9; }
.text-green-800 { color: #aab2e9; }
.border-green-800 { border-color: #aab2e9; }
.ring-green-800 { --ring-color: #aab2e9; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-900 { background-color: #67be96; }
.text-green-900 { color: #67be96; }
.border-green-900 { border-color: #67be96; }
.ring-green-900 { --ring-color: #67be96; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-green-950 { background-color: #8eebfd; }
.text-green-950 { color: #8eebfd; }
.border-green-950 { border-color: #8eebfd; }
.ring-green-950 { --ring-color: #8eebfd; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-50 { background-color: #f5a4f2; }
.text-yellow-50 { color: #f5a4f2; }
.border-yellow-50 { border-color: #f5a4f2; }
.ring-yellow-50 { --ring-color: #f5a4f2; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-100 { background-color: #155d39; }
.text-yellow-100 { color: #155d39; }
.border-yellow-100 { border-color: #155d39; }
.ring-yellow-100 { --ring-color: #155d39; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-200 { background-color: #c8bcee; }
.text-yellow-200 { color: #c8bcee; }
.border-yellow-200 { border-color: #c8bcee; }
.ring-yellow-200 { --ring-color: #c8bcee; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-300 { background-color: #2f4412; }
.text-yellow-300 { color: #2f4412; }
.border-yellow-300 { border-color: #2f4412; }
.ring-yellow-300 { --ring-color: #2f4412; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-400 { background-color: #a4ef35; }
.text-yellow-400 { color: #a4ef35; }
.border-yellow-400 { border-color: #a4ef35; }
.ring-yellow-400 { --ring-color: #a4ef35; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-500 { background-color: #dbf4e3; }
.text-yellow-500 { color: #dbf4e3; }
.border-yellow-500 { border-color: #dbf4e3; }
.ring-yellow-500 { --ring-color: #dbf4e3; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-600 { background-color: #4cceab; }
.text-yellow-600 { color: #4cceab; }
.border-yellow-600 { border-color: #4cceab; }
.ring-yellow-600 { --ring-color: #4cceab; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-700 { background-color: #e9d253; }
.text-yellow-700 { color: #e9d253; }
.border-yellow-700 { border-color: #e9d253; }
.ring-yellow-700 { --ring-color: #e9d253; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-800 { background-color: #3356c9; }
.text-yellow-800 { color: #3356c9; }
.border-yellow-800 { border-color: #3356c9; }
.ring-yellow-800 { --ring-color: #3356c9; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-900 { background-color: #f92222; }
.text-yellow-900 { color: #f92222; }
.border-yellow-900 { border-color: #f92222; }
.ring-yellow-900 { --ring-color: #f92222; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-yellow-950 { background-color: #941a36; }
.text-yellow-950 { color: #941a36; }
.border-yellow-950 { border-color: #941a36; }
.ring-yellow-950 { --ring-color: #941a36; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-50 { background-color: #feaf3d; }
.text-purple-50 { color: #feaf3d; }
.border-purple-50 { border-color: #feaf3d; }
.ring-purple-50 { --ring-color: #feaf3d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-100 { background-color: #08acd5; }
.text-purple-100 { color: #08acd5; }
.border-purple-100 { border-color: #08acd5; }
.ring-purple-100 { --ring-color: #08acd5; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-200 { background-color: #6083d4; }
.text-purple-200 { color: #6083d4; }
.border-purple-200 { border-color: #6083d4; }
.ring-purple-200 { --ring-color: #6083d4; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-300 { background-color: #ed6206; }
.text-purple-300 { color: #ed6206; }
.border-purple-300 { border-color: #ed6206; }
.ring-purple-300 { --ring-color: #ed6206; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-400 { background-color: #f2d73f; }
.text-purple-400 { color: #f2d73f; }
.border-purple-400 { border-color: #f2d73f; }
.ring-purple-400 { --ring-color: #f2d73f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-500 { background-color: #75473d; }
.text-purple-500 { color: #75473d; }
.border-purple-500 { border-color: #75473d; }
.ring-purple-500 { --ring-color: #75473d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-600 { background-color: #ec5d67; }
.text-purple-600 { color: #ec5d67; }
.border-purple-600 { border-color: #ec5d67; }
.ring-purple-600 { --ring-color: #ec5d67; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-700 { background-color: #2d0f3a; }
.text-purple-700 { color: #2d0f3a; }
.border-purple-700 { border-color: #2d0f3a; }
.ring-purple-700 { --ring-color: #2d0f3a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-800 { background-color: #001ad4; }
.text-purple-800 { color: #001ad4; }
.border-purple-800 { border-color: #001ad4; }
.ring-purple-800 { --ring-color: #001ad4; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-900 { background-color: #a7380f; }
.text-purple-900 { color: #a7380f; }
.border-purple-900 { border-color: #a7380f; }
.ring-purple-900 { --ring-color: #a7380f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-purple-950 { background-color: #835c91; }
.text-purple-950 { color: #835c91; }
.border-purple-950 { border-color: #835c91; }
.ring-purple-950 { --ring-color: #835c91; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-50 { background-color: #909ecf; }
.text-pink-50 { color: #909ecf; }
.border-pink-50 { border-color: #909ecf; }
.ring-pink-50 { --ring-color: #909ecf; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-100 { background-color: #e5f02f; }
.text-pink-100 { color: #e5f02f; }
.border-pink-100 { border-color: #e5f02f; }
.ring-pink-100 { --ring-color: #e5f02f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-200 { background-color: #cb52d1; }
.text-pink-200 { color: #cb52d1; }
.border-pink-200 { border-color: #cb52d1; }
.ring-pink-200 { --ring-color: #cb52d1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-300 { background-color: #cda353; }
.text-pink-300 { color: #cda353; }
.border-pink-300 { border-color: #cda353; }
.ring-pink-300 { --ring-color: #cda353; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-400 { background-color: #72714a; }
.text-pink-400 { color: #72714a; }
.border-pink-400 { border-color: #72714a; }
.ring-pink-400 { --ring-color: #72714a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-500 { background-color: #dc8568; }
.text-pink-500 { color: #dc8568; }
.border-pink-500 { border-color: #dc8568; }
.ring-pink-500 { --ring-color: #dc8568; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-600 { background-color: #20ef49; }
.text-pink-600 { color: #20ef49; }
.border-pink-600 { border-color: #20ef49; }
.ring-pink-600 { --ring-color: #20ef49; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-700 { background-color: #cae59d; }
.text-pink-700 { color: #cae59d; }
.border-pink-700 { border-color: #cae59d; }
.ring-pink-700 { --ring-color: #cae59d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-800 { background-color: #6db9fb; }
.text-pink-800 { color: #6db9fb; }
.border-pink-800 { border-color: #6db9fb; }
.ring-pink-800 { --ring-color: #6db9fb; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-900 { background-color: #cb3010; }
.text-pink-900 { color: #cb3010; }
.border-pink-900 { border-color: #cb3010; }
.ring-pink-900 { --ring-color: #cb3010; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-pink-950 { background-color: #def880; }
.text-pink-950 { color: #def880; }
.border-pink-950 { border-color: #def880; }
.ring-pink-950 { --ring-color: #def880; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-50 { background-color: #6cb26e; }
.text-indigo-50 { color: #6cb26e; }
.border-indigo-50 { border-color: #6cb26e; }
.ring-indigo-50 { --ring-color: #6cb26e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-100 { background-color: #c487f5; }
.text-indigo-100 { color: #c487f5; }
.border-indigo-100 { border-color: #c487f5; }
.ring-indigo-100 { --ring-color: #c487f5; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-200 { background-color: #678e83; }
.text-indigo-200 { color: #678e83; }
.border-indigo-200 { border-color: #678e83; }
.ring-indigo-200 { --ring-color: #678e83; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-300 { background-color: #b750f1; }
.text-indigo-300 { color: #b750f1; }
.border-indigo-300 { border-color: #b750f1; }
.ring-indigo-300 { --ring-color: #b750f1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-400 { background-color: #2f04fe; }
.text-indigo-400 { color: #2f04fe; }
.border-indigo-400 { border-color: #2f04fe; }
.ring-indigo-400 { --ring-color: #2f04fe; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-500 { background-color: #fac141; }
.text-indigo-500 { color: #fac141; }
.border-indigo-500 { border-color: #fac141; }
.ring-indigo-500 { --ring-color: #fac141; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-600 { background-color: #05dde5; }
.text-indigo-600 { color: #05dde5; }
.border-indigo-600 { border-color: #05dde5; }
.ring-indigo-600 { --ring-color: #05dde5; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-700 { background-color: #2886df; }
.text-indigo-700 { color: #2886df; }
.border-indigo-700 { border-color: #2886df; }
.ring-indigo-700 { --ring-color: #2886df; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-800 { background-color: #6694f2; }
.text-indigo-800 { color: #6694f2; }
.border-indigo-800 { border-color: #6694f2; }
.ring-indigo-800 { --ring-color: #6694f2; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-900 { background-color: #660f4d; }
.text-indigo-900 { color: #660f4d; }
.border-indigo-900 { border-color: #660f4d; }
.ring-indigo-900 { --ring-color: #660f4d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-indigo-950 { background-color: #28d60c; }
.text-indigo-950 { color: #28d60c; }
.border-indigo-950 { border-color: #28d60c; }
.ring-indigo-950 { --ring-color: #28d60c; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-50 { background-color: #61a70d; }
.text-teal-50 { color: #61a70d; }
.border-teal-50 { border-color: #61a70d; }
.ring-teal-50 { --ring-color: #61a70d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-100 { background-color: #bca087; }
.text-teal-100 { color: #bca087; }
.border-teal-100 { border-color: #bca087; }
.ring-teal-100 { --ring-color: #bca087; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-200 { background-color: #28c35d; }
.text-teal-200 { color: #28c35d; }
.border-teal-200 { border-color: #28c35d; }
.ring-teal-200 { --ring-color: #28c35d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-300 { background-color: #7b736b; }
.text-teal-300 { color: #7b736b; }
.border-teal-300 { border-color: #7b736b; }
.ring-teal-300 { --ring-color: #7b736b; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-400 { background-color: #cdd49f; }
.text-teal-400 { color: #cdd49f; }
.border-teal-400 { border-color: #cdd49f; }
.ring-teal-400 { --ring-color: #cdd49f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-500 { background-color: #5d17bd; }
.text-teal-500 { color: #5d17bd; }
.border-teal-500 { border-color: #5d17bd; }
.ring-teal-500 { --ring-color: #5d17bd; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-600 { background-color: #066a15; }
.text-teal-600 { color: #066a15; }
.border-teal-600 { border-color: #066a15; }
.ring-teal-600 { --ring-color: #066a15; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-700 { background-color: #cc4076; }
.text-teal-700 { color: #cc4076; }
.border-teal-700 { border-color: #cc4076; }
.ring-teal-700 { --ring-color: #cc4076; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-800 { background-color: #48298f; }
.text-teal-800 { color: #48298f; }
.border-teal-800 { border-color: #48298f; }
.ring-teal-800 { --ring-color: #48298f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-900 { background-color: #ce846c; }
.text-teal-900 { color: #ce846c; }
.border-teal-900 { border-color: #ce846c; }
.ring-teal-900 { --ring-color: #ce846c; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-teal-950 { background-color: #db9098; }
.text-teal-950 { color: #db9098; }
.border-teal-950 { border-color: #db9098; }
.ring-teal-950 { --ring-color: #db9098; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-50 { background-color: #570499; }
.text-orange-50 { color: #570499; }
.border-orange-50 { border-color: #570499; }
.ring-orange-50 { --ring-color: #570499; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-100 { background-color: #430feb; }
.text-orange-100 { color: #430feb; }
.border-orange-100 { border-color: #430feb; }
.ring-orange-100 { --ring-color: #430feb; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-200 { background-color: #cbfd6e; }
.text-orange-200 { color: #cbfd6e; }
.border-orange-200 { border-color: #cbfd6e; }
.ring-orange-200 { --ring-color: #cbfd6e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-300 { background-color: #efc6a3; }
.text-orange-300 { color: #efc6a3; }
.border-orange-300 { border-color: #efc6a3; }
.ring-orange-300 { --ring-color: #efc6a3; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-400 { background-color: #f921b1; }
.text-orange-400 { color: #f921b1; }
.border-orange-400 { border-color: #f921b1; }
.ring-orange-400 { --ring-color: #f921b1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-500 { background-color: #dbdd24; }
.text-orange-500 { color: #dbdd24; }
.border-orange-500 { border-color: #dbdd24; }
.ring-orange-500 { --ring-color: #dbdd24; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-600 { background-color: #5667a4; }
.text-orange-600 { color: #5667a4; }
.border-orange-600 { border-color: #5667a4; }
.ring-orange-600 { --ring-color: #5667a4; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-700 { background-color: #6e8e51; }
.text-orange-700 { color: #6e8e51; }
.border-orange-700 { border-color: #6e8e51; }
.ring-orange-700 { --ring-color: #6e8e51; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-800 { background-color: #c9fb2a; }
.text-orange-800 { color: #c9fb2a; }
.border-orange-800 { border-color: #c9fb2a; }
.ring-orange-800 { --ring-color: #c9fb2a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-900 { background-color: #ad4d81; }
.text-orange-900 { color: #ad4d81; }
.border-orange-900 { border-color: #ad4d81; }
.ring-orange-900 { --ring-color: #ad4d81; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-orange-950 { background-color: #ab8d79; }
.text-orange-950 { color: #ab8d79; }
.border-orange-950 { border-color: #ab8d79; }
.ring-orange-950 { --ring-color: #ab8d79; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-50 { background-color: #dc09b3; }
.text-cyan-50 { color: #dc09b3; }
.border-cyan-50 { border-color: #dc09b3; }
.ring-cyan-50 { --ring-color: #dc09b3; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-100 { background-color: #8e6a79; }
.text-cyan-100 { color: #8e6a79; }
.border-cyan-100 { border-color: #8e6a79; }
.ring-cyan-100 { --ring-color: #8e6a79; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-200 { background-color: #54fb36; }
.text-cyan-200 { color: #54fb36; }
.border-cyan-200 { border-color: #54fb36; }
.ring-cyan-200 { --ring-color: #54fb36; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-300 { background-color: #dc95aa; }
.text-cyan-300 { color: #dc95aa; }
.border-cyan-300 { border-color: #dc95aa; }
.ring-cyan-300 { --ring-color: #dc95aa; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-400 { background-color: #3c198e; }
.text-cyan-400 { color: #3c198e; }
.border-cyan-400 { border-color: #3c198e; }
.ring-cyan-400 { --ring-color: #3c198e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-500 { background-color: #d34a4a; }
.text-cyan-500 { color: #d34a4a; }
.border-cyan-500 { border-color: #d34a4a; }
.ring-cyan-500 { --ring-color: #d34a4a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-600 { background-color: #aee277; }
.text-cyan-600 { color: #aee277; }
.border-cyan-600 { border-color: #aee277; }
.ring-cyan-600 { --ring-color: #aee277; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-700 { background-color: #b0dd96; }
.text-cyan-700 { color: #b0dd96; }
.border-cyan-700 { border-color: #b0dd96; }
.ring-cyan-700 { --ring-color: #b0dd96; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-800 { background-color: #54ea76; }
.text-cyan-800 { color: #54ea76; }
.border-cyan-800 { border-color: #54ea76; }
.ring-cyan-800 { --ring-color: #54ea76; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-900 { background-color: #746436; }
.text-cyan-900 { color: #746436; }
.border-cyan-900 { border-color: #746436; }
.ring-cyan-900 { --ring-color: #746436; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-cyan-950 { background-color: #898392; }
.text-cyan-950 { color: #898392; }
.border-cyan-950 { border-color: #898392; }
.ring-cyan-950 { --ring-color: #898392; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-50 { background-color: #4f6b39; }
.text-lime-50 { color: #4f6b39; }
.border-lime-50 { border-color: #4f6b39; }
.ring-lime-50 { --ring-color: #4f6b39; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-100 { background-color: #9fedd9; }
.text-lime-100 { color: #9fedd9; }
.border-lime-100 { border-color: #9fedd9; }
.ring-lime-100 { --ring-color: #9fedd9; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-200 { background-color: #9819c9; }
.text-lime-200 { color: #9819c9; }
.border-lime-200 { border-color: #9819c9; }
.ring-lime-200 { --ring-color: #9819c9; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-300 { background-color: #7b3124; }
.text-lime-300 { color: #7b3124; }
.border-lime-300 { border-color: #7b3124; }
.ring-lime-300 { --ring-color: #7b3124; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-400 { background-color: #fc7965; }
.text-lime-400 { color: #fc7965; }
.border-lime-400 { border-color: #fc7965; }
.ring-lime-400 { --ring-color: #fc7965; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-500 { background-color: #efe4c1; }
.text-lime-500 { color: #efe4c1; }
.border-lime-500 { border-color: #efe4c1; }
.ring-lime-500 { --ring-color: #efe4c1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-600 { background-color: #7410ab; }
.text-lime-600 { color: #7410ab; }
.border-lime-600 { border-color: #7410ab; }
.ring-lime-600 { --ring-color: #7410ab; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-700 { background-color: #eca5c3; }
.text-lime-700 { color: #eca5c3; }
.border-lime-700 { border-color: #eca5c3; }
.ring-lime-700 { --ring-color: #eca5c3; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-800 { background-color: #1453eb; }
.text-lime-800 { color: #1453eb; }
.border-lime-800 { border-color: #1453eb; }
.ring-lime-800 { --ring-color: #1453eb; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-900 { background-color: #a77164; }
.text-lime-900 { color: #a77164; }
.border-lime-900 { border-color: #a77164; }
.ring-lime-900 { --ring-color: #a77164; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-lime-950 { background-color: #f04f48; }
.text-lime-950 { color: #f04f48; }
.border-lime-950 { border-color: #f04f48; }
.ring-lime-950 { --ring-color: #f04f48; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-50 { background-color: #2e3e54; }
.text-amber-50 { color: #2e3e54; }
.border-amber-50 { border-color: #2e3e54; }
.ring-amber-50 { --ring-color: #2e3e54; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-100 { background-color: #25547f; }
.text-amber-100 { color: #25547f; }
.border-amber-100 { border-color: #25547f; }
.ring-amber-100 { --ring-color: #25547f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-200 { background-color: #204518; }
.text-amber-200 { color: #204518; }
.border-amber-200 { border-color: #204518; }
.ring-amber-200 { --ring-color: #204518; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-300 { background-color: #1f7708; }
.text-amber-300 { color: #1f7708; }
.border-amber-300 { border-color: #1f7708; }
.ring-amber-300 { --ring-color: #1f7708; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-400 { background-color: #662327; }
.text-amber-400 { color: #662327; }
.border-amber-400 { border-color: #662327; }
.ring-amber-400 { --ring-color: #662327; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-500 { background-color: #17e5f8; }
.text-amber-500 { color: #17e5f8; }
.border-amber-500 { border-color: #17e5f8; }
.ring-amber-500 { --ring-color: #17e5f8; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-600 { background-color: #966967; }
.text-amber-600 { color: #966967; }
.border-amber-600 { border-color: #966967; }
.ring-amber-600 { --ring-color: #966967; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-700 { background-color: #0f4086; }
.text-amber-700 { color: #0f4086; }
.border-amber-700 { border-color: #0f4086; }
.ring-amber-700 { --ring-color: #0f4086; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-800 { background-color: #92ecaf; }
.text-amber-800 { color: #92ecaf; }
.border-amber-800 { border-color: #92ecaf; }
.ring-amber-800 { --ring-color: #92ecaf; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-900 { background-color: #aa7463; }
.text-amber-900 { color: #aa7463; }
.border-amber-900 { border-color: #aa7463; }
.ring-amber-900 { --ring-color: #aa7463; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-amber-950 { background-color: #b230a7; }
.text-amber-950 { color: #b230a7; }
.border-amber-950 { border-color: #b230a7; }
.ring-amber-950 { --ring-color: #b230a7; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-50 { background-color: #d5b8fd; }
.text-emerald-50 { color: #d5b8fd; }
.border-emerald-50 { border-color: #d5b8fd; }
.ring-emerald-50 { --ring-color: #d5b8fd; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-100 { background-color: #3f2782; }
.text-emerald-100 { color: #3f2782; }
.border-emerald-100 { border-color: #3f2782; }
.ring-emerald-100 { --ring-color: #3f2782; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-200 { background-color: #4c5762; }
.text-emerald-200 { color: #4c5762; }
.border-emerald-200 { border-color: #4c5762; }
.ring-emerald-200 { --ring-color: #4c5762; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-300 { background-color: #c2059d; }
.text-emerald-300 { color: #c2059d; }
.border-emerald-300 { border-color: #c2059d; }
.ring-emerald-300 { --ring-color: #c2059d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-400 { background-color: #940d09; }
.text-emerald-400 { color: #940d09; }
.border-emerald-400 { border-color: #940d09; }
.ring-emerald-400 { --ring-color: #940d09; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-500 { background-color: #7b98e0; }
.text-emerald-500 { color: #7b98e0; }
.border-emerald-500 { border-color: #7b98e0; }
.ring-emerald-500 { --ring-color: #7b98e0; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-600 { background-color: #d9266a; }
.text-emerald-600 { color: #d9266a; }
.border-emerald-600 { border-color: #d9266a; }
.ring-emerald-600 { --ring-color: #d9266a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-700 { background-color: #2d0d3f; }
.text-emerald-700 { color: #2d0d3f; }
.border-emerald-700 { border-color: #2d0d3f; }
.ring-emerald-700 { --ring-color: #2d0d3f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-800 { background-color: #042d69; }
.text-emerald-800 { color: #042d69; }
.border-emerald-800 { border-color: #042d69; }
.ring-emerald-800 { --ring-color: #042d69; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-900 { background-color: #10f185; }
.text-emerald-900 { color: #10f185; }
.border-emerald-900 { border-color: #10f185; }
.ring-emerald-900 { --ring-color: #10f185; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-emerald-950 { background-color: #fc4558; }
.text-emerald-950 { color: #fc4558; }
.border-emerald-950 { border-color: #fc4558; }
.ring-emerald-950 { --ring-color: #fc4558; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-50 { background-color: #03d7f3; }
.text-violet-50 { color: #03d7f3; }
.border-violet-50 { border-color: #03d7f3; }
.ring-violet-50 { --ring-color: #03d7f3; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-100 { background-color: #7b08d2; }
.text-violet-100 { color: #7b08d2; }
.border-violet-100 { border-color: #7b08d2; }
.ring-violet-100 { --ring-color: #7b08d2; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-200 { background-color: #e3052c; }
.text-violet-200 { color: #e3052c; }
.border-violet-200 { border-color: #e3052c; }
.ring-violet-200 { --ring-color: #e3052c; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-300 { background-color: #2b1d4f; }
.text-violet-300 { color: #2b1d4f; }
.border-violet-300 { border-color: #2b1d4f; }
.ring-violet-300 { --ring-color: #2b1d4f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-400 { background-color: #5a8ddf; }
.text-violet-400 { color: #5a8ddf; }
.border-violet-400 { border-color: #5a8ddf; }
.ring-violet-400 { --ring-color: #5a8ddf; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-500 { background-color: #422b53; }
.text-violet-500 { color: #422b53; }
.border-violet-500 { border-color: #422b53; }
.ring-violet-500 { --ring-color: #422b53; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-600 { background-color: #61d9eb; }
.text-violet-600 { color: #61d9eb; }
.border-violet-600 { border-color: #61d9eb; }
.ring-violet-600 { --ring-color: #61d9eb; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-700 { background-color: #2aa1e1; }
.text-violet-700 { color: #2aa1e1; }
.border-violet-700 { border-color: #2aa1e1; }
.ring-violet-700 { --ring-color: #2aa1e1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-800 { background-color: #7bd5b1; }
.text-violet-800 { color: #7bd5b1; }
.border-violet-800 { border-color: #7bd5b1; }
.ring-violet-800 { --ring-color: #7bd5b1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-900 { background-color: #b84c54; }
.text-violet-900 { color: #b84c54; }
.border-violet-900 { border-color: #b84c54; }
.ring-violet-900 { --ring-color: #b84c54; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-violet-950 { background-color: #1fda8c; }
.text-violet-950 { color: #1fda8c; }
.border-violet-950 { border-color: #1fda8c; }
.ring-violet-950 { --ring-color: #1fda8c; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-50 { background-color: #7f7514; }
.text-fuchsia-50 { color: #7f7514; }
.border-fuchsia-50 { border-color: #7f7514; }
.ring-fuchsia-50 { --ring-color: #7f7514; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-100 { background-color: #962535; }
.text-fuchsia-100 { color: #962535; }
.border-fuchsia-100 { border-color: #962535; }
.ring-fuchsia-100 { --ring-color: #962535; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-200 { background-color: #25d091; }
.text-fuchsia-200 { color: #25d091; }
.border-fuchsia-200 { border-color: #25d091; }
.ring-fuchsia-200 { --ring-color: #25d091; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-300 { background-color: #e59c3f; }
.text-fuchsia-300 { color: #e59c3f; }
.border-fuchsia-300 { border-color: #e59c3f; }
.ring-fuchsia-300 { --ring-color: #e59c3f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-400 { background-color: #b912d9; }
.text-fuchsia-400 { color: #b912d9; }
.border-fuchsia-400 { border-color: #b912d9; }
.ring-fuchsia-400 { --ring-color: #b912d9; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-500 { background-color: #c3a68b; }
.text-fuchsia-500 { color: #c3a68b; }
.border-fuchsia-500 { border-color: #c3a68b; }
.ring-fuchsia-500 { --ring-color: #c3a68b; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-600 { background-color: #2876e1; }
.text-fuchsia-600 { color: #2876e1; }
.border-fuchsia-600 { border-color: #2876e1; }
.ring-fuchsia-600 { --ring-color: #2876e1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-700 { background-color: #90f6da; }
.text-fuchsia-700 { color: #90f6da; }
.border-fuchsia-700 { border-color: #90f6da; }
.ring-fuchsia-700 { --ring-color: #90f6da; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-800 { background-color: #cd421d; }
.text-fuchsia-800 { color: #cd421d; }
.border-fuchsia-800 { border-color: #cd421d; }
.ring-fuchsia-800 { --ring-color: #cd421d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-900 { background-color: #e8309b; }
.text-fuchsia-900 { color: #e8309b; }
.border-fuchsia-900 { border-color: #e8309b; }
.ring-fuchsia-900 { --ring-color: #e8309b; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-fuchsia-950 { background-color: #d8f35a; }
.text-fuchsia-950 { color: #d8f35a; }
.border-fuchsia-950 { border-color: #d8f35a; }
.ring-fuchsia-950 { --ring-color: #d8f35a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-50 { background-color: #f02198; }
.text-rose-50 { color: #f02198; }
.border-rose-50 { border-color: #f02198; }
.ring-rose-50 { --ring-color: #f02198; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-100 { background-color: #3234e5; }
.text-rose-100 { color: #3234e5; }
.border-rose-100 { border-color: #3234e5; }
.ring-rose-100 { --ring-color: #3234e5; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-200 { background-color: #380803; }
.text-rose-200 { color: #380803; }
.border-rose-200 { border-color: #380803; }
.ring-rose-200 { --ring-color: #380803; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-300 { background-color: #e581fb; }
.text-rose-300 { color: #e581fb; }
.border-rose-300 { border-color: #e581fb; }
.ring-rose-300 { --ring-color: #e581fb; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-400 { background-color: #ff6b7b; }
.text-rose-400 { color: #ff6b7b; }
.border-rose-400 { border-color: #ff6b7b; }
.ring-rose-400 { --ring-color: #ff6b7b; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-500 { background-color: #909683; }
.text-rose-500 { color: #909683; }
.border-rose-500 { border-color: #909683; }
.ring-rose-500 { --ring-color: #909683; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-600 { background-color: #1a3130; }
.text-rose-600 { color: #1a3130; }
.border-rose-600 { border-color: #1a3130; }
.ring-rose-600 { --ring-color: #1a3130; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-700 { background-color: #a072cc; }
.text-rose-700 { color: #a072cc; }
.border-rose-700 { border-color: #a072cc; }
.ring-rose-700 { --ring-color: #a072cc; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-800 { background-color: #bfeab3; }
.text-rose-800 { color: #bfeab3; }
.border-rose-800 { border-color: #bfeab3; }
.ring-rose-800 { --ring-color: #bfeab3; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-900 { background-color: #b1609f; }
.text-rose-900 { color: #b1609f; }
.border-rose-900 { border-color: #b1609f; }
.ring-rose-900 { --ring-color: #b1609f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-rose-950 { background-color: #d0cc6c; }
.text-rose-950 { color: #d0cc6c; }
.border-rose-950 { border-color: #d0cc6c; }
.ring-rose-950 { --ring-color: #d0cc6c; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-50 { background-color: #ab44b1; }
.text-sky-50 { color: #ab44b1; }
.border-sky-50 { border-color: #ab44b1; }
.ring-sky-50 { --ring-color: #ab44b1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-100 { background-color: #8bfa9e; }
.text-sky-100 { color: #8bfa9e; }
.border-sky-100 { border-color: #8bfa9e; }
.ring-sky-100 { --ring-color: #8bfa9e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-200 { background-color: #d6a357; }
.text-sky-200 { color: #d6a357; }
.border-sky-200 { border-color: #d6a357; }
.ring-sky-200 { --ring-color: #d6a357; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-300 { background-color: #cd9c8b; }
.text-sky-300 { color: #cd9c8b; }
.border-sky-300 { border-color: #cd9c8b; }
.ring-sky-300 { --ring-color: #cd9c8b; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-400 { background-color: #8a6d9a; }
.text-sky-400 { color: #8a6d9a; }
.border-sky-400 { border-color: #8a6d9a; }
.ring-sky-400 { --ring-color: #8a6d9a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-500 { background-color: #9f488e; }
.text-sky-500 { color: #9f488e; }
.border-sky-500 { border-color: #9f488e; }
.ring-sky-500 { --ring-color: #9f488e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-600 { background-color: #1deed1; }
.text-sky-600 { color: #1deed1; }
.border-sky-600 { border-color: #1deed1; }
.ring-sky-600 { --ring-color: #1deed1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-700 { background-color: #63b442; }
.text-sky-700 { color: #63b442; }
.border-sky-700 { border-color: #63b442; }
.ring-sky-700 { --ring-color: #63b442; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-800 { background-color: #b1648b; }
.text-sky-800 { color: #b1648b; }
.border-sky-800 { border-color: #b1648b; }
.ring-sky-800 { --ring-color: #b1648b; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-900 { background-color: #2cb414; }
.text-sky-900 { color: #2cb414; }
.border-sky-900 { border-color: #2cb414; }
.ring-sky-900 { --ring-color: #2cb414; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-sky-950 { background-color: #888ae1; }
.text-sky-950 { color: #888ae1; }
.border-sky-950 { border-color: #888ae1; }
.ring-sky-950 { --ring-color: #888ae1; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-50 { background-color: #2c7874; }
.text-slate-50 { color: #2c7874; }
.border-slate-50 { border-color: #2c7874; }
.ring-slate-50 { --ring-color: #2c7874; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-100 { background-color: #bd4144; }
.text-slate-100 { color: #bd4144; }
.border-slate-100 { border-color: #bd4144; }
.ring-slate-100 { --ring-color: #bd4144; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-200 { background-color: #cc216f; }
.text-slate-200 { color: #cc216f; }
.border-slate-200 { border-color: #cc216f; }
.ring-slate-200 { --ring-color: #cc216f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-300 { background-color: #c7d166; }
.text-slate-300 { color: #c7d166; }
.border-slate-300 { border-color: #c7d166; }
.ring-slate-300 { --ring-color: #c7d166; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-400 { background-color: #3aa1af; }
.text-slate-400 { color: #3aa1af; }
.border-slate-400 { border-color: #3aa1af; }
.ring-slate-400 { --ring-color: #3aa1af; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-500 { background-color: #158348; }
.text-slate-500 { color: #158348; }
.border-slate-500 { border-color: #158348; }
.ring-slate-500 { --ring-color: #158348; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-600 { background-color: #75d324; }
.text-slate-600 { color: #75d324; }
.border-slate-600 { border-color: #75d324; }
.ring-slate-600 { --ring-color: #75d324; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-700 { background-color: #3a7043; }
.text-slate-700 { color: #3a7043; }
.border-slate-700 { border-color: #3a7043; }
.ring-slate-700 { --ring-color: #3a7043; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-800 { background-color: #d0e831; }
.text-slate-800 { color: #d0e831; }
.border-slate-800 { border-color: #d0e831; }
.ring-slate-800 { --ring-color: #d0e831; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-900 { background-color: #90d95d; }
.text-slate-900 { color: #90d95d; }
.border-slate-900 { border-color: #90d95d; }
.ring-slate-900 { --ring-color: #90d95d; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-slate-950 { background-color: #30c12f; }
.text-slate-950 { color: #30c12f; }
.border-slate-950 { border-color: #30c12f; }
.ring-slate-950 { --ring-color: #30c12f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-50 { background-color: #e9218c; }
.text-gray-50 { color: #e9218c; }
.border-gray-50 { border-color: #e9218c; }
.ring-gray-50 { --ring-color: #e9218c; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-100 { background-color: #08c2d7; }
.text-gray-100 { color: #08c2d7; }
.border-gray-100 { border-color: #08c2d7; }
.ring-gray-100 { --ring-color: #08c2d7; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-200 { background-color: #732618; }
.text-gray-200 { color: #732618; }
.border-gray-200 { border-color: #732618; }
.ring-gray-200 { --ring-color: #732618; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-300 { background-color: #c483d2; }
.text-gray-300 { color: #c483d2; }
.border-gray-300 { border-color: #c483d2; }
.ring-gray-300 { --ring-color: #c483d2; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-400 { background-color: #831cdc; }
.text-gray-400 { color: #831cdc; }
.border-gray-400 { border-color: #831cdc; }
.ring-gray-400 { --ring-color: #831cdc; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-500 { background-color: #0dce35; }
.text-gray-500 { color: #0dce35; }
.border-gray-500 { border-color: #0dce35; }
.ring-gray-500 { --ring-color: #0dce35; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-600 { background-color: #5b4186; }
.text-gray-600 { color: #5b4186; }
.border-gray-600 { border-color: #5b4186; }
.ring-gray-600 { --ring-color: #5b4186; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-700 { background-color: #73876a; }
.text-gray-700 { color: #73876a; }
.border-gray-700 { border-color: #73876a; }
.ring-gray-700 { --ring-color: #73876a; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-800 { background-color: #7dc416; }
.text-gray-800 { color: #7dc416; }
.border-gray-800 { border-color: #7dc416; }
.ring-gray-800 { --ring-color: #7dc416; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-900 { background-color: #d70035; }
.text-gray-900 { color: #d70035; }
.border-gray-900 { border-color: #d70035; }
.ring-gray-900 { --ring-color: #d70035; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-gray-950 { background-color: #05798e; }
.text-gray-950 { color: #05798e; }
.border-gray-950 { border-color: #05798e; }
.ring-gray-950 { --ring-color: #05798e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-50 { background-color: #7043aa; }
.text-zinc-50 { color: #7043aa; }
.border-zinc-50 { border-color: #7043aa; }
.ring-zinc-50 { --ring-color: #7043aa; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-100 { background-color: #bab254; }
.text-zinc-100 { color: #bab254; }
.border-zinc-100 { border-color: #bab254; }
.ring-zinc-100 { --ring-color: #bab254; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-200 { background-color: #725b24; }
.text-zinc-200 { color: #725b24; }
.border-zinc-200 { border-color: #725b24; }
.ring-zinc-200 { --ring-color: #725b24; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-300 { background-color: #4ac6b4; }
.text-zinc-300 { color: #4ac6b4; }
.border-zinc-300 { border-color: #4ac6b4; }
.ring-zinc-300 { --ring-color: #4ac6b4; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-400 { background-color: #34553f; }
.text-zinc-400 { color: #34553f; }
.border-zinc-400 { border-color: #34553f; }
.ring-zinc-400 { --ring-color: #34553f; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-500 { background-color: #735521; }
.text-zinc-500 { color: #735521; }
.border-zinc-500 { border-color: #735521; }
.ring-zinc-500 { --ring-color: #735521; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-600 { background-color: #8a9ad9; }
.text-zinc-600 { color: #8a9ad9; }
.border-zinc-600 { border-color: #8a9ad9; }
.ring-zinc-600 { --ring-color: #8a9ad9; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-700 { background-color: #005680; }
.text-zinc-700 { color: #005680; }
.border-zinc-700 { border-color: #005680; }
.ring-zinc-700 { --ring-color: #005680; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-800 { background-color: #12f87e; }
.text-zinc-800 { color: #12f87e; }
.border-zinc-800 { border-color: #12f87e; }
.ring-zinc-800 { --ring-color: #12f87e; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-900 { background-color: #fef684; }
.text-zinc-900 { color: #fef684; }
.border-zinc-900 { border-color: #fef684; }
.ring-zinc-900 { --ring-color: #fef684; box-shadow: 0 0 0 3px var(--ring-color); }
.bg-zinc-950 { background-color: #8d44a5; }
.text-zinc-950 { color: #8d44a5; }
.border-zinc-950 { border-color: #8d44a5; }
.ring-zinc-950 { --ring-color: #8d44a5; box-shadow: 0 0 0 3px var(--ring-color); }
.m-0 { margin: 0; }
.mt-0 { margin-top: 0; }
.mr-0 { margin-right: 0; }
.mb-0 { margin-bottom: 0; }
.ml-0 { margin-left: 0; }
.mx-0 { margin-left: 0; margin-right: 0; }
.my-0 { margin-top: 0; margin-bottom: 0; }
.m-1 { margin: 0.25rem; }
.mt-1 { margin-top: 0.25rem; }
.mr-1 { margin-right: 0.25rem; }
.mb-1 { margin-bottom: 0.25rem; }
.ml-1 { margin-left: 0.25rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.m-2 { margin: 0.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mr-2 { margin-right: 0.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.ml-2 { margin-left: 0.5rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.m-3 { margin: 0.75rem; }
.mt-3 { margin-top: 0.75rem; }
.mr-3 { margin-right: 0.75rem; }
.mb-3 { margin-bottom: 0.75rem; }
.ml-3 { margin-left: 0.75rem; }
.mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
.my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.m-4 { margin: 1rem; }
.mt-4 { margin-top: 1rem; }
.mr-4 { margin-right: 1rem; }
.mb-4 { margin-bottom: 1rem; }
.ml-4 { margin-left: 1rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.m-5 { margin: 1.25rem; }
.mt-5 { margin-top: 1.25rem; }
.mr-5 { margin-right: 1.25rem; }
.mb-5 { margin-bottom: 1.25rem; }
.ml-5 { margin-left: 1.25rem; }
.mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
.my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
.m-6 { margin: 1.5rem; }
.mt-6 { margin-top: 1.5rem; }
.mr-6 { margin-right: 1.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.ml-6 { margin-left: 1.5rem; }
.mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.m-7 { margin: 2rem; }
.mt-7 { margin-top: 2rem; }
.mr-7 { margin-right: 2rem; }
.mb-7 { margin-bottom: 2rem; }
.ml-7 { margin-left: 2rem; }
.mx-7 { margin-left: 2rem; margin-right: 2rem; }
.my-7 { margin-top: 2rem; margin-bottom: 2rem; }
.m-8 { margin: 2.5rem; }
.mt-8 { margin-top: 2.5rem; }
.mr-8 { margin-right: 2.5rem; }
.mb-8 { margin-bottom: 2.5rem; }
.ml-8 { margin-left: 2.5rem; }
.mx-8 { margin-left: 2.5rem; margin-right: 2.5rem; }
.my-8 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.m-9 { margin: 3rem; }
.mt-9 { margin-top: 3rem; }
.mr-9 { margin-right: 3rem; }
.mb-9 { margin-bottom: 3rem; }
.ml-9 { margin-left: 3rem; }
.mx-9 { margin-left: 3rem; margin-right: 3rem; }
.my-9 { margin-top: 3rem; margin-bottom: 3rem; }
.m-10 { margin: 4rem; }
.mt-10 { margin-top: 4rem; }
.mr-10 { margin-right: 4rem; }
.mb-10 { margin-bottom: 4rem; }
.ml-10 { margin-left: 4rem; }
.mx-10 { margin-left: 4rem; margin-right: 4rem; }
.my-10 { margin-top: 4rem; margin-bottom: 4rem; }
.m-11 { margin: 5rem; }
.mt-11 { margin-top: 5rem; }
.mr-11 { margin-right: 5rem; }
.mb-11 { margin-bottom: 5rem; }
.ml-11 { margin-left: 5rem; }
.mx-11 { margin-left: 5rem; margin-right: 5rem; }
.my-11 { margin-top: 5rem; margin-bottom: 5rem; }
.m-12 { margin: 6rem; }
.mt-12 { margin-top: 6rem; }
.mr-12 { margin-right: 6rem; }
.mb-12 { margin-bottom: 6rem; }
.ml-12 { margin-left: 6rem; }
.mx-12 { margin-left: 6rem; margin-right: 6rem; }
.my-12 { margin-top: 6rem; margin-bottom: 6rem; }
.m-13 { margin: 8rem; }
.mt-13 { margin-top: 8rem; }
.mr-13 { margin-right: 8rem; }
.mb-13 { margin-bottom: 8rem; }
.ml-13 { margin-left: 8rem; }
.mx-13 { margin-left: 8rem; margin-right: 8rem; }
.my-13 { margin-top: 8rem; margin-bottom: 8rem; }
.m-14 { margin: 10rem; }
.mt-14 { margin-top: 10rem; }
.mr-14 { margin-right: 10rem; }
.mb-14 { margin-bottom: 10rem; }
.ml-14 { margin-left: 10rem; }
.mx-14 { margin-left: 10rem; margin-right: 10rem; }
.my-14 { margin-top: 10rem; margin-bottom: 10rem; }
.m-15 { margin: 12rem; }
.mt-15 { margin-top: 12rem; }
.mr-15 { margin-right: 12rem; }
.mb-15 { margin-bottom: 12rem; }
.ml-15 { margin-left: 12rem; }
.mx-15 { margin-left: 12rem; margin-right: 12rem; }
.my-15 { margin-top: 12rem; margin-bottom: 12rem; }
.m-16 { margin: 16rem; }
.mt-16 { margin-top: 16rem; }
.mr-16 { margin-right: 16rem; }
.mb-16 { margin-bottom: 16rem; }
.ml-16 { margin-left: 16rem; }
.mx-16 { margin-left: 16rem; margin-right: 16rem; }
.my-16 { margin-top: 16rem; margin-bottom: 16rem; }
.p-0 { padding: 0; }
.pt-0 { padding-top: 0; }
.pr-0 { padding-right: 0; }
.pb-0 { padding-bottom: 0; }
.pl-0 { padding-left: 0; }
.px-0 { padding-left: 0; padding-right: 0; }
.py-0 { padding-top: 0; padding-bottom: 0; }
.p-1 { padding: 0.25rem; }
.pt-1 { padding-top: 0.25rem; }
.pr-1 { padding-right: 0.25rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pl-1 { padding-left: 0.25rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.p-2 { padding: 0.5rem; }
.pt-2 { padding-top: 0.5rem; }
.pr-2 { padding-right: 0.5rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pl-2 { padding-left: 0.5rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.p-3 { padding: 0.75rem; }
.pt-3 { padding-top: 0.75rem; }
.pr-3 { padding-right: 0.75rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pl-3 { padding-left: 0.75rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.p-4 { padding: 1rem; }
.pt-4 { padding-top: 1rem; }
.pr-4 { padding-right: 1rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-4 { padding-left: 1rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.p-5 { padding: 1.25rem; }
.pt-5 { padding-top: 1.25rem; }
.pr-5 { padding-right: 1.25rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pl-5 { padding-left: 1.25rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.p-6 { padding: 1.5rem; }
.pt-6 { padding-top: 1.5rem; }
.pr-6 { padding-right: 1.5rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pl-6 { padding-left: 1.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.p-7 { padding: 2rem; }
.pt-7 { padding-top: 2rem; }
.pr-7 { padding-right: 2rem; }
.pb-7 { padding-bottom: 2rem; }
.pl-7 { padding-left: 2rem; }
.px-7 { padding-left: 2rem; padding-right: 2rem; }
.py-7 { padding-top: 2rem; padding-bottom: 2rem; }
.p-8 { padding: 2.5rem; }
.pt-8 { padding-top: 2.5rem; }
.pr-8 { padding-right: 2.5rem; }
.pb-8 { padding-bottom: 2.5rem; }
.pl-8 { padding-left: 2.5rem; }
.px-8 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-8 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.p-9 { padding: 3rem; }
.pt-9 { padding-top: 3rem; }
.pr-9 { padding-right: 3rem; }
.pb-9 { padding-bottom: 3rem; }
.pl-9 { padding-left: 3rem; }
.px-9 { padding-left: 3rem; padding-right: 3rem; }
.py-9 { padding-top: 3rem; padding-bottom: 3rem; }
.p-10 { padding: 4rem; }
.pt-10 { padding-top: 4rem; }
.pr-10 { padding-right: 4rem; }
.pb-10 { padding-bottom: 4rem; }
.pl-10 { padding-left: 4rem; }
.px-10 { padding-left: 4rem; padding-right: 4rem; }
.py-10 { padding-top: 4rem; padding-bottom: 4rem; }
.p-11 { padding: 5rem; }
.pt-11 { padding-top: 5rem; }
.pr-11 { padding-right: 5rem; }
.pb-11 { padding-bottom: 5rem; }
.pl-11 { padding-left: 5rem; }
.px-11 { padding-left: 5rem; padding-right: 5rem; }
.py-11 { padding-top: 5rem; padding-bottom: 5rem; }
.p-12 { padding: 6rem; }
.pt-12 { padding-top: 6rem; }
.pr-12 { padding-right: 6rem; }
.pb-12 { padding-bottom: 6rem; }
.pl-12 { padding-left: 6rem; }
.px-12 { padding-left: 6rem; padding-right: 6rem; }
.py-12 { padding-top: 6rem; padding-bottom: 6rem; }
.p-13 { padding: 8rem; }
.pt-13 { padding-top: 8rem; }
.pr-13 { padding-right: 8rem; }
.pb-13 { padding-bottom: 8rem; }
.pl-13 { padding-left: 8rem; }
.px-13 { padding-left: 8rem; padding-right: 8rem; }
.py-13 { padding-top: 8rem; padding-bottom: 8rem; }
.p-14 { padding: 10rem; }
.pt-14 { padding-top: 10rem; }
.pr-14 { padding-right: 10rem; }
.pb-14 { padding-bottom: 10rem; }
.pl-14 { padding-left: 10rem; }
.px-14 { padding-left: 10rem; padding-right: 10rem; }
.py-14 { padding-top: 10rem; padding-bottom: 10rem; }
.p-15 { padding: 12rem; }
.pt-15 { padding-top: 12rem; }
.pr-15 { padding-right: 12rem; }
.pb-15 { padding-bottom: 12rem; }
.pl-15 { padding-left: 12rem; }
.px-15 { padding-left: 12rem; padding-right: 12rem; }
.py-15 { padding-top: 12rem; padding-bottom: 12rem; }
.p-16 { padding: 16rem; }
.pt-16 { padding-top: 16rem; }
.pr-16 { padding-right: 16rem; }
.pb-16 { padding-bottom: 16rem; }
.pl-16 { padding-left: 16rem; }
.px-16 { padding-left: 16rem; padding-right: 16rem; }
.py-16 { padding-top: 16rem; padding-bottom: 16rem; }
.w-0 { width: 0%; }
.h-0 { height: 0%; }
.w-1 { width: 1%; }
.h-1 { height: 1%; }
.w-2 { width: 2%; }
.h-2 { height: 2%; }
.w-3 { width: 3%; }
.h-3 { height: 3%; }
.w-4 { width: 4%; }
.h-4 { height: 4%; }
.w-5 { width: 5%; }
.h-5 { height: 5%; }
.w-6 { width: 6%; }
.h-6 { height: 6%; }
.w-7 { width: 7%; }
.h-7 { height: 7%; }
.w-8 { width: 8%; }
.h-8 { height: 8%; }
.w-9 { width: 9%; }
.h-9 { height: 9%; }
.w-10 { width: 10%; }
.h-10 { height: 10%; }
.w-11 { width: 11%; }
.h-11 { height: 11%; }
.w-12 { width: 12%; }
.h-12 { height: 12%; }
.w-13 { width: 13%; }
.h-13 { height: 13%; }
.w-14 { width: 14%; }
.h-14 { height: 14%; }
.w-15 { width: 15%; }
.h-15 { height: 15%; }
.w-16 { width: 16%; }
.h-16 { height: 16%; }
.w-17 { width: 17%; }
.h-17 { height: 17%; }
.w-18 { width: 18%; }
.h-18 { height: 18%; }
.w-19 { width: 19%; }
.h-19 { height: 19%; }
.w-20 { width: 20%; }
.h-20 { height: 20%; }
.w-21 { width: 21%; }
.h-21 { height: 21%; }
.w-22 { width: 22%; }
.h-22 { height: 22%; }
.w-23 { width: 23%; }
.h-23 { height: 23%; }
.w-24 { width: 24%; }
.h-24 { height: 24%; }
.w-25 { width: 25%; }
.h-25 { height: 25%; }
.w-26 { width: 26%; }
.h-26 { height: 26%; }
.w-27 { width: 27%; }
.h-27 { height: 27%; }
.w-28 { width: 28%; }
.h-28 { height: 28%; }
.w-29 { width: 29%; }
.h-29 { height: 29%; }
.w-30 { width: 30%; }
.h-30 { height: 30%; }
.w-31 { width: 31%; }
.h-31 { height: 31%; }
.w-32 { width: 32%; }
.h-32 { height: 32%; }
.w-33 { width: 33%; }
.h-33 { height: 33%; }
.w-34 { width: 34%; }
.h-34 { height: 34%; }
.w-35 { width: 35%; }
.h-35 { height: 35%; }
.w-36 { width: 36%; }
.h-36 { height: 36%; }
.w-37 { width: 37%; }
.h-37 { height: 37%; }
.w-38 { width: 38%; }
.h-38 { height: 38%; }
.w-39 { width: 39%; }
.h-39 { height: 39%; }
.w-40 { width: 40%; }
.h-40 { height: 40%; }
.w-41 { width: 41%; }
.h-41 { height: 41%; }
.w-42 { width: 42%; }
.h-42 { height: 42%; }
.w-43 { width: 43%; }
.h-43 { height: 43%; }
.w-44 { width: 44%; }
.h-44 { height: 44%; }
.w-45 { width: 45%; }
.h-45 { height: 45%; }
.w-46 { width: 46%; }
.h-46 { height: 46%; }
.w-47 { width: 47%; }
.h-47 { height: 47%; }
.w-48 { width: 48%; }
.h-48 { height: 48%; }
.w-49 { width: 49%; }
.h-49 { height: 49%; }
.w-50 { width: 50%; }
.h-50 { height: 50%; }
.w-51 { width: 51%; }
.h-51 { height: 51%; }
.w-52 { width: 52%; }
.h-52 { height: 52%; }
.w-53 { width: 53%; }
.h-53 { height: 53%; }
.w-54 { width: 54%; }
.h-54 { height: 54%; }
.w-55 { width: 55%; }
.h-55 { height: 55%; }
.w-56 { width: 56%; }
.h-56 { height: 56%; }
.w-57 { width: 57%; }
.h-57 { height: 57%; }
.w-58 { width: 58%; }
.h-58 { height: 58%; }
.w-59 { width: 59%; }
.h-59 { height: 59%; }
.w-60 { width: 60%; }
.h-60 { height: 60%; }
.w-61 { width: 61%; }
.h-61 { height: 61%; }
.w-62 { width: 62%; }
.h-62 { height: 62%; }
.w-63 { width: 63%; }
.h-63 { height: 63%; }
.w-64 { width: 64%; }
.h-64 { height: 64%; }
.w-65 { width: 65%; }
.h-65 { height: 65%; }
.w-66 { width: 66%; }
.h-66 { height: 66%; }
.w-67 { width: 67%; }
.h-67 { height: 67%; }
.w-68 { width: 68%; }
.h-68 { height: 68%; }
.w-69 { width: 69%; }
.h-69 { height: 69%; }
.w-70 { width: 70%; }
.h-70 { height: 70%; }
.w-71 { width: 71%; }
.h-71 { height: 71%; }
.w-72 { width: 72%; }
.h-72 { height: 72%; }
.w-73 { width: 73%; }
.h-73 { height: 73%; }
.w-74 { width: 74%; }
.h-74 { height: 74%; }
.w-75 { width: 75%; }
.h-75 { height: 75%; }
.w-76 { width: 76%; }
.h-76 { height: 76%; }
.w-77 { width: 77%; }
.h-77 { height: 77%; }
.w-78 { width: 78%; }
.h-78 { height: 78%; }
.w-79 { width: 79%; }
.h-79 { height: 79%; }
.w-80 { width: 80%; }
.h-80 { height: 80%; }
.w-81 { width: 81%; }
.h-81 { height: 81%; }
.w-82 { width: 82%; }
.h-82 { height: 82%; }
.w-83 { width: 83%; }
.h-83 { height: 83%; }
.w-84 { width: 84%; }
.h-84 { height: 84%; }
.w-85 { width: 85%; }
.h-85 { height: 85%; }
.w-86 { width: 86%; }
.h-86 { height: 86%; }
.w-87 { width: 87%; }
.h-87 { height: 87%; }
.w-88 { width: 88%; }
.h-88 { height: 88%; }
.w-89 { width: 89%; }
.h-89 { height: 89%; }
.w-90 { width: 90%; }
.h-90 { height: 90%; }
.w-91 { width: 91%; }
.h-91 { height: 91%; }
.w-92 { width: 92%; }
.h-92 { height: 92%; }
.w-93 { width: 93%; }
.h-93 { height: 93%; }
.w-94 { width: 94%; }
.h-94 { height: 94%; }
.w-95 { width: 95%; }
.h-95 { height: 95%; }
.w-96 { width: 96%; }
.h-96 { height: 96%; }
.w-97 { width: 97%; }
.h-97 { height: 97%; }
.w-98 { width: 98%; }
.h-98 { height: 98%; }
.w-99 { width: 99%; }
.h-99 { height: 99%; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.col-1 { flex: 0 0 8.3333%; max-width: 8.3333%; }
.col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-3 { flex: 0 0 25.0000%; max-width: 25.0000%; }
.col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
.col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
.col-6 { flex: 0 0 50.0000%; max-width: 50.0000%; }
.col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
.col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
.col-9 { flex: 0 0 75.0000%; max-width: 75.0000%; }
.col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
.col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
.col-12 { flex: 0 0 100.0000%; max-width: 100.0000%; }
.text-8 { font-size: 8px; line-height: 12.0px; }
.text-9 { font-size: 9px; line-height: 13.5px; }
.text-10 { font-size: 10px; line-height: 15.0px; }
.text-11 { font-size: 11px; line-height: 16.5px; }
.text-12 { font-size: 12px; line-height: 18.0px; }
.text-13 { font-size: 13px; line-height: 19.5px; }
.text-14 { font-size: 14px; line-height: 21.0px; }
.text-15 { font-size: 15px; line-height: 22.5px; }
.text-16 { font-size: 16px; line-height: 24.0px; }
.text-17 { font-size: 17px; line-height: 25.5px; }
.text-18 { font-size: 18px; line-height: 27.0px; }
.text-19 { font-size: 19px; line-height: 28.5px; }
.text-20 { font-size: 20px; line-height: 30.0px; }
.text-21 { font-size: 21px; line-height: 31.5px; }
.text-22 { font-size: 22px; line-height: 33.0px; }
.text-23 { font-size: 23px; line-height: 34.5px; }
.text-24 { font-size: 24px; line-height: 36.0px; }
.text-25 { font-size: 25px; line-height: 37.5px; }
.text-26 { font-size: 26px; line-height: 39.0px; }
.text-27 { font-size: 27px; line-height: 40.5px; }
.text-28 { font-size: 28px; line-height: 42.0px; }
.text-29 { font-size: 29px; line-height: 43.5px; }
.text-30 { font-size: 30px; line-height: 45.0px; }
.text-31 { font-size: 31px; line-height: 46.5px; }
.text-32 { font-size: 32px; line-height: 48.0px; }
.text-33 { font-size: 33px; line-height: 49.5px; }
.text-34 { font-size: 34px; line-height: 51.0px; }
.text-35 { font-size: 35px; line-height: 52.5px; }
.text-36 { font-size: 36px; line-height: 54.0px; }
.text-37 { font-size: 37px; line-height: 55.5px; }
.text-38 { font-size: 38px; line-height: 57.0px; }
.text-39 { font-size: 39px; line-height: 58.5px; }
.text-40 { font-size: 40px; line-height: 60.0px; }
.text-41 { font-size: 41px; line-height: 61.5px; }
.text-42 { font-size: 42px; line-height: 63.0px; }
.text-43 { font-size: 43px; line-height: 64.5px; }
.text-44 { font-size: 44px; line-height: 66.0px; }
.text-45 { font-size: 45px; line-height: 67.5px; }
.text-46 { font-size: 46px; line-height: 69.0px; }
.text-47 { font-size: 47px; line-height: 70.5px; }
.text-48 { font-size: 48px; line-height: 72.0px; }
.text-49 { font-size: 49px; line-height: 73.5px; }
.text-50 { font-size: 50px; line-height: 75.0px; }
.text-51 { font-size: 51px; line-height: 76.5px; }
.text-52 { font-size: 52px; line-height: 78.0px; }
.text-53 { font-size: 53px; line-height: 79.5px; }
.text-54 { font-size: 54px; line-height: 81.0px; }
.text-55 { font-size: 55px; line-height: 82.5px; }
.text-56 { font-size: 56px; line-height: 84.0px; }
.text-57 { font-size: 57px; line-height: 85.5px; }
.text-58 { font-size: 58px; line-height: 87.0px; }
.text-59 { font-size: 59px; line-height: 88.5px; }
.text-60 { font-size: 60px; line-height: 90.0px; }
.text-61 { font-size: 61px; line-height: 91.5px; }
.text-62 { font-size: 62px; line-height: 93.0px; }
.text-63 { font-size: 63px; line-height: 94.5px; }
.text-64 { font-size: 64px; line-height: 96.0px; }
.text-65 { font-size: 65px; line-height: 97.5px; }
.text-66 { font-size: 66px; line-height: 99.0px; }
.text-67 { font-size: 67px; line-height: 100.5px; }
.text-68 { font-size: 68px; line-height: 102.0px; }
.text-69 { font-size: 69px; line-height: 103.5px; }
.text-70 { font-size: 70px; line-height: 105.0px; }
.text-71 { font-size: 71px; line-height: 106.5px; }
.text-72 { font-size: 72px; line-height: 108.0px; }
.text-73 { font-size: 73px; line-height: 109.5px; }
.text-74 { font-size: 74px; line-height: 111.0px; }
.text-75 { font-size: 75px; line-height: 112.5px; }
.text-76 { font-size: 76px; line-height: 114.0px; }
.text-77 { font-size: 77px; line-height: 115.5px; }
.text-78 { font-size: 78px; line-height: 117.0px; }
.text-79 { font-size: 79px; line-height: 118.5px; }
.text-80 { font-size: 80px; line-height: 120.0px; }
.text-81 { font-size: 81px; line-height: 121.5px; }
.text-82 { font-size: 82px; line-height: 123.0px; }
.text-83 { font-size: 83px; line-height: 124.5px; }
.text-84 { font-size: 84px; line-height: 126.0px; }
.text-85 { font-size: 85px; line-height: 127.5px; }
.text-86 { font-size: 86px; line-height: 129.0px; }
.text-87 { font-size: 87px; line-height: 130.5px; }
.text-88 { font-size: 88px; line-height: 132.0px; }
.text-89 { font-size: 89px; line-height: 133.5px; }
.text-90 { font-size: 90px; line-height: 135.0px; }
.text-91 { font-size: 91px; line-height: 136.5px; }
.text-92 { font-size: 92px; line-height: 138.0px; }
.text-93 { font-size: 93px; line-height: 139.5px; }
.text-94 { font-size: 94px; line-height: 141.0px; }
.text-95 { font-size: 95px; line-height: 142.5px; }
@media (min-width: 640px) {
  .sm\:m-0 { margin: 0; }
  .sm\:mx-0 { margin-left: 0; margin-right: 0; }
  .sm\:my-0 { margin-top: 0; margin-bottom: 0; }
  .sm\:m-1 { margin: 0.25rem; }
  .sm\:mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
  .sm\:my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
  .sm\:m-2 { margin: 0.5rem; }
  .sm\:mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
  .sm\:my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .sm\:m-3 { margin: 0.75rem; }
  .sm\:mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
  .sm\:my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .sm\:m-4 { margin: 1rem; }
  .sm\:mx-4 { margin-left: 1rem; margin-right: 1rem; }
  .sm\:my-4 { margin-top: 1rem; margin-bottom: 1rem; }
  .sm\:m-5 { margin: 1.25rem; }
  .sm\:mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
  .sm\:my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
  .sm\:m-6 { margin: 1.5rem; }
  .sm\:mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
  .sm\:my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
  .sm\:m-7 { margin: 2rem; }
  .sm\:mx-7 { margin-left: 2rem; margin-right: 2rem; }
  .sm\:my-7 { margin-top: 2rem; margin-bottom: 2rem; }
  .sm\:m-8 { margin: 2.5rem; }
  .sm\:mx-8 { margin-left: 2.5rem; margin-right: 2.5rem; }
  .sm\:my-8 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
  .sm\:m-9 { margin: 3rem; }
  .sm\:mx-9 { margin-left: 3rem; margin-right: 3rem; }
  .sm\:my-9 { margin-top: 3rem; margin-bottom: 3rem; }
  .sm\:m-10 { margin: 4rem; }
  .sm\:mx-10 { margin-left: 4rem; margin-right: 4rem; }
  .sm\:my-10 { margin-top: 4rem; margin-bottom: 4rem; }
  .sm\:m-11 { margin: 5rem; }
  .sm\:mx-11 { margin-left: 5rem; margin-right: 5rem; }
  .sm\:my-11 { margin-top: 5rem; margin-bottom: 5rem; }
  .sm\:m-12 { margin: 6rem; }
  .sm\:mx-12 { margin-left: 6rem; margin-right: 6rem; }
  .sm\:my-12 { margin-top: 6rem; margin-bottom: 6rem; }
  .sm\:m-13 { margin: 8rem; }
  .sm\:mx-13 { margin-left: 8rem; margin-right: 8rem; }
  .sm\:my-13 { margin-top: 8rem; margin-bottom: 8rem; }
  .sm\:m-14 { margin: 10rem; }
  .sm\:mx-14 { margin-left: 10rem; margin-right: 10rem; }
  .sm\:my-14 { margin-top: 10rem; margin-bottom: 10rem; }
  .sm\:m-15 { margin: 12rem; }
  .sm\:mx-15 { margin-left: 12rem; margin-right: 12rem; }
  .sm\:my-15 { margin-top: 12rem; margin-bottom: 12rem; }
  .sm\:m-16 { margin: 16rem; }
  .sm\:mx-16 { margin-left: 16rem; margin-right: 16rem; }
  .sm\:my-16 { margin-top: 16rem; margin-bottom: 16rem; }
  .sm\:p-0 { padding: 0; }
  .sm\:px-0 { padding-left: 0; padding-right: 0; }
  .sm\:py-0 { padding-top: 0; padding-bottom: 0; }
  .sm\:p-1 { padding: 0.25rem; }
  .sm\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
  .sm\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
  .sm\:p-2 { padding: 0.5rem; }
  .sm\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
  .sm\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .sm\:p-3 { padding: 0.75rem; }
  .sm\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
  .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .sm\:p-4 { padding: 1rem; }
  .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .sm\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .sm\:p-5 { padding: 1.25rem; }
  .sm\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .sm\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .sm\:p-6 { padding: 1.5rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .sm\:p-7 { padding: 2rem; }
  .sm\:px-7 { padding-left: 2rem; padding-right: 2rem; }
  .sm\:py-7 { padding-top: 2rem; padding-bottom: 2rem; }
  .sm\:p-8 { padding: 2.5rem; }
  .sm\:px-8 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .sm\:py-8 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .sm\:p-9 { padding: 3rem; }
  .sm\:px-9 { padding-left: 3rem; padding-right: 3rem; }
  .sm\:py-9 { padding-top: 3rem; padding-bottom: 3rem; }
  .sm\:p-10 { padding: 4rem; }
  .sm\:px-10 { padding-left: 4rem; padding-right: 4rem; }
  .sm\:py-10 { padding-top: 4rem; padding-bottom: 4rem; }
  .sm\:p-11 { padding: 5rem; }
  .sm\:px-11 { padding-left: 5rem; padding-right: 5rem; }
  .sm\:py-11 { padding-top: 5rem; padding-bottom: 5rem; }
  .sm\:p-12 { padding: 6rem; }
  .sm\:px-12 { padding-left: 6rem; padding-right: 6rem; }
  .sm\:py-12 { padding-top: 6rem; padding-bottom: 6rem; }
  .sm\:p-13 { padding: 8rem; }
  .sm\:px-13 { padding-left: 8rem; padding-right: 8rem; }
  .sm\:py-13 { padding-top: 8rem; padding-bottom: 8rem; }
  .sm\:p-14 { padding: 10rem; }
  .sm\:px-14 { padding-left: 10rem; padding-right: 10rem; }
  .sm\:py-14 { padding-top: 10rem; padding-bottom: 10rem; }
  .sm\:p-15 { padding: 12rem; }
  .sm\:px-15 { padding-left: 12rem; padding-right: 12rem; }
  .sm\:py-15 { padding-top: 12rem; padding-bottom: 12rem; }
  .sm\:p-16 { padding: 16rem; }
  .sm\:px-16 { padding-left: 16rem; padding-right: 16rem; }
  .sm\:py-16 { padding-top: 16rem; padding-bottom: 16rem; }
  .sm\:col-1 { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .sm\:col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .sm\:col-3 { flex: 0 0 25.0000%; max-width: 25.0000%; }
  .sm\:col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .sm\:col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .sm\:col-6 { flex: 0 0 50.0000%; max-width: 50.0000%; }
  .sm\:col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .sm\:col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .sm\:col-9 { flex: 0 0 75.0000%; max-width: 75.0000%; }
  .sm\:col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .sm\:col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .sm\:col-12 { flex: 0 0 100.0000%; max-width: 100.0000%; }
}

@media (min-width: 768px) {
  .md\:m-0 { margin: 0; }
  .md\:mx-0 { margin-left: 0; margin-right: 0; }
  .md\:my-0 { margin-top: 0; margin-bottom: 0; }
  .md\:m-1 { margin: 0.25rem; }
  .md\:mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
  .md\:my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
  .md\:m-2 { margin: 0.5rem; }
  .md\:mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
  .md\:my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .md\:m-3 { margin: 0.75rem; }
  .md\:mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
  .md\:my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .md\:m-4 { margin: 1rem; }
  .md\:mx-4 { margin-left: 1rem; margin-right: 1rem; }
  .md\:my-4 { margin-top: 1rem; margin-bottom: 1rem; }
  .md\:m-5 { margin: 1.25rem; }
  .md\:mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
  .md\:my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
  .md\:m-6 { margin: 1.5rem; }
  .md\:mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
  .md\:my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
  .md\:m-7 { margin: 2rem; }
  .md\:mx-7 { margin-left: 2rem; margin-right: 2rem; }
  .md\:my-7 { margin-top: 2rem; margin-bottom: 2rem; }
  .md\:m-8 { margin: 2.5rem; }
  .md\:mx-8 { margin-left: 2.5rem; margin-right: 2.5rem; }
  .md\:my-8 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
  .md\:m-9 { margin: 3rem; }
  .md\:mx-9 { margin-left: 3rem; margin-right: 3rem; }
  .md\:my-9 { margin-top: 3rem; margin-bottom: 3rem; }
  .md\:m-10 { margin: 4rem; }
  .md\:mx-10 { margin-left: 4rem; margin-right: 4rem; }
  .md\:my-10 { margin-top: 4rem; margin-bottom: 4rem; }
  .md\:m-11 { margin: 5rem; }
  .md\:mx-11 { margin-left: 5rem; margin-right: 5rem; }
  .md\:my-11 { margin-top: 5rem; margin-bottom: 5rem; }
  .md\:m-12 { margin: 6rem; }
  .md\:mx-12 { margin-left: 6rem; margin-right: 6rem; }
  .md\:my-12 { margin-top: 6rem; margin-bottom: 6rem; }
  .md\:m-13 { margin: 8rem; }
  .md\:mx-13 { margin-left: 8rem; margin-right: 8rem; }
  .md\:my-13 { margin-top: 8rem; margin-bottom: 8rem; }
  .md\:m-14 { margin: 10rem; }
  .md\:mx-14 { margin-left: 10rem; margin-right: 10rem; }
  .md\:my-14 { margin-top: 10rem; margin-bottom: 10rem; }
  .md\:m-15 { margin: 12rem; }
  .md\:mx-15 { margin-left: 12rem; margin-right: 12rem; }
  .md\:my-15 { margin-top: 12rem; margin-bottom: 12rem; }
  .md\:m-16 { margin: 16rem; }
  .md\:mx-16 { margin-left: 16rem; margin-right: 16rem; }
  .md\:my-16 { margin-top: 16rem; margin-bottom: 16rem; }
  .md\:p-0 { padding: 0; }
  .md\:px-0 { padding-left: 0; padding-right: 0; }
  .md\:py-0 { padding-top: 0; padding-bottom: 0; }
  .md\:p-1 { padding: 0.25rem; }
  .md\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
  .md\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
  .md\:p-2 { padding: 0.5rem; }
  .md\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
  .md\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .md\:p-3 { padding: 0.75rem; }
  .md\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
  .md\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .md\:p-4 { padding: 1rem; }
  .md\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .md\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .md\:p-5 { padding: 1.25rem; }
  .md\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .md\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .md\:p-6 { padding: 1.5rem; }
  .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .md\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .md\:p-7 { padding: 2rem; }
  .md\:px-7 { padding-left: 2rem; padding-right: 2rem; }
  .md\:py-7 { padding-top: 2rem; padding-bottom: 2rem; }
  .md\:p-8 { padding: 2.5rem; }
  .md\:px-8 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .md\:py-8 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .md\:p-9 { padding: 3rem; }
  .md\:px-9 { padding-left: 3rem; padding-right: 3rem; }
  .md\:py-9 { padding-top: 3rem; padding-bottom: 3rem; }
  .md\:p-10 { padding: 4rem; }
  .md\:px-10 { padding-left: 4rem; padding-right: 4rem; }
  .md\:py-10 { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:p-11 { padding: 5rem; }
  .md\:px-11 { padding-left: 5rem; padding-right: 5rem; }
  .md\:py-11 { padding-top: 5rem; padding-bottom: 5rem; }
  .md\:p-12 { padding: 6rem; }
  .md\:px-12 { padding-left: 6rem; padding-right: 6rem; }
  .md\:py-12 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:p-13 { padding: 8rem; }
  .md\:px-13 { padding-left: 8rem; padding-right: 8rem; }
  .md\:py-13 { padding-top: 8rem; padding-bottom: 8rem; }
  .md\:p-14 { padding: 10rem; }
  .md\:px-14 { padding-left: 10rem; padding-right: 10rem; }
  .md\:py-14 { padding-top: 10rem; padding-bottom: 10rem; }
  .md\:p-15 { padding: 12rem; }
  .md\:px-15 { padding-left: 12rem; padding-right: 12rem; }
  .md\:py-15 { padding-top: 12rem; padding-bottom: 12rem; }
  .md\:p-16 { padding: 16rem; }
  .md\:px-16 { padding-left: 16rem; padding-right: 16rem; }
  .md\:py-16 { padding-top: 16rem; padding-bottom: 16rem; }
  .md\:col-1 { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .md\:col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .md\:col-3 { flex: 0 0 25.0000%; max-width: 25.0000%; }
  .md\:col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .md\:col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .md\:col-6 { flex: 0 0 50.0000%; max-width: 50.0000%; }
  .md\:col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .md\:col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .md\:col-9 { flex: 0 0 75.0000%; max-width: 75.0000%; }
  .md\:col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .md\:col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .md\:col-12 { flex: 0 0 100.0000%; max-width: 100.0000%; }
}

@media (min-width: 1024px) {
  .lg\:m-0 { margin: 0; }
  .lg\:mx-0 { margin-left: 0; margin-right: 0; }
  .lg\:my-0 { margin-top: 0; margin-bottom: 0; }
  .lg\:m-1 { margin: 0.25rem; }
  .lg\:mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
  .lg\:my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
  .lg\:m-2 { margin: 0.5rem; }
  .lg\:mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
  .lg\:my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .lg\:m-3 { margin: 0.75rem; }
  .lg\:mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
  .lg\:my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .lg\:m-4 { margin: 1rem; }
  .lg\:mx-4 { margin-left: 1rem; margin-right: 1rem; }
  .lg\:my-4 { margin-top: 1rem; margin-bottom: 1rem; }
  .lg\:m-5 { margin: 1.25rem; }
  .lg\:mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
  .lg\:my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
  .lg\:m-6 { margin: 1.5rem; }
  .lg\:mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
  .lg\:my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
  .lg\:m-7 { margin: 2rem; }
  .lg\:mx-7 { margin-left: 2rem; margin-right: 2rem; }
  .lg\:my-7 { margin-top: 2rem; margin-bottom: 2rem; }
  .lg\:m-8 { margin: 2.5rem; }
  .lg\:mx-8 { margin-left: 2.5rem; margin-right: 2.5rem; }
  .lg\:my-8 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
  .lg\:m-9 { margin: 3rem; }
  .lg\:mx-9 { margin-left: 3rem; margin-right: 3rem; }
  .lg\:my-9 { margin-top: 3rem; margin-bottom: 3rem; }
  .lg\:m-10 { margin: 4rem; }
  .lg\:mx-10 { margin-left: 4rem; margin-right: 4rem; }
  .lg\:my-10 { margin-top: 4rem; margin-bottom: 4rem; }
  .lg\:m-11 { margin: 5rem; }
  .lg\:mx-11 { margin-left: 5rem; margin-right: 5rem; }
  .lg\:my-11 { margin-top: 5rem; margin-bottom: 5rem; }
  .lg\:m-12 { margin: 6rem; }
  .lg\:mx-12 { margin-left: 6rem; margin-right: 6rem; }
  .lg\:my-12 { margin-top: 6rem; margin-bottom: 6rem; }
  .lg\:m-13 { margin: 8rem; }
  .lg\:mx-13 { margin-left: 8rem; margin-right: 8rem; }
  .lg\:my-13 { margin-top: 8rem; margin-bottom: 8rem; }
  .lg\:m-14 { margin: 10rem; }
  .lg\:mx-14 { margin-left: 10rem; margin-right: 10rem; }
  .lg\:my-14 { margin-top: 10rem; margin-bottom: 10rem; }
  .lg\:m-15 { margin: 12rem; }
  .lg\:mx-15 { margin-left: 12rem; margin-right: 12rem; }
  .lg\:my-15 { margin-top: 12rem; margin-bottom: 12rem; }
  .lg\:m-16 { margin: 16rem; }
  .lg\:mx-16 { margin-left: 16rem; margin-right: 16rem; }
  .lg\:my-16 { margin-top: 16rem; margin-bottom: 16rem; }
  .lg\:p-0 { padding: 0; }
  .lg\:px-0 { padding-left: 0; padding-right: 0; }
  .lg\:py-0 { padding-top: 0; padding-bottom: 0; }
  .lg\:p-1 { padding: 0.25rem; }
  .lg\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
  .lg\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
  .lg\:p-2 { padding: 0.5rem; }
  .lg\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
  .lg\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .lg\:p-3 { padding: 0.75rem; }
  .lg\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
  .lg\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .lg\:p-4 { padding: 1rem; }
  .lg\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .lg\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .lg\:p-5 { padding: 1.25rem; }
  .lg\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .lg\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .lg\:p-6 { padding: 1.5rem; }
  .lg\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .lg\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .lg\:p-7 { padding: 2rem; }
  .lg\:px-7 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:py-7 { padding-top: 2rem; padding-bottom: 2rem; }
  .lg\:p-8 { padding: 2.5rem; }
  .lg\:px-8 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .lg\:py-8 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .lg\:p-9 { padding: 3rem; }
  .lg\:px-9 { padding-left: 3rem; padding-right: 3rem; }
  .lg\:py-9 { padding-top: 3rem; padding-bottom: 3rem; }
  .lg\:p-10 { padding: 4rem; }
  .lg\:px-10 { padding-left: 4rem; padding-right: 4rem; }
  .lg\:py-10 { padding-top: 4rem; padding-bottom: 4rem; }
  .lg\:p-11 { padding: 5rem; }
  .lg\:px-11 { padding-left: 5rem; padding-right: 5rem; }
  .lg\:py-11 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:p-12 { padding: 6rem; }
  .lg\:px-12 { padding-left: 6rem; padding-right: 6rem; }
  .lg\:py-12 { padding-top: 6rem; padding-bottom: 6rem; }
  .lg\:p-13 { padding: 8rem; }
  .lg\:px-13 { padding-left: 8rem; padding-right: 8rem; }
  .lg\:py-13 { padding-top: 8rem; padding-bottom: 8rem; }
  .lg\:p-14 { padding: 10rem; }
  .lg\:px-14 { padding-left: 10rem; padding-right: 10rem; }
  .lg\:py-14 { padding-top: 10rem; padding-bottom: 10rem; }
  .lg\:p-15 { padding: 12rem; }
  .lg\:px-15 { padding-left: 12rem; padding-right: 12rem; }
  .lg\:py-15 { padding-top: 12rem; padding-bottom: 12rem; }
  .lg\:p-16 { padding: 16rem; }
  .lg\:px-16 { padding-left: 16rem; padding-right: 16rem; }
  .lg\:py-16 { padding-top: 16rem; padding-bottom: 16rem; }
  .lg\:col-1 { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .lg\:col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .lg\:col-3 { flex: 0 0 25.0000%; max-width: 25.0000%; }
  .lg\:col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .lg\:col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .lg\:col-6 { flex: 0 0 50.0000%; max-width: 50.0000%; }
  .lg\:col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .lg\:col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .lg\:col-9 { flex: 0 0 75.0000%; max-width: 75.0000%; }
  .lg\:col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .lg\:col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .lg\:col-12 { flex: 0 0 100.0000%; max-width: 100.0000%; }
}

@media (min-width: 1280px) {
  .xl\:m-0 { margin: 0; }
  .xl\:mx-0 { margin-left: 0; margin-right: 0; }
  .xl\:my-0 { margin-top: 0; margin-bottom: 0; }
  .xl\:m-1 { margin: 0.25rem; }
  .xl\:mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
  .xl\:my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
  .xl\:m-2 { margin: 0.5rem; }
  .xl\:mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
  .xl\:my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .xl\:m-3 { margin: 0.75rem; }
  .xl\:mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
  .xl\:my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .xl\:m-4 { margin: 1rem; }
  .xl\:mx-4 { margin-left: 1rem; margin-right: 1rem; }
  .xl\:my-4 { margin-top: 1rem; margin-bottom: 1rem; }
  .xl\:m-5 { margin: 1.25rem; }
  .xl\:mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
  .xl\:my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
  .xl\:m-6 { margin: 1.5rem; }
  .xl\:mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
  .xl\:my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
  .xl\:m-7 { margin: 2rem; }
  .xl\:mx-7 { margin-left: 2rem; margin-right: 2rem; }
  .xl\:my-7 { margin-top: 2rem; margin-bottom: 2rem; }
  .xl\:m-8 { margin: 2.5rem; }
  .xl\:mx-8 { margin-left: 2.5rem; margin-right: 2.5rem; }
  .xl\:my-8 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
  .xl\:m-9 { margin: 3rem; }
  .xl\:mx-9 { margin-left: 3rem; margin-right: 3rem; }
  .xl\:my-9 { margin-top: 3rem; margin-bottom: 3rem; }
  .xl\:m-10 { margin: 4rem; }
  .xl\:mx-10 { margin-left: 4rem; margin-right: 4rem; }
  .xl\:my-10 { margin-top: 4rem; margin-bottom: 4rem; }
  .xl\:m-11 { margin: 5rem; }
  .xl\:mx-11 { margin-left: 5rem; margin-right: 5rem; }
  .xl\:my-11 { margin-top: 5rem; margin-bottom: 5rem; }
  .xl\:m-12 { margin: 6rem; }
  .xl\:mx-12 { margin-left: 6rem; margin-right: 6rem; }
  .xl\:my-12 { margin-top: 6rem; margin-bottom: 6rem; }
  .xl\:m-13 { margin: 8rem; }
  .xl\:mx-13 { margin-left: 8rem; margin-right: 8rem; }
  .xl\:my-13 { margin-top: 8rem; margin-bottom: 8rem; }
  .xl\:m-14 { margin: 10rem; }
  .xl\:mx-14 { margin-left: 10rem; margin-right: 10rem; }
  .xl\:my-14 { margin-top: 10rem; margin-bottom: 10rem; }
  .xl\:m-15 { margin: 12rem; }
  .xl\:mx-15 { margin-left: 12rem; margin-right: 12rem; }
  .xl\:my-15 { margin-top: 12rem; margin-bottom: 12rem; }
  .xl\:m-16 { margin: 16rem; }
  .xl\:mx-16 { margin-left: 16rem; margin-right: 16rem; }
  .xl\:my-16 { margin-top: 16rem; margin-bottom: 16rem; }
  .xl\:p-0 { padding: 0; }
  .xl\:px-0 { padding-left: 0; padding-right: 0; }
  .xl\:py-0 { padding-top: 0; padding-bottom: 0; }
  .xl\:p-1 { padding: 0.25rem; }
  .xl\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
  .xl\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
  .xl\:p-2 { padding: 0.5rem; }
  .xl\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
  .xl\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .xl\:p-3 { padding: 0.75rem; }
  .xl\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
  .xl\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .xl\:p-4 { padding: 1rem; }
  .xl\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .xl\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .xl\:p-5 { padding: 1.25rem; }
  .xl\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .xl\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .xl\:p-6 { padding: 1.5rem; }
  .xl\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .xl\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .xl\:p-7 { padding: 2rem; }
  .xl\:px-7 { padding-left: 2rem; padding-right: 2rem; }
  .xl\:py-7 { padding-top: 2rem; padding-bottom: 2rem; }
  .xl\:p-8 { padding: 2.5rem; }
  .xl\:px-8 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .xl\:py-8 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .xl\:p-9 { padding: 3rem; }
  .xl\:px-9 { padding-left: 3rem; padding-right: 3rem; }
  .xl\:py-9 { padding-top: 3rem; padding-bottom: 3rem; }
  .xl\:p-10 { padding: 4rem; }
  .xl\:px-10 { padding-left: 4rem; padding-right: 4rem; }
  .xl\:py-10 { padding-top: 4rem; padding-bottom: 4rem; }
  .xl\:p-11 { padding: 5rem; }
  .xl\:px-11 { padding-left: 5rem; padding-right: 5rem; }
  .xl\:py-11 { padding-top: 5rem; padding-bottom: 5rem; }
  .xl\:p-12 { padding: 6rem; }
  .xl\:px-12 { padding-left: 6rem; padding-right: 6rem; }
  .xl\:py-12 { padding-top: 6rem; padding-bottom: 6rem; }
  .xl\:p-13 { padding: 8rem; }
  .xl\:px-13 { padding-left: 8rem; padding-right: 8rem; }
  .xl\:py-13 { padding-top: 8rem; padding-bottom: 8rem; }
  .xl\:p-14 { padding: 10rem; }
  .xl\:px-14 { padding-left: 10rem; padding-right: 10rem; }
  .xl\:py-14 { padding-top: 10rem; padding-bottom: 10rem; }
  .xl\:p-15 { padding: 12rem; }
  .xl\:px-15 { padding-left: 12rem; padding-right: 12rem; }
  .xl\:py-15 { padding-top: 12rem; padding-bottom: 12rem; }
  .xl\:p-16 { padding: 16rem; }
  .xl\:px-16 { padding-left: 16rem; padding-right: 16rem; }
  .xl\:py-16 { padding-top: 16rem; padding-bottom: 16rem; }
  .xl\:col-1 { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .xl\:col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .xl\:col-3 { flex: 0 0 25.0000%; max-width: 25.0000%; }
  .xl\:col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .xl\:col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .xl\:col-6 { flex: 0 0 50.0000%; max-width: 50.0000%; }
  .xl\:col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .xl\:col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .xl\:col-9 { flex: 0 0 75.0000%; max-width: 75.0000%; }
  .xl\:col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .xl\:col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .xl\:col-12 { flex: 0 0 100.0000%; max-width: 100.0000%; }
}

@media (min-width: 1536px) {
  .2xl\:m-0 { margin: 0; }
  .2xl\:mx-0 { margin-left: 0; margin-right: 0; }
  .2xl\:my-0 { margin-top: 0; margin-bottom: 0; }
  .2xl\:m-1 { margin: 0.25rem; }
  .2xl\:mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
  .2xl\:my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
  .2xl\:m-2 { margin: 0.5rem; }
  .2xl\:mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
  .2xl\:my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .2xl\:m-3 { margin: 0.75rem; }
  .2xl\:mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
  .2xl\:my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
  .2xl\:m-4 { margin: 1rem; }
  .2xl\:mx-4 { margin-left: 1rem; margin-right: 1rem; }
  .2xl\:my-4 { margin-top: 1rem; margin-bottom: 1rem; }
  .2xl\:m-5 { margin: 1.25rem; }
  .2xl\:mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
  .2xl\:my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
  .2xl\:m-6 { margin: 1.5rem; }
  .2xl\:mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
  .2xl\:my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
  .2xl\:m-7 { margin: 2rem; }
  .2xl\:mx-7 { margin-left: 2rem; margin-right: 2rem; }
  .2xl\:my-7 { margin-top: 2rem; margin-bottom: 2rem; }
  .2xl\:m-8 { margin: 2.5rem; }
  .2xl\:mx-8 { margin-left: 2.5rem; margin-right: 2.5rem; }
  .2xl\:my-8 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
  .2xl\:m-9 { margin: 3rem; }
  .2xl\:mx-9 { margin-left: 3rem; margin-right: 3rem; }
  .2xl\:my-9 { margin-top: 3rem; margin-bottom: 3rem; }
  .2xl\:m-10 { margin: 4rem; }
  .2xl\:mx-10 { margin-left: 4rem; margin-right: 4rem; }
  .2xl\:my-10 { margin-top: 4rem; margin-bottom: 4rem; }
  .2xl\:m-11 { margin: 5rem; }
  .2xl\:mx-11 { margin-left: 5rem; margin-right: 5rem; }
  .2xl\:my-11 { margin-top: 5rem; margin-bottom: 5rem; }
  .2xl\:m-12 { margin: 6rem; }
  .2xl\:mx-12 { margin-left: 6rem; margin-right: 6rem; }
  .2xl\:my-12 { margin-top: 6rem; margin-bottom: 6rem; }
  .2xl\:m-13 { margin: 8rem; }
  .2xl\:mx-13 { margin-left: 8rem; margin-right: 8rem; }
  .2xl\:my-13 { margin-top: 8rem; margin-bottom: 8rem; }
  .2xl\:m-14 { margin: 10rem; }
  .2xl\:mx-14 { margin-left: 10rem; margin-right: 10rem; }
  .2xl\:my-14 { margin-top: 10rem; margin-bottom: 10rem; }
  .2xl\:m-15 { margin: 12rem; }
  .2xl\:mx-15 { margin-left: 12rem; margin-right: 12rem; }
  .2xl\:my-15 { margin-top: 12rem; margin-bottom: 12rem; }
  .2xl\:m-16 { margin: 16rem; }
  .2xl\:mx-16 { margin-left: 16rem; margin-right: 16rem; }
  .2xl\:my-16 { margin-top: 16rem; margin-bottom: 16rem; }
  .2xl\:p-0 { padding: 0; }
  .2xl\:px-0 { padding-left: 0; padding-right: 0; }
  .2xl\:py-0 { padding-top: 0; padding-bottom: 0; }
  .2xl\:p-1 { padding: 0.25rem; }
  .2xl\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
  .2xl\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
  .2xl\:p-2 { padding: 0.5rem; }
  .2xl\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
  .2xl\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .2xl\:p-3 { padding: 0.75rem; }
  .2xl\:px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
  .2xl\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .2xl\:p-4 { padding: 1rem; }
  .2xl\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .2xl\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
  .2xl\:p-5 { padding: 1.25rem; }
  .2xl\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .2xl\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
  .2xl\:p-6 { padding: 1.5rem; }
  .2xl\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .2xl\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .2xl\:p-7 { padding: 2rem; }
  .2xl\:px-7 { padding-left: 2rem; padding-right: 2rem; }
  .2xl\:py-7 { padding-top: 2rem; padding-bottom: 2rem; }
  .2xl\:p-8 { padding: 2.5rem; }
  .2xl\:px-8 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .2xl\:py-8 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .2xl\:p-9 { padding: 3rem; }
  .2xl\:px-9 { padding-left: 3rem; padding-right: 3rem; }
  .2xl\:py-9 { padding-top: 3rem; padding-bottom: 3rem; }
  .2xl\:p-10 { padding: 4rem; }
  .2xl\:px-10 { padding-left: 4rem; padding-right: 4rem; }
  .2xl\:py-10 { padding-top: 4rem; padding-bottom: 4rem; }
  .2xl\:p-11 { padding: 5rem; }
  .2xl\:px-11 { padding-left: 5rem; padding-right: 5rem; }
  .2xl\:py-11 { padding-top: 5rem; padding-bottom: 5rem; }
  .2xl\:p-12 { padding: 6rem; }
  .2xl\:px-12 { padding-left: 6rem; padding-right: 6rem; }
  .2xl\:py-12 { padding-top: 6rem; padding-bottom: 6rem; }
  .2xl\:p-13 { padding: 8rem; }
  .2xl\:px-13 { padding-left: 8rem; padding-right: 8rem; }
  .2xl\:py-13 { padding-top: 8rem; padding-bottom: 8rem; }
  .2xl\:p-14 { padding: 10rem; }
  .2xl\:px-14 { padding-left: 10rem; padding-right: 10rem; }
  .2xl\:py-14 { padding-top: 10rem; padding-bottom: 10rem; }
  .2xl\:p-15 { padding: 12rem; }
  .2xl\:px-15 { padding-left: 12rem; padding-right: 12rem; }
  .2xl\:py-15 { padding-top: 12rem; padding-bottom: 12rem; }
  .2xl\:p-16 { padding: 16rem; }
  .2xl\:px-16 { padding-left: 16rem; padding-right: 16rem; }
  .2xl\:py-16 { padding-top: 16rem; padding-bottom: 16rem; }
  .2xl\:col-1 { flex: 0 0 8.3333%; max-width: 8.3333%; }
  .2xl\:col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .2xl\:col-3 { flex: 0 0 25.0000%; max-width: 25.0000%; }
  .2xl\:col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .2xl\:col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .2xl\:col-6 { flex: 0 0 50.0000%; max-width: 50.0000%; }
  .2xl\:col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .2xl\:col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .2xl\:col-9 { flex: 0 0 75.0000%; max-width: 75.0000%; }
  .2xl\:col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .2xl\:col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .2xl\:col-12 { flex: 0 0 100.0000%; max-width: 100.0000%; }
}

@keyframes fadeIn {
  0% { transform: translate(0.0px,-0.0px) scale(1.0); opacity: 0.95; }
  5% { transform: translate(0.3px,-1.0px) scale(0.997); opacity: 0.952; }
  10% { transform: translate(0.6px,-2.0px) scale(0.994); opacity: 0.955; }
  15% { transform: translate(0.9px,-3.0px) scale(0.991); opacity: 0.958; }
  20% { transform: translate(1.2px,-4.0px) scale(0.988); opacity: 0.96; }
  25% { transform: translate(1.5px,-5.0px) scale(0.985); opacity: 0.962; }
  30% { transform: translate(1.8px,-6.0px) scale(0.982); opacity: 0.965; }
  35% { transform: translate(2.1px,-7.0px) scale(0.979); opacity: 0.968; }
  40% { transform: translate(2.4px,-8.0px) scale(0.976); opacity: 0.97; }
  45% { transform: translate(2.7px,-9.0px) scale(0.973); opacity: 0.972; }
  50% { transform: translate(3.0px,-10.0px) scale(0.97); opacity: 0.975; }
  55% { transform: translate(3.3px,-11.0px) scale(0.967); opacity: 0.978; }
  60% { transform: translate(3.6px,-12.0px) scale(0.964); opacity: 0.98; }
  65% { transform: translate(3.9px,-13.0px) scale(0.961); opacity: 0.982; }
  70% { transform: translate(4.2px,-14.0px) scale(0.958); opacity: 0.985; }
  75% { transform: translate(4.5px,-15.0px) scale(0.955); opacity: 0.988; }
  80% { transform: translate(4.8px,-16.0px) scale(0.952); opacity: 0.99; }
  85% { transform: translate(5.1px,-17.0px) scale(0.949); opacity: 0.992; }
  90% { transform: translate(5.4px,-18.0px) scale(0.946); opacity: 0.995; }
  95% { transform: translate(5.7px,-19.0px) scale(0.943); opacity: 0.998; }
  100% { transform: translate(6.0px,-20.0px) scale(0.94); opacity: 1.0; }
}
.animate-fadeIn { animation: fadeIn 0.7s ease-in-out; }

@keyframes fadeOut {
  0% { transform: translate(0.0px,0.0px) scale(1.0); opacity: 0.7; }
  5% { transform: translate(0.25px,0.15px) scale(0.992); opacity: 0.715; }
  10% { transform: translate(0.5px,0.3px) scale(0.984); opacity: 0.73; }
  15% { transform: translate(0.75px,0.45px) scale(0.976); opacity: 0.745; }
  20% { transform: translate(1.0px,0.6px) scale(0.968); opacity: 0.76; }
  25% { transform: translate(1.25px,0.75px) scale(0.96); opacity: 0.775; }
  30% { transform: translate(1.5px,0.9px) scale(0.952); opacity: 0.79; }
  35% { transform: translate(1.75px,1.05px) scale(0.944); opacity: 0.805; }
  40% { transform: translate(2.0px,1.2px) scale(0.936); opacity: 0.82; }
  45% { transform: translate(2.25px,1.35px) scale(0.928); opacity: 0.835; }
  50% { transform: translate(2.5px,1.5px) scale(0.92); opacity: 0.85; }
  55% { transform: translate(2.75px,1.65px) scale(0.912); opacity: 0.865; }
  60% { transform: translate(3.0px,1.8px) scale(0.904); opacity: 0.88; }
  65% { transform: translate(3.25px,1.95px) scale(0.896); opacity: 0.895; }
  70% { transform: translate(3.5px,2.1px) scale(0.888); opacity: 0.91; }
  75% { transform: translate(3.75px,2.25px) scale(0.88); opacity: 0.925; }
  80% { transform: translate(4.0px,2.4px) scale(0.872); opacity: 0.94; }
  85% { transform: translate(4.25px,2.55px) scale(0.864); opacity: 0.955; }
  90% { transform: translate(4.5px,2.7px) scale(0.856); opacity: 0.97; }
  95% { transform: translate(4.75px,2.85px) scale(0.848); opacity: 0.985; }
  100% { transform: translate(5.0px,3.0px) scale(0.84); opacity: 1.0; }
}
.animate-fadeOut { animation: fadeOut 1.4s ease-in-out; }

@keyframes slideUp {
  0% { transform: translate(0.0px,0.0px) scale(1.0); opacity: 0.92; }
  5% { transform: translate(0.3px,0.55px) scale(1.006); opacity: 0.924; }
  10% { transform: translate(0.6px,1.1px) scale(1.012); opacity: 0.928; }
  15% { transform: translate(0.9px,1.65px) scale(1.018); opacity: 0.932; }
  20% { transform: translate(1.2px,2.2px) scale(1.024); opacity: 0.936; }
  25% { transform: translate(1.5px,2.75px) scale(1.03); opacity: 0.94; }
  30% { transform: translate(1.8px,3.3px) scale(1.036); opacity: 0.944; }
  35% { transform: translate(2.1px,3.85px) scale(1.042); opacity: 0.948; }
  40% { transform: translate(2.4px,4.4px) scale(1.048); opacity: 0.952; }
  45% { transform: translate(2.7px,4.95px) scale(1.054); opacity: 0.956; }
  50% { transform: translate(3.0px,5.5px) scale(1.06); opacity: 0.96; }
  55% { transform: translate(3.3px,6.05px) scale(1.066); opacity: 0.964; }
  60% { transform: translate(3.6px,6.6px) scale(1.072); opacity: 0.968; }
  65% { transform: translate(3.9px,7.15px) scale(1.078); opacity: 0.972; }
  70% { transform: translate(4.2px,7.7px) scale(1.084); opacity: 0.976; }
  75% { transform: translate(4.5px,8.25px) scale(1.09); opacity: 0.98; }
  80% { transform: translate(4.8px,8.8px) scale(1.096); opacity: 0.984; }
  85% { transform: translate(5.1px,9.35px) scale(1.102); opacity: 0.988; }
  90% { transform: translate(5.4px,9.9px) scale(1.108); opacity: 0.992; }
  95% { transform: translate(5.7px,10.45px) scale(1.114); opacity: 0.996; }
  100% { transform: translate(6.0px,11.0px) scale(1.12); opacity: 1.0; }
}
.animate-slideUp { animation: slideUp 1.3s ease-in-out; }

@keyframes slideDown {
  0% { transform: translate(-0.0px,-0.0px) scale(1.0); opacity: 0.72; }
  5% { transform: translate(-0.4px,-0.65px) scale(0.995); opacity: 0.734; }
  10% { transform: translate(-0.8px,-1.3px) scale(0.99); opacity: 0.748; }
  15% { transform: translate(-1.2px,-1.95px) scale(0.985); opacity: 0.762; }
  20% { transform: translate(-1.6px,-2.6px) scale(0.98); opacity: 0.776; }
  25% { transform: translate(-2.0px,-3.25px) scale(0.975); opacity: 0.79; }
  30% { transform: translate(-2.4px,-3.9px) scale(0.97); opacity: 0.804; }
  35% { transform: translate(-2.8px,-4.55px) scale(0.965); opacity: 0.818; }
  40% { transform: translate(-3.2px,-5.2px) scale(0.96); opacity: 0.832; }
  45% { transform: translate(-3.6px,-5.85px) scale(0.955); opacity: 0.846; }
  50% { transform: translate(-4.0px,-6.5px) scale(0.95); opacity: 0.86; }
  55% { transform: translate(-4.4px,-7.15px) scale(0.945); opacity: 0.874; }
  60% { transform: translate(-4.8px,-7.8px) scale(0.94); opacity: 0.888; }
  65% { transform: translate(-5.2px,-8.45px) scale(0.935); opacity: 0.902; }
  70% { transform: translate(-5.6px,-9.1px) scale(0.93); opacity: 0.916; }
  75% { transform: translate(-6.0px,-9.75px) scale(0.925); opacity: 0.93; }
  80% { transform: translate(-6.4px,-10.4px) scale(0.92); opacity: 0.944; }
  85% { transform: translate(-6.8px,-11.05px) scale(0.915); opacity: 0.958; }
  90% { transform: translate(-7.2px,-11.7px) scale(0.91); opacity: 0.972; }
  95% { transform: translate(-7.6px,-12.35px) scale(0.905); opacity: 0.986; }
  100% { transform: translate(-8.0px,-13.0px) scale(0.9); opacity: 1.0; }
}
.animate-slideDown { animation: slideDown 1.5s ease-in-out; }

@keyframes slideLeft {
  0% { transform: translate(-0.0px,0.0px) scale(1.0); opacity: 0.36; }
  5% { transform: translate(-0.15px,0.65px) scale(1.0); opacity: 0.392; }
  10% { transform: translate(-0.3px,1.3px) scale(1.0); opacity: 0.424; }
  15% { transform: translate(-0.45px,1.95px) scale(1.0); opacity: 0.456; }
  20% { transform: translate(-0.6px,2.6px) scale(1.0); opacity: 0.488; }
  25% { transform: translate(-0.75px,3.25px) scale(1.0); opacity: 0.52; }
  30% { transform: translate(-0.9px,3.9px) scale(1.0); opacity: 0.552; }
  35% { transform: translate(-1.05px,4.55px) scale(1.0); opacity: 0.584; }
  40% { transform: translate(-1.2px,5.2px) scale(1.0); opacity: 0.616; }
  45% { transform: translate(-1.35px,5.85px) scale(1.0); opacity: 0.648; }
  50% { transform: translate(-1.5px,6.5px) scale(1.0); opacity: 0.68; }
  55% { transform: translate(-1.65px,7.15px) scale(1.0); opacity: 0.712; }
  60% { transform: translate(-1.8px,7.8px) scale(1.0); opacity: 0.744; }
  65% { transform: translate(-1.95px,8.45px) scale(1.0); opacity: 0.776; }
  70% { transform: translate(-2.1px,9.1px) scale(1.0); opacity: 0.808; }
  75% { transform: translate(-2.25px,9.75px) scale(1.0); opacity: 0.84; }
  80% { transform: translate(-2.4px,10.4px) scale(1.0); opacity: 0.872; }
  85% { transform: translate(-2.55px,11.05px) scale(1.0); opacity: 0.904; }
  90% { transform: translate(-2.7px,11.7px) scale(1.0); opacity: 0.936; }
  95% { transform: translate(-2.85px,12.35px) scale(1.0); opacity: 0.968; }
  100% { transform: translate(-3.0px,13.0px) scale(1.0); opacity: 1.0; }
}
.animate-slideLeft { animation: slideLeft 0.4s ease-in-out; }

@keyframes slideRight {
  0% { transform: translate(-0.0px,-0.0px) scale(1.0); opacity: 0.8; }
  5% { transform: translate(-0.95px,-0.45px) scale(0.999); opacity: 0.81; }
  10% { transform: translate(-1.9px,-0.9px) scale(0.998); opacity: 0.82; }
  15% { transform: translate(-2.85px,-1.35px) scale(0.997); opacity: 0.83; }
  20% { transform: translate(-3.8px,-1.8px) scale(0.996); opacity: 0.84; }
  25% { transform: translate(-4.75px,-2.25px) scale(0.995); opacity: 0.85; }
  30% { transform: translate(-5.7px,-2.7px) scale(0.994); opacity: 0.86; }
  35% { transform: translate(-6.65px,-3.15px) scale(0.993); opacity: 0.87; }
  40% { transform: translate(-7.6px,-3.6px) scale(0.992); opacity: 0.88; }
  45% { transform: translate(-8.55px,-4.05px) scale(0.991); opacity: 0.89; }
  50% { transform: translate(-9.5px,-4.5px) scale(0.99); opacity: 0.9; }
  55% { transform: translate(-10.45px,-4.95px) scale(0.989); opacity: 0.91; }
  60% { transform: translate(-11.4px,-5.4px) scale(0.988); opacity: 0.92; }
  65% { transform: translate(-12.35px,-5.85px) scale(0.987); opacity: 0.93; }
  70% { transform: translate(-13.3px,-6.3px) scale(0.986); opacity: 0.94; }
  75% { transform: translate(-14.25px,-6.75px) scale(0.985); opacity: 0.95; }
  80% { transform: translate(-15.2px,-7.2px) scale(0.984); opacity: 0.96; }
  85% { transform: translate(-16.15px,-7.65px) scale(0.983); opacity: 0.97; }
  90% { transform: translate(-17.1px,-8.1px) scale(0.982); opacity: 0.98; }
  95% { transform: translate(-18.05px,-8.55px) scale(0.981); opacity: 0.99; }
  100% { transform: translate(-19.0px,-9.0px) scale(0.98); opacity: 1.0; }
}
.animate-slideRight { animation: slideRight 0.2s ease-in-out; }

@keyframes bounce {
  0% { transform: translate(0.0px,0.0px) scale(1.0); opacity: 0.11; }
  5% { transform: translate(0.3px,0.25px) scale(1.005); opacity: 0.154; }
  10% { transform: translate(0.6px,0.5px) scale(1.01); opacity: 0.199; }
  15% { transform: translate(0.9px,0.75px) scale(1.015); opacity: 0.243; }
  20% { transform: translate(1.2px,1.0px) scale(1.02); opacity: 0.288; }
  25% { transform: translate(1.5px,1.25px) scale(1.025); opacity: 0.333; }
  30% { transform: translate(1.8px,1.5px) scale(1.03); opacity: 0.377; }
  35% { transform: translate(2.1px,1.75px) scale(1.035); opacity: 0.421; }
  40% { transform: translate(2.4px,2.0px) scale(1.04); opacity: 0.466; }
  45% { transform: translate(2.7px,2.25px) scale(1.045); opacity: 0.511; }
  50% { transform: translate(3.0px,2.5px) scale(1.05); opacity: 0.555; }
  55% { transform: translate(3.3px,2.75px) scale(1.055); opacity: 0.6; }
  60% { transform: translate(3.6px,3.0px) scale(1.06); opacity: 0.644; }
  65% { transform: translate(3.9px,3.25px) scale(1.065); opacity: 0.689; }
  70% { transform: translate(4.2px,3.5px) scale(1.07); opacity: 0.733; }
  75% { transform: translate(4.5px,3.75px) scale(1.075); opacity: 0.777; }
  80% { transform: translate(4.8px,4.0px) scale(1.08); opacity: 0.822; }
  85% { transform: translate(5.1px,4.25px) scale(1.085); opacity: 0.866; }
  90% { transform: translate(5.4px,4.5px) scale(1.09); opacity: 0.911; }
  95% { transform: translate(5.7px,4.75px) scale(1.095); opacity: 0.955; }
  100% { transform: translate(6.0px,5.0px) scale(1.1); opacity: 1.0; }
}
.animate-bounce { animation: bounce 1.3s ease-in-out; }

@keyframes pulse {
  0% { transform: translate(0.0px,-0.0px) scale(1.0); opacity: 0.22; }
  5% { transform: translate(0.85px,-0.35px) scale(1.008); opacity: 0.259; }
  10% { transform: translate(1.7px,-0.7px) scale(1.017); opacity: 0.298; }
  15% { transform: translate(2.55px,-1.05px) scale(1.026); opacity: 0.337; }
  20% { transform: translate(3.4px,-1.4px) scale(1.034); opacity: 0.376; }
  25% { transform: translate(4.25px,-1.75px) scale(1.042); opacity: 0.415; }
  30% { transform: translate(5.1px,-2.1px) scale(1.051); opacity: 0.454; }
  35% { transform: translate(5.95px,-2.45px) scale(1.059); opacity: 0.493; }
  40% { transform: translate(6.8px,-2.8px) scale(1.068); opacity: 0.532; }
  45% { transform: translate(7.65px,-3.15px) scale(1.077); opacity: 0.571; }
  50% { transform: translate(8.5px,-3.5px) scale(1.085); opacity: 0.61; }
  55% { transform: translate(9.35px,-3.85px) scale(1.093); opacity: 0.649; }
  60% { transform: translate(10.2px,-4.2px) scale(1.102); opacity: 0.688; }
  65% { transform: translate(11.05px,-4.55px) scale(1.111); opacity: 0.727; }
  70% { transform: translate(11.9px,-4.9px) scale(1.119); opacity: 0.766; }
  75% { transform: translate(12.75px,-5.25px) scale(1.127); opacity: 0.805; }
  80% { transform: translate(13.6px,-5.6px) scale(1.136); opacity: 0.844; }
  85% { transform: translate(14.45px,-5.95px) scale(1.144); opacity: 0.883; }
  90% { transform: translate(15.3px,-6.3px) scale(1.153); opacity: 0.922; }
  95% { transform: translate(16.15px,-6.65px) scale(1.161); opacity: 0.961; }
  100% { transform: translate(17.0px,-7.0px) scale(1.17); opacity: 1.0; }
}
.animate-pulse { animation: pulse 0.9s ease-in-out; }

@keyframes spin {
  0% { transform: translate(-0.0px,0.0px) scale(1.0); opacity: 0.3; }
  5% { transform: translate(-1.0px,0.85px) scale(1.0); opacity: 0.335; }
  10% { transform: translate(-2.0px,1.7px) scale(1.0); opacity: 0.37; }
  15% { transform: translate(-3.0px,2.55px) scale(1.0); opacity: 0.405; }
  20% { transform: translate(-4.0px,3.4px) scale(1.0); opacity: 0.44; }
  25% { transform: translate(-5.0px,4.25px) scale(1.0); opacity: 0.475; }
  30% { transform: translate(-6.0px,5.1px) scale(1.0); opacity: 0.51; }
  35% { transform: translate(-7.0px,5.95px) scale(1.0); opacity: 0.545; }
  40% { transform: translate(-8.0px,6.8px) scale(1.0); opacity: 0.58; }
  45% { transform: translate(-9.0px,7.65px) scale(1.0); opacity: 0.615; }
  50% { transform: translate(-10.0px,8.5px) scale(1.0); opacity: 0.65; }
  55% { transform: translate(-11.0px,9.35px) scale(1.0); opacity: 0.685; }
  60% { transform: translate(-12.0px,10.2px) scale(1.0); opacity: 0.72; }
  65% { transform: translate(-13.0px,11.05px) scale(1.0); opacity: 0.755; }
  70% { transform: translate(-14.0px,11.9px) scale(1.0); opacity: 0.79; }
  75% { transform: translate(-15.0px,12.75px) scale(1.0); opacity: 0.825; }
  80% { transform: translate(-16.0px,13.6px) scale(1.0); opacity: 0.86; }
  85% { transform: translate(-17.0px,14.45px) scale(1.0); opacity: 0.895; }
  90% { transform: translate(-18.0px,15.3px) scale(1.0); opacity: 0.93; }
  95% { transform: translate(-19.0px,16.15px) scale(1.0); opacity: 0.965; }
  100% { transform: translate(-20.0px,17.0px) scale(1.0); opacity: 1.0; }
}
.animate-spin { animation: spin 0.5s ease-in-out; }

@keyframes ping {
  0% { transform: translate(-0.0px,0.0px) scale(1.0); opacity: 0.01; }
  5% { transform: translate(-0.35px,0.15px) scale(1.009); opacity: 0.06; }
  10% { transform: translate(-0.7px,0.3px) scale(1.018); opacity: 0.109; }
  15% { transform: translate(-1.05px,0.45px) scale(1.027); opacity: 0.159; }
  20% { transform: translate(-1.4px,0.6px) scale(1.036); opacity: 0.208; }
  25% { transform: translate(-1.75px,0.75px) scale(1.045); opacity: 0.258; }
  30% { transform: translate(-2.1px,0.9px) scale(1.054); opacity: 0.307; }
  35% { transform: translate(-2.45px,1.05px) scale(1.063); opacity: 0.356; }
  40% { transform: translate(-2.8px,1.2px) scale(1.072); opacity: 0.406; }
  45% { transform: translate(-3.15px,1.35px) scale(1.081); opacity: 0.456; }
  50% { transform: translate(-3.5px,1.5px) scale(1.09); opacity: 0.505; }
  55% { transform: translate(-3.85px,1.65px) scale(1.099); opacity: 0.554; }
  60% { transform: translate(-4.2px,1.8px) scale(1.108); opacity: 0.604; }
  65% { transform: translate(-4.55px,1.95px) scale(1.117); opacity: 0.653; }
  70% { transform: translate(-4.9px,2.1px) scale(1.126); opacity: 0.703; }
  75% { transform: translate(-5.25px,2.25px) scale(1.135); opacity: 0.752; }
  80% { transform: translate(-5.6px,2.4px) scale(1.144); opacity: 0.802; }
  85% { transform: translate(-5.95px,2.55px) scale(1.153); opacity: 0.852; }
  90% { transform: translate(-6.3px,2.7px) scale(1.162); opacity: 0.901; }
  95% { transform: translate(-6.65px,2.85px) scale(1.171); opacity: 0.951; }
  100% { transform: translate(-7.0px,3.0px) scale(1.18); opacity: 1.0; }
}
.animate-ping { animation: ping 0.7s ease-in-out; }

@keyframes shake {
  0% { transform: translate(0.0px,-0.0px) scale(1.0); opacity: 0.64; }
  5% { transform: translate(0.3px,-0.7px) scale(1.002); opacity: 0.658; }
  10% { transform: translate(0.6px,-1.4px) scale(1.003); opacity: 0.676; }
  15% { transform: translate(0.9px,-2.1px) scale(1.004); opacity: 0.694; }
  20% { transform: translate(1.2px,-2.8px) scale(1.006); opacity: 0.712; }
  25% { transform: translate(1.5px,-3.5px) scale(1.008); opacity: 0.73; }
  30% { transform: translate(1.8px,-4.2px) scale(1.009); opacity: 0.748; }
  35% { transform: translate(2.1px,-4.9px) scale(1.01); opacity: 0.766; }
  40% { transform: translate(2.4px,-5.6px) scale(1.012); opacity: 0.784; }
  45% { transform: translate(2.7px,-6.3px) scale(1.014); opacity: 0.802; }
  50% { transform: translate(3.0px,-7.0px) scale(1.015); opacity: 0.82; }
  55% { transform: translate(3.3px,-7.7px) scale(1.016); opacity: 0.838; }
  60% { transform: translate(3.6px,-8.4px) scale(1.018); opacity: 0.856; }
  65% { transform: translate(3.9px,-9.1px) scale(1.02); opacity: 0.874; }
  70% { transform: translate(4.2px,-9.8px) scale(1.021); opacity: 0.892; }
  75% { transform: translate(4.5px,-10.5px) scale(1.022); opacity: 0.91; }
  80% { transform: translate(4.8px,-11.2px) scale(1.024); opacity: 0.928; }
  85% { transform: translate(5.1px,-11.9px) scale(1.026); opacity: 0.946; }
  90% { transform: translate(5.4px,-12.6px) scale(1.027); opacity: 0.964; }
  95% { transform: translate(5.7px,-13.3px) scale(1.028); opacity: 0.982; }
  100% { transform: translate(6.0px,-14.0px) scale(1.03); opacity: 1.0; }
}
.animate-shake { animation: shake 1.6s ease-in-out; }

@keyframes wobble {
  0% { transform: translate(0.0px,-0.0px) scale(1.0); opacity: 0.79; }
  5% { transform: translate(0.3px,-1.0px) scale(1.003); opacity: 0.8; }
  10% { transform: translate(0.6px,-2.0px) scale(1.006); opacity: 0.811; }
  15% { transform: translate(0.9px,-3.0px) scale(1.009); opacity: 0.822; }
  20% { transform: translate(1.2px,-4.0px) scale(1.012); opacity: 0.832; }
  25% { transform: translate(1.5px,-5.0px) scale(1.015); opacity: 0.843; }
  30% { transform: translate(1.8px,-6.0px) scale(1.018); opacity: 0.853; }
  35% { transform: translate(2.1px,-7.0px) scale(1.021); opacity: 0.864; }
  40% { transform: translate(2.4px,-8.0px) scale(1.024); opacity: 0.874; }
  45% { transform: translate(2.7px,-9.0px) scale(1.027); opacity: 0.885; }
  50% { transform: translate(3.0px,-10.0px) scale(1.03); opacity: 0.895; }
  55% { transform: translate(3.3px,-11.0px) scale(1.033); opacity: 0.905; }
  60% { transform: translate(3.6px,-12.0px) scale(1.036); opacity: 0.916; }
  65% { transform: translate(3.9px,-13.0px) scale(1.039); opacity: 0.926; }
  70% { transform: translate(4.2px,-14.0px) scale(1.042); opacity: 0.937; }
  75% { transform: translate(4.5px,-15.0px) scale(1.045); opacity: 0.948; }
  80% { transform: translate(4.8px,-16.0px) scale(1.048); opacity: 0.958; }
  85% { transform: translate(5.1px,-17.0px) scale(1.051); opacity: 0.969; }
  90% { transform: translate(5.4px,-18.0px) scale(1.054); opacity: 0.979; }
  95% { transform: translate(5.7px,-19.0px) scale(1.057); opacity: 0.99; }
  100% { transform: translate(6.0px,-20.0px) scale(1.06); opacity: 1.0; }
}
.animate-wobble { animation: wobble 0.6s ease-in-out; }

@keyframes flash {
  0% { transform: translate(0.0px,0.0px) scale(1.0); opacity: 0.04; }
  5% { transform: translate(0.7px,0.0px) scale(0.998); opacity: 0.088; }
  10% { transform: translate(1.4px,0.0px) scale(0.995); opacity: 0.136; }
  15% { transform: translate(2.1px,0.0px) scale(0.992); opacity: 0.184; }
  20% { transform: translate(2.8px,0.0px) scale(0.99); opacity: 0.232; }
  25% { transform: translate(3.5px,0.0px) scale(0.988); opacity: 0.28; }
  30% { transform: translate(4.2px,0.0px) scale(0.985); opacity: 0.328; }
  35% { transform: translate(4.9px,0.0px) scale(0.982); opacity: 0.376; }
  40% { transform: translate(5.6px,0.0px) scale(0.98); opacity: 0.424; }
  45% { transform: translate(6.3px,0.0px) scale(0.978); opacity: 0.472; }
  50% { transform: translate(7.0px,0.0px) scale(0.975); opacity: 0.52; }
  55% { transform: translate(7.7px,0.0px) scale(0.972); opacity: 0.568; }
  60% { transform: translate(8.4px,0.0px) scale(0.97); opacity: 0.616; }
  65% { transform: translate(9.1px,0.0px) scale(0.968); opacity: 0.664; }
  70% { transform: translate(9.8px,0.0px) scale(0.965); opacity: 0.712; }
  75% { transform: translate(10.5px,0.0px) scale(0.962); opacity: 0.76; }
  80% { transform: translate(11.2px,0.0px) scale(0.96); opacity: 0.808; }
  85% { transform: translate(11.9px,0.0px) scale(0.958); opacity: 0.856; }
  90% { transform: translate(12.6px,0.0px) scale(0.955); opacity: 0.904; }
  95% { transform: translate(13.3px,0.0px) scale(0.952); opacity: 0.952; }
  100% { transform: translate(14.0px,0.0px) scale(0.95); opacity: 1.0; }
}
.animate-flash { animation: flash 1.0s ease-in-out; }

@keyframes rubberBand {
  0% { transform: translate(0.0px,-0.0px) scale(1.0); opacity: 0.04; }
  5% { transform: translate(0.2px,-0.7px) scale(1.006); opacity: 0.088; }
  10% { transform: translate(0.4px,-1.4px) scale(1.011); opacity: 0.136; }
  15% { transform: translate(0.6px,-2.1px) scale(1.016); opacity: 0.184; }
  20% { transform: translate(0.8px,-2.8px) scale(1.022); opacity: 0.232; }
  25% { transform: translate(1.0px,-3.5px) scale(1.028); opacity: 0.28; }
  30% { transform: translate(1.2px,-4.2px) scale(1.033); opacity: 0.328; }
  35% { transform: translate(1.4px,-4.9px) scale(1.038); opacity: 0.376; }
  40% { transform: translate(1.6px,-5.6px) scale(1.044); opacity: 0.424; }
  45% { transform: translate(1.8px,-6.3px) scale(1.05); opacity: 0.472; }
  50% { transform: translate(2.0px,-7.0px) scale(1.055); opacity: 0.52; }
  55% { transform: translate(2.2px,-7.7px) scale(1.06); opacity: 0.568; }
  60% { transform: translate(2.4px,-8.4px) scale(1.066); opacity: 0.616; }
  65% { transform: translate(2.6px,-9.1px) scale(1.072); opacity: 0.664; }
  70% { transform: translate(2.8px,-9.8px) scale(1.077); opacity: 0.712; }
  75% { transform: translate(3.0px,-10.5px) scale(1.083); opacity: 0.76; }
  80% { transform: translate(3.2px,-11.2px) scale(1.088); opacity: 0.808; }
  85% { transform: translate(3.4px,-11.9px) scale(1.094); opacity: 0.856; }
  90% { transform: translate(3.6px,-12.6px) scale(1.099); opacity: 0.904; }
  95% { transform: translate(3.8px,-13.3px) scale(1.105); opacity: 0.952; }
  100% { transform: translate(4.0px,-14.0px) scale(1.11); opacity: 1.0; }
}
.animate-rubberBand { animation: rubberBand 2.0s ease-in-out; }

@keyframes swing {
  0% { transform: translate(-0.0px,-0.0px) scale(1.0); opacity: 0.45; }
  5% { transform: translate(-0.25px,-0.35px) scale(0.991); opacity: 0.478; }
  10% { transform: translate(-0.5px,-0.7px) scale(0.981); opacity: 0.505; }
  15% { transform: translate(-0.75px,-1.05px) scale(0.972); opacity: 0.532; }
  20% { transform: translate(-1.0px,-1.4px) scale(0.962); opacity: 0.56; }
  25% { transform: translate(-1.25px,-1.75px) scale(0.953); opacity: 0.588; }
  30% { transform: translate(-1.5px,-2.1px) scale(0.943); opacity: 0.615; }
  35% { transform: translate(-1.75px,-2.45px) scale(0.933); opacity: 0.643; }
  40% { transform: translate(-2.0px,-2.8px) scale(0.924); opacity: 0.67; }
  45% { transform: translate(-2.25px,-3.15px) scale(0.914); opacity: 0.698; }
  50% { transform: translate(-2.5px,-3.5px) scale(0.905); opacity: 0.725; }
  55% { transform: translate(-2.75px,-3.85px) scale(0.895); opacity: 0.753; }
  60% { transform: translate(-3.0px,-4.2px) scale(0.886); opacity: 0.78; }
  65% { transform: translate(-3.25px,-4.55px) scale(0.877); opacity: 0.808; }
  70% { transform: translate(-3.5px,-4.9px) scale(0.867); opacity: 0.835; }
  75% { transform: translate(-3.75px,-5.25px) scale(0.858); opacity: 0.863; }
  80% { transform: translate(-4.0px,-5.6px) scale(0.848); opacity: 0.89; }
  85% { transform: translate(-4.25px,-5.95px) scale(0.839); opacity: 0.917; }
  90% { transform: translate(-4.5px,-6.3px) scale(0.829); opacity: 0.945; }
  95% { transform: translate(-4.75px,-6.65px) scale(0.82); opacity: 0.972; }
  100% { transform: translate(-5.0px,-7.0px) scale(0.81); opacity: 1.0; }
}
.animate-swing { animation: swing 0.8s ease-in-out; }

@keyframes tada {
  0% { transform: translate(0.0px,0.0px) scale(1.0); opacity: 0.27; }
  5% { transform: translate(0.95px,0.7px) scale(1.001); opacity: 0.306; }
  10% { transform: translate(1.9px,1.4px) scale(1.002); opacity: 0.343; }
  15% { transform: translate(2.85px,2.1px) scale(1.003); opacity: 0.38; }
  20% { transform: translate(3.8px,2.8px) scale(1.004); opacity: 0.416; }
  25% { transform: translate(4.75px,3.5px) scale(1.005); opacity: 0.453; }
  30% { transform: translate(5.7px,4.2px) scale(1.006); opacity: 0.489; }
  35% { transform: translate(6.65px,4.9px) scale(1.007); opacity: 0.526; }
  40% { transform: translate(7.6px,5.6px) scale(1.008); opacity: 0.562; }
  45% { transform: translate(8.55px,6.3px) scale(1.009); opacity: 0.599; }
  50% { transform: translate(9.5px,7.0px) scale(1.01); opacity: 0.635; }
  55% { transform: translate(10.45px,7.7px) scale(1.011); opacity: 0.671; }
  60% { transform: translate(11.4px,8.4px) scale(1.012); opacity: 0.708; }
  65% { transform: translate(12.35px,9.1px) scale(1.013); opacity: 0.744; }
  70% { transform: translate(13.3px,9.8px) scale(1.014); opacity: 0.781; }
  75% { transform: translate(14.25px,10.5px) scale(1.015); opacity: 0.818; }
  80% { transform: translate(15.2px,11.2px) scale(1.016); opacity: 0.854; }
  85% { transform: translate(16.15px,11.9px) scale(1.017); opacity: 0.89; }
  90% { transform: translate(17.1px,12.6px) scale(1.018); opacity: 0.927; }
  95% { transform: translate(18.05px,13.3px) scale(1.019); opacity: 0.964; }
  100% { transform: translate(19.0px,14.0px) scale(1.02); opacity: 1.0; }
}
.animate-tada { animation: tada 1.8s ease-in-out; }

@keyframes heartBeat {
  0% { transform: translate(-0.0px,-0.0px) scale(1.0); opacity: 0.93; }
  5% { transform: translate(-0.3px,-0.1px) scale(0.999); opacity: 0.933; }
  10% { transform: translate(-0.6px,-0.2px) scale(0.998); opacity: 0.937; }
  15% { transform: translate(-0.9px,-0.3px) scale(0.997); opacity: 0.941; }
  20% { transform: translate(-1.2px,-0.4px) scale(0.996); opacity: 0.944; }
  25% { transform: translate(-1.5px,-0.5px) scale(0.995); opacity: 0.948; }
  30% { transform: translate(-1.8px,-0.6px) scale(0.994); opacity: 0.951; }
  35% { transform: translate(-2.1px,-0.7px) scale(0.993); opacity: 0.955; }
  40% { transform: translate(-2.4px,-0.8px) scale(0.992); opacity: 0.958; }
  45% { transform: translate(-2.7px,-0.9px) scale(0.991); opacity: 0.962; }
  50% { transform: translate(-3.0px,-1.0px) scale(0.99); opacity: 0.965; }
  55% { transform: translate(-3.3px,-1.1px) scale(0.989); opacity: 0.969; }
  60% { transform: translate(-3.6px,-1.2px) scale(0.988); opacity: 0.972; }
  65% { transform: translate(-3.9px,-1.3px) scale(0.987); opacity: 0.976; }
  70% { transform: translate(-4.2px,-1.4px) scale(0.986); opacity: 0.979; }
  75% { transform: translate(-4.5px,-1.5px) scale(0.985); opacity: 0.983; }
  80% { transform: translate(-4.8px,-1.6px) scale(0.984); opacity: 0.986; }
  85% { transform: translate(-5.1px,-1.7px) scale(0.983); opacity: 0.99; }
  90% { transform: translate(-5.4px,-1.8px) scale(0.982); opacity: 0.993; }
  95% { transform: translate(-5.7px,-1.9px) scale(0.981); opacity: 0.996; }
  100% { transform: translate(-6.0px,-2.0px) scale(0.98); opacity: 1.0; }
}
.animate-heartBeat { animation: heartBeat 0.7s ease-in-out; }

@keyframes jello {
  0% { transform: translate(0.0px,-0.0px) scale(1.0); opacity: 0.48; }
  5% { transform: translate(0.55px,-0.8px) scale(0.997); opacity: 0.506; }
  10% { transform: translate(1.1px,-1.6px) scale(0.994); opacity: 0.532; }
  15% { transform: translate(1.65px,-2.4px) scale(0.991); opacity: 0.558; }
  20% { transform: translate(2.2px,-3.2px) scale(0.988); opacity: 0.584; }
  25% { transform: translate(2.75px,-4.0px) scale(0.985); opacity: 0.61; }
  30% { transform: translate(3.3px,-4.8px) scale(0.982); opacity: 0.636; }
  35% { transform: translate(3.85px,-5.6px) scale(0.979); opacity: 0.662; }
  40% { transform: translate(4.4px,-6.4px) scale(0.976); opacity: 0.688; }
  45% { transform: translate(4.95px,-7.2px) scale(0.973); opacity: 0.714; }
  50% { transform: translate(5.5px,-8.0px) scale(0.97); opacity: 0.74; }
  55% { transform: translate(6.05px,-8.8px) scale(0.967); opacity: 0.766; }
  60% { transform: translate(6.6px,-9.6px) scale(0.964); opacity: 0.792; }
  65% { transform: translate(7.15px,-10.4px) scale(0.961); opacity: 0.818; }
  70% { transform: translate(7.7px,-11.2px) scale(0.958); opacity: 0.844; }
  75% { transform: translate(8.25px,-12.0px) scale(0.955); opacity: 0.87; }
  80% { transform: translate(8.8px,-12.8px) scale(0.952); opacity: 0.896; }
  85% { transform: translate(9.35px,-13.6px) scale(0.949); opacity: 0.922; }
  90% { transform: translate(9.9px,-14.4px) scale(0.946); opacity: 0.948; }
  95% { transform: translate(10.45px,-15.2px) scale(0.943); opacity: 0.974; }
  100% { transform: translate(11.0px,-16.0px) scale(0.94); opacity: 1.0; }
}
.animate-jello { animation: jello 1.7s ease-in-out; }

@keyframes flip {
  0% { transform: translate(-0.0px,0.0px) scale(1.0); opacity: 0.69; }
  5% { transform: translate(-0.1px,0.8px) scale(0.997); opacity: 0.705; }
  10% { transform: translate(-0.2px,1.6px) scale(0.994); opacity: 0.721; }
  15% { transform: translate(-0.3px,2.4px) scale(0.991); opacity: 0.736; }
  20% { transform: translate(-0.4px,3.2px) scale(0.988); opacity: 0.752; }
  25% { transform: translate(-0.5px,4.0px) scale(0.985); opacity: 0.767; }
  30% { transform: translate(-0.6px,4.8px) scale(0.982); opacity: 0.783; }
  35% { transform: translate(-0.7px,5.6px) scale(0.979); opacity: 0.798; }
  40% { transform: translate(-0.8px,6.4px) scale(0.976); opacity: 0.814; }
  45% { transform: translate(-0.9px,7.2px) scale(0.973); opacity: 0.83; }
  50% { transform: translate(-1.0px,8.0px) scale(0.97); opacity: 0.845; }
  55% { transform: translate(-1.1px,8.8px) scale(0.967); opacity: 0.861; }
  60% { transform: translate(-1.2px,9.6px) scale(0.964); opacity: 0.876; }
  65% { transform: translate(-1.3px,10.4px) scale(0.961); opacity: 0.891; }
  70% { transform: translate(-1.4px,11.2px) scale(0.958); opacity: 0.907; }
  75% { transform: translate(-1.5px,12.0px) scale(0.955); opacity: 0.922; }
  80% { transform: translate(-1.6px,12.8px) scale(0.952); opacity: 0.938; }
  85% { transform: translate(-1.7px,13.6px) scale(0.949); opacity: 0.954; }
  90% { transform: translate(-1.8px,14.4px) scale(0.946); opacity: 0.969; }
  95% { transform: translate(-1.9px,15.2px) scale(0.943); opacity: 0.984; }
  100% { transform: translate(-2.0px,16.0px) scale(0.94); opacity: 1.0; }
}
.animate-flip { animation: flip 1.7s ease-in-out; }

@keyframes rollIn {
  0% { transform: translate(-0.0px,-0.0px) scale(1.0); opacity: 0.12; }
  5% { transform: translate(-0.05px,-0.45px) scale(0.999); opacity: 0.164; }
  10% { transform: translate(-0.1px,-0.9px) scale(0.998); opacity: 0.208; }
  15% { transform: translate(-0.15px,-1.35px) scale(0.997); opacity: 0.252; }
  20% { transform: translate(-0.2px,-1.8px) scale(0.996); opacity: 0.296; }
  25% { transform: translate(-0.25px,-2.25px) scale(0.995); opacity: 0.34; }
  30% { transform: translate(-0.3px,-2.7px) scale(0.994); opacity: 0.384; }
  35% { transform: translate(-0.35px,-3.15px) scale(0.993); opacity: 0.428; }
  40% { transform: translate(-0.4px,-3.6px) scale(0.992); opacity: 0.472; }
  45% { transform: translate(-0.45px,-4.05px) scale(0.991); opacity: 0.516; }
  50% { transform: translate(-0.5px,-4.5px) scale(0.99); opacity: 0.56; }
  55% { transform: translate(-0.55px,-4.95px) scale(0.989); opacity: 0.604; }
  60% { transform: translate(-0.6px,-5.4px) scale(0.988); opacity: 0.648; }
  65% { transform: translate(-0.65px,-5.85px) scale(0.987); opacity: 0.692; }
  70% { transform: translate(-0.7px,-6.3px) scale(0.986); opacity: 0.736; }
  75% { transform: translate(-0.75px,-6.75px) scale(0.985); opacity: 0.78; }
  80% { transform: translate(-0.8px,-7.2px) scale(0.984); opacity: 0.824; }
  85% { transform: translate(-0.85px,-7.65px) scale(0.983); opacity: 0.868; }
  90% { transform: translate(-0.9px,-8.1px) scale(0.982); opacity: 0.912; }
  95% { transform: translate(-0.95px,-8.55px) scale(0.981); opacity: 0.956; }
  100% { transform: translate(-1.0px,-9.0px) scale(0.98); opacity: 1.0; }
}
.animate-rollIn { animation: rollIn 0.7s ease-in-out; }

.shadow-0 { box-shadow: 0 8px 44px 1px rgba(112,108,244,0.28); }
.drop-shadow-0 { filter: drop-shadow(0 3px 9px rgba(112,108,244,0.21)); }
.shadow-1 { box-shadow: 0 10px 31px 20px rgba(38,130,182,0.1); }
.drop-shadow-1 { filter: drop-shadow(0 5px 6px rgba(38,130,182,0.12)); }
.shadow-2 { box-shadow: 0 3px 13px 13px rgba(67,159,25,0.26); }
.drop-shadow-2 { filter: drop-shadow(0 8px 2px rgba(67,159,25,0.24)); }
.shadow-3 { box-shadow: 0 9px 9px 1px rgba(54,32,250,0.26); }
.drop-shadow-3 { filter: drop-shadow(0 4px 5px rgba(54,32,250,0.34)); }
.shadow-4 { box-shadow: 0 4px 42px 2px rgba(111,193,192,0.06); }
.drop-shadow-4 { filter: drop-shadow(0 4px 16px rgba(111,193,192,0.19)); }
.shadow-5 { box-shadow: 0 4px 41px 20px rgba(231,102,107,0.24); }
.drop-shadow-5 { filter: drop-shadow(0 7px 4px rgba(231,102,107,0.46)); }
.shadow-6 { box-shadow: 0 7px 32px 11px rgba(14,229,195,0.12); }
.drop-shadow-6 { filter: drop-shadow(0 6px 16px rgba(14,229,195,0.17)); }
.shadow-7 { box-shadow: 0 5px 40px 5px rgba(68,217,81,0.22); }
.drop-shadow-7 { filter: drop-shadow(0 8px 5px rgba(68,217,81,0.28)); }
.shadow-8 { box-shadow: 0 4px 12px 18px rgba(199,30,158,0.49); }
.drop-shadow-8 { filter: drop-shadow(0 7px 7px rgba(199,30,158,0.15)); }
.shadow-9 { box-shadow: 0 1px 15px 3px rgba(193,110,238,0.18); }
.drop-shadow-9 { filter: drop-shadow(0 6px 9px rgba(193,110,238,0.48)); }
.shadow-10 { box-shadow: 0 5px 15px 20px rgba(226,217,109,0.09); }
.drop-shadow-10 { filter: drop-shadow(0 6px 4px rgba(226,217,109,0.57)); }
.shadow-11 { box-shadow: 0 5px 27px 16px rgba(8,230,115,0.15); }
.drop-shadow-11 { filter: drop-shadow(0 4px 16px rgba(8,230,115,0.49)); }
.shadow-12 { box-shadow: 0 5px 14px 18px rgba(89,152,102,0.4); }
.drop-shadow-12 { filter: drop-shadow(0 6px 15px rgba(89,152,102,0.14)); }
.shadow-13 { box-shadow: 0 1px 48px 8px rgba(199,83,217,0.46); }
.drop-shadow-13 { filter: drop-shadow(0 5px 2px rgba(199,83,217,0.15)); }
.shadow-14 { box-shadow: 0 4px 47px 15px rgba(191,88,170,0.37); }
.drop-shadow-14 { filter: drop-shadow(0 2px 5px rgba(191,88,170,0.2)); }
.shadow-15 { box-shadow: 0 4px 50px 13px rgba(102,56,25,0.25); }
.drop-shadow-15 { filter: drop-shadow(0 4px 14px rgba(102,56,25,0.58)); }
.shadow-16 { box-shadow: 0 7px 33px 15px rgba(197,211,168,0.19); }
.drop-shadow-16 { filter: drop-shadow(0 7px 9px rgba(197,211,168,0.34)); }
.shadow-17 { box-shadow: 0 1px 4px 4px rgba(184,39,239,0.48); }
.drop-shadow-17 { filter: drop-shadow(0 3px 5px rgba(184,39,239,0.15)); }
.shadow-18 { box-shadow: 0 2px 11px 10px rgba(235,154,246,0.25); }
.drop-shadow-18 { filter: drop-shadow(0 2px 10px rgba(235,154,246,0.44)); }
.shadow-19 { box-shadow: 0 10px 47px 18px rgba(255,168,217,0.07); }
.drop-shadow-19 { filter: drop-shadow(0 2px 10px rgba(255,168,217,0.21)); }
.shadow-20 { box-shadow: 0 4px 10px 1px rgba(152,40,160,0.18); }
.drop-shadow-20 { filter: drop-shadow(0 2px 16px rgba(152,40,160,0.23)); }
.shadow-21 { box-shadow: 0 10px 19px 19px rgba(36,146,35,0.39); }
.drop-shadow-21 { filter: drop-shadow(0 2px 9px rgba(36,146,35,0.29)); }
.shadow-22 { box-shadow: 0 2px 46px 12px rgba(213,154,213,0.08); }
.drop-shadow-22 { filter: drop-shadow(0 4px 11px rgba(213,154,213,0.41)); }
.shadow-23 { box-shadow: 0 3px 25px 4px rgba(17,105,184,0.39); }
.drop-shadow-23 { filter: drop-shadow(0 8px 7px rgba(17,105,184,0.2)); }
.shadow-24 { box-shadow: 0 9px 11px 16px rgba(140,243,231,0.39); }
.drop-shadow-24 { filter: drop-shadow(0 6px 5px rgba(140,243,231,0.11)); }
.shadow-25 { box-shadow: 0 5px 12px 11px rgba(157,224,218,0.31); }
.drop-shadow-25 { filter: drop-shadow(0 3px 10px rgba(157,224,218,0.31)); }
.shadow-26 { box-shadow: 0 8px 36px 13px rgba(183,49,157,0.34); }
.drop-shadow-26 { filter: drop-shadow(0 6px 6px rgba(183,49,157,0.39)); }
.shadow-27 { box-shadow: 0 6px 39px 14px rgba(122,4,95,0.15); }
.drop-shadow-27 { filter: drop-shadow(0 3px 5px rgba(122,4,95,0.16)); }
.shadow-28 { box-shadow: 0 8px 2px 1px rgba(79,155,162,0.34); }
.drop-shadow-28 { filter: drop-shadow(0 6px 15px rgba(79,155,162,0.59)); }
.shadow-29 { box-shadow: 0 6px 23px 20px rgba(125,246,61,0.2); }
.drop-shadow-29 { filter: drop-shadow(0 7px 8px rgba(125,246,61,0.44)); }
.shadow-30 { box-shadow: 0 6px 8px 3px rgba(198,49,142,0.07); }
.drop-shadow-30 { filter: drop-shadow(0 5px 9px rgba(198,49,142,0.13)); }
.shadow-31 { box-shadow: 0 10px 45px 9px rgba(136,139,142,0.24); }
.drop-shadow-31 { filter: drop-shadow(0 8px 7px rgba(136,139,142,0.54)); }
.shadow-32 { box-shadow: 0 7px 43px 18px rgba(63,77,10,0.34); }
.drop-shadow-32 { filter: drop-shadow(0 3px 4px rgba(63,77,10,0.57)); }
.shadow-33 { box-shadow: 0 3px 12px 20px rgba(31,3,113,0.44); }
.drop-shadow-33 { filter: drop-shadow(0 1px 13px rgba(31,3,113,0.45)); }
.shadow-34 { box-shadow: 0 4px 10px 14px rgba(21,158,91,0.11); }
.drop-shadow-34 { filter: drop-shadow(0 3px 3px rgba(21,158,91,0.27)); }
.shadow-35 { box-shadow: 0 10px 26px 2px rgba(152,226,177,0.12); }
.drop-shadow-35 { filter: drop-shadow(0 8px 8px rgba(152,226,177,0.37)); }
.shadow-36 { box-shadow: 0 6px 22px 9px rgba(240,149,9,0.34); }
.drop-shadow-36 { filter: drop-shadow(0 8px 3px rgba(240,149,9,0.38)); }
.shadow-37 { box-shadow: 0 3px 39px 2px rgba(212,119,15,0.13); }
.drop-shadow-37 { filter: drop-shadow(0 4px 12px rgba(212,119,15,0.19)); }
.shadow-38 { box-shadow: 0 1px 37px 18px rgba(49,15,66,0.45); }
.drop-shadow-38 { filter: drop-shadow(0 8px 10px rgba(49,15,66,0.29)); }
.shadow-39 { box-shadow: 0 7px 47px 4px rgba(70,46,7,0.19); }
.drop-shadow-39 { filter: drop-shadow(0 6px 13px rgba(70,46,7,0.37)); }
.shadow-40 { box-shadow: 0 4px 14px 18px rgba(186,129,168,0.25); }
.drop-shadow-40 { filter: drop-shadow(0 8px 5px rgba(186,129,168,0.13)); }
.shadow-41 { box-shadow: 0 8px 48px 4px rgba(142,101,172,0.28); }
.drop-shadow-41 { filter: drop-shadow(0 4px 2px rgba(142,101,172,0.3)); }
.shadow-42 { box-shadow: 0 7px 3px 11px rgba(201,164,146,0.22); }
.drop-shadow-42 { filter: drop-shadow(0 5px 7px rgba(201,164,146,0.34)); }
.shadow-43 { box-shadow: 0 10px 47px 2px rgba(30,55,190,0.27); }
.drop-shadow-43 { filter: drop-shadow(0 5px 6px rgba(30,55,190,0.35)); }
.shadow-44 { box-shadow: 0 2px 38px 18px rgba(163,29,21,0.4); }
.drop-shadow-44 { filter: drop-shadow(0 3px 16px rgba(163,29,21,0.3)); }
.shadow-45 { box-shadow: 0 3px 22px 4px rgba(152,125,83,0.2); }
.drop-shadow-45 { filter: drop-shadow(0 7px 3px rgba(152,125,83,0.46)); }
.shadow-46 { box-shadow: 0 8px 31px 3px rgba(22,218,218,0.45); }
.drop-shadow-46 { filter: drop-shadow(0 5px 14px rgba(22,218,218,0.14)); }
.shadow-47 { box-shadow: 0 4px 19px 8px rgba(65,1,252,0.21); }
.drop-shadow-47 { filter: drop-shadow(0 6px 15px rgba(65,1,252,0.52)); }
.shadow-48 { box-shadow: 0 10px 25px 2px rgba(244,29,187,0.14); }
.drop-shadow-48 { filter: drop-shadow(0 2px 10px rgba(244,29,187,0.49)); }
.shadow-49 { box-shadow: 0 4px 34px 13px rgba(168,13,118,0.5); }
.drop-shadow-49 { filter: drop-shadow(0 6px 8px rgba(168,13,118,0.3)); }
.shadow-50 { box-shadow: 0 8px 6px 9px rgba(122,11,192,0.49); }
.drop-shadow-50 { filter: drop-shadow(0 4px 9px rgba(122,11,192,0.53)); }
.shadow-51 { box-shadow: 0 3px 4px 8px rgba(138,130,145,0.42); }
.drop-shadow-51 { filter: drop-shadow(0 6px 14px rgba(138,130,145,0.29)); }
.shadow-52 { box-shadow: 0 7px 11px 11px rgba(164,196,43,0.1); }
.drop-shadow-52 { filter: drop-shadow(0 2px 14px rgba(164,196,43,0.18)); }
.shadow-53 { box-shadow: 0 3px 47px 18px rgba(238,214,42,0.43); }
.drop-shadow-53 { filter: drop-shadow(0 3px 15px rgba(238,214,42,0.39)); }
.shadow-54 { box-shadow: 0 10px 16px 18px rgba(60,14,132,0.19); }
.drop-shadow-54 { filter: drop-shadow(0 7px 2px rgba(60,14,132,0.22)); }
.shadow-55 { box-shadow: 0 1px 27px 9px rgba(184,218,105,0.35); }
.drop-shadow-55 { filter: drop-shadow(0 6px 8px rgba(184,218,105,0.13)); }
.shadow-56 { box-shadow: 0 5px 21px 14px rgba(34,106,194,0.31); }
.drop-shadow-56 { filter: drop-shadow(0 1px 7px rgba(34,106,194,0.15)); }
.shadow-57 { box-shadow: 0 6px 8px 7px rgba(224,145,16,0.33); }
.drop-shadow-57 { filter: drop-shadow(0 7px 5px rgba(224,145,16,0.37)); }
.shadow-58 { box-shadow: 0 7px 1px 5px rgba(115,137,182,0.46); }
.drop-shadow-58 { filter: drop-shadow(0 7px 6px rgba(115,137,182,0.43)); }
.shadow-59 { box-shadow: 0 2px 22px 18px rgba(226,72,238,0.22); }
.drop-shadow-59 { filter: drop-shadow(0 4px 11px rgba(226,72,238,0.3)); }
.shadow-60 { box-shadow: 0 1px 24px 7px rgba(234,98,28,0.31); }
.drop-shadow-60 { filter: drop-shadow(0 2px 12px rgba(234,98,28,0.4)); }
.shadow-61 { box-shadow: 0 7px 46px 4px rgba(2,80,45,0.24); }
.drop-shadow-61 { filter: drop-shadow(0 5px 4px rgba(2,80,45,0.21)); }
.shadow-62 { box-shadow: 0 3px 21px 12px rgba(240,9,71,0.4); }
.drop-shadow-62 { filter: drop-shadow(0 4px 14px rgba(240,9,71,0.31)); }
.shadow-63 { box-shadow: 0 7px 6px 14px rgba(149,77,123,0.12); }
.drop-shadow-63 { filter: drop-shadow(0 3px 15px rgba(149,77,123,0.28)); }
.shadow-64 { box-shadow: 0 7px 17px 2px rgba(230,132,139,0.15); }
.drop-shadow-64 { filter: drop-shadow(0 2px 12px rgba(230,132,139,0.55)); }
.shadow-65 { box-shadow: 0 10px 41px 10px rgba(146,133,100,0.19); }
.drop-shadow-65 { filter: drop-shadow(0 7px 13px rgba(146,133,100,0.3)); }
.shadow-66 { box-shadow: 0 9px 3px 3px rgba(225,170,100,0.34); }
.drop-shadow-66 { filter: drop-shadow(0 8px 12px rgba(225,170,100,0.41)); }
.shadow-67 { box-shadow: 0 5px 34px 13px rgba(21,110,212,0.25); }
.drop-shadow-67 { filter: drop-shadow(0 5px 13px rgba(21,110,212,0.11)); }
.shadow-68 { box-shadow: 0 9px 34px 9px rgba(193,17,235,0.14); }
.drop-shadow-68 { filter: drop-shadow(0 1px 13px rgba(193,17,235,0.42)); }
.shadow-69 { box-shadow: 0 9px 43px 19px rgba(99,104,49,0.48); }
.drop-shadow-69 { filter: drop-shadow(0 6px 10px rgba(99,104,49,0.3)); }
.shadow-70 { box-shadow: 0 8px 21px 20px rgba(252,118,85,0.45); }
.drop-shadow-70 { filter: drop-shadow(0 1px 11px rgba(252,118,85,0.41)); }
.shadow-71 { box-shadow: 0 4px 14px 15px rgba(102,23,194,0.13); }
.drop-shadow-71 { filter: drop-shadow(0 8px 15px rgba(102,23,194,0.47)); }
.shadow-72 { box-shadow: 0 9px 22px 14px rgba(57,239,84,0.48); }
.drop-shadow-72 { filter: drop-shadow(0 4px 4px rgba(57,239,84,0.23)); }
.shadow-73 { box-shadow: 0 3px 6px 6px rgba(176,55,149,0.47); }
.drop-shadow-73 { filter: drop-shadow(0 1px 13px rgba(176,55,149,0.18)); }
.shadow-74 { box-shadow: 0 2px 20px 12px rgba(75,229,125,0.37); }
.drop-shadow-74 { filter: drop-shadow(0 1px 4px rgba(75,229,125,0.42)); }
.shadow-75 { box-shadow: 0 7px 9px 13px rgba(156,151,1,0.17); }
.drop-shadow-75 { filter: drop-shadow(0 4px 7px rgba(156,151,1,0.59)); }
.shadow-76 { box-shadow: 0 3px 27px 14px rgba(17,164,157,0.29); }
.drop-shadow-76 { filter: drop-shadow(0 2px 8px rgba(17,164,157,0.35)); }
.shadow-77 { box-shadow: 0 4px 11px 6px rgba(179,30,4,0.38); }
.drop-shadow-77 { filter: drop-shadow(0 8px 13px rgba(179,30,4,0.35)); }
.shadow-78 { box-shadow: 0 6px 28px 1px rgba(87,230,54,0.08); }
.drop-shadow-78 { filter: drop-shadow(0 6px 5px rgba(87,230,54,0.3)); }
.shadow-79 { box-shadow: 0 2px 4px 2px rgba(234,228,202,0.41); }
.drop-shadow-79 { filter: drop-shadow(0 4px 2px rgba(234,228,202,0.44)); }
.shadow-80 { box-shadow: 0 9px 36px 5px rgba(118,241,46,0.1); }
.drop-shadow-80 { filter: drop-shadow(0 3px 2px rgba(118,241,46,0.48)); }
.shadow-81 { box-shadow: 0 1px 38px 5px rgba(63,207,224,0.38); }
.drop-shadow-81 { filter: drop-shadow(0 3px 5px rgba(63,207,224,0.59)); }
.shadow-82 { box-shadow: 0 3px 17px 3px rgba(189,227,22,0.42); }
.drop-shadow-82 { filter: drop-shadow(0 6px 4px rgba(189,227,22,0.13)); }
.shadow-83 { box-shadow: 0 1px 50px 0px rgba(77,228,49,0.11); }
.drop-shadow-83 { filter: drop-shadow(0 2px 7px rgba(77,228,49,0.11)); }
.shadow-84 { box-shadow: 0 9px 3px 13px rgba(44,40,121,0.29); }
.drop-shadow-84 { filter: drop-shadow(0 8px 14px rgba(44,40,121,0.4)); }
.shadow-85 { box-shadow: 0 6px 3px 18px rgba(229,174,128,0.22); }
.drop-shadow-85 { filter: drop-shadow(0 4px 15px rgba(229,174,128,0.47)); }
.shadow-86 { box-shadow: 0 4px 13px 7px rgba(61,97,79,0.19); }
.drop-shadow-86 { filter: drop-shadow(0 5px 14px rgba(61,97,79,0.34)); }
.shadow-87 { box-shadow: 0 4px 14px 5px rgba(72,18,235,0.29); }
.drop-shadow-87 { filter: drop-shadow(0 6px 8px rgba(72,18,235,0.23)); }
.shadow-88 { box-shadow: 0 6px 43px 0px rgba(4,236,19,0.08); }
.drop-shadow-88 { filter: drop-shadow(0 5px 9px rgba(4,236,19,0.16)); }
.shadow-89 { box-shadow: 0 9px 2px 2px rgba(108,87,133,0.31); }
.drop-shadow-89 { filter: drop-shadow(0 8px 11px rgba(108,87,133,0.23)); }
.shadow-90 { box-shadow: 0 7px 37px 7px rgba(83,92,182,0.06); }
.drop-shadow-90 { filter: drop-shadow(0 5px 5px rgba(83,92,182,0.28)); }
.shadow-91 { box-shadow: 0 3px 23px 1px rgba(88,222,76,0.14); }
.drop-shadow-91 { filter: drop-shadow(0 6px 7px rgba(88,222,76,0.12)); }
.shadow-92 { box-shadow: 0 6px 12px 18px rgba(167,151,116,0.06); }
.drop-shadow-92 { filter: drop-shadow(0 1px 12px rgba(167,151,116,0.41)); }
.shadow-93 { box-shadow: 0 2px 3px 13px rgba(247,15,187,0.06); }
.drop-shadow-93 { filter: drop-shadow(0 8px 12px rgba(247,15,187,0.32)); }
.shadow-94 { box-shadow: 0 8px 45px 13px rgba(80,86,24,0.06); }
.drop-shadow-94 { filter: drop-shadow(0 3px 16px rgba(80,86,24,0.44)); }
.shadow-95 { box-shadow: 0 10px 42px 5px rgba(179,19,103,0.2); }
.drop-shadow-95 { filter: drop-shadow(0 5px 4px rgba(179,19,103,0.18)); }
.shadow-96 { box-shadow: 0 2px 9px 14px rgba(176,244,58,0.21); }
.drop-shadow-96 { filter: drop-shadow(0 3px 5px rgba(176,244,58,0.23)); }
.shadow-97 { box-shadow: 0 8px 41px 20px rgba(245,61,92,0.09); }
.drop-shadow-97 { filter: drop-shadow(0 1px 10px rgba(245,61,92,0.4)); }
.shadow-98 { box-shadow: 0 5px 11px 9px rgba(120,59,66,0.21); }
.drop-shadow-98 { filter: drop-shadow(0 7px 8px rgba(120,59,66,0.22)); }
.shadow-99 { box-shadow: 0 2px 49px 12px rgba(122,200,157,0.14); }
.drop-shadow-99 { filter: drop-shadow(0 2px 11px rgba(122,200,157,0.34)); }
.shadow-100 { box-shadow: 0 6px 2px 17px rgba(107,3,91,0.14); }
.drop-shadow-100 { filter: drop-shadow(0 3px 16px rgba(107,3,91,0.4)); }
.shadow-101 { box-shadow: 0 1px 16px 5px rgba(250,132,118,0.5); }
.drop-shadow-101 { filter: drop-shadow(0 1px 13px rgba(250,132,118,0.59)); }
.shadow-102 { box-shadow: 0 3px 20px 16px rgba(27,47,1,0.42); }
.drop-shadow-102 { filter: drop-shadow(0 4px 13px rgba(27,47,1,0.32)); }
.shadow-103 { box-shadow: 0 6px 15px 20px rgba(87,80,206,0.16); }
.drop-shadow-103 { filter: drop-shadow(0 7px 15px rgba(87,80,206,0.3)); }
.shadow-104 { box-shadow: 0 6px 17px 19px rgba(145,3,121,0.11); }
.drop-shadow-104 { filter: drop-shadow(0 1px 12px rgba(145,3,121,0.41)); }
.shadow-105 { box-shadow: 0 10px 49px 18px rgba(119,228,27,0.34); }
.drop-shadow-105 { filter: drop-shadow(0 5px 10px rgba(119,228,27,0.23)); }
.shadow-106 { box-shadow: 0 1px 22px 11px rgba(232,234,224,0.26); }
.drop-shadow-106 { filter: drop-shadow(0 8px 13px rgba(232,234,224,0.38)); }
.shadow-107 { box-shadow: 0 9px 3px 1px rgba(35,85,235,0.3); }
.drop-shadow-107 { filter: drop-shadow(0 4px 14px rgba(35,85,235,0.26)); }
.shadow-108 { box-shadow: 0 3px 39px 6px rgba(226,153,66,0.16); }
.drop-shadow-108 { filter: drop-shadow(0 3px 2px rgba(226,153,66,0.19)); }
.shadow-109 { box-shadow: 0 2px 12px 2px rgba(81,219,139,0.29); }
.drop-shadow-109 { filter: drop-shadow(0 3px 6px rgba(81,219,139,0.16)); }
.shadow-110 { box-shadow: 0 1px 25px 15px rgba(19,69,46,0.14); }
.drop-shadow-110 { filter: drop-shadow(0 4px 11px rgba(19,69,46,0.2)); }
.shadow-111 { box-shadow: 0 4px 15px 20px rgba(84,124,192,0.35); }
.drop-shadow-111 { filter: drop-shadow(0 8px 13px rgba(84,124,192,0.3)); }
.shadow-112 { box-shadow: 0 10px 21px 9px rgba(236,80,84,0.4); }
.drop-shadow-112 { filter: drop-shadow(0 3px 10px rgba(236,80,84,0.22)); }
.shadow-113 { box-shadow: 0 1px 23px 9px rgba(105,245,190,0.35); }
.drop-shadow-113 { filter: drop-shadow(0 4px 13px rgba(105,245,190,0.39)); }
.shadow-114 { box-shadow: 0 8px 34px 5px rgba(228,103,242,0.34); }
.drop-shadow-114 { filter: drop-shadow(0 6px 4px rgba(228,103,242,0.53)); }
.shadow-115 { box-shadow: 0 8px 11px 0px rgba(226,148,208,0.09); }
.drop-shadow-115 { filter: drop-shadow(0 6px 8px rgba(226,148,208,0.52)); }
.shadow-116 { box-shadow: 0 5px 50px 3px rgba(114,163,128,0.39); }
.drop-shadow-116 { filter: drop-shadow(0 6px 10px rgba(114,163,128,0.51)); }
.shadow-117 { box-shadow: 0 5px 28px 17px rgba(66,96,215,0.33); }
.drop-shadow-117 { filter: drop-shadow(0 1px 9px rgba(66,96,215,0.27)); }
.shadow-118 { box-shadow: 0 6px 19px 15px rgba(42,116,60,0.39); }
.drop-shadow-118 { filter: drop-shadow(0 8px 5px rgba(42,116,60,0.4)); }
.shadow-119 { box-shadow: 0 4px 35px 6px rgba(210,246,206,0.29); }
.drop-shadow-119 { filter: drop-shadow(0 3px 3px rgba(210,246,206,0.14)); }
.shadow-120 { box-shadow: 0 10px 13px 20px rgba(74,14,71,0.09); }
.drop-shadow-120 { filter: drop-shadow(0 7px 6px rgba(74,14,71,0.27)); }
.shadow-121 { box-shadow: 0 10px 3px 7px rgba(204,187,160,0.21); }
.drop-shadow-121 { filter: drop-shadow(0 8px 6px rgba(204,187,160,0.28)); }
.shadow-122 { box-shadow: 0 8px 38px 3px rgba(202,115,87,0.23); }
.drop-shadow-122 { filter: drop-shadow(0 6px 10px rgba(202,115,87,0.37)); }
.shadow-123 { box-shadow: 0 7px 29px 6px rgba(25,144,49,0.39); }
.drop-shadow-123 { filter: drop-shadow(0 3px 12px rgba(25,144,49,0.43)); }
.shadow-124 { box-shadow: 0 3px 16px 6px rgba(120,33,101,0.48); }
.drop-shadow-124 { filter: drop-shadow(0 3px 2px rgba(120,33,101,0.34)); }
.shadow-125 { box-shadow: 0 10px 48px 19px rgba(69,232,39,0.24); }
.drop-shadow-125 { filter: drop-shadow(0 2px 6px rgba(69,232,39,0.48)); }
.shadow-126 { box-shadow: 0 2px 12px 9px rgba(61,75,160,0.35); }
.drop-shadow-126 { filter: drop-shadow(0 6px 9px rgba(61,75,160,0.3)); }
.shadow-127 { box-shadow: 0 6px 12px 18px rgba(86,72,129,0.45); }
.drop-shadow-127 { filter: drop-shadow(0 5px 14px rgba(86,72,129,0.22)); }
.shadow-128 { box-shadow: 0 4px 44px 18px rgba(184,116,118,0.45); }
.drop-shadow-128 { filter: drop-shadow(0 3px 5px rgba(184,116,118,0.18)); }
.shadow-129 { box-shadow: 0 7px 48px 12px rgba(167,5,10,0.26); }
.drop-shadow-129 { filter: drop-shadow(0 5px 15px rgba(167,5,10,0.37)); }
.shadow-130 { box-shadow: 0 7px 23px 2px rgba(253,2,17,0.17); }
.drop-shadow-130 { filter: drop-shadow(0 6px 13px rgba(253,2,17,0.3)); }
.shadow-131 { box-shadow: 0 9px 14px 14px rgba(168,177,53,0.06); }
.drop-shadow-131 { filter: drop-shadow(0 1px 6px rgba(168,177,53,0.28)); }
.shadow-132 { box-shadow: 0 1px 44px 2px rgba(108,78,33,0.23); }
.drop-shadow-132 { filter: drop-shadow(0 6px 13px rgba(108,78,33,0.13)); }
.shadow-133 { box-shadow: 0 5px 28px 1px rgba(209,128,220,0.24); }
.drop-shadow-133 { filter: drop-shadow(0 6px 3px rgba(209,128,220,0.29)); }
.shadow-134 { box-shadow: 0 9px 37px 12px rgba(86,158,202,0.46); }
.drop-shadow-134 { filter: drop-shadow(0 7px 11px rgba(86,158,202,0.1)); }
.shadow-135 { box-shadow: 0 5px 7px 20px rgba(4,164,207,0.4); }
.drop-shadow-135 { filter: drop-shadow(0 2px 15px rgba(4,164,207,0.24)); }
.shadow-136 { box-shadow: 0 5px 49px 14px rgba(6,202,112,0.3); }
.drop-shadow-136 { filter: drop-shadow(0 5px 12px rgba(6,202,112,0.52)); }
.shadow-137 { box-shadow: 0 10px 10px 18px rgba(49,210,70,0.06); }
.drop-shadow-137 { filter: drop-shadow(0 5px 13px rgba(49,210,70,0.52)); }
.shadow-138 { box-shadow: 0 6px 41px 2px rgba(58,185,113,0.08); }
.drop-shadow-138 { filter: drop-shadow(0 5px 16px rgba(58,185,113,0.48)); }
.shadow-139 { box-shadow: 0 9px 35px 17px rgba(241,40,26,0.07); }
.drop-shadow-139 { filter: drop-shadow(0 5px 15px rgba(241,40,26,0.13)); }
.shadow-140 { box-shadow: 0 4px 43px 17px rgba(191,234,134,0.33); }
.drop-shadow-140 { filter: drop-shadow(0 6px 8px rgba(191,234,134,0.22)); }
.shadow-141 { box-shadow: 0 5px 7px 5px rgba(183,142,13,0.31); }
.drop-shadow-141 { filter: drop-shadow(0 5px 10px rgba(183,142,13,0.53)); }
.shadow-142 { box-shadow: 0 8px 25px 17px rgba(112,244,144,0.05); }
.drop-shadow-142 { filter: drop-shadow(0 1px 6px rgba(112,244,144,0.4)); }
.shadow-143 { box-shadow: 0 3px 41px 9px rgba(96,241,154,0.23); }
.drop-shadow-143 { filter: drop-shadow(0 5px 3px rgba(96,241,154,0.49)); }
.shadow-144 { box-shadow: 0 9px 36px 20px rgba(189,180,139,0.35); }
.drop-shadow-144 { filter: drop-shadow(0 5px 16px rgba(189,180,139,0.44)); }
.shadow-145 { box-shadow: 0 3px 44px 3px rgba(75,11,213,0.23); }
.drop-shadow-145 { filter: drop-shadow(0 3px 12px rgba(75,11,213,0.49)); }
.shadow-146 { box-shadow: 0 2px 50px 13px rgba(103,18,218,0.38); }
.drop-shadow-146 { filter: drop-shadow(0 2px 11px rgba(103,18,218,0.34)); }
.shadow-147 { box-shadow: 0 10px 35px 19px rgba(225,137,106,0.19); }
.drop-shadow-147 { filter: drop-shadow(0 3px 14px rgba(225,137,106,0.17)); }
.shadow-148 { box-shadow: 0 8px 11px 9px rgba(11,181,15,0.29); }
.drop-shadow-148 { filter: drop-shadow(0 1px 14px rgba(11,181,15,0.21)); }
.shadow-149 { box-shadow: 0 4px 11px 5px rgba(40,72,150,0.08); }
.drop-shadow-149 { filter: drop-shadow(0 5px 8px rgba(40,72,150,0.47)); }
.shadow-150 { box-shadow: 0 5px 19px 16px rgba(162,103,73,0.09); }
.drop-shadow-150 { filter: drop-shadow(0 7px 8px rgba(162,103,73,0.2)); }
.shadow-151 { box-shadow: 0 1px 48px 10px rgba(90,108,240,0.2); }
.drop-shadow-151 { filter: drop-shadow(0 4px 14px rgba(90,108,240,0.11)); }
.shadow-152 { box-shadow: 0 7px 45px 15px rgba(207,53,132,0.2); }
.drop-shadow-152 { filter: drop-shadow(0 4px 12px rgba(207,53,132,0.57)); }
.shadow-153 { box-shadow: 0 3px 22px 6px rgba(137,87,86,0.3); }
.drop-shadow-153 { filter: drop-shadow(0 4px 6px rgba(137,87,86,0.41)); }
.shadow-154 { box-shadow: 0 4px 44px 6px rgba(150,188,135,0.18); }
.drop-shadow-154 { filter: drop-shadow(0 2px 16px rgba(150,188,135,0.2)); }
.shadow-155 { box-shadow: 0 4px 17px 18px rgba(139,198,210,0.21); }
.drop-shadow-155 { filter: drop-shadow(0 3px 3px rgba(139,198,210,0.4)); }
.shadow-156 { box-shadow: 0 10px 2px 0px rgba(85,203,141,0.14); }
.drop-shadow-156 { filter: drop-shadow(0 1px 2px rgba(85,203,141,0.32)); }
.shadow-157 { box-shadow: 0 7px 30px 3px rgba(8,32,113,0.12); }
.drop-shadow-157 { filter: drop-shadow(0 8px 9px rgba(8,32,113,0.31)); }
.shadow-158 { box-shadow: 0 2px 44px 0px rgba(10,78,97,0.49); }
.drop-shadow-158 { filter: drop-shadow(0 2px 13px rgba(10,78,97,0.29)); }
.shadow-159 { box-shadow: 0 10px 26px 11px rgba(217,135,183,0.5); }
.drop-shadow-159 { filter: drop-shadow(0 3px 15px rgba(217,135,183,0.44)); }
.shadow-160 { box-shadow: 0 1px 49px 9px rgba(195,119,14,0.44); }
.drop-shadow-160 { filter: drop-shadow(0 7px 10px rgba(195,119,14,0.37)); }
.shadow-161 { box-shadow: 0 2px 31px 19px rgba(249,51,86,0.31); }
.drop-shadow-161 { filter: drop-shadow(0 4px 16px rgba(249,51,86,0.17)); }
.shadow-162 { box-shadow: 0 3px 27px 5px rgba(199,187,85,0.35); }
.drop-shadow-162 { filter: drop-shadow(0 7px 4px rgba(199,187,85,0.45)); }
.shadow-163 { box-shadow: 0 6px 47px 7px rgba(85,9,215,0.13); }
.drop-shadow-163 { filter: drop-shadow(0 3px 15px rgba(85,9,215,0.49)); }
.shadow-164 { box-shadow: 0 10px 43px 18px rgba(182,95,180,0.13); }
.drop-shadow-164 { filter: drop-shadow(0 6px 8px rgba(182,95,180,0.32)); }
.shadow-165 { box-shadow: 0 10px 2px 19px rgba(81,18,166,0.4); }
.drop-shadow-165 { filter: drop-shadow(0 8px 8px rgba(81,18,166,0.23)); }
.shadow-166 { box-shadow: 0 8px 49px 0px rgba(234,134,8,0.15); }
.drop-shadow-166 { filter: drop-shadow(0 3px 6px rgba(234,134,8,0.55)); }
.shadow-167 { box-shadow: 0 7px 2px 16px rgba(159,118,32,0.35); }
.drop-shadow-167 { filter: drop-shadow(0 1px 6px rgba(159,118,32,0.27)); }
.shadow-168 { box-shadow: 0 2px 44px 4px rgba(73,93,184,0.13); }
.drop-shadow-168 { filter: drop-shadow(0 6px 2px rgba(73,93,184,0.21)); }
.shadow-169 { box-shadow: 0 3px 42px 3px rgba(48,31,53,0.16); }
.drop-shadow-169 { filter: drop-shadow(0 5px 10px rgba(48,31,53,0.24)); }
.shadow-170 { box-shadow: 0 1px 5px 17px rgba(145,66,76,0.31); }
.drop-shadow-170 { filter: drop-shadow(0 4px 13px rgba(145,66,76,0.26)); }
.shadow-171 { box-shadow: 0 9px 25px 10px rgba(97,108,234,0.43); }
.drop-shadow-171 { filter: drop-shadow(0 1px 15px rgba(97,108,234,0.57)); }
.shadow-172 { box-shadow: 0 9px 8px 3px rgba(166,177,237,0.1); }
.drop-shadow-172 { filter: drop-shadow(0 3px 2px rgba(166,177,237,0.4)); }
.shadow-173 { box-shadow: 0 9px 1px 2px rgba(5,111,137,0.29); }
.drop-shadow-173 { filter: drop-shadow(0 6px 3px rgba(5,111,137,0.56)); }
.shadow-174 { box-shadow: 0 8px 15px 11px rgba(202,38,67,0.47); }
.drop-shadow-174 { filter: drop-shadow(0 6px 13px rgba(202,38,67,0.57)); }
.shadow-175 { box-shadow: 0 5px 41px 2px rgba(170,192,197,0.38); }
.drop-shadow-175 { filter: drop-shadow(0 8px 2px rgba(170,192,197,0.36)); }
.shadow-176 { box-shadow: 0 5px 7px 7px rgba(172,44,251,0.32); }
.drop-shadow-176 { filter: drop-shadow(0 2px 6px rgba(172,44,251,0.45)); }
.shadow-177 { box-shadow: 0 4px 26px 1px rgba(86,201,192,0.41); }
.drop-shadow-177 { filter: drop-shadow(0 2px 13px rgba(86,201,192,0.11)); }
.shadow-178 { box-shadow: 0 2px 38px 5px rgba(41,112,44,0.18); }
.drop-shadow-178 { filter: drop-shadow(0 3px 15px rgba(41,112,44,0.15)); }
.shadow-179 { box-shadow: 0 6px 45px 17px rgba(17,117,118,0.09); }
.drop-shadow-179 { filter: drop-shadow(0 6px 12px rgba(17,117,118,0.26)); }
.shadow-180 { box-shadow: 0 10px 33px 7px rgba(199,128,209,0.1); }
.drop-shadow-180 { filter: drop-shadow(0 1px 13px rgba(199,128,209,0.3)); }
.shadow-181 { box-shadow: 0 5px 25px 15px rgba(240,74,201,0.47); }
.drop-shadow-181 { filter: drop-shadow(0 6px 9px rgba(240,74,201,0.58)); }
.shadow-182 { box-shadow: 0 6px 12px 0px rgba(125,65,73,0.42); }
.drop-shadow-182 { filter: drop-shadow(0 3px 3px rgba(125,65,73,0.21)); }
.shadow-183 { box-shadow: 0 3px 41px 6px rgba(159,150,242,0.07); }
.drop-shadow-183 { filter: drop-shadow(0 8px 6px rgba(159,150,242,0.51)); }
.shadow-184 { box-shadow: 0 2px 49px 19px rgba(26,124,175,0.4); }
.drop-shadow-184 { filter: drop-shadow(0 1px 2px rgba(26,124,175,0.21)); }
.shadow-185 { box-shadow: 0 1px 46px 15px rgba(169,219,58,0.39); }
.drop-shadow-185 { filter: drop-shadow(0 4px 7px rgba(169,219,58,0.27)); }
.shadow-186 { box-shadow: 0 5px 11px 6px rgba(13,189,155,0.38); }
.drop-shadow-186 { filter: drop-shadow(0 4px 12px rgba(13,189,155,0.17)); }
.shadow-187 { box-shadow: 0 1px 34px 9px rgba(227,173,140,0.07); }
.drop-shadow-187 { filter: drop-shadow(0 7px 8px rgba(227,173,140,0.23)); }
.shadow-188 { box-shadow: 0 2px 32px 3px rgba(11,62,18,0.17); }
.drop-shadow-188 { filter: drop-shadow(0 3px 5px rgba(11,62,18,0.18)); }
.shadow-189 { box-shadow: 0 5px 32px 11px rgba(161,88,212,0.48); }
.drop-shadow-189 { filter: drop-shadow(0 7px 15px rgba(161,88,212,0.25)); }
.shadow-190 { box-shadow: 0 1px 47px 6px rgba(44,69,137,0.13); }
.drop-shadow-190 { filter: drop-shadow(0 6px 7px rgba(44,69,137,0.27)); }
.shadow-191 { box-shadow: 0 3px 41px 6px rgba(36,152,201,0.45); }
.drop-shadow-191 { filter: drop-shadow(0 8px 6px rgba(36,152,201,0.2)); }
.shadow-192 { box-shadow: 0 1px 37px 2px rgba(84,0,125,0.23); }
.drop-shadow-192 { filter: drop-shadow(0 2px 13px rgba(84,0,125,0.14)); }
.shadow-193 { box-shadow: 0 8px 36px 2px rgba(51,107,216,0.27); }
.drop-shadow-193 { filter: drop-shadow(0 4px 8px rgba(51,107,216,0.19)); }
.shadow-194 { box-shadow: 0 8px 42px 2px rgba(252,118,196,0.35); }
.drop-shadow-194 { filter: drop-shadow(0 1px 8px rgba(252,118,196,0.25)); }
.shadow-195 { box-shadow: 0 5px 45px 14px rgba(219,244,100,0.45); }
.drop-shadow-195 { filter: drop-shadow(0 6px 9px rgba(219,244,100,0.58)); }
.shadow-196 { box-shadow: 0 10px 23px 0px rgba(53,80,160,0.28); }
.drop-shadow-196 { filter: drop-shadow(0 5px 8px rgba(53,80,160,0.51)); }
.shadow-197 { box-shadow: 0 5px 33px 13px rgba(208,86,131,0.15); }
.drop-shadow-197 { filter: drop-shadow(0 3px 9px rgba(208,86,131,0.4)); }
.shadow-198 { box-shadow: 0 1px 35px 2px rgba(141,135,235,0.09); }
.drop-shadow-198 { filter: drop-shadow(0 4px 15px rgba(141,135,235,0.47)); }
.shadow-199 { box-shadow: 0 2px 23px 11px rgba(253,250,127,0.12); }
.drop-shadow-199 { filter: drop-shadow(0 2px 10px rgba(253,250,127,0.24)); }
.shadow-200 { box-shadow: 0 4px 34px 16px rgba(36,40,98,0.44); }
.drop-shadow-200 { filter: drop-shadow(0 2px 10px rgba(36,40,98,0.41)); }
.shadow-201 { box-shadow: 0 5px 2px 11px rgba(201,201,61,0.31); }
.drop-shadow-201 { filter: drop-shadow(0 5px 3px rgba(201,201,61,0.41)); }
.shadow-202 { box-shadow: 0 10px 49px 1px rgba(35,111,248,0.14); }
.drop-shadow-202 { filter: drop-shadow(0 2px 7px rgba(35,111,248,0.49)); }
.shadow-203 { box-shadow: 0 9px 15px 17px rgba(134,127,188,0.11); }
.drop-shadow-203 { filter: drop-shadow(0 2px 16px rgba(134,127,188,0.32)); }
.shadow-204 { box-shadow: 0 8px 36px 2px rgba(118,2,49,0.13); }
.drop-shadow-204 { filter: drop-shadow(0 6px 3px rgba(118,2,49,0.56)); }
.shadow-205 { box-shadow: 0 2px 10px 20px rgba(121,80,150,0.44); }
.drop-shadow-205 { filter: drop-shadow(0 7px 3px rgba(121,80,150,0.42)); }
.shadow-206 { box-shadow: 0 6px 48px 15px rgba(78,219,103,0.39); }
.drop-shadow-206 { filter: drop-shadow(0 3px 6px rgba(78,219,103,0.58)); }
.shadow-207 { box-shadow: 0 3px 28px 5px rgba(120,210,234,0.32); }
.drop-shadow-207 { filter: drop-shadow(0 3px 9px rgba(120,210,234,0.55)); }
.shadow-208 { box-shadow: 0 6px 2px 4px rgba(137,236,131,0.18); }
.drop-shadow-208 { filter: drop-shadow(0 1px 6px rgba(137,236,131,0.12)); }
.shadow-209 { box-shadow: 0 2px 26px 4px rgba(204,89,66,0.1); }
.drop-shadow-209 { filter: drop-shadow(0 6px 14px rgba(204,89,66,0.15)); }
.shadow-210 { box-shadow: 0 10px 2px 14px rgba(209,157,200,0.06); }
.drop-shadow-210 { filter: drop-shadow(0 1px 9px rgba(209,157,200,0.26)); }
.shadow-211 { box-shadow: 0 6px 30px 3px rgba(203,115,7,0.07); }
.drop-shadow-211 { filter: drop-shadow(0 3px 2px rgba(203,115,7,0.15)); }
.shadow-212 { box-shadow: 0 5px 37px 12px rgba(99,141,230,0.3); }
.drop-shadow-212 { filter: drop-shadow(0 4px 15px rgba(99,141,230,0.58)); }
.shadow-213 { box-shadow: 0 10px 15px 19px rgba(220,5,238,0.29); }
.drop-shadow-213 { filter: drop-shadow(0 2px 15px rgba(220,5,238,0.15)); }
.shadow-214 { box-shadow: 0 4px 3px 8px rgba(114,251,102,0.16); }
.drop-shadow-214 { filter: drop-shadow(0 2px 8px rgba(114,251,102,0.35)); }
.shadow-215 { box-shadow: 0 5px 50px 11px rgba(58,191,217,0.12); }
.drop-shadow-215 { filter: drop-shadow(0 5px 6px rgba(58,191,217,0.49)); }
.shadow-216 { box-shadow: 0 3px 23px 11px rgba(156,9,144,0.19); }
.drop-shadow-216 { filter: drop-shadow(0 6px 15px rgba(156,9,144,0.33)); }
.shadow-217 { box-shadow: 0 3px 7px 3px rgba(25,56,141,0.39); }
.drop-shadow-217 { filter: drop-shadow(0 1px 16px rgba(25,56,141,0.11)); }
.shadow-218 { box-shadow: 0 2px 23px 4px rgba(18,65,32,0.42); }
.drop-shadow-218 { filter: drop-shadow(0 6px 9px rgba(18,65,32,0.11)); }
.shadow-219 { box-shadow: 0 5px 26px 3px rgba(146,54,13,0.35); }
.drop-shadow-219 { filter: drop-shadow(0 5px 3px rgba(146,54,13,0.42)); }
.shadow-220 { box-shadow: 0 4px 37px 15px rgba(229,2,118,0.38); }
.drop-shadow-220 { filter: drop-shadow(0 8px 13px rgba(229,2,118,0.31)); }
.shadow-221 { box-shadow: 0 8px 36px 14px rgba(131,106,32,0.32); }
.drop-shadow-221 { filter: drop-shadow(0 1px 4px rgba(131,106,32,0.28)); }
.shadow-222 { box-shadow: 0 5px 16px 18px rgba(225,188,36,0.35); }
.drop-shadow-222 { filter: drop-shadow(0 4px 6px rgba(225,188,36,0.55)); }
.shadow-223 { box-shadow: 0 4px 21px 18px rgba(191,151,170,0.21); }
.drop-shadow-223 { filter: drop-shadow(0 8px 2px rgba(191,151,170,0.22)); }
.shadow-224 { box-shadow: 0 9px 21px 2px rgba(246,231,127,0.14); }
.drop-shadow-224 { filter: drop-shadow(0 6px 6px rgba(246,231,127,0.12)); }
.shadow-225 { box-shadow: 0 7px 49px 18px rgba(190,88,76,0.37); }
.drop-shadow-225 { filter: drop-shadow(0 7px 5px rgba(190,88,76,0.38)); }
.shadow-226 { box-shadow: 0 7px 7px 15px rgba(186,188,65,0.11); }
.drop-shadow-226 { filter: drop-shadow(0 4px 4px rgba(186,188,65,0.21)); }
.shadow-227 { box-shadow: 0 1px 29px 8px rgba(123,160,186,0.18); }
.drop-shadow-227 { filter: drop-shadow(0 1px 10px rgba(123,160,186,0.41)); }
.shadow-228 { box-shadow: 0 5px 50px 17px rgba(135,191,4,0.15); }
.drop-shadow-228 { filter: drop-shadow(0 8px 9px rgba(135,191,4,0.5)); }
.shadow-229 { box-shadow: 0 3px 26px 7px rgba(80,199,179,0.2); }
.drop-shadow-229 { filter: drop-shadow(0 1px 12px rgba(80,199,179,0.51)); }
.shadow-230 { box-shadow: 0 1px 14px 0px rgba(244,69,223,0.15); }
.drop-shadow-230 { filter: drop-shadow(0 2px 13px rgba(244,69,223,0.42)); }
.shadow-231 { box-shadow: 0 8px 43px 11px rgba(10,147,41,0.18); }
.drop-shadow-231 { filter: drop-shadow(0 5px 12px rgba(10,147,41,0.39)); }
.shadow-232 { box-shadow: 0 2px 32px 4px rgba(134,249,105,0.11); }
.drop-shadow-232 { filter: drop-shadow(0 2px 15px rgba(134,249,105,0.49)); }
.shadow-233 { box-shadow: 0 7px 13px 5px rgba(110,153,199,0.31); }
.drop-shadow-233 { filter: drop-shadow(0 1px 8px rgba(110,153,199,0.21)); }
.shadow-234 { box-shadow: 0 4px 7px 17px rgba(207,33,199,0.24); }
.drop-shadow-234 { filter: drop-shadow(0 4px 13px rgba(207,33,199,0.29)); }
.shadow-235 { box-shadow: 0 9px 42px 19px rgba(24,90,144,0.09); }
.drop-shadow-235 { filter: drop-shadow(0 5px 10px rgba(24,90,144,0.47)); }
.shadow-236 { box-shadow: 0 10px 50px 19px rgba(210,48,63,0.3); }
.drop-shadow-236 { filter: drop-shadow(0 4px 14px rgba(210,48,63,0.47)); }
.shadow-237 { box-shadow: 0 2px 25px 16px rgba(153,6,107,0.42); }
.drop-shadow-237 { filter: drop-shadow(0 6px 12px rgba(153,6,107,0.51)); }
.shadow-238 { box-shadow: 0 4px 36px 9px rgba(204,168,44,0.39); }
.drop-shadow-238 { filter: drop-shadow(0 6px 5px rgba(204,168,44,0.49)); }
.shadow-239 { box-shadow: 0 4px 11px 20px rgba(14,60,154,0.23); }
.drop-shadow-239 { filter: drop-shadow(0 4px 12px rgba(14,60,154,0.2)); }
.shadow-240 { box-shadow: 0 9px 20px 3px rgba(219,252,147,0.06); }
.drop-shadow-240 { filter: drop-shadow(0 7px 12px rgba(219,252,147,0.12)); }
.shadow-241 { box-shadow: 0 4px 29px 20px rgba(243,151,169,0.48); }
.drop-shadow-241 { filter: drop-shadow(0 8px 9px rgba(243,151,169,0.52)); }
.shadow-242 { box-shadow: 0 7px 28px 19px rgba(172,141,79,0.1); }
.drop-shadow-242 { filter: drop-shadow(0 8px 12px rgba(172,141,79,0.6)); }
.shadow-243 { box-shadow: 0 10px 4px 16px rgba(217,85,66,0.08); }
.drop-shadow-243 { filter: drop-shadow(0 5px 15px rgba(217,85,66,0.22)); }
.shadow-244 { box-shadow: 0 6px 23px 15px rgba(106,167,123,0.31); }
.drop-shadow-244 { filter: drop-shadow(0 6px 7px rgba(106,167,123,0.54)); }
.shadow-245 { box-shadow: 0 4px 17px 4px rgba(3,119,243,0.31); }
.drop-shadow-245 { filter: drop-shadow(0 2px 14px rgba(3,119,243,0.54)); }
.shadow-246 { box-shadow: 0 3px 33px 15px rgba(8,237,183,0.14); }
.drop-shadow-246 { filter: drop-shadow(0 1px 12px rgba(8,237,183,0.28)); }
.shadow-247 { box-shadow: 0 1px 26px 0px rgba(181,154,195,0.4); }
.drop-shadow-247 { filter: drop-shadow(0 5px 3px rgba(181,154,195,0.57)); }
.shadow-248 { box-shadow: 0 1px 8px 17px rgba(136,127,78,0.35); }
.drop-shadow-248 { filter: drop-shadow(0 8px 10px rgba(136,127,78,0.35)); }
.shadow-249 { box-shadow: 0 2px 43px 11px rgba(218,70,246,0.13); }
.drop-shadow-249 { filter: drop-shadow(0 1px 7px rgba(218,70,246,0.13)); }
.shadow-250 { box-shadow: 0 5px 11px 18px rgba(101,252,148,0.07); }
.drop-shadow-250 { filter: drop-shadow(0 4px 2px rgba(101,252,148,0.38)); }
.shadow-251 { box-shadow: 0 4px 28px 9px rgba(211,33,29,0.26); }
.drop-shadow-251 { filter: drop-shadow(0 5px 9px rgba(211,33,29,0.41)); }
.shadow-252 { box-shadow: 0 6px 34px 1px rgba(131,42,201,0.25); }
.drop-shadow-252 { filter: drop-shadow(0 4px 16px rgba(131,42,201,0.34)); }
.shadow-253 { box-shadow: 0 10px 26px 1px rgba(162,25,252,0.22); }
.drop-shadow-253 { filter: drop-shadow(0 7px 10px rgba(162,25,252,0.36)); }
.shadow-254 { box-shadow: 0 6px 10px 18px rgba(238,113,234,0.06); }
.drop-shadow-254 { filter: drop-shadow(0 5px 12px rgba(238,113,234,0.53)); }
.shadow-255 { box-shadow: 0 4px 42px 14px rgba(7,219,200,0.37); }
.drop-shadow-255 { filter: drop-shadow(0 2px 9px rgba(7,219,200,0.28)); }
.shadow-256 { box-shadow: 0 7px 39px 18px rgba(117,183,109,0.44); }
.drop-shadow-256 { filter: drop-shadow(0 4px 3px rgba(117,183,109,0.46)); }
.shadow-257 { box-shadow: 0 9px 27px 15px rgba(76,37,159,0.49); }
.drop-shadow-257 { filter: drop-shadow(0 8px 6px rgba(76,37,159,0.55)); }
.shadow-258 { box-shadow: 0 6px 33px 10px rgba(163,207,191,0.38); }
.drop-shadow-258 { filter: drop-shadow(0 8px 5px rgba(163,207,191,0.22)); }
.shadow-259 { box-shadow: 0 10px 31px 5px rgba(30,77,57,0.33); }
.drop-shadow-259 { filter: drop-shadow(0 3px 2px rgba(30,77,57,0.35)); }
.shadow-260 { box-shadow: 0 6px 15px 7px rgba(67,236,228,0.15); }
.drop-shadow-260 { filter: drop-shadow(0 4px 15px rgba(67,236,228,0.16)); }
.shadow-261 { box-shadow: 0 8px 21px 6px rgba(41,55,56,0.44); }
.drop-shadow-261 { filter: drop-shadow(0 2px 8px rgba(41,55,56,0.31)); }
.shadow-262 { box-shadow: 0 1px 3px 6px rgba(81,68,103,0.11); }
.drop-shadow-262 { filter: drop-shadow(0 4px 3px rgba(81,68,103,0.52)); }
.shadow-263 { box-shadow: 0 1px 30px 15px rgba(172,159,225,0.26); }
.drop-shadow-263 { filter: drop-shadow(0 4px 9px rgba(172,159,225,0.34)); }
.shadow-264 { box-shadow: 0 3px 4px 4px rgba(81,5,186,0.24); }
.drop-shadow-264 { filter: drop-shadow(0 3px 4px rgba(81,5,186,0.33)); }
.shadow-265 { box-shadow: 0 10px 45px 17px rgba(169,249,236,0.33); }
.drop-shadow-265 { filter: drop-shadow(0 8px 6px rgba(169,249,236,0.58)); }
.shadow-266 { box-shadow: 0 9px 39px 15px rgba(197,48,173,0.2); }
.drop-shadow-266 { filter: drop-shadow(0 7px 8px rgba(197,48,173,0.49)); }
.shadow-267 { box-shadow: 0 9px 8px 19px rgba(76,209,29,0.17); }
.drop-shadow-267 { filter: drop-shadow(0 5px 10px rgba(76,209,29,0.4)); }
.shadow-268 { box-shadow: 0 2px 46px 2px rgba(234,106,51,0.23); }
.drop-shadow-268 { filter: drop-shadow(0 7px 9px rgba(234,106,51,0.41)); }
.shadow-269 { box-shadow: 0 5px 2px 10px rgba(108,224,95,0.39); }
.drop-shadow-269 { filter: drop-shadow(0 5px 13px rgba(108,224,95,0.33)); }
.shadow-270 { box-shadow: 0 2px 45px 2px rgba(108,29,196,0.34); }
.drop-shadow-270 { filter: drop-shadow(0 5px 7px rgba(108,29,196,0.32)); }
.shadow-271 { box-shadow: 0 8px 9px 20px rgba(181,51,234,0.41); }
.drop-shadow-271 { filter: drop-shadow(0 3px 3px rgba(181,51,234,0.54)); }
.shadow-272 { box-shadow: 0 10px 37px 4px rgba(5,33,250,0.27); }
.drop-shadow-272 { filter: drop-shadow(0 3px 15px rgba(5,33,250,0.12)); }
.shadow-273 { box-shadow: 0 1px 44px 16px rgba(1,93,251,0.28); }
.drop-shadow-273 { filter: drop-shadow(0 4px 16px rgba(1,93,251,0.33)); }
.shadow-274 { box-shadow: 0 4px 13px 2px rgba(37,205,156,0.34); }
.drop-shadow-274 { filter: drop-shadow(0 1px 11px rgba(37,205,156,0.42)); }
.shadow-275 { box-shadow: 0 5px 41px 12px rgba(56,77,37,0.1); }
.drop-shadow-275 { filter: drop-shadow(0 7px 15px rgba(56,77,37,0.21)); }
.shadow-276 { box-shadow: 0 9px 13px 10px rgba(212,94,11,0.25); }
.drop-shadow-276 { filter: drop-shadow(0 8px 7px rgba(212,94,11,0.12)); }
.shadow-277 { box-shadow: 0 8px 28px 15px rgba(21,123,147,0.26); }
.drop-shadow-277 { filter: drop-shadow(0 4px 10px rgba(21,123,147,0.45)); }
.shadow-278 { box-shadow: 0 10px 25px 9px rgba(165,50,125,0.17); }
.drop-shadow-278 { filter: drop-shadow(0 5px 3px rgba(165,50,125,0.35)); }
.shadow-279 { box-shadow: 0 3px 7px 20px rgba(63,39,23,0.32); }
.drop-shadow-279 { filter: drop-shadow(0 8px 16px rgba(63,39,23,0.15)); }
.shadow-280 { box-shadow: 0 1px 39px 0px rgba(73,89,60,0.4); }
.drop-shadow-280 { filter: drop-shadow(0 3px 2px rgba(73,89,60,0.21)); }
.shadow-281 { box-shadow: 0 6px 32px 13px rgba(124,174,210,0.4); }
.drop-shadow-281 { filter: drop-shadow(0 8px 5px rgba(124,174,210,0.46)); }
.shadow-282 { box-shadow: 0 4px 14px 3px rgba(73,147,118,0.16); }
.drop-shadow-282 { filter: drop-shadow(0 2px 10px rgba(73,147,118,0.21)); }
.shadow-283 { box-shadow: 0 6px 35px 8px rgba(66,65,161,0.17); }
.drop-shadow-283 { filter: drop-shadow(0 4px 4px rgba(66,65,161,0.22)); }
.shadow-284 { box-shadow: 0 2px 7px 6px rgba(40,217,192,0.27); }
.drop-shadow-284 { filter: drop-shadow(0 5px 10px rgba(40,217,192,0.27)); }
.shadow-285 { box-shadow: 0 9px 15px 16px rgba(40,137,60,0.05); }
.drop-shadow-285 { filter: drop-shadow(0 3px 4px rgba(40,137,60,0.58)); }
.shadow-286 { box-shadow: 0 3px 42px 9px rgba(23,242,194,0.46); }
.drop-shadow-286 { filter: drop-shadow(0 8px 10px rgba(23,242,194,0.59)); }
.shadow-287 { box-shadow: 0 9px 40px 11px rgba(160,192,253,0.08); }
.drop-shadow-287 { filter: drop-shadow(0 5px 16px rgba(160,192,253,0.32)); }
.shadow-288 { box-shadow: 0 7px 1px 0px rgba(233,176,37,0.25); }
.drop-shadow-288 { filter: drop-shadow(0 5px 7px rgba(233,176,37,0.14)); }
.shadow-289 { box-shadow: 0 5px 41px 17px rgba(92,236,121,0.29); }
.drop-shadow-289 { filter: drop-shadow(0 7px 2px rgba(92,236,121,0.56)); }
.shadow-290 { box-shadow: 0 9px 38px 10px rgba(85,35,176,0.09); }
.drop-shadow-290 { filter: drop-shadow(0 3px 14px rgba(85,35,176,0.57)); }
.shadow-291 { box-shadow: 0 4px 5px 16px rgba(51,119,22,0.09); }
.drop-shadow-291 { filter: drop-shadow(0 7px 15px rgba(51,119,22,0.34)); }
.shadow-292 { box-shadow: 0 1px 22px 10px rgba(193,119,38,0.17); }
.drop-shadow-292 { filter: drop-shadow(0 2px 5px rgba(193,119,38,0.29)); }
.shadow-293 { box-shadow: 0 1px 24px 8px rgba(59,146,91,0.49); }
.drop-shadow-293 { filter: drop-shadow(0 5px 10px rgba(59,146,91,0.3)); }
.shadow-294 { box-shadow: 0 4px 6px 14px rgba(7,42,137,0.16); }
.drop-shadow-294 { filter: drop-shadow(0 7px 14px rgba(7,42,137,0.37)); }
.shadow-295 { box-shadow: 0 3px 19px 5px rgba(172,190,193,0.4); }
.drop-shadow-295 { filter: drop-shadow(0 2px 14px rgba(172,190,193,0.2)); }
.shadow-296 { box-shadow: 0 9px 40px 9px rgba(198,92,142,0.19); }
.drop-shadow-296 { filter: drop-shadow(0 8px 12px rgba(198,92,142,0.12)); }
.shadow-297 { box-shadow: 0 9px 14px 11px rgba(84,101,225,0.18); }
.drop-shadow-297 { filter: drop-shadow(0 5px 7px rgba(84,101,225,0.1)); }
.shadow-298 { box-shadow: 0 5px 20px 18px rgba(173,86,247,0.43); }
.drop-shadow-298 { filter: drop-shadow(0 2px 9px rgba(173,86,247,0.32)); }
.shadow-299 { box-shadow: 0 2px 20px 14px rgba(82,217,59,0.35); }
.drop-shadow-299 { filter: drop-shadow(0 4px 4px rgba(82,217,59,0.28)); }
.shadow-300 { box-shadow: 0 3px 35px 12px rgba(249,240,254,0.48); }
.drop-shadow-300 { filter: drop-shadow(0 3px 16px rgba(249,240,254,0.15)); }
.shadow-301 { box-shadow: 0 7px 12px 15px rgba(60,30,178,0.13); }
.drop-shadow-301 { filter: drop-shadow(0 4px 10px rgba(60,30,178,0.15)); }
.shadow-302 { box-shadow: 0 10px 4px 11px rgba(164,111,112,0.14); }
.drop-shadow-302 { filter: drop-shadow(0 8px 10px rgba(164,111,112,0.3)); }
.shadow-303 { box-shadow: 0 6px 15px 18px rgba(17,136,238,0.45); }
.drop-shadow-303 { filter: drop-shadow(0 6px 2px rgba(17,136,238,0.19)); }
.shadow-304 { box-shadow: 0 4px 3px 20px rgba(170,252,112,0.14); }
.drop-shadow-304 { filter: drop-shadow(0 6px 8px rgba(170,252,112,0.47)); }
.shadow-305 { box-shadow: 0 10px 28px 0px rgba(57,31,134,0.46); }
.drop-shadow-305 { filter: drop-shadow(0 1px 3px rgba(57,31,134,0.29)); }
.shadow-306 { box-shadow: 0 1px 35px 7px rgba(130,23,110,0.19); }
.drop-shadow-306 { filter: drop-shadow(0 4px 15px rgba(130,23,110,0.2)); }
.shadow-307 { box-shadow: 0 4px 6px 16px rgba(127,199,230,0.5); }
.drop-shadow-307 { filter: drop-shadow(0 5px 16px rgba(127,199,230,0.5)); }
.shadow-308 { box-shadow: 0 10px 32px 14px rgba(178,217,39,0.31); }
.drop-shadow-308 { filter: drop-shadow(0 6px 13px rgba(178,217,39,0.15)); }
.shadow-309 { box-shadow: 0 10px 19px 1px rgba(111,245,146,0.34); }
.drop-shadow-309 { filter: drop-shadow(0 8px 10px rgba(111,245,146,0.41)); }
.shadow-310 { box-shadow: 0 6px 6px 2px rgba(139,117,198,0.09); }
.drop-shadow-310 { filter: drop-shadow(0 1px 11px rgba(139,117,198,0.21)); }
.shadow-311 { box-shadow: 0 10px 23px 18px rgba(26,7,144,0.1); }
.drop-shadow-311 { filter: drop-shadow(0 6px 2px rgba(26,7,144,0.22)); }
.shadow-312 { box-shadow: 0 8px 41px 16px rgba(131,87,127,0.43); }
.drop-shadow-312 { filter: drop-shadow(0 4px 15px rgba(131,87,127,0.13)); }
.shadow-313 { box-shadow: 0 1px 19px 3px rgba(172,26,122,0.34); }
.drop-shadow-313 { filter: drop-shadow(0 3px 8px rgba(172,26,122,0.22)); }
.shadow-314 { box-shadow: 0 7px 5px 11px rgba(43,216,11,0.06); }
.drop-shadow-314 { filter: drop-shadow(0 5px 15px rgba(43,216,11,0.41)); }
.shadow-315 { box-shadow: 0 9px 42px 17px rgba(164,31,249,0.49); }
.drop-shadow-315 { filter: drop-shadow(0 4px 8px rgba(164,31,249,0.33)); }
.shadow-316 { box-shadow: 0 5px 41px 10px rgba(64,132,112,0.46); }
.drop-shadow-316 { filter: drop-shadow(0 6px 3px rgba(64,132,112,0.34)); }
.shadow-317 { box-shadow: 0 2px 33px 1px rgba(61,215,56,0.32); }
.drop-shadow-317 { filter: drop-shadow(0 1px 9px rgba(61,215,56,0.31)); }
.shadow-318 { box-shadow: 0 8px 14px 3px rgba(87,121,141,0.32); }
.drop-shadow-318 { filter: drop-shadow(0 1px 14px rgba(87,121,141,0.27)); }
.shadow-319 { box-shadow: 0 10px 33px 11px rgba(150,241,44,0.42); }
.drop-shadow-319 { filter: drop-shadow(0 2px 3px rgba(150,241,44,0.48)); }
.shadow-320 { box-shadow: 0 2px 4px 2px rgba(97,192,63,0.06); }
.drop-shadow-320 { filter: drop-shadow(0 7px 11px rgba(97,192,63,0.16)); }
.shadow-321 { box-shadow: 0 4px 34px 7px rgba(198,8,127,0.38); }
.drop-shadow-321 { filter: drop-shadow(0 2px 16px rgba(198,8,127,0.37)); }
.shadow-322 { box-shadow: 0 1px 5px 16px rgba(72,231,123,0.23); }
.drop-shadow-322 { filter: drop-shadow(0 1px 14px rgba(72,231,123,0.47)); }
.shadow-323 { box-shadow: 0 8px 7px 3px rgba(14,218,194,0.42); }
.drop-shadow-323 { filter: drop-shadow(0 1px 15px rgba(14,218,194,0.44)); }
.shadow-324 { box-shadow: 0 7px 9px 9px rgba(158,12,11,0.08); }
.drop-shadow-324 { filter: drop-shadow(0 8px 13px rgba(158,12,11,0.45)); }
.shadow-325 { box-shadow: 0 8px 4px 19px rgba(219,176,23,0.19); }
.drop-shadow-325 { filter: drop-shadow(0 1px 16px rgba(219,176,23,0.24)); }
.shadow-326 { box-shadow: 0 2px 22px 7px rgba(195,8,61,0.42); }
.drop-shadow-326 { filter: drop-shadow(0 4px 11px rgba(195,8,61,0.32)); }
.shadow-327 { box-shadow: 0 4px 32px 0px rgba(121,76,31,0.13); }
.drop-shadow-327 { filter: drop-shadow(0 7px 5px rgba(121,76,31,0.55)); }
.shadow-328 { box-shadow: 0 9px 44px 11px rgba(236,234,67,0.19); }
.drop-shadow-328 { filter: drop-shadow(0 6px 14px rgba(236,234,67,0.33)); }
.shadow-329 { box-shadow: 0 1px 15px 1px rgba(232,250,88,0.25); }
.drop-shadow-329 { filter: drop-shadow(0 3px 11px rgba(232,250,88,0.18)); }
.shadow-330 { box-shadow: 0 3px 35px 3px rgba(59,48,201,0.34); }
.drop-shadow-330 { filter: drop-shadow(0 1px 6px rgba(59,48,201,0.24)); }
.shadow-331 { box-shadow: 0 7px 31px 11px rgba(118,154,250,0.06); }
.drop-shadow-331 { filter: drop-shadow(0 2px 9px rgba(118,154,250,0.11)); }
.shadow-332 { box-shadow: 0 5px 46px 0px rgba(148,83,129,0.4); }
.drop-shadow-332 { filter: drop-shadow(0 5px 3px rgba(148,83,129,0.11)); }
.shadow-333 { box-shadow: 0 10px 37px 18px rgba(100,231,114,0.13); }
.drop-shadow-333 { filter: drop-shadow(0 4px 16px rgba(100,231,114,0.22)); }
.shadow-334 { box-shadow: 0 3px 25px 12px rgba(82,243,189,0.13); }
.drop-shadow-334 { filter: drop-shadow(0 4px 6px rgba(82,243,189,0.46)); }
.shadow-335 { box-shadow: 0 1px 35px 15px rgba(161,254,147,0.19); }
.drop-shadow-335 { filter: drop-shadow(0 2px 3px rgba(161,254,147,0.17)); }
.shadow-336 { box-shadow: 0 1px 19px 15px rgba(255,108,94,0.19); }
.drop-shadow-336 { filter: drop-shadow(0 1px 13px rgba(255,108,94,0.26)); }
.shadow-337 { box-shadow: 0 5px 20px 0px rgba(213,192,50,0.41); }
.drop-shadow-337 { filter: drop-shadow(0 2px 10px rgba(213,192,50,0.2)); }
.shadow-338 { box-shadow: 0 10px 48px 17px rgba(253,168,80,0.11); }
.drop-shadow-338 { filter: drop-shadow(0 6px 3px rgba(253,168,80,0.29)); }
.shadow-339 { box-shadow: 0 6px 45px 5px rgba(74,76,87,0.26); }
.drop-shadow-339 { filter: drop-shadow(0 3px 12px rgba(74,76,87,0.4)); }
.shadow-340 { box-shadow: 0 3px 43px 19px rgba(74,27,10,0.11); }
.drop-shadow-340 { filter: drop-shadow(0 8px 2px rgba(74,27,10,0.48)); }
.shadow-341 { box-shadow: 0 2px 31px 1px rgba(179,154,114,0.08); }
.drop-shadow-341 { filter: drop-shadow(0 1px 13px rgba(179,154,114,0.44)); }
.shadow-342 { box-shadow: 0 7px 28px 0px rgba(24,34,102,0.18); }
.drop-shadow-342 { filter: drop-shadow(0 7px 11px rgba(24,34,102,0.2)); }
.shadow-343 { box-shadow: 0 7px 14px 15px rgba(25,48,43,0.14); }
.drop-shadow-343 { filter: drop-shadow(0 4px 16px rgba(25,48,43,0.23)); }
.shadow-344 { box-shadow: 0 9px 28px 10px rgba(212,151,249,0.25); }
.drop-shadow-344 { filter: drop-shadow(0 3px 10px rgba(212,151,249,0.25)); }
.shadow-345 { box-shadow: 0 7px 21px 10px rgba(189,93,89,0.44); }
.drop-shadow-345 { filter: drop-shadow(0 7px 10px rgba(189,93,89,0.43)); }
.shadow-346 { box-shadow: 0 9px 41px 3px rgba(139,153,41,0.1); }
.drop-shadow-346 { filter: drop-shadow(0 8px 14px rgba(139,153,41,0.11)); }
.shadow-347 { box-shadow: 0 5px 19px 8px rgba(111,205,133,0.12); }
.drop-shadow-347 { filter: drop-shadow(0 5px 3px rgba(111,205,133,0.18)); }
.shadow-348 { box-shadow: 0 5px 31px 5px rgba(216,23,101,0.5); }
.drop-shadow-348 { filter: drop-shadow(0 3px 10px rgba(216,23,101,0.36)); }
.shadow-349 { box-shadow: 0 6px 42px 19px rgba(208,8,193,0.5); }
.drop-shadow-349 { filter: drop-shadow(0 7px 13px rgba(208,8,193,0.39)); }
.shadow-350 { box-shadow: 0 3px 40px 15px rgba(127,138,125,0.09); }
.drop-shadow-350 { filter: drop-shadow(0 3px 8px rgba(127,138,125,0.49)); }
.shadow-351 { box-shadow: 0 4px 29px 2px rgba(130,7,19,0.39); }
.drop-shadow-351 { filter: drop-shadow(0 5px 7px rgba(130,7,19,0.22)); }
.shadow-352 { box-shadow: 0 9px 22px 20px rgba(199,107,71,0.19); }
.drop-shadow-352 { filter: drop-shadow(0 7px 9px rgba(199,107,71,0.25)); }
.shadow-353 { box-shadow: 0 2px 3px 15px rgba(103,45,11,0.47); }
.drop-shadow-353 { filter: drop-shadow(0 2px 11px rgba(103,45,11,0.41)); }
.shadow-354 { box-shadow: 0 9px 4px 7px rgba(36,18,141,0.31); }
.drop-shadow-354 { filter: drop-shadow(0 6px 5px rgba(36,18,141,0.25)); }
.shadow-355 { box-shadow: 0 8px 26px 16px rgba(223,159,54,0.37); }
.drop-shadow-355 { filter: drop-shadow(0 4px 3px rgba(223,159,54,0.38)); }
.shadow-356 { box-shadow: 0 10px 38px 2px rgba(254,246,152,0.1); }
.drop-shadow-356 { filter: drop-shadow(0 7px 16px rgba(254,246,152,0.12)); }
.shadow-357 { box-shadow: 0 2px 1px 13px rgba(93,136,221,0.3); }
.drop-shadow-357 { filter: drop-shadow(0 8px 2px rgba(93,136,221,0.44)); }
.shadow-358 { box-shadow: 0 7px 31px 19px rgba(35,102,174,0.29); }
.drop-shadow-358 { filter: drop-shadow(0 7px 7px rgba(35,102,174,0.6)); }
.shadow-359 { box-shadow: 0 9px 33px 13px rgba(196,233,162,0.23); }
.drop-shadow-359 { filter: drop-shadow(0 1px 6px rgba(196,233,162,0.59)); }
.shadow-360 { box-shadow: 0 6px 8px 17px rgba(27,168,169,0.28); }
.drop-shadow-360 { filter: drop-shadow(0 3px 12px rgba(27,168,169,0.34)); }
.shadow-361 { box-shadow: 0 6px 28px 3px rgba(60,65,103,0.48); }
.drop-shadow-361 { filter: drop-shadow(0 4px 13px rgba(60,65,103,0.19)); }
.shadow-362 { box-shadow: 0 5px 14px 13px rgba(89,39,45,0.48); }
.drop-shadow-362 { filter: drop-shadow(0 2px 12px rgba(89,39,45,0.39)); }
.shadow-363 { box-shadow: 0 6px 27px 16px rgba(246,215,61,0.1); }
.drop-shadow-363 { filter: drop-shadow(0 3px 13px rgba(246,215,61,0.29)); }
.shadow-364 { box-shadow: 0 7px 31px 15px rgba(250,203,163,0.32); }
.drop-shadow-364 { filter: drop-shadow(0 2px 3px rgba(250,203,163,0.31)); }
.shadow-365 { box-shadow: 0 1px 29px 19px rgba(128,202,101,0.4); }
.drop-shadow-365 { filter: drop-shadow(0 6px 5px rgba(128,202,101,0.12)); }
.shadow-366 { box-shadow: 0 1px 9px 2px rgba(211,28,78,0.27); }
.drop-shadow-366 { filter: drop-shadow(0 5px 12px rgba(211,28,78,0.36)); }
.shadow-367 { box-shadow: 0 5px 49px 3px rgba(248,148,28,0.48); }
.drop-shadow-367 { filter: drop-shadow(0 5px 10px rgba(248,148,28,0.55)); }
.shadow-368 { box-shadow: 0 10px 47px 12px rgba(97,156,222,0.47); }
.drop-shadow-368 { filter: drop-shadow(0 6px 13px rgba(97,156,222,0.3)); }
.shadow-369 { box-shadow: 0 5px 20px 12px rgba(111,251,113,0.11); }
.drop-shadow-369 { filter: drop-shadow(0 5px 10px rgba(111,251,113,0.29)); }
.shadow-370 { box-shadow: 0 1px 41px 12px rgba(252,26,88,0.23); }
.drop-shadow-370 { filter: drop-shadow(0 8px 13px rgba(252,26,88,0.28)); }
.shadow-371 { box-shadow: 0 4px 18px 16px rgba(116,62,149,0.4); }
.drop-shadow-371 { filter: drop-shadow(0 2px 3px rgba(116,62,149,0.4)); }
.shadow-372 { box-shadow: 0 10px 39px 12px rgba(105,209,126,0.26); }
.drop-shadow-372 { filter: drop-shadow(0 2px 3px rgba(105,209,126,0.39)); }
.shadow-373 { box-shadow: 0 1px 1px 14px rgba(98,188,111,0.06); }
.drop-shadow-373 { filter: drop-shadow(0 8px 11px rgba(98,188,111,0.42)); }
.shadow-374 { box-shadow: 0 6px 26px 1px rgba(113,50,143,0.08); }
.drop-shadow-374 { filter: drop-shadow(0 3px 5px rgba(113,50,143,0.28)); }
.shadow-375 { box-shadow: 0 7px 1px 14px rgba(229,115,216,0.26); }
.drop-shadow-375 { filter: drop-shadow(0 3px 2px rgba(229,115,216,0.43)); }
.shadow-376 { box-shadow: 0 9px 7px 2px rgba(248,15,6,0.26); }
.drop-shadow-376 { filter: drop-shadow(0 5px 15px rgba(248,15,6,0.46)); }
.shadow-377 { box-shadow: 0 8px 18px 6px rgba(54,212,176,0.18); }
.drop-shadow-377 { filter: drop-shadow(0 5px 2px rgba(54,212,176,0.38)); }
.shadow-378 { box-shadow: 0 2px 8px 2px rgba(231,4,126,0.24); }
.drop-shadow-378 { filter: drop-shadow(0 3px 12px rgba(231,4,126,0.19)); }
.shadow-379 { box-shadow: 0 7px 28px 3px rgba(127,211,181,0.09); }
.drop-shadow-379 { filter: drop-shadow(0 2px 7px rgba(127,211,181,0.59)); }
.shadow-380 { box-shadow: 0 3px 29px 9px rgba(171,29,97,0.38); }
.drop-shadow-380 { filter: drop-shadow(0 6px 3px rgba(171,29,97,0.4)); }
.shadow-381 { box-shadow: 0 8px 5px 7px rgba(205,159,91,0.49); }
.drop-shadow-381 { filter: drop-shadow(0 6px 15px rgba(205,159,91,0.28)); }
.shadow-382 { box-shadow: 0 2px 36px 19px rgba(69,248,28,0.18); }
.drop-shadow-382 { filter: drop-shadow(0 2px 5px rgba(69,248,28,0.56)); }
.shadow-383 { box-shadow: 0 4px 30px 2px rgba(183,159,29,0.09); }
.drop-shadow-383 { filter: drop-shadow(0 6px 14px rgba(183,159,29,0.3)); }
.shadow-384 { box-shadow: 0 8px 39px 20px rgba(152,44,83,0.11); }
.drop-shadow-384 { filter: drop-shadow(0 5px 5px rgba(152,44,83,0.57)); }
.shadow-385 { box-shadow: 0 4px 39px 7px rgba(104,238,75,0.34); }
.drop-shadow-385 { filter: drop-shadow(0 2px 4px rgba(104,238,75,0.46)); }
.shadow-386 { box-shadow: 0 5px 35px 13px rgba(112,134,203,0.39); }
.drop-shadow-386 { filter: drop-shadow(0 7px 13px rgba(112,134,203,0.36)); }
.shadow-387 { box-shadow: 0 9px 50px 4px rgba(205,130,243,0.43); }
.drop-shadow-387 { filter: drop-shadow(0 1px 8px rgba(205,130,243,0.26)); }
.shadow-388 { box-shadow: 0 10px 7px 9px rgba(252,85,17,0.13); }
.drop-shadow-388 { filter: drop-shadow(0 7px 16px rgba(252,85,17,0.59)); }
.shadow-389 { box-shadow: 0 9px 23px 6px rgba(254,217,209,0.06); }
.drop-shadow-389 { filter: drop-shadow(0 3px 2px rgba(254,217,209,0.2)); }
.shadow-390 { box-shadow: 0 4px 8px 20px rgba(239,146,139,0.35); }
.drop-shadow-390 { filter: drop-shadow(0 5px 12px rgba(239,146,139,0.36)); }
.shadow-391 { box-shadow: 0 2px 39px 13px rgba(56,73,2,0.23); }
.drop-shadow-391 { filter: drop-shadow(0 4px 2px rgba(56,73,2,0.46)); }
.shadow-392 { box-shadow: 0 5px 46px 15px rgba(144,26,228,0.08); }
.drop-shadow-392 { filter: drop-shadow(0 7px 3px rgba(144,26,228,0.44)); }
.shadow-393 { box-shadow: 0 1px 27px 8px rgba(1,24,0,0.12); }
.drop-shadow-393 { filter: drop-shadow(0 5px 2px rgba(1,24,0,0.48)); }
.shadow-394 { box-shadow: 0 7px 23px 17px rgba(128,211,177,0.2); }
.drop-shadow-394 { filter: drop-shadow(0 3px 2px rgba(128,211,177,0.12)); }
.shadow-395 { box-shadow: 0 2px 4px 9px rgba(126,170,83,0.42); }
.drop-shadow-395 { filter: drop-shadow(0 7px 13px rgba(126,170,83,0.26)); }
.shadow-396 { box-shadow: 0 4px 31px 14px rgba(87,102,68,0.4); }
.drop-shadow-396 { filter: drop-shadow(0 3px 6px rgba(87,102,68,0.27)); }
.shadow-397 { box-shadow: 0 1px 25px 1px rgba(91,67,139,0.14); }
.drop-shadow-397 { filter: drop-shadow(0 1px 15px rgba(91,67,139,0.32)); }
.shadow-398 { box-shadow: 0 3px 35px 7px rgba(245,56,60,0.27); }
.drop-shadow-398 { filter: drop-shadow(0 2px 9px rgba(245,56,60,0.4)); }
.shadow-399 { box-shadow: 0 5px 22px 18px rgba(49,188,114,0.41); }
.drop-shadow-399 { filter: drop-shadow(0 4px 12px rgba(49,188,114,0.49)); }
.shadow-400 { box-shadow: 0 3px 14px 8px rgba(39,25,49,0.48); }
.drop-shadow-400 { filter: drop-shadow(0 6px 4px rgba(39,25,49,0.11)); }
.shadow-401 { box-shadow: 0 8px 17px 10px rgba(41,88,248,0.29); }
.drop-shadow-401 { filter: drop-shadow(0 2px 16px rgba(41,88,248,0.11)); }
.shadow-402 { box-shadow: 0 2px 37px 16px rgba(153,103,4,0.31); }
.drop-shadow-402 { filter: drop-shadow(0 1px 2px rgba(153,103,4,0.2)); }
.shadow-403 { box-shadow: 0 8px 35px 16px rgba(243,168,12,0.34); }
.drop-shadow-403 { filter: drop-shadow(0 1px 6px rgba(243,168,12,0.32)); }
.shadow-404 { box-shadow: 0 1px 12px 10px rgba(253,18,155,0.16); }
.drop-shadow-404 { filter: drop-shadow(0 8px 8px rgba(253,18,155,0.29)); }
.shadow-405 { box-shadow: 0 7px 46px 6px rgba(51,163,121,0.4); }
.drop-shadow-405 { filter: drop-shadow(0 8px 4px rgba(51,163,121,0.11)); }
.shadow-406 { box-shadow: 0 4px 9px 1px rgba(147,145,33,0.08); }
.drop-shadow-406 { filter: drop-shadow(0 4px 10px rgba(147,145,33,0.56)); }
.shadow-407 { box-shadow: 0 5px 1px 7px rgba(3,27,199,0.41); }
.drop-shadow-407 { filter: drop-shadow(0 1px 8px rgba(3,27,199,0.57)); }
.shadow-408 { box-shadow: 0 1px 7px 10px rgba(101,103,204,0.19); }
.drop-shadow-408 { filter: drop-shadow(0 6px 10px rgba(101,103,204,0.38)); }
.shadow-409 { box-shadow: 0 5px 28px 5px rgba(61,55,235,0.35); }
.drop-shadow-409 { filter: drop-shadow(0 3px 9px rgba(61,55,235,0.19)); }
.shadow-410 { box-shadow: 0 6px 8px 2px rgba(172,56,243,0.14); }
.drop-shadow-410 { filter: drop-shadow(0 6px 12px rgba(172,56,243,0.37)); }
.shadow-411 { box-shadow: 0 6px 48px 9px rgba(85,96,132,0.45); }
.drop-shadow-411 { filter: drop-shadow(0 2px 13px rgba(85,96,132,0.5)); }
.shadow-412 { box-shadow: 0 3px 18px 20px rgba(13,145,113,0.3); }
.drop-shadow-412 { filter: drop-shadow(0 4px 7px rgba(13,145,113,0.34)); }
.shadow-413 { box-shadow: 0 10px 6px 11px rgba(17,245,58,0.14); }
.drop-shadow-413 { filter: drop-shadow(0 1px 7px rgba(17,245,58,0.29)); }
.shadow-414 { box-shadow: 0 9px 46px 19px rgba(129,209,247,0.07); }
.drop-shadow-414 { filter: drop-shadow(0 8px 12px rgba(129,209,247,0.48)); }
.shadow-415 { box-shadow: 0 3px 38px 2px rgba(196,221,119,0.39); }
.drop-shadow-415 { filter: drop-shadow(0 7px 7px rgba(196,221,119,0.4)); }
.shadow-416 { box-shadow: 0 2px 45px 10px rgba(58,213,179,0.15); }
.drop-shadow-416 { filter: drop-shadow(0 1px 13px rgba(58,213,179,0.11)); }
.shadow-417 { box-shadow: 0 8px 2px 13px rgba(37,34,48,0.46); }
.drop-shadow-417 { filter: drop-shadow(0 4px 9px rgba(37,34,48,0.19)); }
.shadow-418 { box-shadow: 0 2px 4px 13px rgba(43,1,94,0.17); }
.drop-shadow-418 { filter: drop-shadow(0 2px 14px rgba(43,1,94,0.37)); }
.shadow-419 { box-shadow: 0 10px 29px 9px rgba(95,210,166,0.07); }
.drop-shadow-419 { filter: drop-shadow(0 7px 14px rgba(95,210,166,0.5)); }
.shadow-420 { box-shadow: 0 10px 23px 16px rgba(121,182,87,0.46); }
.drop-shadow-420 { filter: drop-shadow(0 5px 16px rgba(121,182,87,0.48)); }
.shadow-421 { box-shadow: 0 4px 20px 8px rgba(229,107,169,0.12); }
.drop-shadow-421 { filter: drop-shadow(0 5px 12px rgba(229,107,169,0.19)); }
.shadow-422 { box-shadow: 0 2px 36px 12px rgba(225,130,56,0.2); }
.drop-shadow-422 { filter: drop-shadow(0 5px 12px rgba(225,130,56,0.26)); }
.shadow-423 { box-shadow: 0 9px 12px 8px rgba(44,13,81,0.3); }
.drop-shadow-423 { filter: drop-shadow(0 1px 2px rgba(44,13,81,0.58)); }
.shadow-424 { box-shadow: 0 9px 50px 20px rgba(54,10,15,0.19); }
.drop-shadow-424 { filter: drop-shadow(0 2px 3px rgba(54,10,15,0.15)); }
.shadow-425 { box-shadow: 0 7px 6px 12px rgba(4,55,45,0.48); }
.drop-shadow-425 { filter: drop-shadow(0 8px 5px rgba(4,55,45,0.57)); }
.shadow-426 { box-shadow: 0 3px 32px 20px rgba(135,218,242,0.07); }
.drop-shadow-426 { filter: drop-shadow(0 6px 6px rgba(135,218,242,0.42)); }
.shadow-427 { box-shadow: 0 8px 8px 10px rgba(18,118,63,0.17); }
.drop-shadow-427 { filter: drop-shadow(0 8px 10px rgba(18,118,63,0.39)); }
.shadow-428 { box-shadow: 0 1px 37px 11px rgba(121,20,73,0.08); }
.drop-shadow-428 { filter: drop-shadow(0 3px 14px rgba(121,20,73,0.34)); }
.shadow-429 { box-shadow: 0 10px 18px 7px rgba(224,158,21,0.49); }
.drop-shadow-429 { filter: drop-shadow(0 1px 5px rgba(224,158,21,0.53)); }
.shadow-430 { box-shadow: 0 3px 31px 16px rgba(46,5,1,0.07); }
.drop-shadow-430 { filter: drop-shadow(0 8px 3px rgba(46,5,1,0.16)); }
.shadow-431 { box-shadow: 0 7px 27px 20px rgba(221,174,220,0.39); }
.drop-shadow-431 { filter: drop-shadow(0 8px 4px rgba(221,174,220,0.15)); }
.shadow-432 { box-shadow: 0 7px 22px 10px rgba(2,213,11,0.19); }
.drop-shadow-432 { filter: drop-shadow(0 4px 6px rgba(2,213,11,0.37)); }
.shadow-433 { box-shadow: 0 9px 7px 8px rgba(0,49,150,0.39); }
.drop-shadow-433 { filter: drop-shadow(0 1px 8px rgba(0,49,150,0.5)); }
.shadow-434 { box-shadow: 0 6px 11px 5px rgba(214,127,25,0.14); }
.drop-shadow-434 { filter: drop-shadow(0 5px 4px rgba(214,127,25,0.45)); }
.shadow-435 { box-shadow: 0 5px 13px 3px rgba(16,235,161,0.12); }
.drop-shadow-435 { filter: drop-shadow(0 1px 9px rgba(16,235,161,0.44)); }
.shadow-436 { box-shadow: 0 10px 3px 4px rgba(252,89,208,0.26); }
.drop-shadow-436 { filter: drop-shadow(0 8px 6px rgba(252,89,208,0.46)); }
.shadow-437 { box-shadow: 0 2px 29px 16px rgba(83,31,234,0.4); }
.drop-shadow-437 { filter: drop-shadow(0 3px 3px rgba(83,31,234,0.34)); }
.shadow-438 { box-shadow: 0 3px 50px 7px rgba(55,36,253,0.25); }
.drop-shadow-438 { filter: drop-shadow(0 7px 7px rgba(55,36,253,0.31)); }
.shadow-439 { box-shadow: 0 9px 21px 0px rgba(171,172,198,0.42); }
.drop-shadow-439 { filter: drop-shadow(0 6px 8px rgba(171,172,198,0.39)); }
.shadow-440 { box-shadow: 0 5px 37px 1px rgba(217,118,189,0.12); }
.drop-shadow-440 { filter: drop-shadow(0 1px 10px rgba(217,118,189,0.37)); }
.shadow-441 { box-shadow: 0 3px 26px 14px rgba(63,23,148,0.23); }
.drop-shadow-441 { filter: drop-shadow(0 8px 4px rgba(63,23,148,0.18)); }
.shadow-442 { box-shadow: 0 7px 12px 2px rgba(178,135,33,0.45); }
.drop-shadow-442 { filter: drop-shadow(0 2px 7px rgba(178,135,33,0.33)); }
.shadow-443 { box-shadow: 0 1px 14px 6px rgba(2,51,150,0.08); }
.drop-shadow-443 { filter: drop-shadow(0 4px 16px rgba(2,51,150,0.34)); }
.shadow-444 { box-shadow: 0 1px 1px 9px rgba(54,67,248,0.3); }
.drop-shadow-444 { filter: drop-shadow(0 2px 8px rgba(54,67,248,0.59)); }
.shadow-445 { box-shadow: 0 4px 34px 3px rgba(93,74,65,0.3); }
.drop-shadow-445 { filter: drop-shadow(0 5px 15px rgba(93,74,65,0.52)); }
.shadow-446 { box-shadow: 0 7px 26px 2px rgba(12,41,239,0.1); }
.drop-shadow-446 { filter: drop-shadow(0 8px 13px rgba(12,41,239,0.54)); }
.shadow-447 { box-shadow: 0 4px 16px 11px rgba(70,59,250,0.32); }
.drop-shadow-447 { filter: drop-shadow(0 4px 3px rgba(70,59,250,0.14)); }
.shadow-448 { box-shadow: 0 7px 40px 15px rgba(193,28,48,0.2); }
.drop-shadow-448 { filter: drop-shadow(0 2px 14px rgba(193,28,48,0.57)); }
.shadow-449 { box-shadow: 0 1px 30px 12px rgba(124,2,205,0.31); }
.drop-shadow-449 { filter: drop-shadow(0 5px 8px rgba(124,2,205,0.38)); }
.shadow-450 { box-shadow: 0 4px 46px 7px rgba(69,135,252,0.29); }
.drop-shadow-450 { filter: drop-shadow(0 7px 15px rgba(69,135,252,0.29)); }
.shadow-451 { box-shadow: 0 1px 6px 5px rgba(47,227,167,0.41); }
.drop-shadow-451 { filter: drop-shadow(0 2px 7px rgba(47,227,167,0.42)); }
.shadow-452 { box-shadow: 0 10px 21px 14px rgba(0,175,249,0.32); }
.drop-shadow-452 { filter: drop-shadow(0 4px 14px rgba(0,175,249,0.36)); }
.shadow-453 { box-shadow: 0 6px 29px 4px rgba(132,42,2,0.14); }
.drop-shadow-453 { filter: drop-shadow(0 7px 11px rgba(132,42,2,0.28)); }
.shadow-454 { box-shadow: 0 1px 5px 19px rgba(53,100,101,0.18); }
.drop-shadow-454 { filter: drop-shadow(0 4px 9px rgba(53,100,101,0.12)); }
.shadow-455 { box-shadow: 0 4px 29px 12px rgba(148,45,7,0.13); }
.drop-shadow-455 { filter: drop-shadow(0 7px 9px rgba(148,45,7,0.43)); }
.shadow-456 { box-shadow: 0 7px 35px 12px rgba(192,98,97,0.17); }
.drop-shadow-456 { filter: drop-shadow(0 1px 16px rgba(192,98,97,0.31)); }
.shadow-457 { box-shadow: 0 4px 23px 10px rgba(118,78,79,0.14); }
.drop-shadow-457 { filter: drop-shadow(0 8px 11px rgba(118,78,79,0.35)); }
.shadow-458 { box-shadow: 0 8px 41px 9px rgba(101,123,24,0.19); }
.drop-shadow-458 { filter: drop-shadow(0 2px 10px rgba(101,123,24,0.18)); }
.shadow-459 { box-shadow: 0 7px 49px 1px rgba(39,127,17,0.39); }
.drop-shadow-459 { filter: drop-shadow(0 5px 3px rgba(39,127,17,0.51)); }
.shadow-460 { box-shadow: 0 1px 4px 9px rgba(156,28,38,0.48); }
.drop-shadow-460 { filter: drop-shadow(0 7px 2px rgba(156,28,38,0.16)); }
.shadow-461 { box-shadow: 0 4px 22px 3px rgba(50,9,68,0.41); }
.drop-shadow-461 { filter: drop-shadow(0 6px 13px rgba(50,9,68,0.53)); }
.shadow-462 { box-shadow: 0 9px 14px 5px rgba(233,63,221,0.37); }
.drop-shadow-462 { filter: drop-shadow(0 8px 12px rgba(233,63,221,0.19)); }
.shadow-463 { box-shadow: 0 3px 17px 6px rgba(120,129,85,0.4); }
.drop-shadow-463 { filter: drop-shadow(0 1px 10px rgba(120,129,85,0.54)); }
.shadow-464 { box-shadow: 0 9px 12px 5px rgba(204,77,196,0.25); }
.drop-shadow-464 { filter: drop-shadow(0 1px 11px rgba(204,77,196,0.51)); }
.shadow-465 { box-shadow: 0 3px 7px 12px rgba(198,11,15,0.4); }
.drop-shadow-465 { filter: drop-shadow(0 6px 3px rgba(198,11,15,0.56)); }
.shadow-466 { box-shadow: 0 6px 27px 3px rgba(17,214,2,0.17); }
.drop-shadow-466 { filter: drop-shadow(0 5px 7px rgba(17,214,2,0.24)); }
.shadow-467 { box-shadow: 0 1px 25px 9px rgba(60,72,213,0.3); }
.drop-shadow-467 { filter: drop-shadow(0 4px 9px rgba(60,72,213,0.24)); }
.shadow-468 { box-shadow: 0 3px 23px 12px rgba(113,123,32,0.25); }
.drop-shadow-468 { filter: drop-shadow(0 4px 4px rgba(113,123,32,0.35)); }
.shadow-469 { box-shadow: 0 3px 28px 12px rgba(159,200,219,0.29); }
.drop-shadow-469 { filter: drop-shadow(0 6px 10px rgba(159,200,219,0.21)); }
.shadow-470 { box-shadow: 0 10px 14px 17px rgba(169,129,162,0.47); }
.drop-shadow-470 { filter: drop-shadow(0 5px 11px rgba(169,129,162,0.28)); }
.shadow-471 { box-shadow: 0 3px 33px 20px rgba(122,144,156,0.33); }
.drop-shadow-471 { filter: drop-shadow(0 7px 12px rgba(122,144,156,0.43)); }
.shadow-472 { box-shadow: 0 5px 28px 17px rgba(66,202,22,0.35); }
.drop-shadow-472 { filter: drop-shadow(0 5px 8px rgba(66,202,22,0.31)); }
.shadow-473 { box-shadow: 0 4px 10px 2px rgba(141,199,77,0.33); }
.drop-shadow-473 { filter: drop-shadow(0 6px 8px rgba(141,199,77,0.23)); }
.shadow-474 { box-shadow: 0 7px 25px 0px rgba(193,62,24,0.08); }
.drop-shadow-474 { filter: drop-shadow(0 4px 14px rgba(193,62,24,0.33)); }
.shadow-475 { box-shadow: 0 1px 24px 18px rgba(161,210,147,0.28); }
.drop-shadow-475 { filter: drop-shadow(0 3px 2px rgba(161,210,147,0.33)); }
.shadow-476 { box-shadow: 0 5px 6px 11px rgba(229,11,53,0.16); }
.drop-shadow-476 { filter: drop-shadow(0 8px 14px rgba(229,11,53,0.47)); }
.shadow-477 { box-shadow: 0 9px 21px 16px rgba(253,44,81,0.26); }
.drop-shadow-477 { filter: drop-shadow(0 5px 8px rgba(253,44,81,0.12)); }
.shadow-478 { box-shadow: 0 6px 32px 15px rgba(116,202,24,0.2); }
.drop-shadow-478 { filter: drop-shadow(0 2px 5px rgba(116,202,24,0.47)); }
.shadow-479 { box-shadow: 0 1px 11px 5px rgba(123,230,1,0.33); }
.drop-shadow-479 { filter: drop-shadow(0 3px 9px rgba(123,230,1,0.43)); }
.shadow-480 { box-shadow: 0 10px 29px 9px rgba(152,105,114,0.07); }
.drop-shadow-480 { filter: drop-shadow(0 2px 5px rgba(152,105,114,0.1)); }
.shadow-481 { box-shadow: 0 1px 9px 5px rgba(193,93,58,0.16); }
.drop-shadow-481 { filter: drop-shadow(0 3px 2px rgba(193,93,58,0.17)); }
.shadow-482 { box-shadow: 0 10px 7px 10px rgba(95,122,146,0.29); }
.drop-shadow-482 { filter: drop-shadow(0 1px 11px rgba(95,122,146,0.41)); }
.shadow-483 { box-shadow: 0 5px 3px 16px rgba(200,1,191,0.43); }
.drop-shadow-483 { filter: drop-shadow(0 6px 6px rgba(200,1,191,0.53)); }
.shadow-484 { box-shadow: 0 4px 11px 6px rgba(36,251,254,0.19); }
.drop-shadow-484 { filter: drop-shadow(0 5px 6px rgba(36,251,254,0.35)); }
.shadow-485 { box-shadow: 0 2px 28px 17px rgba(139,143,161,0.42); }
.drop-shadow-485 { filter: drop-shadow(0 4px 9px rgba(139,143,161,0.25)); }
.shadow-486 { box-shadow: 0 9px 17px 16px rgba(228,96,233,0.39); }
.drop-shadow-486 { filter: drop-shadow(0 6px 11px rgba(228,96,233,0.52)); }
.shadow-487 { box-shadow: 0 1px 29px 19px rgba(59,19,81,0.44); }
.drop-shadow-487 { filter: drop-shadow(0 1px 9px rgba(59,19,81,0.39)); }
.shadow-488 { box-shadow: 0 3px 23px 5px rgba(27,81,23,0.13); }
.drop-shadow-488 { filter: drop-shadow(0 8px 16px rgba(27,81,23,0.51)); }
.shadow-489 { box-shadow: 0 9px 49px 17px rgba(186,109,85,0.39); }
.drop-shadow-489 { filter: drop-shadow(0 4px 3px rgba(186,109,85,0.24)); }
.shadow-490 { box-shadow: 0 10px 8px 7px rgba(14,45,97,0.11); }
.drop-shadow-490 { filter: drop-shadow(0 1px 8px rgba(14,45,97,0.17)); }
.shadow-491 { box-shadow: 0 3px 4px 12px rgba(142,190,108,0.5); }
.drop-shadow-491 { filter: drop-shadow(0 2px 13px rgba(142,190,108,0.48)); }
.shadow-492 { box-shadow: 0 4px 31px 3px rgba(193,106,136,0.48); }
.drop-shadow-492 { filter: drop-shadow(0 4px 16px rgba(193,106,136,0.22)); }
.shadow-493 { box-shadow: 0 5px 34px 3px rgba(16,136,30,0.44); }
.drop-shadow-493 { filter: drop-shadow(0 4px 11px rgba(16,136,30,0.21)); }
.shadow-494 { box-shadow: 0 5px 2px 3px rgba(100,69,25,0.05); }
.drop-shadow-494 { filter: drop-shadow(0 6px 10px rgba(100,69,25,0.3)); }
.shadow-495 { box-shadow: 0 6px 47px 16px rgba(130,69,39,0.11); }
.drop-shadow-495 { filter: drop-shadow(0 3px 16px rgba(130,69,39,0.35)); }
.shadow-496 { box-shadow: 0 1px 5px 10px rgba(229,171,138,0.43); }
.drop-shadow-496 { filter: drop-shadow(0 5px 15px rgba(229,171,138,0.55)); }
.shadow-497 { box-shadow: 0 1px 4px 12px rgba(134,13,157,0.47); }
.drop-shadow-497 { filter: drop-shadow(0 2px 16px rgba(134,13,157,0.4)); }
.shadow-498 { box-shadow: 0 10px 19px 3px rgba(210,85,254,0.31); }
.drop-shadow-498 { filter: drop-shadow(0 7px 2px rgba(210,85,254,0.14)); }
.shadow-499 { box-shadow: 0 4px 36px 13px rgba(125,75,200,0.32); }
.drop-shadow-499 { filter: drop-shadow(0 5px 5px rgba(125,75,200,0.13)); }
.rounded-0 { border-radius: 0px; }
.rounded-t-0 { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.rounded-b-0 { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.rounded-1 { border-radius: 1px; }
.rounded-t-1 { border-top-left-radius: 1px; border-top-right-radius: 1px; }
.rounded-b-1 { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; }
.rounded-2 { border-radius: 2px; }
.rounded-t-2 { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.rounded-b-2 { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.rounded-3 { border-radius: 3px; }
.rounded-t-3 { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.rounded-b-3 { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.rounded-4 { border-radius: 4px; }
.rounded-t-4 { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.rounded-b-4 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.rounded-5 { border-radius: 5px; }
.rounded-t-5 { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.rounded-b-5 { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.rounded-6 { border-radius: 6px; }
.rounded-t-6 { border-top-left-radius: 6px; border-top-right-radius: 6px; }
.rounded-b-6 { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
.rounded-7 { border-radius: 7px; }
.rounded-t-7 { border-top-left-radius: 7px; border-top-right-radius: 7px; }
.rounded-b-7 { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }
.rounded-8 { border-radius: 8px; }
.rounded-t-8 { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.rounded-b-8 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.rounded-9 { border-radius: 9px; }
.rounded-t-9 { border-top-left-radius: 9px; border-top-right-radius: 9px; }
.rounded-b-9 { border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; }
.rounded-10 { border-radius: 10px; }
.rounded-t-10 { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.rounded-b-10 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.rounded-11 { border-radius: 11px; }
.rounded-t-11 { border-top-left-radius: 11px; border-top-right-radius: 11px; }
.rounded-b-11 { border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; }
.rounded-12 { border-radius: 12px; }
.rounded-t-12 { border-top-left-radius: 12px; border-top-right-radius: 12px; }
.rounded-b-12 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
.rounded-13 { border-radius: 13px; }
.rounded-t-13 { border-top-left-radius: 13px; border-top-right-radius: 13px; }
.rounded-b-13 { border-bottom-left-radius: 13px; border-bottom-right-radius: 13px; }
.rounded-14 { border-radius: 14px; }
.rounded-t-14 { border-top-left-radius: 14px; border-top-right-radius: 14px; }
.rounded-b-14 { border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; }
.rounded-15 { border-radius: 15px; }
.rounded-t-15 { border-top-left-radius: 15px; border-top-right-radius: 15px; }
.rounded-b-15 { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.rounded-16 { border-radius: 16px; }
.rounded-t-16 { border-top-left-radius: 16px; border-top-right-radius: 16px; }
.rounded-b-16 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.rounded-17 { border-radius: 17px; }
.rounded-t-17 { border-top-left-radius: 17px; border-top-right-radius: 17px; }
.rounded-b-17 { border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; }
.rounded-18 { border-radius: 18px; }
.rounded-t-18 { border-top-left-radius: 18px; border-top-right-radius: 18px; }
.rounded-b-18 { border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; }
.rounded-19 { border-radius: 19px; }
.rounded-t-19 { border-top-left-radius: 19px; border-top-right-radius: 19px; }
.rounded-b-19 { border-bottom-left-radius: 19px; border-bottom-right-radius: 19px; }
.rounded-20 { border-radius: 20px; }
.rounded-t-20 { border-top-left-radius: 20px; border-top-right-radius: 20px; }
.rounded-b-20 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.rounded-21 { border-radius: 21px; }
.rounded-t-21 { border-top-left-radius: 21px; border-top-right-radius: 21px; }
.rounded-b-21 { border-bottom-left-radius: 21px; border-bottom-right-radius: 21px; }
.rounded-22 { border-radius: 22px; }
.rounded-t-22 { border-top-left-radius: 22px; border-top-right-radius: 22px; }
.rounded-b-22 { border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; }
.rounded-23 { border-radius: 23px; }
.rounded-t-23 { border-top-left-radius: 23px; border-top-right-radius: 23px; }
.rounded-b-23 { border-bottom-left-radius: 23px; border-bottom-right-radius: 23px; }
.rounded-24 { border-radius: 24px; }
.rounded-t-24 { border-top-left-radius: 24px; border-top-right-radius: 24px; }
.rounded-b-24 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; }
.rounded-25 { border-radius: 25px; }
.rounded-t-25 { border-top-left-radius: 25px; border-top-right-radius: 25px; }
.rounded-b-25 { border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; }
.rounded-26 { border-radius: 26px; }
.rounded-t-26 { border-top-left-radius: 26px; border-top-right-radius: 26px; }
.rounded-b-26 { border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; }
.rounded-27 { border-radius: 27px; }
.rounded-t-27 { border-top-left-radius: 27px; border-top-right-radius: 27px; }
.rounded-b-27 { border-bottom-left-radius: 27px; border-bottom-right-radius: 27px; }
.rounded-28 { border-radius: 28px; }
.rounded-t-28 { border-top-left-radius: 28px; border-top-right-radius: 28px; }
.rounded-b-28 { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; }
.rounded-29 { border-radius: 29px; }
.rounded-t-29 { border-top-left-radius: 29px; border-top-right-radius: 29px; }
.rounded-b-29 { border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; }
.rounded-30 { border-radius: 30px; }
.rounded-t-30 { border-top-left-radius: 30px; border-top-right-radius: 30px; }
.rounded-b-30 { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }
.rounded-31 { border-radius: 31px; }
.rounded-t-31 { border-top-left-radius: 31px; border-top-right-radius: 31px; }
.rounded-b-31 { border-bottom-left-radius: 31px; border-bottom-right-radius: 31px; }
.rounded-32 { border-radius: 32px; }
.rounded-t-32 { border-top-left-radius: 32px; border-top-right-radius: 32px; }
.rounded-b-32 { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; }
.rounded-33 { border-radius: 33px; }
.rounded-t-33 { border-top-left-radius: 33px; border-top-right-radius: 33px; }
.rounded-b-33 { border-bottom-left-radius: 33px; border-bottom-right-radius: 33px; }
.rounded-34 { border-radius: 34px; }
.rounded-t-34 { border-top-left-radius: 34px; border-top-right-radius: 34px; }
.rounded-b-34 { border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; }
.rounded-35 { border-radius: 35px; }
.rounded-t-35 { border-top-left-radius: 35px; border-top-right-radius: 35px; }
.rounded-b-35 { border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; }
.rounded-36 { border-radius: 36px; }
.rounded-t-36 { border-top-left-radius: 36px; border-top-right-radius: 36px; }
.rounded-b-36 { border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; }
.rounded-37 { border-radius: 37px; }
.rounded-t-37 { border-top-left-radius: 37px; border-top-right-radius: 37px; }
.rounded-b-37 { border-bottom-left-radius: 37px; border-bottom-right-radius: 37px; }
.rounded-38 { border-radius: 38px; }
.rounded-t-38 { border-top-left-radius: 38px; border-top-right-radius: 38px; }
.rounded-b-38 { border-bottom-left-radius: 38px; border-bottom-right-radius: 38px; }
.rounded-39 { border-radius: 39px; }
.rounded-t-39 { border-top-left-radius: 39px; border-top-right-radius: 39px; }
.rounded-b-39 { border-bottom-left-radius: 39px; border-bottom-right-radius: 39px; }
.rounded-40 { border-radius: 40px; }
.rounded-t-40 { border-top-left-radius: 40px; border-top-right-radius: 40px; }
.rounded-b-40 { border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; }
.rounded-41 { border-radius: 41px; }
.rounded-t-41 { border-top-left-radius: 41px; border-top-right-radius: 41px; }
.rounded-b-41 { border-bottom-left-radius: 41px; border-bottom-right-radius: 41px; }
.rounded-42 { border-radius: 42px; }
.rounded-t-42 { border-top-left-radius: 42px; border-top-right-radius: 42px; }
.rounded-b-42 { border-bottom-left-radius: 42px; border-bottom-right-radius: 42px; }
.rounded-43 { border-radius: 43px; }
.rounded-t-43 { border-top-left-radius: 43px; border-top-right-radius: 43px; }
.rounded-b-43 { border-bottom-left-radius: 43px; border-bottom-right-radius: 43px; }
.rounded-44 { border-radius: 44px; }
.rounded-t-44 { border-top-left-radius: 44px; border-top-right-radius: 44px; }
.rounded-b-44 { border-bottom-left-radius: 44px; border-bottom-right-radius: 44px; }
.rounded-45 { border-radius: 45px; }
.rounded-t-45 { border-top-left-radius: 45px; border-top-right-radius: 45px; }
.rounded-b-45 { border-bottom-left-radius: 45px; border-bottom-right-radius: 45px; }
.rounded-46 { border-radius: 46px; }
.rounded-t-46 { border-top-left-radius: 46px; border-top-right-radius: 46px; }
.rounded-b-46 { border-bottom-left-radius: 46px; border-bottom-right-radius: 46px; }
.rounded-47 { border-radius: 47px; }
.rounded-t-47 { border-top-left-radius: 47px; border-top-right-radius: 47px; }
.rounded-b-47 { border-bottom-left-radius: 47px; border-bottom-right-radius: 47px; }
.rounded-48 { border-radius: 48px; }
.rounded-t-48 { border-top-left-radius: 48px; border-top-right-radius: 48px; }
.rounded-b-48 { border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; }
.rounded-49 { border-radius: 49px; }
.rounded-t-49 { border-top-left-radius: 49px; border-top-right-radius: 49px; }
.rounded-b-49 { border-bottom-left-radius: 49px; border-bottom-right-radius: 49px; }
.rounded-50 { border-radius: 50px; }
.rounded-t-50 { border-top-left-radius: 50px; border-top-right-radius: 50px; }
.rounded-b-50 { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; }
.rounded-51 { border-radius: 51px; }
.rounded-t-51 { border-top-left-radius: 51px; border-top-right-radius: 51px; }
.rounded-b-51 { border-bottom-left-radius: 51px; border-bottom-right-radius: 51px; }
.rounded-52 { border-radius: 52px; }
.rounded-t-52 { border-top-left-radius: 52px; border-top-right-radius: 52px; }
.rounded-b-52 { border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; }
.rounded-53 { border-radius: 53px; }
.rounded-t-53 { border-top-left-radius: 53px; border-top-right-radius: 53px; }
.rounded-b-53 { border-bottom-left-radius: 53px; border-bottom-right-radius: 53px; }
.rounded-54 { border-radius: 54px; }
.rounded-t-54 { border-top-left-radius: 54px; border-top-right-radius: 54px; }
.rounded-b-54 { border-bottom-left-radius: 54px; border-bottom-right-radius: 54px; }
.rounded-55 { border-radius: 55px; }
.rounded-t-55 { border-top-left-radius: 55px; border-top-right-radius: 55px; }
.rounded-b-55 { border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; }
.rounded-56 { border-radius: 56px; }
.rounded-t-56 { border-top-left-radius: 56px; border-top-right-radius: 56px; }
.rounded-b-56 { border-bottom-left-radius: 56px; border-bottom-right-radius: 56px; }
.rounded-57 { border-radius: 57px; }
.rounded-t-57 { border-top-left-radius: 57px; border-top-right-radius: 57px; }
.rounded-b-57 { border-bottom-left-radius: 57px; border-bottom-right-radius: 57px; }
.rounded-58 { border-radius: 58px; }
.rounded-t-58 { border-top-left-radius: 58px; border-top-right-radius: 58px; }
.rounded-b-58 { border-bottom-left-radius: 58px; border-bottom-right-radius: 58px; }
.rounded-59 { border-radius: 59px; }
.rounded-t-59 { border-top-left-radius: 59px; border-top-right-radius: 59px; }
.rounded-b-59 { border-bottom-left-radius: 59px; border-bottom-right-radius: 59px; }
.rounded-60 { border-radius: 60px; }
.rounded-t-60 { border-top-left-radius: 60px; border-top-right-radius: 60px; }
.rounded-b-60 { border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; }
.rounded-61 { border-radius: 61px; }
.rounded-t-61 { border-top-left-radius: 61px; border-top-right-radius: 61px; }
.rounded-b-61 { border-bottom-left-radius: 61px; border-bottom-right-radius: 61px; }
.rounded-62 { border-radius: 62px; }
.rounded-t-62 { border-top-left-radius: 62px; border-top-right-radius: 62px; }
.rounded-b-62 { border-bottom-left-radius: 62px; border-bottom-right-radius: 62px; }
.rounded-63 { border-radius: 63px; }
.rounded-t-63 { border-top-left-radius: 63px; border-top-right-radius: 63px; }
.rounded-b-63 { border-bottom-left-radius: 63px; border-bottom-right-radius: 63px; }
.rounded-64 { border-radius: 64px; }
.rounded-t-64 { border-top-left-radius: 64px; border-top-right-radius: 64px; }
.rounded-b-64 { border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; }
.rounded-65 { border-radius: 65px; }
.rounded-t-65 { border-top-left-radius: 65px; border-top-right-radius: 65px; }
.rounded-b-65 { border-bottom-left-radius: 65px; border-bottom-right-radius: 65px; }
.rounded-66 { border-radius: 66px; }
.rounded-t-66 { border-top-left-radius: 66px; border-top-right-radius: 66px; }
.rounded-b-66 { border-bottom-left-radius: 66px; border-bottom-right-radius: 66px; }
.rounded-67 { border-radius: 67px; }
.rounded-t-67 { border-top-left-radius: 67px; border-top-right-radius: 67px; }
.rounded-b-67 { border-bottom-left-radius: 67px; border-bottom-right-radius: 67px; }
.rounded-68 { border-radius: 68px; }
.rounded-t-68 { border-top-left-radius: 68px; border-top-right-radius: 68px; }
.rounded-b-68 { border-bottom-left-radius: 68px; border-bottom-right-radius: 68px; }
.rounded-69 { border-radius: 69px; }
.rounded-t-69 { border-top-left-radius: 69px; border-top-right-radius: 69px; }
.rounded-b-69 { border-bottom-left-radius: 69px; border-bottom-right-radius: 69px; }
.rounded-70 { border-radius: 70px; }
.rounded-t-70 { border-top-left-radius: 70px; border-top-right-radius: 70px; }
.rounded-b-70 { border-bottom-left-radius: 70px; border-bottom-right-radius: 70px; }
.rounded-71 { border-radius: 71px; }
.rounded-t-71 { border-top-left-radius: 71px; border-top-right-radius: 71px; }
.rounded-b-71 { border-bottom-left-radius: 71px; border-bottom-right-radius: 71px; }
.rounded-72 { border-radius: 72px; }
.rounded-t-72 { border-top-left-radius: 72px; border-top-right-radius: 72px; }
.rounded-b-72 { border-bottom-left-radius: 72px; border-bottom-right-radius: 72px; }
.rounded-73 { border-radius: 73px; }
.rounded-t-73 { border-top-left-radius: 73px; border-top-right-radius: 73px; }
.rounded-b-73 { border-bottom-left-radius: 73px; border-bottom-right-radius: 73px; }
.rounded-74 { border-radius: 74px; }
.rounded-t-74 { border-top-left-radius: 74px; border-top-right-radius: 74px; }
.rounded-b-74 { border-bottom-left-radius: 74px; border-bottom-right-radius: 74px; }
.rounded-75 { border-radius: 75px; }
.rounded-t-75 { border-top-left-radius: 75px; border-top-right-radius: 75px; }
.rounded-b-75 { border-bottom-left-radius: 75px; border-bottom-right-radius: 75px; }
.rounded-76 { border-radius: 76px; }
.rounded-t-76 { border-top-left-radius: 76px; border-top-right-radius: 76px; }
.rounded-b-76 { border-bottom-left-radius: 76px; border-bottom-right-radius: 76px; }
.rounded-77 { border-radius: 77px; }
.rounded-t-77 { border-top-left-radius: 77px; border-top-right-radius: 77px; }
.rounded-b-77 { border-bottom-left-radius: 77px; border-bottom-right-radius: 77px; }
.rounded-78 { border-radius: 78px; }
.rounded-t-78 { border-top-left-radius: 78px; border-top-right-radius: 78px; }
.rounded-b-78 { border-bottom-left-radius: 78px; border-bottom-right-radius: 78px; }
.rounded-79 { border-radius: 79px; }
.rounded-t-79 { border-top-left-radius: 79px; border-top-right-radius: 79px; }
.rounded-b-79 { border-bottom-left-radius: 79px; border-bottom-right-radius: 79px; }
.rounded-80 { border-radius: 80px; }
.rounded-t-80 { border-top-left-radius: 80px; border-top-right-radius: 80px; }
.rounded-b-80 { border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; }
.rounded-81 { border-radius: 81px; }
.rounded-t-81 { border-top-left-radius: 81px; border-top-right-radius: 81px; }
.rounded-b-81 { border-bottom-left-radius: 81px; border-bottom-right-radius: 81px; }
.rounded-82 { border-radius: 82px; }
.rounded-t-82 { border-top-left-radius: 82px; border-top-right-radius: 82px; }
.rounded-b-82 { border-bottom-left-radius: 82px; border-bottom-right-radius: 82px; }
.rounded-83 { border-radius: 83px; }
.rounded-t-83 { border-top-left-radius: 83px; border-top-right-radius: 83px; }
.rounded-b-83 { border-bottom-left-radius: 83px; border-bottom-right-radius: 83px; }
.rounded-84 { border-radius: 84px; }
.rounded-t-84 { border-top-left-radius: 84px; border-top-right-radius: 84px; }
.rounded-b-84 { border-bottom-left-radius: 84px; border-bottom-right-radius: 84px; }
.rounded-85 { border-radius: 85px; }
.rounded-t-85 { border-top-left-radius: 85px; border-top-right-radius: 85px; }
.rounded-b-85 { border-bottom-left-radius: 85px; border-bottom-right-radius: 85px; }
.rounded-86 { border-radius: 86px; }
.rounded-t-86 { border-top-left-radius: 86px; border-top-right-radius: 86px; }
.rounded-b-86 { border-bottom-left-radius: 86px; border-bottom-right-radius: 86px; }
.rounded-87 { border-radius: 87px; }
.rounded-t-87 { border-top-left-radius: 87px; border-top-right-radius: 87px; }
.rounded-b-87 { border-bottom-left-radius: 87px; border-bottom-right-radius: 87px; }
.rounded-88 { border-radius: 88px; }
.rounded-t-88 { border-top-left-radius: 88px; border-top-right-radius: 88px; }
.rounded-b-88 { border-bottom-left-radius: 88px; border-bottom-right-radius: 88px; }
.rounded-89 { border-radius: 89px; }
.rounded-t-89 { border-top-left-radius: 89px; border-top-right-radius: 89px; }
.rounded-b-89 { border-bottom-left-radius: 89px; border-bottom-right-radius: 89px; }
.rounded-90 { border-radius: 90px; }
.rounded-t-90 { border-top-left-radius: 90px; border-top-right-radius: 90px; }
.rounded-b-90 { border-bottom-left-radius: 90px; border-bottom-right-radius: 90px; }
.rounded-91 { border-radius: 91px; }
.rounded-t-91 { border-top-left-radius: 91px; border-top-right-radius: 91px; }
.rounded-b-91 { border-bottom-left-radius: 91px; border-bottom-right-radius: 91px; }
.rounded-92 { border-radius: 92px; }
.rounded-t-92 { border-top-left-radius: 92px; border-top-right-radius: 92px; }
.rounded-b-92 { border-bottom-left-radius: 92px; border-bottom-right-radius: 92px; }
.rounded-93 { border-radius: 93px; }
.rounded-t-93 { border-top-left-radius: 93px; border-top-right-radius: 93px; }
.rounded-b-93 { border-bottom-left-radius: 93px; border-bottom-right-radius: 93px; }
.rounded-94 { border-radius: 94px; }
.rounded-t-94 { border-top-left-radius: 94px; border-top-right-radius: 94px; }
.rounded-b-94 { border-bottom-left-radius: 94px; border-bottom-right-radius: 94px; }
.rounded-95 { border-radius: 95px; }
.rounded-t-95 { border-top-left-radius: 95px; border-top-right-radius: 95px; }
.rounded-b-95 { border-bottom-left-radius: 95px; border-bottom-right-radius: 95px; }
.rounded-96 { border-radius: 96px; }
.rounded-t-96 { border-top-left-radius: 96px; border-top-right-radius: 96px; }
.rounded-b-96 { border-bottom-left-radius: 96px; border-bottom-right-radius: 96px; }
.rounded-97 { border-radius: 97px; }
.rounded-t-97 { border-top-left-radius: 97px; border-top-right-radius: 97px; }
.rounded-b-97 { border-bottom-left-radius: 97px; border-bottom-right-radius: 97px; }
.rounded-98 { border-radius: 98px; }
.rounded-t-98 { border-top-left-radius: 98px; border-top-right-radius: 98px; }
.rounded-b-98 { border-bottom-left-radius: 98px; border-bottom-right-radius: 98px; }
.rounded-99 { border-radius: 99px; }
.rounded-t-99 { border-top-left-radius: 99px; border-top-right-radius: 99px; }
.rounded-b-99 { border-bottom-left-radius: 99px; border-bottom-right-radius: 99px; }
.rounded-100 { border-radius: 100px; }
.rounded-t-100 { border-top-left-radius: 100px; border-top-right-radius: 100px; }
.rounded-b-100 { border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; }
.rounded-101 { border-radius: 101px; }
.rounded-t-101 { border-top-left-radius: 101px; border-top-right-radius: 101px; }
.rounded-b-101 { border-bottom-left-radius: 101px; border-bottom-right-radius: 101px; }
.rounded-102 { border-radius: 102px; }
.rounded-t-102 { border-top-left-radius: 102px; border-top-right-radius: 102px; }
.rounded-b-102 { border-bottom-left-radius: 102px; border-bottom-right-radius: 102px; }
.rounded-103 { border-radius: 103px; }
.rounded-t-103 { border-top-left-radius: 103px; border-top-right-radius: 103px; }
.rounded-b-103 { border-bottom-left-radius: 103px; border-bottom-right-radius: 103px; }
.rounded-104 { border-radius: 104px; }
.rounded-t-104 { border-top-left-radius: 104px; border-top-right-radius: 104px; }
.rounded-b-104 { border-bottom-left-radius: 104px; border-bottom-right-radius: 104px; }
.rounded-105 { border-radius: 105px; }
.rounded-t-105 { border-top-left-radius: 105px; border-top-right-radius: 105px; }
.rounded-b-105 { border-bottom-left-radius: 105px; border-bottom-right-radius: 105px; }
.rounded-106 { border-radius: 106px; }
.rounded-t-106 { border-top-left-radius: 106px; border-top-right-radius: 106px; }
.rounded-b-106 { border-bottom-left-radius: 106px; border-bottom-right-radius: 106px; }
.rounded-107 { border-radius: 107px; }
.rounded-t-107 { border-top-left-radius: 107px; border-top-right-radius: 107px; }
.rounded-b-107 { border-bottom-left-radius: 107px; border-bottom-right-radius: 107px; }
.rounded-108 { border-radius: 108px; }
.rounded-t-108 { border-top-left-radius: 108px; border-top-right-radius: 108px; }
.rounded-b-108 { border-bottom-left-radius: 108px; border-bottom-right-radius: 108px; }
.rounded-109 { border-radius: 109px; }
.rounded-t-109 { border-top-left-radius: 109px; border-top-right-radius: 109px; }
.rounded-b-109 { border-bottom-left-radius: 109px; border-bottom-right-radius: 109px; }
.rounded-110 { border-radius: 110px; }
.rounded-t-110 { border-top-left-radius: 110px; border-top-right-radius: 110px; }
.rounded-b-110 { border-bottom-left-radius: 110px; border-bottom-right-radius: 110px; }
.rounded-111 { border-radius: 111px; }
.rounded-t-111 { border-top-left-radius: 111px; border-top-right-radius: 111px; }
.rounded-b-111 { border-bottom-left-radius: 111px; border-bottom-right-radius: 111px; }
.rounded-112 { border-radius: 112px; }
.rounded-t-112 { border-top-left-radius: 112px; border-top-right-radius: 112px; }
.rounded-b-112 { border-bottom-left-radius: 112px; border-bottom-right-radius: 112px; }
.rounded-113 { border-radius: 113px; }
.rounded-t-113 { border-top-left-radius: 113px; border-top-right-radius: 113px; }
.rounded-b-113 { border-bottom-left-radius: 113px; border-bottom-right-radius: 113px; }
.rounded-114 { border-radius: 114px; }
.rounded-t-114 { border-top-left-radius: 114px; border-top-right-radius: 114px; }
.rounded-b-114 { border-bottom-left-radius: 114px; border-bottom-right-radius: 114px; }
.rounded-115 { border-radius: 115px; }
.rounded-t-115 { border-top-left-radius: 115px; border-top-right-radius: 115px; }
.rounded-b-115 { border-bottom-left-radius: 115px; border-bottom-right-radius: 115px; }
.rounded-116 { border-radius: 116px; }
.rounded-t-116 { border-top-left-radius: 116px; border-top-right-radius: 116px; }
.rounded-b-116 { border-bottom-left-radius: 116px; border-bottom-right-radius: 116px; }
.rounded-117 { border-radius: 117px; }
.rounded-t-117 { border-top-left-radius: 117px; border-top-right-radius: 117px; }
.rounded-b-117 { border-bottom-left-radius: 117px; border-bottom-right-radius: 117px; }
.rounded-118 { border-radius: 118px; }
.rounded-t-118 { border-top-left-radius: 118px; border-top-right-radius: 118px; }
.rounded-b-118 { border-bottom-left-radius: 118px; border-bottom-right-radius: 118px; }
.rounded-119 { border-radius: 119px; }
.rounded-t-119 { border-top-left-radius: 119px; border-top-right-radius: 119px; }
.rounded-b-119 { border-bottom-left-radius: 119px; border-bottom-right-radius: 119px; }
.rounded-120 { border-radius: 120px; }
.rounded-t-120 { border-top-left-radius: 120px; border-top-right-radius: 120px; }
.rounded-b-120 { border-bottom-left-radius: 120px; border-bottom-right-radius: 120px; }
.rounded-121 { border-radius: 121px; }
.rounded-t-121 { border-top-left-radius: 121px; border-top-right-radius: 121px; }
.rounded-b-121 { border-bottom-left-radius: 121px; border-bottom-right-radius: 121px; }
.rounded-122 { border-radius: 122px; }
.rounded-t-122 { border-top-left-radius: 122px; border-top-right-radius: 122px; }
.rounded-b-122 { border-bottom-left-radius: 122px; border-bottom-right-radius: 122px; }
.rounded-123 { border-radius: 123px; }
.rounded-t-123 { border-top-left-radius: 123px; border-top-right-radius: 123px; }
.rounded-b-123 { border-bottom-left-radius: 123px; border-bottom-right-radius: 123px; }
.rounded-124 { border-radius: 124px; }
.rounded-t-124 { border-top-left-radius: 124px; border-top-right-radius: 124px; }
.rounded-b-124 { border-bottom-left-radius: 124px; border-bottom-right-radius: 124px; }
.rounded-125 { border-radius: 125px; }
.rounded-t-125 { border-top-left-radius: 125px; border-top-right-radius: 125px; }
.rounded-b-125 { border-bottom-left-radius: 125px; border-bottom-right-radius: 125px; }
.rounded-126 { border-radius: 126px; }
.rounded-t-126 { border-top-left-radius: 126px; border-top-right-radius: 126px; }
.rounded-b-126 { border-bottom-left-radius: 126px; border-bottom-right-radius: 126px; }
.rounded-127 { border-radius: 127px; }
.rounded-t-127 { border-top-left-radius: 127px; border-top-right-radius: 127px; }
.rounded-b-127 { border-bottom-left-radius: 127px; border-bottom-right-radius: 127px; }
.rounded-128 { border-radius: 128px; }
.rounded-t-128 { border-top-left-radius: 128px; border-top-right-radius: 128px; }
.rounded-b-128 { border-bottom-left-radius: 128px; border-bottom-right-radius: 128px; }
.rounded-129 { border-radius: 129px; }
.rounded-t-129 { border-top-left-radius: 129px; border-top-right-radius: 129px; }
.rounded-b-129 { border-bottom-left-radius: 129px; border-bottom-right-radius: 129px; }
.rounded-130 { border-radius: 130px; }
.rounded-t-130 { border-top-left-radius: 130px; border-top-right-radius: 130px; }
.rounded-b-130 { border-bottom-left-radius: 130px; border-bottom-right-radius: 130px; }
.rounded-131 { border-radius: 131px; }
.rounded-t-131 { border-top-left-radius: 131px; border-top-right-radius: 131px; }
.rounded-b-131 { border-bottom-left-radius: 131px; border-bottom-right-radius: 131px; }
.rounded-132 { border-radius: 132px; }
.rounded-t-132 { border-top-left-radius: 132px; border-top-right-radius: 132px; }
.rounded-b-132 { border-bottom-left-radius: 132px; border-bottom-right-radius: 132px; }
.rounded-133 { border-radius: 133px; }
.rounded-t-133 { border-top-left-radius: 133px; border-top-right-radius: 133px; }
.rounded-b-133 { border-bottom-left-radius: 133px; border-bottom-right-radius: 133px; }
.rounded-134 { border-radius: 134px; }
.rounded-t-134 { border-top-left-radius: 134px; border-top-right-radius: 134px; }
.rounded-b-134 { border-bottom-left-radius: 134px; border-bottom-right-radius: 134px; }
.rounded-135 { border-radius: 135px; }
.rounded-t-135 { border-top-left-radius: 135px; border-top-right-radius: 135px; }
.rounded-b-135 { border-bottom-left-radius: 135px; border-bottom-right-radius: 135px; }
.rounded-136 { border-radius: 136px; }
.rounded-t-136 { border-top-left-radius: 136px; border-top-right-radius: 136px; }
.rounded-b-136 { border-bottom-left-radius: 136px; border-bottom-right-radius: 136px; }
.rounded-137 { border-radius: 137px; }
.rounded-t-137 { border-top-left-radius: 137px; border-top-right-radius: 137px; }
.rounded-b-137 { border-bottom-left-radius: 137px; border-bottom-right-radius: 137px; }
.rounded-138 { border-radius: 138px; }
.rounded-t-138 { border-top-left-radius: 138px; border-top-right-radius: 138px; }
.rounded-b-138 { border-bottom-left-radius: 138px; border-bottom-right-radius: 138px; }
.rounded-139 { border-radius: 139px; }
.rounded-t-139 { border-top-left-radius: 139px; border-top-right-radius: 139px; }
.rounded-b-139 { border-bottom-left-radius: 139px; border-bottom-right-radius: 139px; }
.rounded-140 { border-radius: 140px; }
.rounded-t-140 { border-top-left-radius: 140px; border-top-right-radius: 140px; }
.rounded-b-140 { border-bottom-left-radius: 140px; border-bottom-right-radius: 140px; }
.rounded-141 { border-radius: 141px; }
.rounded-t-141 { border-top-left-radius: 141px; border-top-right-radius: 141px; }
.rounded-b-141 { border-bottom-left-radius: 141px; border-bottom-right-radius: 141px; }
.rounded-142 { border-radius: 142px; }
.rounded-t-142 { border-top-left-radius: 142px; border-top-right-radius: 142px; }
.rounded-b-142 { border-bottom-left-radius: 142px; border-bottom-right-radius: 142px; }
.rounded-143 { border-radius: 143px; }
.rounded-t-143 { border-top-left-radius: 143px; border-top-right-radius: 143px; }
.rounded-b-143 { border-bottom-left-radius: 143px; border-bottom-right-radius: 143px; }
.rounded-144 { border-radius: 144px; }
.rounded-t-144 { border-top-left-radius: 144px; border-top-right-radius: 144px; }
.rounded-b-144 { border-bottom-left-radius: 144px; border-bottom-right-radius: 144px; }
.rounded-145 { border-radius: 145px; }
.rounded-t-145 { border-top-left-radius: 145px; border-top-right-radius: 145px; }
.rounded-b-145 { border-bottom-left-radius: 145px; border-bottom-right-radius: 145px; }
.rounded-146 { border-radius: 146px; }
.rounded-t-146 { border-top-left-radius: 146px; border-top-right-radius: 146px; }
.rounded-b-146 { border-bottom-left-radius: 146px; border-bottom-right-radius: 146px; }
.rounded-147 { border-radius: 147px; }
.rounded-t-147 { border-top-left-radius: 147px; border-top-right-radius: 147px; }
.rounded-b-147 { border-bottom-left-radius: 147px; border-bottom-right-radius: 147px; }
.rounded-148 { border-radius: 148px; }
.rounded-t-148 { border-top-left-radius: 148px; border-top-right-radius: 148px; }
.rounded-b-148 { border-bottom-left-radius: 148px; border-bottom-right-radius: 148px; }
.rounded-149 { border-radius: 149px; }
.rounded-t-149 { border-top-left-radius: 149px; border-top-right-radius: 149px; }
.rounded-b-149 { border-bottom-left-radius: 149px; border-bottom-right-radius: 149px; }
.rounded-150 { border-radius: 150px; }
.rounded-t-150 { border-top-left-radius: 150px; border-top-right-radius: 150px; }
.rounded-b-150 { border-bottom-left-radius: 150px; border-bottom-right-radius: 150px; }
.rounded-151 { border-radius: 151px; }
.rounded-t-151 { border-top-left-radius: 151px; border-top-right-radius: 151px; }
.rounded-b-151 { border-bottom-left-radius: 151px; border-bottom-right-radius: 151px; }
.rounded-152 { border-radius: 152px; }
.rounded-t-152 { border-top-left-radius: 152px; border-top-right-radius: 152px; }
.rounded-b-152 { border-bottom-left-radius: 152px; border-bottom-right-radius: 152px; }
.rounded-153 { border-radius: 153px; }
.rounded-t-153 { border-top-left-radius: 153px; border-top-right-radius: 153px; }
.rounded-b-153 { border-bottom-left-radius: 153px; border-bottom-right-radius: 153px; }
.rounded-154 { border-radius: 154px; }
.rounded-t-154 { border-top-left-radius: 154px; border-top-right-radius: 154px; }
.rounded-b-154 { border-bottom-left-radius: 154px; border-bottom-right-radius: 154px; }
.rounded-155 { border-radius: 155px; }
.rounded-t-155 { border-top-left-radius: 155px; border-top-right-radius: 155px; }
.rounded-b-155 { border-bottom-left-radius: 155px; border-bottom-right-radius: 155px; }
.rounded-156 { border-radius: 156px; }
.rounded-t-156 { border-top-left-radius: 156px; border-top-right-radius: 156px; }
.rounded-b-156 { border-bottom-left-radius: 156px; border-bottom-right-radius: 156px; }
.rounded-157 { border-radius: 157px; }
.rounded-t-157 { border-top-left-radius: 157px; border-top-right-radius: 157px; }
.rounded-b-157 { border-bottom-left-radius: 157px; border-bottom-right-radius: 157px; }
.rounded-158 { border-radius: 158px; }
.rounded-t-158 { border-top-left-radius: 158px; border-top-right-radius: 158px; }
.rounded-b-158 { border-bottom-left-radius: 158px; border-bottom-right-radius: 158px; }
.rounded-159 { border-radius: 159px; }
.rounded-t-159 { border-top-left-radius: 159px; border-top-right-radius: 159px; }
.rounded-b-159 { border-bottom-left-radius: 159px; border-bottom-right-radius: 159px; }
.rounded-160 { border-radius: 160px; }
.rounded-t-160 { border-top-left-radius: 160px; border-top-right-radius: 160px; }
.rounded-b-160 { border-bottom-left-radius: 160px; border-bottom-right-radius: 160px; }
.rounded-161 { border-radius: 161px; }
.rounded-t-161 { border-top-left-radius: 161px; border-top-right-radius: 161px; }
.rounded-b-161 { border-bottom-left-radius: 161px; border-bottom-right-radius: 161px; }
.rounded-162 { border-radius: 162px; }
.rounded-t-162 { border-top-left-radius: 162px; border-top-right-radius: 162px; }
.rounded-b-162 { border-bottom-left-radius: 162px; border-bottom-right-radius: 162px; }
.rounded-163 { border-radius: 163px; }
.rounded-t-163 { border-top-left-radius: 163px; border-top-right-radius: 163px; }
.rounded-b-163 { border-bottom-left-radius: 163px; border-bottom-right-radius: 163px; }
.rounded-164 { border-radius: 164px; }
.rounded-t-164 { border-top-left-radius: 164px; border-top-right-radius: 164px; }
.rounded-b-164 { border-bottom-left-radius: 164px; border-bottom-right-radius: 164px; }
.rounded-165 { border-radius: 165px; }
.rounded-t-165 { border-top-left-radius: 165px; border-top-right-radius: 165px; }
.rounded-b-165 { border-bottom-left-radius: 165px; border-bottom-right-radius: 165px; }
.rounded-166 { border-radius: 166px; }
.rounded-t-166 { border-top-left-radius: 166px; border-top-right-radius: 166px; }
.rounded-b-166 { border-bottom-left-radius: 166px; border-bottom-right-radius: 166px; }
.rounded-167 { border-radius: 167px; }
.rounded-t-167 { border-top-left-radius: 167px; border-top-right-radius: 167px; }
.rounded-b-167 { border-bottom-left-radius: 167px; border-bottom-right-radius: 167px; }
.rounded-168 { border-radius: 168px; }
.rounded-t-168 { border-top-left-radius: 168px; border-top-right-radius: 168px; }
.rounded-b-168 { border-bottom-left-radius: 168px; border-bottom-right-radius: 168px; }
.rounded-169 { border-radius: 169px; }
.rounded-t-169 { border-top-left-radius: 169px; border-top-right-radius: 169px; }
.rounded-b-169 { border-bottom-left-radius: 169px; border-bottom-right-radius: 169px; }
.rounded-170 { border-radius: 170px; }
.rounded-t-170 { border-top-left-radius: 170px; border-top-right-radius: 170px; }
.rounded-b-170 { border-bottom-left-radius: 170px; border-bottom-right-radius: 170px; }
.rounded-171 { border-radius: 171px; }
.rounded-t-171 { border-top-left-radius: 171px; border-top-right-radius: 171px; }
.rounded-b-171 { border-bottom-left-radius: 171px; border-bottom-right-radius: 171px; }
.rounded-172 { border-radius: 172px; }
.rounded-t-172 { border-top-left-radius: 172px; border-top-right-radius: 172px; }
.rounded-b-172 { border-bottom-left-radius: 172px; border-bottom-right-radius: 172px; }
.rounded-173 { border-radius: 173px; }
.rounded-t-173 { border-top-left-radius: 173px; border-top-right-radius: 173px; }
.rounded-b-173 { border-bottom-left-radius: 173px; border-bottom-right-radius: 173px; }
.rounded-174 { border-radius: 174px; }
.rounded-t-174 { border-top-left-radius: 174px; border-top-right-radius: 174px; }
.rounded-b-174 { border-bottom-left-radius: 174px; border-bottom-right-radius: 174px; }
.rounded-175 { border-radius: 175px; }
.rounded-t-175 { border-top-left-radius: 175px; border-top-right-radius: 175px; }
.rounded-b-175 { border-bottom-left-radius: 175px; border-bottom-right-radius: 175px; }
.rounded-176 { border-radius: 176px; }
.rounded-t-176 { border-top-left-radius: 176px; border-top-right-radius: 176px; }
.rounded-b-176 { border-bottom-left-radius: 176px; border-bottom-right-radius: 176px; }
.rounded-177 { border-radius: 177px; }
.rounded-t-177 { border-top-left-radius: 177px; border-top-right-radius: 177px; }
.rounded-b-177 { border-bottom-left-radius: 177px; border-bottom-right-radius: 177px; }
.rounded-178 { border-radius: 178px; }
.rounded-t-178 { border-top-left-radius: 178px; border-top-right-radius: 178px; }
.rounded-b-178 { border-bottom-left-radius: 178px; border-bottom-right-radius: 178px; }
.rounded-179 { border-radius: 179px; }
.rounded-t-179 { border-top-left-radius: 179px; border-top-right-radius: 179px; }
.rounded-b-179 { border-bottom-left-radius: 179px; border-bottom-right-radius: 179px; }
.rounded-180 { border-radius: 180px; }
.rounded-t-180 { border-top-left-radius: 180px; border-top-right-radius: 180px; }
.rounded-b-180 { border-bottom-left-radius: 180px; border-bottom-right-radius: 180px; }
.rounded-181 { border-radius: 181px; }
.rounded-t-181 { border-top-left-radius: 181px; border-top-right-radius: 181px; }
.rounded-b-181 { border-bottom-left-radius: 181px; border-bottom-right-radius: 181px; }
.rounded-182 { border-radius: 182px; }
.rounded-t-182 { border-top-left-radius: 182px; border-top-right-radius: 182px; }
.rounded-b-182 { border-bottom-left-radius: 182px; border-bottom-right-radius: 182px; }
.rounded-183 { border-radius: 183px; }
.rounded-t-183 { border-top-left-radius: 183px; border-top-right-radius: 183px; }
.rounded-b-183 { border-bottom-left-radius: 183px; border-bottom-right-radius: 183px; }
.rounded-184 { border-radius: 184px; }
.rounded-t-184 { border-top-left-radius: 184px; border-top-right-radius: 184px; }
.rounded-b-184 { border-bottom-left-radius: 184px; border-bottom-right-radius: 184px; }
.rounded-185 { border-radius: 185px; }
.rounded-t-185 { border-top-left-radius: 185px; border-top-right-radius: 185px; }
.rounded-b-185 { border-bottom-left-radius: 185px; border-bottom-right-radius: 185px; }
.rounded-186 { border-radius: 186px; }
.rounded-t-186 { border-top-left-radius: 186px; border-top-right-radius: 186px; }
.rounded-b-186 { border-bottom-left-radius: 186px; border-bottom-right-radius: 186px; }
.rounded-187 { border-radius: 187px; }
.rounded-t-187 { border-top-left-radius: 187px; border-top-right-radius: 187px; }
.rounded-b-187 { border-bottom-left-radius: 187px; border-bottom-right-radius: 187px; }
.rounded-188 { border-radius: 188px; }
.rounded-t-188 { border-top-left-radius: 188px; border-top-right-radius: 188px; }
.rounded-b-188 { border-bottom-left-radius: 188px; border-bottom-right-radius: 188px; }
.rounded-189 { border-radius: 189px; }
.rounded-t-189 { border-top-left-radius: 189px; border-top-right-radius: 189px; }
.rounded-b-189 { border-bottom-left-radius: 189px; border-bottom-right-radius: 189px; }
.rounded-190 { border-radius: 190px; }
.rounded-t-190 { border-top-left-radius: 190px; border-top-right-radius: 190px; }
.rounded-b-190 { border-bottom-left-radius: 190px; border-bottom-right-radius: 190px; }
.rounded-191 { border-radius: 191px; }
.rounded-t-191 { border-top-left-radius: 191px; border-top-right-radius: 191px; }
.rounded-b-191 { border-bottom-left-radius: 191px; border-bottom-right-radius: 191px; }
.rounded-192 { border-radius: 192px; }
.rounded-t-192 { border-top-left-radius: 192px; border-top-right-radius: 192px; }
.rounded-b-192 { border-bottom-left-radius: 192px; border-bottom-right-radius: 192px; }
.rounded-193 { border-radius: 193px; }
.rounded-t-193 { border-top-left-radius: 193px; border-top-right-radius: 193px; }
.rounded-b-193 { border-bottom-left-radius: 193px; border-bottom-right-radius: 193px; }
.rounded-194 { border-radius: 194px; }
.rounded-t-194 { border-top-left-radius: 194px; border-top-right-radius: 194px; }
.rounded-b-194 { border-bottom-left-radius: 194px; border-bottom-right-radius: 194px; }
.rounded-195 { border-radius: 195px; }
.rounded-t-195 { border-top-left-radius: 195px; border-top-right-radius: 195px; }
.rounded-b-195 { border-bottom-left-radius: 195px; border-bottom-right-radius: 195px; }
.rounded-196 { border-radius: 196px; }
.rounded-t-196 { border-top-left-radius: 196px; border-top-right-radius: 196px; }
.rounded-b-196 { border-bottom-left-radius: 196px; border-bottom-right-radius: 196px; }
.rounded-197 { border-radius: 197px; }
.rounded-t-197 { border-top-left-radius: 197px; border-top-right-radius: 197px; }
.rounded-b-197 { border-bottom-left-radius: 197px; border-bottom-right-radius: 197px; }
.rounded-198 { border-radius: 198px; }
.rounded-t-198 { border-top-left-radius: 198px; border-top-right-radius: 198px; }
.rounded-b-198 { border-bottom-left-radius: 198px; border-bottom-right-radius: 198px; }
.rounded-199 { border-radius: 199px; }
.rounded-t-199 { border-top-left-radius: 199px; border-top-right-radius: 199px; }
.rounded-b-199 { border-bottom-left-radius: 199px; border-bottom-right-radius: 199px; }
.transition-all-50 { transition-property: all; transition-duration: 50ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-50 { transition-property: colors; transition-duration: 50ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-50 { transition-property: opacity; transition-duration: 50ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-50 { transition-property: shadow; transition-duration: 50ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-50 { transition-property: transform; transition-duration: 50ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-100 { transition-property: all; transition-duration: 100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-100 { transition-property: colors; transition-duration: 100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-100 { transition-property: opacity; transition-duration: 100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-100 { transition-property: shadow; transition-duration: 100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-100 { transition-property: transform; transition-duration: 100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-150 { transition-property: all; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-150 { transition-property: colors; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-150 { transition-property: opacity; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-150 { transition-property: shadow; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-150 { transition-property: transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-200 { transition-property: all; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-200 { transition-property: colors; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-200 { transition-property: opacity; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-200 { transition-property: shadow; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-200 { transition-property: transform; transition-duration: 200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-250 { transition-property: all; transition-duration: 250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-250 { transition-property: colors; transition-duration: 250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-250 { transition-property: opacity; transition-duration: 250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-250 { transition-property: shadow; transition-duration: 250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-250 { transition-property: transform; transition-duration: 250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-300 { transition-property: all; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-300 { transition-property: colors; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-300 { transition-property: opacity; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-300 { transition-property: shadow; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-300 { transition-property: transform; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-350 { transition-property: all; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-350 { transition-property: colors; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-350 { transition-property: opacity; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-350 { transition-property: shadow; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-350 { transition-property: transform; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-400 { transition-property: all; transition-duration: 400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-400 { transition-property: colors; transition-duration: 400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-400 { transition-property: opacity; transition-duration: 400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-400 { transition-property: shadow; transition-duration: 400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-400 { transition-property: transform; transition-duration: 400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-450 { transition-property: all; transition-duration: 450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-450 { transition-property: colors; transition-duration: 450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-450 { transition-property: opacity; transition-duration: 450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-450 { transition-property: shadow; transition-duration: 450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-450 { transition-property: transform; transition-duration: 450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-500 { transition-property: all; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-500 { transition-property: colors; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-500 { transition-property: opacity; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-500 { transition-property: shadow; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-500 { transition-property: transform; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-550 { transition-property: all; transition-duration: 550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-550 { transition-property: colors; transition-duration: 550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-550 { transition-property: opacity; transition-duration: 550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-550 { transition-property: shadow; transition-duration: 550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-550 { transition-property: transform; transition-duration: 550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-600 { transition-property: all; transition-duration: 600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-600 { transition-property: colors; transition-duration: 600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-600 { transition-property: opacity; transition-duration: 600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-600 { transition-property: shadow; transition-duration: 600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-600 { transition-property: transform; transition-duration: 600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-650 { transition-property: all; transition-duration: 650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-650 { transition-property: colors; transition-duration: 650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-650 { transition-property: opacity; transition-duration: 650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-650 { transition-property: shadow; transition-duration: 650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-650 { transition-property: transform; transition-duration: 650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-700 { transition-property: all; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-700 { transition-property: colors; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-700 { transition-property: opacity; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-700 { transition-property: shadow; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-700 { transition-property: transform; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-750 { transition-property: all; transition-duration: 750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-750 { transition-property: colors; transition-duration: 750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-750 { transition-property: opacity; transition-duration: 750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-750 { transition-property: shadow; transition-duration: 750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-750 { transition-property: transform; transition-duration: 750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-800 { transition-property: all; transition-duration: 800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-800 { transition-property: colors; transition-duration: 800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-800 { transition-property: opacity; transition-duration: 800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-800 { transition-property: shadow; transition-duration: 800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-800 { transition-property: transform; transition-duration: 800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-850 { transition-property: all; transition-duration: 850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-850 { transition-property: colors; transition-duration: 850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-850 { transition-property: opacity; transition-duration: 850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-850 { transition-property: shadow; transition-duration: 850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-850 { transition-property: transform; transition-duration: 850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-900 { transition-property: all; transition-duration: 900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-900 { transition-property: colors; transition-duration: 900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-900 { transition-property: opacity; transition-duration: 900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-900 { transition-property: shadow; transition-duration: 900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-900 { transition-property: transform; transition-duration: 900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-950 { transition-property: all; transition-duration: 950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-950 { transition-property: colors; transition-duration: 950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-950 { transition-property: opacity; transition-duration: 950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-950 { transition-property: shadow; transition-duration: 950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-950 { transition-property: transform; transition-duration: 950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1000 { transition-property: all; transition-duration: 1000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1000 { transition-property: colors; transition-duration: 1000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1000 { transition-property: opacity; transition-duration: 1000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1000 { transition-property: shadow; transition-duration: 1000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1000 { transition-property: transform; transition-duration: 1000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1050 { transition-property: all; transition-duration: 1050ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1050 { transition-property: colors; transition-duration: 1050ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1050 { transition-property: opacity; transition-duration: 1050ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1050 { transition-property: shadow; transition-duration: 1050ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1050 { transition-property: transform; transition-duration: 1050ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1100 { transition-property: all; transition-duration: 1100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1100 { transition-property: colors; transition-duration: 1100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1100 { transition-property: opacity; transition-duration: 1100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1100 { transition-property: shadow; transition-duration: 1100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1100 { transition-property: transform; transition-duration: 1100ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1150 { transition-property: all; transition-duration: 1150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1150 { transition-property: colors; transition-duration: 1150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1150 { transition-property: opacity; transition-duration: 1150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1150 { transition-property: shadow; transition-duration: 1150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1150 { transition-property: transform; transition-duration: 1150ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1200 { transition-property: all; transition-duration: 1200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1200 { transition-property: colors; transition-duration: 1200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1200 { transition-property: opacity; transition-duration: 1200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1200 { transition-property: shadow; transition-duration: 1200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1200 { transition-property: transform; transition-duration: 1200ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1250 { transition-property: all; transition-duration: 1250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1250 { transition-property: colors; transition-duration: 1250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1250 { transition-property: opacity; transition-duration: 1250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1250 { transition-property: shadow; transition-duration: 1250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1250 { transition-property: transform; transition-duration: 1250ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1300 { transition-property: all; transition-duration: 1300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1300 { transition-property: colors; transition-duration: 1300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1300 { transition-property: opacity; transition-duration: 1300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1300 { transition-property: shadow; transition-duration: 1300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1300 { transition-property: transform; transition-duration: 1300ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1350 { transition-property: all; transition-duration: 1350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1350 { transition-property: colors; transition-duration: 1350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1350 { transition-property: opacity; transition-duration: 1350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1350 { transition-property: shadow; transition-duration: 1350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1350 { transition-property: transform; transition-duration: 1350ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1400 { transition-property: all; transition-duration: 1400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1400 { transition-property: colors; transition-duration: 1400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1400 { transition-property: opacity; transition-duration: 1400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1400 { transition-property: shadow; transition-duration: 1400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1400 { transition-property: transform; transition-duration: 1400ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1450 { transition-property: all; transition-duration: 1450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1450 { transition-property: colors; transition-duration: 1450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1450 { transition-property: opacity; transition-duration: 1450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1450 { transition-property: shadow; transition-duration: 1450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1450 { transition-property: transform; transition-duration: 1450ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1500 { transition-property: all; transition-duration: 1500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1500 { transition-property: colors; transition-duration: 1500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1500 { transition-property: opacity; transition-duration: 1500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1500 { transition-property: shadow; transition-duration: 1500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1500 { transition-property: transform; transition-duration: 1500ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1550 { transition-property: all; transition-duration: 1550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1550 { transition-property: colors; transition-duration: 1550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1550 { transition-property: opacity; transition-duration: 1550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1550 { transition-property: shadow; transition-duration: 1550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1550 { transition-property: transform; transition-duration: 1550ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1600 { transition-property: all; transition-duration: 1600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1600 { transition-property: colors; transition-duration: 1600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1600 { transition-property: opacity; transition-duration: 1600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1600 { transition-property: shadow; transition-duration: 1600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1600 { transition-property: transform; transition-duration: 1600ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1650 { transition-property: all; transition-duration: 1650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1650 { transition-property: colors; transition-duration: 1650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1650 { transition-property: opacity; transition-duration: 1650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1650 { transition-property: shadow; transition-duration: 1650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1650 { transition-property: transform; transition-duration: 1650ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1700 { transition-property: all; transition-duration: 1700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1700 { transition-property: colors; transition-duration: 1700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1700 { transition-property: opacity; transition-duration: 1700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1700 { transition-property: shadow; transition-duration: 1700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1700 { transition-property: transform; transition-duration: 1700ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1750 { transition-property: all; transition-duration: 1750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1750 { transition-property: colors; transition-duration: 1750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1750 { transition-property: opacity; transition-duration: 1750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1750 { transition-property: shadow; transition-duration: 1750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1750 { transition-property: transform; transition-duration: 1750ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1800 { transition-property: all; transition-duration: 1800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1800 { transition-property: colors; transition-duration: 1800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1800 { transition-property: opacity; transition-duration: 1800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1800 { transition-property: shadow; transition-duration: 1800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1800 { transition-property: transform; transition-duration: 1800ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1850 { transition-property: all; transition-duration: 1850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1850 { transition-property: colors; transition-duration: 1850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1850 { transition-property: opacity; transition-duration: 1850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1850 { transition-property: shadow; transition-duration: 1850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1850 { transition-property: transform; transition-duration: 1850ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1900 { transition-property: all; transition-duration: 1900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1900 { transition-property: colors; transition-duration: 1900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1900 { transition-property: opacity; transition-duration: 1900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1900 { transition-property: shadow; transition-duration: 1900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1900 { transition-property: transform; transition-duration: 1900ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-1950 { transition-property: all; transition-duration: 1950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-1950 { transition-property: colors; transition-duration: 1950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-1950 { transition-property: opacity; transition-duration: 1950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-1950 { transition-property: shadow; transition-duration: 1950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-1950 { transition-property: transform; transition-duration: 1950ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-all-2000 { transition-property: all; transition-duration: 2000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-colors-2000 { transition-property: colors; transition-duration: 2000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-opacity-2000 { transition-property: opacity; transition-duration: 2000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-shadow-2000 { transition-property: shadow; transition-duration: 2000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transition-transform-2000 { transition-property: transform; transition-duration: 2000ms; transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
