:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{font-size:14px}.toast .MuiSvgIcon-root{font-size:2em}.generic-toastr-outlined .MuiAlert-root{background-color:#fff}.oma{display:inline-block;height:1em;width:1em;margin:0 .05em 0 .1em;vertical-align:-.1em;background-repeat:no-repeat;background-position:center center;background-size:1em 1em}.oma-lg{height:1.33em;width:1.33em;margin:0 .0665em 0 .133em;vertical-align:-.15em;background-size:1.33em 1.33em}.oma-bg{height:1.5em;width:1.5em;margin:0 .075em 0 .15em;vertical-align:-.2em;background-size:1.5em 1.5em}.oma-2x{height:2em;width:2em;margin:0 .1em 0 .2em;vertical-align:-.7em;background-size:2em 2em}.oma-3x{height:3em;width:3em;margin:0 .15em 0 .3em;vertical-align:-1.1em;background-size:3em 3em}.oma-3-5x{height:3.5em;width:3.5em;margin:0 .175em 0 .35em;vertical-align:-1.3em;background-size:3.5em 3.5em}.oma-4x{height:4em;width:4em;margin:0 .2em 0 .4em;vertical-align:-1.5em;background-size:4em 4em}.oma-5x{height:5em;width:5em;margin:0 .25em 0 .5em;vertical-align:-1.6em;background-size:5em 5em}.oma-black-rat{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.927,36.0341c-6.75,2.4057-9.6365-1.2167-9.6365-1.2167c-3.0683,0-4.2715-2.4868-4.6998-3.8443%20c-0.1516-0.4805,0.0785-0.9949,0.5357-1.2065l6.2553-2.895c0.9073-0.4199,1.8704-0.7067,2.8596-0.8514l4.1816-0.6119%20c0,0,5.1722-6.4608,5.5874,0.0426c0,0,0.3333,5.6667-2.8199,4.4545'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M32.499,35.6476c2.4907,3.5284,0,11.0005,0,11.0005l-7.9635,7.0895c-0.4845,0.4893-1.1866,0.6949-1.8585,0.5443l-0.0865-0.0194%20c-1.2654-0.2836-1.9277-1.6753-1.3501-2.8363c1.4782-2.9711,2.818-6.6461,2.818-6.6461c-1.4108-0.7054-2.209-2.6946-2.9129-4.8293'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M10.3333,62.3382c13.5-7.3948,30.1667-3.9632,42.3436-2.2208c8.2188,1.176,18.3582-6.3433,12.1776-20.2726%20c-8.7723-19.7705-26.2673-13.6064-29.0347-12.5686c-2.7674,1.0378-10.8095-1.8254-10.8095-1.8254'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M60.677,50.375c-5.302,6.375-14.5356,1.7219-14.5356,1.7219s-4.7982,2.4447-5.4176,2.4447h-0.1645%20c-1.5297,0-2.4931-1.6473-1.7431-2.9805l2.3608-4.777c-5.6878-8.5793,6.2429-12.9353,6.2429-12.9353'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-mouse{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M53.5925,45.3883c-0.888,0.8428-1.9637,1.5428-3.3211,2.1079c-2.2113,0.9206-4.6535,1.136-7.0265,0.8101l-8.9309-1.2267'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.0767,23.4917c2-1,5-2,10,0c3.8282,1.5313,10,8,7.0199,15.9501c-0.2141,0.5711-0.4314,1.1152-0.6588,1.633'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.6696,41.6175c-0.5145,1.8742-4.3697,6.5546-5.8144,8.322c-1.6076,1.9668-6.7002,0.5522-4.8585-3.1099%20c0.7387-1.4689,1.9142-2.6962,2.1526-4.323c0.0514-0.3507,0.0819-0.6918,0.0967-1.018'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M22.3815,49.2187c-0.6896-0.7299-0.8252-1.9762,0.3992-3.6776c0.6175-0.858,2.1556-2.6643,2.2769-4.741%20c0,0-2.9074-0.2291-4.2157-0.233C7.0032,40.5251,8.8004,35.4006,8.984,34.8764c0.2987-0.853,4.0154-6.5648,6.9052-8.0097%20c4.3697-2.1849,9.6853-1.6357,9.6853-1.6357c1.5022-5.7393,10.5248-9.6715,14.2016-1.0924%20c3.2773,7.647-4.6994,10.3531-7.6994,10.3531'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M56.4366,41.0744c2,0,3.6401,3.4173,2.6401,6.4173s-1.8218,3.9576-6.1915,6.1425c-8.7394,4.3697-19.6637,2.1849-29.6446,0.3599%20c-6.311-1.154-9.2354,0.6406-10.1639,2.4977c-1.0924,2.1849,1.6796,5.8607,7.0357,4.7895'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M22.6508,21.6985c0.1574-0.8515,0.4634-1.624,0.8426-2.1859c2.2057-3.2685,6.8333-1.8141,7.6419,0'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-water-buffalo{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M8.9109,17.5549c0,0-3.968,3.5483-1.7036,5.0512c0.9172,0.6087,2.9356-0.4136,3.4998-1.0225%20c0.8495-0.9168,3.7525-3.6489,8.2239-0.3394c1.174,0.8689,2.6347,2.5625,5.0689,1.3867c1.5162-0.7324,3.6398-3.5863,0.2605-5.5297'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.1534,26.5124c0,0,2.3202-0.7013,4.6678,1.5608c0,0,0.0058,3.0133-4.5349,3.029'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.1683,20.4855c0,0,2.6885-2.5698,9.6703-0.8573c5.3092,1.3022,12.4973,0.3827,15.6368-0.1326%20c1.0363-0.1701,11.7128,0.2626,11.0173,9.2837c-0.4897,6.352-1.9217,11.048,0.7569,14.3853'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M27.3372,41.0565c-3.3251,0.4223-5.8873,0.4044-7.6501-0.8123c-1.8748-1.577-2.9481-3.5708-3.7853-5.6875%20c-1.6255,1.1176-6.5272,1.9792-7.785,1.3629c-2.6033-1.2755-1.6134-3.9576-1.6134-3.9576l4.1212-6.2179'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34.5837,27.6133l0.4346,9.4476c0,0-2.7664,4.918-1.976,10.4948l-1.466,6.7936c-0.1951,0.9041-0.9947,1.5495-1.9196,1.5495%20h-0.1172c-1.2916,0-2.2456-1.2282-1.8966-2.4718c0.6333-2.2561,1.2656-5.7606,0.4971-9.2444%20c-1.5235-6.9057-0.411-8.5966-0.411-8.5966'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33.4376,41.2899c0,0,10.4948-1.1991,15.5445,1.3039c0,0,3.1177-3.6885,5.0498-3.9959'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M50.2325,30.1022c0,0,5.3842,11.0864,5.9989,13.0624c0.487,1.5655,0.4278,7.9893,0.4355,10.4924%20c0.0093,3.0265,4.3664,2.6583,4.4853,0.2332c0.0937-1.9102,0.3043-5.6929,0.9117-8.5278%20c0.1792-0.8364,0.2995-1.6849-0.1053-2.4384c-0.94-1.7497-1.8987-5.1703-0.9868-9.6829c0.8332-4.1227,0.7776-5.066,0.7776-5.066'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M39.3137,41.1544c0,0-1.3498,10.3292-1.4115,12.7244c-0.0191,0.7432-0.9928,1.3614-1.7362,1.3614h-1.1477'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-cow{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M59.8526,33.2589c0.5483,2.1777,0.198,5.6858-1.0426,8.387l-0.8143,5.1605l-2.5058,7.6663%20c-0.2665,0.8154-1.0078,1.3645-1.842,1.3645h-0.2583c-1.3215,0-2.2578-1.3307-1.8481-2.6267l1.6269-6.9876%20c0,0-4.1332-7.6611-2.9994-11.2117'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.0503,31.8625l1.5307,8.1589L30.0448,55.148c-0.1241,0.9835-0.9267,1.7256-1.888,1.7458l-0.3071,0.0065%20c-1.3326,0.028-2.2977-1.2976-1.8918-2.6071c0.826-2.6646,0.9821-6.9715-0.2413-9.9115c-1.3972-3.3576-0.753-4.9584-0.753-4.9584'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M35.7475,44.5012c0,0,12.0966,1.3113,15.3787-1.4411'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M65.1997,44.3816c0,0-2.1681-3.6663-1.239-9.2472c1.7192-10.3271-6.4472-11.4468-6.4472-11.4468l-0.3398-0.1311L32.581,22.9373%20l-9.2994,1.0134'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M58.7561,41.9871l3.1531,3.8358l-0.0649,8.3475c0,0.9206-0.7235,1.6669-1.616,1.6669h-1.681'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M7.79,22.2691c1.9909,2.5381,3.9819,2.5381,3.9819,2.5381'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M18.9754,20.6949c1.4174,2.8432-1.7383,4.3023-1.7383,4.3023s-2.717-3.7782-5.4652-0.19l-2.0612,2.4996%20c0,0-2.1109,3.471-3.5898,5.4622c-0.4114,0.554,0.3304,2.4246,0.6856,3.0185c0.6608,1.105,5.3525,1.7864,9.723,0.2124%20c0,0,3.6456,0.3266,4.3312,7.0608c0.1304,1.2807,2.7376,3.0159,4.8836,2.731'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M18.654,31.5053c4.7561,1.5524,4.9952-2.4579,4.9952-2.4579v-0.2588c-2.3138-2.7598-4.4562-0.7762-4.4562-0.7762'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-tiger{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M12.1118,37.5052,9.6868,39.097a2.5683,2.5683,0,0,1-1.41.4213H7.4217A2.5686,2.5686,0,0,1,5.56,38.7189h0a2.5688,2.5688,0,0,1-.6633-2.2384l.8909-4.7966,3.2578-2.51s1.363-5.2538,4.7676-2.6374c3.8838,2.9846-1.7758,5.2236-1.7758,5.2236'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M14.8519,27.6188S20.42,24.9037,23.94,25.4a13.1662,13.1662,0,0,0,4.28-.1869c5.3712-1.018,16.7957-2.6465,22.5624.5368,0,0,8.7736,2.5188,9.787,17.6594a5.0808,5.0808,0,0,0,1.7123,3.5375c1.2438,1.058,4.3018,1.8859,5.0518-2.1974'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M24.2555,37.3332s.9081,5.3808-1.5889,6.9168c-2.7974,1.7208-8.7769,5.4861-8.7769,5.4861s.6949,5.7817-3.7587,3.5413'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M16.7957,33.277s-2.0215,2.6553-.6317,8.7261l-4.414,4.33'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M24.629,42.0031S37.2,41.0824,39.5376,39.9889s3.0907-.9552,3.0907-.9552'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M42.7736,34.5s-1.784,5.1542,3.4593,14.2605l-1.2,5.202a1.86,1.86,0,0,0,1.8124,2.2781h.0024a1.86,1.86,0,0,0,1.7558-1.2463l2.1789-6.2338s-2.6532-4.9632.0632-9.7268,1.9879-7.45,1.9879-7.45'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M49.8724,41.5141s4.0648,5.2765,7.1008,6.7766c2.11,1.0426,1.9436,4.4593,1.9436,4.4593v.173a2,2,0,0,0,2.087,1.9981l.75-.0326a2,2,0,0,0,1.913-1.9981v-.1088'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M24.629,46.7007a18.4946,18.4946,0,0,1,0,6.36h0a1.6658,1.6658,0,0,0,1.4659,2.4572h.41a1.6659,1.6659,0,0,0,1.6107-1.2408l1.0516-4.61-.3853-8.0173'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M26.7967,25.4963s4.0366,3.3371,2.37,12.67'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M33.3883,41.1571s2.2784-6.5738.6227-11.74'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M37.1262,24.0725s2.091,2.5109,2.1744,8.0942'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M43.1546,23.9437S45.5,25.6667,45.3333,30'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M21.5,32.6622a11.9274,11.9274,0,0,0-1.68-6.8562'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-rabbit{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.886,35.5323c-2.3651,5.1127-13.2378,1.0229-13.2378,1.0229c-0.5968-0.2704-1.0232-0.816-1.1416-1.4603l-0.3697-2.0127%20c-0.0882-0.4801,0.0022-0.976,0.2543-1.394l1.9397-3.2171c0.9308-1.5438,2.2842-2.7888,3.9002-3.5877l3.7161-1.8372%20c0,0,3.5476-10.8515,9.3212-11.7558c0,0,4.591,4.6606-3.478,15.0252c0,0,2.0247,1.3871,3.6172,4.0345%20c0,0,15.2559-8.8797,24.9028,10.3646c8.946,17.8462-8.3356,16.735-14.2114,15.8977c-1.4891-0.2122-2.836-1.1028-3.4651-2.4691%20c-0.6568-1.4264-0.5172-3.1231,3.347-3.6205'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M15,41.1641c0.3333,2.9167,2.0746,6.1553,6.6667,6.8193c0,0,1.4608,1.8086,0,3.3389c0,0-1.351,1.1679-2.4473,2.2562%20C17.9523,54.8362,18.8443,57,20.6295,57h3.8928c0.6864,0,1.3249-0.352,1.6913-0.9325l3.7193-5.8926l1.2571-3.965'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M59,47.9834c0,0,4.9053-0.1041,3.375,3.8609s-5.0417,3.6322-5.0417,3.6322'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M16.3125,20.2041c-0.1542-3.0543,0.75-7.2275,4.0259-8.9138c0,0,1.9372-0.233,3.1598,3.1876'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-cat{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m12.46%2035.74c-2.333%201-4.917%200.8333-4.917%200.8333-1.677%200.1458-3.115-4.01-2.485-4.733l3.318-5.1-1.75-3.417s5.008-1.415%207.883%202.09c0.3444%200.42%200.7943%200.7429%201.279%200.9871%200.0298%200.015%200.0602%200.0302%200.0912%200.0456%202.593%201.289%205.546%201.571%208.385%200.9981%207.222-1.458%2014.07-1.37%2021.7%202.212%207.625%203.583%2014.53-2.25%2013.64-7.5-0.793-4.647%203.562-7.583%206.75-5'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m16.05%2048.82c0.6006-2.206%208.491-3.648%208.491-3.648s3.228-1.201%201.426-4.504'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m18.3%2033.24c-1.543%201.834-3.893%204.803-0.44%209.158%200%200-6.756%202.853-6.006%208.033%200%200%200.3624%202.476%202.402%202.402'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m23.5%2050.03c-1.156%207.254%202.386%206.055%203.017%205.661%201.148-0.7173%201.848-9.854%203.952-11.31%201.592-1.104%208.167-0.3021%208.167-0.3021'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m38.44%2041.33c0.0911%201.742%200.7529%203.402%201.734%204.845%200.6616%200.9727%201.803%202.32%201.453%202.985-4.479%208.5%200.6224%207.022%201.083%206.167%203.188-5.917%206.125-4.104%204.647-10.52%200%200%205.27-1.81%205.52-7.977'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m48.15%2045.59s2.367%203.204%207.758%202.693c0%200-3.326%206.762%200%207.62%201.917%200.4941%204.722-11.16%204.722-11.16s-1.839-0.7937-3.951-4.182'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-snake{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M44.9693,59%20c2.194,0.007,9.422-0.092,12.491-0.183c0.6551-0.0245,1.1663-0.5754,1.1418-1.2305c-0.016-0.4279-0.2613-0.8141-0.6418-1.0105%20l-9.472-3.638'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M19.4543,50.74%20c0.368-0.004,0.7433-0.0087,1.126-0.014c3.8491,0.1018,7.6758-0.6165,11.226-2.107c7.82-3.319,3.549-27.92,3.549-27.92v-0.224%20c0-3.6285,2.9415-6.57,6.57-6.57h0c3.628,0,8.962,2.964,8.962,6.592c0,4.333-7.5,4.5-7.5,4.5c2.935,13.6,1.708,30.419-2.772,32.428%20c-5.794,2.6-16.262,2.959-23.923,2.163c-5.217-0.542-5.83-3.608-5.278-7.068'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M29.6873,44.563%20c-13.331-5.972-18.322,6.062-18.275,7.957'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48.7393,24.452%20c0,0,3.793,4.054,7.585,4.577'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='56.8733,33.606%2055.8273,29.029%2060.6653,26.806'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-horse{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m16.31%2022.62c-0.264%203.606-4.25%203.438-4.25%203.438l-1.571%201.736c-1.304%202.826-4.804%200.8261-4.804-1.236%201.508-3.415%203.062-5.75%203.062-5.75-0.125-2.792%203.312-4.625%203.312-4.625l-1.278-1.772c-0.4364-0.5685-0.0718-1.388%200.6417-1.455%201.253-0.1186%203.615-0.1459%204.574%201.977%200%200%208.865%200.9329%2013.96%2010.43%200.238%200.4441%209.877%202.308%2016.07%200.4421%204.284-1.29%2017.05-2.062%2017.28%2010.5%200.1169%206.406-1.252%2015.1%202.998%2019.52'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m59.19%2037.02c-0.4424%201.631-1.221%203.426-2.589%204.642%200%200%201.096%204.786%203.172%206.804l-2.71%2012.17-1.062%201.927c-0.3055%200.5545-0.8885%200.8989-1.522%200.8989v0c-1.252%200-2.096-1.276-1.594-2.423%200.968-2.212%202.16-5.956%202.389-11.3%200%200-6.722-6.584-6.104-12.48'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m17.78%2027.49%202.668%205.633s-1.153%206.343%203.287%209.168l2.422%201.557%202.513%209.234%200.9167%206.833-0.4839%201.213c-0.4446%201.114%200.3761%202.325%201.576%202.325v0c0.7126%200%201.349-0.4454%201.594-1.115l0.7465-2.045c0.2401-0.6576%200.2986-1.368%200.1694-2.056l-1.331-7.089-0.1597-8.684s7.241%202.141%2014.32-0.6019'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m23.51%2047.21%200.6035%204.42-1.74%207.287-0.3672%200.9192c-0.482%201.207%200.4068%202.519%201.706%202.519h0c0.7335%200%201.397-0.4362%201.687-1.11l0.7899-1.831'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m48.9%2060.26-1.452%201.652c-0.4179%200.4755-1.061%200.6861-1.68%200.5495v0c-1.223-0.2701-1.771-1.698-1.033-2.71%201.422-1.951%203.394-5.35%204.771-10.52%200%200-0.9047-2.133-1.716-4.966'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-ram{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.5646,25.1929l0.5192,0.26c0,0,8.4026,3.5753,16.954,0.7563c0,0,8.1052-2.4752,12.2693,5.5005%20c2.7067,5.1842,0.6735,8.54-1.0813,10.2539c-1.0828,1.0576-1.6594,2.5275-1.4654,4.0286l0.4646,3.5942l-0.3795,10.9952%20c-0.0372,1.0771-0.9211,1.931-1.9988,1.931h-0.5794c-1.1966,0-2.1254-1.0437-1.9865-2.2323l0.2318-5.4098%20c0.073-1.7043-0.3885-3.3889-1.32-4.818l-3.4857-5.3479c0,0-2.8257-5.1567-0.5205-8.8008'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.0861,46.1265c3.5312,0.4581,9.2266,0.9151,11.6542-0.4592'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M63.0383,28.9594c0,0,3.1975,0.1375,3.3462,4.813'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.5581,18.2215c0,0,2.7513-1.3862,3.0487,1.3862c0.1487,1.3862-0.6784,1.9951-1.3481,2.5483%20c-0.9896,0.8174-3.3808,0.0229-4.7505-0.5393c-0.4961-0.2036-1.0303,0.234-0.912,0.757c0.352,1.5559,1.5637,3.7142,4.2163,4.1262%20c6.4375,1,11.0482-7.7853,4.8764-11.9107c-6.7203-4.492-9.7411,2.6815-9.7411,2.6815l-2.7362,1.4439l-1.1154,1.5126%20c0,0-6.0962,1.6336-4.0962,4.9394l1.75,2.25l4.1958,0.3953c1.136,0.107,2.0137,1.0444,2.0459,2.185l1.028,4.5431l3.6444,7.767%20c0.504,1.0741,1.4088,1.9079,2.5204,2.3226l2.7982,1.044c0.4563,1.1771,0.7472,2.1251,0.7472,2.1251L24.5526,58.857%20c-0.1258,1.1817,0.8004,2.2117,1.9888,2.2117h0.7429c0.9595,0,1.7838-0.6814,1.9643-1.6237l2.7706-14.4637%20c0.0701-0.3659,0.0872-0.7399,0.0507-1.1106L31.53,38.3791'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-goat{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M10.9522,31.3524c2.1772-4.1292-0.8258-4.955-0.8258-4.955c-1.7268,0.8258-2.7778-0.3003-2.7778-0.3003%20c-1.8018-1.7267,0-3.4535,0-3.4535c4.0541-2.8529,4.0225-3.9723,4.0225-3.9723l-1.7276-2.7122c0,0,2.4349-2.3246,4.9124,1.0538%20c0,0,5.931-8.4085,12.4626-0.6006'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M13.9559,25.7358c0,0,3.9033,0.4364,3.9784-3.7678'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M18.3309,17.7091c0,0,2.2921,0.3123,3.875,3.875c0.7891,1.7761,4.4163,7.4998,4.8126,7.7292c0,0,25.5259-5.6186,30.556,2.7899%20c0,0,1.7267,0.5255,2.7778-2.3274c1.0511-2.8529,3.6037-3.2283,3.6037-3.2283'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M46.4012,45.3935c-8.9341,4.8799-15.5538-1.3532-15.5538-1.3532l0.4836,8.8965l0.5,6.0223l-1.672,3.7114%20c-0.1616,0.3586-0.5184,0.5892-0.9117,0.5892H27.783c-0.7366,0-1.2204-0.7694-0.9013-1.4333l1.1632-2.9869%20c0,0-0.0504-1.736-0.5009-5.4147s-2.3274-8.7088-2.3274-8.7088c-4.5046-2.5526-3.7538-7.168-3.7538-7.168%20C15.7571,33.3966,16.147,25.232,16.147,25.232'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48.678,39.1979c0,0-5.0582,6.4486-0.1595,12.6987c0,0,0.1019,5.4161-1.8125,8.0625l-1.1586,1.7482%20c-0.4405,0.6647,0.0361,1.5524,0.8336,1.5524h1.4454c0.2941,0,0.5696-0.1269,0.7608-0.3503%20c0.9164-1.0706,3.4939-4.5506,3.4939-9.8253c0-5.2399,1.0453-9.0438,1.0453-9.0438c5.0676-4.4483,5.2568-7.8591,5.2568-7.8591'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M56.0393,46.5204c0,0-1.065,3.2324,1.375,5.3345l-4.25,11.2083'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-ewe{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.0574,22.9291c0,0,3.6604-3.4572,6.1926-0.8662c0,0,4.3429-1.8549,6.5,0.4371c0,0,3.8325-1.7757,6.0833,0.4167%20c0,0,3.5093-2.5403,6.4167,0.25c0,0,4.25-2.5,7.4167,0.4167c0,0,4.5833-1,4.6237,3.8016c0,0,3.7514,2.1213,1.7819,5.8085%20c0,0,1.761,3.9732-1.313,7.5491c0,0-0.0759,4.7775,1.6838,7.043c0.4358,0.5611,0.5798,1.2965,0.4908,2.0014l-1.301,10.2965%20c-0.1235,0.9776-0.955,1.7106-1.9403,1.7106h0c-1.2088,0-2.1281-1.0856-1.9291-2.2779L57.75,49.4167c0,0-1.489-3.3059-3.0833-5%20c0,0-1.7853-0.5603-3.3797-2.5534'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.5833,40.1194c0.9911,1.8333,0.7589,6.2567,0.7589,6.2567v13.0923c0,1.0092-0.8181,1.8274-1.8274,1.8274h0%20c-0.9342,0-1.7179-0.7046-1.817-1.6334l-0.8573-8.033l-0.5627-4.0858c-1.5944-3.3882-4.5955-3.5875-4.5955-3.5875%20c-3.4701-0.1993-2.9074-3.7868-2.9074-3.7868c-2.9074-0.7972-1.9695-4.5841-1.9695-4.5841C14,34.9167,14.6667,30.5,14.6667,30.5%20l-2.3661-3.8276c-0.967-0.1323-1.955-0.0498-2.8468,0.3467c-0.4923,0.2189-1.1527,0.3952-1.9906,0.38%20C6.1865,27.376,5.4102,26.96,4.9383,26.4601c-0.678-0.7181-0.686-1.8437-0.1204-2.6533l2.747-3.9321l2.5328-1.9197%20c1.13-0.8565,2.5091-1.32,3.927-1.32h0.5971c0,0,5.6119-2.26,5.5628,2.2991c-0.051,4.742-3.562,3.2397-3.562,3.2397'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M35.3333,45.5546c0,0,0.9167,0.8215,2.9492-0.0979c0.2007,0.0096,4.6708,2.1931,6.3774-0.1599c0,0,2.2509,1.7544,4.6893-0.3384'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.2766,45.5546c-0.0857,0.8158,0.5325,5.0353-0.7205,12.9143c-0.1937,1.2178,0.7374,2.3286,1.9705,2.3286'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M64.7288,27.3849c0.3751,0.3276,3.939-2.1638,1.313,17.468'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-monkey{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M55.85,16c-6.2-10.1-13.9-5.7-14.6-2.5-.6,2.8.5,6.2,9.3,8.6a9.7891,9.7891,0,0,1,6.3,4.6,2.828,2.828,0,0,1-1.1,3.9,2.6485,2.6485,0,0,1-2.3.2c-4.7-1.6-9.4-5-15-.9'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M35.25,35.7c5,.3,2.8-9.7,2.8-9.7-.5-.8-2.3-1.8-4.6,1.2a4.4781,4.4781,0,0,0-1.2-2,4.7172,4.7172,0,0,0-6.2-.2,7.38,7.38,0,0,0-3.1,7.6'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M24.05,36.6s-3-3.8.8-4.6,5.3,0,5.3,0,3,.8,0,4.6c0,0,1.1,3.4-2.7,3.4a3.05,3.05,0,0,1-3.4-2.7A.8546.8546,0,0,1,24.05,36.6Z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M31.15,46.8l-3.3,6s-7.9,1.8-10.3,2.4c-1.8.5-5.4,1.6-7,2.2a2.8335,2.8335,0,0,1-2.2-.2c-1.1-.6-1.9-2.8,5.8-5.2,6.9-2.2,11.8-7.6,12.1-12'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M39.15,37.9s7.9,7.9,5.4,11.5c-1.8,2.7-4.5,7.6-5.9,10.1a2.8244,2.8244,0,0,1-2.5,1.5h-5.1c-2.6,0-2.9-4-.3-4.2h.5c1.1,0,4.1-.6,4.6-1.6l3.1-6.9s-2.9-4.3-6.1-4.9'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M58.55,36.1s3,6.7-9.1,12.1a45.3337,45.3337,0,0,1-1.3,11,1.8929,1.8929,0,0,1-2.2,1.4h-3.3'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M52.25,53c1,3,6,4.2,8,4v2.8a2.3484,2.3484,0,0,0,2.4,2.3h.1a2.14,2.14,0,0,0,2.1-1.7,26.2078,26.2078,0,0,0-.7-7.4c-9.7-1.8-9.3-7.2-9.3-7.2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M41.95,57.1a4.7191,4.7191,0,0,0,3-1l-1-5'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-rooster{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M55.311,42c0,0,0,10-4.6773,10c0,0,2.8064-6-0.9355-9'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M32.2365,54.0833l-0.7016,5.3333c0,0-2.4166,0.5833-2.4166,1.5833'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33.7956,60c0,0,0-1-1.8709-1'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.6556,54.0833l-0.7016,5.3333c0,0-2.4166,0.5833-2.4166,1.5833'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M42.2147,60c0,0,0-1-1.8709-1'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M26.3119,36c0,0-3.7418,9,3.7418,13s14.9673,1,15.9028-3c0.9355-4-2.0268-3.6667-5.223-5.8333'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.1667,19.1667c0,0,6.2472-4.0011,0.8333-6.1667c-5-2-5.4189-0.5811-7,1c-1,1-1,3-2,5c-0.1581,0.3162-0.3125,0.5-0.2656,0.7344%20c0.1942,0.9709-0.1036,1.9696-0.9677,2.4528C13.6579,23.3665,11.0829,25,13,25c1.4283,0,2.5863,0.612,3.4269,1.2831%20c0.8661,0.6915,1.0707,1.9483,0.4585,2.8722C16.3029,30.0345,15.913,31.3696,17,33c1.7811,2.6716,3.7301,0.1538,4.5727-1.2287%20c0.2878-0.4722,0.7431-0.8216,1.2736-0.9777C26.7612,29.6418,25,27,25,27'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M28,22c0,0,3,0,3,7c0,9.0554,8.4083,7,8.4083,6s0.9355-12,10.29-10s13.0964,9.6667,7.4837,22.3333'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48.2951,49.1667c0,0-8.8868,10.8333-23.8541,0.8333c0,0-6.5482-3-3.7418-13'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-chicken{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M44.46,26.25c0,0,4.375-7.25,2.375-8.25s-5,1-5,1s2-7-2-7s-5,4-5,4s-1.457-8.296-7-6c-3.464,1.435-5,5,0,15'%20/%3e%3ccircle%20cx='27'%20cy='39'%20r='2'%20fill='%230096A3'%20/%3e%3ccircle%20cx='45'%20cy='39'%20r='2'%20fill='%230096A3'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.02,43c0,0,18-1,0,18C36.02,61,18.02,43,36.02,43z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M21,35c0,0,4-11,15-11s15,11,15,11c15,28-15,29-15,29S6,63,21,35z'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-service-dog{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cg%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.82,41.5656c.2106.6231,1.7517,4.7609,1.8826,5.1156a2.2912,2.2912,0,0,1,.1394.8982c-.2637,5.4983-1.66,6.9861-2.0154,7.2784-.0225.0166.0218-.0174,0,0'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43.0515,57.6769c3.8735-3.4539,3.5432-13.1761,3.5432-13.1761'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.8261,54.8578a2.2214,2.2214,0,0,0-.7423,1.2974,1.8749,1.8749,0,0,0,1.681,1.9961,1.7155,1.7155,0,0,0,1.4565-.6287l.0022.0022'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.0794,46.4765l.8961,2.64c1.1916,3.3885.69,4.9745.1641,5.6834l-.6091.529a1.8273,1.8273,0,0,0-.3085,1.8852,1.9989,1.9989,0,0,0,2.6854.8465,2.22,2.22,0,0,0,1.1967-1.2528h0c.0019-.009.0079-.0189.01-.028a1.8022,1.8022,0,0,0,.1024-.6733,69.3265,69.3265,0,0,0,.1615-7.3127,10.11,10.11,0,0,0-.112-2.3047,9.876,9.876,0,0,0-.96-2.9863'%20/%3e%3cg%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M18.4664,47.75a3.5053,3.5053,0,0,0,.204,2.5082,1.8926,1.8926,0,0,0,2.4356,1.084c.8852-.4056.8639-1.798.56-2.8258'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M21.6208,48.366A4.5851,4.5851,0,0,1,25.33,46.7541a1.9908,1.9908,0,0,1,.548.083,3.0274,3.0274,0,0,0,3.67-1.3743'%20/%3e%3cg%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M53.42,33.0552l-.2959,5.6328s-.2094,3.6923.8078,4.5412a7.0925,7.0925,0,0,1,1.2718,4.7532s.5363,5.7576.6973,7.9908'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48.4465,23.8236c2.5433-6.4561,5.1809-3.19,5.1809-3.19,3.1773,3.94-.9929,6.3629-2.8305,7.1889a1.7628,1.7628,0,0,1-1.39-.02c-2.5616-1.0291-8.8257.179-8.8257.179-7.8521.7332-9.4782-2.556-9.4782-2.556a48.8236,48.8236,0,0,1-3.0644-7.2278,1.8421,1.8421,0,0,0-1.0479-1.1625,20.7191,20.7191,0,0,0-5.1529-1.0346c-3.1365-.36-3.5144,1.6507-3.5144,1.6507-.532,1.369-1.4378,1.3242-1.4378,1.3242l-1.8637.0069c-2.3112.1289-1.3312,2.5027-1.3312,2.5027-.5857,3.0885,3.0884,3.7274,3.0884,3.7274a4.7691,4.7691,0,0,1,3.1949,1.3313,18.1364,18.1364,0,0,1,2.9287,7.8275c.213,3.6741,1.7347,4.9614,1.7347,4.9614,2.8549,2.7708,0,3.82,0,3.82-4.2084,1.5247-5.75,3.2313-6.1435,4.6061'%20/%3e%3c/g%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M55.9007,55.9732c.1855,1.6659-.9823,2.0907-2.0845,2.0184a1.8925,1.8925,0,0,1-1.88-1.89,9.1155,9.1155,0,0,1,.3381-1.4584'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M55.9007,55.9732c.0105.1456.02.2772.0266.39'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M52.125,55.2574c.3731-1.245,1.0885-4.4929-.6282-7.0156a1.726,1.726,0,0,0-.4809-.4666c-1.1305-.742-5.4176-3.6535-7.3255-6.34a1.524,1.524,0,0,0-1.1195-.6229c-2.4893-.2181-10.3347-.4413-13.209,4.982'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.oma-black-dog{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M58.6667,35.9167c0.6667,1.6979,0.8506,2.9638,0.5159,4.5011l-1.1322,5.2009L60,51.7255c0,0,0.1206,4.7698,0.0014,8.2786%20c-0.0369,1.087-0.9494,1.9752-2.0371,1.9751l-0.3531,0c-1.3464,0-1.9256-1.3248-1.9256-2.6712l-0.8522-8.3913%20c0,0-7.4907-5.4667-6.4583-13.6042'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33.5155,46.5c3.8333-0.2052,11.2345,0,14.9845-2.6875'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M51.6253,13.25c5.7603,1.5458,8.0746,4.2902,8.6494,7.2047c1.0392,5.269-4.012,9.798-9.2239,8.5024%20c-2.5257-0.6278-4.6488-0.4429-4.6488-0.4429L28,28.375c-1.6875-8.125-6.4473-9.565-6.4473-9.565%20c-0.8653-5.56-4.3027-5.56-4.3027-5.56l-0.6995,4.8391l-1.4644,0.2501c-0.7843,0.1339-1.5121,0.4951-2.0931,1.0387l-1.3525,1.2654%20l-4.1141,0.4425c-0.7613,0.0819-1.229,0.8738-0.9332,1.5801l0.8806,2.1021c0.2896,0.6913,0.9063,1.1916,1.6425,1.3325%20l6.4671,0.7328c0,0-1,13.1667,2.7292,15.1667c8.1309,4.3607,4.4071,16.5216,4.4071,16.5216%20c-0.8217,1.4362-0.1868,3.4576,1.4679,3.4576h0.0015c0.7939,0,1.5235-0.4367,1.8987-1.1364l2.0998-5.4678l1.3773-9.1449%20c0.1081-0.7178-0.0364-1.4427-0.3653-2.0898c-0.576-1.1333-1.2538-3.3607-0.137-6.5257'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M16.2346,40.3005l-4.3515,6.655c-0.3212,0.4697-0.5044,1.03-0.5192,1.6187c-0.044,1.7553-0.2547,5.5414,2.9991,7.69%20c0.8545,0.5642,2.4644,0.6389,3.3141,0.1114c0.7175-0.4455,1.3028-1.2911,0.7739-2.8914'%20/%3e%3cline%20x1='20.534'%20x2='16.125'%20y1='45.4366'%20y2='48.5164'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M46.4167,48.5164c0.4329,1.5669,3.0772,3.003,4.25,3.7336l-1.0698,7.1428c0,0.6523,0.1869,1.281,0.5906,1.7322%20c1.0625,1.1875,2.4301,0.6653,2.4301,0.6653'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-pig{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M18.2668,40.3655C18.2668,40.3655,19,37,18,35c-0.8253-1.6506-5-4-5-4c-0.8997,2.2493-0.6625,6.0065-0.2803,7.0457L13,39%20l-0.5222,0.8891c-1.0655,1.8141-2.6341,3.2804-4.5158,4.2212l-1.281,0.6405c-0.5269,0.2635-0.7405,0.9042-0.477,1.4311L8,50%20c0,0,6.75,1.6875,11.4451,0.332'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M15.6331,32.1309c4.9804-7.1004,36.828-22.241,46.0504,3.1369c0.9971,2.7436,1.1827,5.7171,0.577,8.5728%20c-0.7996,3.7694-1.9902,9.3825-2.5201,11.8806C59.5821,56.4677,58.9233,57,58.1602,57h-0.0126%20c-1.0658,0-1.3516-0.8488-1.5523-1.8955C56,52,56.1278,47.2205,52.3035,40.6214'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.0389,34.7354c0,0,3.5828,5.6301,1.0237,9.7248c-2.0097,3.2155-4.6506,8.6405-5.6921,10.8218%20c-0.2774,0.5811-0.8646,0.9503-1.5085,0.9503h-0.0254c-1.147,0-1.9499-1.1202-1.5828-2.2068%20c0.7577-2.2427,1.5685-5.9644,0.6195-10.0771'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.5744,44.972c0,0,15.8668,1.5355,20.9851-2.0473'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48,45c0,0,0,4-1.1994,8.417c-0.3035,1.1177,0.1299,2.2561,1.2881,2.2561h0c0.5846,0,1.1158-0.3399,1.3608-0.8707L52,50'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.0152,51.5785l-0.1986,2.1841c-0.1367,1.5041,1.4309,2.574,2.7817,1.8986l0.0173-0.0087%20c0.609-0.3045,1.0121-0.9076,1.0606-1.5867L35,46'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M61.2842,27.929c0,0,6.142-1.5355,2.5592,3.071'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-elephant{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M21.2018,46.7173c1.2841,2.2998,0.6705,4.1675-0.3068,5.0943c-1.0582,1.0035-3.1239,1.4522-4.5341,1.0805%20c-12.6453-3.3328-3.9473-25.1574-3.9473-25.1574c0.6152-9.2276,8.0852-8.8761,8.0852-8.8761s6.9105-4.5689,11.0186,0.1662%20c1.2299,1.4176,1.7756,3.2996,1.7197,5.1755c-0.0871,2.9273,2.8817,6.9577-1.6526,10.3584c-1.75,1.3125-0.947,5.108-4.5,5.5833%20c0,0-5.0918,0.5197-5.1797-7.4775'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.3153,40.5458c0,0-0.3114,2.4517,1.0948,12.4702l-1.5105,2.5977c-0.5087,0.8748,0.0629,1.9876,1.0713,2.0714%20c1.2249,0.1018,3.9499,0.1775,5.2613,0.0134c1.0114-0.1266,1.8256-1.0297,1.7028-2.0416%20c-0.8553-7.0462,0.6214-11.0302,0.6214-11.0302c4.6607,3.5732,11.223,0.1962,14.9141-0.1554%20c0.7382-0.0703,2.0387,0.1671,2.6527,0.3435c2.3131,0.6643,3.8527,2.1228,3.7945,8.5894l-1.5535,2.5634%20c-0.4911,0.9067,0.1568,2.0371,1.1652,2.2526c1.1002,0.2352,4.1595-0.0517,5.0685-0.2525c1.7298-0.382,1.6507-2.2086,1.7573-3.9768%20c0.2273-3.7699-0.0975-9.0142-0.3054-11.7441c-0.0757-0.9936-0.0446-1.9861,0.1017-2.9718%20c0.3711-2.5006,3.1904-12.548-8.1712-19.2086c-6.5744-3.8542-13.1928,4.2417-20.6246-0.55'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M18.1259,35.9077c0,0,0.1758,10.8095-13.0066,11.1611'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M64.1336,29.8101c1.0513,2.4141,1.7681,6.2446,1.2036,12.3001'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.9594,45.4242l0.4015,4.8512c0.0638,0.7704-0.1286,1.5402-0.5457,2.1835l-0.883,1.3619%20c-0.2136,0.3294-0.3728,0.8248-0.464,1.3684c-0.2372,1.4145,0.847,2.7027,2.2429,2.7027h1.1233'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-octopus{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M60,30c2-6-3-6-3-6c-7,1-2,7-2,7s6,11-4.5833,10.6142C39.8333,41.2284,43,31,43,31c6.0698-5.0974,4-11,4-11c-3-10-11-9-11-9%20s-8-1-11,8c0,0-3,9,4,12c0,0,4,11-8,11c0,0-10,0-4-13c0,0,2-7-4-5c0,0-3,1-2,6'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33,33c0,0,4,11-7,14c0,0-7-1-7,5s4,6,6,5s3-4,3-4'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M38.7091,33c0,0-4,11,7,14c0,0,7-1,7,5s-4,6-6,5s-3-4-3-4'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.1157,45c0,0-2,1-4-1s-4-1-4-1s-4,1-1,5c0,0,1,2,4,1'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M54,45c0,0,2,1,4-1s4-1,4-1s4,1,1,5c0,0-1,2-4,1'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-fish{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M16.1101,37.4612c0,0-5.1101-4.8074-4.0659-11.0726s13.5746,1.0442,14.6188,6.2652c0,0,3.1326-5.221,8.3536-6.2652%20c0,0-1.0442-5.221,0-8.3536c0,0,11.4862-4.1768,15.663,6.2652c0,0,11.4862,2.0884,12.5304,11.4862l-3.1326,2.0884l2.741,2.3495%20c0,0-0.126,6.9813-11.8755,10.1474c0,0-2.3517,7.3429-10.7053,5.2545l1.0442-5.221c0,0-6.2652,1.0442-14.6188-8.3536%20c0,0-3.1326,9.3978-15.663,7.3094C11.0001,49.361,10.7782,41.2244,16.1101,37.4612z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41,31c0,0-6,4-1,11'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-turtle{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m17.98%2028.495c-.58825-1.845-1.1769-3.6911-1.2374-5.6245-.06048-1.9333.40775-3.9534-1.2772-5.131s-5.5245-1.512-7.6321-.22067c-2.1076%201.2914-2.4822%204.2077-1.2374%205.9733s4.1089%202.3812%205.5921%204.3227c1.4832%201.9415%201.5892%205.2105%202.7004%207.0835%201.1112%201.873%203.2254%202.3502%204.9785%203.1922s3.1436%202.0472%202.9694%202.9703c-.17428.92308-1.9113%201.5624-2.4872%203.2221-.57584%201.6596.01241%204.3335-1.1381%206.4198-1.1505%202.0863-4.04%203.5846-2.956%204.3205%201.0839.7359%206.1406.70914%208.4682.30839%202.3276-.40074%201.9263-1.1766%202.2336-3.197s1.324-5.2845%202.3409-8.5494'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m18.221%2041.258c-1.5249%201.0433-3.0499%202.0868-3.6252%203.6259-.57526%201.5391-.2007%203.5725-1.0703%205.3512s-2.9832%203.3037-3.2638%204.0529c-.28054.74924%201.2713.72248%202.8221.69574'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m52.977%2047.197c.55443%201.2145%201.1243%202.4627%201.2443%203.8672.12004%201.4045-.20102%202.983.81631%203.7853%201.0173.8023%203.3718.82906%204.776.58827s1.859-.74914%201.4895-2.4228c-.36953-1.6737-1.5831-4.5593-2.7876-7.4233'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m51.88%2054.97c-1.2298.02674-2.4605.05349-2.7153-.37454-.25472-.42804.46766-1.3109.77093-2.1109.30328-.79994.18714-1.5178.07081-2.2369'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m31.465%2045.753c3.6935%201.0973%207.3857%202.1943%2010.535%202.4791%203.1492.28474%205.7556-.24225%208.3612-.76909'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m58.678%2042.528c2.6841-2.401%202.6116-8.287.99152-12.75s-4.7883-7.5021-9.4684-9.2152c-4.68-1.7131-10.872-2.0991-15.866-.83269-4.9949%201.2664-8.792%204.1852-10.727%205.9948-1.935%201.8097-2.0075%202.5092-1.5115%204.7407.49602%202.2315%201.5194%205.8505%205.6005%208.2432s10.617%203.2069%2016.736%204.1719%2011.561%202.0481%2014.245-.35294z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m63.01%2041.579%203.291%201.8462-4.8161.96321'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m42.114%2042.171%201.7027-11.749%208.7407-.96488%204.4839-3.6893'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m43.647%2030.138-9.7056-5.9596'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m33.884%2024.009-1.2487-3.3487'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m33.828%2024.349-6.9244%2012.941'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m52.898%2030.082%204.4271%2013.054'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-hatching-chick{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3ccircle%20cx='30.908'%20cy='26.3629'%20r='2.3682'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='40.3807'%20cy='26.3629'%20r='2.3682'%20fill='%230096A3'%20stroke='none'%20/%3e%3cline%20x1='34.7963'%20x2='33.4334'%20y1='14.9035'%20y2='9.7857'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='36.8284'%20x2='36.8284'%20y1='15.7062'%20y2='12.1539'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='38.9992'%20x2='40.3807'%20y1='15.9035'%20y2='9.7857'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M35.3719,30.6032c0,0,5.9251-0.2907,0,5.2324C35.3719,35.8356,29.4468,30.6032,35.3719,30.6032z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M49.7637,33.4191c0.0286-2.6167-0.8175-5.8717-2.9865-9.9204c0,0-2.8449-7.8235-10.6684-7.8235%20c-2.2075,0-4.0187,0.5096-5.4973,1.2733c-3.7618,1.9427-5.3718,5.5292-5.8823,6.5502c-0.3479,0.6959-3.0787,5.3065-3.1133,10.0017'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M61.6942,37.9501C61.6942,52.3371,50.0313,64,35.6443,64S9.5944,52.3371,9.5944,37.9501l7.4428,3.7214l6.5125-4.6518l8.3732,5.5821%20l6.2024-5.5821l8.1758,4.7364l7.0199-5.6667L61.6942,37.9501z'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-front-facing-baby-chick{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23,49c0,0,4.7974,5.0246,13.48,5.0122C45,54,49,49,49,49'%20/%3e%3cline%20x1='33.625'%20x2='31.125'%20y1='13.5'%20y2='11.625'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='35.125'%20x2='34.125'%20y1='12.875'%20y2='10.75'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='37.125'%20x2='37.25'%20y1='13.25'%20y2='10'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='31.3458,53.7306%2030.375,58.25%2027.25,60'%20/%3e%3cline%20x1='33.25'%20x2='30.25'%20y1='59'%20y2='58'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='40.1542,53.7306%2041.125,58.25%2044.25,60'%20/%3e%3cline%20x1='38.25'%20x2='41.25'%20y1='59'%20y2='58'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3ccircle%20cx='32.25'%20cy='23'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='40.25'%20cy='23'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.3719,26.6032c0,0,5.9132-0.2907,0,5.2324C36.3719,31.8356,30.4587,26.6032,36.3719,26.6032z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M42,36c2,9,9,9,9,9c2-6-6-11-6-11c7-6,1-10,1-10c0-10-10.375-11-10.375-11C25.25,15,26,24,26,24c-6,4,0.625,9.75,0.625,9.75%20S19,38,21,45c0,0,8,0,8-9'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-bird{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cline%20x1='32.625'%20x2='37'%20y1='55.625'%20y2='54'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M42.8504,29.4692c-0.7444-0.1428-0.9348,0.5114-0.9348,0.5114h-0.0005c-0.6837,2.166-3.0652,7.1369-10.4871,10.0829%20l0.006,0.0082c0,0-0.7619,0.2029-0.443,1.0278c0.2757,0.7122,0.9802,0.5552,1.1667,0.4988%20c8.3025-3.3272,10.7819-9.1109,11.4476-11.3398C43.6638,30.0615,43.5899,29.6108,42.8504,29.4692z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.625,40.875C31.625,40.875,40,39,43,29'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41,22c0,0,3-9,11-4c0,0,8.25,0.75,8.625,3.375C60.625,21.375,53,23,51,27s3,7-5.125,15.625C45.875,42.625,42,47,36,47l-1,2l2,5%20l6,1'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M10.125,46.875C10.125,46.875,35,24,43,25s2,13.25-5.5,17.625S10.125,46.875,10.125,46.875z'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-penguin{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M32,14c0.0291,1.3236,7.2847,6.8282,11,1c0,0-1.0451,11.0186,1,15c2.3884,4.6498-0.4794,22.871-5,29%20c-1.5278,2.0714-7.151,5.2303-10-5s-2-9.8618-2-16S34.5308,19,32,14z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M45,12c0.964-0.9633,4.0386-2.304,4.3591-2.9468c0.1525-0.3049-0.6522-0.8271-0.964-0.964c-0.9577-0.4188-3.213,0-4.177-0.1606%20c-3.5341-1.7668-6.1043-2.0879-8.3527-1.1245c-3.5341,1.6068-4.1764,5.7826-4.1764,7.3894c0,1.4488-0.0815,4.3556-0.3217,5.7826%20c-0.0971,0.5769-0.4145,1.7114-0.6422,2.2497c-0.6428,2.249-2.2497,4.4981-3.5348,6.1043%20c-0.9248,1.1569-8.6744,9.9602-9.9595,12.5303c-1.1538,2.236-4.1764,7.3894-2.8913,9.3167%20c1.3106,0.1879,1.6062-4.1764,8.0447-9.3167C23.9415,39.4529,26.5249,36.8275,27,36c0.2251-0.3921,0.0085,1.548,0,2%20c-0.1486,7.8633,1,12,0.9931,16.6751c0.4817,2.5702,0.5028,3.4918,0,4.4981c-1.4463,2.8913-4.0164,2.8913-4.6586,4.0164%20c0,0,2.9989,2.09,9.8322-2.0498%20M47.9654,39.92c1.0227,1.1148,2.2772,2.1323,2.9986,2.8683%20c1.8004,1.8358,6.1043,8.3527,7.0676,7.3888c0.3236-0.3211,0.8227-1.9479,0.6447-2.5708%20c-1.9279-6.7465-9.0089-15.028-12.7614-21.5495%20M39.8668,62.2657c4.7581,1.8332,8.5087,0.4778,8.5087,0.4778%20c-0.2625-0.3716-2.9493-1.8113-4.4778-2.4'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-camel{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M59.3346,35.6722c-1.0322,1.8633-2.1378,4.2568-1.8743,5.5745c0.4734,2.3672,1.7162,6.2337,1.7162,6.2337l-5.0977,11.1058%20c-0.3146,0.6855-0.9998,1.1249-1.754,1.1249H52.313c-1.4871,0-2.4197-1.6063-1.6706-2.8909%20c1.914-3.282,4.0872-9.1253,1.4405-16.3143c-0.6513-1.7691-0.6643-3.7138-0.039-5.4923l2.4968-7.1021'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M63.25,42.9349c0.464,0.6901,1.5227,4.6182,1.3283,5.4268L62.308,57.801c-0.2162,0.8988-1.0201,1.5323-1.9445,1.5323h-2.4483'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M38.375,31.4375l0.6999,6.8107l-1.1374,9.5643l6.999,5.5663c0.4067,0.2948,0.6875,0.7318,0.7868,1.2242l0.0032,0.016%20c0.3617,1.7945-1.6777,3.0917-3.1497,2.0033l-7.7629-6.2224l-1.6028-11.3595l-2.8949-2.607%20C19.3481,39.9052,13.5,26.9167,13.5,26.9167l-5.25-1l-1.9167,0.5c-0.4704,0.0884-1.0571-0.7298-1.25-1.1678%20c-0.8884-2.0178,1.5725-3.1907,1.5725-3.1907l8.3562-1.4468c0.5717-0.1006,1.1403,0.1768,1.4055,0.6932%20c1.3581,2.6452,5.9254,10.2179,12.1628,6.6068c0,0,1.4468-4.8436,8.0473-6.9487c1.5595-0.4974,2.9298-1.464,3.8123-2.8426%20c0.6625-1.0349,1.5157-2.0836,2.3438-2.2815c1.2957-0.3098,3.7318-0.5408,5.4141-0.5968c0.9628-0.0321,1.8537,0.4943,2.2758,1.3603%20c0.7867,1.6141,11.4126,9.105,11.4126,9.105c1.3039,1.1445,2.0292,2.8096,1.9628,4.5432C63.7633,32.4891,64.67,36.5,65.8125,39.25'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30,41.1875l-1.1395,16.6297C28.7462,58.4322,29.2181,59,29.8437,59h1.5313c1.1046,0,2-0.8954,2-2v-2.5625'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M42.9495,39.9365c2.815-0.282,6.6505-0.8706,8.0404-1.9251'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-dolphin{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%3e%3cpath%20d='m28.035%2037.938c-0.44221%205.6934%203.8049%209.3193%203.6113%205.3184-0.17947-3.7094%202.899-5.1007%203.9004-5.209l-0.08-0.109h-7.4316'%20/%3e%3cpath%20d='m42.202%2039.165c3.0822%201.2277%206.6941%203.6708%209.2976%208.5229%200.29517%200.57883%200.50441%201.2045%200.62771%201.7365%201.0477%204.0472-5.5475%202.4327-6.6491%205.2532-0.40316%201.0322-1.1544%204.1685-0.56439%204.5874%200.0393%200.0283%200.0851%200.0437%200.13677%200.0467%200.19108%200.009%200.47061-0.16726%200.86303-0.59882%202.0599-1.5336%204.9982%200.51116%206.9868-0.6529%200.80032-0.46845%201.2022-1.2239%201.4915-1.7917%200.46148%200.7394%201.075%202.2683%202.1236%202.6224%201.8358%200.5511%204.5889%200.37522%205.8969%203.8416%201.1916-3.6368%202.3829-6.2308-2.0593-9.292-1.5604-1.057-3.9503-2.6878-4.0085-4.1251-0.009-0.1798%200.39822-10.231-5.5746-18.566%200.20821-2.2288%201.8232-5.3148%204.1092-5.8167%202.0556-0.45133-3.4045-4.5113-11.387-0.88331-10.758-6.1609-23.196%200.0287-23.548%206.7324-3.125-0.25-7.8698%200.23039-7.9697%203.0681%200.0156%200.54688-0.14674%204.0878%2016.025%204.0878h8s0.01921-0.000961%200.05642-0.0019'%20/%3e%3cpath%20d='m43.469%2036.098c-0.76004%200.66098-2.4918%203.5606-0.22546%206.5026%203.3099%204.2967-8.0632%201.7931-7.5983-9.2004'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-mouse-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3ccircle%20cx='26.7818'%20cy='38.6203'%20r='3'%20fill='%230096A3'%20stroke='none'%20/%3e%3cline%20x1='37'%20x2='37'%20y1='54.469'%20y2='57.491'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M42.0616,59.9329l10.4088-4.5136c10.5713-5.4638,5.345-20.6675,5.345-20.6675c4.3948-1.7817,6.8394-6.0914,6.8394-6.0914%20c6.3409-12.3194-0.2162-16.7439-3.6864-18.1503c-1.0579-0.4287-2.2666-0.1795-3.0757,0.6257l-8.3325,7.6996%20c-8.3737-4.9392-16.7472-4.9392-25.1207,0l-8.3325-7.6996c-0.809-0.8052-2.0178-1.0544-3.0757-0.6257%20C9.5613,11.9165,3.0043,16.341,9.3451,28.6604c0,0,2.4446,4.3097,6.8394,6.0914c0,0-5.2263,15.2037,5.345,20.6675l10.4088,4.5136%20C34.6794,62.4669,39.3207,62.4668,42.0616,59.9329z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M13.4527,14.728c0,0,8.077,3.8724,5.2263,16.5211'%20/%3e%3ccircle%20cx='47.2182'%20cy='38.6203'%20r='3'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M60.5473,14.728c0,0-8.077,3.8724-5.2263,16.5211'%20/%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M34.449,50.265c1.4173-0.2612,3.1422-0.4049,4.971-0.1656c1.8102,0.2369,2.6036,1.9215,1.4716,3.0418l-1.9003,1.8806%20c-0.9386,0.9289-2.7309,0.9772-3.7505,0.1011l-2.0222-1.7375C31.9765,52.3183,32.645,50.5974,34.449,50.265z'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-cow-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M26.1616,31.0595c0,0-3.0474-0.219-3.8284-1c-0.781-0.781-0.781-2.0474,0-2.8284c0.781-0.781,2.0474-0.781,2.8284,0%20C25.9427,28.0121,26.1616,31.0595,26.1616,31.0595z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.6191,26.2353l2.0377-9.248c0,0-7.6806-0.627-6.505-7.4454c0,0,9.9534,3.2917,12.7748,0.4702c0,0,6.2375-6.6642,16.1956-0.0429%20C47.4448,12.1785,56.897,9.499,56.897,9.499c1.1756,6.8184-6.505,7.4454-6.505,7.4454l2.0377,9.248'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M28.4825,46H44.209c0.272,0,0.5324,0.1138,0.7082,0.3213c0.8467,0.9992,3.1442,4.3471,2.0943,10.2966%20c-0.1836,1.0404-1.1647,1.7418-2.2037,1.5503c-3.4759-0.6406-11.324-1.7893-16.7592-0.3263%20c-1.1058,0.2976-2.2065-0.454-2.3432-1.5909c-0.302-2.5115-0.3157-6.6284,2.0103-9.8682C27.8908,46.139,28.1824,46,28.4825,46z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.8671,50.277c0,0-0.6865,2.855,3.1538,2.926'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.1276,61.4663c0,0,6.3482,7.9157,13.7936,0.3135'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M17.5177,20.1544c-3.0642-1.9576-7.3791-4.5873-12.4353-3.3426c0,0-1.4891,14.0288,15.3611,15.5179l1.2133,0.881%20c0,0-2.2906,8.9177,1.2618,16.1018'%20/%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M45.8871,31.0139c0,0,3.0474-0.219,3.8284-1c0.7811-0.781,0.7811-2.0474,0-2.8284c-0.781-0.781-2.0474-0.781-2.8284,0%20C46.1061,27.9665,45.8871,31.0139,45.8871,31.0139z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43.1817,50.2341c0,0,0.6865,2.855-3.1538,2.926'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M54.7743,19.9585c3.0474-1.888,7.2683-4.4017,12.1921-3.1896c0,0,1.4891,14.0288-15.3611,15.5179l-1.2133,0.881%20c0,0,2.5382,7.9772-1.0141,15.1613'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-tiger-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M47.3393,34.6182c0,0,0.0607,2.3422-1.2037,3.1596c-1.2644,0.8174-3.3752-0.1996-3.3752-0.1996%20s-0.0607-2.3422,1.2037-3.1596S47.3393,34.6182,47.3393,34.6182z'%20/%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M25.9305,34.6182c0,0-0.0607,2.3422,1.2037,3.1596c1.2644,0.8174,3.3752-0.1996,3.3752-0.1996s0.0607-2.3422-1.2037-3.1596%20S25.9305,34.6182,25.9305,34.6182z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.1981,47.3666c0,0-1.6667,12.7083,11.9583,7.5833v-3.3438'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M21.2398,28.4916c-0.1667,0.3333-4.6667,9.1667,0.9167,16.25'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M22.1549,23.2401c-4.6652,2.7745-12.117,9.7821-5.2485,24.1265'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M27.3231,48.9916c0,0-11.1667,0.75-12.75,6.8333'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M28.9064,52.1582c-0.25,0.1667-10.3333,5.75-8.5833,10.6667'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.5766,59.1521c1.9799,2.0495,7.4123,6.3778,13.517,0.1296'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M17.4898,22.3249c-7.9284-9.061-3.0759-11.6581-0.2234-12.8765c0.9417-0.4022,2.0253-0.2705,2.8642,0.3168l5.7994,6.0597%20c0,0,9.3237-6.3941,20.14,0l5.7994-6.0597c0.8389-0.5872,1.9225-0.719,2.8642-0.3168c2.8525,1.2184,7.705,3.8155-0.2234,12.8765'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.7186,47.7416c0,0,1,2.875-3.4167,3.625h-2.6038c-4.4167-0.75-3.4167-3.625-3.4167-3.625'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.8019,47.3666c0,0,1.6667,12.7083-11.9583,7.5833v-3.5833'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M50.7602,28.4916c0.1667,0.3333,4.6667,9.1667-0.9167,16.25'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M49.8832,23.2628c4.6675,2.7899,12.0602,9.7983,5.2104,24.1037'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M44.6769,48.9916c0,0,11.1667,0.75,12.75,6.8333'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43.0936,52.1582c0.25,0.1667,10.3333,5.75,8.5833,10.6667'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.5766,24.1069c0,0,7.0776-3.3333,13.1833,0.4167'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.5208,29.2864c0,0,4.9901-3.3333,9.2949,0.4167'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-rabbit-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M60.5693,9.8131c0,0-12.4983-0.3048-16.784,19.8578'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='41.0298,50.553%2035.8398,53.9543%2030.5638,50.553'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='31.3767,61.0191%2035.7968,58.9868%2040.4201,61.0191'%20/%3e%3cline%20x1='35.8398'%20x2='35.7968'%20y1='53.9543'%20y2='58.9868'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='45.1214'%20cy='39.9176'%20rx='1.6461'%20ry='2.8119'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M22.3332,36.7338C5.6688,23.7275,7.9043,6.2824,7.9043,6.2824C23.959,0.7258,31.3767,27.9952,31.3767,27.9952%20s4.4135-3.561,9.0435,0c0,0,7.4177-27.2693,23.4724-21.7128c0,0,2.2355,17.4451-14.4289,30.4514'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M11.2275,9.8131c0,0,12.4983-0.3048,16.784,19.8578'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M22.3332,43.745c0,0-10.8725,8.2306-4.7758,17.9853c0,0,2.8451,5.2838,13.2096,4.979h10.2628%20c10.3644,0.3048,13.2095-4.979,13.2095-4.979c6.0967-9.7547-4.7758-17.9853-4.7758-17.9853'%20/%3e%3cellipse%20cx='26.8786'%20cy='39.9176'%20rx='1.6461'%20ry='2.8119'%20fill='%230096A3'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-cat-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cellipse%20cx='45.0854'%20cy='38.1033'%20rx='1.6461'%20ry='2.8119'%20fill='%230096A3'%20stroke='none'%20/%3e%3cellipse%20cx='26.8427'%20cy='38.1033'%20rx='1.6461'%20ry='2.8119'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='31.9328,47.2287%2036.037,50.0204%2039.8495,47.2287'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.037,50.0204v4.2708c0,0-1.1042,3.6875-5.5417,2.875'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M15.8717,48.4759c-4.8928-7.2535-2.0014-15.8722-2.0014-15.8722s-5.25-14.875-0.4375-21.25c0,0,9.1875,1.5,15.6875,7.375%20c4.5946-1.9379,9.1575-2.0128,13.6875-0.1437c6.5-5.875,15.6875-7.375,15.6875-7.375c4.8125,6.375-0.4375,21.25-0.4375,21.25%20s2.8914,8.6187-2.0014,15.8722'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M14.7453,15.1037c0,0,12.8125,6.1875,10.0625,11.8125'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.8491,50.8753c0,0-9.3615-0.458-13.6525,7.5243'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M35.8911,49.8767v4.2708c0,0,1.1042,3.6875,5.5417,2.875'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M57.1828,14.96c0,0-12.8125,6.1875-10.0625,11.8125'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.2048,54.6836c0,0,8.2116,2.2454,8.6795,11.2958'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48.079,50.7316c0,0,9.3615-0.458,13.6525,7.5243'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.3859,60.7598c3.88,1.6845,5.6481,1.8093,9.3021,0'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.4446,54.6836c0,0-8.2116,2.2454-8.6795,11.2958'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-horse-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M57.2049,36.8681c1.768,2.3617,6.5451,6.6821,6.0451,16.2382'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.25,40.9708c0,0,8.4783,6.7823,0,18.7647'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33.9462,29.955c0.5489,8.3555-9.3225,9.703-11.954,10.3347c-0.3325,0.0798-0.6318,0.25-0.8736,0.4919l-2.2227,2.2227%20c-0.3494,0.3494-0.8234,0.5458-1.3176,0.5458h-3.5121c-1.203,0-2.2711-0.7698-2.6515-1.9111l-0.531-1.5931%20c-0.258-0.774-0.1649-1.6222,0.2549-2.3218l8.7862-14.6436l4.7238-4.7238l-2.1151-6.9054c0,0,7.8026-0.6987,8.4135,5.3308%20c0,0,16.9281,2.4418,10.5531,19.383c0,0-1.625,5.9489,2.375,11.1846'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.6667,13.1063c0,0,22.2444-4.0208,19.9583,19.9583'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48.6687,22.2404c0,0,14.7665,6.5865,5.4563,22.22c0,0-5.375,6.5625,0.625,13.6042'%20/%3e%3ccircle%20cx='23.1667'%20cy='28.0159'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-monkey-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3ccircle%20cx='27.6338'%20cy='29.6771'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.0393,27.9538c0,0,4.726-6.5434,9.4521,0.1023'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.8968,40.1701c0,0,0.6484,2.299,3.537,2.7117'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M27.989,51.7674l1.2915,0.8045c1.2002,0.7477,2.5573,1.1408,3.9382,1.1408h5.6222c1.3232,0,2.6255-0.361,3.7893-1.0503%20l1.5111-0.895'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.0557,35.5878c-2.6158,1.5082-5.9686,4.8289-5.5798,11.8762'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M26.8178,56.0264l0.2809,0.6695c1.0574,2.5206,3.1675,4.4503,5.7723,5.279l0.7864,0.2502%20c2.2541,0.7171,4.6965,0.5509,6.8326-0.4651l0,0c2.0135-0.9577,3.6173-2.6051,4.5206-4.6436l0.4855-1.0957'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M16.0795,18.8447l-1.7688-1.228c-1.6197-1.1245-3.7931-1.0191-5.2965,0.2567l0,0c-0.7659,0.65-1.2866,1.5421-1.4642,2.5308%20c-0.6192,3.4457-1.5742,11.5715,2.6707,13.7114'%20/%3e%3ccircle%20cx='43.3662'%20cy='29.9126'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48.0175,28.1759c0,0-4.726-6.5434-9.4521,0.1023'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M49.9607,41.4195c2.5152-1.7505,2.6995-5.9685,3.3012-10.1803c0.4127-2.8885-0.4716-5.895-3.5959-8.4888%20c-3.1321-2.6002-7.3146-2.1486-9.39-1.6993c-1.0224,0.2213-2.0608,0.3145-3.1062,0.2758l-2.7267-0.1011%20c-0.842-0.0312-1.6765-0.1564-2.4973-0.3471c-1.9859-0.4613-6.3637-1.0469-9.6117,1.6496%20c-3.1243,2.5938-4.0086,5.6002-3.5959,8.4888c0.6017,4.2118,0.786,8.4298,3.3012,10.1803'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41.1032,40.1701c0,0-0.6484,2.299-3.537,2.7117'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41.2534,35.9947c2.5625,1.588,5.6444,4.9189,5.2707,11.6914'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41.2534,35.9947c-0.5708-0.3538-1.1928-0.6531-1.7718-0.8958c-1.2375-0.5188-2.5724-0.7524-3.9139-0.7201l-0.0521,0.0013%20c-1.5439,0.0372-3.0699,0.4152-4.4116,1.18c-0.0161,0.0092-0.0322,0.0184-0.0483,0.0277'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M54.4627,54.7601c0,0,12.6763-6.0522,3.9518-28.4623S36.0651,9.7105,36.0651,9.7105S22.3101,3.6656,13.5856,26.0757%20s3.9518,28.4623,3.9518,28.4623'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M55.9205,19.0668l1.7688-1.228c1.6197-1.1245,3.7931-1.0191,5.2965,0.2567l0,0c0.7659,0.65,1.2866,1.5421,1.4642,2.5308%20c0.6192,3.4457,1.5742,11.5715-2.6707,13.7114'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-dog-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M29.5059,30.1088c0,0-1.8051,1.2424-2.7484,0.6679c-0.9434-0.5745-1.2424-1.8051-0.6679-2.7484%20s1.805-1.2424,2.7484-0.6679S29.5059,30.1088,29.5059,30.1088z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33.1089,37.006h6.1457c0.4011,0,0.7634,0.2397,0.9203,0.6089l1.1579,2.7245l-2.1792,1.1456%20c-0.6156,0.3236-1.3654-0.0645-1.4567-0.754'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34.7606,40.763c-0.1132,0.6268-0.7757,0.9895-1.3647,0.7471l-2.3132-0.952l1.0899-2.9035%20c0.1465-0.3901,0.5195-0.6486,0.9362-0.6486'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.4364,50.0268c0,0-0.7187,8.7934,3.0072,9.9375c2.6459,0.8125,5.1497,0.5324,6.0625-0.25%20c0.875-0.75,2.6323-4.4741,1.8267-9.6875'%20/%3e%3cpath%20fill='%230096A3'%20stroke='none'%20d='M44.2636,30.1088c0,0,1.805,1.2424,2.7484,0.6679c0.9434-0.5745,1.2424-1.8051,0.6679-2.7484%20c-0.5745-0.9434-1.805-1.2424-2.7484-0.6679C43.9881,27.9349,44.2636,30.1088,44.2636,30.1088z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.6245,42.8393c-0.475,3.6024,2.2343,5.7505,4.2847,6.8414c1.1968,0.6367,2.6508,0.5182,3.7176-0.3181l2.581-2.0233l2.581,2.0233%20c1.0669,0.8363,2.5209,0.9548,3.7176,0.3181c2.0504-1.0909,4.7597-3.239,4.2847-6.8414'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.9509,28.3572c-2.3166,5.1597-0.5084,13.0249,0.119,15.3759c0.122,0.4571,0.0755,0.9355-0.1271,1.3631l-1.9874,4.1937%20c-0.623,1.3146-2.3934,1.5533-3.331,0.4409c-3.1921-3.7871-8.5584-11.3899-6.5486-16.686%20c7.0625-18.6104,15.8677-18.1429,15.8677-18.1429c2.8453-1.9336,13.1042-6.9375,24.8125,0.875c0,0,8.6323-1.7175,14.9375,16.9375%20c1.8036,5.3362-3.4297,12.8668-6.5506,16.6442c-0.9312,1.127-2.7162,0.8939-3.3423-0.4272l-1.9741-4.1656%20c-0.2026-0.4275-0.2491-0.906-0.1271-1.3631c0.6275-2.3509,2.4356-10.2161,0.119-15.3759'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M52.6309,46.4628c0,0-3.0781,6.7216-7.8049,8.2712'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.437,46.969c0,0,3.0781,6.0823,7.8049,7.632'%20/%3e%3cline%20x1='36.2078'%20x2='36.2078'%20y1='47.3393'%20y2='44.3093'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-pig-face{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.5348,55.6239l-3.9761-1.494c-0.363-0.1364-0.7632-0.1364-1.1261,0l-3.9761,1.494c-2.2002,0.8267-4.5486-0.7996-4.5486-3.1499%20v-2.463c0-2.11,1.0916-4.0698,2.8856-5.1806l2.3807-1.4741c2.3414-1.4497,5.3015-1.4497,7.6429,0l2.3807,1.4741%20c1.794,1.1108,2.8856,3.0706,2.8856,5.1806v2.463C45.0833,54.8244,42.735,56.4507,40.5348,55.6239z'%20/%3e%3cellipse%20cx='32.1846'%20cy='49.7087'%20rx='2.6115'%20ry='1.6068'%20transform='matrix(0.3327%20-0.943%200.943%200.3327%20-25.3997%2063.5235)'%20fill='%230096A3'%20stroke='none'%20/%3e%3cellipse%20cx='39.8065'%20cy='49.7087'%20rx='1.6068'%20ry='2.6115'%20transform='matrix(0.943%20-0.3327%200.3327%200.943%20-14.2694%2016.0738)'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='26.0833'%20cy='36.0855'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='46.0417'%20cy='36.0855'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.8333,61.4188c-10.0833-6.5-5.1667-23.1667-5.1667-23.1667c-7.7762,2.9161-9.0215-3.7404-10.9204-8.2062%20c-0.7452-1.7525-1.0738-3.6364-1.1634-5.5386C8.4229,21.11,6.9701,16.4312,6.089,13.868c-0.47-1.3674,0.6215-2.7649,2.0621-2.6417%20c1.1647,0.0996,2.4527,0.5098,3.5792,0.9664c1.8985,0.7695,3.8733,1.3555,5.9082,1.591c8.4189,0.9743,9.2693,7.3018,9.2693,7.3018%20s10.5705-1.75,17.7588,0.25c0,0,0.8287-6.9109,9.2476-7.8852c2.0349-0.2355,4.0098-0.8215,5.9082-1.591%20c1.1266-0.4566,2.4145-0.8668,3.5792-0.9664c1.4406-0.1231,2.5321,1.2744,2.0621,2.6417%20c-0.8811,2.5633-2.3339,7.242-2.4939,10.6394c-0.0896,1.9022-0.4182,3.7862-1.1634,5.5386%20c-1.8989,4.4657-3.1442,11.1222-10.9204,8.2062c0,0,4.9167,16.6667-5.1667,23.1667'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.8333,59.3355c0,0,4.6667,4,10.6667,0'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.0625,26.023c0,0-1.375-6.4375-7.1875-8c-5.8125-1.5625-5.5-2.1875-5.5-2.1875'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.8268,26.023c0,0,1.375-6.4375,7.1875-8s5.5-2.1875,5.5-2.1875'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-pig-chicken-face{background-image:url(/assets/1F437_1F414-_bo7V_oS.svg)}.oma-black-frog{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M39.3855,22.3566c0.4635,0,0.8719-0.305,0.9938-0.7522c0.5599-2.0537,2.5904-6.9293,7.6535-7.6044%20c7.8343-1.0446,10.968,4.1783,10.968,8.3565c0,5.0604-2.0891,5.2228-3.4152,7.597c-0.2637,0.4721-0.4077,1.0587-0.0342,1.4497%20c5.4428,5.697,8.1892,29.6023-19.5311,29.6023C10.9508,61.0057,9,41,16.4762,31.384c0.333-0.4283,0.391-1.0013,0.0259-1.4026%20c-1.4705-1.6157-4.5595-5.6648-2.9399-9.7139c2.0891-5.2228,6.2674-6.2674,9.4011-6.2674c3.0031,0,7.9249,1.9186,9.2492,7.5947%20c0.1057,0.4531,0.5276,0.7619,0.9928,0.7619L39.3855,22.3566z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M22.441,48.4708c0,0,13.5794,12.5348,28.2033,0'%20/%3e%3ccircle%20cx='22.441'%20cy='23.4012'%20r='3.1337'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='49.5997'%20cy='23.4012'%20r='3.1337'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='31.8421'%20cy='43.248'%20r='2.0891'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='40.1986'%20cy='43.248'%20r='2.0891'%20fill='%230096A3'%20stroke='none'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-hamster{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3ccircle%20cx='27.8144'%20cy='32.0855'%20r='3'%20fill='%230096A3'%20stroke='none'%20/%3e%3ccircle%20cx='44.4394'%20cy='32.0855'%20r='3'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M32.3769,43.7564c0,0,0.75,2.5833,3.75,2.9167c3,0.3333,4-2.9167,4-2.9167'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.1269,46.673l0.125,4.3334c1.6287,1.0459,2.5723,1.5093,5.0416,1'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.3769,52.0064c1.9583,0.3334,2.9167,0,4.875-1'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41.8823,56.673c5.397,2.7745,9.6846,1.7224,12.7521-0.243'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M11.0307,44.478c-3.7861-13.5237,9.0129-18.7216,9.0129-18.7216c-3-1-8.3333-9.5833-3.9167-13.5833s10.5,3.3333,10.5,3.3333%20s9.8443-4.1667,20.0055,0c0,0,6.0833-7.3333,10.5-3.3333s-0.9167,12.5833-3.9167,13.5833c0,0,12.5816,5.0927,9.1061,18.3773'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.2213,56.7912c3.0177,1.722,7.0999,2.4809,12.1556-0.1181'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M26.6269,43.5064c0,0-17,2.6667-19.75,11.75'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M27.3769,47.2267c0,0-12.2519,2.2168-14.5,13.2797'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M46.6324,43.5064c0,0,17,2.6667,19.75,11.75'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M45.8824,47.2267c0,0,11.7426,3.7797,14.5,13.2797'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-bear{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3ccircle%20cx='28.6339'%20cy='36.999'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M26.0089,19.8949c0,0-7.6875-11.625-14.9375-6.8125c-6.6011,4.3818-3.9113,13.9584,0.603,16.915'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M21.0714,58.5824c-15.9375-6.3125-7.8506-24.0133-7.8506-24.0133s3.645-9.3586,9.3416-11.6086'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M51.0978,58.5824c15.9375-6.3125,7.8506-24.0133,7.8506-24.0133s-3.645-9.3586-9.3416-11.6086'%20/%3e%3ccircle%20cx='43.3661'%20cy='36.999'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43.495,43.3313l1.5607,4.8039c0.2196,0.8168,0.0853,1.6816-0.3675,2.3961c-1.2194,1.924-4.0542,5.1185-8.2597,2.2386h-0.8572%20c-4.2055,2.8798-7.0402-0.3147-8.2597-2.2386c-0.4528-0.7144-0.5871-1.5793-0.3675-2.3961l1.5607-4.8039'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.172,47.9243c-0.1014,3.008-2.8052,1.6561-2.8052,1.6561L36,48.9038l-1.3667,0.6766c0,0-2.7039,1.3519-2.8052-1.6561'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M45.9911,19.8949c0,0,7.6875-11.625,14.9375-6.8125c6.6011,4.3818,3.9113,13.9584-0.603,16.915'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.9464,57.1478c0,0,5.1875,6.6013,12.1072,0.5625'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.6652,17.9512c0,0,8.7098-4.9304,22.3259,0'%20/%3e%3cline%20x1='36'%20x2='36'%20y1='52.7699'%20y2='49.5804'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-panda{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3ccircle%20cx='28.6022'%20cy='38.999'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M35.9683,49.1352c0,0-4.0706,1.7971-4.172-1.2109'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.9772,18.8949c0,0-7.6875-11.625-14.9375-6.8125c-6.6011,4.3818-3.9113,13.9584,0.603,16.915'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M21.0397,57.5824c-15.9375-6.3125-7.8506-24.0133-7.8506-24.0133s3.645-9.3586,9.3416-11.6086'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M51.0661,57.5824c15.9375-6.3125,7.8506-24.0133,7.8506-24.0133s-3.645-9.3586-9.3416-11.6086'%20/%3e%3ccircle%20cx='43.3344'%20cy='38.999'%20r='2'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M44.6566,51.5312c-1.2194,1.924-4.0542,5.1185-8.2597,2.2386h-0.8572c-4.2055,2.8798-7.0402-0.3147-8.2597-2.2386'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M35.9683,49.1352c0,0,4.0706,1.7971,4.172-1.2109'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M45.9594,18.8949c0,0,7.6875-11.625,14.9375-6.8125c6.6011,4.3818,3.9113,13.9584-0.603,16.915'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.6335,16.9512c0,0,8.7098-4.9304,22.3259,0'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.6022,59.5824c3.5914,1.2214,7.1689,1.2311,10.7321,0'%20/%3e%3cline%20x1='35.9683'%20x2='36'%20y1='49.1352'%20y2='53.7699'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43.9375,45.8355c0,0,7.3693,1.6133,7.4134-4.2067c0.0229-3.021-1.8972-5.6794-4.6072-7.0147%20c-3.522-1.7354-8.4313-2.5763-8.4313,6.2213'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M28.2573,45.8355c0,0-7.3692,1.6133-7.4134-4.2067c-0.0229-3.021,1.8972-5.6794,4.6072-7.0147%20c3.522-1.7354,8.4312-2.5763,8.4312,6.2213'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-paw-prints{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34.2042,25.0412c-0.0364-0.2205-0.0784-0.4413-0.134-0.6623c-1.0117-4.0167-4.871-6.5074-8.6199-5.5631%20c-3.7489,0.9443-5.9678,4.9659-4.9561,8.9826c0.0557,0.221,0.1233,0.4353,0.1957,0.6468%20c-1.1533,1.1787-1.6914,2.9682-1.2371,4.7717c0.6745,2.6778,3.2473,4.3382,5.7466,3.7087%20c1.6833-0.424,3.7084-3.5122,3.9147-3.5641c0.2063-0.052,3.4527,1.7084,5.136,1.2844c2.4993-0.6295,3.9785-3.3106,3.3041-5.9884%20C37.0998,26.854,35.7783,25.5329,34.2042,25.0412z'%20/%3e%3cellipse%20cx='19.0129'%20cy='12.4327'%20rx='2.6883'%20ry='3.7634'%20transform='matrix(0.9327%20-0.3607%200.3607%200.9327%20-3.2047%207.6957)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='14.1245'%20cy='21.5497'%20rx='2.6883'%20ry='3.7634'%20transform='matrix(0.8286%20-0.5598%200.5598%200.8286%20-9.6426%2011.5991)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='36.1324'%20cy='14.8271'%20rx='3.7634'%20ry='2.6883'%20transform='matrix(0.0748%20-0.9972%200.9972%200.0748%2018.6429%2049.7486)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='27.7026'%20cy='10.244'%20rx='2.6883'%20ry='3.7634'%20transform='matrix(0.9893%20-0.1458%200.1458%200.9893%20-1.1975%204.1481)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M52.0157,56.9056c0.0775-0.2096,0.1503-0.4223,0.2113-0.6418c1.1089-3.991-1.0118-8.0652-4.7367-9.1002%20c-3.7249-1.035-7.6434,1.3613-8.7523,5.3523c-0.061,0.2196-0.1083,0.4393-0.1501,0.6589c-1.5855,0.4534-2.9387,1.742-3.4366,3.534%20c-0.7393,2.6606,0.6745,5.3768,3.1578,6.0668c1.6725,0.4647,4.9607-1.2164,5.1656-1.1594s2.1545,3.1934,3.8271,3.6581%20c2.4832,0.69,5.0956-0.9076,5.8349-3.5682C53.6345,59.9139,53.14,58.1119,52.0157,56.9056z'%20/%3e%3cellipse%20cx='45.0559'%20cy='38.431'%20rx='3.7634'%20ry='2.6883'%20transform='matrix(0.1482%20-0.989%200.989%200.1482%200.3735%2077.2956)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='36.2959'%20cy='43.9335'%20rx='2.6883'%20ry='3.7634'%20transform='matrix(0.9971%20-0.0763%200.0763%200.9971%20-3.2453%202.8964)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='58.7464'%20cy='48.9846'%20rx='3.7634'%20ry='2.6883'%20transform='matrix(0.5586%20-0.8295%200.8295%200.5586%20-14.6983%2070.3506)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='53.6899'%20cy='40.8299'%20rx='3.7634'%20ry='2.6883'%20transform='matrix(0.363%20-0.9318%200.9318%200.363%20-3.8434%2076.038)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-chipmunk{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M20.4001,32.4935c-3.0173,2.2297-6.5652,1.993-8.8312,1.4888c-1.597-0.3554-2.6144-1.9684-2.2352-3.5599%20c0.2859-1.2,0.8627-2.8654,1.9621-5.1475c3.1184-6.473,8.4386-6.4878,8.4386-6.4878c0.4074-1.0361,1.8658-3.7003,3.0066-4.1946%20c0,0,7.1306,7.3708,1.0283,11.3438'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M11.6785,43.5925c-1.8048-0.7483-2.8431-6.5592,6.7421-4.5c0.5798,0.1245,1.5991,0.2365,2.1722,0.084%20c1.7947-0.4774,5.6455-0.6465,5.6455-4.584'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34.1166,35.0863c0.1417,0.0945,4.5831,9.8748-3.1184,10.4418s-13.7964-2.0317-13.7964-2.0317'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.1234,49.4018c0,0-1.1252,3.9695,1.8987,6.9934l-2.7832,0.8106c-1.3249,0.3859-2.4211,1.3209-3.0112,2.5684v0%20c-0.4746,1.0034,0.0081,2.1977,1.0489,2.5834c1.6081,0.5959,4.3116,0.8772,8.1206-1.109c0,0,9.3468,2.5554,12.4213-3.9085%20c0,0,5.5148-9.2134,1.7349-22.2538c-2.6759-9.2317-10.6098-11.3262-15.0161-11.7622c-1.6261-0.1609-3.1757-0.6903-4.6658-1.3609%20c-1.8515-0.8333-3.5115-1.0041-3.5115-1.0041'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M38.6145,20.5915c0,0,0.1099-13.1129,10.1264-13.8688s13.8662,9.6165,13.8662,9.6165'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M55.866,16.5925c-2.1875-1.25-7.4368,1.8883-3.5625,8.125s13.3546,10.5693,10.3037,18.779%20c-3.5909,9.6629-13.1162,10.721-13.1162,10.721'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34.0535,27.8017c0,0,15.4375,4.6032,9.875,23.7282'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M26.3601,45.6091c0,0-2.0983,4.7126,0.485,9.2126c0,0-6.9167,0.75-4.7352,5.2441'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-dove{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m38.29%2046.13c28.36-0.9149%2018.3-37.51%2017.38-32.93s-27.44%2031.1-30.19%2027.44c-2.744-3.659-6.404-4.574-8.233-1.83-1.83%202.744-2.744%203.659-2.744%203.659s5.489-0.9149%206.404%200.9149c0.9149%201.83%203.816%207.833%209.148%208.233%200%200%201.821%200.6215%205.489%208.233%204.277%208.876%2021.96%200%2016.47-4.574-5.489-4.574-9.148-2.744-11.89-4.574-2.744-1.83-1.83-4.574-1.83-4.574z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m38.37%2026.51c0.3138-7.019-3.262-24.11-6.481-16.06-3.659%209.148-5.489%2011.89-5.489%2011.89-4.348%204.13-5.957%207.228-6.529%209.162'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-lion{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cellipse%20cx='28.7782'%20cy='31.5656'%20rx='2'%20ry='2'%20transform='matrix(0.5156%20-0.8568%200.8568%200.5156%20-13.1061%2039.9485)'%20fill='%230096A3'%20stroke='none'%20/%3e%3cellipse%20cx='43.4629'%20cy='31.5656'%20rx='2'%20ry='2'%20transform='matrix(0.8568%20-0.5156%200.5156%200.8568%20-10.0526%2026.9285)'%20fill='%230096A3'%20stroke='none'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.3928,43.0656c0,0-1.8705-1.3333-2.9394,2.0833l-1.4252,1.0833l-1.4252-1.0833c-1.0689-3.4167-2.9394-2.0833-2.9394-2.0833'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M42.9467,39.9822l2.1482,3.519c0.1941,0.3179,0.3227,0.6662,0.3793,1.0272l0.326,2.0779c0.0856,0.5453,0.0042,1.1018-0.235,1.6067%20l-1.1399,2.407c-0.4169,0.8804-1.2717,1.5195-2.2925,1.7141l0,0c-0.6475,0.1234-1.3206,0.0597-1.9273-0.1826l-1.3016-0.5197%20c-0.3174-0.1267-0.6105-0.2999-0.868-0.5128l-1.3748-1.1369h-1.2661l-1.3748,1.1369c-0.2575,0.2129-0.5505,0.3861-0.868,0.5128%20l-1.3016,0.5197c-0.6067,0.2423-1.2798,0.306-1.9273,0.1826h0c-1.0208-0.1946-1.8756-0.8337-2.2925-1.7141l-1.1399-2.407%20c-0.2391-0.505-0.3205-1.0614-0.235-1.6067l0.326-2.0779c0.0566-0.361,0.1853-0.7093,0.3793-1.0272l2.1482-3.519'%20/%3e%3cline%20x1='36.0282'%20x2='36.0282'%20y1='46.2322'%20y2='48.9822'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.5366,55.5239l0.7708,0.7941c0.8297,0.8549,1.9545,1.3607,3.1446,1.4142l3.0167,0.1356%20c1.1576,0.052,2.2933-0.3278,3.1868-1.0657l0.8644-0.714'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M17.7391,26.8288c-9.9983-4.0396-4.7942-14.1799-4.7942-14.1799c7.5833-4.5833,13.833,4.75,13.833,4.75%20s4.8857-4.6468,12.3055-1.3781'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.0282,23.1489c0,0-17.3333,6.0833-13.75,25'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.456,45.1873c-2.6014,3.7405-3.5847,9.9899,4.4889,19.4616'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.0282,27.7322c0,0-5.6115,8.4105,2.1526,17.7886'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.3605,10.9187c0,0,12.7053-9.5,19.8616,5.3333'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M45.2221,16.4903c0,0,6.2497-9.3333,13.833-4.75c0,0,5.2041,10.1403-4.7942,14.1799'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.9718,22.2403c0,0,17.3333,6.0833,13.75,25'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M53.6231,46.2342c1.6075,3.8321,1.2349,9.5252-5.5679,17.5062'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.9718,26.8237c0,0,5.6115,8.4105-2.1526,17.7886'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-turkey{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='28,53.875%2028,59%2025,60'%20/%3e%3cline%20x1='31'%20x2='28'%20y1='59'%20y2='59'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='36,53.875%2036,59%2033,60'%20/%3e%3cline%20x1='39'%20x2='36'%20y1='59'%20y2='59'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43,49c-2,3-8.9355,5.6585-16.4047,4.6317C22,53,15.125,49,17,42c4.2595-15.902,22-10,22-10s0.5-15.75,9.75-16.375%20s-2,10.75-2,10.75S51,21,55,23s-1.75,6-4.875,6.5S57,28,59,30s0.375,3-6,4s7-1,7,2s-7,4-7,4s3.5-0.75,5.25,2.125s-6,2.875-6,2.875%20S60,48,58,51s-11-1-11-3'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25,17c0,0-5-2-7,2c0,0,5-14,13.75-6c0,0,3.75,2,1,8S29,24.5,29.5,28.25'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24,20c0,0,2,2-1.375,4.25C17,28,18.25,32.875,18.25,32.875'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-duck{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.9472,46.2123c6.9757,5.7074,0,6.3416,0,6.3416c-17.1222,1.9025-21.5613-16.488-21.5613-16.488'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34.0168,54.4596c10.7957,2.9088,29.2906,3.308,25.3452-0.6374c-4.4391-4.4391-5.0732-6.3416-5.7074-10.1465%20s-5.7074-11.4148-14.5856-13.3173c-8.8782-1.9025,0-13.9514-6.3416-19.6588s-13.9514-0.6342-13.9514,2.5366%20s-3.1708,5.0732-3.1708,5.0732c-1.2683,0.6342-9.5123,3.8049,1.2683,3.8049s10.1465,2.5366,6.9757,4.4391%20c0,0-10.8078,4.5851-7.8493,14.4465c3,10,17.9958,13.4564,17.9958,13.4564s-0.6342,1.2683,0,2.5366s-0.3658,1.6342-1.6342,3.5366%20c-1.2683,1.9025-4.0732,0.2683-6.6099,0.9025c-1.9455,0.4864-3.1708,2.5366,0.6342,2.5366s10.7806,0,10.7806,0%20s3.8049,0.6342-0.6342-3.8049c0,0,0.6342-1.2683,0.6342-1.9025s1.374-1.2683,1.0041-2.5366'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34.6024,63.9305c1.1633,0,2.6989,0,4.1493,0c2.3257,0,4.432,0,4.432,0s3.0287,0.5048-0.5048-3.0287%20c0,0,0.5048-1.0096,0.5048-1.5143s1.0937-1.0096,0.7992-2.0191'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40.6597,56.3588c0,0-0.5048,1.0096,0,2.0191c0.5048,1.0096,0.5048,0.5048-0.5048,2.0191c-0.408,0.612-1.2252,0.8826-2.3542,1.035'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-bat{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.7381,31.5162c-2.3813-1.68-3.1171-4.7386-3.1455-9.6438c-6.2917-12.3683-15.8333-7.6799-19-2.2433%20c7.8333,0.9798,4,14.6667,4,14.6667c10-0.5,7.3714,10.1238,7.3714,10.1238c10.087-3.1417,16.7953,6.148,16.7953,6.148%20c-1.648,2.36-1.8159,6.5996-0.3112,7.4402s6.6325,4.2642,6.6325,4.2642l4.6115-4.752c0,0,2.1197-2.0094-2.1947-7.0703%20c2.5572-5.0901,5.9141-7.7066,11.6354-7.725c1.6323-12.2941,10.176-11.3334,10.176-11.3334%20c0.9549-10.5438,8.774-13.0505,8.774-13.0505C59.0926,7.1309,47.0926,16.129,44.797,20.7561%20c-0.2883,0.5812,0.4585,7.3598-2.5445,10.02'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.4007,35.1344c-3.1856-2.5092-2.6668-6.2877-2.6668-6.2877l0.706-6.3877c0,0,3.373,3.7061,3.448,3.9106l2.5254,0.2349%20l3.0896-4.4012c0,0,2.7828,10.0625-0.6418,13.1611'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-shark{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40,44c7,1,9,1,9,1c3,0,1,6,1,6c4-2,5-7,5-7c14-2,14-6,14-6s-9.2393-2.8429-12.3191-3.7905%20c-0.4525-0.1392-0.8926-0.3293-1.3017-0.5675C49.1164,29.9962,50.8462,29.877,46,26c-5-4-10-4-10-4c4,4,3,9,3,9c-4,7-21,6-21,6%20c-4-5-14-5-14-5s7,5,8,9s-1,8-1,8c4-3,7.25-8.6667,7.25-8.6667L27,42'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M37,43c0,0-2.9279,1.6684-3.4781,3.8358c0,0-2.594-2.5042-4.548-2.0775l4.4581-3.0208'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M45,37c0,0,2,2,0,5'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M47,37c0,0,2,2,0,5'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20d='M49,37c0,0,2,2,0,5'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-owl{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='1.5'%20d='M37,22c0,0,0.5-1.5-3-2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='1.5'%20d='M41,22c0,0-0.5-1.5,3-2'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='1.5'%20points='37.625,25.43%2039.375,27%2041.375,25.3438'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M38,60c0,0,1-4-5-3v-2.375'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43,57.375c0,0,1-4-5-3V52'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30,30c0,0-6.5-5.5-0.25-14.75c0,0-0.75-3.25-2.75-3.25s5-3,6,1c0,0,7-3,11,0c0,0,5.25-3.5,7.125-1.75C51.125,11.25,47,14,49,16%20s4,10-1,14'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M40,30c0,0-10,0-10-7.875c0-8.7341,8.1907-4.7359,9-3.125c0,0,7-6,9.125,1.5C50.1834,27.7649,40,30,40,30z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M27,31c-9.5,4.375-2,30-2,30s8.75-9.25,15.875-10.125S51.75,36.75,50,32'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25,59c0,0-0.75-7,1.625-9S37,41,36,35'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-deer{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M28.1685,67.0208l1.1788-3.4527L25.9181,48.107c-12.3235-3.8578-10.3927-17.6861-10.3927-17.6861%20c-0.1921-1.7655-3.3238-1.8171-3.3238-1.8171l-2.6499,0.2126c-0.8005,0.0642-1.544-0.4182-1.8116-1.1753l-0.2103-0.595%20c-0.2696-0.7629,0.0713-1.6072,0.795-1.969l9.0205-4.5102c0,0,2.2172-0.8563,3.168,1.5187c0,0,1.1184-2.6975,6.4764-0.5542%20c0,0-0.4286,4.0721-5.1437,4.0721'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33.0263,39.7485l0.5358,5.6795c0,0-3.0005,3.0188-2.1432,9.0642'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='23.0964,51.1838%2024.0608,62.6628%2022.2391,66.8421'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.7837,28.6554c0,0,0.671,3.2268,4.8768,1.8649c0.9554-0.3094,1.9838-0.2964,2.9608-0.064%20c2.4541,0.5839,10.0605,1.4413,13.8729,0.783c0.5614-0.0969,1.1066-0.2553,1.637-0.4631c1.5592-0.6108,6.7173-2.1085,11.707,2.3083%20c2.0034,1.7733,1.7879,4.751,1.0301,7.2283C59.8581,40.3464,59,43.023,60.4121,44.0855'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='47.6356,37.391%2046.7784,46.5842%2050.8505,53.2505%2047.4678,63.8914%2045.1174,67.0208'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M56.125,37.391c0,0,0.9716,4.995-2.0778,9.7294c0,0,0.1072,3.88,1.3931,6.2375l-2.036,4.1551'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M18.2026,20.2453c0,0,0.8573-4.1257,7.5548-2.4647c0,0,6.001,0.4822,7.9835-5.1437s-2.1788-7.698-2.1788-7.698'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M37.8498,8.1547c0,0,2.8621,1.9342,0.2904,4.8651c-2.5013,2.8506-4.8487,2.0226-4.8487,2.0226'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M14.5055,11.0295c0,0-1.2151,4.9964,1.2859,6.9654s2.4111,2.5629,2.4111,2.5629'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M27.847,10.6544c0,0-1.3159,1.711,0.1307,4.1802c0,0,0.6376,1.6171-0.6575,2.8709'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M20.5065,17.7055c0,0-1.9289-2.3896,0.6965-5.015'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.24,48.9236c4.753,0.5107,8.8861,0.5288,11.6242-0.5618'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-lizard{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M39.9167,46.5c0,0,7.8819-1.5,13.9826,0S68,46,68,46s-7.6667,0.6667-15.3333-3.6667S39,40.8333,32.5,40.4167%20c-6.5-0.4167-14.1667-4.5833-17.8333-7C11,31,8.5833,31.25,8.5833,31.25S8,32,6,33s-5,2,1,4s8.8333,4.8333,8.8333,4.8333'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M21.387,45.0264c0,0,5.7159,1.8069,10.613,1.3902'%20/%3e%3cline%20x1='19'%20x2='16'%20y1='43'%20y2='50'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='16'%20x2='15'%20y1='48'%20y2='48'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='17'%20x2='18'%20y1='48'%20y2='49'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='36.5466'%20x2='36.0791'%20y1='46.5061'%20y2='53.3712'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='35.4177'%20x2='34.4902'%20y1='51.7302'%20y2='52.104'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='36.3451'%20x2='37.6034'%20y1='51.3563'%20y2='51.803'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-giraffe{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M29.8763,66.2708l1.9375-2.3125l2.75-10.1875l-0.625-11.5c-3.5-4-1.4344-8.6627-1.4344-8.6627%20c-9.875-5.25-12.0656-16.3998-12.0656-16.3998l-6.4404,0.9828c-0.8827,0-1.3296-1.0629-0.712-1.6936l2.7773-2.2892l1.1875-1.6875%20l2.625-0.625l-0.0625-2.875'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M37.0638,40.2708c0,0-0.125,3,2.375,3.9375l3.3125,9.4375l1.75,10.1875l-1.3125,2.4375'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M43.2557,43.3333h3.2456c0,0,3.0625-0.5625,3.375-3.9375'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M49.1262,41.5646c0,0,0.9376,4.7688,6.3751,8.2063l0.8125,13.7895l-0.5,2.7105'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M58.1888,47.4583c-2.5713-1.8248-3.1337-5.2183-3.221-7.2951c-0.0597-1.419-0.2781-2.8221-0.6805-4.1841l-0.0985-0.3333%20c-1.8959-5.3999-8.6641-4.2096-12-5.5625c-2.549-1.0338-4.8135-3.9259-5.126-3.9259c-8.0867,0-14.1746-12.301-14.1746-12.301'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-hedgehog{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M24.4626,26.6384c-0.856,2.25-1.8321,3.2941-2.6133,4.0861c-0.5593,0.567-1.4467,0.6356-2.0742,0.1451l-1.1842-0.9257%20l-3.4235,5.054c-0.4522,0.6675-1.2059,1.0673-2.0121,1.0673h0c0,0-2.6719,3.2711-3.6021,6.8056%20c-0.2609,0.9913-0.8825,1.8494-1.7039,2.4625l-0.3813,0.2847c0,0-2.3508,1.9617,0.455,2.8147c0,0,9.623,3.0391,14.9564-1.2109'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41.3785,22.3051c0,0-1.8239,1.2266-3.1987,1.4888c-0.591,0.1127-1.1626,0.2298-1.7154,0.3508l-3.1685-0.6729%20c-1.5711,1.7948-3.7536,2.6499-5.291,3.3242'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M59.9626,28.8051c-1.9853,0-2.5489-0.1535-3.6695-1.0568c-0.8687-0.7003-1.6041-1.5463-2.172-2.5068l-0.4085-0.6909%20c-2.6409,0-5.4664-0.3191-8.0477-0.7441'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M66.2544,38.5007c-3.0964-1.1547-3.5341-4.4159-4.5581-5.7359'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M20.8181,51.7455l-0.2275,0.4726c-0.639,1.3278,0.3286,2.8673,1.8022,2.8673h1.6275c0.7345,0,1.41-0.4027,1.7593-1.0488%20l2.8454-5.2629c0,0,3.5011,1.4508,4.7542,5.0364c0.2731,0.7814,1.0483,1.2753,1.876,1.2753l2.0227,0%20c1.1869,0,2.121-1.028,1.9899-2.2077c-0.1031-0.9279-0.2908-1.8895-0.633-2.3128c0,0,15.1566,0.4371,20.0075-0.6121%20c1.0237-0.2214,2.0438,0.3984,2.2698,1.4212c0.1096,0.4959,0.1747,1.0522,0.1418,1.6371%20c-0.0641,1.1392,0.8536,2.0744,1.9946,2.0744h0.3886c1.1246,0,2.0006-0.7999,2.0742-1.842%20c0.1232-1.7442-0.0146-4.3923-1.5486-6.4315c0,0,1.1334-0.9919,1.1126-4.0873'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M19.2107,37.2177c0,0,2.1233-3.3264,4.0191-0.3412c1.2792,2.0143-0.3073,5.0412-1.4745,6.797%20c-0.5543,0.8338-1.618,1.1557-2.5445,0.7763h0'%20/%3e%3cline%20x1='27.4209'%20x2='32.4209'%20y1='34.5968'%20y2='30.4718'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='31.5459'%20x2='37.5459'%20y1='40.1202'%20y2='38.0618'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='36.9209'%20x2='42.9681'%20y1='32.7648'%20y2='29.9718'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='39.9445'%20x2='46.7959'%20y1='43.4718'%20y2='42.7247'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='48.7959'%20x2='55.6709'%20y1='36.6327'%20y2='37.8655'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='46.9444'%20x2='52.3975'%20y1='32.4901'%20y2='29.9873'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='53.0404'%20x2='59.3015'%20y1='43.7689'%20y2='45.4464'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-kangaroo{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cline%20x1='34.0489'%20x2='34.0489'%20y1='32.7943'%20y2='32.8034'%20fill='none'%20stroke='%230096A3'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='14.725'%20x2='14.3664'%20y1='35.105'%20y2='37.3322'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M22.4963,41.5007c-.34-.2-.68-.41-1-.62a18.3131,18.3131,0,0,1-3.97-3.18'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M12.2763,23.5207c0,.29,0,.58.02.86,0,.38.03.75.06,1.12.02.24.04.48.07.72a26.0614,26.0614,0,0,0,.69,4.09,26.7476,26.7476,0,0,0,1.61,4.61v.01c.09.2.18.41.28.61'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20points='18.836%2030.821%2019.426%2034.881%2017.656%2037.511%2017.526%2037.701%2015.856%2040.171%2015.336%2044.901%2013.336%2044.901%2013.336%2040.171%2014.366%2037.331%2014.366%2037.321%2015.006%2035.541%2015.756%2033.491%2016.036%2030.731'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20points='13.359%2040.081%2011.259%2039.991%2011.519%2033.951%2013.119%2030.311'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M26.6563,33.9107a9.0823,9.0823,0,0,0-4.16,7.59v.05a9.0307,9.0307,0,0,0,1.02,4.18,9.1243,9.1243,0,0,0,.6,1l.27,6.46.04.94a1.483,1.483,0,0,1-.27.94,1.57,1.57,0,0,1-1.21.73l-3.26.26-5.6.46a1.8069,1.8069,0,0,0-1.2.6.9034.9034,0,0,0,.68,1.5h13.06a2.6417,2.6417,0,0,0,.29-.02,1.9781,1.9781,0,0,0,1.53-1.18l.15-.37a2.0609,2.0609,0,0,0,.15-1.15l-.67-4.43a2.1282,2.1282,0,0,1,1.17-2.22,8.5511,8.5511,0,0,0,2.6-2.18c.01-.02.02-.03.03-.05a3.2588,3.2588,0,0,0,.72-2.07'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M8.2281,22.2784a1.5987,1.5987,0,0,1-1.08-1.4,1.4665,1.4665,0,0,1,.49-1.33l1.58-.9777v-.7a1.0654,1.0654,0,0,1,.38-.82l.66-.56-1.88-2.5a.3811.3811,0,0,1,.43-.59l2.25.76,2.31,1.46,2.5-1.31a3.7236,3.7236,0,0,1,1.76-.43h.66a.48.48,0,0,1,.28.87l-2.91,2.14a1.7813,1.7813,0,0,0-.68,1.91c.08.29.16.58.26.86a8.01,8.01,0,0,0,6.1,5.14,20.78,20.78,0,0,1,6.01,2.18,21.034,21.034,0,0,1,6.7,5.81v.01c.1.12.19.27.29.41,0,.01.01.01.01.02a11.3212,11.3212,0,0,1,1.13,2.22,12.21,12.21,0,0,1,.75,4.8c-.01.14-.01.27-.01.39a20.3073,20.3073,0,0,0,.3,3.52,19.4649,19.4649,0,0,0,1.03,3.81,3.4226,3.4226,0,0,0,.13.34,4.4066,4.4066,0,0,0,.23.56l.01.02a5.546,5.546,0,0,0,1.04,1.87,5.3634,5.3634,0,0,0,2.65,1.76,36.5639,36.5639,0,0,0,4.51.81l18.51,2.78'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.0585,48.0307c-.47.47.59,3.74.7,4.42l.76,3.43a2.0609,2.0609,0,0,1-.15,1.15l-.15.37a1.977,1.977,0,0,1-1.82,1.2h-3.48'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-badger{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20id='Badger_Line_1'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M66.6878,44.68c.9551-4.1388.7825-24.4613-15.856-24.5126C45.4029,20.15,34.7472,22.99,29.32,23.1375c-1.3974.038-4.4352.048-5.5315-.8195-.6186-.49-.2131-2.0038-1.8438-2.5609-1.1324-.3868-2.5413.9451-3.38,1.2805a23.3153,23.3153,0,0,0-8.2973,4.9681S5.4492,28.09,5.4527,29.4885c.0065,2.5891,7.2729,3.5853,7.2729,3.5853s7.0964,1.9422,9.1168,3.2779c3.1615,2.09,10.39,10.7109,10.1412,11.268-.1254.28-4.8936.3328-4.8145,2.8682.0543,1.7409,2.7658,1.7414,2.7658,1.7414h5.0193c.9442-.6272,1.3347-3.1729,1.4305-4.3023.0854-1.0068-1.5759-3.6953-.611-3.995,2.4779-.77,4.77.3993,10.6533.6146.8446.0309,0,3.38,0,3.38s-4.6731,1.5124-4.61,2.8682c.0672,1.4341,2.356,1.4341,2.356,1.4341h5.634s4.0166-7.5875,4.712-8.1949c2.6539-2.3175,4.9935-1.83,9.1168-4.5072'%20/%3e%3cpath%20id='Badger_Line_2'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M55.8961,43.0439l3.2286,3.9687c-.6286.92-7.115.4826-6.0023,4.7231.1348.5136,1.5354.49,2.0664.492,1.0578.0036,4.2311,0,4.2311,0'%20/%3e%3cpath%20id='Badger_Line_3'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M22.55,36.88s2.1119,7.22.8225,9.1084c-.6286.92-7.115.4826-6.0023,4.7231.1348.5136,1.5354.49,2.0664.492,1.0578.0036,4.2311,0,4.2311,0'%20/%3e%3cpath%20id='Badger_Line_4'%20d='M7.9183,27.2494l.2742,4.7876c-.9434.379-3.314-2.3569-3.314-2.3569S7.03,26.853,7.9183,27.2494Z'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-seal{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M24.4257,43.4114C12.2162,40.3751,14.36,26.1412,14.36,26.1412c2.18-12.0947,10.4521-14.5363,10.4521-14.5363A7.7849,7.7849,0,0,1,31.8912,12.87h0A5.8408,5.8408,0,0,0,36,14.0607h0L36.7427,14a1.4609,1.4609,0,0,1,1.5352,1.0947h0a3.7674,3.7674,0,0,1-1.5918,4.0873l-1.0747.7011a6.11,6.11,0,0,0-1.7405,8.5144h0a3.5238,3.5238,0,0,0,2.2666,1.5019S51,31.4359,56,37.77a11.1522,11.1522,0,0,1,.9113,12.6673s1.1019,8.2819-5.83,10.5215a5.348,5.348,0,0,0-.4483-3.7531,2.0476,2.0476,0,0,1,.235-2.5383,4.4309,4.4309,0,0,0,1.493-2.4527,28.0687,28.0687,0,0,0-2.9733.9315,3.708,3.708,0,0,1-3.7451-.7226,6.7174,6.7174,0,0,0-5.1541-1.9863s1.7062-2.9147,7.4647-2.1327,4.4078-2.63,4.4078-2.63-.3665-2.1033-4.733-1.8956'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M23.9048,38.8321s7.5419,13.2884,19.8829,6.5353c0,0,2.5506-1.4714-1.4755-2.6759a11.048,11.048,0,0,1-5.5226-4.516s-1.4144-3.4348-4.7145-3.7042'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M16.8894,38.3665a7.1455,7.1455,0,0,1-4.5766,7.2521.529.529,0,0,0,.0094.9978c1.5113.5365,4.9456.6609,12.1037-3.2055'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-feather{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M55.1837,57.69S34.96,45.877,23.0974,24.2062'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M45.2281,54.3024C33.2973,54.7629,27.6,47.4216,27.6,47.4216'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M40.528,42.4827c-.5595-7.1945,2.1157-10.6784,2.1157-10.6784,8.8346,9.6533,8.4063,16.1616,7.6813,18.7468'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M37.0138,47.4216A30.15,30.15,0,0,1,23.673,40.26c-8.0725-7.4186-8.0674-18.2414-8.2321-22.5774a1.9032,1.9032,0,0,1,2.2642-1.9314C34.6938,19.1027,39.02,32.5284,39.02,32.5284'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-herb{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M36.8349,18.0781%20c1.7393,1.6583,1.6481,4.5775,1.6481,4.5775s-2.9114,0.2303-4.651-1.428c-1.7396-1.6582-1.6481-4.5775-1.6481-4.5775%20S35.0958,16.4213,36.8349,18.0781z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M27.0179,32.1509%20c3.0883,2.3003,3.5096,6.9616,3.5096,6.9616s-4.5864,0.9311-7.6753-1.3691c-3.0889-2.3002-3.5096-6.9616-3.5096-6.9616%20S23.9302,29.8529,27.0179,32.1509z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M42.0884,54.3627%20c-4.6114,1.465-9.3345-1.6943-9.3345-1.6943s2.7546-5.5346,7.3663-7.0003s9.3345,1.6943,9.3345,1.6943%20S46.6971,52.8966,42.0884,54.3627z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M49.0484,35.6919%20c-3.6542,1.0489-7.2941-1.5366-7.2941-1.5366s2.2856-4.2862,5.9401-5.3357s7.2941,1.5366,7.2941,1.5366%20S52.7005,34.642,49.0484,35.6919z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M39.9046,25.7818%20c0,4.7785-2.8879,10.0608-4.8815,13.1378c-0.8136,1.2558-1.7383,2.4273-2.7031,3.5711c-2.5753,3.0534-5.2237,8.2176-3.876,15.8715'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-snail{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cline%20x1='55'%20x2='57'%20y1='27'%20y2='30'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='58.8333'%20x2='61'%20y1='29.3333'%20y2='25'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.0007,39c2.2654-7.9289,10-3,10-3c6,5,1,15-8,13s-9-12-6-17s14-9,21-1c1.8184,2.0781,3,5,1,12'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M11,55c18.4032,1.6003,30.4041-0.0006,34.4661-0.7044c0.9792-0.1697,1.901-0.575,2.6746-1.1989C64.912,39.5719,63,31,58,30%20c-3.1009-0.6202-9.1515,10.3756-12,14c-1.5905,2.0237-5,5-9,5'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-spiral-shell{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30,31c0,0-2,23,7,26s14-34,6-34c-6.2075,0-7-1-11.7099-0.3422C29.9197,22.8491,27.9837,22.7602,26,24c-8,5,5,29,8,31'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M42,22c0,0,1-3-2-3s-7,0-7,0s-2.1402-0.4205-1,3'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M34,18c3.2-5.3333,5.1333,0.3333,5,0'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-bug{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M16.4874,37.35s-10.7857,1.4686-4.518,11.7468a8.6323,8.6323,0,0,0,7.149,3.7555'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M10.0116,42.9384c-1.8613.0181-5.4378.76-4.0155,6.45,0,0,1.7487,6.4281,9.4948,2.7686'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M28.6134,32.2705S14.0909,29.8677,16.9489,43.2472c1.7,7.959,6.0151,8.902,9.1506,8.41'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M37.6168,30.9932c-3.3141-.9893-12.0795-2.4665-10.95,10.0681.86,9.5456,4.309,10.53,6.8106,9.8954'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M46.8152,32.4668s-12.3728-9.0547-11.5975,8.1713c.1875,4.1649.9041,6.8339,1.8743,8.4945l.0274.0457a31.6833,31.6833,0,0,1,1.4582,3.2227c.3192,1.0337.6121,3.2676,3.5089,2.6276a1.8462,1.8462,0,0,0,.5385-.2091'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M54.27,35.0685s-11.2947-9.24-11.677,6.7171c-.0924,3.8582.4214,6.3731,1.2449,7.9752l.0233.0441a28.8964,28.8964,0,0,1,1.19,3.079c.2391.977.3743,3.06,3.1993,2.6755a1.7619,1.7619,0,0,0,.9336-.4171'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M55.73,55.96a1.7825,1.7825,0,0,1-.9412.2878c-2.7942.09-2.8-1.7769-2.9752-2.668a24.9863,24.9863,0,0,0-.98-2.8474l-.02-.0413c-.71-1.5-1.0612-3.7848-.7359-7.2112C51.4235,29.308,61.94,38.5441,61.94,38.5441s6.2689,3.58-3.94,15.02'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M19.1184,52.8527s1.3622.4,0,2.6883'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M26.0988,51.6527s1.3621.4,0,2.6883'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M33.4775,50.9584s1.3622.4,0,2.6884'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.8807'%20d='M59.8041,52.4394c1.1586,1.9389,3.52.3461,3.52.3461,5.7078-4.8285,1.69-7.8645,1.69-7.8645a6.6812,6.6812,0,0,0-1.0524-.6115'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-ant{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='31.5263,34.6842%2023.4737,31.1053%2020.7895,23.9474'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='40.4737,34.6842%2048.5263,31.1053%2051.2105,23.9474'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='40.4737,38.2632%2050.3158,38.2632%2053,35.5789'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='31.5263,38.2632%2021.6842,38.2632%2019,35.5789'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='32.4211,40.1579%2022.5789,49.1053%2023.4737,56.2632'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='39.5789,40.1579%2050.3158,49.1053%2049.4211,56.2632'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='33.8377,25.7368%2032.4211,22.1579%2033.3158,20.3684'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='37.7895,25.7368%2039.2061,22.1579%2038.3114,20.3684'%20/%3e%3cellipse%20cx='36'%20cy='29.7632'%20rx='6.2632'%20ry='4.0263'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='36'%20cy='36.9211'%20rx='4.4737'%20ry='2.8759'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='36'%20cy='50.3421'%20rx='6.2632'%20ry='10.2895'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-honeybee{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M15.0017,22.1684c-.5-2.27-.41-3.76.11-4.66.65-1.06,1.87-1.35,3.52-1.12,5.45.88,15.1,7.92,19.94,11.67'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M57.67,30.66l.89-.14a7.237,7.237,0,0,1,2.93-.08l2.3.32,2.45.39'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M38.3672,42.7944l.95,3.0883a3.9745,3.9745,0,0,1,.1584.95v2.4549a3.4747,3.4747,0,0,1-.7127,2.1381L37.1,53.5641'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M48.1866,40.102l.6335,1.8213a4.355,4.355,0,0,1,.1584,1.7422l-.3959,2.6924'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M35.5164,43.27l.1584,5.1473a1.7433,1.7433,0,0,1-.0792.6335l-.5544,3.3259a3.2562,3.2562,0,0,1-1.3462,2.1382l-1.5838,1.1878'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M44.6231,40.7355l.95,2.0589a3.5229,3.5229,0,0,1,0,3.0883l-.7127,1.5046'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M52.78,29.8074l1.1086-1.1087a9.5883,9.5883,0,0,1,4.91-2.7716l6.3351-1.4254'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M23,36.3a23.4709,23.4709,0,0,0-6.81,11.8v.08a2.6883,2.6883,0,0,0-.08.79,3.9248,3.9248,0,0,0,3.96,3.96,1.9881,1.9881,0,0,0,.64-.08A22.0647,22.0647,0,0,0,23,52.54'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M54.28,38.52a6.2729,6.2729,0,0,0,1.35-1.19l.08-.08.08-.08v-.08a7.6549,7.6549,0,0,0,1.98-5.22,6.8938,6.8938,0,0,0-.1-1.21,7.7344,7.7344,0,0,0-1.6-3.69c-.07-.1-.16-.2-.24-.3a7.8346,7.8346,0,0,0-4.79-2.64,6.0051,6.0051,0,0,0-1.19-.08,7.9258,7.9258,0,0,0-5.86,2.61H42.64a7.8857,7.8857,0,0,0-4.07,1.5'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M40.4217,30.8384s-1.24-.55-3.26-1.49a.1421.1421,0,0,1-.06-.02c-.56-.23-1.11-.55-1.74-.79-5.29-2.31-13.82-5.62-20.37-6.37a19.7,19.7,0,0,0-3.63-.12c-3.01.24-5.15,1.42-5.54,4.12-.79,5.7,6.1,8.39,13.3,9.58,1.27.24,2.62.39,3.88.55a93.7575,93.7575,0,0,0,11.33.48'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-lady-beetle{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M18.9837,21.7274c0,3.3082,4.2257,5.9138,5.4833,6.6049'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M14.1235,38.2566c0,.7364,3.9538,2.0393,5.8345,2.6284'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M18.9837,57.6974c0-2.8776,3.1948-4.69,4.8488-5.438'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M49.126,28.53s4.8614-3.8891,4.8614-6.806'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M53.005,40.1373a8.4318,8.4318,0,0,0,4.8715-1.8807'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M48.6433,52.8712c1.2575.1133,4.5656.7251,5.3473,3.8519'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M29.6784,9.0842c.759,3.0135,2.0958,3.6932,2.6623,3.8405'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M42.32,12.9732s2.6586-2.3334,1.9939-3.889'%20/%3e%3cellipse%20cx='36.4865'%20cy='40.6831'%20rx='16.5287'%20ry='17.9871'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20/%3e%3cline%20x1='36.4865'%20x2='36.4865'%20y1='23.6682'%20y2='57.6979'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20/%3e%3ccircle%20cx='26.8192'%20cy='35.2801'%20r='2'%20fill='%230096A3'%20/%3e%3ccircle%20cx='46.2647'%20cy='35.2801'%20r='2'%20fill='%230096A3'%20/%3e%3ccircle%20cx='42.3756'%20cy='41.1138'%20r='2'%20fill='%230096A3'%20/%3e%3ccircle%20cx='46.2647'%20cy='46.9474'%20r='2'%20fill='%230096A3'%20/%3e%3ccircle%20cx='30.7082'%20cy='41.1138'%20r='2'%20fill='%230096A3'%20/%3e%3ccircle%20cx='26.8192'%20cy='46.9474'%20r='2'%20fill='%230096A3'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M26.46,21.7237a10.004,10.004,0,0,1,20,0'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-spider{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m25.98%208.278s-14.61%2029.22%209.296%2033.2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m36.61%2041.48c26.56-3.984%2010.62-33.2%2010.62-33.2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m61.4%2021.34s-3.541%2022.13-23.46%2019.81'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m10.6%2021.45s5.201%2021.36%2023.57%2020.03'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m33.29%2041.48s-12.62%209.668-5.976%2018.59'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m31.3%2040.7s-18.59%207.415-13.28%2022.02'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m38.93%2041.04s13.61%208.411%206.972%2019.03'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m42.03%2040.92s18.7%207.857%2012.62%2022.8'%20/%3e%3cellipse%20cx='35.94'%20cy='30.19'%20rx='8.632'%20ry='11.29'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3ccircle%20cx='35.94'%20cy='46.13'%20r='4.648'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-crab{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M51.38,48.0367c-.7015,1.3785-2.3662,2.7692-5.8135,3.8034,0,0-6,1-9-2,0,0-3,4-11,1a6.968,6.968,0,0,1-3.7623-2.7463'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M23.6494,39.7568,27.5661,35.84c2-2,5-5,9-4,0,0,5-1,9,4A36.4889,36.4889,0,0,0,49.19,39.8862'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M25.5661,50.84a3.699,3.699,0,0,0-2,3'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M29.6494,51.9234A3.8823,3.8823,0,0,0,28.5661,54.84'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M44.5661,51.9234A3.8823,3.8823,0,0,1,45.6494,54.84'%20/%3e%3cellipse%20cx='32.5661'%20cy='27.3401'%20rx='1'%20ry='2.5'%20fill='%230096A3'%20/%3e%3cellipse%20cx='40.5661'%20cy='27.3401'%20rx='1'%20ry='2.5'%20fill='%230096A3'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M48.9014,50.5918s1.7184,1.2213,1.3293,2.4966'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M21.7309,44.231s-5,4-8-3,1-7,1-7,4,0,4,2-1.6667,5,2.6667,6.5Z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M13.4921,33.043s-8.3114-8.2415,3.4967-16.0242c0,0,4.522-2.1335,6.7065.153C9.6737,22.8554,27.6909,31.7886,13.4921,33.043Z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M18.9663,26.0289A8.9447,8.9447,0,0,0,24.24,20.12a7.817,7.817,0,0,1,.9574,9.2267,9.3849,9.3849,0,0,1-8.4513,4.3305,3.077,3.077,0,0,1-1.4973-.3754'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M50.6024,42.731c4.3334-1.5,2.6667-4.5,2.6667-6.5s4-2,4-2,4,0,1,7-8,3-8,3Z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M48.3047,17.1718c2.1845-2.2865,6.7065-.153,6.7065-.153,11.8081,7.7827,3.4967,16.0242,3.4967,16.0242C44.3091,31.7886,62.3263,22.8554,48.3047,17.1718Z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M53.0337,26.0289A8.9447,8.9447,0,0,1,47.76,20.12a7.817,7.817,0,0,0-.9574,9.2267,9.3849,9.3849,0,0,0,8.4513,4.3305,3.077,3.077,0,0,0,1.4973-.3754'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-scorpion{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.8571,11.8879c-6.898,10.347,0.8622,14.6582,0.8622,14.6582l6.898,0.8622'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M23.1893,14.5535c5.3678,1.8034,2.3924,8.5436,2.3924,8.5436l0.8622,0.8622l6.898,0.8622'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M47.1378,11.8879c0,0,6.898,9.4847-0.8622,14.6582l-6.6891,0.4638'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M37.6531,24.8216l7.7602-0.8622l0.8622-1.7245c0,0-4.7459-3.2912,1.5071-7.6813'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='40.2398,30.8573%2045.1669,32.5818%2047.1378,30.8573%2046.1524,29.1328'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='30.7551,30.8573%2025.5816,32.5818%2023.8571,30.8573%2025.5816,29.1328'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='30.7551,34.3063%2027.3061,40.342%2025.5816,41.2043%2023.1027,39.9828'%20/%3e%3cpolyline%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='40.2398,34.3063%2043.6888,40.342%2045.4133,41.2043%2048.036,40.0546'%20/%3e%3cline%20x1='34.2041'%20x2='34.7789'%20y1='22.2349'%20y2='24.2468'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='36.1441'%20x2='36.7908'%20y1='24.2468'%20y2='22.2349'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M39.3776,33.4441c-5.1735,1.7245-8.3225-0.1249-8.3225-0.1249'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.8403,37.324c0,0,4.8008,2.1556,8.8247,0'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M41.9643,55.8624c0,0-2.1556-6.898,2.8023-3.0179s-3.0179,9.9158-6.7902,6.898c-3.7723-3.0179-9.808-18.5383-5.4968-33.1965%20c0,0,3.449-5.1735,6.0357,0c2.5867,5.1735,1.1643,20.6939,0.151,24.1429c-1.0133,3.449-1.0133,6.0357,2.4357,7.3291'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M25.5816,48.24h3.1731l1.5865-1.7245l0.7933-4.3112c0,0,5.5529,1.7245,8.7259,0l0.7933,4.3112l1.5865,1.7245h3.1731'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M31.9321,46.3151c0,0,3.9965,1.7871,7.4455,0.0626'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-butterfly{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m32.103%2044.066c-0.75813%203.7545-1.516%207.5079-3.6638%209.4562-2.1478%201.9483-5.6846%202.0927-7.9036-0.93857-2.219-3.0312-3.1212-9.2385-2.4695-12.725%200.65167-3.4868%202.8581-4.2522%205.0655-5.0179'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m32.39%2020.592c-2.6586-1.3063-5.3167-2.6125-8.1258-3.3196-2.8091-0.70712-5.7684-0.81539-8.9995-0.92767-3.2311-0.11228-6.7338-0.22857-8.7991%200.71011s-2.694%202.9321-0.63572%206.7601%206.8063%209.4959%2011.128%2011.07%208.2242-0.93837%2012.129-3.4522'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m39.61%2020.592c2.6586-1.3063%205.3167-2.6125%208.1258-3.3196%202.8091-0.70712%205.7684-0.81539%208.9995-0.92767%203.2311-0.11228%206.7338-0.22857%208.7992%200.71041%202.0654%200.93898%202.6939%202.9319%200.63551%206.76-2.0584%203.8281-6.8031%209.492-11.126%2011.068-4.3233%201.576-8.226-0.93668-12.13-3.4502'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m39.897%2044.066c0.75813%203.7545%201.516%207.5079%203.6638%209.4562%202.1478%201.9483%205.6846%202.0927%207.9036-0.93857%202.219-3.0312%203.1212-9.2385%202.4697-12.725-0.65148-3.4867-2.858-4.2521-5.0657-5.018'%20/%3e%3cellipse%20cx='36'%20cy='17.922'%20rx='3.5601'%20ry='2.6701'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cellipse%20cx='36'%20cy='23.563'%20rx='3.353'%20ry='2.7346'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m35.392%2026.812c-6.3212%200.67634%200.60836%2020.481%200.60836%2020.481s7.8614-21.387-0.60836-20.481z'%20/%3e%3cline%20x1='37.968'%20x2='39.452'%20y1='14.845'%20y2='11.582'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3cline%20x1='34.032'%20x2='32.548'%20y1='14.845'%20y2='11.582'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-shrimp{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m49.677%2032.699c0.62935%201.4335%201.2582%202.8658%200.50663%204.0882-0.75152%201.2224-2.8832%202.2363-5.5379%202.3763s-5.8329-0.59444-7.8764-1.625c-2.0435-1.0305-2.9518-2.358-3.6623-4.2679-0.71048-1.9099-1.2226-4.402-2.899-6.6031-1.6764-2.2011-4.518-4.1106-5.31-4.9958-0.79204-0.88524%200.46558-0.74551%204.6534%200.61855%204.1878%201.3641%2011.306%203.9521%2016.15%205.3815s7.4144%201.7005%2010.021%203.7432c2.6069%202.0428%205.2504%205.856%205.6869%2010.485%200.43642%204.629-1.3333%2010.074-4.5886%2013.063s-7.9969%203.5228-10.602%203.4643c-2.6052-0.05847-3.0738-0.71035-3.2108-1.3465-0.13695-0.63616%200.05881-1.256%200.80964-1.7622%200.75084-0.50612%202.0559-0.89763%203.3603-1.2889'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m57.259%2042.284c-1.2072%201.1745-2.4143%202.3491-4.0289%202.9853-1.6146%200.63621-3.6374%200.73409-4.6982-0.01578-1.0608-0.74987-1.1587-2.3485-1.2566-3.9483'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m55.204%2052.463c-1.6632%200.39134-3.3271%200.78285-4.632%200.53872-1.3049-0.24414-2.251-1.125-2.5127-2.0388-0.26164-0.91381%200.1625-1.8599%200.58684-2.8066'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m36.5%2057.5%20s-5-1-5-4c0-2.8125%207.9101%200.5273%208.8989%202.6038%200.0659%200.1384%200.1011%200.2712%200.1011%200.3962%200%202-1%206-7%207s3-6%203-6z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2.1'%20d='m27.5%2027.5c-7.2057%200.10192-10.699-5.8006-10.856-8.3514s1.6239-4.8214%204.1497-6.665%205.7948-3.2595%209.97-2.9797c4.1751%200.27982%209.2551%202.2547%2013.28%203.1022%204.0247%200.84748%206.9941%200.56801%209.9626%200.28862'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2.1'%20d='m27.5%2027.5c-5.5055-1.4638-7.3872-6.8628-6.9682-9.0468%200.41895-2.184%202.3053-4.1403%205.2404-5.136%202.9351-0.99567%206.9174-1.0306%2010.149-0.06944s5.7118%202.9174%208.6987%203.8253c2.9869%200.90786%206.4803%200.76813%209.9728%200.62843'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-microbe{background-image:url(/assets/1F9A0-Cnp2Vymx.svg)}.oma-black-worm{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M36.3091,42.2835c.5354,1.5184,1.9056,2.5273,4.7008,2.3618,0,0,4.6455-.9546,9.4819-8.9092,0,0,2.6328-3.9779,7.1693-3.6969s7.0143,5.0676,6.8453,9.9669c0,0-.2252,7.0955-4.1108,6.476S58.03,42.8508,58.03,42.8508s.9481-3.5782-1.7126-3.8534c0,0-2.11-.3058-5.5049,4.8932s-7.3475,7.86-12.084,7.2481c-3.5524-.4587-7.46-1.9411-9.3365-5.35'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M32.2137,31.028A6.2163,6.2163,0,0,0,33.41,27.9969c.2078-1.7945-1.1935-.53-1.1935-.53a8.7269,8.7269,0,0,1-7.373,2.5635c-4.8377-.4719-11.2807-2.69-11.9365-9.9637,0,0-.2862-2.38.955-2.4251,0,0,.7462-.0719.8019,1.1038,0,0,.191,10.6274,16.673,2.8637,0,0,4.0289-2.1,7.3918.5727s0,9.5456,0,9.5456A29.1379,29.1379,0,0,0,37.321,34.81'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M30.961,33.9974a13.6284,13.6284,0,0,1,5.6174.28,1.37,1.37,0,0,1,.8754,1.8816,9.8658,9.8658,0,0,0-.97,5.1712,1.5653,1.5653,0,0,1-1.0128,1.6818,10.7245,10.7245,0,0,1-4.5657.5047A3.4248,3.4248,0,0,1,27.83,40.2627a13.3383,13.3383,0,0,1,.3417-3.7385A3.352,3.352,0,0,1,30.961,33.9974Z'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-doe{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m30.24%2067.02%201.179-3.453-3.429-15.46c-8.506%201.177-6.194-11.73-9.872-18.03-1.055-1.766-3.844-1.47-3.844-1.47l-2.65%200.2126c-0.8005%200.0642-1.544-0.4182-1.812-1.175l-0.2103-0.595c-0.2696-0.7629%200.0713-1.607%200.795-1.969l9.02-4.51s2.217-0.8563%203.168%201.519c0%200%201.118-2.698%206.476-0.5542%200%200-0.4286%204.072-5.144%204.072'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m34.92%2044.6%200.5358%204.18s-2.677%203.045-2.143%207.364'%20/%3e%3cpolyline%20transform='translate(2.068)'%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20points='23.1%2051.18%2024.06%2062.66%2022.24%2066.84'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m25.85%2031.85s0.3027%201.456%201.776%201.999c15.26-1.156%2028.85-1.296%2033.28%202.43%202.003%201.773%201.788%204.751%201.03%207.228-0.0102%200.0336-0.8683%202.71%200.5438%203.773'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m49.7%2040.59-0.8572%206.537%204.072%206.122-3.383%2010.64-2.35%203.129'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m58.19%2040.59s0.9716%202.495-2.078%207.229c0%200%200.1072%203.18%201.393%205.538l-2.036%204.155'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='m38.31%2048.92c4.753%200.5107%208.797%200.815%2011.54-0.2756'%20/%3e%3c/g%3e%3c/svg%3e")}.oma-black-tropical-fish{background-image:url("data:image/svg+xml,%3csvg%20id='emoji'%20viewBox='0%200%2072%2072'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='line'%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M13,20c0,0,35.5-12.25,44.75,14.375C57.75,34.375,59,39,64,38c0,0-2,2,0,3c0,0-4.5-1-6.75,2.5S56,54,41,60l2-3c0,0-7,3-14,1%20c0,0,3.5-5.5,1.25-8.75S30,44,30,44s-4,9-8,8c0,0,2.5-7.5,0.25-11.25S15,30,16,30s8,1,12,5c0,0,2-5.5,2.5-8.25S32,18,13,20z'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M48,39c0,0-4-12-7-9s-1.625,9-0.8125,9c0.8125,0,0.0784,1.1858,4.9455,2.0929'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M33.5728,18.0089c0,0,14.5212,21.521-3.1188,39.4397'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M44.6143,20.008c0,0,14.4982,20.413-3.1602,37.4406'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M54.0669,50.5597c0,0,3.3113-14.2907-0.8778-24.4252'%20/%3e%3cpath%20fill='none'%20stroke='%230096A3'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M20.7477,31.0566c0,0,8.1468,5.7402,5.4763,18.8863'%20/%3e%3c/g%3e%3c/svg%3e")}.dialog-title{font-size:1rem;text-overflow:ellipsis;overflow:hidden;font-weight:600;display:inline}.MuiMobileStepper-root:not(.declaration){width:100%;margin-top:.5rem}.add-employee-contract-paper{padding:1rem}.add-employee-contract .paper-full-width{width:100%}.mobile-stepper-title{margin-bottom:1rem}div{scrollbar-width:thin;scrollbar-color:#19575F #d8d8d8}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar-thumb{background:#0096a3;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);box-shadow:inset 0 0 6px #00000080}.MuiPaper-rounded{border-radius:10px}.MuiTooltip-tooltip{font-size:.8rem}.page-root{padding:10px 1em;flex-grow:1}#yousign-iframe{width:100%;height:100%}.file-upload{display:flex;flex-direction:column;font-family:sans-serif;width:100%}.file-upload>p{font-size:1rem}.file-upload>em{font-size:.8rem}.file-uploader-box{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0;gap:2px;position:relative;cursor:pointer;background:#3095a21a;border:1px dashed #3095A2;border-radius:5px}.file-uploader-box:hover{filter:brightness()}.file-uploader-box-error{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0;gap:2px;position:relative;cursor:pointer;background:#ff00000d;border:1px dashed rgb(255,0,0);border-radius:5px}.file-uploader-box-error:hover{filter:brightness()}#drag-file-element{position:absolute;width:100%;height:100%;border-radius:1rem;top:0;right:0;bottom:0;left:0}.yarl__slide_captions_container{background:var(--yarl__slide_captions_container_background,rgba(0,0,0,.5));left:var(--yarl__slide_captions_container_left,0);padding:var(--yarl__slide_captions_container_padding,16px);position:absolute;right:var(--yarl__slide_captions_container_right,0);-webkit-transform:translateZ(0)}.yarl__slide_title{color:var(--yarl__slide_title_color,#fff);font-size:var(--yarl__slide_title_font_size,125%);font-weight:var(--yarl__slide_title_font_weight,bolder);max-width:calc(100% - var(--yarl__toolbar_width, 0px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yarl__slide_title_container{top:var(--yarl__slide_title_container_top,0)}.yarl__slide_description{display:-webkit-box;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;-webkit-box-orient:vertical;color:var(--yarl__slide_description_color,#fff);-webkit-line-clamp:var(--yarl__slide_description_max_lines,3);text-align:var(--yarl__slide_description_text_align,start)}.yarl__slide_description_container{bottom:var(--yarl__slide_description_container_bottom,0)}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100dvh;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100%}
