"Responsive Product Grid"
Bootstrap 4.1.1 Snippet by Umerfarooq

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <h1>Responsive Product Grid<br>with layered background</h1> <ul> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion01.png" alt=""> <div> <h2>The Ruched Air Blouse</h2> <p>$55</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion03.png" alt=""> <div> <h2>The ReNew Anorak</h2> <p>$88</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion08.png" alt=""> <div> <h2>The Linen Square-Neck Jumpsuit</h2> <p>$88</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion07.png" alt=""> <div> <h2>The Linen Square-Neck Jumpsuit</h2> <p>$88</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion04.png" alt=""> <div> <h2>The Luxe Cotton Side-Slit Tee Dress</h2> <p>$50</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion22.png" alt=""> <div> <h2>The Long Weekend Tee Dress</h2> <p>$40</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion09.png" alt=""> <div> <h2>The Linen Square-Neck Jumpsuit</h2> <p>$88</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion06.png" alt=""> <div> <h2>The Linen Short-Sleeve Jumpsuit</h2> <p>$88</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion05.png" alt=""> <div> <h2>The Modern Utility Jumpsuit</h2> <p>$100</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion10.png" alt=""> <div> <h2>The Soft Cotton Crew</h2> <p>$100</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion12.png" alt=""> <div> <h2>The Modern Trench Coat</h2> <p>$148</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion02.png" alt=""> <div> <h2>The ReNew Windbreaker</h2> <p>$84</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion13.png" alt=""> <div> <h2>The Italian ReWool Overcoat</h2> <p>$298</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion14.png" alt=""> <div> <h2>The ReNew Channeled Liner</h2> <p>$98</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion15.png" alt=""> <div> <h2>The Cashmere Crew</h2> <p>$100</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion16.png" alt=""> <div> <h2>The Cashmere Crew</h2> <p>$100</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion11.png" alt=""> <div> <h2>The Easy Blazer</h2> <p>£128</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion17.png" alt=""> <div> <h2>The Cashmere Crew Cardigan</h2> <p>$140</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion18.png" alt=""> <div> <h2>The Japanese GoWeave Light Square Shirt</h2> <p>$78</p> </div> </li> <!-- <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion19.png" alt=""> <div> <h2>19</h2> <p>£88</p> </div> </li> --> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion20.png" alt=""> <div> <h2>The Ruched Air Blouse</h2> <p>$55</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion21.png" alt=""> <div> <h2>The Luxe Cotton Side-Slit Tee Dress</h2> <p>£50</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion23.png" alt=""> <div> <h2>The Japanese GoWeave Tank Wrap Dress</h2> <p>£88</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion24.png" alt=""> <div> <h2>The Denim Chore Jacket</h2> <p>$88</p> </div> </li> <li><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/881020/fashion25.png" alt=""> <div> <h2>The Denim Chore Jacket</h2> <p>$88</p> </div> </li> <li class="filler"></li> <li class="bottom"></li> </ul>
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap'); :root { --columns: 1; } body { color: #56626B; background-color: #edf9f9; font-family: 'Abel', sans-serif; font-size: calc(4.3vw/(var(--columns))); } h1{ font-size: 30px; text-align: center; margin: 4vw; } ul{ display:grid; grid-template-columns: repeat(var(--columns),1fr); } li{ position: relative; padding-bottom: 50%; margin-top: 25%; } li::before, li::after { display: block; position: absolute; width: 100%; height: 100%; content: ''; } li::before { top: 50%; } li::after { top: 100%; } img{ position: absolute; height: calc(115vw/(var(--columns))); left: 30%; top: 80%; transform: translateX(-50%) translateY(-50%); -webkit-filter: drop-shadow(2px -2px 5px rgba(0, 0, 0, 0.3)); filter: drop-shadow(2px -2px 5px rgba(0, 0, 0, 0.3)); } div{ position: absolute; background: #f2f4f3; padding: 3% 2%; border: #8fa0A9 solid 1px; border-radius: 8%; width: 30%; height: 70%; left: 60%; top: 50%; transform: translateX(-50%); -webkit-filter: drop-shadow(2px -2px 5px rgba(0, 0, 0, 0.3)); filter: drop-shadow(2px -2px 5px rgba(0, 0, 0, 0.3)); } p{ position: absolute; font-size: 1.6em; top:42%; right: 8% } li:nth-child(2n) img{ left: 70%; } li:nth-child(2n) div{ left: 40%; } .filler{ display:none; } .bottom{ grid-column: 1/-1; background-size: calc(100%/(var(--columns))); background-repeat: repeat-x; padding-bottom: calc(25%/(var(--columns))); margin-top: calc(25%/(var(--columns))); } .bottom:before,.bottom:after { content: none; } @media (min-width:600px){ :root { --columns: 2; } h1{ font-size: 40px; } li:nth-child(n) img{ left: 30%; } li:nth-child(n) div{ left: 60%; } li:nth-child(4n-1) img,li:nth-child(4n) img{ left: 70%; } li:nth-child(4n-1) div,li:nth-child(4n) div{ left: 40%; } } @media (min-width:900px){ :root { --columns: 3; } li:nth-child(n) img{ left: 30%; } li:nth-child(n) div{ left: 60%; } li:nth-child(6n-2) img,li:nth-child(6n-1) img,li:nth-child(6n) img{ left: 70%; } li:nth-child(6n-2) div,li:nth-child(6n-1) div,li:nth-child(6n) div{ left: 40%; } } @media (min-width:1200px){ :root { --columns: 4; } li:nth-child(n) img{ left: 30%; } li:nth-child(n) div{ left: 60%; } li:nth-child(8n-3) img,li:nth-child(8n-2) img,li:nth-child(8n-1) img,li:nth-child(8n) img{ left: 70%; } li:nth-child(8n-3) div,li:nth-child(8n-2) div,li:nth-child(8n-1) div,li:nth-child(8n) div{ left: 40%; } } @media (min-width:1500px){ :root { --columns: 5; } li:nth-child(n) img{ left: 30%; } li:nth-child(n) div{ left: 60%; } li:nth-child(10n-4) img,li:nth-child(10n-3) img,li:nth-child(10n-2) img,li:nth-child(10n-1) img,li:nth-child(10n) img{ left: 70%; } li:nth-child(10n-4) div,li:nth-child(10n-3) div,li:nth-child(10n-2) div,li:nth-child(10n-1) div,li:nth-child(10n) div{ left: 40%; } .filler{ display:block; } } @media (min-width:1800px){ :root { --columns: 6; } li:nth-child(n) img{ left: 30%; } li:nth-child(n) div{ left: 60%; } li:nth-child(12n-5) img,li:nth-child(12n-4) img,li:nth-child(12n-3) img,li:nth-child(12n-2) img,li:nth-child(12n-1) img,li:nth-child(12n) img{ left: 70%; } li:nth-child(12n-5) div,li:nth-child(12n-4) div,li:nth-child(12n-3) div,li:nth-child(12n-2) div,li:nth-child(12n-1) div,li:nth-child(12n) div{ left: 40%; } .filler{ display:none; } } li, li::before, li::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 640 243' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cpath fill='none' d='M0 0h640v242.833H0z'/%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h640v242.833H0z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='none' d='M0-20h640v262.833H0z'/%3E%3CclipPath id='b'%3E%3Cpath d='M0-20h640v262.833H0z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)' fill='%23f2f4f3' stroke='%238fa0a9'%3E%3Cpath d='M79.482 80.741s-28.484-67.76-28.145-67.923c-3.759-9.037 17.221-14.96 18.54-4.959l.002.003c.089-.236 9.603 72.879 9.603 72.879zM79.482 80.741s28.483 67.76 28.144 67.922c3.76 9.037-17.221 14.96-18.54 4.959l-.002-.002c-.089.236-9.602-72.879-9.602-72.879z'/%3E%3Cpath d='M79.482 80.741S69.506 7.918 69.876 7.848c-1.293-9.702 20.506-9.993 19.192.009-.001.001.001.002.001.003.146-.205-9.587 72.881-9.587 72.881z'/%3E%3Cpath d='M79.482 80.741s9.975 72.823 9.605 72.892c1.293 9.702-20.506 9.993-19.191-.008l-.002-.003c-.146.205 9.588-72.881 9.588-72.881z'/%3E%3Cpath d='M79.482 80.741s9.212-72.923 9.587-72.895c1.263-9.706 22.394-4.345 18.536 4.975v.004c.195-.161-28.123 67.916-28.123 67.916zM79.482 80.741s-9.213 72.923-9.588 72.895c-1.263 9.706-22.394 4.345-18.536-4.976v-.003c-.195.16 28.124-67.916 28.124-67.916z'/%3E%3Cpath d='M79.482 80.741s27.772-68.054 28.127-67.93c3.732-9.048 22.755 1.599 16.616 9.603v.004c.229-.105-44.743 58.323-44.743 58.323zM79.482 80.741s-27.773 68.054-28.128 67.929c-3.732 9.049-22.755-1.598-16.616-9.603v-.003c-.229.104 44.744-58.323 44.744-58.323z'/%3E%3Cpath d='M79.482 80.741s44.44-58.547 44.75-58.335c5.946-7.775 21.566 7.434 13.565 13.576l-.002.004c.249-.042-58.313 44.755-58.313 44.755z'/%3E%3Cpath d='M79.482 80.741s-44.441 58.547-44.751 58.335c-5.946 7.774-21.566-7.434-13.565-13.577l.002-.003c-.249.042 58.314-44.755 58.314-44.755zM79.482 80.741s58.078-45.05 58.323-44.765c7.756-5.971 18.908 12.762 9.589 16.624l-.002.003c.251.024-67.91 28.138-67.91 28.138z'/%3E%3Cpath d='M79.482 80.741s-58.079 45.05-58.324 44.765c-7.756 5.97-18.908-12.762-9.589-16.625l.002-.003c-.251-.024 67.911-28.137 67.911-28.137zM79.482 80.741s67.759-28.483 67.922-28.145c9.037-3.759 14.96 17.221 4.959 18.54l-.003.003c.237.088-72.878 9.602-72.878 9.602z'/%3E%3Cpath d='M79.482 80.741s-67.76 28.483-67.923 28.144c-9.037 3.76-14.96-17.221-4.959-18.54l.003-.002c-.237-.088 72.879-9.602 72.879-9.602zM79.482 80.741s72.822-9.975 72.892-9.606c9.702-1.293 9.993 20.506-.008 19.192l-.004.001c.206.147-72.88-9.587-72.88-9.587z'/%3E%3Cpath d='M79.482 80.741S6.659 90.716 6.589 90.347c-9.702 1.292-9.993-20.506.008-19.192l.004-.002c-.206-.146 72.881 9.588 72.881 9.588zM79.482 80.741s72.923 9.213 72.895 9.587c9.706 1.263 4.345 22.394-4.976 18.536h-.003c.16.195-67.916-28.123-67.916-28.123z'/%3E%3Cpath d='M79.482 80.741S6.558 71.528 6.587 71.153c-9.706-1.262-4.345-22.393 4.975-18.535l.004-.001c-.161-.195 67.916 28.124 67.916 28.124zM79.482 80.741s68.054 27.773 67.929 28.127c9.049 3.732-1.599 22.755-9.603 16.617l-.004-.001c.105.23-58.322-44.743-58.322-44.743z'/%3E%3Cpath d='M79.482 80.741s-68.054-27.773-67.93-28.128c-9.049-3.731 1.599-22.755 9.603-16.616h.004c-.105-.229 58.323 44.744 58.323 44.744zM79.482 80.741s58.547 44.44 58.335 44.75c7.774 5.947-7.434 21.566-13.577 13.565l-.003-.001c.041.248-44.755-58.314-44.755-58.314z'/%3E%3Cpath d='M79.482 80.741S20.935 36.301 21.146 35.99c-7.774-5.946 7.434-21.566 13.577-13.564l.003.001c-.041-.249 44.756 58.314 44.756 58.314zM79.482 80.741s45.05 58.079 44.765 58.324c5.97 7.756-12.763 18.907-16.625 9.588l-.003-.002c-.024.251-28.137-67.91-28.137-67.91z'/%3E%3Cpath d='M79.482 80.741S34.431 22.662 34.716 22.417c-5.97-7.756 12.763-18.907 16.625-9.589l.003.003c.024-.252 28.138 67.91 28.138 67.91z'/%3E%3Cpath d='M77.399 64.936c8.723-1.15 16.738 4.999 17.888 13.722 1.149 8.723-5 16.738-13.723 17.888-8.723 1.149-16.738-4.999-17.887-13.722-1.15-8.723 4.999-16.739 13.722-17.888z'/%3E%3Cg%3E%3Cpath d='M239.482 81s-28.487-67.758-28.148-67.921c-3.76-9.037 17.22-14.961 18.54-4.96l.002.003c.088-.237 9.606 72.878 9.606 72.878zM239.482 81s28.486 67.758 28.147 67.921c3.76 9.037-17.22 14.961-18.54 4.96l-.002-.003c-.088.237-9.605-72.878-9.605-72.878z'/%3E%3Cpath d='M239.482 81s-9.979-72.822-9.61-72.892c-1.293-9.702 20.506-9.994 19.192.007l.002.004c.146-.206-9.584 72.881-9.584 72.881zM239.482 81s9.978 72.822 9.609 72.892c1.293 9.702-20.506 9.994-19.192-.007l-.001-.004c-.147.206 9.584-72.881 9.584-72.881z'/%3E%3Cpath d='M239.482 81s9.209-72.924 9.584-72.895c1.262-9.706 22.393-4.347 18.536 4.974v.004c.195-.161-28.12 67.917-28.12 67.917zM239.482 81s-9.21 72.924-9.584 72.895c-1.263 9.706-22.394 4.347-18.536-4.974l-.001-.004c-.195.161 28.121-67.917 28.121-67.917z'/%3E%3Cpath d='M239.482 81s27.769-68.055 28.124-67.931c3.731-9.049 22.755 1.598 16.617 9.602l-.001.004c.23-.105-44.74 58.325-44.74 58.325zM239.482 81s-27.77 68.055-28.125 67.931c-3.731 9.049-22.755-1.598-16.616-9.602v-.004c-.23.105 44.741-58.325 44.741-58.325z'/%3E%3Cpath d='M239.482 81s44.437-58.549 44.747-58.337c5.946-7.775 21.567 7.433 13.566 13.576l-.002.003C298.042 36.2 239.482 81 239.482 81zM239.482 81s-44.438 58.549-44.748 58.337c-5.946 7.775-21.567-7.433-13.566-13.576l.002-.003C180.921 125.8 239.482 81 239.482 81z'/%3E%3Cpath d='M239.482 81s58.076-45.053 58.321-44.768c7.756-5.971 18.908 12.762 9.59 16.624l-.002.003c.251.024-67.909 28.141-67.909 28.141zM239.482 81s-58.077 45.053-58.322 44.768c-7.756 5.971-18.908-12.762-9.59-16.624l.003-.003C171.321 109.117 239.482 81 239.482 81zM239.482 81s67.758-28.486 67.921-28.148c9.037-3.76 14.961 17.221 4.96 18.54l-.003.002c.236.089-72.878 9.606-72.878 9.606zM239.482 81s-67.759 28.486-67.922 28.148c-9.036 3.76-14.96-17.221-4.96-18.54.002 0 .002-.002.003-.002-.236-.089 72.879-9.606 72.879-9.606z'/%3E%3Cpath d='M239.482 81s72.822-9.979 72.892-9.609c9.702-1.293 9.994 20.505-.008 19.192-.001-.001-.002.001-.003.001.205.146-72.881-9.584-72.881-9.584zM239.482 81s-72.823 9.979-72.893 9.609c-9.702 1.293-9.993-20.505.008-19.192.001.001.002-.001.003-.001-.205-.146 72.882 9.584 72.882 9.584z'/%3E%3Cpath d='M239.482 81s72.923 9.209 72.895 9.584c9.706 1.262 4.346 22.394-4.975 18.536h-.003c.16.195-67.917-28.12-67.917-28.12zM239.482 81s-72.924-9.209-72.896-9.584c-9.706-1.262-4.346-22.394 4.975-18.536h.003c-.16-.195 67.918 28.12 67.918 28.12z'/%3E%3Cpath d='M239.482 81s68.055 27.77 67.931 28.124c9.048 3.731-1.598 22.756-9.603 16.617h-.003c.104.229-58.325-44.741-58.325-44.741zM239.482 81s-68.056-27.77-67.931-28.124c-9.049-3.731 1.597-22.756 9.602-16.617h.004C181.052 36.03 239.482 81 239.482 81z'/%3E%3Cpath d='M239.482 81s58.549 44.437 58.337 44.748c7.774 5.946-7.433 21.566-13.576 13.565l-.004-.001c.042.249-44.757-58.312-44.757-58.312zM239.482 81s-58.55-44.437-58.338-44.748c-7.774-5.946 7.433-21.566 13.576-13.565l.004.001C194.682 22.439 239.482 81 239.482 81z'/%3E%3Cpath d='M239.482 81s45.052 58.077 44.767 58.322c5.971 7.755-12.761 18.908-16.624 9.589l-.003-.002c-.024.251-28.14-67.909-28.14-67.909zM239.482 81s-45.053-58.077-44.768-58.322c-5.971-7.755 12.761-18.908 16.624-9.589l.003.002C211.365 12.84 239.482 81 239.482 81z'/%3E%3Cpath d='M237.398 65.195c8.723-1.15 16.739 4.998 17.889 13.721 1.149 8.723-4.999 16.739-13.722 17.889-8.723 1.15-16.738-4.998-17.888-13.721-1.15-8.723 4.998-16.739 13.721-17.889z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M399.482 81.259s-28.471-67.765-28.132-67.928c-3.758-9.037 17.224-14.956 18.541-4.955l.002.003c.089-.237 9.589 72.88 9.589 72.88zM399.482 81.259s28.47 67.765 28.131 67.928c3.758 9.038-17.224 14.957-18.541 4.956l-.002-.003c-.088.236-9.588-72.881-9.588-72.881z'/%3E%3Cpath d='M399.482 81.259S389.52 8.434 389.89 8.365c-1.291-9.702 20.508-9.989 19.191.012l.002.003c.146-.205-9.601 72.879-9.601 72.879zM399.482 81.259s9.961 72.825 9.592 72.895c1.29 9.702-20.508 9.989-19.192-.012l-.002-.004c-.146.206 9.602-72.879 9.602-72.879z'/%3E%3Cpath d='M399.482 81.259s9.226-72.921 9.601-72.893c1.264-9.706 22.394-4.341 18.535 4.979v.004c.195-.161-28.136 67.91-28.136 67.91zM399.482 81.259s-9.227 72.922-9.602 72.893c-1.264 9.706-22.394 4.341-18.534-4.979l-.001-.003c-.195.16 28.137-67.911 28.137-67.911z'/%3E%3Cpath d='M399.482 81.259s27.785-68.049 28.14-67.924c3.733-9.048 22.755 1.603 16.614 9.606v.004c.229-.105-44.754 58.314-44.754 58.314zM399.482 81.259s-27.786 68.049-28.141 67.925c-3.733 9.047-22.755-1.604-16.614-9.607v-.003c-.229.104 44.755-58.315 44.755-58.315z'/%3E%3Cpath d='M399.482 81.259s44.451-58.538 44.761-58.326c5.948-7.774 21.565 7.438 13.562 13.579l-.001.003c.249-.042-58.322 44.744-58.322 44.744zM399.482 81.259s-44.452 58.539-44.762 58.327c-5.948 7.773-21.565-7.438-13.562-13.579l.001-.004c-.249.042 58.323-44.744 58.323-44.744z'/%3E%3Cpath d='M399.482 81.259s58.087-45.039 58.332-44.754c7.757-5.969 18.905 12.766 9.585 16.627l-.002.003c.251.024-67.915 28.124-67.915 28.124zM399.482 81.259s-58.088 45.039-58.333 44.754c-7.757 5.969-18.905-12.766-9.585-16.626l.002-.003c-.251-.024 67.916-28.125 67.916-28.125z'/%3E%3Cpath d='M399.482 81.259s67.765-28.47 67.927-28.131c9.038-3.758 14.957 17.223 4.956 18.541l-.003.002c.237.088-72.88 9.588-72.88 9.588zM399.482 81.259s-67.766 28.471-67.928 28.132c-9.038 3.758-14.957-17.224-4.956-18.541l.003-.002c-.236-.089 72.881-9.589 72.881-9.589z'/%3E%3Cpath d='M399.482 81.259s72.824-9.961 72.894-9.592c9.702-1.29 9.989 20.508-.012 19.192l-.004.001c.206.147-72.878-9.601-72.878-9.601zM399.482 81.259s-72.825 9.962-72.895 9.592c-9.702 1.291-9.989-20.508.012-19.192.001.001.003-.001.004-.001-.206-.146 72.879 9.601 72.879 9.601z'/%3E%3Cpath d='M399.482 81.259s72.921 9.227 72.893 9.601c9.705 1.265 4.341 22.395-4.979 18.535l-.004.001c.161.194-67.91-28.137-67.91-28.137zM399.482 81.259s-72.922-9.226-72.894-9.601c-9.705-1.264-4.34-22.395 4.979-18.535h.004c-.161-.195 67.911 28.136 67.911 28.136z'/%3E%3Cpath d='M399.482 81.259s68.048 27.786 67.924 28.14c9.048 3.734-1.603 22.755-9.606 16.615h-.004c.105.229-58.314-44.755-58.314-44.755zM399.482 81.259s-68.049-27.785-67.925-28.14c-9.048-3.733 1.603-22.755 9.607-16.615l.003.001c-.104-.23 58.315 44.754 58.315 44.754z'/%3E%3Cpath d='M399.482 81.259s58.538 44.451 58.326 44.762c7.773 5.948-7.438 21.564-13.579 13.562l-.003-.002c.041.249-44.744-58.322-44.744-58.322zM399.482 81.259s-58.539-44.451-58.327-44.761c-7.773-5.948 7.438-21.565 13.579-13.562l.003.001c-.041-.249 44.745 58.322 44.745 58.322z'/%3E%3Cpath d='M399.482 81.259s45.039 58.088 44.754 58.333c5.969 7.757-12.766 18.904-16.627 9.585l-.003-.002c-.024.251-28.124-67.916-28.124-67.916zM399.482 81.259s-45.04-58.087-44.755-58.332c-5.968-7.757 12.766-18.905 16.627-9.586l.003.003c.024-.252 28.125 67.915 28.125 67.915z'/%3E%3Cpath d='M397.402 65.454c8.723-1.148 16.737 5.002 17.885 13.725 1.148 8.724-5.002 16.738-13.726 17.886-8.723 1.148-16.737-5.003-17.885-13.726-1.148-8.723 5.003-16.737 13.726-17.885z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M559.222 81.518s-28.481-67.76-28.143-67.923c-3.759-9.037 17.222-14.959 18.541-4.958l.002.002c.088-.236 9.6 72.879 9.6 72.879zM559.222 81.518s28.482 67.761 28.143 67.924c3.76 9.037-17.221 14.959-18.54 4.958l-.002-.003c-.088.237-9.601-72.879-9.601-72.879z'/%3E%3Cpath d='M559.222 81.518s-9.973-72.823-9.604-72.892c-1.292-9.702 20.506-9.993 19.192.009l.001.003c.147-.206-9.589 72.88-9.589 72.88zM559.222 81.518s9.974 72.824 9.605 72.893c1.292 9.702-20.507 9.993-19.192-.009l-.002-.003c-.146.205 9.589-72.881 9.589-72.881z'/%3E%3Cpath d='M559.222 81.518s9.215-72.923 9.589-72.894c1.263-9.706 22.394-4.345 18.536 4.975v.004c.195-.16-28.125 67.915-28.125 67.915zM559.222 81.518s-9.214 72.923-9.589 72.895c-1.263 9.706-22.394 4.345-18.535-4.976l-.001-.003c-.194.16 28.125-67.916 28.125-67.916z'/%3E%3Cpath d='M559.222 81.518s27.775-68.053 28.129-67.929c3.732-9.048 22.755 1.6 16.616 9.604v.004c.229-.105-44.745 58.321-44.745 58.321zM559.222 81.518s-27.774 68.054-28.128 67.93c-3.732 9.048-22.756-1.6-16.617-9.604l.001-.004c-.23.105 44.744-58.322 44.744-58.322z'/%3E%3Cpath d='M559.222 81.518s44.442-58.546 44.752-58.334c5.947-7.774 21.566 7.435 13.565 13.577l-.002.004c.249-.042-58.315 44.753-58.315 44.753zM559.222 81.518s-44.441 58.546-44.751 58.335c-5.947 7.774-21.566-7.435-13.565-13.577l.002-.004c-.249.042 58.314-44.754 58.314-44.754z'/%3E%3Cpath d='M559.222 81.518s58.08-45.048 58.325-44.763c7.756-5.971 18.907 12.762 9.588 16.625l-.002.002c.251.025-67.911 28.136-67.911 28.136zM559.222 81.518s-58.08 45.049-58.324 44.764c-7.757 5.971-18.907-12.762-9.589-16.625l.002-.003c-.251-.024 67.911-28.136 67.911-28.136z'/%3E%3Cpath d='M559.222 81.518s67.761-28.481 67.924-28.143c9.037-3.759 14.959 17.222 4.958 18.541l-.003.002c.237.088-72.879 9.6-72.879 9.6zM559.222 81.518s-67.76 28.482-67.923 28.143c-9.037 3.76-14.959-17.221-4.959-18.54.002 0 .002-.001.003-.002-.236-.088 72.879-9.601 72.879-9.601z'/%3E%3Cpath d='M559.222 81.518s72.823-9.973 72.893-9.604c9.702-1.292 9.993 20.506-.009 19.192l-.003.001c.205.147-72.881-9.589-72.881-9.589zM559.222 81.518s-72.823 9.974-72.892 9.605c-9.702 1.292-9.993-20.507.008-19.192l.004-.002c-.206-.146 72.88 9.589 72.88 9.589z'/%3E%3Cpath d='M559.222 81.518s72.923 9.215 72.895 9.589c9.706 1.263 4.345 22.394-4.976 18.536l-.003.001c.16.194-67.916-28.126-67.916-28.126zM559.222 81.518s-72.923-9.214-72.894-9.589c-9.706-1.262-4.345-22.393 4.975-18.535l.004-.001c-.161-.194 67.915 28.125 67.915 28.125z'/%3E%3Cpath d='M559.222 81.518s68.054 27.775 67.929 28.129c9.049 3.732-1.599 22.756-9.603 16.616h-.004c.105.23-58.322-44.745-58.322-44.745zM559.222 81.518s-68.053-27.774-67.929-28.128c-9.048-3.732 1.6-22.756 9.604-16.617l.003.001c-.104-.23 58.322 44.744 58.322 44.744z'/%3E%3Cpath d='M559.222 81.518s58.546 44.442 58.335 44.752c7.774 5.947-7.435 21.566-13.577 13.565l-.004-.002c.042.249-44.754-58.315-44.754-58.315zM559.222 81.518s-58.546-44.441-58.334-44.751c-7.774-5.947 7.435-21.566 13.577-13.565l.003.002c-.041-.249 44.754 58.314 44.754 58.314z'/%3E%3Cpath d='M559.222 81.518s45.049 58.08 44.764 58.325c5.97 7.756-12.762 18.907-16.625 9.589 0-.002-.002-.002-.003-.003-.024.251-28.136-67.911-28.136-67.911zM559.222 81.518s-45.049-58.079-44.764-58.324c-5.97-7.757 12.763-18.907 16.626-9.589l.002.003c.025-.252 28.136 67.91 28.136 67.91z'/%3E%3Cpath d='M557.14 65.713c8.723-1.149 16.738 5 17.887 13.723 1.15 8.723-4.999 16.738-13.722 17.888-8.723 1.149-16.738-5-17.888-13.723-1.149-8.723 5-16.738 13.723-17.888z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M-.518 161.518s-28.416-67.788-28.077-67.95c-3.751-9.041 17.236-14.943 18.545-4.941l.002.003c.088-.236 9.53 72.888 9.53 72.888zM-.518 161.518s28.415 67.788 28.076 67.951c3.751 9.041-17.235 14.943-18.545 4.941 0-.002-.001-.002-.002-.003-.088.236-9.529-72.889-9.529-72.889z'/%3E%3Cpath d='M-.518 161.518s-9.903-72.832-9.534-72.902c-1.283-9.703 20.516-9.972 19.192.028l.002.003c.146-.205-9.66 72.871-9.66 72.871zM-.518 161.518s9.902 72.833 9.533 72.902c1.283 9.704-20.516 9.973-19.192-.027l-.001-.003c-.147.205 9.66-72.872 9.66-72.872z'/%3E%3Cpath d='M-.518 161.518s9.285-72.914 9.66-72.885c1.272-9.705 22.398-4.323 18.53 4.994l.001.003c.195-.16-28.191 67.888-28.191 67.888zM-.518 161.518s-9.286 72.914-9.66 72.886c-1.273 9.705-22.398 4.323-18.531-4.994l-.001-.004c-.194.161 28.192-67.888 28.192-67.888z'/%3E%3Cpath d='M-.518 161.518s27.84-68.026 28.195-67.901c3.74-9.045 22.753 1.621 16.606 9.62v.003c.23-.104-44.801 58.278-44.801 58.278zM-.518 161.518s-27.841 68.027-28.195 67.902c-3.741 9.045-22.754-1.621-16.607-9.62v-.003c-.229.104 44.802-58.279 44.802-58.279z'/%3E%3Cpath d='M-.518 161.518s44.498-58.502 44.808-58.29c5.954-7.769 21.559 7.455 13.551 13.59l-.001.003c.249-.041-58.358 44.697-58.358 44.697zM-.518 161.518s-44.499 58.503-44.809 58.291c-5.954 7.768-21.559-7.455-13.551-13.59l.001-.003c-.249.041 58.359-44.698 58.359-44.698z'/%3E%3Cpath d='M-.518 161.518s58.123-44.992 58.368-44.707c7.762-5.962 18.894 12.781 9.572 16.635l-.002.003c.251.024-67.938 28.069-67.938 28.069zM-.518 161.518s-58.124 44.993-58.369 44.708c-7.762 5.962-18.894-12.782-9.572-16.635l.002-.003c-.251-.024 67.939-28.07 67.939-28.07z'/%3E%3Cpath d='M-.518 161.518s67.788-28.415 67.95-28.076c9.041-3.751 14.943 17.235 4.941 18.545l-.003.002c.236.088-72.888 9.529-72.888 9.529zM-.518 161.518s-67.788 28.416-67.951 28.077c-9.041 3.751-14.943-17.236-4.941-18.545.002 0 .002-.001.003-.002-.236-.088 72.889-9.53 72.889-9.53z'/%3E%3Cpath d='M-.518 161.518s72.832-9.902 72.902-9.533c9.703-1.283 9.972 20.516-.028 19.192l-.003.001c.205.147-72.871-9.66-72.871-9.66zM-.518 161.518s-72.833 9.903-72.902 9.534c-9.704 1.283-9.973-20.516.027-19.192l.003-.002c-.205-.146 72.872 9.66 72.872 9.66z'/%3E%3Cpath d='M-.518 161.518s72.914 9.286 72.885 9.66c9.705 1.273 4.323 22.398-4.994 18.531l-.003.001c.16.194-67.888-28.192-67.888-28.192zM-.518 161.518s-72.914-9.285-72.886-9.66c-9.705-1.272-4.323-22.398 4.994-18.53l.004-.001c-.161-.195 67.888 28.191 67.888 28.191zM-.518 161.518s68.026 27.841 67.901 28.195c9.045 3.741-1.621 22.754-9.62 16.607h-.003c.104.229-58.278-44.802-58.278-44.802z'/%3E%3Cpath d='M-.518 161.518s-68.027-27.84-67.902-28.195c-9.045-3.74 1.621-22.753 9.62-16.606h.003c-.104-.23 58.279 44.801 58.279 44.801zM-.518 161.518s58.502 44.499 58.29 44.809c7.769 5.954-7.455 21.559-13.59 13.551l-.003-.001c.041.249-44.697-58.359-44.697-58.359z'/%3E%3Cpath d='M-.518 161.518s-58.503-44.498-58.291-44.808c-7.768-5.954 7.455-21.559 13.59-13.551l.003.001c-.041-.249 44.698 58.358 44.698 58.358zM-.518 161.518s44.992 58.124 44.707 58.369c5.962 7.762-12.781 18.894-16.635 9.572l-.003-.002c-.024.251-28.069-67.939-28.069-67.939z'/%3E%3Cpath d='M-.518 161.518s-44.993-58.123-44.708-58.368c-5.962-7.762 12.782-18.894 16.635-9.572l.003.002c.024-.251 28.07 67.938 28.07 67.938z'/%3E%3Cpath d='M-2.585 145.711c8.724-1.141 16.733 5.016 17.874 13.74 1.141 8.725-5.016 16.734-13.74 17.875-8.725 1.14-16.734-5.016-17.875-13.741-1.14-8.724 5.016-16.733 13.741-17.874z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M159.482 161.778s-28.483-67.761-28.144-67.923c-3.759-9.037 17.221-14.96 18.54-4.959l.002.003c.089-.237 9.602 72.879 9.602 72.879zM159.482 161.778s28.482 67.76 28.143 67.923c3.759 9.037-17.221 14.959-18.54 4.958l-.002-.002c-.089.236-9.601-72.879-9.601-72.879z'/%3E%3Cpath d='M159.482 161.778s-9.974-72.823-9.605-72.893c-1.293-9.702 20.506-9.993 19.192.009l.001.003c.147-.205-9.588 72.881-9.588 72.881zM159.482 161.778s9.974 72.823 9.604 72.892c1.293 9.702-20.506 9.993-19.192-.008.001-.002 0-.003-.001-.004-.146.206 9.589-72.88 9.589-72.88z'/%3E%3Cpath d='M159.482 161.778s9.213-72.923 9.588-72.895c1.263-9.706 22.394-4.345 18.536 4.975v.004c.195-.16-28.124 67.916-28.124 67.916zM159.482 161.778s-9.214 72.923-9.589 72.894c-1.263 9.706-22.394 4.345-18.536-4.975v-.004c-.195.161 28.125-67.915 28.125-67.915z'/%3E%3Cpath d='M159.482 161.778s27.773-68.054 28.128-67.93c3.732-9.048 22.755 1.6 16.616 9.604v.003c.229-.104-44.744 58.323-44.744 58.323zM159.482 161.778s-27.774 68.053-28.129 67.929c-3.732 9.048-22.755-1.599-16.616-9.604v-.003c-.229.105 44.745-58.322 44.745-58.322z'/%3E%3Cpath d='M159.482 161.778s44.441-58.547 44.751-58.335c5.946-7.774 21.566 7.434 13.564 13.577l-.001.003c.249-.041-58.314 44.755-58.314 44.755zM159.482 161.778s-44.441 58.546-44.752 58.334c-5.946 7.774-21.566-7.434-13.564-13.577l.001-.003c-.249.042 58.315-44.754 58.315-44.754z'/%3E%3Cpath d='M159.482 161.778s58.079-45.05 58.324-44.765c7.756-5.97 18.907 12.763 9.588 16.625l-.002.003c.251.024-67.91 28.137-67.91 28.137zM159.482 161.778s-58.08 45.049-58.325 44.764c-7.756 5.97-18.907-12.763-9.588-16.625l.002-.003c-.251-.024 67.911-28.136 67.911-28.136z'/%3E%3Cpath d='M159.482 161.778s67.76-28.483 67.923-28.144c9.037-3.759 14.959 17.221 4.958 18.54l-.002.003c.236.088-72.879 9.601-72.879 9.601zM159.482 161.778s-67.761 28.482-67.923 28.143c-9.037 3.76-14.96-17.221-4.959-18.54l.003-.002c-.237-.089 72.879-9.601 72.879-9.601z'/%3E%3Cpath d='M159.482 161.778s72.823-9.974 72.892-9.605c9.702-1.292 9.993 20.506-.008 19.192l-.004.001c.206.147-72.88-9.588-72.88-9.588zM159.482 161.778s-72.823 9.974-72.893 9.604c-9.702 1.293-9.993-20.506.009-19.191l.003-.002c-.205-.146 72.881 9.589 72.881 9.589z'/%3E%3Cpath d='M159.482 161.778s72.923 9.213 72.894 9.588c9.706 1.263 4.345 22.394-4.975 18.536h-.004c.161.195-67.915-28.124-67.915-28.124zM159.482 161.778s-72.924-9.214-72.895-9.589c-9.706-1.263-4.345-22.394 4.975-18.536h.004c-.161-.195 67.916 28.125 67.916 28.125z'/%3E%3Cpath d='M159.482 161.778s68.053 27.773 67.929 28.128c9.048 3.732-1.599 22.755-9.604 16.616h-.003c.104.229-58.322-44.744-58.322-44.744zM159.482 161.778s-68.054-27.774-67.93-28.129c-9.048-3.732 1.6-22.755 9.604-16.616h.003c-.104-.229 58.323 44.745 58.323 44.745z'/%3E%3Cpath d='M159.482 161.778s58.546 44.441 58.334 44.751c7.774 5.947-7.434 21.566-13.577 13.565l-.003-.002c.042.249-44.754-58.314-44.754-58.314zM159.482 161.778s-58.547-44.441-58.335-44.752c-7.774-5.946 7.434-21.566 13.577-13.564l.003.001c-.041-.249 44.755 58.315 44.755 58.315z'/%3E%3Cpath d='M159.482 161.778s45.049 58.079 44.764 58.324c5.97 7.756-12.763 18.907-16.625 9.589l-.003-.003c-.024.251-28.136-67.91-28.136-67.91zM159.482 161.778s-45.05-58.08-44.765-58.325c-5.97-7.756 12.763-18.907 16.625-9.588l.003.002c.024-.251 28.137 67.911 28.137 67.911z'/%3E%3Cpath d='M157.399 145.973c8.723-1.15 16.738 4.999 17.888 13.722 1.149 8.723-5 16.738-13.723 17.888-8.723 1.149-16.738-5-17.887-13.723-1.15-8.723 4.999-16.738 13.722-17.887z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M319.482 162.037s-28.529-67.741-28.191-67.904c-3.765-9.034 17.211-14.971 18.537-4.971l.002.003c.089-.237 9.652 72.872 9.652 72.872zM319.482 162.037s28.528 67.74 28.19 67.904c3.765 9.034-17.211 14.971-18.537 4.971l-.002-.003c-.088.237-9.651-72.872-9.651-72.872z'/%3E%3Cpath d='M319.482 162.037s-10.024-72.816-9.655-72.886c-1.299-9.701 20.499-10.007 19.192-.005-.001.002.001.003.001.004.146-.206-9.538 72.887-9.538 72.887z'/%3E%3Cpath d='M319.482 162.037s10.024 72.816 9.654 72.886c1.299 9.701-20.499 10.007-19.191.004l-.002-.003c-.146.206 9.539-72.887 9.539-72.887zM319.482 162.037s9.163-72.93 9.538-72.902c1.256-9.706 22.391-4.36 18.539 4.963l.001.004c.194-.161-28.078 67.935-28.078 67.935z'/%3E%3Cpath d='M319.482 162.037s-9.164 72.929-9.539 72.901c-1.256 9.707-22.391 4.36-18.539-4.963v-.003c-.195.16 28.078-67.935 28.078-67.935zM319.482 162.037s27.727-68.073 28.081-67.949c3.726-9.051 22.757 1.584 16.623 9.592v.004c.229-.105-44.704 58.353-44.704 58.353z'/%3E%3Cpath d='M319.482 162.037s-27.727 68.073-28.082 67.948c-3.726 9.051-22.756-1.583-16.623-9.592v-.003c-.229.105 44.705-58.353 44.705-58.353zM319.482 162.037s44.4-58.577 44.711-58.365c5.941-7.779 21.571 7.419 13.574 13.567l-.002.004c.249-.042-58.283 44.794-58.283 44.794z'/%3E%3Cpath d='M319.482 162.037s-44.401 58.577-44.712 58.365c-5.941 7.778-21.571-7.419-13.574-13.567l.002-.004c-.249.042 58.284-44.794 58.284-44.794zM319.482 162.037s58.048-45.089 58.293-44.805c7.752-5.975 18.916 12.75 9.6 16.619l-.002.003c.251.024-67.891 28.183-67.891 28.183z'/%3E%3Cpath d='M319.482 162.037s-58.049 45.089-58.294 44.804c-7.752 5.976-18.916-12.749-9.6-16.618l.002-.003c-.251-.024 67.892-28.183 67.892-28.183zM319.482 162.037s67.74-28.529 67.903-28.19c9.035-3.766 14.972 17.211 4.972 18.536l-.003.003c.236.088-72.872 9.651-72.872 9.651z'/%3E%3Cpath d='M319.482 162.037s-67.741 28.529-67.904 28.19c-9.035 3.766-14.972-17.211-4.972-18.537.002 0 .002-.001.003-.002-.236-.088 72.873-9.651 72.873-9.651zM319.482 162.037s72.816-10.024 72.886-9.655c9.701-1.299 10.006 20.499.004 19.192l-.003.001c.205.147-72.887-9.538-72.887-9.538z'/%3E%3Cpath d='M319.482 162.037s-72.817 10.024-72.886 9.655c-9.702 1.299-10.007-20.5-.005-19.192l.003-.002c-.205-.146 72.888 9.539 72.888 9.539zM319.482 162.037s72.929 9.164 72.901 9.538c9.707 1.256 4.36 22.391-4.963 18.539l-.004.001c.161.194-67.934-28.078-67.934-28.078z'/%3E%3Cpath d='M319.482 162.037s-72.93-9.164-72.902-9.539c-9.707-1.256-4.36-22.39 4.963-18.539h.004c-.161-.195 67.935 28.078 67.935 28.078zM319.482 162.037s68.072 27.727 67.948 28.082c9.051 3.725-1.583 22.756-9.592 16.622h-.003c.104.229-58.353-44.704-58.353-44.704z'/%3E%3Cpath d='M319.482 162.037s-68.073-27.727-67.949-28.082c-9.051-3.725 1.584-22.756 9.592-16.623l.004.001c-.105-.23 58.353 44.704 58.353 44.704zM319.482 162.037s58.576 44.401 58.365 44.711c7.778 5.941-7.42 21.571-13.568 13.574l-.003-.001c.042.248-44.794-58.284-44.794-58.284z'/%3E%3Cpath d='M319.482 162.037s-58.577-44.401-58.366-44.711c-7.778-5.942 7.42-21.571 13.568-13.574l.003.001c-.042-.249 44.795 58.284 44.795 58.284zM319.482 162.037s45.089 58.048 44.804 58.294c5.976 7.752-12.75 18.915-16.618 9.599l-.003-.002c-.024.251-28.183-67.891-28.183-67.891z'/%3E%3Cpath d='M319.482 162.037s-45.09-58.049-44.805-58.294c-5.975-7.752 12.75-18.916 16.619-9.6l.002.003c.024-.252 28.184 67.891 28.184 67.891z'/%3E%3Cpath d='M317.388 146.233c8.722-1.155 16.742 4.988 17.897 13.71 1.156 8.723-4.988 16.742-13.71 17.897-8.722 1.156-16.742-4.987-17.897-13.71-1.155-8.722 4.988-16.741 13.71-17.897z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M479.222 162.296s-28.518-67.745-28.18-67.908c-3.764-9.035 17.213-14.969 18.538-4.969 0 .002.001.002.002.003.088-.236 9.64 72.874 9.64 72.874zM479.222 162.296s28.519 67.745 28.181 67.908c3.764 9.035-17.214 14.969-18.538 4.969l-.002-.003c-.088.236-9.641-72.874-9.641-72.874z'/%3E%3Cpath d='M479.222 162.296s-10.013-72.818-9.644-72.887c-1.297-9.702 20.501-10.004 19.192-.002l.001.003c.147-.205-9.549 72.886-9.549 72.886zM479.222 162.296s10.014 72.818 9.644 72.888c1.298 9.701-20.5 10.003-19.191.001l-.002-.003c-.146.205 9.549-72.886 9.549-72.886z'/%3E%3Cpath d='M479.222 162.296s9.175-72.928 9.55-72.9c1.257-9.707 22.391-4.357 18.538 4.966v.003c.195-.16-28.088 67.931-28.088 67.931zM479.222 162.296s-9.174 72.928-9.549 72.9c-1.257 9.707-22.391 4.357-18.538-4.966l-.001-.003c-.194.16 28.088-67.931 28.088-67.931z'/%3E%3Cpath d='M479.222 162.296s27.737-68.069 28.092-67.944c3.727-9.051 22.756 1.587 16.622 9.594l-.001.004c.23-.105-44.713 58.346-44.713 58.346zM479.222 162.296s-27.737 68.069-28.091 67.945c-3.727 9.05-22.756-1.587-16.622-9.595l.001-.004c-.23.105 44.712-58.346 44.712-58.346z'/%3E%3Cpath d='M479.222 162.296s44.41-58.57 44.72-58.359c5.943-7.777 21.57 7.423 13.572 13.57l-.001.003c.248-.042-58.291 44.786-58.291 44.786zM479.222 162.296s-44.409 58.57-44.719 58.359c-5.943 7.777-21.57-7.423-13.572-13.57l.001-.003c-.249.042 58.29-44.786 58.29-44.786z'/%3E%3Cpath d='M479.222 162.296s58.056-45.081 58.301-44.796c7.753-5.974 18.914 12.753 9.597 16.62l-.002.003c.251.024-67.896 28.173-67.896 28.173zM479.222 162.296s-58.055 45.081-58.3 44.796c-7.753 5.974-18.914-12.753-9.597-16.62l.002-.003c-.251-.024 67.895-28.173 67.895-28.173z'/%3E%3Cpath d='M479.222 162.296s67.745-28.519 67.908-28.18c9.035-3.764 14.969 17.213 4.969 18.537l-.003.003c.236.088-72.874 9.64-72.874 9.64zM479.222 162.296s-67.744 28.519-67.907 28.18c-9.035 3.765-14.969-17.213-4.969-18.537l.003-.002c-.237-.089 72.873-9.641 72.873-9.641z'/%3E%3Cpath d='M479.222 162.296s72.818-10.013 72.888-9.644c9.701-1.298 10.004 20.501.001 19.192l-.003.001c.206.147-72.886-9.549-72.886-9.549zM479.222 162.296s-72.817 10.013-72.887 9.644c-9.701 1.298-10.004-20.501-.002-19.192l.004-.001c-.206-.146 72.885 9.549 72.885 9.549z'/%3E%3Cpath d='M479.222 162.296s72.928 9.174 72.9 9.549c9.707 1.258 4.357 22.392-4.965 18.539h-.004c.161.195-67.931-28.088-67.931-28.088zM479.222 162.296s-72.928-9.174-72.9-9.549c-9.706-1.258-4.356-22.392 4.966-18.538l.004-.001c-.161-.194 67.93 28.088 67.93 28.088z'/%3E%3Cpath d='M479.222 162.296s68.069 27.737 67.945 28.092c9.05 3.727-1.587 22.756-9.595 16.621h-.003c.105.229-58.347-44.713-58.347-44.713z'/%3E%3Cpath d='M479.222 162.296s-68.068-27.737-67.944-28.092c-9.051-3.727 1.587-22.756 9.594-16.621h.004c-.105-.229 58.346 44.713 58.346 44.713z'/%3E%3Cpath d='M479.222 162.296s58.571 44.409 58.359 44.72c7.777 5.942-7.423 21.57-13.57 13.572l-.003-.002c.042.249-44.786-58.29-44.786-58.29zM479.222 162.296s-58.57-44.409-58.358-44.72c-7.778-5.942 7.422-21.57 13.569-13.572l.004.002c-.042-.249 44.785 58.29 44.785 58.29z'/%3E%3Cpath d='M479.222 162.296s45.081 58.055 44.796 58.3c5.975 7.753-12.752 18.914-16.62 9.598l-.003-.002c-.024.251-28.173-67.896-28.173-67.896zM479.222 162.296s-45.08-58.055-44.795-58.3c-5.975-7.753 12.752-18.914 16.619-9.598l.003.003c.024-.252 28.173 67.895 28.173 67.895z'/%3E%3Cpath d='M477.131 146.492c8.723-1.154 16.741 4.991 17.895 13.713s-4.99 16.741-13.713 17.895c-8.722 1.154-16.74-4.99-17.895-13.713-1.154-8.722 4.991-16.741 13.713-17.895z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M639.482 162.555s-28.518-67.745-28.179-67.908c-3.765-9.035 17.213-14.969 18.537-4.969 0 .002.002.002.002.003.089-.236 9.64 72.874 9.64 72.874zM639.482 162.555s28.517 67.746 28.179 67.909c3.764 9.035-17.214 14.968-18.538 4.968l-.002-.003c-.088.237-9.639-72.874-9.639-72.874z'/%3E%3Cpath d='M639.482 162.555s-10.012-72.818-9.643-72.887c-1.298-9.702 20.501-10.004 19.192-.002-.001.002.001.003.001.004.146-.206-9.55 72.885-9.55 72.885zM639.482 162.555s10.012 72.818 9.642 72.888c1.298 9.701-20.501 10.003-19.191.001l-.002-.003c-.146.205 9.551-72.886 9.551-72.886z'/%3E%3Cpath d='M639.482 162.555s9.175-72.928 9.55-72.9c1.258-9.706 22.392-4.356 18.538 4.966l.001.004c.194-.161-28.089 67.93-28.089 67.93zM639.482 162.555s-9.176 72.928-9.551 72.9c-1.258 9.707-22.391 4.357-18.538-4.966l-.001-.003c-.194.16 28.09-67.931 28.09-67.931z'/%3E%3Cpath d='M639.482 162.555s27.738-68.068 28.092-67.944c3.728-9.05 22.757 1.588 16.622 9.595l-.001.004c.23-.105-44.713 58.345-44.713 58.345zM639.482 162.555s-27.739 68.068-28.093 67.944c-3.727 9.051-22.756-1.587-16.622-9.595l.001-.003c-.23.105 44.714-58.346 44.714-58.346z'/%3E%3Cpath d='M639.482 162.555s44.41-58.569 44.72-58.358c5.943-7.777 21.57 7.423 13.572 13.57l-.001.004c.248-.042-58.291 44.784-58.291 44.784zM639.482 162.555s-44.411 58.57-44.721 58.358c-5.943 7.777-21.57-7.423-13.572-13.57l.002-.003c-.249.042 58.291-44.785 58.291-44.785z'/%3E%3Cpath d='M639.482 162.555s58.056-45.079 58.301-44.794c7.753-5.975 18.913 12.752 9.597 16.619l-.002.003c.251.024-67.896 28.172-67.896 28.172zM639.482 162.555s-58.056 45.08-58.302 44.795c-7.753 5.974-18.913-12.753-9.597-16.62l.003-.003c-.252-.024 67.896-28.172 67.896-28.172z'/%3E%3Cpath d='M639.482 162.555s67.745-28.517 67.908-28.179c9.035-3.764 14.968 17.214 4.968 18.538l-.003.002c.237.088-72.873 9.639-72.873 9.639z'/%3E%3Cpath d='M639.482 162.555s-67.746 28.518-67.909 28.179c-9.035 3.764-14.968-17.213-4.968-18.537l.003-.003c-.237-.088 72.874-9.639 72.874-9.639z'/%3E%3Cpath d='M639.482 162.555s72.817-10.012 72.887-9.643c9.702-1.297 10.004 20.501.002 19.192l-.004.002c.206.146-72.885-9.551-72.885-9.551zM639.482 162.555s-72.818 10.012-72.888 9.643c-9.701 1.298-10.003-20.501-.001-19.192l.003-.001c-.206-.146 72.886 9.55 72.886 9.55z'/%3E%3Cpath d='M639.482 162.555s72.927 9.176 72.899 9.551c9.707 1.257 4.357 22.391-4.966 18.538h-.003c.16.195-67.93-28.089-67.93-28.089zM639.482 162.555s-72.928-9.175-72.9-9.55c-9.707-1.258-4.357-22.392 4.966-18.538l.003-.001c-.16-.194 67.931 28.089 67.931 28.089z'/%3E%3Cpath d='M639.482 162.555s68.068 27.738 67.944 28.093c9.05 3.727-1.588 22.756-9.595 16.621h-.004c.105.229-58.345-44.714-58.345-44.714zM639.482 162.555s-68.069-27.738-67.944-28.093c-9.051-3.727 1.587-22.756 9.594-16.621l.004.001c-.105-.23 58.346 44.713 58.346 44.713z'/%3E%3Cpath d='M639.482 162.555s58.569 44.411 58.357 44.721c7.778 5.943-7.423 21.57-13.569 13.572l-.004-.002c.042.249-44.784-58.291-44.784-58.291zM639.482 162.555s-58.57-44.41-58.358-44.721c-7.778-5.942 7.423-21.569 13.569-13.571l.004.001c-.042-.249 44.785 58.291 44.785 58.291z'/%3E%3Cpath d='M639.482 162.555s45.079 58.056 44.794 58.301c5.975 7.753-12.752 18.914-16.62 9.597l-.003-.002c-.024.251-28.171-67.896-28.171-67.896zM639.482 162.555s-45.08-58.056-44.795-58.301c-5.974-7.753 12.753-18.914 16.62-9.597l.003.002c.024-.251 28.172 67.896 28.172 67.896z'/%3E%3Cpath d='M637.391 146.751c8.722-1.154 16.741 4.991 17.895 13.713 1.154 8.723-4.991 16.741-13.714 17.895-8.722 1.154-16.74-4.99-17.894-13.713-1.154-8.722 4.99-16.741 13.713-17.895z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; } li:hover, li:hover::before, li:hover::after { }

Related: See More


Questions / Comments: