HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="animated-block">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600" viewBox="0 0 600 600" style="margin:0 auto;">
<defs>
<filter id="Ellipse_12" x="337.823" y="73.702" width="103.129" height="104.323" filterUnits="userSpaceOnUse">
<feOffset dy="4" input="SourceAlpha" />
<feGaussianBlur stdDeviation="5" result="blur" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_31" x="55.01" y="98.624" width="190.454" height="49.406" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-2" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-2" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_41" x="189.235" y="106.333" width="217.998" height="436.478" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="8" result="blur-3" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-3" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_8" x="195.17" y="115.042" width="194.476" height="71.459" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-4" />
<feFlood flood-color="#070f40" />
<feComposite operator="in" in2="blur-4" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Ellipse_9" x="206.381" y="126.611" width="44.689" height="45.406" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-5" />
<feFlood flood-color="#e63c4a" />
<feComposite operator="in" in2="blur-5" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_27" x="246.823" y="122.974" width="136.072" height="49.299" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-6" />
<feFlood flood-color="#e53b48" />
<feComposite operator="in" in2="blur-6" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_31-2" x="206.381" y="173.322" width="125.224" height="38.284" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-7" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-7" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_31-3" x="206.381" y="294.447" width="125.224" height="37.257" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-8" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-8" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_33" x="206.381" y="196.645" width="159.087" height="104.158" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-9" />
<feFlood flood-color="#070f40" />
<feComposite operator="in" in2="blur-9" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_33-2" x="357.16" y="194.96" width="164.606" height="105.794" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-10" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-10" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_35" x="204.979" y="317.812" width="73.067" height="74.171" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-11" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-11" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_37" x="264.362" y="330.136" width="90.287" height="33.173" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-12" />
<feFlood flood-color="#2336b0" />
<feComposite operator="in" in2="blur-12" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_37-2" x="264.362" y="348.882" width="90.287" height="33.336" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-13" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-13" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39" x="341.619" y="335.023" width="40.558" height="40.665" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-14" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-14" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_35-2" x="204.979" y="378.376" width="73.067" height="74.566" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-15" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-15" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_37-3" x="264.362" y="391.174" width="90.287" height="33.707" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-16" />
<feFlood flood-color="#1328b0" />
<feComposite operator="in" in2="blur-16" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_37-4" x="264.362" y="409.92" width="90.287" height="33.87" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-17" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-17" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-2" x="341.619" y="396.688" width="40.558" height="40.798" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-18" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-18" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_35-3" x="204.979" y="438.941" width="73.067" height="74.961" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-19" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-19" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_37-5" x="264.362" y="452.222" width="90.287" height="34.24" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-20" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-20" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_37-6" x="264.362" y="470.967" width="90.287" height="34.404" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-21" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-21" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-3" x="341.619" y="458.352" width="40.558" height="40.932" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-22" />
<feFlood flood-color="#070e3d" />
<feComposite operator="in" in2="blur-22" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Ellipse_12-2" x="159.663" y="481.016" width="72.336" height="74.777" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-23" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-23" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_31-4" x="493.774" y="385.066" width="173.074" height="44.534" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-24" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-24" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_31-5" x="82.614" y="361.899" width="151.74" height="42.173" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-25" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-25" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_31-6" x="-16.35" y="507.721" width="132.745" height="41.852" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-26" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-26" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-4" x="400.889" y="337.602" width="42.918" height="42.901" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-27" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-27" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-5" x="400.889" y="379.096" width="42.918" height="43.002" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-28" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-28" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-6" x="400.889" y="420.59" width="42.918" height="43.104" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-29" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-29" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-7" x="147.542" y="168.281" width="41.694" height="42.36" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-30" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-30" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-8" x="147.542" y="208.508" width="41.694" height="42.266" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-31" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-31" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_39-9" x="147.542" y="248.734" width="41.694" height="42.171" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-32" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-32" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_33-3" x="344.635" y="478.392" width="124.763" height="85.299" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-33" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-33" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_33-4" x="-12.844" y="185.715" width="122.753" height="84.767" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-34" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-34" />
<feComposite in="SourceGraphic" />
</filter>
<filter id="Rectangle_33-5" x="515.883" y="-11.896" width="137.677" height="91.991" filterUnits="userSpaceOnUse">
<feOffset dy="2" input="SourceAlpha" />
<feGaussianBlur stdDeviation="4" result="blur-35" />
<feFlood flood-opacity="0.322" />
<feComposite operator="in" in2="blur-35" />
<feComposite in="SourceGraphic" />
</filter>
<clipPath id="clip-Artboard_1">
<rect width="600" height="600" />
</clipPath>
</defs>
<g id="Artboard_1" data-name="Artboard – 1" clip-path="url(#clip-Artboard_1)">
<rect width="600" height="600" fill="#fff" />
<g id="Group_6" data-name="Group 6">
<rect id="Rectangle_50" data-name="Rectangle 50" width="600" height="600" fill="#fdec9a" />
<g id="Group_5" data-name="Group 5" transform="translate(-55.841 69.903) scale(0.995 1)">
<g>
<g id="bg1" transform="translate(409.85 17.981)">
<g transform="matrix(1.01, 0, 0, 1, -353.7, -87.88)" filter="url(#Ellipse_12)">
<circle id="Ellipse_12-3" data-name="Ellipse 12" cx="35.971" cy="35.971" r="35.971" transform="translate(352.53 87.88) scale(0.99 1)" fill="#122072" />
</g>
<circle id="Ellipse_10" data-name="Ellipse 10" cx="35.971" cy="35.971" r="35.971" transform="translate(1.799 0)" fill="#122072" />
<circle id="Ellipse_11" data-name="Ellipse 11" cx="35.971" cy="35.971" r="35.971" transform="translate(0 0)" fill="#18298c" />
</g>
</g>
<g id="_4" data-name="4" transform="translate(107.055 33.716)">
<g>
<g transform="matrix(1.01, 0, 0, 1, -50.91, -103.62)" filter="url(#Rectangle_31)">
<rect id="Rectangle_31-7" data-name="Rectangle 31" width="174.443" height="22.112" rx="11.056" transform="translate(59.28 106.89) scale(0.99 1)" fill="#d1820d" />
</g>
<rect id="Rectangle_10" data-name="Rectangle 10" width="181.814" height="26.207" rx="13.104" transform="translate(1.638 0.819)" fill="#d1820d" />
<rect id="Rectangle_30" data-name="Rectangle 30" width="181.814" height="26.207" rx="13.104" fill="#f29f25" />
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="-20,0;0,0;20,0;0,0;-20,0" repeatCount="indefinite" />
</g>
</g>
<g id="Group_2" data-name="Group 2" transform="translate(226.235 51.851)">
<g id="_0" data-name="0" transform="translate(32.282 0)">
<g transform="matrix(1.01, 0, 0, 1, -202.37, -121.75)" filter="url(#Rectangle_41)">
<rect id="Rectangle_41-2" data-name="Rectangle 41" width="171.29" height="384.559" rx="32" transform="translate(212.1 129.96) scale(0.99 1)" fill="#222fb1" />
</g>
<rect id="Rectangle_40" data-name="Rectangle 40" width="180.94" height="391.796" rx="24" transform="translate(1.93 0.965)" fill="#122072" />
<rect id="Rectangle_7" data-name="Rectangle 7" width="180.94" height="391.796" rx="24" fill="#18298c" />
</g>
<g id="_3" data-name="3" transform="translate(32.282 0)">
<g transform="matrix(1.01, 0, 0, 1, -202.37, -121.75)" filter="url(#Rectangle_8)">
<path id="Rectangle_8-2" data-name="Rectangle 8" d="M14.389,0H157.647a14.389,14.389,0,0,1,14.389,14.389v30H0v-30A14.389,14.389,0,0,1,14.389,0Z" transform="translate(205.88 126.58) scale(0.99 1)" fill="#ef5c68" />
</g>
<path id="Rectangle_29" data-name="Rectangle 29" d="M10.791,0H170.149A10.791,10.791,0,0,1,180.94,10.791V49.216H0V10.791A10.791,10.791,0,0,1,10.791,0Z" fill="#ef5c68" />
<path id="Rectangle_28" data-name="Rectangle 28" d="M10.791,0H170.149A10.791,10.791,0,0,1,180.94,10.791V48.251H0V10.791A10.791,10.791,0,0,1,10.791,0Z" fill="#f27781" />
</g>
<g fill="#18298c">
<g id="_1" data-name="1" transform="translate(43.862 11.58)">
<g transform="matrix(1.01, 0, 0, 1, -213.95, -133.33)" filter="url(#Ellipse_9)">
<circle id="Ellipse_9-2" data-name="Ellipse 9" cx="10.615" cy="10.615" r="10.615" transform="translate(217.37 135.26) scale(0.99 1)" fill="#122072">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="3s" values="#122072;#f2cf2e;#122072;#122072;#122072" repeatCount="indefinite" />
</circle>
</g>
<circle id="Ellipse_1" data-name="Ellipse 1" cx="12.545" cy="12.545" r="12.545" transform="translate(1.447 0)" fill="#122072">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="3s" values="#122072;#f2cf2e;#122072;#122072;#122072" repeatCount="indefinite" />
</circle>
<circle id="Ellipse_8" data-name="Ellipse 8" cx="12.545" cy="12.545" r="12.545" transform="translate(0 0)" fill="#18298c">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="3s" values="#122072;#f2cf2e;#122072;#122072;#122072" repeatCount="indefinite" />
</circle>
</g>
</g>
<g>
<g id="_2" data-name="2" transform="translate(80.532 11.58)">
<g transform="matrix(1.01, 0, 0, 1, -250.62, -133.33)" filter="url(#Rectangle_27)">
<rect id="Rectangle_27-2" data-name="Rectangle 27" width="112.424" height="23.161" rx="11.58" transform="translate(258.53 134.3) scale(0.99 1)" fill="#ebc22b" />
</g>
<rect id="Rectangle_9" data-name="Rectangle 9" width="121.11" height="25.09" rx="12.545" transform="translate(1.447 0.482)" fill="#e8b829" />
<rect id="Rectangle_26" data-name="Rectangle 26" width="121.11" height="25.09" rx="12.545" fill="#f2cf2e" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;-10,0;0,0;8,0;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_4-2" data-name="4" transform="translate(43.862 59.831)">
<g transform="matrix(1.01, 0, 0, 1, -213.95, -181.59)" filter="url(#Rectangle_31-2)">
<rect id="Rectangle_31-8" data-name="Rectangle 31" width="102.774" height="13.028" rx="6.514" transform="translate(217.37 183.51) scale(0.99 1)" fill="#5177c6" />
</g>
<rect id="Rectangle_10-2" data-name="Rectangle 10" width="107.117" height="15.44" rx="7.72" transform="translate(0.965 0.482)" fill="#e8b807" />
<rect id="Rectangle_30-2" data-name="Rectangle 30" width="107.117" height="15.44" rx="7.72" fill="#f2cf2e" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;50,0;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_4-3" data-name="4" transform="translate(43.862 180.94)">
<g transform="matrix(1.01, 0, 0, 1, -213.95, -302.7)" filter="url(#Rectangle_31-3)">
<rect id="Rectangle_31-9" data-name="Rectangle 31" width="102.774" height="13.028" rx="6.514" transform="translate(217.37 304.62) scale(0.99 1)" fill="#ebc22b" />
</g>
<rect id="Rectangle_10-3" data-name="Rectangle 10" width="107.117" height="15.44" rx="7.72" transform="translate(0.965 0.482)" fill="#e8b829" />
<rect id="Rectangle_30-3" data-name="Rectangle 30" width="107.117" height="15.44" rx="7.72" fill="#f2cf2e" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;50,0;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_5" data-name="5" transform="translate(43.862 82.991)">
<g transform="matrix(1.01, 0, 0, 1, -213.95, -204.75)" filter="url(#Rectangle_33)">
<rect id="Rectangle_33-6" data-name="Rectangle 33" width="136.55" height="79.614" rx="16" transform="translate(217.37 207.16) scale(0.99 1)" fill="#d1821e" />
</g>
<rect id="Rectangle_11" data-name="Rectangle 11" width="140.892" height="82.991" rx="8" transform="translate(0.965 0.482)" fill="#d1820d" />
<rect id="Rectangle_32" data-name="Rectangle 32" width="140.892" height="82.991" rx="8" fill="#f29f25" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="20,0;0,0;20,0" repeatCount="indefinite" />
</g>
<g>
<g id="_5-2" data-name="5" transform="translate(196.334 82.991)">
<g transform="matrix(1.01, 0, 0, 1, -366.42, -204.75)" filter="url(#Rectangle_33-2)">
<rect id="Rectangle_33-7" data-name="Rectangle 33" width="136.55" height="79.614" rx="16" transform="translate(368.63 207.16) scale(0.99 1)" fill="#04986e" />
</g>
<rect id="Rectangle_11-2" data-name="Rectangle 11" width="140.892" height="82.991" rx="8" transform="translate(0.965 0.482)" fill="#04986e" />
<rect id="Rectangle_32-2" data-name="Rectangle 32" width="140.892" height="82.991" rx="8" fill="#04bf8a" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="20,0;0,0;20,0" repeatCount="indefinite" />
</g>
<g id="_11" data-name="11" transform="translate(43.862 204.583)">
<g>
<circle fill="#f29f25" cx="0" cy="0" r="45" transform="translate(30 30)">
<g id="_6" data-name="6">
<g transform="matrix(1.01, 0, 0, 1, -213.95, -326.34)" filter="url(#Rectangle_35)">
<rect id="Rectangle_35-4" data-name="Rectangle 35" width="50.181" height="50.181" rx="25.09" transform="translate(215.93 328.27) scale(0.99 1)" fill="#d1821e" />
</g>
<rect id="Rectangle_14" data-name="Rectangle 14" width="53.076" height="53.076" rx="24" transform="translate(0.965 0.482)" fill="#d1821e" />
<rect id="Rectangle_34" data-name="Rectangle 34" width="53.076" height="53.076" rx="24" fill="#f29f25" />
</g>
<animateTransform attributeName="transform" type="scale" additive="sum" values=".4,.4;.6,.6;.4,.4" begin="0s" dur="3s" repeatCount="indefinite" />
</circle>
</g>
<g>
<g id="_7" data-name="7" transform="translate(60.796 11.58)">
<g transform="matrix(1.01, 0, 0, 1, -274.74, -337.92)" filter="url(#Rectangle_37)">
<rect id="Rectangle_37-7" data-name="Rectangle 37" width="66.586" height="8.685" rx="4.343" transform="translate(276.25 340.33) scale(0.99 1)" fill="#04986e" />
</g>
<rect id="Rectangle_16" data-name="Rectangle 16" width="69.481" height="11.58" rx="5.79" transform="translate(0.965 0.482)" fill="#04986e" />
<rect id="Rectangle_36" data-name="Rectangle 36" width="69.481" height="11.58" rx="5.79" fill="#04bf8a" />
</g>
</g>
<g>
<g id="_7-2" data-name="7" transform="translate(60.796 30.398)">
<g transform="matrix(1.01, 0, 0, 1, -274.74, -356.74)" filter="url(#Rectangle_37-2)">
<rect id="Rectangle_37-8" data-name="Rectangle 37" width="66.586" height="8.685" rx="4.343" transform="translate(276.25 359.15) scale(0.99 1)" fill="#ef5c68" />
</g>
<rect id="Rectangle_16-2" data-name="Rectangle 16" width="69.481" height="11.58" rx="5.79" transform="translate(0.965 0.482)" fill="#ef5c68" />
<rect id="Rectangle_36-2" data-name="Rectangle 36" width="69.481" height="11.58" rx="5.79" fill="#f27781" />
</g>
</g>
<g>
<g id="_8" data-name="8" transform="translate(138.48 16.888)">
<g transform="matrix(1.01, 0, 0, 1, -352.43, -343.23)" filter="url(#Rectangle_39)">
<rect id="Rectangle_39-10" data-name="Rectangle 39" width="16.405" height="16.405" rx="8.203" transform="translate(353.32 344.67) scale(0.99 1)" fill="#e8b829">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f27781" repeatCount="indefinite" />
</rect>
</g>
<rect id="Rectangle_15" data-name="Rectangle 15" width="19.3" height="19.3" rx="9.65" transform="translate(0.965)" fill="#e8b829">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f27781" repeatCount="indefinite" />
</rect>
<rect id="Rectangle_38" data-name="Rectangle 38" width="19.3" height="19.3" rx="9.65" fill="#f2cf2e">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f27781" repeatCount="indefinite" />
</rect>
</g>
</g>
</g>
<g id="_11-2" data-name="11" transform="translate(43.862 265.862)">
<g>
<circle fill="#04bf8a" cx="0" cy="0" r="45" transform="translate(30 30)">
<g id="_6-2" data-name="6">
<g transform="matrix(1.01, 0, 0, 1, -213.95, -387.62)" filter="url(#Rectangle_35-2)">
<rect id="Rectangle_35-5" data-name="Rectangle 35" width="50.181" height="50.181" rx="25.09" transform="translate(215.93 389.55) scale(0.99 1)" fill="#04986e" />
</g>
<rect id="Rectangle_14-2" data-name="Rectangle 14" width="53.076" height="53.076" rx="24" transform="translate(0.965 0.482)" fill="#04986e" />
<rect id="Rectangle_34-2" data-name="Rectangle 34" width="53.076" height="53.076" rx="24" fill="#04bf8a" />
</g>
<animateTransform attributeName="transform" type="scale" additive="sum" values=".4,.4;.6,.6;.4,.4" begin="0s" dur="3s" repeatCount="indefinite" />
</circle>
</g>
<g>
<g id="_7-3" data-name="7" transform="translate(60.796 11.58)">
<g transform="matrix(1.01, 0, 0, 1, -274.74, -399.2)" filter="url(#Rectangle_37-3)">
<rect id="Rectangle_37-9" data-name="Rectangle 37" width="66.586" height="8.685" rx="4.343" transform="translate(276.25 401.61) scale(0.99 1)" fill="#04986e" />
</g>
<rect id="Rectangle_16-3" data-name="Rectangle 16" width="69.481" height="11.58" rx="5.79" transform="translate(0.965 0.482)" fill="#04986e" />
<rect id="Rectangle_36-3" data-name="Rectangle 36" width="69.481" height="11.58" rx="5.79" fill="#04bf8a" />
</g>
</g>
<g>
<g id="_7-4" data-name="7" transform="translate(60.796 30.398)">
<g transform="matrix(1.01, 0, 0, 1, -274.74, -418.01)" filter="url(#Rectangle_37-4)">
<rect id="Rectangle_37-10" data-name="Rectangle 37" width="66.586" height="8.685" rx="4.343" transform="translate(276.25 420.42) scale(0.99 1)" fill="#ea5e6a" />
</g>
<rect id="Rectangle_16-4" data-name="Rectangle 16" width="69.481" height="11.58" rx="5.79" transform="translate(0.965 0.482)" fill="#ef5c68" />
<rect id="Rectangle_36-4" data-name="Rectangle 36" width="69.481" height="11.58" rx="5.79" fill="#f27781" />
</g>
</g>
<g>
<g id="_8-2" data-name="8" transform="translate(138.48 16.888)">
<g transform="matrix(1.01, 0, 0, 1, -352.43, -404.5)" filter="url(#Rectangle_39-2)">
<rect id="Rectangle_39-11" data-name="Rectangle 39" width="16.405" height="16.405" rx="8.203" transform="translate(353.32 405.95) scale(0.99 1)" fill="#e8b829">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#04bf8a" repeatCount="indefinite" />
</rect>
</g>
<rect id="Rectangle_15-2" data-name="Rectangle 15" width="19.3" height="19.3" rx="9.65" transform="translate(0.965)" fill="#e8b829">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#04bf8a" repeatCount="indefinite" />
</rect>
<rect id="Rectangle_38-2" data-name="Rectangle 38" width="19.3" height="19.3" rx="9.65" fill="#f2cf2e">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#04bf8a" repeatCount="indefinite" />
</rect>
</g>
</g>
</g>
<g id="_11-3" data-name="11" transform="translate(43.862 327.141)">
<g>
<circle fill="#f27781" cx="0" cy="0" r="45" transform="translate(30 30)">
<g id="_6-3" data-name="6">
<g transform="matrix(1.01, 0, 0, 1, -213.95, -448.9)" filter="url(#Rectangle_35-3)">
<rect id="Rectangle_35-6" data-name="Rectangle 35" width="50.181" height="50.181" rx="25.09" transform="translate(215.93 450.82) scale(0.99 1)" fill="#ef5c68" />
</g>
<rect id="Rectangle_14-3" data-name="Rectangle 14" width="53.076" height="53.076" rx="24" transform="translate(0.965 0.482)" fill="#ef5c68" />
<rect id="Rectangle_34-3" data-name="Rectangle 34" width="53.076" height="53.076" rx="24" fill="#f27781" />
</g>
<animateTransform attributeName="transform" type="scale" additive="sum" values=".4,.4;.6,.6;.4,.4" begin="0s" dur="3s" repeatCount="indefinite" />
</circle>
</g>
<g>
<g id="_7-5" data-name="7" transform="translate(60.796 11.58)">
<g transform="matrix(1.01, 0, 0, 1, -274.74, -460.48)" filter="url(#Rectangle_37-5)">
<rect id="Rectangle_37-11" data-name="Rectangle 37" width="66.586" height="8.685" rx="4.343" transform="translate(276.25 462.89) scale(0.99 1)" fill="#04986e" />
</g>
<rect id="Rectangle_16-5" data-name="Rectangle 16" width="69.481" height="11.58" rx="5.79" transform="translate(0.965 0.482)" fill="#04986e" />
<rect id="Rectangle_36-5" data-name="Rectangle 36" width="69.481" height="11.58" rx="5.79" fill="#04bf8a" />
</g>
</g>
<g>
<g id="_7-6" data-name="7" transform="translate(60.796 30.398)">
<g transform="matrix(1.01, 0, 0, 1, -274.74, -479.29)" filter="url(#Rectangle_37-6)">
<rect id="Rectangle_37-12" data-name="Rectangle 37" width="66.586" height="8.685" rx="4.343" transform="translate(276.25 481.71) scale(0.99 1)" fill="#ef5c68" />
</g>
<rect id="Rectangle_16-6" data-name="Rectangle 16" width="69.481" height="11.58" rx="5.79" transform="translate(0.965 0.482)" fill="#ef5c68" />
<rect id="Rectangle_36-6" data-name="Rectangle 36" width="69.481" height="11.58" rx="5.79" fill="#f27781" />
</g>
</g>
<g>
<g id="_8-3" data-name="8" transform="translate(138.48 16.888)">
<g transform="matrix(1.01, 0, 0, 1, -352.43, -465.78)" filter="url(#Rectangle_39-3)">
<rect id="Rectangle_39-12" data-name="Rectangle 39" width="16.405" height="16.405" rx="8.203" transform="translate(353.32 467.23) scale(0.99 1)" fill="#e8b829">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f27781" repeatCount="indefinite" />
</rect>
</g>
<rect id="Rectangle_15-3" data-name="Rectangle 15" width="19.3" height="19.3" rx="9.65" transform="translate(0.965)" fill="#e8b829">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f27781" repeatCount="indefinite" />
</rect>
<rect id="Rectangle_38-3" data-name="Rectangle 38" width="19.3" height="19.3" rx="9.65" fill="#f2cf2e">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f27781" repeatCount="indefinite" />
</rect>
</g>
</g>
</g>
<g>
<g id="bg1-2" data-name="bg1" transform="translate(0 372.878)">
<g transform="matrix(1.01, 0, 0, 1, -170.09, -494.63)" filter="url(#Ellipse_12-2)">
<circle id="Ellipse_12-4" data-name="Ellipse 12" cx="25.018" cy="25.018" r="25.018" transform="translate(169.26 494.63) scale(0.99 1)" fill="#04986e">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#18298c" repeatCount="indefinite" />
</circle>
</g>
<circle id="Ellipse_10-2" data-name="Ellipse 10" cx="25.018" cy="25.018" r="25.018" transform="translate(1.251 0)" fill="#04986e">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f2cf2e" repeatCount="indefinite" />
</circle>
<circle id="Ellipse_11-2" data-name="Ellipse 11" cx="25.018" cy="25.018" r="25.018" transform="translate(0 0)" fill="#04bf8a">
<animate xmlns="http://www.w3.org/2000/svg" attributeName="fill" dur="2s" to="#f2cf2e" repeatCount="indefinite" />
</circle>
</g>
</g>
</g>
<g>
<g id="_4-4" data-name="4" transform="translate(553.786 319.83)">
<g transform="matrix(1.01, 0, 0, 1, -497.64, -389.73)" filter="url(#Rectangle_31-4)">
<rect id="Rectangle_31-10" data-name="Rectangle 31" width="139.649" height="17.702" rx="8.851" transform="translate(500.65 392.35) scale(0.99 1)" fill="#d1820d" />
</g>
<rect id="Rectangle_10-4" data-name="Rectangle 10" width="145.549" height="20.98" rx="10.49" transform="translate(1.311 0.656)" fill="#d1820d" />
<rect id="Rectangle_30-4" data-name="Rectangle 30" width="145.549" height="20.98" rx="10.49" fill="#f29f25" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,-20;0,0;" repeatCount="indefinite" />
</g>
<g>
<g id="_4-5" data-name="4" transform="translate(138.711 301.845)">
<g transform="matrix(1.01, 0, 0, 1, -82.56, -371.75)" filter="url(#Rectangle_31-5)">
<rect id="Rectangle_31-11" data-name="Rectangle 31" width="133.569" height="16.931" rx="8.466" transform="translate(88.59 374.26) scale(0.99 1)" fill="#d1820d" />
</g>
<rect id="Rectangle_10-5" data-name="Rectangle 10" width="139.213" height="20.067" rx="10.033" transform="translate(1.254 0.627)" fill="#d1820d" />
<rect id="Rectangle_30-5" data-name="Rectangle 30" width="139.213" height="20.067" rx="10.033" fill="#f29f25" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="-22,0;-55,0;-22,0;" repeatCount="indefinite" />
</g>
<g>
<g id="_4-6" data-name="4" transform="translate(32.518 455.321)">
<g transform="matrix(1.01, 0, 0, 1, 23.63, -525.22)" filter="url(#Rectangle_31-6)">
<rect id="Rectangle_31-12" data-name="Rectangle 31" width="117.083" height="14.841" rx="7.421" transform="translate(-17.51 527.42) scale(0.99 1)" fill="#d1820d" />
</g>
<rect id="Rectangle_10-6" data-name="Rectangle 10" width="122.03" height="17.59" rx="8.795" transform="translate(1.099 0.549)" fill="#d1820d" />
<rect id="Rectangle_30-6" data-name="Rectangle 30" width="122.03" height="17.59" rx="8.795" fill="#f29f25" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,-20;0,0;" repeatCount="indefinite" />
</g>
<g>
<g id="_8-4" data-name="8" transform="translate(466.644 275.26)">
<g transform="matrix(1.01, 0, 0, 1, -410.5, -345.16)" filter="url(#Rectangle_39-4)">
<rect id="Rectangle_39-13" data-name="Rectangle 39" width="18.452" height="18.452" rx="9.226" transform="translate(411.4 346.79) scale(0.99 1)" fill="#d1821e">
</rect>
</g>
<rect id="Rectangle_15-4" data-name="Rectangle 15" width="21.708" height="21.708" rx="10.854" transform="translate(1.085)" fill="#d1821e">
</rect>
<rect id="Rectangle_38-4" data-name="Rectangle 38" width="21.708" height="21.708" rx="10.854" fill="#f29f25">
</rect>
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,18;0,18;0,18;0,18;0,18;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_8-5" data-name="8" transform="translate(466.644 316.178)">
<g transform="matrix(1.01, 0, 0, 1, -410.5, -386.08)" filter="url(#Rectangle_39-5)">
<rect id="Rectangle_39-14" data-name="Rectangle 39" width="18.452" height="18.452" rx="9.226" transform="translate(411.4 387.71) scale(0.99 1)" fill="#d1821e">
</rect>
</g>
<rect id="Rectangle_15-5" data-name="Rectangle 15" width="21.708" height="21.708" rx="10.854" transform="translate(1.085)" fill="#d1821e">
</rect>
<rect id="Rectangle_38-5" data-name="Rectangle 38" width="21.708" height="21.708" rx="10.854" fill="#f29f25">
</rect>
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,0;0,18;0,18;0,18;0,0;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_8-6" data-name="8" transform="translate(466.644 357.095)">
<g transform="matrix(1.01, 0, 0, 1, -410.5, -427)" filter="url(#Rectangle_39-6)">
<rect id="Rectangle_39-15" data-name="Rectangle 39" width="18.452" height="18.452" rx="9.226" transform="translate(411.4 428.63) scale(0.99 1)" fill="#d1821e">
</rect>
</g>
<rect id="Rectangle_15-6" data-name="Rectangle 15" width="21.708" height="21.708" rx="10.854" transform="translate(1.085)" fill="#d1821e">
</rect>
<rect id="Rectangle_38-6" data-name="Rectangle 38" width="21.708" height="21.708" rx="10.854" fill="#f29f25">
</rect>
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,0;0,0;0,18;0,0;0,0;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_8-7" data-name="8" transform="translate(209.899 104.846)">
<g transform="matrix(1.01, 0, 0, 1, -153.75, -174.75)" filter="url(#Rectangle_39-7)">
<rect id="Rectangle_39-16" data-name="Rectangle 39" width="18.452" height="18.452" rx="9.226" transform="translate(156.68 176.38) scale(0.99 1)" fill="#04986e">
</rect>
</g>
<rect id="Rectangle_15-7" data-name="Rectangle 15" width="21.708" height="21.708" rx="10.854" transform="translate(1.085)" fill="#04986e">
</rect>
<rect id="Rectangle_38-7" data-name="Rectangle 38" width="21.708" height="21.708" rx="10.854" fill="#04bf8a">
</rect>
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,18;0,18;0,18;0,18;0,18;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_8-8" data-name="8" transform="translate(209.899 145.763)">
<g transform="matrix(1.01, 0, 0, 1, -153.75, -215.67)" filter="url(#Rectangle_39-8)">
<rect id="Rectangle_39-17" data-name="Rectangle 39" width="18.452" height="18.452" rx="9.226" transform="translate(156.68 217.29) scale(0.99 1)" fill="#04986e">
</rect>
</g>
<rect id="Rectangle_15-8" data-name="Rectangle 15" width="21.708" height="21.708" rx="10.854" transform="translate(1.085)" fill="#04986e">
</rect>
<rect id="Rectangle_38-8" data-name="Rectangle 38" width="21.708" height="21.708" rx="10.854" fill="#04bf8a">
</rect>
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,0;0,18;0,18;0,18;0,0;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_8-9" data-name="8" transform="translate(209.899 186.681)">
<g transform="matrix(1.01, 0, 0, 1, -153.75, -256.58)" filter="url(#Rectangle_39-9)">
<rect id="Rectangle_39-18" data-name="Rectangle 39" width="18.452" height="18.452" rx="9.226" transform="translate(156.68 258.21) scale(0.99 1)" fill="#04986e">
</rect>
</g>
<rect id="Rectangle_15-9" data-name="Rectangle 15" width="21.708" height="21.708" rx="10.854" transform="translate(1.085)" fill="#04986e">
</rect>
<rect id="Rectangle_38-9" data-name="Rectangle 38" width="21.708" height="21.708" rx="10.854" fill="#04bf8a">
</rect>
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,0;0,0;0,18;0,0;0,0;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_5-3" data-name="5" transform="translate(411.606 415.419)" style="isolation: isolate">
<g transform="matrix(1.01, 0, 0, 1, -355.46, -485.32)" filter="url(#Rectangle_33-3)">
<rect id="Rectangle_33-8" data-name="Rectangle 33" width="98.677" height="57.533" rx="16" transform="translate(356.3 487.07) scale(0.99 1)" fill="#ef5c68" />
</g>
<rect id="Rectangle_11-3" data-name="Rectangle 11" width="101.816" height="59.974" rx="8" transform="translate(0.697 0.348)" fill="#ef5c68" />
<rect id="Rectangle_32-3" data-name="Rectangle 32" width="101.816" height="59.974" rx="8" fill="#f27781" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,20;0,0" repeatCount="indefinite" />
</g>
<g>
<g id="_5-4" data-name="5" transform="translate(38.236 121.308)" style="isolation: isolate">
<g transform="matrix(1.01, 0, 0, 1, 17.91, -191.21)" filter="url(#Rectangle_33-4)">
<rect id="Rectangle_33-9" data-name="Rectangle 33" width="106.367" height="62.016" rx="16" transform="translate(-13.71 193.09) scale(0.99 1)" fill="#ef5c68" />
</g>
<rect id="Rectangle_11-4" data-name="Rectangle 11" width="109.75" height="64.647" rx="8" transform="translate(0.752 0.376)" fill="#ef5c68" />
<rect id="Rectangle_32-4" data-name="Rectangle 32" width="109.75" height="64.647" rx="8" fill="#f27781" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,20;0,0;" repeatCount="indefinite" />
</g>
<g>
<g id="_5-5" data-name="5" transform="translate(577.968 -61.375)" style="isolation: isolate">
<g transform="matrix(1.01, 0, 0, 1, -521.82, -8.53)" filter="url(#Rectangle_33-5)">
<rect id="Rectangle_33-10" data-name="Rectangle 33" width="106.367" height="62.016" rx="16" transform="translate(521.58 10.41) scale(0.99 1)" fill="#ef5c68" />
</g>
<rect id="Rectangle_11-5" data-name="Rectangle 11" width="109.75" height="64.647" rx="8" transform="translate(0.752 0.376)" fill="#ef5c68" />
<rect id="Rectangle_32-5" data-name="Rectangle 32" width="109.75" height="64.647" rx="8" fill="#f27781" />
</g>
<animateTransform xmlns="http://www.w3.org/2000/svg" attributeName="transform" attributeType="xml" type="translate" dur="3s" values="0,0;0,20;0,0;" repeatCount="indefinite" />
</g>
</g>
</g>
</g>
</svg>
</div>
svg {
display: block;
margin: 0px auto;
}
Also see: Tab Triggers